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

lv.js « l10n - github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b1dd51f20e86bc86dad00e785c2bc935083825c (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
OC.L10N.register(
    "calendar",
    {
    "%s has published the calendar »%s«" : "%s dalijās ar kalendāru »%s«",
    "Hello," : "Sveicināti,",
    "We wanted to inform you that %s has published the calendar »%s«." : "Mēs jūs vēlējāmies informēt, ka %s publicēja kalendāru »%s«.",
    "Open »%s«" : "Atvērt »%s«",
    "Cheers!" : "Priekā!",
    "Confirm" : "Apstiprināt",
    "Calendar" : "Kalendārs",
    "A Calendar app for Nextcloud" : "Kalendāra lietotne priekš Nextcloud",
    "New event" : "Jauns notikums",
    "Today" : "Šodien",
    "Day" : "Diena",
    "Week" : "Nedēļa",
    "Month" : "Mēnesis",
    "List" : "Saraksts",
    "Preview" : "Priekšskatīt",
    "Copy link" : "Kopēt saiti",
    "Edit" : "Rediģēt",
    "Delete" : "Dzēst",
    "Export" : "Eksportēt",
    "Share link" : "Koplietot saiti",
    "Share with users or groups" : "Koplietot ar lietotājiem vai grupām",
    "No users or groups" : "Nav lietotāji vai grupas",
    "can edit" : "var rediģēt",
    "New calendar" : "Jauns kalendārs",
    "New calendar with task list" : "Jauns kalendārs ar uzdevumu sarakstu",
    "Name" : "Vārds",
    "Deleted" : "Dzēstie",
    "Restore" : "Atjaunot",
    "Delete permanently" : "Dzēst pavisam",
    "Filename" : "Datnes nosaukums",
    "Cancel" : "Atcelt",
    "Automatic" : "Automātisks",
    "List view" : "Saraksta izkārtojums",
    "Actions" : "Darbības",
    "Enable birthday calendar" : "Iespējot dzimšanas dienas kalendāru",
    "Show week numbers" : "Rādīt nedēļu numurus",
    "Appointment name" : "Tikšanās nosaukums",
    "Location" : "Vieta",
    "Description" : "Apraksts",
    "to" : "kam",
    "Add" : "Pievienot",
    "Monday" : "Pirmdiena",
    "Tuesday" : "Otrdiena",
    "Wednesday" : "Trešdiena",
    "Thursday" : "Ceturtdiena",
    "Friday" : "Piektdiena",
    "Saturday" : "Sestdiena",
    "Sunday" : "Svētdiena",
    "Save" : "Saglabāt",
    "Update" : "Atjaunināt",
    "Your email address" : "Jūsu e-pasta adrese",
    "Notification" : "Paziņojums",
    "Email" : "E-pasts",
    "Available" : "Pieejams",
    "Busy" : "Aizņemts",
    "Unknown" : "Nezināms",
    "Accept" : "Pieņemt",
    "Decline" : "Noraidīt",
    "Tentative" : "Mēģinājums",
    "Send email" : "Sūtīt e-pastu",
    "All day" : "Visas dienas",
    "Repeat" : "Atkārtot",
    "never" : "nekad",
    "after" : "pēc",
    "available" : "pieejams",
    "More" : "Vairāk",
    "Global" : "Globāls",
    "Personal" : "Personīgs",
    "Create a new event" : "Izveidot jaunu notikumu",
    "Details" : "Detaļas",
    "Attendees" : "Apmeklētāji",
    "Resources" : "Resursi",
    "Close" : "Aizvērt",
    "Anniversary" : "Gadadiena",
    "Week {number} of {year}" : "{number} nedēļa no {year}",
    "Daily" : "Katru dienu",
    "Weekly" : "Katru nedēļu",
    "Next" : "Nākamā",
    "Other" : "Cits",
    "When shared show full event" : "Ja koplietots, tad rādīt pilnu notikumu",
    "When shared show only busy" : "Ja koplietots, tad rādīt tikai aizņemts",
    "When shared hide this event" : "Ja koplietots, tad paslēpt notikumu",
    "Status" : "Status",
    "Confirmed" : "Apstiprināts",
    "Categories" : "Kategorijas",
    "Presentation" : "Prezentācija",
    "Talk" : "Runāt",
    "Mail" : "E-pasts",
    "Birthday" : "Dzimšanas diena",
    "User not found" : "Lietotājs nav atrasts"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");