calendar/l10n/cy_GB.js

38 lines
2.5 KiB
JavaScript
Raw Normal View History

2019-07-13 02:18:43 +00:00
OC.L10N.register(
"calendar",
{
"Calendar" : "Calendr",
2019-08-03 02:19:04 +00:00
"%s has published the calendar »%s«" : "Mae %s wedi cyhoeddir calendr » %s«",
"Hello," : "Helo,",
"We wanted to inform you that %s has published the calendar »%s«." : "Roeddem am eich hysbysu bod %s wedi cyhoeddi'r calendr » %s«.",
"Open »%s«" : "Agor »%s«",
"Cheers!" : "Hwyl!",
"A Calendar app for Nextcloud" : "Ap Calendr ar gyfer Nextcloud",
"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." : "Mae'r app Calendr yn rhyngwyneb defnyddiwr ar gyfer gweinydd CalDAV Nextcloud. Gallwch yn hawdd gysoni digwyddiadau o wahanol ddyfeisiau â'ch Nextcloud a'u golygu ar-lein.\n\n* 🚀 ** Integreiddio ag apiau Nextcloud eraill! ** Cysylltiadau ar hyn o bryd - mwy i ddod.\n* 🌐 ** Cefnogaeth WebCal! ** Am weld dyddiau gemau eich hoff dîm yn eich calendr? Dim problem!\n* 🙋 ** Mynychwyr! ** Gwahoddwch bobl i'ch digwyddiadau.\n* 🙈 ** Nid ydym yn ailddyfeisio'r olwyn! ** Yn seiliedig ar llyfrgelloedd gwych [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) a [fullcalendar](https://github.com/fullcalendar/fullcalendar).",
2019-10-20 02:21:35 +00:00
"Today" : "Heddiw",
2019-08-03 02:19:04 +00:00
"Day" : "Diwrnod",
2019-07-13 02:18:43 +00:00
"Week" : "Wythnos",
"Month" : "Mis",
"Download" : "Llwytho i lawr",
2019-10-20 02:21:35 +00:00
"Delete" : "Dileu",
2019-08-03 02:19:04 +00:00
"Share link" : "Rhannu dolen",
2019-10-20 02:21:35 +00:00
"can edit" : "yn gallu golygu",
2019-08-03 02:19:04 +00:00
"New calendar" : "Calendr newydd",
2019-10-20 02:21:35 +00:00
"Cancel" : "Diddymu",
2019-08-03 02:19:04 +00:00
"Settings & import" : "Gosodiadau a mewnforio",
"Show week numbers" : "Dangos rhifau wythnosau",
2019-10-20 02:21:35 +00:00
"Email" : "E-bost",
"from" : "oddi wrth",
"to" : "at",
"never" : "byth",
"after" : "wedi",
"Repeat" : "Ailadrodd",
"More" : "Rhagor",
"Update" : "Diweddaru",
"Details" : "Manylion",
"Attendees" : "Mynychwyr",
"Reminders" : "Nodau atgoffa",
2019-10-22 02:19:59 +00:00
"Close" : "Cau"
2019-07-13 02:18:43 +00:00
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");