Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions resources/lang/it/activities.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
// Books
'book_create' => 'ha creato il libro',
'book_create_notification' => 'Libro creato con successo',
'book_create_from_chapter' => 'converted chapter to book',
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
'book_create_from_chapter' => 'convertito da capitolo a libro',
'book_create_from_chapter_notification' => 'Capitolo convertito con successo in libro',
'book_update' => 'ha aggiornato il libro',
'book_update_notification' => 'Libro aggiornato con successo',
'book_delete' => 'ha eliminato il libro',
Expand All @@ -40,8 +40,8 @@
// Bookshelves
'bookshelf_create' => 'libreria creata',
'bookshelf_create_notification' => 'Libreria creata con successo',
'bookshelf_create_from_book' => 'converted book to bookshelf',
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
'bookshelf_create_from_book' => 'libro convertito in libreria',
'bookshelf_create_from_book_notification' => 'Libro convertito con successo in libreria',
'bookshelf_update' => 'ha aggiornato la libreria',
'bookshelf_update_notification' => 'Libreria aggiornata con successo',
'bookshelf_delete' => 'ha eliminato la libreria',
Expand Down
6 changes: 3 additions & 3 deletions resources/lang/it/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
'register_success' => 'Grazie per la registrazione! Sei registrato e loggato.',

// Login auto-initiation
'auto_init_starting' => 'Attempting Login',
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
'auto_init_start_link' => 'Proceed with authentication',
'auto_init_starting' => 'Tentativo di accesso',
'auto_init_starting_desc' => 'Stiamo contattando il vostro sistema di autenticazione per avviare il processo di login. Se dopo 5 secondi non si verifica alcun progresso, si può provare a fare clic sul link sottostante.',
'auto_init_start_link' => 'Procedi con l\'autenticazione',

// Password Reset
'reset_password' => 'Reimposta Password',
Expand Down
20 changes: 10 additions & 10 deletions resources/lang/it/entities.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,14 +357,14 @@
'copy_consider_access' => 'Un cambiamento di luogo, di proprietario o di autorizzazioni può far sì che questo contenuto sia accessibile a chi prima non aveva accesso.',

// Conversions
'convert_to_shelf' => 'Convert to Shelf',
'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.',
'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.',
'convert_book' => 'Convert Book',
'convert_book_confirm' => 'Are you sure you want to convert this book?',
'convert_undo_warning' => 'This cannot be as easily undone.',
'convert_to_book' => 'Convert to Book',
'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
'convert_chapter' => 'Convert Chapter',
'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
'convert_to_shelf' => 'Converti in Libreria',
'convert_to_shelf_contents_desc' => 'È possibile convertire questo libro in una nuova libreria con gli stessi contenuti. I capitoli contenuti in questo libro saranno convertiti in nuovi libri. Se il libro contiene pagine che non fanno parte di un capitolo, questo libro verrà rinominato e conterrà tali pagine e diventerà parte della nuova libreria.',
'convert_to_shelf_permissions_desc' => 'Tutti i permessi impostati su questo libro saranno copiati sulla nuova libreria e su tutti i nuovi libri figli che non hanno i loro permessi applicati. Si noti che i permessi delle librerie non si trasmettono automaticamente ai contenuti al loro interno, come avviene per i libri.',
'convert_book' => 'Converti Libro',
'convert_book_confirm' => 'Sei sicuro di voler convertire questo libro?',
'convert_undo_warning' => 'Questo non può essere annullato con la stessa facilità.',
'convert_to_book' => 'Converti in libro',
'convert_to_book_desc' => 'È possibile convertire questo capitolo in un nuovo libro con gli stessi contenuti. Tutti i permessi impostati su questo capitolo saranno copiati nel nuovo libro, ma i permessi ereditati dal libro principale non saranno copiati, il che potrebbe portare a una modifica del controllo degli accessi.',
'convert_chapter' => 'Converti Capitolo',
'convert_chapter_confirm' => 'Sei sicuro di voler convertire questo capitolo?',
];
8 changes: 4 additions & 4 deletions resources/lang/ja/activities.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
// Books
'book_create' => 'がブックを作成:',
'book_create_notification' => 'ブックを作成しました',
'book_create_from_chapter' => 'converted chapter to book',
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
'book_create_from_chapter' => 'がチャプターをブックに変換:',
'book_create_from_chapter_notification' => 'チャプターがブックへ正常に変換されました',
'book_update' => 'がブックを更新:',
'book_update_notification' => 'ブックを更新しました',
'book_delete' => 'がブックを削除:',
Expand All @@ -40,8 +40,8 @@
// Bookshelves
'bookshelf_create' => 'が本棚を作成:',
'bookshelf_create_notification' => '本棚を作成しました',
'bookshelf_create_from_book' => 'converted book to bookshelf',
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
'bookshelf_create_from_book' => 'がブックを本棚に変換:',
'bookshelf_create_from_book_notification' => 'ブックが本棚へ正常に変換されました',
'bookshelf_update' => 'が本棚を更新:',
'bookshelf_update_notification' => '本棚を更新しました',
'bookshelf_delete' => 'が本棚を削除:',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/ja/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
'previous' => '前へ',
'filter_active' => '有効なフィルター:',
'filter_clear' => 'フィルターを解除',
'download' => 'Download',
'open_in_tab' => 'Open in Tab',
'download' => 'ダウンロード',
'open_in_tab' => 'タブで開く',

// Sort Options
'sort_options' => '並べ替えオプション',
Expand Down
20 changes: 10 additions & 10 deletions resources/lang/ja/entities.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,14 +357,14 @@
'copy_consider_access' => '場所、所有者または権限を変更すると、以前アクセスできなかったユーザーがこのコンテンツにアクセスできるようになる可能性があります。',

// Conversions
'convert_to_shelf' => 'Convert to Shelf',
'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.',
'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.',
'convert_book' => 'Convert Book',
'convert_book_confirm' => 'Are you sure you want to convert this book?',
'convert_undo_warning' => 'This cannot be as easily undone.',
'convert_to_book' => 'Convert to Book',
'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
'convert_chapter' => 'Convert Chapter',
'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
'convert_to_shelf' => '本棚に変換',
'convert_to_shelf_contents_desc' => 'このブックを同じ内容の新しい棚に変換できます。このブックに含まれるチャプターは新しいブックに変換されます。このブックにチャプター内にないページが含まれている場合、このブックは名前が変更され、そのようなページを含む新しい本棚の一部となります。',
'convert_to_shelf_permissions_desc' => 'このブックに設定されているすべての権限は、新しい本棚と、独自の権限が適用されていないすべての新しい子ブックにコピーされます。本棚の権限はブックの場合のように、内部のコンテンツに自動的に継承されないことに注意してください。',
'convert_book' => 'ブックを変換',
'convert_book_confirm' => 'このブックを変換してもよろしいですか?',
'convert_undo_warning' => 'これは簡単には元に戻せません。',
'convert_to_book' => 'ブックに変換',
'convert_to_book_desc' => 'このチャプターを同じ内容の新しいブックに変換できます。このチャプターで設定された権限は新しいブックにコピーされますが、親ブックから継承された権限はコピーされないため、アクセス制御が変更される可能性があります。',
'convert_chapter' => 'チャプターを変換',
'convert_chapter_confirm' => 'このチャプターを変換してもよろしいですか?',
];
10 changes: 5 additions & 5 deletions resources/lang/pl/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
'register_success' => 'Dziękujemy za rejestrację! Zostałeś zalogowany automatycznie.',

// Login auto-initiation
'auto_init_starting' => 'Attempting Login',
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
'auto_init_start_link' => 'Proceed with authentication',
'auto_init_starting' => 'Próba logowania',
'auto_init_starting_desc' => 'Łączymy się z twoim systemem uwierzytelniania w celu rozpoczęcia procesu logowania. Jeśli po 5 sekundach nie ma żadnych postępów, możesz spróbować kliknąć poniższy link.',
'auto_init_start_link' => 'Kontynuuj uwierzytelnianie',

// Password Reset
'reset_password' => 'Resetowanie hasła',
Expand All @@ -64,8 +64,8 @@

'email_not_confirmed' => 'Adres e-mail nie został potwierdzony',
'email_not_confirmed_text' => 'Twój adres e-mail nie został jeszcze potwierdzony.',
'email_not_confirmed_click_link' => 'Aby potwierdzić swoje konto kliknij w link wysłany w wiadomości po rejestracji.',
'email_not_confirmed_resend' => 'Jeśli wiadomość do Ciebie nie dotarła możesz wysłać ją ponownie wypełniając formularz poniżej.',
'email_not_confirmed_click_link' => 'Aby potwierdzić swoje konto, kliknij link wysłany w wiadomości po rejestracji.',
'email_not_confirmed_resend' => 'Jeśli wiadomość do Ciebie nie dotarła, możesz wysłać ją ponownie, wypełniając formularz poniżej.',
'email_not_confirmed_resend_button' => 'Wyślij ponownie wiadomość z potwierdzeniem',

// User Invite
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/pl/entities.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
'pages_permissions_active' => 'Uprawnienia strony są aktywne',
'pages_initial_revision' => 'Pierwsze wydanie',
'pages_initial_name' => 'Nowa strona',
'pages_editing_draft_notification' => 'Edytujesz obecnie wersje roboczą, która była ostatnio zapisana :timeDiff.',
'pages_editing_draft_notification' => 'Edytujesz obecnie wersję roboczą, która była ostatnio zapisana :timeDiff.',
'pages_draft_edited_notification' => 'Od tego czasu ta strona była zmieniana. Zalecane jest odrzucenie tej wersji roboczej.',
'pages_draft_page_changed_since_creation' => 'Ta strona została zaktualizowana od czasu utworzenia tego szkicu. Zaleca się, aby odrzucić ten szkic lub nie nadpisywać żadnych zmian na stronie.',
'pages_draft_edit_active' => [
Expand Down Expand Up @@ -358,7 +358,7 @@

// Conversions
'convert_to_shelf' => 'Konwertuj na półkę',
'convert_to_shelf_contents_desc' => 'Możesz przekonwertować tę książkę do nowej półki z tą samą zawartością. Rozdziały zawarte w tej książce zostaną przekonwertowane na nowe książki. Jeśli ta książka zawiera jakieś strony, które nie znajdują się w rozdziale, wtedy nazwa tej książki zostanie zmieniona i będzie ona zawierać te strony, a sama książka stanie się częścią nowej półki.',
'convert_to_shelf_contents_desc' => 'Możesz skonwertować tę książkę do nowej półki z tą samą zawartością. Rozdziały zawarte w tej książce zostaną skonwertowane na nowe książki. Jeśli ta książka zawiera jakieś strony, które nie znajdują się w rozdziale, wtedy nazwa tej książki zostanie zmieniona i będzie ona zawierać te strony, a sama książka stanie się częścią nowej półki.',
'convert_to_shelf_permissions_desc' => 'Wszelkie uprawnienia ustawione w tej książce zostaną skopiowane do nowej półki i do wszystkich nowych książek tej półki, które nie mają własnych uprawnień. Zauważ, że uprawnienia na półkach nie są automatycznie kaskadowane do ich zawartości, tak jak to ma miejsce w przypadku książek.',
'convert_book' => 'Konwertuj książkę',
'convert_book_confirm' => 'Czy na pewno chcesz skonwertować tę książkę?',
Expand Down
10 changes: 5 additions & 5 deletions resources/lang/ru/activities.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
return [

// Pages
'page_create' => 'Создать страницу',
'page_create' => 'создал страницу',
'page_create_notification' => 'Страница успешно создана',
'page_update' => 'обновил страницу',
'page_update_notification' => 'Страница успешно обновлена',
Expand All @@ -28,8 +28,8 @@
// Books
'book_create' => 'создал книгу',
'book_create_notification' => 'Книга успешно создана',
'book_create_from_chapter' => 'converted chapter to book',
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
'book_create_from_chapter' => 'преобразовал главу в книгу',
'book_create_from_chapter_notification' => 'Глава успешно преобразована в книгу',
'book_update' => 'обновил книгу',
'book_update_notification' => 'Книга успешно обновлена',
'book_delete' => 'удалил книгу',
Expand All @@ -40,8 +40,8 @@
// Bookshelves
'bookshelf_create' => 'создал полку',
'bookshelf_create_notification' => 'Полка успешно создана',
'bookshelf_create_from_book' => 'converted book to bookshelf',
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
'bookshelf_create_from_book' => 'преобразовать книгу в полку',
'bookshelf_create_from_book_notification' => 'Книга успешно преобразована в полку',
'bookshelf_update' => 'обновил полку',
'bookshelf_update_notification' => 'Полка успешно обновлена',
'bookshelf_delete' => 'удалил полку',
Expand Down
6 changes: 3 additions & 3 deletions resources/lang/ru/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
'register_success' => 'Спасибо за регистрацию! Регистрация и вход в систему выполнены.',

// Login auto-initiation
'auto_init_starting' => 'Attempting Login',
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
'auto_init_start_link' => 'Proceed with authentication',
'auto_init_starting' => 'Попытка входа',
'auto_init_starting_desc' => 'Мы связываемся с вашей системой аутентификации, для процесса входа. Если через 5 секунд ничего не произошло, вы можете попробовать нажать на ссылку ниже.',
'auto_init_start_link' => 'Повторить аутентификацию',

// Password Reset
'reset_password' => 'Сброс пароля',
Expand Down
16 changes: 8 additions & 8 deletions resources/lang/ru/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
'cell_properties_title' => 'Свойства ячейки',
'cell_type' => 'Тип ячейки',
'cell_type_cell' => 'Ячейка',
'cell_scope' => 'Scope',
'cell_scope' => 'Область охвата',
'cell_type_header' => 'Заголовок ячейки',
'merge_cells' => 'Объединить ячейки',
'split_cell' => 'Разделить ячейку',
Expand All @@ -104,8 +104,8 @@
'border_width' => 'Ширина границы',
'border_style' => 'Стиль границы',
'border_color' => 'Цвет границы',
'row_properties' => 'Свойства ячейки',
'row_properties_title' => 'Свойства ячейки',
'row_properties' => 'Свойства строки',
'row_properties_title' => 'Свойства строки',
'cut_row' => 'Вырезать строку',
'copy_row' => 'Копировать строку',
'paste_row_before' => 'Вставить строку выше',
Expand All @@ -122,16 +122,16 @@
'cell_padding' => 'Свойство cellpadding',
'cell_spacing' => 'Свойство cellspacing',
'caption' => 'Подпись',
'show_caption' => 'Показать подпись',
'show_caption' => 'Показать',
'constrain' => 'Сохранять пропорции',
'cell_border_solid' => 'Сплошная',
'cell_border_dotted' => 'Точками',
'cell_border_dashed' => 'Пунктирная',
'cell_border_double' => 'Двойная сплошная',
'cell_border_groove' => 'Groove',
'cell_border_ridge' => 'Ridge',
'cell_border_inset' => 'Inset',
'cell_border_outset' => 'Outset',
'cell_border_groove' => 'Канавка',
'cell_border_ridge' => 'Хребет',
'cell_border_inset' => 'Вставка',
'cell_border_outset' => 'Начало',
'cell_border_none' => 'Нет',
'cell_border_hidden' => 'Прозрачная',

Expand Down
Loading