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

zh_CN.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07eb2e387cf94f0039add054a3774356f5fe1477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "该文件太大无法在线预览,请下载后查看。",
"Cannot read the file." => "不能读取文件",
"Invalid file path supplied." => "提供了无效的文件路径",
"The file is locked." => "文件已被锁定",
"An internal server error occurred." => "内部服务器错误",
"Cannot save file as it has been modified since opening" => "由于打开之后已被修改,故无法保存文件。",
"Insufficient permissions" => "权限不足",
"File path not supplied" => "未提供文件路径",
"File mtime not supplied" => "未提供mtime",
"saving..." => "保存中...",
"saved!" => "已保存",
"failed!" => "失败",
"Saved" => "已保存",
"There was a problem saving your changes. Click to resume editing." => "在保存时出现了一些问题,点击以恢复编辑",
"An error occurred!" => "发生错误!",
"Text file" => "文本文件",
"New text file.txt" => "创建文本文件 .txt"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";