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
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-20 06:42:24 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-20 06:42:24 +0300
commitf47de06e7d0222976d6639a3828feec7ef89f2f3 (patch)
tree36f57f31e16ad8e1f862235dfe47b3f129e8cca0 /l10n
parent5e1c978f384c903fd60aade965d2dcd729387a60 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/zh_CN.js1
-rw-r--r--l10n/zh_CN.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 56f88bd..49e21de 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"File not found." : "未找到文件",
"Checksum" : "校验和",
"Creating a hash checksum of a file." : "创建文件的哈希校验和",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "允许用户为文件创建一个哈希校验器\n可以使用md5,sha1,sha256,sha384,sha512以及crc32算法。\n\n打开文件(侧边栏)的详细信息视图,将会看见一个新的“校验和”标签。\n选择一个算法后将会生成哈希值。\n如果你想使用其他算法,点击重载按钮即可。",
"Choose Algorithm" : "选择算法"
},
"nplurals=1; plural=0;");
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 02befb3..96a5075 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -3,6 +3,7 @@
"File not found." : "未找到文件",
"Checksum" : "校验和",
"Creating a hash checksum of a file." : "创建文件的哈希校验和",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "允许用户为文件创建一个哈希校验器\n可以使用md5,sha1,sha256,sha384,sha512以及crc32算法。\n\n打开文件(侧边栏)的详细信息视图,将会看见一个新的“校验和”标签。\n选择一个算法后将会生成哈希值。\n如果你想使用其他算法,点击重载按钮即可。",
"Choose Algorithm" : "选择算法"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file