From 3d35bffc96163bdd7228e8a0c1a884808b4d048c Mon Sep 17 00:00:00 2001 From: Consul Bot Date: Wed, 17 Oct 2018 02:20:35 +0200 Subject: [PATCH] New translations images.yml (Chinese Simplified) --- config/locales/zh-CN/images.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/locales/zh-CN/images.yml b/config/locales/zh-CN/images.yml index 04cd3f3fa..6c5a8da62 100644 --- a/config/locales/zh-CN/images.yml +++ b/config/locales/zh-CN/images.yml @@ -10,3 +10,12 @@ zh-CN: add_new_image: 添加图像 admin_title: "图像" admin_alt_text: "图像的替代文本" + actions: + destroy: + notice: 图像已成功删除。 + alert: 无法销毁图像 + confirm: 您确定要删除此图像吗?此操作无法被撤销! + errors: + messages: + in_between: 必须在%{min} 和%{max} 之间 + wrong_content_type: 内容类型%{content_type} 与任何已接受的内容类型%{accepted_content_types} 都不匹配