diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-26 00:08:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-26 00:08:26 +0000 |
commit | ef3e8faea22a3a7278dbf24f3988c80d80415090 (patch) | |
tree | 49b18f39215e726d53657d3adb8899b75d932bfb /core/l10n | |
parent | 292a7046482e1fb5dc7eb7712d205ec37fe6f3e1 (diff) | |
download | nextcloud-server-ef3e8faea22a3a7278dbf24f3988c80d80415090.tar.gz nextcloud-server-ef3e8faea22a3a7278dbf24f3988c80d80415090.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/sr.js | 2 | ||||
-rw-r--r-- | core/l10n/sr.json | 2 | ||||
-rw-r--r-- | core/l10n/zh_CN.js | 3 | ||||
-rw-r--r-- | core/l10n/zh_CN.json | 3 |
4 files changed, 8 insertions, 2 deletions
diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 2b1aede64b7..ca76af97299 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -89,7 +89,7 @@ OC.L10N.register( "OK" : "У реду", "Error loading message template: {error}" : "Грешка при учитавању шаблона поруке: {error}", "read-only" : "само-за-читање", - "_{count} file conflict_::_{count} file conflicts_" : ["{count} сукоб фајла","{count} сукоба фајлова","{count} сукоба фајлова"], + "_{count} file conflict_::_{count} file conflicts_" : ["{count} сукоб фајлова","{count} сукоба фајлова","{count} сукоба фајлова"], "One file conflict" : "Један сукоб фајлова", "New Files" : "Нови фајлови", "Already existing files" : "Постојећи фајлови", diff --git a/core/l10n/sr.json b/core/l10n/sr.json index d1fe6901c38..61882e3a044 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -87,7 +87,7 @@ "OK" : "У реду", "Error loading message template: {error}" : "Грешка при учитавању шаблона поруке: {error}", "read-only" : "само-за-читање", - "_{count} file conflict_::_{count} file conflicts_" : ["{count} сукоб фајла","{count} сукоба фајлова","{count} сукоба фајлова"], + "_{count} file conflict_::_{count} file conflicts_" : ["{count} сукоб фајлова","{count} сукоба фајлова","{count} сукоба фајлова"], "One file conflict" : "Један сукоб фајлова", "New Files" : "Нови фајлови", "Already existing files" : "Постојећи фајлови", diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 02e6e6f07cb..2e1351e315e 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -85,6 +85,7 @@ OC.L10N.register( "No files in here" : "未找到文件", "Choose" : "选择", "Copy" : "复制", + "Move" : "移动", "Error loading file picker template: {error}" : "加载文件选择模板出错: {error}", "OK" : "确认", "Error loading message template: {error}" : "加载消息模板出错: {error}", @@ -100,6 +101,8 @@ OC.L10N.register( "({count} selected)" : "(选择了 {count} 个)", "Error loading file exists template" : "加载文件存在性模板失败", "Pending" : "等待", + "Copy to {folder}" : "复制{文件夹}", + "Move to {folder}" : "移动{文件夹}", "Very weak password" : "非常弱的密码", "Weak password" : "弱密码", "So-so password" : "一般强度的密码", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 73a86fe9452..e9207bfd842 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -83,6 +83,7 @@ "No files in here" : "未找到文件", "Choose" : "选择", "Copy" : "复制", + "Move" : "移动", "Error loading file picker template: {error}" : "加载文件选择模板出错: {error}", "OK" : "确认", "Error loading message template: {error}" : "加载消息模板出错: {error}", @@ -98,6 +99,8 @@ "({count} selected)" : "(选择了 {count} 个)", "Error loading file exists template" : "加载文件存在性模板失败", "Pending" : "等待", + "Copy to {folder}" : "复制{文件夹}", + "Move to {folder}" : "移动{文件夹}", "Very weak password" : "非常弱的密码", "Weak password" : "弱密码", "So-so password" : "一般强度的密码", |