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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed May 15, 2023
1 parent c491855 commit a96be2f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions l10n/ast.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OC.L10N.register(
"registration",
{
"The verification failed." : "La verificación falló.",
"Registration" : "Rexistru",
"An error occurred while saving the settings" : "Prodúxose un error mentanto se guardaba la configuración",
"Full name" : "Nome completu",
"Phone number" : "Númberu de teléfonu",
"Password" : "Contraseña"
},
"nplurals=2; plural=(n != 1);");
9 changes: 9 additions & 0 deletions l10n/ast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ "translations": {
"The verification failed." : "La verificación falló.",
"Registration" : "Rexistru",
"An error occurred while saving the settings" : "Prodúxose un error mentanto se guardaba la configuración",
"Full name" : "Nome completu",
"Phone number" : "Númberu de teléfonu",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit a96be2f

Please sign in to comment.