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

ast.js « l10n - github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e011df0f116e64d1ee7b609f6d44dc7931fdf38 (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
OC.L10N.register(
    "calendar",
    {
    "Hello," : "Hola,",
    "We wanted to inform you that %s has published the calendar »%s«." : "Quiximos informate de que %s espublizó'l calendariu «%s»",
    "Open »%s«" : "Abrir «%s»",
    "Cheers!" : "¡Salú!",
    "Confirm" : "Confirmar",
    "Calendar" : "Calendariu",
    "New event" : "Eventu nuevu",
    "Today" : "Güei",
    "Day" : "Día",
    "Week" : "Selmana",
    "Month" : "Mes",
    "Preview" : "Previsualizar",
    "Copy link" : "Copiar enllaz",
    "Edit" : "Editar",
    "Delete" : "Desaniciar",
    "Export" : "Esportar",
    "Share link" : "Share link",
    "Share with users or groups" : "Compartir con usuarios y grupos",
    "can edit" : "pue editar",
    "New calendar" : "Calendariu nuevu",
    "Name" : "Nome",
    "Deleted" : "Desanicióse",
    "Restore" : "Respaldar",
    "Delete permanently" : "Desaniciar dafechu",
    "Filename" : "Nome de ficheru",
    "Cancel" : "Encaboxar",
    "Automatic" : "Automáticu",
    "List view" : "Vista de llista",
    "Actions" : "Aiciones",
    "Show week numbers" : "Amosar númberos de la selmana",
    "Location" : "Llocalización",
    "Description" : "Descripción",
    "to" : "hasta",
    "Add" : "Amestar",
    "Monday" : "Llunes",
    "Tuesday" : "Martes",
    "Wednesday" : "Miércoles",
    "Thursday" : "Xueves",
    "Friday" : "Vienres",
    "Saturday" : "Sábadu",
    "Sunday" : "Domingu",
    "Save" : "Guardar",
    "Update" : "Anovar",
    "Your email address" : "Direición de corréu-e",
    "Notification" : "Avisu",
    "Email" : "email",
    "Unknown" : "Desconozse",
    "Accept" : "Aceutar",
    "Decline" : "Refugar",
    "Tentative" : "Tentativa",
    "Send email" : "Unviar mensaxe",
    "All day" : "Tol día",
    "Repeat" : "Repitir",
    "never" : "enxamás",
    "after" : "dempués",
    "available" : "disponible",
    "More" : "Más",
    "Global" : "Global",
    "Personal" : "Personal",
    "Details" : "Detalles",
    "Attendees" : "Asistentes",
    "Resources" : "Recursos",
    "Close" : "Zarrar",
    "Anniversary" : "Aniversariu",
    "Week {number} of {year}" : "Selmana {number} del {year}",
    "Daily" : "Caldía",
    "Weekly" : "Selmanalmente",
    "Next" : "Siguiente",
    "Other" : "Otru",
    "When shared show full event" : "Amosar l'eventu completu al compartir",
    "When shared show only busy" : "Amosar namás ocupáu al compartir",
    "When shared hide this event" : "Anubrir l'eventu al compartir",
    "Status" : "Estáu",
    "Confirmed" : "Confirmáu",
    "Categories" : "Estayes",
    "Presentation" : "Presentación",
    "Office" : "Oficina",
    "Mail" : "Corréu",
    "Birthday" : "Data de nacencia"
},
"nplurals=2; plural=(n != 1);");