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 /apps/settings/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 'apps/settings/l10n')
-rw-r--r-- | apps/settings/l10n/es_SV.js | 2 | ||||
-rw-r--r-- | apps/settings/l10n/es_SV.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/es_SV.js b/apps/settings/l10n/es_SV.js index 6bce4d788a7..858a5941272 100644 --- a/apps/settings/l10n/es_SV.js +++ b/apps/settings/l10n/es_SV.js @@ -262,4 +262,4 @@ OC.L10N.register( "days" : "días", "No display name set" : "No se ha establecido el nombre a desplegar" }, -"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/apps/settings/l10n/es_SV.json b/apps/settings/l10n/es_SV.json index daa053e041e..a3047300896 100644 --- a/apps/settings/l10n/es_SV.json +++ b/apps/settings/l10n/es_SV.json @@ -259,5 +259,5 @@ "The cron.php needs to be executed by the system user \"%s\"." : "El cron.php necesita ser ejecutado por el usuario de sistema \"%s\".", "days" : "días", "No display name set" : "No se ha establecido el nombre a desplegar" -},"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 |