From c8d26549ce62a5368dbc099cf16561eac0eb3da4 Mon Sep 17 00:00:00 2001 From: Gavin Morrison Date: Thu, 13 Mar 2025 10:10:44 +0000 Subject: [PATCH] =?UTF-8?q?Added=20translations=20for=20Welsh=20?= =?UTF-8?q?=F0=9F=8F=B4=F3=A0=81=A7=F3=A0=81=A2=F3=A0=81=B7=F3=A0=81=AC?= =?UTF-8?q?=F3=A0=81=B3=F3=A0=81=BF=20(#8081)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create cy.html * Updated whitespace in cy.html to align with other translations --- src/templates/partials/languages/cy.html | 79 ++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 src/templates/partials/languages/cy.html diff --git a/src/templates/partials/languages/cy.html b/src/templates/partials/languages/cy.html new file mode 100644 index 000000000..db491353d --- /dev/null +++ b/src/templates/partials/languages/cy.html @@ -0,0 +1,79 @@ + + + +{% 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 %}