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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-12-11 05:20:16 +0300
committerNextcloud bot <bot@nextcloud.com>2020-12-11 05:20:16 +0300
commitbda3d01196e16ca3b5bb9af05c5809cd40caa3a6 (patch)
tree538bd746e5cbea18e000619d3adfc4fd2bf7c40d /apps
parent582ce5a6ad7599d5ab0a1a23e96b7be9aabf95da (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/l10n/mk.js2
-rw-r--r--apps/files_sharing/l10n/mk.json2
-rw-r--r--apps/settings/l10n/es.js3
-rw-r--r--apps/settings/l10n/es.json3
-rw-r--r--apps/settings/l10n/sl.js2
-rw-r--r--apps/settings/l10n/sl.json2
-rw-r--r--apps/settings/l10n/zh_CN.js2
-rw-r--r--apps/settings/l10n/zh_CN.json2
8 files changed, 16 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/mk.js b/apps/files_sharing/l10n/mk.js
index 52290f89547..a6fa1f3c3cf 100644
--- a/apps/files_sharing/l10n/mk.js
+++ b/apps/files_sharing/l10n/mk.js
@@ -169,6 +169,7 @@ OC.L10N.register(
"Password protection" : "Заштитено со лозинка",
"Enter a password" : "Внесете лозинка",
"Expiration date (enforced)" : "Рок на траење (enforced)",
+ "Create share" : "Ново споделување",
"Cancel" : "Откажи",
"Share label" : "Ознака на споделувањето",
"Read only" : "Само читај",
@@ -187,6 +188,7 @@ OC.L10N.register(
"No recommendations. Start typing." : "Нема препораки. Започнете со пишување.",
"Resharing is not allowed" : "Повторно споделување не е дозволено",
"Name or email …" : "Име или е-пошта ...",
+ "Name, email, or Federated Cloud ID …" : "Име, е-пошта или федерален ИД ...",
"Searching …" : "Пребарување ...",
"No elements found." : "Нема пронајдено елементи.",
"Search globally" : "Пребарај глобално",
diff --git a/apps/files_sharing/l10n/mk.json b/apps/files_sharing/l10n/mk.json
index d9a007760da..0da917950e2 100644
--- a/apps/files_sharing/l10n/mk.json
+++ b/apps/files_sharing/l10n/mk.json
@@ -167,6 +167,7 @@
"Password protection" : "Заштитено со лозинка",
"Enter a password" : "Внесете лозинка",
"Expiration date (enforced)" : "Рок на траење (enforced)",
+ "Create share" : "Ново споделување",
"Cancel" : "Откажи",
"Share label" : "Ознака на споделувањето",
"Read only" : "Само читај",
@@ -185,6 +186,7 @@
"No recommendations. Start typing." : "Нема препораки. Започнете со пишување.",
"Resharing is not allowed" : "Повторно споделување не е дозволено",
"Name or email …" : "Име или е-пошта ...",
+ "Name, email, or Federated Cloud ID …" : "Име, е-пошта или федерален ИД ...",
"Searching …" : "Пребарување ...",
"No elements found." : "Нема пронајдено елементи.",
"Search globally" : "Пребарај глобално",
diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js
index 8043805686d..1cf99835820 100644
--- a/apps/settings/l10n/es.js
+++ b/apps/settings/l10n/es.js
@@ -68,6 +68,7 @@ OC.L10N.register(
"installing and updating apps via the app store or Federated Cloud Sharing" : "instalando y actualizando aplicaciones a través de la tienda de aplicaciones o de la nube compartida federada",
"Federated Cloud Sharing" : "Compartido en Nube Federada",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL está usando una versión desactualizada %1$s (%2$s). Por favor, actualiza tu sistema operativo o funciones como %3$s no funcionarán de forma fiable.",
+ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the nextcloud log file for more details." : "No se puede determinar si la vdersión TLS de cURL está anticuada o no debido a que ocurrió un error durante la consulta HTTPS contra https://nextcloud.com. Por favor compruebe el archivo de registro de nexcloud para más detalles.",
"Invalid SMTP password." : "Contraseña SMTP inválida",
"Email setting test" : "Prueba de configuración de correo",
"Well done, %s!" : "¡Bien hecho, %s!",
@@ -79,6 +80,8 @@ OC.L10N.register(
"Settings saved" : "Ajustes guardados",
"Unable to change full name" : "No se puede cambiar el nombre completo",
"Unable to change email address" : "No se pudo cambiar la dirección de correo",
+ "Unable to set invalid phone number" : "No se pudo registrar un número de teléfono incorrecto",
+ "Some account data was invalid" : "Algunos datos de la cuenta no son correctos",
"In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Para verificar tu cuenta de Twitter, escribe el siguiente tuit en Twitter (por favor, asegúrate de escribirlo sin saltos de línea):",
"In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Para verificar tu sitio web, guarda el siguiente contenido en la raíz de la web en '.well-known/CloudIdVerificationCode.txt' (por favor, asegúrate de que el texto completo está en una línea):",
"%1$s changed your password on %2$s." : "%1$s cambió su contraseña en %2$s.",
diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json
index f3fe662cd5e..cad198b2bad 100644
--- a/apps/settings/l10n/es.json
+++ b/apps/settings/l10n/es.json
@@ -66,6 +66,7 @@
"installing and updating apps via the app store or Federated Cloud Sharing" : "instalando y actualizando aplicaciones a través de la tienda de aplicaciones o de la nube compartida federada",
"Federated Cloud Sharing" : "Compartido en Nube Federada",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL está usando una versión desactualizada %1$s (%2$s). Por favor, actualiza tu sistema operativo o funciones como %3$s no funcionarán de forma fiable.",
+ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the nextcloud log file for more details." : "No se puede determinar si la vdersión TLS de cURL está anticuada o no debido a que ocurrió un error durante la consulta HTTPS contra https://nextcloud.com. Por favor compruebe el archivo de registro de nexcloud para más detalles.",
"Invalid SMTP password." : "Contraseña SMTP inválida",
"Email setting test" : "Prueba de configuración de correo",
"Well done, %s!" : "¡Bien hecho, %s!",
@@ -77,6 +78,8 @@
"Settings saved" : "Ajustes guardados",
"Unable to change full name" : "No se puede cambiar el nombre completo",
"Unable to change email address" : "No se pudo cambiar la dirección de correo",
+ "Unable to set invalid phone number" : "No se pudo registrar un número de teléfono incorrecto",
+ "Some account data was invalid" : "Algunos datos de la cuenta no son correctos",
"In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Para verificar tu cuenta de Twitter, escribe el siguiente tuit en Twitter (por favor, asegúrate de escribirlo sin saltos de línea):",
"In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Para verificar tu sitio web, guarda el siguiente contenido en la raíz de la web en '.well-known/CloudIdVerificationCode.txt' (por favor, asegúrate de que el texto completo está en una línea):",
"%1$s changed your password on %2$s." : "%1$s cambió su contraseña en %2$s.",
diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js
index 3563ef7af82..4b4fb4b26d2 100644
--- a/apps/settings/l10n/sl.js
+++ b/apps/settings/l10n/sl.js
@@ -156,7 +156,7 @@ OC.L10N.register(
"No apps found for your version" : "Za navedeni iskalni niz ni programov",
"Disable all" : "Onemogoči vse",
"Enable all" : "Omogoči vse",
- "_%n app has an update available_::_%n apps have an update available_" : ["Za %n program je na voljo posodobitev.","Za %n programa so na voljo posodobitve.","Za %n programe so na voljo posodobitve.","Za %n programov so na voljo posodobitve."],
+ "_%n app has an update available_::_%n apps have an update available_" : ["Na voljo je posodobitev za %n program.","Na voljo sta posodobitvi za %n programa.","Na voljo so posodobitve za %n programe.","Na voljo so posodobitve za %n programov."],
"Marked for remote wipe" : "Označeno za oddaljeno varnostno brisanje",
"Device settings" : "Nastavitve naprave",
"Allow filesystem access" : "Dovoli dostop do datotečnega sistema",
diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json
index 7d36825ad1d..857ae2a6ed3 100644
--- a/apps/settings/l10n/sl.json
+++ b/apps/settings/l10n/sl.json
@@ -154,7 +154,7 @@
"No apps found for your version" : "Za navedeni iskalni niz ni programov",
"Disable all" : "Onemogoči vse",
"Enable all" : "Omogoči vse",
- "_%n app has an update available_::_%n apps have an update available_" : ["Za %n program je na voljo posodobitev.","Za %n programa so na voljo posodobitve.","Za %n programe so na voljo posodobitve.","Za %n programov so na voljo posodobitve."],
+ "_%n app has an update available_::_%n apps have an update available_" : ["Na voljo je posodobitev za %n program.","Na voljo sta posodobitvi za %n programa.","Na voljo so posodobitve za %n programe.","Na voljo so posodobitve za %n programov."],
"Marked for remote wipe" : "Označeno za oddaljeno varnostno brisanje",
"Device settings" : "Nastavitve naprave",
"Allow filesystem access" : "Dovoli dostop do datotečnega sistema",
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js
index 2e38691f57c..ad811173f22 100644
--- a/apps/settings/l10n/zh_CN.js
+++ b/apps/settings/l10n/zh_CN.js
@@ -80,6 +80,8 @@ OC.L10N.register(
"Settings saved" : "设置已保存",
"Unable to change full name" : "无法修改全名",
"Unable to change email address" : "无法修改电子邮箱地址",
+ "Unable to set invalid phone number" : "无法设置有效的电话号码",
+ "Some account data was invalid" : "一些账号数据无效",
"In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "为了验证您的 Twitter 账号,请在 Twitter 上发布以下推文(请确保发布内容中没有任何换行符):",
"In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "为了验证您的网站,请将以下内容存储在“.well-known / CloudIdVerificationCode.txt”的网络根目录中(请确保完整的文本在一行中):",
"%1$s changed your password on %2$s." : "%1$s 更改了您在 %2$s 上的密码。",
diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json
index 3f09dc0dde3..0e5ad6dffa4 100644
--- a/apps/settings/l10n/zh_CN.json
+++ b/apps/settings/l10n/zh_CN.json
@@ -78,6 +78,8 @@
"Settings saved" : "设置已保存",
"Unable to change full name" : "无法修改全名",
"Unable to change email address" : "无法修改电子邮箱地址",
+ "Unable to set invalid phone number" : "无法设置有效的电话号码",
+ "Some account data was invalid" : "一些账号数据无效",
"In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "为了验证您的 Twitter 账号,请在 Twitter 上发布以下推文(请确保发布内容中没有任何换行符):",
"In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "为了验证您的网站,请将以下内容存储在“.well-known / CloudIdVerificationCode.txt”的网络根目录中(请确保完整的文本在一行中):",
"%1$s changed your password on %2$s." : "%1$s 更改了您在 %2$s 上的密码。",