diff --git a/site/plugins/admin/lang/uk_UA.yaml b/site/plugins/admin/lang/uk_UA.yaml index 23c74232..7802caa1 100644 --- a/site/plugins/admin/lang/uk_UA.yaml +++ b/site/plugins/admin/lang/uk_UA.yaml @@ -208,6 +208,7 @@ admin_sqlite3_table: "Таблиця SQLite3" admin_error_name_empty_input: "Ім'я повинно бути алфавітно-цифрове значення (від 1 символів)" admin_error_title_empty_input: "Заголовок має бути алфавітно-цифрове (від 1 символів)" admin_error_icon_empty_input: "Значок повинен бути буквено-цифровим значенням (від 1 символів)" +admin_help_text_for_tokens_label: "Token label shown in the Admin Panel." admin_help_text_for_fieldsets_label: "Заголовок наборів полів, що відображається в панелі адміністратора." admin_help_text_for_fieldsets_name: "Унікальне ім'я набору полів тільки в рядкових символах." admin_help_text_for_fieldsets_icon: "Дійсний клас значка: link." @@ -312,4 +313,18 @@ admin_message_fieldset_not_found: "Fieldset не знайдено" admin_create_and_edit: "Створити та редагувати" admin_delivery_tokens: "Delivery Tokens" admin_generate_delivery_token: "Generate Delivery Token" -admin_you_have_not_generated_any_delivery_tokens_yet: "You haven't generated any Delivery tokens yet!" +admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!" +admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!" +admin_create_new_delivery_token: "Create New Delivery Token" +admin_delivery: "Delivery" +admin_api_calls_limit: "API Calls limit" +admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls." +admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value." +admin_help_text_for_api_token_icon: "API Token valid :link icon class." +admin_state: "State" +admin_message_delivery_api_token_updated: "Delivery token updated." +admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." +admin_message_delivery_api_token_created: "Delivery token created." +admin_message_delivery_api_token_was_not_created: "Delivery token was not created." +admin_message_delivery_api_token_deleted: "Delivery token deleted." +admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."