Skip to content

Commit 4eb27a8

Browse files
i18n(download): download translations by bot (#689)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e601eb0 commit 4eb27a8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/i18n/message/app/data-manage-resource.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"totalMemoryAlert": "浏览器为每个扩展提供 {size}MB 来存储本地数据",
44
"totalMemoryAlert1": "无法确定浏览器允许的最大可用内存",
55
"usedMemoryAlert": "当前已使用 {size}MB",
6+
"idbAlert": "可以将数据移动到 IndexedDB 来减少存储空间占用",
67
"operationAlert": "您可以删除那些无关紧要的数据,来减小内存空间",
78
"filterItems": "数据筛选",
89
"filterFocus": "当日阅览时间在 {start} 秒至 {end} 秒之间。",

src/i18n/message/app/option-resource.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
"tabGroupsPermGrant": "该功能需要授予相关权限",
4646
"fileAccessDisabled": "目前不允许访问文件网址,请先在管理界面开启",
4747
"weekStart": "每周的第一天 {input}",
48-
"weekStartAsNormal": "按照惯例"
48+
"weekStartAsNormal": "按照惯例",
49+
"storage": "将数据存储在 {input} 中",
50+
"storageConfirm": "是否要将存储类型更改为 {type}?"
4951
},
5052
"limit": {
5153
"prompt": "受限时显示的提示文本 {input}",

src/i18n/message/popup/header-resource.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"donutChart": "Displayed as donut charts"
77
},
88
"zh_CN": {
9+
"rating": "提交评价",
910
"showSiteName": "显示网站名称",
1011
"showTopN": "显示前 {n} 名",
1112
"donutChart": "以圆环图显示"

0 commit comments

Comments
 (0)