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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/zh_CN.js')
-rw-r--r--l10n/zh_CN.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
new file mode 100644
index 0000000..56f88bd
--- /dev/null
+++ b/l10n/zh_CN.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "算法类型\"%s\"无效或不受支持",
+ "File not found." : "未找到文件",
+ "Checksum" : "校验和",
+ "Creating a hash checksum of a file." : "创建文件的哈希校验和",
+ "Choose Algorithm" : "选择算法"
+},
+"nplurals=1; plural=0;");