Skip to content

Commit b89a017

Browse files
committed
Update Chinese Translation
1 parent bf7a986 commit b89a017

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

l10n/zh_CN.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ OC.L10N.register(
2626
"Unsaved file": "未保存的文件",
2727
"AutoSave": "自动保存",
2828
"Does not support saving {extension} files.": "不支持保存 {extension} 类型的文件!",
29-
"Unsupported file type: {mimetype}": "不支持的文件类型:{mimetype}"
29+
"Unsupported file type: {mimetype}": "不支持的文件类型:{mimetype}",
30+
"The file you are working on was updated in the meantime. You cannot save your progress as saving would overwrite these changes. Please reload the page.": "您无法保存当前文件,因为您在您编辑这个文件期间这个文件已被其他人更新,请重新加载当前页面以重新启用更新。"
3031
}, "nplurals=1; plural=0;"
3132
);

l10n/zh_CN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"Unsaved file": "未保存的文件",
2626
"AutoSave": "自动保存",
2727
"Does not support saving {extension} files.": "不支持保存 {extension} 类型的文件!",
28-
"Unsupported file type: {mimetype}": "不支持的文件类型:{mimetype}"
28+
"Unsupported file type: {mimetype}": "不支持的文件类型:{mimetype}",
29+
"The file you are working on was updated in the meantime. You cannot save your progress as saving would overwrite these changes. Please reload the page.": "您无法保存当前文件,因为您在您编辑这个文件期间这个文件已被其他人更新,请重新加载当前页面以重新启用更新。"
2930
},
3031
"pluralForm": "nplurals=1; plural=0;"
3132
}

l10n/zh_TW.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ OC.L10N.register(
2626
"Unsaved file": "尚未儲存的檔案",
2727
"AutoSave": "自动儲存",
2828
"Does not support saving {extension} files.": "不支持儲存 {extension} 类型的檔案!",
29-
"Unsupported file type: {mimetype}": "不支持的檔案类型:{mimetype}"
29+
"Unsupported file type: {mimetype}": "不支持的檔案类型:{mimetype}",
30+
"The file you are working on was updated in the meantime. You cannot save your progress as saving would overwrite these changes. Please reload the page.": "您无法保存当前文件,因为您在您编辑这个文件期间这个文件已被其他人更新,请重新加载当前页面以重新启用更新。"
3031
}, "nplurals=1; plural=0;"
3132
);

l10n/zh_TW.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"The file has not been saved. Is it saved?": "檔案尚未儲存,是否儲存?",
2525
"Unsaved file": "尚未儲存的檔案",
2626
"AutoSave": "自动儲存",
27-
"Writing to FreeMind files is currently not supported.": "暂时不支持儲存FreeMind檔案!"
27+
"Does not support saving {extension} files.": "不支持儲存 {extension} 类型的檔案!",
28+
"Unsupported file type: {mimetype}": "不支持的檔案类型:{mimetype}",
29+
"The file you are working on was updated in the meantime. You cannot save your progress as saving would overwrite these changes. Please reload the page.": "您无法保存当前文件,因为您在您编辑这个文件期间这个文件已被其他人更新,请重新加载当前页面以重新启用更新。"
2830
},
2931
"pluralForm": "nplurals=1; plural=0;"
3032
}

0 commit comments

Comments
 (0)