Skip to content

Commit c8d2654

Browse files
Added translations for Welsh 🏴󠁧󠁢󠁷󠁬󠁳󠁿 (#8081)
* Create cy.html * Updated whitespace in cy.html to align with other translations
1 parent 742150d commit c8d2654

File tree

1 file changed

+79
-0
lines changed
  • src/templates/partials/languages

1 file changed

+79
-0
lines changed
+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<!--
2+
Copyright (c) 2016-2025 Martin Donath <[email protected]>
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy
5+
of this software and associated documentation files (the "Software"), to
6+
deal in the Software without restriction, including without limitation the
7+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8+
sell copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in
12+
all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
17+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
20+
IN THE SOFTWARE.
21+
-->
22+
23+
<!-- Translations: Welsh -->
24+
{% macro t(key) %}{{ {
25+
"language": "cy",
26+
"direction": "ltr",
27+
"action.edit": "Golygu’r dudalen hon",
28+
"action.skip": "Neidio i’r cynnwys",
29+
"action.view": "Gweld ffynhonnell y dudalen hon",
30+
"announce.dismiss": "Peidiwch â dangos hyn eto",
31+
"blog.archive": "Archif",
32+
"blog.categories": "Categorïau",
33+
"blog.categories.in": "yn",
34+
"blog.continue": "Parhau i ddarllen",
35+
"blog.draft": "Drafft",
36+
"blog.index": "Nôl i’r mynegai",
37+
"blog.meta": "Metadata",
38+
"blog.references": "Dolenni cysylltiedig",
39+
"clipboard.copy": "Copïo i’r clipfwrdd",
40+
"clipboard.copied": "Wedi copïo i’r clipfwrdd",
41+
"consent.accept": "Derbyn",
42+
"consent.manage": "Rheoli gosodiadau cwcis",
43+
"consent.reject": "Gwrthod",
44+
"footer": "Troedyn",
45+
"footer.next": "Nesaf",
46+
"footer.previous": "Blaenorol",
47+
"header": "Pennawd",
48+
"meta.comments": "Sylwadau",
49+
"meta.source": "Ffynhonnell",
50+
"nav": "Llywio",
51+
"readtime.one": "1 munud i’w ddarllen",
52+
"readtime.other": "# munud i’w ddarllen",
53+
"rss.created": "Porthiant RSS",
54+
"rss.updated": "Porthiant RSS o’r cynnwys wedi’i ddiweddaru",
55+
"search": "Chwilio",
56+
"search.config.lang": "cy",
57+
"search.config.pipeline": "stopWordFilter",
58+
"search.config.separator": "[\\s\\-]+",
59+
"search.placeholder": "Chwilio",
60+
"search.share": "Rhannu",
61+
"search.reset": "Clirio",
62+
"search.result.initializer": "Cychwyn chwilio",
63+
"search.result.placeholder": "Teipiwch i ddechrau chwilio",
64+
"search.result.none": "Dim dogfennau sy’n cyfateb",
65+
"search.result.one": "1 dogfen sy’n cyfateb",
66+
"search.result.other": "# dogfennau sy’n cyfateb",
67+
"search.result.more.one": "1 yn rhagor ar y dudalen hon",
68+
"search.result.more.other": "# yn rhagor ar y dudalen hon",
69+
"search.result.term.missing": "Ar goll",
70+
"select.language": "Dewiswch iaith",
71+
"select.version": "Dewiswch fersiwn",
72+
"source": "Mynd i’r storfa",
73+
"source.file.contributors": "Cyfranwyr",
74+
"source.file.date.created": "Crëwyd",
75+
"source.file.date.updated": "Diweddariad olaf",
76+
"tabs": "Tabiau",
77+
"toc": "Cynnwys tudalen",
78+
"top": "Nôl i’r brig"
79+
}[key] }}{% endmacro %}

0 commit comments

Comments
 (0)