From 714f2400a5a9210c0318df42badb3ae1bedca336 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Sun, 1 Mar 2020 14:15:13 +0300 Subject: [PATCH] New translations en_US.yaml (Chinese Simplified) --- site/plugins/admin/lang/zh_CN.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/plugins/admin/lang/zh_CN.yaml b/site/plugins/admin/lang/zh_CN.yaml index a5e53981..2c0a6444 100644 --- a/site/plugins/admin/lang/zh_CN.yaml +++ b/site/plugins/admin/lang/zh_CN.yaml @@ -148,6 +148,7 @@ admin_message_partial_was_not_created: "Partial was not renamed" admin_message_partial_created: "Partial created" admin_message_partial_deleted: "Partial deleted" admin_message_partial_was_not_deleted: "Partial was not deleted" +admin_message_partial_duplicated: "Partial duplicated" admin_message_snippet_saved: "Snippet saved" admin_message_snippet_created: "Snippet created" admin_message_snippet_was_not_created: "Snippet was not created" @@ -343,6 +344,7 @@ admin_confirmation_required_for_entry_delete: "Are you sure you want to delete t admin_confirmation_required_for_fieldset_delete: "Are you sure you want to delete this fieldset?" admin_confirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_confirmation_required_for_template_delete: "Are you sure you want to delete this template?" +admin_confirmation_required_for_partial_delete: "Are you sure you want to delete this partial?" admin_confirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_entries_api_token_updated: "Delivery token for entries updated." admin_message_delivery_entries_api_token_was_not_updated: "Delivery token for entries was not updated."