File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ OC.L10N.register(
1111 "A PHP extension stopped the file upload" : "一个PHP扩展插件终止了文件上传" ,
1212 "No file uploaded or file size exceeds maximum of %s" : "没有文件上传成功或者文件大小超出了最大%s的限制" ,
1313 "Nextcloud Text" : "Nextcloud 文本" ,
14+ "Text document" : "文本文档" ,
1415 "Create new text file" : "创建新的记事本文件" ,
1516 "Editing session has expired. Please reload the page." : "编辑会话超时。请重载页面。" ,
1617 "{user} has mentioned you in the text document {node}" : "{user} 在记事本文件 {node} 中提到你" ,
@@ -116,6 +117,8 @@ OC.L10N.register(
116117 "Toggle outline" : "切换大纲" ,
117118 "Alt" : "Alt" ,
118119 "Open link" : "打开链接" ,
120+ "No link available to open" : "没有可打开的链接" ,
121+ "Cannot open links with unsafe protocols" : "无法打开具有不安全协议的链接" ,
119122 "Edit link" : "编辑链接" ,
120123 "Save changes" : "保存更改" ,
121124 "Cancel" : "取消" ,
Original file line number Diff line number Diff line change 99 "A PHP extension stopped the file upload" : " 一个PHP扩展插件终止了文件上传" ,
1010 "No file uploaded or file size exceeds maximum of %s" : " 没有文件上传成功或者文件大小超出了最大%s的限制" ,
1111 "Nextcloud Text" : " Nextcloud 文本" ,
12+ "Text document" : " 文本文档" ,
1213 "Create new text file" : " 创建新的记事本文件" ,
1314 "Editing session has expired. Please reload the page." : " 编辑会话超时。请重载页面。" ,
1415 "{user} has mentioned you in the text document {node}" : " {user} 在记事本文件 {node} 中提到你" ,
114115 "Toggle outline" : " 切换大纲" ,
115116 "Alt" : " Alt" ,
116117 "Open link" : " 打开链接" ,
118+ "No link available to open" : " 没有可打开的链接" ,
119+ "Cannot open links with unsafe protocols" : " 无法打开具有不安全协议的链接" ,
117120 "Edit link" : " 编辑链接" ,
118121 "Save changes" : " 保存更改" ,
119122 "Cancel" : " 取消" ,
You can’t perform that action at this time.
0 commit comments