diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-27 01:14:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-27 01:14:50 +0000 |
commit | 4c52fed77996c71a539501aeb08a78cd13194f0b (patch) | |
tree | 2f939961c32e0c651a8ca10399139c91f523dac5 /lib | |
parent | 88ece3f5d7b061ab604edbb336747b3f2f61ba52 (diff) | |
download | nextcloud-server-4c52fed77996c71a539501aeb08a78cd13194f0b.tar.gz nextcloud-server-4c52fed77996c71a539501aeb08a78cd13194f0b.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 |