Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2023-05-22 01:08:17 +00:00
parent de859998d7
commit a88446c916
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 24 additions and 0 deletions

13
l10n/ast.js Normal file
View File

@ -0,0 +1,13 @@
OC.L10N.register(
"photos",
{
"Public link" : "Enllaz públicu",
"Photos" : "Semeyes",
"Albums" : "Álbumes",
"Folders" : "Carpetes",
"Tags" : "Etiquetes",
"An error occurred" : "Prodúxose un error",
"This place does not have any photos or videos yet!" : "¡Esti llugar entá nun tien nenguna semeya nin nengún videu!",
"Settings" : "Configuración"
},
"nplurals=2; plural=(n != 1);");

11
l10n/ast.json Normal file
View File

@ -0,0 +1,11 @@
{ "translations": {
"Public link" : "Enllaz públicu",
"Photos" : "Semeyes",
"Albums" : "Álbumes",
"Folders" : "Carpetes",
"Tags" : "Etiquetes",
"An error occurred" : "Prodúxose un error",
"This place does not have any photos or videos yet!" : "¡Esti llugar entá nun tien nenguna semeya nin nengún videu!",
"Settings" : "Configuración"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}