Skip to content

Commit 39c57f9

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 122ca36 commit 39c57f9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

l10n/es_AR.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ OC.L10N.register(
22
"data_request",
33
{
44
"Hello %s," : "Hola %s:",
5-
"Account" : "Cuenta"
5+
"Account" : "Cuenta",
6+
"Request account deletion" : "Solicitar la eliminación de la cuenta"
67
},
78
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/es_AR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{ "translations": {
22
"Hello %s," : "Hola %s:",
3-
"Account" : "Cuenta"
3+
"Account" : "Cuenta",
4+
"Request account deletion" : "Solicitar la eliminación de la cuenta"
45
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
56
}

0 commit comments

Comments
 (0)