mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-06-02 21:41:58 -04:00
Added translations for Welsh 🏴 (#8081)
* Create cy.html * Updated whitespace in cy.html to align with other translations
This commit is contained in:
79
src/templates/partials/languages/cy.html
Normal file
79
src/templates/partials/languages/cy.html
Normal 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": "Golygu’r dudalen hon",
|
||||
"action.skip": "Neidio i’r 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 i’r mynegai",
|
||||
"blog.meta": "Metadata",
|
||||
"blog.references": "Dolenni cysylltiedig",
|
||||
"clipboard.copy": "Copïo i’r clipfwrdd",
|
||||
"clipboard.copied": "Wedi copïo i’r 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 i’w ddarllen",
|
||||
"readtime.other": "# munud i’w ddarllen",
|
||||
"rss.created": "Porthiant RSS",
|
||||
"rss.updated": "Porthiant RSS o’r cynnwys wedi’i 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 sy’n cyfateb",
|
||||
"search.result.one": "1 dogfen sy’n cyfateb",
|
||||
"search.result.other": "# dogfennau sy’n 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 i’r 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 i’r brig"
|
||||
}[key] }}{% endmacro %}
|
||||
Reference in New Issue
Block a user