Skip to content

Commit

Permalink
wip: update translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjs committed Dec 14, 2023
1 parent 1866caa commit 719cc7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"config.annotation_delimiter": "The delimiter for annotations",
"config.annotation_in_place": "Show annotation in place instead of appending to the tail",
"config.annotation_max_length": "Max number of characters shown in the inline annotations. Excess characters will display as an ellipses (...)",
"config.annotation_range": "Range of annotation display",
"config.annotation_range": "Range of annotation display\n- `key`: The annotation is displayed at the key position\n- `annotation`: The annotation is displayed at the position of the matching group named `annotation` in the regular expression of `i18n-ally.regex`",
"config.annotations": "Enable the inline annotations.",
"config.auto_detection": "Enable locales auto detection for projects",
"config.baidu_app_secret": "APP Secret to use Baidu translate engine",
Expand Down Expand Up @@ -238,4 +238,4 @@
"view.usage_keys_missing": "{0} keys are missing",
"view.usage_keys_not_in_use": "{0} keys are NOT in use",
"view.usage_report_none": "Press refresh to start analysing key usage"
}
}
9 changes: 6 additions & 3 deletions locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"config.annotation_delimiter": "内联注释的分隔符",
"config.annotation_in_place": "在路径原位显示翻译文案,而不是附加在末尾",
"config.annotation_max_length": "内联注释显示的最大字符数。超出的部分将显示为省略号(...)",
"config.annotation_range": "注释显示的范围",
"config.annotation_range": "注释显示的范围\n- `key`: 注释显示在key的位置\n- `annotation`: 注释显示在`i18n-ally.regex`的正则表达式中名为`annotation`的匹配组的位置",
"config.annotations": "启用内联注释",
"config.auto_detection": "",
"config.baidu_app_secret": "百度平台分配的密钥",
Expand Down Expand Up @@ -89,7 +89,9 @@
"config.review_remove_on_resolved": "删除已处理的审批留言,而不是只将其标记为已处理。",
"config.review_username": "使用者名称",
"config.show_flags": "显示国旗图标",
"config.sort_compare": "key的排序策略",
"config.sort_keys": "保存排序后的JSON/YAML",
"config.sort_locale": "当排序方式为`locale`时,用来排序的区域(若不指定,使用文件自己的区域)",
"config.source_language": "翻译源语言",
"config.tab_style": "文案文件的缩进样式",
"config.target_picking_strategy": "如果找到多个语言文件时的语言文件选择策略",
Expand Down Expand Up @@ -235,5 +237,6 @@
"view.usage_keys_in_use": "{0} 条文案使用中",
"view.usage_keys_missing": "{0} 条文案缺失",
"view.usage_keys_not_in_use": "{0} 条文案未被使用",
"view.usage_report_none": "点击刷新开始使用分析"
}
"view.usage_report_none": "点击刷新开始使用分析",
"นามสกุล": ""
}

0 comments on commit 719cc7a

Please sign in to comment.