Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Mar 4, 2024
1 parent 42c94ba commit f9e20b5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions l10n/ast.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
OC.L10N.register(
"bruteforcesettings",
{
"Brute-force settings" : "Configuración escontra la fuercia bruta",
"Whitelist IPs" : "IPs permitíes",
"IP address" : "Direición IP",
"Mask" : "Mázcara",
"Add" : "Amestar",
"Your remote address was identified as \"{remoteAddress}\" and is bypassing brute-force protection." : "La to direición remota identificóse como «{remoteAddress}» y ta omitiendo la proteición escontra la fuercia bruta.",
"There was an error adding the IP to the whitelist." : "Hebo un error al amestar la direición a la llista d'IPs permitíes.",
"Delete entry for {subnet}" : "Desaniciar la entrada de {subnet}",
"Delete" : "Desaniciar"
},
"nplurals=2; plural=(n != 1);");
7 changes: 7 additions & 0 deletions l10n/ast.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{ "translations": {
"Brute-force settings" : "Configuración escontra la fuercia bruta",
"Whitelist IPs" : "IPs permitíes",
"IP address" : "Direición IP",
"Mask" : "Mázcara",
"Add" : "Amestar",
"Your remote address was identified as \"{remoteAddress}\" and is bypassing brute-force protection." : "La to direición remota identificóse como «{remoteAddress}» y ta omitiendo la proteición escontra la fuercia bruta.",
"There was an error adding the IP to the whitelist." : "Hebo un error al amestar la direición a la llista d'IPs permitíes.",
"Delete entry for {subnet}" : "Desaniciar la entrada de {subnet}",
"Delete" : "Desaniciar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
2 changes: 1 addition & 1 deletion l10n/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ OC.L10N.register(
"Add new whitelist" : "הוספת רשימת היתר חדשה",
"Delete" : "מחיקה"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
2 changes: 1 addition & 1 deletion l10n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"Add" : "הוספה",
"Add new whitelist" : "הוספת רשימת היתר חדשה",
"Delete" : "מחיקה"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
}

0 comments on commit f9e20b5

Please sign in to comment.