calendar/l10n/lv.js

38 lines
2.6 KiB
JavaScript
Raw Normal View History

2018-02-12 22:15:39 +00:00
OC.L10N.register(
"calendar",
{
"Calendar" : "Kalendārs",
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ā!",
2019-02-08 01:16:24 +00:00
"A Calendar app for Nextcloud" : "Kalendāra lietotne priekš Nextcloud",
2018-07-23 00:15:15 +00:00
"The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite teams matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events.\n* 🙈 **Were not reinventing the wheel!** Based on the great [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries." : "Kalendāra lietotne ir grafiskais interfeiss priekš Nextcloud iebūvētā CalDAV servera. Tas ļauj vienkārši sinhronizēt notikumus no vairākām ierīcēm ar tavu Nextcloud serveri un rediģēt tos tiešsaistē.\n\n* 🚀 **Savienojums ar citām Nextcloud lietotnēm!** Pašlaik kontaktiem - drīz vēl vairāk.\n* 🌐 **WebCal Atbalsts!** Gribi redzēt savas mīļākās komandas spēles dienas savā kalendārā? Nav problēmu!\n* 🙋 **Ciemiņi!** Uzaicini cilvēkus uz saviem notikumiem.\n* 🙈 **Mēs nemēģinam atkal izgudrot riteni!** Bazēts uz foršājām [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) un [fullcalendar](https://github.com/fullcalendar/fullcalendar) biblotēkām.",
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",
"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-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-10-20 02:21:35 +00:00
"Cancel" : "Atcelt",
2018-02-12 22:15:39 +00:00
"Settings & import" : "Iestatījumi un imports",
2018-03-06 01:16:20 +00:00
"Show week numbers" : "Rādīt nedēļu numurus",
2019-10-20 02:21:35 +00:00
"Email" : "E-pasts",
"from" : "no",
"to" : "līdz",
"never" : "nekad",
"after" : "pēc",
"Repeat" : "Atkārtot",
"More" : "Vairāk",
"Update" : "Atjaunināt",
"Details" : "Detaļas",
"Attendees" : "Apmeklētāji",
"Reminders" : "Atgādinājumi",
2019-10-22 02:19:59 +00:00
"Close" : "Aizvērt"
2018-02-12 22:15:39 +00:00
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");