diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-23 02:24:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-23 02:24:42 +0000 |
commit | 49914486018ca7b481a0e3a7ffb4d923291be3bb (patch) | |
tree | 73b153c34e4fb51ea183e9c6c728c12b4f2bfde2 /lib/l10n | |
parent | b5a40423915de01912f2e9a3460219ee3f1cbf44 (diff) | |
download | nextcloud-server-49914486018ca7b481a0e3a7ffb4d923291be3bb.tar.gz nextcloud-server-49914486018ca7b481a0e3a7ffb4d923291be3bb.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/es_SV.js | 2 | ||||
-rw-r--r-- | lib/l10n/es_SV.json | 2 | ||||
-rw-r--r-- | lib/l10n/ja.js | 1 | ||||
-rw-r--r-- | lib/l10n/ja.json | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/es_SV.js b/lib/l10n/es_SV.js index bd67423a4f2..774e0b91879 100644 --- a/lib/l10n/es_SV.js +++ b/lib/l10n/es_SV.js @@ -190,4 +190,4 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "Verifica el valor de \"datadirectory\" en tu configuración", "Your data directory is invalid" : "Tu directorio de datos es inválido" }, -"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_SV.json b/lib/l10n/es_SV.json index 67f776a0276..5d7f1d512ba 100644 --- a/lib/l10n/es_SV.json +++ b/lib/l10n/es_SV.json @@ -187,5 +187,5 @@ "Your data directory must be an absolute path" : "Tu directorio data debe ser una ruta absoluta", "Check the value of \"datadirectory\" in your configuration" : "Verifica el valor de \"datadirectory\" en tu configuración", "Your data directory is invalid" : "Tu directorio de datos es inválido" -},"pluralForm" :"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 68e95d1ae47..5b4164dba39 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -207,6 +207,7 @@ OC.L10N.register( "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" : "現在ファイルはビジーです。後でもう一度試してください。", + "Cannot download file" : "ファイルをダウンロードできません", "Application is not enabled" : "アプリケーションは無効です", "Authentication error" : "認証エラー", "Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。", diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 96fed748e63..ccfdd45c430 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -205,6 +205,7 @@ "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" : "現在ファイルはビジーです。後でもう一度試してください。", + "Cannot download file" : "ファイルをダウンロードできません", "Application is not enabled" : "アプリケーションは無効です", "Authentication error" : "認証エラー", "Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。", |