From aa753d5ad0a155dbd4eb71d729a74ac0273784a8 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Wed, 19 Jun 2019 17:20:59 +0300 Subject: [PATCH] New translations en_US.json (Russian) --- site/plugins/admin/lang/ru_RU.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/plugins/admin/lang/ru_RU.json b/site/plugins/admin/lang/ru_RU.json index 86ae9324..9662699f 100644 --- a/site/plugins/admin/lang/ru_RU.json +++ b/site/plugins/admin/lang/ru_RU.json @@ -203,5 +203,9 @@ "admin_menu_item_url": "Ссылка", "admin_menu_item_target": "Цель", "admin_menu_item_order": "Порядок", - "admin_template_code": "Код для вставки" + "admin_template_code": "Код для вставки", + "admin_you_have_not_created_any_entries_yet": "You haven't created any entries yet!", + "admin_you_have_not_created_any_snippets_yet": "You haven't created any snippets yet!", + "admin_you_have_not_created_any_templates_yet": "You haven't created any templates yet!", + "admin_you_have_not_created_any_fieldsets_yet": "You haven't created any fieldsets yet!" }