Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es_SV.js « l10n - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6b18a7f9459c3b74f278735524625f8cfae205f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
OC.L10N.register(
    "tasks",
    {
    "Tasks" : "Tareas",
    "Due yesterday" : "Venció ayer",
    "Due today" : "Vence hoy",
    "Due tomorrow" : "Vence mañana",
    "Due on" : "Vence el",
    "Started yesterday" : "Iniciado ayer",
    "Starts today" : "Inicia hoy",
    "Starts tomorrow" : "Inicia mañana",
    "Started on" : "Iniciado el",
    "Starts on" : "Inicia el",
    "[Remind me yesterday at ]HH:mm" : "[Recuérdame ayer a las ]HH:mm",
    "[Remind me today at ]HH:mm" : "[Recuérdame hoy a las ]HH:mm",
    "[Remind me tomorrow at ]HH:mm" : "[Recuérdame mañana a las ]HH:mm",
    "[Remind me on ]MMM DD, YYYY,[ at ]HH:mm" : "[Recuérdame el ]DD [de ]MMM [de ] YYYY,[ a las ]HH:mm",
    "Yesterday" : "Ayer",
    "Today" : "Hoy",
    "Tomorrow" : "Mañana",
    "in %s" : "en %s",
    "%s ago" : "hace %s",
    "seconds" : "segundos",
    "a minute" : "un minuto",
    "%d minutes" : "%d minutos",
    "an hour" : "una hora",
    "%d hours" : "%d horas",
    "a day" : "un día",
    "%d days" : "%d días",
    "a month" : "un mes",
    "%d months" : "%d meses",
    "a year" : "un año",
    "%d years" : "%d años",
    "week" : "semana",
    "weeks" : "semanas",
    "day" : "día",
    "days" : "días",
    "hour" : "hora",
    "hours" : "horas",
    "minute" : "minuto",
    "minutes" : "minutos",
    "second" : "segundo",
    "before beginning" : "antes de empezar",
    "after beginning" : "después de empezar",
    "before end" : "antes de terminar",
    "after end" : "después de terminar",
    "Comment" : "Comentario",
    "Add a comment" : "Agregar un comentario",
    "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.",
    "Hidden" : "Oculto",
    "Visible" : "Visible",
    "Automatic" : "Automático",
    "Sunday" : "Domingo",
    "Monday" : "Lunes",
    "Tuesday" : "Martes",
    "Wednesday" : "Miércoles",
    "Thursday" : "Jueves",
    "Friday" : "Viernes",
    "Saturday" : "Sábado",
    "Add an important item in \"%s\"..." : "Agregar un elemento importante en \"%s\"...",
    "Add an item due today in \"%s\"..." : "Agregar un elemento que vence hoy \"%s\"...",
    "Add an item in \"%s\"..." : "Agregar un elemento en \"%s\"...",
    "Add a current item in \"%s\"..." : "Agegar un elemento actual en \"%s\"...",
    "Add a subtask to \"%s\"..." : "Agregar una subtarea a \"%s\"...",
    "_%n Completed Task_::_%n Completed Tasks_" : ["%n Tarea Completada","%n Tareas Completadas"],
    "Hours" : "Horas",
    "Minutes" : "Minutos",
    "Set due date" : "Establecer fecha de vencimiento",
    "%s %% completed" : "%s %% terminado",
    "priority %s: " : "prioridad %s:",
    "high" : "alto",
    "medium" : "medio",
    "low" : "bajo",
    "no priority assigned" : "no hay alguna prioridad asignada",
    "Remind me" : "Recuérdame",
    "at the end" : "al final",
    "at the beginning" : "al inicio",
    "Set start date" : "Establecer fecha de inicio",
    "{calendar} shared by {owner}" : "{calendar} compartido por {owner}",
    "Unnamed" : "Sin nombre",
    "Important" : "Importante",
    "Week" : "Semana",
    "All" : "Todos",
    "Current" : "Actual",
    "Completed" : "Completado",
    "Delete" : "Borrar",
    "Cancel" : "Cancelar",
    "Edit" : "Editar",
    "Link" : "Liga",
    "Download" : "Descargar",
    "Save" : "Guardar",
    "Add List..." : "Agregar Lista...",
    "New List" : "Nueva Lista",
    "Settings" : "Configuraciones ",
    "Start of week" : "Inicio de semana",
    "Visibility of Smart Collections" : "Visibilidad de Colecciones Inteligentes",
    "Change sort order" : "Cambiar el criterio para ordenar",
    "Default" : "Predeterminado",
    "Due date" : "Fecha de vencimiento",
    "Start date" : "Fecha de inicio",
    "Priority" : "Prioridad",
    "Alphabetically" : "Alfabéticamente",
    "Manually" : "Manualmente",
    "Load remaining completed tasks." : "Cargar las tareas terminadas restantes. ",
    "Task is completed" : "La tarea ha sido completada",
    "All day" : "Todo el día",
    "(New category)" : "(Categoría nueva)",
    "Select categories..." : "Seleccionar categorías...",
    "Loading the task..." : "Cargando la tarea...",
    "Task not found!" : "¡Tarea no encontrada!",
    "add a subtask to" : "agregar una subtarea a",
    "Toggle subtasks" : "Alternar subtareas",
    "Toggle completed subtasks" : "Alternar subtareas completadas"
},
"nplurals=2; plural=(n != 1);");