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

gl.js « l10n - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43cc04b52463b42c7fcfc7fcb226603bd488a0dc (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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
OC.L10N.register(
    "tasks",
    {
    "Important" : "Importante",
    "Today" : "Hoxe",
    "Week" : "Semana",
    "All" : "Todo",
    "Current" : "Actual",
    "Completed" : "Completado",
    "Tasks" : "Tarefas",
    "The Tasks app for Nextcloud" : "A aplicación de Tarefas para o Nextcloud",
    "Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates and mark them as important. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal, … - just add the calendar as a remote calendar in your client). You can download your tasks as ICS files using the download button for each calendar." : "Unha vez activado, aparecerá un novo menú Tarefas no menú de aplicacións Nextcloud. A partir de aí pode engadir e eliminar tarefas, editar o seu título, descrición, datas de inicio e caducidade e marcalas como importantes. As tarefas pódense compartir entre os usuarios. As tarefas pódense sincronizar usando CalDav (cada lista de tarefas está ligada a un calendario Nextcloud, para sincronizalo co seu cliente local - Thunderbird, Evolution, KDE Kontact, iCal … - abonda engadir o calendario como un calendario remoto no seu cliente). Pode descargar as súas tarefas como ficheiros ICS usando o botón de descarga de cada calendario.",
    "Share with users or groups" : "Compartir con usuarios ou grupos",
    "No users or groups" : "Non hai usuarios nin grupos",
    "can edit" : "pode editar",
    "Unshare with {displayName}" : "Deixar de compartir con {displayName}",
    "Unable to delete the share." : "Non foi posíbel eliminar o recurso compartido",
    "Unable to change permissions." : "Non foi posíbel cambiar os permisos.",
    "Add List…" : "Engadir unha lista...",
    "New List" : "Lista nova",
    "Cancel" : "Cancelar",
    "Save" : "Gardar",
    "The name \"{calendar}\" is already used." : "O nome «{calendar}» xa esta a ser usado.",
    "An empty name is not allowed." : "Non está permitido deixar baleiro o campo nome",
    "Edit" : "Editar",
    "Copy private link" : "Copiar a ligazón privada",
    "Copied" : "Copiada",
    "Can not copy" : "Non se pode copiar",
    "Download" : "Descargar",
    "Delete" : "Eliminar",
    "Unshare" : "Deixar de compartir",
    "This will delete the calendar \"{calendar}\" and all corresponding events and tasks." : "Isto eliminará o calendario «{calendar}» e todos os seus eventos e tarefas correspodentes.",
    "This will unshare the calendar \"{calendar}\"." : "Isto deixará de compartir o calendario «{calendar}».",
    "Calendar link copied to clipboard." : "A ligazón do calendario foi copiada no portapapeis.",
    "Calendar link could not be copied to clipboard." : "Non foi posíbel copiar a ligazón do calendario no portapapeis.",
    "An error occurred, unable to delete the calendar." : "Produciuse un erro, non é posíbel eliminar o calendario.",
    "_Deleting the calendar in {countdown} second_::_Deleting the calendar in {countdown} seconds_" : ["Eliminando o calendario en {countdown} segundo","Eliminando o calendario en {countdown} segundos"],
    "_Shared with {num} entity_::_Shared with {num} entities_" : ["Compartido con {num} entidade","Compartido con {num} entidades"],
    "Default list" : "Lista predeterminada",
    "Visibility of Smart Collections" : "Visibilidade das coleccións intelixentes",
    "Hidden" : "Agochado",
    "Visible" : "Visíbel",
    "Automatic" : "Automatico",
    "Delete all completed tasks." : "Eliminar todas as tarefas completadas.",
    "Delete completed tasks." : "Eliminar as tarefas completadas.",
    "Deleted all completed tasks from calendar \"{calendar}\"." : "Eliminadas todas as tarefas completadas do calendario «{calendar}».",
    "No errors" : "Sen erros",
    "Open your browser console for more details" : "Abra a consola do navegador para obter máis detalles",
    "_This will delete {taskCount} completed task and its subtasks from calendar \"{calendar}\"._::_This will delete {taskCount} completed tasks and their subtasks from calendar \"{calendar}\"._" : ["Isto eliminará {taskCount} tarefa completada e as súas subtarefas do calendario «{calendar}».","Isto eliminará {taskCount} tarefas completadas e as súas subtarefas do calendario «{calendar}»."],
    "_Could not delete {failedCount} task._::_Could not delete {failedCount} tasks._" : ["Non foi posíbel eliminar {failedCount} tarefa.","Non foi posíbel eliminar {failedCount} tarefas."],
    "Load all completed tasks." : "Cargar todas as tarefas completadas.",
    "Change sort order" : "Cambiar a ordenación",
    "Relevance" : "Relevancia",
    "Sort by completed state, due date, priority, start date and summary." : "Ordenar polo estado de completado, data de caducidade, prioridade, data de inicio e resumo.",
    "Start date" : "Data de comezo",
    "Sort by start date and summary." : "Ordenar por data de inicio e resumo.",
    "Due date" : "Data de caducidade",
    "Sort by due date and summary." : "Ordear por data de caducidade e resumo.",
    "Created date" : "Data de creación",
    "Sort by created date and summary." : "Ordenar por data de creación e resumo.",
    "Last modified" : "Última modificación",
    "Sort by last-modified date and summary." : "Ordenar por data de última modificación e resumo.",
    "Completed date" : "Data de completado",
    "Sort by completed date." : "Ordenar pola data de completado.",
    "Priority" : "Prioridade",
    "Sort by priority and summary." : "Ordenar por prioridade e resumo.",
    "Manually" : "Manualmente",
    "Sort by manual order." : "Ordenar manualmente.",
    "Alphabetically" : "Alfabeticamente",
    "Sort by summary and priority." : "Ordenar por  resumo e prioridade.",
    "Task is completed" : "A tarefa está completada",
    "{complete} % completed" : "{complete} % completado",
    "Toggle visibility of completed subtasks." : "Ver/agochar as subtarefas completadas.",
    "Toggle visibility of all subtasks." : "Ver/agochar todas as subtarefas",
    "[Yesterday]" : "[Onte]",
    "[Today]" : "[Hoxe]",
    "[Tomorrow]" : "[Mañá]",
    "Add a subtask to \"{task}\"…" : "Engadir unha subtarefa a «{task}»…",
    "Add a task to \"{task}\"…" : "Engadir unha tarefa a «{task}»…",
    "_%n Completed Task_::_%n Completed Tasks_" : ["%n tarefa completada","%n tarefas completadas"],
    "Add an important task to \"{calendar}\"…" : "Engadir unha tarefa importante a «{calendar}»…",
    "Add a task due today to \"{calendar}\"…" : "Engadir unha tarefa que caduca hoxe a «{calendar}»…",
    "Add a current task to \"{calendar}\"…" : "Engadir  unha tarefa actual a «{calendar}»…",
    "Add a task to \"{calendar}\"…" : "Engadir unha tarefa a «{calendar}»…",
    "Tomorrow" : "Mañá",
    "Set start date" : "Estabelezer a data de comezo",
    "Set start time" : "Estabelezer a hora de comezo",
    "Set due date" : "Estabelecer a data de caducidade",
    "Set due time" : "Estabelecer a hora de caducidade",
    "All day" : "Todo o día",
    "Select a calendar" : "Seleccione un calendario.",
    "Select a classification" : "Seleccione unha clasificación",
    "Select a status" : "Seleccionar un estado",
    "Select categories" : "Seleccionar categorías",
    "Add this as a new category" : "Engadir isto como unha nova categoría",
    "Loading task from server." : "Cargando tarefas dende o servidor.",
    "Task not found!" : "Non se atopou a tarefa!",
    "When shared show full event" : "Amosar o evento completo ao compartir",
    "When shared show only busy" : "Amosar só o ocupado ao compartir",
    "When shared hide this event" : "Agochar este evento ao compartir",
    "Needs action" : "Necesita unha acción",
    "In process" : "En proceso",
    "Canceled" : "Cancelado",
    "[Starts today]" : "[Comeza hoxe]",
    "[Starts tomorrow]" : "[Comeza mañá]",
    "[Starts on] LL" : "[Comeza o] LL",
    "[Started yesterday]" : "[Comezou onte]",
    "[Started on] LL" : "[Comezou o] LL",
    "[Started today at] LT" : "[Comezou hoxe ás] LT",
    "[Starts today at] LT" : "[Comeza hoxe ás] LT",
    "[Starts tomorrow at] LT" : "[Comeza mañá ás] LT",
    "[Starts on] LL [at] LT" : "[Comeza o] LL [ás] LT",
    "[Started yesterday at] LT" : "[Comezou onte ás] LT",
    "[Started on] LL [at] LT" : "[Comezou o] LL [ás] LT",
    "[Due today]" : "[Remata hoxe]",
    "[Due tomorrow]" : "[Remata mañá]",
    "[Due on] LL" : "[Remata o] LL",
    "[Was due yesterday]" : "[Rematou onte]",
    "[Was due on] LL" : "[Rematou o] LL",
    "[Was due today at] LT" : "[Rematou hoxe ás] LT",
    "[Due today at] LT" : "[Remata hoxe ás] LT",
    "[Due tomorrow at] LT" : "[Remata mañá ás] LT",
    "[Due on] LL [at] LT" : "[Remata o] LL [ás] LT",
    "[Was due yesterday at] LT" : "[Rematou onte ás] LT",
    "[Was due on] LL [at] LT" : "[Rematou o] LL [ás] LT",
    "Last modified {date}" : "Última modificación o {date}",
    "Created {date}" : "Creado o {date}",
    "Completed {date}" : "Completado o {date}",
    "No priority assigned" : "Sen asignar prioridade",
    "Priority {priority}: high" : "Prioridade {priority}: alta",
    "Priority {priority}: medium" : "Prioridade {priority}: media",
    "Priority {priority}: low" : "Prioridade {priority}: baixa",
    "{percent} % completed" : "{percent} % completado",
    "Could not delete the task." : "Non foi posíbel eliminar a tarefa",
    "Synchronizing to the server." : "Sincronizando co servidor.",
    "Task successfully saved to server." : "A tarefa foi gardada satisfactoriamente no servidor.",
    "Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discarded." : "Non foi posíbel actualizar a tarefa porque foi modificada no servidor. Prema para actualizala, os cambios locais serán desbotados.",
    "Could not update the task." : "Non foi posíbel actualizar a tarefa",
    "An error occurred" : "Produciuse un erro"
},
"nplurals=2; plural=(n != 1);");