Added translations for Welsh 🏴󠁧󠁢󠁷󠁬󠁳󠁿 (#8081)

* Create cy.html

* Updated whitespace in cy.html to align with other translations
This commit is contained in:
Gavin Morrison
2025-03-13 10:10:44 +00:00
committed by GitHub
parent 742150dec1
commit c8d26549ce

View File

@@ -0,0 +1,79 @@
<!--
Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->
<!-- Translations: Welsh -->
{% macro t(key) %}{{ {
"language": "cy",
"direction": "ltr",
"action.edit": "Golygur dudalen hon",
"action.skip": "Neidio ir cynnwys",
"action.view": "Gweld ffynhonnell y dudalen hon",
"announce.dismiss": "Peidiwch â dangos hyn eto",
"blog.archive": "Archif",
"blog.categories": "Categorïau",
"blog.categories.in": "yn",
"blog.continue": "Parhau i ddarllen",
"blog.draft": "Drafft",
"blog.index": "Nôl ir mynegai",
"blog.meta": "Metadata",
"blog.references": "Dolenni cysylltiedig",
"clipboard.copy": "Copïo ir clipfwrdd",
"clipboard.copied": "Wedi copïo ir clipfwrdd",
"consent.accept": "Derbyn",
"consent.manage": "Rheoli gosodiadau cwcis",
"consent.reject": "Gwrthod",
"footer": "Troedyn",
"footer.next": "Nesaf",
"footer.previous": "Blaenorol",
"header": "Pennawd",
"meta.comments": "Sylwadau",
"meta.source": "Ffynhonnell",
"nav": "Llywio",
"readtime.one": "1 munud iw ddarllen",
"readtime.other": "# munud iw ddarllen",
"rss.created": "Porthiant RSS",
"rss.updated": "Porthiant RSS or cynnwys wedii ddiweddaru",
"search": "Chwilio",
"search.config.lang": "cy",
"search.config.pipeline": "stopWordFilter",
"search.config.separator": "[\\s\\-]+",
"search.placeholder": "Chwilio",
"search.share": "Rhannu",
"search.reset": "Clirio",
"search.result.initializer": "Cychwyn chwilio",
"search.result.placeholder": "Teipiwch i ddechrau chwilio",
"search.result.none": "Dim dogfennau syn cyfateb",
"search.result.one": "1 dogfen syn cyfateb",
"search.result.other": "# dogfennau syn cyfateb",
"search.result.more.one": "1 yn rhagor ar y dudalen hon",
"search.result.more.other": "# yn rhagor ar y dudalen hon",
"search.result.term.missing": "Ar goll",
"select.language": "Dewiswch iaith",
"select.version": "Dewiswch fersiwn",
"source": "Mynd ir storfa",
"source.file.contributors": "Cyfranwyr",
"source.file.date.created": "Crëwyd",
"source.file.date.updated": "Diweddariad olaf",
"tabs": "Tabiau",
"toc": "Cynnwys tudalen",
"top": "Nôl ir brig"
}[key] }}{% endmacro %}