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 Oct 15, 2023
1 parent 8c10d88 commit 7432abf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion l10n/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@ OC.L10N.register(
{
"Public link" : "Enllaz públicu",
"Photos" : "Semeyes",
"Videos" : "Vídeos",
"Albums" : "Álbumes",
"People" : "Persones",
"Folders" : "Carpetes",
"Tags" : "Etiquetes",
"Places" : "Llugares",
"New album" : "Álbum nuevu",
"_%n item_::_%n photos and videos_" : ["%n elementu","%n elementos"],
"Group" : "Grupu",
"Public link copied!" : "¡Copióse l'enllaz públicu!",
"This collection does not exist" : "Esta coleición nun esiste",
"An error occurred" : "Prodúxose un error",
"This place does not have any photos or videos yet!" : "¡Esti llugar nun tien nenguna semeya nin nengún videu!"
"_%n photo_::_%n photos_" : ["%n semeya","%n semeyes"],
"This place does not have any photos or videos yet!" : "¡Esti llugar nun tien nenguna semeya nin nengún videu!",
"_%n photos_::_%n photos_" : ["%n semeya","%n semeyes"]
},
"nplurals=2; plural=(n != 1);");
11 changes: 10 additions & 1 deletion l10n/ast.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{ "translations": {
"Public link" : "Enllaz públicu",
"Photos" : "Semeyes",
"Videos" : "Vídeos",
"Albums" : "Álbumes",
"People" : "Persones",
"Folders" : "Carpetes",
"Tags" : "Etiquetes",
"Places" : "Llugares",
"New album" : "Álbum nuevu",
"_%n item_::_%n photos and videos_" : ["%n elementu","%n elementos"],
"Group" : "Grupu",
"Public link copied!" : "¡Copióse l'enllaz públicu!",
"This collection does not exist" : "Esta coleición nun esiste",
"An error occurred" : "Prodúxose un error",
"This place does not have any photos or videos yet!" : "¡Esti llugar nun tien nenguna semeya nin nengún videu!"
"_%n photo_::_%n photos_" : ["%n semeya","%n semeyes"],
"This place does not have any photos or videos yet!" : "¡Esti llugar nun tien nenguna semeya nin nengún videu!",
"_%n photos_::_%n photos_" : ["%n semeya","%n semeyes"]
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 7432abf

Please sign in to comment.