tasks/l10n/ast.js

39 lines
1.3 KiB
JavaScript
Raw Normal View History

2014-10-30 10:57:57 +00:00
OC.L10N.register(
"tasks",
{
2019-01-27 01:36:24 +00:00
"Tasks" : "Xeres",
2016-06-25 05:07:33 +00:00
"Important" : "Importante",
2019-01-26 01:37:48 +00:00
"Today" : "Güei",
2016-06-25 05:07:33 +00:00
"Week" : "Selmana",
"All" : "Toos",
"Current" : "Actual",
"Completed" : "Completáu",
2016-08-26 23:07:25 +00:00
"Delete" : "Desaniciar",
"Cancel" : "Encaboxar",
2017-08-22 00:23:24 +00:00
"Change sort order" : "Camudar orde d'ordenación",
2016-09-03 23:07:22 +00:00
"Default" : "Predetermináu",
2017-05-13 00:18:58 +00:00
"Priority" : "Prioridá",
"Manually" : "A mano",
2019-01-26 01:37:48 +00:00
"Alphabetically" : "Alfabéticamente",
2017-08-22 00:23:24 +00:00
"Task is completed" : "La xera ta completada",
2019-01-26 01:37:48 +00:00
"_%n Completed Task_::_%n Completed Tasks_" : ["%n xera completada","%n xeres completaes"],
"Tomorrow" : "Mañana",
"Set start date" : "Afitar la fecha d'entamu",
"Set due date" : "Afitar la data de caducidá",
2017-05-13 00:18:58 +00:00
"All day" : "Tol día",
2016-06-25 05:07:33 +00:00
"Task not found!" : "¡Xera non atopada!",
2019-01-26 01:37:48 +00:00
"%s %% completed" : "%s %% completáu",
"Edit" : "Editar",
"Download" : "Baxar",
"Save" : "Guardar",
"New List" : "Nueva Llista",
2019-02-13 01:39:04 +00:00
"The name \"%s\" is already used." : "El nome \"%s\" yá ta usándose.",
"An empty name is not allowed." : "Nun s'almite un nome baleru",
2019-01-26 01:37:48 +00:00
"Settings" : "Axustes",
"Visibility of Smart Collections" : "Visibilidá de Coleiciones Intelixentes",
"Hidden" : "Anubríu",
"Visible" : "Visible",
"Automatic" : "Automáticu"
2014-10-30 10:57:57 +00:00
},
"nplurals=2; plural=(n != 1);");