mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
New Crowdin updates (#3040)
This commit is contained in:
@ -54,7 +54,7 @@ return [
|
||||
'email_confirm_text' => 'Prosimy byś potwierdził swoje hasło klikając przycisk poniżej:',
|
||||
'email_confirm_action' => 'Potwierdź e-mail',
|
||||
'email_confirm_send_error' => 'Wymagane jest potwierdzenie hasła, lecz wiadomość nie mogła zostać wysłana. Skontaktuj się z administratorem w celu upewnienia się, że skrzynka została skonfigurowana prawidłowo.',
|
||||
'email_confirm_success' => 'Adres e-mail został potwierdzony!',
|
||||
'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
|
||||
'email_confirm_resent' => 'E-mail z potwierdzeniem został wysłany ponownie, sprawdź swoją skrzynkę odbiorczą.',
|
||||
|
||||
'email_not_confirmed' => 'Adres e-mail nie został potwierdzony',
|
||||
@ -71,7 +71,7 @@ return [
|
||||
'user_invite_page_welcome' => 'Witaj w :appName!',
|
||||
'user_invite_page_text' => 'Aby zakończyć tworzenie konta musisz ustawić hasło, które będzie używane do logowania do :appName w przyszłości.',
|
||||
'user_invite_page_confirm_button' => 'Potwierdź hasło',
|
||||
'user_invite_success' => 'Hasło zostało ustawione, teraz masz dostęp do :appName!',
|
||||
'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
|
||||
|
||||
// Multi-factor Authentication
|
||||
'mfa_setup' => 'Skonfiguruj uwierzytelnianie wieloskładnikowe',
|
||||
|
@ -45,6 +45,8 @@ return [
|
||||
'unfavourite' => 'Usuń z ulubionych',
|
||||
'next' => 'Dalej',
|
||||
'previous' => 'Wstecz',
|
||||
'filter_active' => 'Active Filter:',
|
||||
'filter_clear' => 'Clear Filter',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'Opcje sortowania',
|
||||
|
@ -258,6 +258,16 @@ return [
|
||||
'tags_explain' => "Dodaj tagi by skategoryzować zawartość. \n W celu dokładniejszej organizacji zawartości możesz dodać wartości do tagów.",
|
||||
'tags_add' => 'Dodaj kolejny tag',
|
||||
'tags_remove' => 'Usuń ten tag',
|
||||
'tags_usages' => 'Total tag usages',
|
||||
'tags_assigned_pages' => 'Assigned to Pages',
|
||||
'tags_assigned_chapters' => 'Assigned to Chapters',
|
||||
'tags_assigned_books' => 'Assigned to Books',
|
||||
'tags_assigned_shelves' => 'Assigned to Shelves',
|
||||
'tags_x_unique_values' => ':count unique values',
|
||||
'tags_all_values' => 'All values',
|
||||
'tags_view_tags' => 'View Tags',
|
||||
'tags_view_existing_tags' => 'View existing tags',
|
||||
'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
|
||||
'attachments' => 'Załączniki',
|
||||
'attachments_explain' => 'Prześlij kilka plików lub załącz linki. Będą one widoczne na pasku bocznym strony.',
|
||||
'attachments_explain_instant_save' => 'Zmiany są zapisywane natychmiastowo.',
|
||||
|
Reference in New Issue
Block a user