From 4043d852326c50975a6acc2962f817ce66f77f7f Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 3 Feb 2020 18:08:37 +0300 Subject: [PATCH] feat(admin-plugin): update translates #211 --- site/plugins/admin/lang/en_US.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/plugins/admin/lang/en_US.yaml b/site/plugins/admin/lang/en_US.yaml index 842ec172..c21307b6 100755 --- a/site/plugins/admin/lang/en_US.yaml +++ b/site/plugins/admin/lang/en_US.yaml @@ -333,7 +333,11 @@ admin_token: "Token" admin_calls: "Calls" admin_yes_iam_sure: "Yes, I'm sure" admin_cofirmation_required: "Confirmation Required" -admin_cofirmation_required_for_delivery_token: "Are you sure you want to delete this delivery token?" +admin_cofirmation_required_for_delivery_token_delete: "Are you sure you want to delete this delivery token?" +admin_cofirmation_required_for_entry_delete: "Are you sure you want to delete this entry and all its children?" +admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete this fieldset?" +admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" +admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."