diff --git a/config/locales/en.yml b/config/locales/en.yml index 232e20ecb..ad6c95d80 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -653,7 +653,7 @@ en: label_query_new: New query label_my_queries: My custom queries label_filter_add: Add filter - label_filter_plural: Query condition + label_filter_plural: Filter label_equals: is label_not_equals: is not label_in_less_than: in less than @@ -913,8 +913,8 @@ en: button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" button_add: Add button_change: Change - button_apply: Query - button_clear: Cancel query + button_apply: Apply + button_clear: Clear button_lock: Lock button_unlock: Unlock button_download: Download diff --git a/config/locales/zh.yml b/config/locales/zh.yml index fefe91031..8f1f7edc2 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -620,7 +620,7 @@ zh: label_query_new: 新建查询 label_filter_add: 增加过滤器 - label_filter_plural: 查询条件 + label_filter_plural: 过滤器 label_equals: 等于 label_not_equals: 不等于 label_in_less_than: 剩余天数小于 @@ -855,8 +855,8 @@ zh: button_add: 新增 button_change: 修改 - button_apply: 查询 - button_clear: 取消查询 + button_apply: 应用 + button_clear: 清除 button_lock: 锁定 button_unlock: 解锁 button_download: 下载