calendar/l10n/lv.js

65 lines
2.3 KiB
JavaScript
Raw Normal View History

2018-02-12 22:15:39 +00:00
OC.L10N.register(
"calendar",
{
2018-07-23 00:15:15 +00:00
"%s has published the calendar »%s«" : "%s dalijās ar kalendāru »%s«",
2018-02-12 22:15:39 +00:00
"Hello," : "Sveicināti,",
2019-09-07 02:20:08 +00:00
"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«.",
2018-07-23 00:15:15 +00:00
"Open »%s«" : "Atvērt »%s«",
2018-02-12 22:15:39 +00:00
"Cheers!" : "Priekā!",
2020-02-18 02:23:53 +00:00
"Calendar" : "Kalendārs",
2019-02-08 01:16:24 +00:00
"A Calendar app for Nextcloud" : "Kalendāra lietotne priekš Nextcloud",
2019-10-20 02:21:35 +00:00
"Today" : "Šodien",
2018-02-12 22:15:39 +00:00
"Day" : "Diena",
"Week" : "Nedēļa",
"Month" : "Mēnesis",
2020-09-04 02:22:41 +00:00
"List" : "Saraksts",
2018-02-12 22:15:39 +00:00
"Download" : "Lejupielādēt",
2019-10-20 02:21:35 +00:00
"Delete" : "Dzēst",
2018-02-12 22:15:39 +00:00
"Share link" : "Koplietot saiti",
2019-12-22 02:37:41 +00:00
"Share with users or groups" : "Koplietot ar lietotājiem vai grupām",
"No users or groups" : "Nav lietotāji vai grupas",
2019-10-20 02:21:35 +00:00
"can edit" : "var rediģēt",
2018-02-12 22:15:39 +00:00
"New calendar" : "Jauns kalendārs",
2019-12-22 02:37:41 +00:00
"Filename" : "Datnes nosaukums",
2019-10-20 02:21:35 +00:00
"Cancel" : "Atcelt",
2019-12-22 02:37:41 +00:00
"Automatic" : "Automātisks",
2020-05-02 02:21:36 +00:00
"Actions" : "Darbības",
2018-03-06 01:16:20 +00:00
"Show week numbers" : "Rādīt nedēļu numurus",
2020-01-10 02:23:33 +00:00
"Settings & import" : "Iestatījumi un imports",
2019-12-22 02:37:41 +00:00
"Notification" : "Paziņojums",
2019-10-20 02:21:35 +00:00
"Email" : "E-pasts",
2020-01-14 02:23:38 +00:00
"Busy" : "Aizņemts",
"Unknown" : "Nezināms",
2019-12-22 02:37:41 +00:00
"All day" : "Visas dienas",
2019-10-20 02:21:35 +00:00
"never" : "nekad",
"after" : "pēc",
"Repeat" : "Atkārtot",
2019-12-22 02:37:41 +00:00
"Monday" : "Pirmdiena",
"Summary" : "Kopsavilkums",
2019-10-20 02:21:35 +00:00
"More" : "Vairāk",
2019-12-22 02:37:41 +00:00
"Save" : "Saglabāt",
2019-10-20 02:21:35 +00:00
"Update" : "Atjaunināt",
2019-12-22 02:37:41 +00:00
"Personal" : "Personīgs",
2019-10-20 02:21:35 +00:00
"Details" : "Detaļas",
"Attendees" : "Apmeklētāji",
"Reminders" : "Atgādinājumi",
2019-12-22 02:37:41 +00:00
"Close" : "Aizvērt",
"Anniversary" : "Gadadiena",
"Week {number} of {year}" : "{number} nedēļa no {year}",
"Daily" : "Katru dienu",
"Weekly" : "Katru nedēļu",
"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",
"Location" : "Vieta",
"Description" : "Apraksts",
"Status" : "Status",
"Confirmed" : "Apstiprināts",
"Tentative" : "Mēģinājums",
"Categories" : "Kategorijas",
"Presentation" : "Prezentācija",
"Mail" : "E-pasts",
"Global" : "Globāls"
2018-02-12 22:15:39 +00:00
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");