diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-27 01:14:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-27 01:14:26 +0000 |
commit | ad2eefe89639b2737b728b3faa1bf9da5ff82d55 (patch) | |
tree | f63afdc5881d4b33e254fd5600baf56f10ffbdc7 /lib | |
parent | 350b66b73d5d6fbd90e996699f5f601afda93d71 (diff) | |
download | nextcloud-server-ad2eefe89639b2737b728b3faa1bf9da5ff82d55.tar.gz nextcloud-server-ad2eefe89639b2737b728b3faa1bf9da5ff82d55.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/es_MX.js | 3 | ||||
-rw-r--r-- | lib/l10n/es_MX.json | 3 | ||||
-rw-r--r-- | lib/l10n/uz.js | 7 | ||||
-rw-r--r-- | lib/l10n/uz.json | 5 |
4 files changed, 16 insertions, 2 deletions
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index cdcda60123a..47f76fb7755 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -227,6 +227,7 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Configuración incompleta del almacenamiento. %s", "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", - "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s" + "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Personal" : "Personal" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index 124bfc2de32..1d6618782f8 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -225,6 +225,7 @@ "Storage incomplete configuration. %s" : "Configuración incompleta del almacenamiento. %s", "Storage connection error. %s" : "Se presentó un error con la conexión al almacenamiento. %s", "Storage is temporarily not available" : "El almacenamieto se encuentra temporalmente no disponible", - "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s" + "Storage connection timeout. %s" : "El tiempo de la conexión del almacenamiento se agotó. %s", + "Personal" : "Personal" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/lib/l10n/uz.js b/lib/l10n/uz.js new file mode 100644 index 00000000000..988715b389e --- /dev/null +++ b/lib/l10n/uz.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lib", + { + "Cannot write into \"config\" directory!" : "\"Config\" katalogiga yozish mumkin emas!", + "January" : "Yanvar" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/uz.json b/lib/l10n/uz.json new file mode 100644 index 00000000000..b0a64514c3e --- /dev/null +++ b/lib/l10n/uz.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cannot write into \"config\" directory!" : "\"Config\" katalogiga yozish mumkin emas!", + "January" : "Yanvar" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |