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 Jan 21, 2025
1 parent 69ad324 commit f978ec7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions l10n/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ OC.L10N.register(
"Shared" : "Compartido",
"Search your photos …" : "Buscar as súas fotos…",
"Start typing to find photos and albums" : "Comece a escribir para buscar fotos e álbums",
"No results found" : "Non se atoparon resultados",
"No results found" : "Non se atopou ningún resultado",
"Search" : "Buscar",
"Upload" : "Enviar",
"_{n} photo updated_::_{n} photos updated_" : ["{n} foto actualizada","{n} fotos actualizadas"],
Expand Down Expand Up @@ -354,6 +354,7 @@ OC.L10N.register(
"Move" : "Mover",
"An error occurred while moving photos from {name}." : "Produciuse un erro ao mover as fotos de {name}.",
"Choose a folder" : "Escoller un cartafol",
"_{n} item copied to folder_::_{n} items copied to folder_" : ["Copiouse {n} elemento no cartafol","Copiáronse {n} elementos no cartafol"],
"_{n} item moved to folder_::_{n} items moved to folder_" : ["Moveuse {n} elemento ao cartafol","Movéronse {n} elementos ao cartafol"],
"Remove" : "Retirar",
"Add Path" : "Engadir ruta",
Expand Down Expand Up @@ -551,7 +552,10 @@ OC.L10N.register(
"General Failure" : "Produciuse un fallo xeral",
"Error: {msg}" : "Erro: {msg}",
"Failed to delete {fileName}." : "Produciuse un fallo ao eliminar {fileName}.",
"Failed to move files." : "Produciuse un fallo ao mover os ficheiro.",
"Failed to copy files." : "Produciuse un fallo ao copiar os ficheiros.",
"Could not copy {fileName}, target exists." : "Non foi posíbel copiar «{fileName}», o destino xa existe",
"Failed to copy {fileName}." : "Produciuse un fallo ao copiar {fileName}.",
"Failed to move files." : "Produciuse un fallo ao mover os ficheiros.",
"Could not move {fileName}, target exists." : "Non foi posíbel mover «{fileName}», o destino xa existe",
"Failed to move {fileName}." : "Produciuse un fallo ao mover {fileName}.",
"Failed to load image info: {name}" : "Produciuse un fallo ao cargar a información da imaxe: {name}",
Expand Down
8 changes: 6 additions & 2 deletions l10n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"Shared" : "Compartido",
"Search your photos …" : "Buscar as súas fotos…",
"Start typing to find photos and albums" : "Comece a escribir para buscar fotos e álbums",
"No results found" : "Non se atoparon resultados",
"No results found" : "Non se atopou ningún resultado",
"Search" : "Buscar",
"Upload" : "Enviar",
"_{n} photo updated_::_{n} photos updated_" : ["{n} foto actualizada","{n} fotos actualizadas"],
Expand Down Expand Up @@ -352,6 +352,7 @@
"Move" : "Mover",
"An error occurred while moving photos from {name}." : "Produciuse un erro ao mover as fotos de {name}.",
"Choose a folder" : "Escoller un cartafol",
"_{n} item copied to folder_::_{n} items copied to folder_" : ["Copiouse {n} elemento no cartafol","Copiáronse {n} elementos no cartafol"],
"_{n} item moved to folder_::_{n} items moved to folder_" : ["Moveuse {n} elemento ao cartafol","Movéronse {n} elementos ao cartafol"],
"Remove" : "Retirar",
"Add Path" : "Engadir ruta",
Expand Down Expand Up @@ -549,7 +550,10 @@
"General Failure" : "Produciuse un fallo xeral",
"Error: {msg}" : "Erro: {msg}",
"Failed to delete {fileName}." : "Produciuse un fallo ao eliminar {fileName}.",
"Failed to move files." : "Produciuse un fallo ao mover os ficheiro.",
"Failed to copy files." : "Produciuse un fallo ao copiar os ficheiros.",
"Could not copy {fileName}, target exists." : "Non foi posíbel copiar «{fileName}», o destino xa existe",
"Failed to copy {fileName}." : "Produciuse un fallo ao copiar {fileName}.",
"Failed to move files." : "Produciuse un fallo ao mover os ficheiros.",
"Could not move {fileName}, target exists." : "Non foi posíbel mover «{fileName}», o destino xa existe",
"Failed to move {fileName}." : "Produciuse un fallo ao mover {fileName}.",
"Failed to load image info: {name}" : "Produciuse un fallo ao cargar a información da imaxe: {name}",
Expand Down

0 comments on commit f978ec7

Please sign in to comment.