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} 都不匹配