]> BookStack Code Mirror - bookstack/commitdiff
add missing polish translations for comments 718/head
authorArtur Trzęsiok <redacted>
Mon, 26 Feb 2018 22:49:58 +0000 (23:49 +0100)
committerArtur Trzęsiok <redacted>
Mon, 26 Feb 2018 22:49:58 +0000 (23:49 +0100)
resources/lang/en/entities.php
resources/lang/pl/common.php
resources/lang/pl/entities.php
resources/views/comments/comments.blade.php

index 6c5dd9f77c23de7b8613a3aa3ad054b8345ad62e..8a47ae011d6d83872505ff7edd5739ff556683c2 100644 (file)
@@ -245,6 +245,7 @@ return [
      */
     'comment' => 'Comment',
     'comments' => 'Comments',
+    'comment_add' => 'Add Comment',
     'comment_placeholder' => 'Leave a comment here',
     'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
     'comment_save' => 'Save Comment',
index f7741ba6f4b5ac886ee6cba2a8689a082bbb259a..84c9b0d677191a0d9c9a3ca356ab1e3586c8c285 100644 (file)
@@ -10,6 +10,7 @@ return [
     'save' => 'Zapisz',
     'continue' => 'Kontynuuj',
     'select' => 'Wybierz',
+    'more' => 'Więcej',
 
     /**
      * Form Labels
@@ -46,6 +47,10 @@ return [
     'no_items' => 'Brak elementów do wyświetlenia',
     'back_to_top' => 'Powrót na górę',
     'toggle_details' => 'Włącz/wyłącz szczegóły',
+    'toggle_thumbnails' => 'Włącz/wyłącz miniatury',
+    'details' => 'Szczegóły',
+    'grid_view' => 'Widok kafelkowy',
+    'list_view' => 'Widok listy',
 
     /**
      * Header
index 30e853bce7abacce1bba7b0d45d974fd6c710f41..cc00c32ffa9dd9e0f3f2415e4bca99639edf8cd3 100644 (file)
@@ -70,6 +70,7 @@ return [
      */
     'book' => 'Księga',
     'books' => 'Księgi',
+    'x_books' => ':count Księga|:count Księgi',
     'books_empty' => 'Brak utworzonych ksiąg',
     'books_popular' => 'Popularne księgi',
     'books_recent' => 'Ostatnie księgi',
@@ -103,6 +104,7 @@ return [
      */
     'chapter' => 'Rozdział',
     'chapters' => 'Rozdziały',
+    'x_chapters' => ':count Rozdział|:count Rozdziały',
     'chapters_popular' => 'Popularne rozdziały',
     'chapters_new' => 'Nowy rozdział',
     'chapters_create' => 'Utwórz nowy rozdział',
@@ -234,4 +236,24 @@ return [
     'profile_not_created_pages' => ':userName nie utworzył żadnych stron',
     'profile_not_created_chapters' => ':userName nie utworzył żadnych rozdziałów',
     'profile_not_created_books' => ':userName nie utworzył żadnych ksiąg',
+
+    /**
+     * Comments
+     */
+    'comment' => 'Komentarz',
+    'comments' => 'Komentarze',
+    'comment_add' => 'Dodaj komentarz',
+    'comment_placeholder' => 'Napisz swój komentarz tutaj',
+    'comment_count' => '{0} Brak komentarzy |{1} 1 komentarz|[2,*] :count komentarzy',
+    'comment_save' => 'Zapisz komentarz',
+    'comment_saving' => 'Zapisywanie komentarza...',
+    'comment_deleting' => 'Usuwanie komentarza...',
+    'comment_new' => 'Nowy komentarz',
+    'comment_created' => 'Skomentowano :createDiff',
+    'comment_updated' => 'Zaktualizowano :updateDiff przez :username',
+    'comment_deleted_success' => 'Komentarz usunięty',
+    'comment_created_success' => 'Komentarz dodany',
+    'comment_updated_success' => 'Komentarz zaktualizowany',
+    'comment_delete_confirm' => 'Czy na pewno chcesz usunąc ten komentarz?',
+    'comment_in_reply_to' => 'W odpowiedzi na :commentId',
 ];
\ No newline at end of file
index 8186070c385621501ac29e6d2905e89e02eab985..3d7763e22fa02181057aead9c6a53dfe8e97c8cb 100644 (file)
@@ -33,7 +33,7 @@
         </div>
 
         <div class="form-group" comment-add-button>
-            <button type="button" action="addComment" class="button outline">Add Comment</button>
+            <button type="button" action="addComment" class="button outline">{{ trans('entities.comment_add') }}</button>
         </div>
     @endif
 
Morty Proxy This is a proxified and sanitized view of the page, visit original site.