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 Apr 3, 2024
1 parent 8f50da3 commit 7bcc08f
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(
"preferred_providers",
{
"The token is invalid" : "El pase ye inválidu",
"The token is expired, please contact your provider" : "El pase caducó, ponte en contautu col fornidor",
"Preferred providers" : "Fornidores preferíos",
"Preferred Providers" : "Fornidores preferíos",
"Password" : "Contraseña",
"Log in" : "Aniciar la sesión"
},
"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 token is invalid" : "El pase ye inválidu",
"The token is expired, please contact your provider" : "El pase caducó, ponte en contautu col fornidor",
"Preferred providers" : "Fornidores preferíos",
"Preferred Providers" : "Fornidores preferíos",
"Password" : "Contraseña",
"Log in" : "Aniciar la sesión"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 7bcc08f

Please sign in to comment.