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

ast.js « l10n - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68c8e6c48fc9e06646a990e9166e5a55c20acd01 (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
OC.L10N.register(
    "tasks",
    {
    "Important" : "Importante",
    "Today" : "Güei",
    "Week" : "Selmana",
    "All" : "Toos",
    "Current" : "Actual",
    "Completed" : "Completáu",
    "Tasks" : "Xeres",
    "Delete" : "Desaniciar",
    "Cancel" : "Encaboxar",
    "Change sort order" : "Camudar orde d'ordenación",
    "Default" : "Predetermináu",
    "Priority" : "Prioridá",
    "Manually" : "A mano",
    "Alphabetically" : "Alfabéticamente",
    "Task is completed" : "La xera ta completada",
    "_%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á",
    "All day" : "Tol día",
    "Task not found!" : "¡Xera non atopada!",
    "Edit" : "Editar",
    "Download" : "Baxar",
    "Save" : "Guardar",
    "New List" : "Nueva Llista",
    "An empty name is not allowed." : "Nun s'almite un nome baleru",
    "Settings" : "Axustes",
    "Visibility of Smart Collections" : "Visibilidá de Coleiciones Intelixentes",
    "Hidden" : "Anubríu",
    "Visible" : "Visible",
    "Automatic" : "Automáticu"
},
"nplurals=2; plural=(n != 1);");