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 20, 2024
1 parent 3e33e23 commit 4a7aee9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
22 changes: 22 additions & 0 deletions l10n/es_MX.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
OC.L10N.register(
"recognize",
{
"Status" : "Estatus",
"Reset" : "Reiniciar",
"never" : "nunca",
"Architecture" : "Arquitectura",
"Landscape" : "Paisaje",
"Portrait" : "Retrato",
"People" : "Personas",
"Music" : "Música",
"Office" : "Office",
"Car" : "Auto",
"Clock" : "Reloj",
"Display" : "Mostrar",
"Camera" : "Cámara",
"Info" : "Info",
"Document" : "Documento",
"Bucket" : "Bucket",
"Gallery" : "Galería"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
20 changes: 20 additions & 0 deletions l10n/es_MX.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{ "translations": {
"Status" : "Estatus",
"Reset" : "Reiniciar",
"never" : "nunca",
"Architecture" : "Arquitectura",
"Landscape" : "Paisaje",
"Portrait" : "Retrato",
"People" : "Personas",
"Music" : "Música",
"Office" : "Office",
"Car" : "Auto",
"Clock" : "Reloj",
"Display" : "Mostrar",
"Camera" : "Cámara",
"Info" : "Info",
"Document" : "Documento",
"Bucket" : "Bucket",
"Gallery" : "Galería"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit 4a7aee9

Please sign in to comment.