New translations settings.php (Ukrainian)

This commit is contained in:
Dan Brown 2020-10-22 22:03:20 +01:00
parent 27e499efe8
commit 06af684aa4

View File

@ -91,9 +91,9 @@ return [
'audit_table_user' => 'Користувач', 'audit_table_user' => 'Користувач',
'audit_table_event' => 'Подія', 'audit_table_event' => 'Подія',
'audit_table_item' => 'Пов’язаний елемент', 'audit_table_item' => 'Пов’язаний елемент',
'audit_table_date' => 'Activity Date', 'audit_table_date' => 'Дата активності',
'audit_date_from' => 'Date Range From', 'audit_date_from' => 'Діапазон дат від',
'audit_date_to' => 'Date Range To', 'audit_date_to' => 'Діапазон дат до',
// Role Settings // Role Settings
'roles' => 'Ролі', 'roles' => 'Ролі',
@ -117,7 +117,7 @@ return [
'role_manage_entity_permissions' => 'Керування всіма правами на книги, розділи та сторінки', 'role_manage_entity_permissions' => 'Керування всіма правами на книги, розділи та сторінки',
'role_manage_own_entity_permissions' => 'Керування дозволами на власну книгу, розділ та сторінки', 'role_manage_own_entity_permissions' => 'Керування дозволами на власну книгу, розділ та сторінки',
'role_manage_page_templates' => 'Управління шаблонами сторінок', 'role_manage_page_templates' => 'Управління шаблонами сторінок',
'role_access_api' => 'Access system API', 'role_access_api' => 'Доступ до системного API',
'role_manage_settings' => 'Керування налаштуваннями програми', 'role_manage_settings' => 'Керування налаштуваннями програми',
'role_asset' => 'Дозволи', 'role_asset' => 'Дозволи',
'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.', 'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.',
@ -167,17 +167,17 @@ return [
'users_social_disconnect' => 'Від\'єднати обліковий запис', 'users_social_disconnect' => 'Від\'єднати обліковий запис',
'users_social_connected' => 'Обліковий запис :socialAccount успішно додано до вашого профілю.', 'users_social_connected' => 'Обліковий запис :socialAccount успішно додано до вашого профілю.',
'users_social_disconnected' => 'Обліковий запис :socialAccount був успішно відключений від вашого профілю.', 'users_social_disconnected' => 'Обліковий запис :socialAccount був успішно відключений від вашого профілю.',
'users_api_tokens' => 'API Tokens', 'users_api_tokens' => 'API токени',
'users_api_tokens_none' => 'No API tokens have been created for this user', 'users_api_tokens_none' => 'No API tokens have been created for this user',
'users_api_tokens_create' => 'Create Token', 'users_api_tokens_create' => 'Створити токен',
'users_api_tokens_expires' => 'Expires', 'users_api_tokens_expires' => 'Закінчується',
'users_api_tokens_docs' => 'API Documentation', 'users_api_tokens_docs' => 'Документація API',
// API Tokens // API Tokens
'user_api_token_create' => 'Create API Token', 'user_api_token_create' => 'Створити токен API',
'user_api_token_name' => 'Name', 'user_api_token_name' => 'Назва',
'user_api_token_name_desc' => 'Give your token a readable name as a future reminder of its intended purpose.', 'user_api_token_name_desc' => 'Дайте своєму токену читабельну назву як майбутнє нагадування про його пряме призначення.',
'user_api_token_expiry' => 'Expiry Date', 'user_api_token_expiry' => 'Дата закінчення',
'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.', 'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.',
'user_api_token_create_secret_message' => 'Immediately after creating this token a "Token ID" & "Token Secret" will be generated and displayed. The secret will only be shown a single time so be sure to copy the value to somewhere safe and secure before proceeding.', 'user_api_token_create_secret_message' => 'Immediately after creating this token a "Token ID" & "Token Secret" will be generated and displayed. The secret will only be shown a single time so be sure to copy the value to somewhere safe and secure before proceeding.',
'user_api_token_create_success' => 'API token successfully created', 'user_api_token_create_success' => 'API token successfully created',