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 Apr 12, 2024
1 parent 16d6cda commit c08710c
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,6 +3,7 @@ OC.L10N.register(
{
"Public link" : "Enllaz públicu",
"Photos" : "Semeyes",
"On This Day" : "Tal día como güei",
"Your memories under your control" : "Los tos recuerdos baxo control",
"All media" : "Tolos medios",
"Videos" : "Vídeos",
Expand Down Expand Up @@ -119,12 +120,20 @@ OC.L10N.register(
"Could not load photos folder" : "Nun se puen cargar la carpeta de semeyes",
"Go back to the previous view." : "Volver a la vista anterior.",
"Create the album." : "Crea l'álbum.",
"_Share with %n user_::_Share with %n users_" : ["Compartir con %n usuariu","Compartir con %n usuarios"],
"Search for collaborators" : "Buscar collaboradores",
"No collaborators available" : "Nun hai nengún collaborador disponible",
"Failed to fetch album." : "Nun se pue dir en cata del álbum.",
"The file is in the favorites" : "Esti ficheru ta en Favoritos",
"Open the \"{name}\" sub-directory" : "Abrir el sodireutoriu «{name}»",
"Invalid location selected" : "Seleicionóse una llocalización inválida",
"Photos directory" : "Direutoriu de datos",
"Add photos to the album" : "Amiesta semeyes al álbum",
"Failed to fetch albums list." : "Nun se pue dir en cata de la llista d'álbumes.",
"Shared albums" : "Álbumes compartíos"
"Shared albums" : "Álbumes compartíos",
"Create a new album" : "Crear un álbum",
"Add selection to an album" : "Amiesta la seleición a un álbum",
"Failed to create {albumName}." : "Nun se pue crear «{albumName}».",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Nun se pue renomar «{albumName}» a «{newAlbumName}»."
},
"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,6 +1,7 @@
{ "translations": {
"Public link" : "Enllaz públicu",
"Photos" : "Semeyes",
"On This Day" : "Tal día como güei",
"Your memories under your control" : "Los tos recuerdos baxo control",
"All media" : "Tolos medios",
"Videos" : "Vídeos",
Expand Down Expand Up @@ -117,12 +118,20 @@
"Could not load photos folder" : "Nun se puen cargar la carpeta de semeyes",
"Go back to the previous view." : "Volver a la vista anterior.",
"Create the album." : "Crea l'álbum.",
"_Share with %n user_::_Share with %n users_" : ["Compartir con %n usuariu","Compartir con %n usuarios"],
"Search for collaborators" : "Buscar collaboradores",
"No collaborators available" : "Nun hai nengún collaborador disponible",
"Failed to fetch album." : "Nun se pue dir en cata del álbum.",
"The file is in the favorites" : "Esti ficheru ta en Favoritos",
"Open the \"{name}\" sub-directory" : "Abrir el sodireutoriu «{name}»",
"Invalid location selected" : "Seleicionóse una llocalización inválida",
"Photos directory" : "Direutoriu de datos",
"Add photos to the album" : "Amiesta semeyes al álbum",
"Failed to fetch albums list." : "Nun se pue dir en cata de la llista d'álbumes.",
"Shared albums" : "Álbumes compartíos"
"Shared albums" : "Álbumes compartíos",
"Create a new album" : "Crear un álbum",
"Add selection to an album" : "Amiesta la seleición a un álbum",
"Failed to create {albumName}." : "Nun se pue crear «{albumName}».",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Nun se pue renomar «{albumName}» a «{newAlbumName}»."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit c08710c

Please sign in to comment.