diff --git a/lang/cs/activities.php b/lang/cs/activities.php index 3e497ecedbe..65840f9376a 100644 --- a/lang/cs/activities.php +++ b/lang/cs/activities.php @@ -99,8 +99,8 @@ 'user_update_notification' => 'Uživatel byl úspěšně aktualizován', 'user_delete' => 'odstranil uživatele', 'user_delete_notification' => 'Uživatel byl úspěšně odstraněn', - 'user_mfa_reset' => 'reset MFA for user', - 'user_mfa_reset_notification' => 'Multi-factor authentication methods reset', + 'user_mfa_reset' => 'obnovit vícefaktorové ověření pro uživatele', + 'user_mfa_reset_notification' => 'Obnovení metod vícefaktorového ověřování', // API Tokens 'api_token_create' => 'API token byl vytvořen', diff --git a/lang/cs/auth.php b/lang/cs/auth.php index 4ad62ff1ae6..25a9e48855a 100644 --- a/lang/cs/auth.php +++ b/lang/cs/auth.php @@ -8,7 +8,7 @@ 'failed' => 'Neplatné přihlašovací údaje.', 'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to prosím znovu za :seconds sekund.', - 'mfa_throttle' => 'Too many multi-factor verification attempts. Please try again in :seconds seconds.', + 'mfa_throttle' => '{0}Příliš mnoho pokusů o vícefázové ověření. Zkuste to prosím znovu za :seconds sekund.|{1}Příliš mnoho pokusů o vícefázové ověření. Zkuste to prosím znovu za :seconds sekundu.|[2,4]Příliš mnoho pokusů o vícefázové ověření. Zkuste to prosím znovu za :seconds sekundy.|[5,*]Příliš mnoho pokusů o vícefázové ověření. Zkuste to prosím znovu za :seconds sekund.', // Login & Register 'sign_up' => 'Registrace', diff --git a/lang/cs/entities.php b/lang/cs/entities.php index e44dcf84e62..9d8a76e9a0e 100644 --- a/lang/cs/entities.php +++ b/lang/cs/entities.php @@ -173,7 +173,7 @@ 'books_sort_desc' => 'Pro přeuspořádání obsahu přesuňte kapitoly a stránky v knize. Mohou být přidány další knihy, které umožní snadný přesun kapitol a stránek mezi knihami. Volitelně lze nastavit pravidlo automatického řazení, aby se při změnách automaticky seřadil obsah této knihy.', 'books_sort_auto_sort' => 'Možnost automatického řazení', 'books_sort_auto_sort_active' => 'Aktivní automatické řazení: :sortName', - 'books_sort_auto_sort_creation_hint' => 'Auto sort option rules can be created in the "Lists & Sorting" settings area by a user with the relevant permissions.', + 'books_sort_auto_sort_creation_hint' => 'Pravidla řazení mohou být vytvořena v nastavení "Seznamy a řazení" uživatelem s příslušnými oprávněními.', 'books_sort_named' => 'Seřadit knihu :bookName', 'books_sort_name' => 'Seřadit podle názvu', 'books_sort_created' => 'Seřadit podle data vytvoření', @@ -331,9 +331,9 @@ // Editor Sidebar 'toggle_sidebar' => 'Skrýt/Zobrazit postranní panel', - 'page_contents' => 'Page Contents', - 'page_contents_none' => 'No headings were found in the page content.', - 'page_contents_info' => 'The contents menu is generated from any heading formats used in the page.', + 'page_contents' => 'Obsah stránky', + 'page_contents_none' => 'Na stránce nejsou žádné nadpisy.', + 'page_contents_info' => 'Obsah se generuje ze všech použitých nadpisů na stránce.', 'page_tags' => 'Štítky stránky', 'chapter_tags' => 'Štítky kapitoly', 'book_tags' => 'Štítky knihy', diff --git a/lang/cs/settings.php b/lang/cs/settings.php index c11b7ee586e..85c479dbddb 100644 --- a/lang/cs/settings.php +++ b/lang/cs/settings.php @@ -207,7 +207,7 @@ 'role_all' => 'Vše', 'role_own' => 'Vlastní', 'role_controlled_by_asset' => 'Řídí se obsahem, do kterého jsou nahrávány', - 'role_controlled_by_page_delete' => 'Controlled by page delete permissions', + 'role_controlled_by_page_delete' => 'Řídí se právem k odstranění stránky', 'role_save' => 'Uložit roli', 'role_users' => 'Uživatelé mající tuto roli', 'role_users_none' => 'Žádný uživatel nemá tuto roli', @@ -260,13 +260,13 @@ 'users_api_tokens_create' => 'Vytvořit Token', 'users_api_tokens_expires' => 'Vyprší', 'users_api_tokens_docs' => 'Dokumentace API', - 'users_mfa' => 'Vícefázové ověření', + 'users_mfa' => 'Vícefaktorové ověření', 'users_mfa_desc' => 'Nastavit vícefaktorové ověřování jako další vrstvu zabezpečení vašeho uživatelského účtu.', 'users_mfa_x_methods' => ':count nastavená metoda|:count nastavených metod', 'users_mfa_configure' => 'Konfigurovat metody', - 'users_mfa_reset' => 'Reset Multi-Factor Authentication Methods', - 'users_mfa_reset_desc' => 'This will reset and clear all configured multi-factor authentication methods for this user. If multi-factor authentication is required by any of their roles, they\'ll be prompted to configure new methods on their next login.', - 'users_mfa_reset_confirm' => 'Are you sure you want to reset multi-factor authentication for this user?', + 'users_mfa_reset' => 'Obnova metod vícefaktorového ověření', + 'users_mfa_reset_desc' => 'Tímto se obnoví a vymažou všechny nakonfigurované metody vícefaktorového ověřování pro tohoto uživatele. Pokud některá z jeho rolí vyžaduje vícefaktorové ověřování, bude při příštím přihlášení vyzván k nastavení nových metod.', + 'users_mfa_reset_confirm' => 'Opravdu chcete obnovit vícefaktorové ověřování pro tohoto uživatele?', // API Tokens 'user_api_token_create' => 'Vytvořit API Token', diff --git a/lang/de/auth.php b/lang/de/auth.php index 0ae2dcd9799..22205af60b2 100644 --- a/lang/de/auth.php +++ b/lang/de/auth.php @@ -8,7 +8,7 @@ 'failed' => 'Diese Anmeldedaten stimmen nicht mit unseren Aufzeichnungen überein.', 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds Sekunden erneut.', - 'mfa_throttle' => 'Too many multi-factor verification attempts. Please try again in :seconds seconds.', + 'mfa_throttle' => 'Zu viele Multi-Faktor-Verifizierungsversuche. Bitte versuchen Sie es in :seconds Sekunden erneut.', // Login & Register 'sign_up' => 'Registrieren', diff --git a/lang/de/entities.php b/lang/de/entities.php index a35a5f4c465..7fa7c43bcd4 100644 --- a/lang/de/entities.php +++ b/lang/de/entities.php @@ -173,7 +173,7 @@ 'books_sort_desc' => 'Verschieben Sie Kapitel und Seiten innerhalb eines Buches, um dessen Inhalt neu zu ordnen. Es können weitere Bücher hinzugefügt werden, wodurch Kapitel und Seiten problemlos zwischen den Büchern verschoben werden können. Optional kann eine automatische Sortierregel festgelegt werden, um den Inhalt dieses Buches bei Änderungen automatisch zu sortieren.', 'books_sort_auto_sort' => 'Automatische Sortierfunktionsoption', 'books_sort_auto_sort_active' => 'Automatische Sortierung aktiv: :sortName', - 'books_sort_auto_sort_creation_hint' => 'Auto sort option rules can be created in the "Lists & Sorting" settings area by a user with the relevant permissions.', + 'books_sort_auto_sort_creation_hint' => 'Regeln für die automatische Sortierung können von einem Benutzer mit den entsprechenden Berechtigungen im Einstellungsbereich "Listen & Sortieren" erstellt werden.', 'books_sort_named' => 'Buch ":bookName" sortieren', 'books_sort_name' => 'Sortieren nach Namen', 'books_sort_created' => 'Sortieren nach Erstellungsdatum', @@ -331,9 +331,9 @@ // Editor Sidebar 'toggle_sidebar' => 'Seitenleiste umschalten', - 'page_contents' => 'Page Contents', - 'page_contents_none' => 'No headings were found in the page content.', - 'page_contents_info' => 'The contents menu is generated from any heading formats used in the page.', + 'page_contents' => 'Seiteninhalt', + 'page_contents_none' => 'Es wurden keine Überschriften im Seiteninhalt gefunden.', + 'page_contents_info' => 'Das Inhaltsmenü wird aus allen auf der Seite verwendeten Überschriften generiert.', 'page_tags' => 'Seiten-Schlagwörter', 'chapter_tags' => 'Kapitel-Schlagwörter', 'book_tags' => 'Buch-Schlagwörter', diff --git a/lang/de/settings.php b/lang/de/settings.php index 983de75baf6..29e857098d6 100644 --- a/lang/de/settings.php +++ b/lang/de/settings.php @@ -207,7 +207,7 @@ 'role_all' => 'Alle', 'role_own' => 'Eigene', 'role_controlled_by_asset' => 'Abhängig von dem Asset, in das sie hochgeladen werden', - 'role_controlled_by_page_delete' => 'Controlled by page delete permissions', + 'role_controlled_by_page_delete' => 'Kontrolliert durch die Berechtigung zum Löschen einer Seite', 'role_save' => 'Rolle speichern', 'role_users' => 'Dieser Rolle zugeordnete Benutzer', 'role_users_none' => 'Derzeit sind diesem Rollentyp keine Benutzer zugewiesen', @@ -265,7 +265,7 @@ 'users_mfa_x_methods' => ':count Methode konfiguriert|:count Methoden konfiguriert', 'users_mfa_configure' => 'Methoden konfigurieren', 'users_mfa_reset' => 'Setze Multifaktor-Authentifizierung zurück', - 'users_mfa_reset_desc' => 'Dies wird alle konfigurierten Multifaktor-Authentifizierungsmethoden für diesen Nutzer zurücksetzen. Falls Multifaktor-Authentifizierung für eine seiner Rollen erforderlich ist, werden sie aufgefordert, neue Methoden beim nächsten Login zu konfigurieren.', + 'users_mfa_reset_desc' => 'Dies wird alle konfigurierten Multifaktor-Authentifizierungsmethoden für diesen Nutzer zurücksetzen. Falls Multifaktor-Authentifizierung für eine seiner Rollen erforderlich ist, wird der Nutzer aufgefordert, neue Methoden beim nächsten Login zu konfigurieren.', 'users_mfa_reset_confirm' => 'Sind Sie sicher, dass Sie diese Multi-Faktor-Authentifizierungsmethode für diesen Nutzer zurücksetzen möchten?', // API Tokens diff --git a/lang/de_informal/auth.php b/lang/de_informal/auth.php index b91db255170..2414f1aa7fe 100644 --- a/lang/de_informal/auth.php +++ b/lang/de_informal/auth.php @@ -8,7 +8,7 @@ 'failed' => 'Die eingegebenen Anmeldedaten sind ungültig.', 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuche es in :seconds Sekunden erneut.', - 'mfa_throttle' => 'Too many multi-factor verification attempts. Please try again in :seconds seconds.', + 'mfa_throttle' => 'Zu viele Multi-Faktor-Verifizierungsversuche. Bitte versuche es in :seconds Sekunden erneut.', // Login & Register 'sign_up' => 'Registrieren', diff --git a/lang/de_informal/entities.php b/lang/de_informal/entities.php index 4b4c7e4ef5f..78c1e3319c6 100644 --- a/lang/de_informal/entities.php +++ b/lang/de_informal/entities.php @@ -173,7 +173,7 @@ 'books_sort_desc' => 'Kapitel und Seiten innerhalb eines Buches verschieben, um dessen Inhalt zu reorganisieren. Andere Bücher können hinzugefügt werden, was das Verschieben von Kapiteln und Seiten zwischen Büchern erleichtert. Optional kann eine automatische Sortierregel erstellt werden, um den Inhalt dieses Buches nach Änderungen automatisch zu sortieren.', 'books_sort_auto_sort' => 'Auto-Sortieroption', 'books_sort_auto_sort_active' => 'Automatische Sortierung aktiv: :sortName', - 'books_sort_auto_sort_creation_hint' => 'Auto sort option rules can be created in the "Lists & Sorting" settings area by a user with the relevant permissions.', + 'books_sort_auto_sort_creation_hint' => 'Regeln für die automatische Sortierung können von einem Benutzer mit den entsprechenden Berechtigungen im Einstellungsbereich "Listen & Sortieren" erstellt werden.', 'books_sort_named' => 'Buch ":bookName" sortieren', 'books_sort_name' => 'Sortieren nach Namen', 'books_sort_created' => 'Sortieren nach Erstellungsdatum', @@ -331,9 +331,9 @@ // Editor Sidebar 'toggle_sidebar' => 'Seitenleiste umschalten', - 'page_contents' => 'Page Contents', - 'page_contents_none' => 'No headings were found in the page content.', - 'page_contents_info' => 'The contents menu is generated from any heading formats used in the page.', + 'page_contents' => 'Seiteninhalt', + 'page_contents_none' => 'Es wurden keine Überschriften im Seiteninhalt gefunden.', + 'page_contents_info' => 'Das Inhaltsmenü wird aus allen auf der Seite verwendeten Überschriften generiert.', 'page_tags' => 'Seiten-Schlagwörter', 'chapter_tags' => 'Kapitel-Schlagwörter', 'book_tags' => 'Buch-Schlagwörter', diff --git a/lang/de_informal/settings.php b/lang/de_informal/settings.php index 84e0c8b1042..7c1796afcc6 100644 --- a/lang/de_informal/settings.php +++ b/lang/de_informal/settings.php @@ -208,7 +208,7 @@ 'role_all' => 'Alle', 'role_own' => 'Eigene', 'role_controlled_by_asset' => 'Berechtigungen werden vom Uploadziel bestimmt', - 'role_controlled_by_page_delete' => 'Controlled by page delete permissions', + 'role_controlled_by_page_delete' => 'Kontrolliert durch die Berechtigung zum Löschen einer Seite', 'role_save' => 'Rolle speichern', 'role_users' => 'Dieser Rolle zugeordnete Benutzer', 'role_users_none' => 'Bisher sind dieser Rolle keine Benutzer zugeordnet', @@ -266,8 +266,8 @@ 'users_mfa_x_methods' => ':count Methode konfiguriert|:count Methoden konfiguriert', 'users_mfa_configure' => 'Methoden konfigurieren', 'users_mfa_reset' => 'Setze Multifaktor-Authentifizierung zurück', - 'users_mfa_reset_desc' => 'Dies wird alle konfigurierten Multifaktor-Authentifizierungsmethoden für diesen Nutzer zurücksetzen. Falls Multifaktor-Authentifizierung für eine seiner Rollen erforderlich ist, werden sie aufgefordert, neue Methoden beim nächsten Login zu konfigurieren.', - 'users_mfa_reset_confirm' => 'Sind Sie sicher, dass Sie diese Multi-Faktor-Authentifizierungsmethode für diesen Nutzer zurücksetzen möchten?', + 'users_mfa_reset_desc' => 'Dies wird alle konfigurierten Multifaktor-Authentifizierungsmethoden für diesen Nutzer zurücksetzen. Falls Multifaktor-Authentifizierung für eine seiner Rollen erforderlich ist, wird der Nutzer aufgefordert, neue Methoden beim nächsten Login zu konfigurieren.', + 'users_mfa_reset_confirm' => 'Bist du sicher, dass du diese Multi-Faktor-Authentifizierungsmethode für diesen Nutzer zurücksetzen möchtest?', // API Tokens 'user_api_token_create' => 'Neuen API-Token erstellen', diff --git a/lang/ja/entities.php b/lang/ja/entities.php index eaaddf5b3af..66019fa1aca 100644 --- a/lang/ja/entities.php +++ b/lang/ja/entities.php @@ -173,7 +173,7 @@ 'books_sort_desc' => 'ブック内のチャプタおよびページを移動して内容を再編成できます。他のブックを並べて、ブック間でチャプタやページを簡単に移動することもできます。オプションで自動ソートルールを設定すると、変更時にブックの内容を自動的にソートすることができます。', 'books_sort_auto_sort' => '自動ソートオプション', 'books_sort_auto_sort_active' => '自動ソート有効: :sortName', - 'books_sort_auto_sort_creation_hint' => 'Auto sort option rules can be created in the "Lists & Sorting" settings area by a user with the relevant permissions.', + 'books_sort_auto_sort_creation_hint' => '自動ソートオプションのルールは、関連する権限を持ったユーザーによって設定の「一覧とソート」エリアで作成できます。', 'books_sort_named' => 'ブック「:bookName」を並べ替え', 'books_sort_name' => '名前で並べ替え', 'books_sort_created' => '作成日で並べ替え', diff --git a/lang/ja/settings.php b/lang/ja/settings.php index 95f33f34004..bca5ed0049f 100644 --- a/lang/ja/settings.php +++ b/lang/ja/settings.php @@ -207,7 +207,7 @@ 'role_all' => '全て', 'role_own' => '自身', 'role_controlled_by_asset' => 'このアセットに対し、右記の操作を許可:', - 'role_controlled_by_page_delete' => 'Controlled by page delete permissions', + 'role_controlled_by_page_delete' => 'ページ削除権限を適用', 'role_save' => '役割を保存', 'role_users' => 'この役割を持つユーザー', 'role_users_none' => 'この役割が付与されたユーザーはいません', diff --git a/lang/nl/entities.php b/lang/nl/entities.php index e90aff57573..3695277a71e 100644 --- a/lang/nl/entities.php +++ b/lang/nl/entities.php @@ -331,7 +331,7 @@ // Editor Sidebar 'toggle_sidebar' => 'Zijbalk Tonen/Verbergen', - 'page_contents' => 'Page Contents', + 'page_contents' => 'Pagina Inhoud', 'page_contents_none' => 'No headings were found in the page content.', 'page_contents_info' => 'The contents menu is generated from any heading formats used in the page.', 'page_tags' => 'Pagina Labels', diff --git a/lang/pt/entities.php b/lang/pt/entities.php index 3bdaeb12c8d..c278796a43f 100644 --- a/lang/pt/entities.php +++ b/lang/pt/entities.php @@ -50,8 +50,8 @@ 'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:', 'import_pending' => 'Pending Imports', 'import_pending_none' => 'No imports have been started.', - 'import_continue' => 'Continue Import', - 'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.', + 'import_continue' => 'Continuar importação', + 'import_continue_desc' => 'Continuar importação', 'import_details' => 'Import Details', 'import_run' => 'Run Import', 'import_size' => ':size Import ZIP Size', diff --git a/lang/pt/errors.php b/lang/pt/errors.php index 522d7f4c81a..e32257e6240 100644 --- a/lang/pt/errors.php +++ b/lang/pt/errors.php @@ -78,7 +78,7 @@ // Users 'users_cannot_delete_only_admin' => 'Não pode excluir o único administrador', 'users_cannot_delete_guest' => 'Não pode excluir o usuário convidado', - 'users_could_not_send_invite' => 'Could not create user since invite email failed to send', + 'users_could_not_send_invite' => 'Não foi possível criar o utilizador, pois o envio do endereço eletrónico de convite falhou', // Roles 'role_cannot_be_edited' => 'Este cargo não pode ser editado', @@ -106,7 +106,7 @@ 'back_soon' => 'Voltaremos em breve.', // Import - 'import_zip_cant_read' => 'Could not read ZIP file.', + 'import_zip_cant_read' => 'Não foi possível ler o ficheiro ZIP.', 'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.', 'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.', 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.', diff --git a/lang/uk/activities.php b/lang/uk/activities.php index 140fec47c7e..21ebcf970d9 100644 --- a/lang/uk/activities.php +++ b/lang/uk/activities.php @@ -99,8 +99,8 @@ 'user_update_notification' => 'Користувача було успішно оновлено', 'user_delete' => 'вилучений користувач', 'user_delete_notification' => 'Користувача успішно видалено', - 'user_mfa_reset' => 'reset MFA for user', - 'user_mfa_reset_notification' => 'Multi-factor authentication methods reset', + 'user_mfa_reset' => 'скинути MFA для користувача', + 'user_mfa_reset_notification' => 'Скидання методів багатофакторної автентифікації', // API Tokens 'api_token_create' => 'створений APi токен', diff --git a/lang/uk/auth.php b/lang/uk/auth.php index cb927cfd47f..9915fa9433a 100644 --- a/lang/uk/auth.php +++ b/lang/uk/auth.php @@ -8,7 +8,7 @@ 'failed' => 'Цей обліковий запис не знайдено.', 'throttle' => 'Забагато спроб входу в систему. Будь ласка, спробуйте ще раз через :seconds секунд.', - 'mfa_throttle' => 'Too many multi-factor verification attempts. Please try again in :seconds seconds.', + 'mfa_throttle' => 'Занадто багато спроб багатофакторної перевірки. Будь ласка, спробуйте ще раз через :seconds секунд.', // Login & Register 'sign_up' => 'Реєстрація', diff --git a/lang/uk/entities.php b/lang/uk/entities.php index a77b8e77d13..9e775c88bad 100644 --- a/lang/uk/entities.php +++ b/lang/uk/entities.php @@ -173,7 +173,7 @@ 'books_sort_desc' => 'Перекладіть розділи та сторінки в межах книги, щоб реорганізувати вміст. Інші книги можна додати, що дозволяє легко переміщати глави та сторінки між книгами. При необхідності правило автоматичного сортування може бути встановлено для автоматичного сортування вмісту цієї книги при змінах.', 'books_sort_auto_sort' => 'Опція автоматичного сортування', 'books_sort_auto_sort_active' => 'Автосортування : :sortName', - 'books_sort_auto_sort_creation_hint' => 'Auto sort option rules can be created in the "Lists & Sorting" settings area by a user with the relevant permissions.', + 'books_sort_auto_sort_creation_hint' => 'Правила автоматичного сортування можуть бути створені в області налаштувань "Списки і сортування" за допомогою користувача з відповідними дозволами.', 'books_sort_named' => 'Сортувати книгу :bookName', 'books_sort_name' => 'Сортувати за назвою', 'books_sort_created' => 'Сортувати за датою створення', @@ -331,9 +331,9 @@ // Editor Sidebar 'toggle_sidebar' => 'Перемикач бічної панелі', - 'page_contents' => 'Page Contents', - 'page_contents_none' => 'No headings were found in the page content.', - 'page_contents_info' => 'The contents menu is generated from any heading formats used in the page.', + 'page_contents' => 'Вміст сторінки', + 'page_contents_none' => 'У тексті сторінки не знайдено заголовків.', + 'page_contents_info' => 'Вміст меню створюється з будь-яких форматів заголовків, використовуваних для сторінки.', 'page_tags' => 'Теги сторінки', 'chapter_tags' => 'Теги розділів', 'book_tags' => 'Теги книг', diff --git a/lang/uk/errors.php b/lang/uk/errors.php index e7632359310..8e332bdedfb 100644 --- a/lang/uk/errors.php +++ b/lang/uk/errors.php @@ -125,7 +125,7 @@ 'api_incorrect_token_secret' => 'Секрет, наданий для даного використовуваного токена API є неправильним', 'api_user_no_api_permission' => 'Власник використовуваного токена API не має дозволу здійснювати виклики API', 'api_user_token_expired' => 'Термін дії токена авторизації закінчився', - 'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication', + 'api_cookie_auth_only_get' => 'Дозволяються тільки запити GET при використанні API з автентифікацією на основі cookie', // Settings & Maintenance 'maintenance_test_email_failure' => 'Помилка під час надсилання тестового електронного листа:', diff --git a/lang/uk/settings.php b/lang/uk/settings.php index 02fd6a4f6ee..521dc9578fd 100644 --- a/lang/uk/settings.php +++ b/lang/uk/settings.php @@ -104,7 +104,7 @@ 'sort_rule_op_chapters_first' => 'Спочатку розділи', 'sort_rule_op_chapters_last' => 'Розділи останні', 'sorting_page_limits' => 'Обмеження відображення сторінок', - 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using a multiple of 6 is recommended.', + 'sorting_page_limits_desc' => 'Кількість елементів для відображення в різних списках в системі. Зазвичай менша кількість буде більш продуктивною, в той час як більша кількість уникає необхідність натискання на кілька сторінок. Використання кратного 6 рекомендується.', // Maintenance settings 'maint' => 'Обслуговування', @@ -207,7 +207,7 @@ 'role_all' => 'Все', 'role_own' => 'Власне', 'role_controlled_by_asset' => 'Контролюється за об\'єктом, до якого вони завантажуються', - 'role_controlled_by_page_delete' => 'Controlled by page delete permissions', + 'role_controlled_by_page_delete' => 'Керується правами доступу для видалення сторінки', 'role_save' => 'Зберегти роль', 'role_users' => 'Користувачі в цій ролі', 'role_users_none' => 'Наразі жоден користувач не призначений для цієї ролі', @@ -264,9 +264,9 @@ 'users_mfa_desc' => 'Двофакторна аутентифікація додає ще один рівень безпеки для вашого облікового запису.', 'users_mfa_x_methods' => ':count метод налаштовано|:count методів налаштовано', 'users_mfa_configure' => 'Налаштувати Методи', - 'users_mfa_reset' => 'Reset Multi-Factor Authentication Methods', - 'users_mfa_reset_desc' => 'This will reset and clear all configured multi-factor authentication methods for this user. If multi-factor authentication is required by any of their roles, they\'ll be prompted to configure new methods on their next login.', - 'users_mfa_reset_confirm' => 'Are you sure you want to reset multi-factor authentication for this user?', + 'users_mfa_reset' => 'Скинути методи багатофакторної автентифікації', + 'users_mfa_reset_desc' => 'Це скине та очистить всі налаштовані методи багатофакторної аутентифікації для цього користувача. Якщо багатофакторна аутентифікація обов\'язкова будь-якою зі своїх ролей, то вона буде запитана налаштувати нові способи при наступному вході в систему.', + 'users_mfa_reset_confirm' => 'Ви впевнені, що хочете скинути багатофакторну аутентифікацію для цього користувача?', // API Tokens 'user_api_token_create' => 'Створити токен API',