tasks/l10n/es_PE.js

42 lines
1.5 KiB
JavaScript
Raw Normal View History

2017-11-11 01:31:38 +00:00
OC.L10N.register(
"tasks",
{
"Tasks" : "Tareas",
"The name \"%s\" is already used." : "El nombre \"%s\" ya está en uso.",
"An empty name is not allowed." : "No se permite un nombre vacío.",
"Important" : "Importante",
2019-01-26 01:37:48 +00:00
"Today" : "Hoy",
2017-11-11 01:31:38 +00:00
"Week" : "Semana",
"All" : "Todos",
"Current" : "Actual",
"Completed" : "Completado",
"Delete" : "Borrar",
"Cancel" : "Cancelar",
"Change sort order" : "Cambiar el criterio para ordenar",
"Default" : "Predeterminado",
"Due date" : "Fecha de vencimiento",
"Start date" : "Fecha de inicio",
"Priority" : "Prioridad",
"Manually" : "Manualmente",
2019-01-26 01:37:48 +00:00
"Alphabetically" : "Alfabéticamente",
2017-11-11 01:31:38 +00:00
"Task is completed" : "La tarea ha sido completada",
2019-01-26 01:37:48 +00:00
"_%n Completed Task_::_%n Completed Tasks_" : ["%n Tarea Completada","%n Tareas Completadas"],
"Tomorrow" : "Mañana",
"Set start date" : "Establecer fecha de inicio",
"Set due date" : "Establecer fecha de vencimiento",
2017-11-11 01:31:38 +00:00
"All day" : "Todo el día",
"Task not found!" : "¡Tarea no encontrada!",
2019-01-26 01:37:48 +00:00
"%s %% completed" : "%s %% terminado",
"Edit" : "Editar",
"Download" : "Descargar",
"Save" : "Guardar",
"Add List..." : "Agregar Lista...",
"New List" : "Nueva Lista",
"Settings" : "Configuraciones ",
"Visibility of Smart Collections" : "Visibilidad de Colecciones Inteligentes",
"Hidden" : "Oculto",
"Visible" : "Visible",
"Automatic" : "Automático"
2017-11-11 01:31:38 +00:00
},
"nplurals=2; plural=(n != 1);");