Skip to content

Commit 6226eb7

Browse files
i18n(download): download translations by bot (sheepzh#605)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c798797 commit 6226eb7

File tree

6 files changed

+11
-14
lines changed

6 files changed

+11
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"overwrite": "Üzerine yaz",
339339
"accumulate": "Biriktir",
340340
"imported": "İçe aktarılan",
341-
"local": "Lokal",
341+
"local": "Yerel",
342342
"fileNotSelected": "Dosya seçilmedi",
343343
"conflictNotSelected": "Çakışma çözümü seçilmedi"
344344
},

src/i18n/message/app/help-us-resource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@
131131
"loading": "Çevirinin ilerleyişi kontrol ediliyor...",
132132
"contributors": "Katkıda Bulunanlar"
133133
}
134-
}
134+
}

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@
2727
"rule": "设置规则"
2828
},
2929
"button": {
30-
"test": "网址测试",
31-
"option": "全局设置"
30+
"test": "网址测试"
3231
},
3332
"message": {
3433
"noUrl": "未添加任何限制网址",
3534
"noRule": "未填写任何规则",
3635
"deleteConfirm": "是否要删除规则 [{name}]?",
3736
"lockConfirm": "锁定后,即使未触发此规则,所有操作也需要验证",
38-
"noPermissionFirefox": "请先在插件管理页[about:addons]开启该插件的粘贴板权限",
3937
"inputTestUrl": "请先输入需要测试的网址链接",
4038
"clickTestButton": "输入完成后请点击【{buttonText}】按钮",
4139
"noRuleMatched": "该网址未命中任何规则",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"dataReport": "报表明细",
66
"siteAnalysis": "站点分析",
77
"dataClear": "数据管理",
8+
"behavior": "上网行为",
9+
"habit": "上网习惯",
10+
"limit": "时间限制",
811
"additional": "附加功能",
912
"siteManage": "网站管理",
1013
"whitelist": "白名单管理",
1114
"mergeRule": "子域名合并",
12-
"behavior": "上网行为",
13-
"habit": "上网习惯",
14-
"limit": "时间限制",
1515
"other": "其他",
1616
"helpUs": "帮助翻译",
1717
"about": "关于"

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"autoPauseTrack": "{input} 如果 {maxTime} 内未检测到任何活动 {info},则暂停统计",
3838
"noActivityInfo": "鼠标和键盘处于非活动状态,并且未处于全屏模式",
3939
"countLocalFiles": "{input} 是否统计使用浏览器 {localFileTime} {info}",
40+
"localFileTime": "阅读本地文件的时间",
41+
"localFilesInfo": "支持 PDF、图片、txt 以及 json 等格式",
4042
"countTabGroup": "{input} 是否统计标签组的时间 {info}",
4143
"tabGroupInfo": "删除标签组后,数据也会被删除",
4244
"tabGroupsPermGrant": "该功能需要授予相关权限",
43-
"localFileTime": "阅读本地文件的时间",
44-
"localFilesInfo": "支持 PDF、图片、txt 以及 json 等格式",
4545
"fileAccessDisabled": "目前不允许访问文件网址,请先在管理界面开启",
4646
"fileAccessFirefox": "很抱歉,该功能在 Firefox 中不支持",
4747
"weekStart": "每周的第一天 {input}",
@@ -82,16 +82,14 @@
8282
},
8383
"obsidian_local_rest_api": {
8484
"endpointInfo": "因为无法为浏览器插件配置跨域,所以只能使用 HTTP 协议"
85-
},
86-
"web_dav": {}
85+
}
8786
},
8887
"label": {
8988
"endpoint": "服务地址 {info} {input}",
9089
"path": "文件夹路径 {input}",
9190
"account": "账号 {input}",
9291
"password": "密码 {input}"
9392
},
94-
"lastTimeTip": "上次备份时间: {lastTime}",
9593
"operation": "备份数据",
9694
"download": {
9795
"btn": "下载数据",
@@ -109,6 +107,7 @@
109107
"notSelected": "未选择客户端",
110108
"current": "当前"
111109
},
110+
"lastTimeTip": "上次备份时间: {lastTime}",
112111
"auto": {
113112
"label": "是否开启自动备份",
114113
"interval": "每 {input} 分钟备份一次"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"allTime": "全部数据"
1111
},
1212
"saveAsImageTitle": "保存",
13-
"averageTime": "平均每天 {value}",
1413
"averageCount": "平均每天 {value} 次",
14+
"averageTime": "平均每天 {value}",
1515
"totalTime": "共 {totalTime}",
1616
"totalCount": "共 {totalCount} 次",
1717
"otherLabel": "其他{count}个网站"

0 commit comments

Comments
 (0)