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 Feb 1, 2023
1 parent a813f4d commit 937e145
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions l10n/es_MX.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OC.L10N.register(
"tasks",
{
"Upcoming tasks" : "Pr贸ximas tareas",
"Important" : "Importante",
"Today" : "Hoy",
"Week" : "Semana",
Expand Down Expand Up @@ -34,6 +35,7 @@ OC.L10N.register(
"Alphabetically" : "Alfab茅ticamente",
"Manually" : "Manualmente",
"Task is completed" : "La tarea ha sido completada",
"Create a new task" : "Crear una tarea nueva",
"Cancel" : "Cancelar",
"Close" : "Cerrar",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n Tarea Completada","%n Tareas Completadas","%n Tareas Completadas"],
Expand All @@ -52,6 +54,10 @@ OC.L10N.register(
"Task not found!" : "隆Tarea no encontrada!",
"Set start date" : "Establecer fecha de inicio",
"Set due date" : "Establecer fecha de vencimiento",
"No upcoming tasks" : "No hay tareas pr贸ximas",
"upcoming tasks" : "tareas pr贸ximas",
"Mark as done" : "Marcar como hecho",
"No due date assigned" : "Fecha de vencimiento sin especificar",
"An error occurred" : "Ha ocurrido un error"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
6 changes: 6 additions & 0 deletions l10n/es_MX.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ "translations": {
"Upcoming tasks" : "Pr贸ximas tareas",
"Important" : "Importante",
"Today" : "Hoy",
"Week" : "Semana",
Expand Down Expand Up @@ -32,6 +33,7 @@
"Alphabetically" : "Alfab茅ticamente",
"Manually" : "Manualmente",
"Task is completed" : "La tarea ha sido completada",
"Create a new task" : "Crear una tarea nueva",
"Cancel" : "Cancelar",
"Close" : "Cerrar",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n Tarea Completada","%n Tareas Completadas","%n Tareas Completadas"],
Expand All @@ -50,6 +52,10 @@
"Task not found!" : "隆Tarea no encontrada!",
"Set start date" : "Establecer fecha de inicio",
"Set due date" : "Establecer fecha de vencimiento",
"No upcoming tasks" : "No hay tareas pr贸ximas",
"upcoming tasks" : "tareas pr贸ximas",
"Mark as done" : "Marcar como hecho",
"No due date assigned" : "Fecha de vencimiento sin especificar",
"An error occurred" : "Ha ocurrido un error"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit 937e145

Please sign in to comment.