Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_CN.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4529aff7a76d1290524d6cafb29337f3e1add47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "text",
    {
    "Text" : "文本 ",
    "📝 Collaborative document editing" : "文档协作编辑",
    "Use current version" : "使用当前版本",
    "Use the saved version" : "使用保存的版本",
    "The document has been changed outside of the editor. The changes cannot be applied." : "本文档在编辑器外被更改。无法应用更改。",
    "Last save {lastSave}" : "最近保存 {lastSave}",
    "Unpushed changes" : "未推送的更改",
    "Unsaved changes" : "未保存的更改",
    "Enter your name so other users can see who is editing" : "输入您的姓名以便他人看到谁在编辑",
    "Edit guest name" : "编辑访客姓名",
    "Save guest name" : "保存访客姓名",
    "Add link" : "添加链接",
    "_and %n other editor_::_and %n other editors_" : ["和 %n 位其他编辑者"],
    "Show image" : "显示图片",
    "Show file" : "显示文件",
    "New text document" : "新建文本文档",
    "New text document.md" : "新建文本文档.md",
    "Edit" : "编辑",
    "Undo" : "撤销"
},
"nplurals=1; plural=0;");