summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/pl.js6
-rw-r--r--lib/l10n/pl.json6
-rw-r--r--lib/l10n/zh_CN.js8
-rw-r--r--lib/l10n/zh_CN.json8
4 files changed, 20 insertions, 8 deletions
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js
index 6b2db30da97..6903c6ebcb0 100644
--- a/lib/l10n/pl.js
+++ b/lib/l10n/pl.js
@@ -17,7 +17,7 @@ OC.L10N.register(
"Education Edition" : "Wersja edukacyjna",
"Enterprise bundle" : "Zestaw biznesowy",
"Groupware bundle" : "Zestaw pracy grupowej",
- "Social sharing bundle" : "Zestaw współdzielenia społecznościowego",
+ "Social sharing bundle" : "Pakiet udostępniania społecznego",
"PHP %s or higher is required." : "PHP %s lub wyższe jest wymagane.",
"PHP with a version lower than %s is required." : "Wersja PHP jest niższa niż %s, która jest wymagana.",
"%sbit or higher PHP required." : "%sbit lub wyższe PHP jest wymagane.",
@@ -74,12 +74,12 @@ OC.L10N.register(
"Share" : "Udostępnianie",
"Overview" : "Przegląd",
"Basic settings" : "Ustawienia podstawowe",
- "Sharing" : "Udostępnianie",
+ "Sharing" : "Współdzielenie",
"Security" : "Bepieczeństwo",
"Theming" : "Motyw",
"Groupware" : "Praca grupowa",
"Additional settings" : "Ustawienia dodatkowe",
- "Personal info" : "Informacje Osobiste",
+ "Personal info" : "Informacje osobiste",
"Mobile & desktop" : "Mobilne i stacjonarne",
"Unlimited" : "Nielimitowane",
"Verifying" : "Weryfikacja",
diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json
index d4593e13117..3b0565d0f42 100644
--- a/lib/l10n/pl.json
+++ b/lib/l10n/pl.json
@@ -15,7 +15,7 @@
"Education Edition" : "Wersja edukacyjna",
"Enterprise bundle" : "Zestaw biznesowy",
"Groupware bundle" : "Zestaw pracy grupowej",
- "Social sharing bundle" : "Zestaw współdzielenia społecznościowego",
+ "Social sharing bundle" : "Pakiet udostępniania społecznego",
"PHP %s or higher is required." : "PHP %s lub wyższe jest wymagane.",
"PHP with a version lower than %s is required." : "Wersja PHP jest niższa niż %s, która jest wymagana.",
"%sbit or higher PHP required." : "%sbit lub wyższe PHP jest wymagane.",
@@ -72,12 +72,12 @@
"Share" : "Udostępnianie",
"Overview" : "Przegląd",
"Basic settings" : "Ustawienia podstawowe",
- "Sharing" : "Udostępnianie",
+ "Sharing" : "Współdzielenie",
"Security" : "Bepieczeństwo",
"Theming" : "Motyw",
"Groupware" : "Praca grupowa",
"Additional settings" : "Ustawienia dodatkowe",
- "Personal info" : "Informacje Osobiste",
+ "Personal info" : "Informacje osobiste",
"Mobile & desktop" : "Mobilne i stacjonarne",
"Unlimited" : "Nielimitowane",
"Verifying" : "Weryfikacja",
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index 1995f215992..75b663a434a 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -195,6 +195,7 @@ OC.L10N.register(
"Could not create user" : "无法创建用户",
"User disabled" : "用户已禁用",
"Login canceled by app" : "已通过应用取消登录",
+ "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "应用 \"%1$s\" 无法安装,因为不能满足以下依赖: %2$s",
"a safe home for all your data" : "给您所有数据一个安全的家",
"File is currently busy, please try again later" : "文件当前正忙,请稍后再试",
"Can't read file" : "无法读取文件",
@@ -231,6 +232,10 @@ OC.L10N.register(
"Your data directory is invalid" : "您的数据目录无效",
"Ensure there is a file called \".ocdata\" in the root of the data directory." : "请确定在根目录下有一个名为\".ocdata\"的文件。",
"Action \"%s\" not supported or implemented." : "操作 \"%s\" 不支持或未实现。",
+ "Authentication failed, wrong token or provider ID given" : "认证失败,提供了错误的token或提供者ID",
+ "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "缺少参数来完成请求。缺少的参数为:\"%s\"",
+ "ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID \"%1$s\" 已被云联合提供商 \"%2$s\" 使用",
+ "Cloud Federation Provider with ID: \"%s\" does not exist." : "ID为 \"%s\" 的云联合提供商不存在。",
"Could not obtain lock type %d on \"%s\"." : "无法在 \"%s\" 上获取锁类型 %d。",
"Storage unauthorized. %s" : "存储认证失败。%s",
"Storage incomplete configuration. %s" : "存储未完成配置。%s",
@@ -259,6 +264,7 @@ OC.L10N.register(
"%s via %s" : "%s 通过 %s",
"No app name specified" : "没有指定的 App 名称",
"App '%s' could not be installed!" : "应用 '%s' 无法被安装!",
- "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系:%s"
+ "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系:%s",
+ "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" 已被云联合提供商 \"%s\" 使用"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json
index b729038c92e..5eb1458eca3 100644
--- a/lib/l10n/zh_CN.json
+++ b/lib/l10n/zh_CN.json
@@ -193,6 +193,7 @@
"Could not create user" : "无法创建用户",
"User disabled" : "用户已禁用",
"Login canceled by app" : "已通过应用取消登录",
+ "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "应用 \"%1$s\" 无法安装,因为不能满足以下依赖: %2$s",
"a safe home for all your data" : "给您所有数据一个安全的家",
"File is currently busy, please try again later" : "文件当前正忙,请稍后再试",
"Can't read file" : "无法读取文件",
@@ -229,6 +230,10 @@
"Your data directory is invalid" : "您的数据目录无效",
"Ensure there is a file called \".ocdata\" in the root of the data directory." : "请确定在根目录下有一个名为\".ocdata\"的文件。",
"Action \"%s\" not supported or implemented." : "操作 \"%s\" 不支持或未实现。",
+ "Authentication failed, wrong token or provider ID given" : "认证失败,提供了错误的token或提供者ID",
+ "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "缺少参数来完成请求。缺少的参数为:\"%s\"",
+ "ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID \"%1$s\" 已被云联合提供商 \"%2$s\" 使用",
+ "Cloud Federation Provider with ID: \"%s\" does not exist." : "ID为 \"%s\" 的云联合提供商不存在。",
"Could not obtain lock type %d on \"%s\"." : "无法在 \"%s\" 上获取锁类型 %d。",
"Storage unauthorized. %s" : "存储认证失败。%s",
"Storage incomplete configuration. %s" : "存储未完成配置。%s",
@@ -257,6 +262,7 @@
"%s via %s" : "%s 通过 %s",
"No app name specified" : "没有指定的 App 名称",
"App '%s' could not be installed!" : "应用 '%s' 无法被安装!",
- "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系:%s"
+ "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "应用程序 \"%s\" 无法被安装,因为为满足下列依赖关系:%s",
+ "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" 已被云联合提供商 \"%s\" 使用"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file