Skip to content

Commit 81193a6

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 0d44035 commit 81193a6

30 files changed

Lines changed: 122 additions & 26 deletions

File tree

apps/dav/l10n/zh_CN.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,17 @@ OC.L10N.register(
246246
"Invalid target path" : "目标路径无效",
247247
"System is in maintenance mode." : "系统处于维护模式。",
248248
"Upgrade needed" : "需要升级",
249+
"Delegate:" : "委派:",
250+
"%1$s created \"%2$s\" on your behalf" : "%1$s 代表您创建了“%2$s”",
251+
"%1$s created \"%2$s\" on your calendar \"%3$s\"" : "%1$s 在您的日历“%3$s”上创建了“%2$s”",
252+
"%1$s updated \"%2$s\" on your behalf" : "%1$s 代表您更新了“%2$s”",
253+
"%1$s updated \"%2$s\" on your calendar \"%3$s\"" : "%1$s 在您的日历“%3$s”上更新了“%2$s”",
254+
"%1$s deleted \"%2$s\" on your behalf" : "%1$s 代表您删除了“%2$s”",
255+
"%1$s permanently deleted \"%2$s\" from your calendar \"%3$s\"" : "%1$s 从您的日历“%3$s”中永久删除了“%2$s”",
256+
"%1$s moved \"%2$s\" to the trash on your behalf" : "%1$s 代表您将“%2$s”移动到回收站",
257+
"%1$s moved \"%2$s\" to the trash on your calendar \"%3$s\"" : "%1$s 在您的日历“%3$s”上将“%2$s”移动到回收站",
258+
"%1$s restored \"%2$s\" on your behalf" : "%1$s 代表您恢复了“%2$s”",
259+
"%1$s restored \"%2$s\" on your calendar \"%3$s\"" : "%1$s 在您的日历“%3$s”上恢复了“%2$s”",
249260
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "您的 %s 需要配置使用 HTTPS 以在 iOS/macOS 中使用 CalDAV 和 CardDAV。",
250261
"Configures a CalDAV account" : "配置一个 CalDAV 账号",
251262
"Configures a CardDAV account" : "配置一个 CardDAV 账号",

apps/dav/l10n/zh_CN.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,17 @@
244244
"Invalid target path" : "目标路径无效",
245245
"System is in maintenance mode." : "系统处于维护模式。",
246246
"Upgrade needed" : "需要升级",
247+
"Delegate:" : "委派:",
248+
"%1$s created \"%2$s\" on your behalf" : "%1$s 代表您创建了“%2$s”",
249+
"%1$s created \"%2$s\" on your calendar \"%3$s\"" : "%1$s 在您的日历“%3$s”上创建了“%2$s”",
250+
"%1$s updated \"%2$s\" on your behalf" : "%1$s 代表您更新了“%2$s”",
251+
"%1$s updated \"%2$s\" on your calendar \"%3$s\"" : "%1$s 在您的日历“%3$s”上更新了“%2$s”",
252+
"%1$s deleted \"%2$s\" on your behalf" : "%1$s 代表您删除了“%2$s”",
253+
"%1$s permanently deleted \"%2$s\" from your calendar \"%3$s\"" : "%1$s 从您的日历“%3$s”中永久删除了“%2$s”",
254+
"%1$s moved \"%2$s\" to the trash on your behalf" : "%1$s 代表您将“%2$s”移动到回收站",
255+
"%1$s moved \"%2$s\" to the trash on your calendar \"%3$s\"" : "%1$s 在您的日历“%3$s”上将“%2$s”移动到回收站",
256+
"%1$s restored \"%2$s\" on your behalf" : "%1$s 代表您恢复了“%2$s”",
257+
"%1$s restored \"%2$s\" on your calendar \"%3$s\"" : "%1$s 在您的日历“%3$s”上恢复了“%2$s”",
247258
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "您的 %s 需要配置使用 HTTPS 以在 iOS/macOS 中使用 CalDAV 和 CardDAV。",
248259
"Configures a CalDAV account" : "配置一个 CalDAV 账号",
249260
"Configures a CardDAV account" : "配置一个 CardDAV 账号",

apps/files/l10n/zh_CN.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ OC.L10N.register(
325325
"The files are locked" : "文件已锁定",
326326
"The file does not exist anymore" : "文件不存在",
327327
"Moving \"{source}\" to \"{destination}\" …" : "正在将“{source}”移动到“{destination}” …",
328+
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["正在将 %n 个文件移动到“{destination}”? …"],
328329
"Copying \"{source}\" to \"{destination}\" …" : "正在将“{source}”复制到“{destination}” …",
330+
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["正在将 %n 个文件复制到“{destination}” …"],
329331
"Choose destination" : "选择目标路径",
330332
"Copy to {target}" : "复制到 {target}",
331333
"Move to {target}" : "移动到 {target}",

apps/files/l10n/zh_CN.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,9 @@
323323
"The files are locked" : "文件已锁定",
324324
"The file does not exist anymore" : "文件不存在",
325325
"Moving \"{source}\" to \"{destination}\" …" : "正在将“{source}”移动到“{destination}” …",
326+
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["正在将 %n 个文件移动到“{destination}”? …"],
326327
"Copying \"{source}\" to \"{destination}\" …" : "正在将“{source}”复制到“{destination}” …",
328+
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["正在将 %n 个文件复制到“{destination}” …"],
327329
"Choose destination" : "选择目标路径",
328330
"Copy to {target}" : "复制到 {target}",
329331
"Move to {target}" : "移动到 {target}",

apps/files_external/l10n/zh_CN.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ OC.L10N.register(
5959
"URL" : "URL",
6060
"Remote subfolder" : "远程子文件夹",
6161
"Secure https://" : "安全 https://",
62+
"FTP/FTPS" : "FTP/FTPS",
6263
"Host" : "主机",
6364
"Secure ftps://" : "安全 ftps://",
6465
"Local (server storage)" : "本地(服务器存储)",
@@ -67,13 +68,15 @@ OC.L10N.register(
6768
"SFTP (SSH file transfer)" : "SFTP(SSH 文件传输)",
6869
"Root" : "根路径",
6970
"SFTP with public key authentication" : "具有公钥身份验证的 SFTP",
71+
"SMB/CIFS (Windows network share)" : "SMB/CIFS(Windows 网络共享)",
7072
"Share" : "共享",
7173
"Show hidden files" : "显示隐藏文件",
7274
"Case sensitive file system" : "大小写敏感文件系统",
7375
"Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "禁用此选项将允许使用大小写不敏感文件系统,但会带来性能损失",
7476
"Verify ACL access when listing files" : "列出文件时验证 ACL 访问",
7577
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "检查目录内的每个文件或文件夹的 ACL,以筛选账号没有读取权限的项目,这会带来性能损失",
7678
"Timeout" : "超时",
79+
"SMB/CIFS using Nextcloud login" : "使用 Nextcloud 登录的 SMB/CIFS",
7780
"Login as share" : "以共享身份登录",
7881
"OpenStack Swift Object Storage" : "OpenStack Swift 对象存储",
7982
"Service name" : "服务名称",

apps/files_external/l10n/zh_CN.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"URL" : "URL",
5858
"Remote subfolder" : "远程子文件夹",
5959
"Secure https://" : "安全 https://",
60+
"FTP/FTPS" : "FTP/FTPS",
6061
"Host" : "主机",
6162
"Secure ftps://" : "安全 ftps://",
6263
"Local (server storage)" : "本地(服务器存储)",
@@ -65,13 +66,15 @@
6566
"SFTP (SSH file transfer)" : "SFTP(SSH 文件传输)",
6667
"Root" : "根路径",
6768
"SFTP with public key authentication" : "具有公钥身份验证的 SFTP",
69+
"SMB/CIFS (Windows network share)" : "SMB/CIFS(Windows 网络共享)",
6870
"Share" : "共享",
6971
"Show hidden files" : "显示隐藏文件",
7072
"Case sensitive file system" : "大小写敏感文件系统",
7173
"Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "禁用此选项将允许使用大小写不敏感文件系统,但会带来性能损失",
7274
"Verify ACL access when listing files" : "列出文件时验证 ACL 访问",
7375
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "检查目录内的每个文件或文件夹的 ACL,以筛选账号没有读取权限的项目,这会带来性能损失",
7476
"Timeout" : "超时",
77+
"SMB/CIFS using Nextcloud login" : "使用 Nextcloud 登录的 SMB/CIFS",
7578
"Login as share" : "以共享身份登录",
7679
"OpenStack Swift Object Storage" : "OpenStack Swift 对象存储",
7780
"Service name" : "服务名称",

apps/files_versions/l10n/zh_CN.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
OC.L10N.register(
22
"files_versions",
33
{
4-
"No rule given" : "没有定义规则",
4+
"Block file versioning" : "阻止文件版本控制",
5+
"Automatic tag based blocking of file version creation." : "基于标签自动阻止文件版本的创建。",
6+
"No rule given" : "未给出规则",
7+
"A new version is created" : "新版本已创建",
58
"Versions" : "版本",
69
"This application automatically maintains older versions of files that are changed." : "此应用程序自动维护已更改文件的旧版本。",
710
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "此应用程序将会自动保留已被更改的老版本文件。当此应用被启用时,每个用户的目录中都会呈现一个用于版本存储的隐藏文件夹。用户可以随时通过网页将文件恢复到旧版本,替换的文件将作为最新版本。应用程序将自动管理版本文件夹以确保账户不会因保留历史版本耗尽存储空间。\n\t\t除了版本有效期限以外,应用程序会确保保留历史版本的文件不会占用超过账户目前可用空间50%。如果存储的版本超出此限制,则版本管理会先删除最早的版本直至低于存储限制。更多资讯详见“版本”说明文档。",

apps/files_versions/l10n/zh_CN.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{ "translations": {
2-
"No rule given" : "没有定义规则",
2+
"Block file versioning" : "阻止文件版本控制",
3+
"Automatic tag based blocking of file version creation." : "基于标签自动阻止文件版本的创建。",
4+
"No rule given" : "未给出规则",
5+
"A new version is created" : "新版本已创建",
36
"Versions" : "版本",
47
"This application automatically maintains older versions of files that are changed." : "此应用程序自动维护已更改文件的旧版本。",
58
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "此应用程序将会自动保留已被更改的老版本文件。当此应用被启用时,每个用户的目录中都会呈现一个用于版本存储的隐藏文件夹。用户可以随时通过网页将文件恢复到旧版本,替换的文件将作为最新版本。应用程序将自动管理版本文件夹以确保账户不会因保留历史版本耗尽存储空间。\n\t\t除了版本有效期限以外,应用程序会确保保留历史版本的文件不会占用超过账户目前可用空间50%。如果存储的版本超出此限制,则版本管理会先删除最早的版本直至低于存储限制。更多资讯详见“版本”说明文档。",

0 commit comments

Comments
 (0)