Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Welsh Translation #876

Merged
merged 1 commit into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions app/static/settings/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
{"name": "Turkish (Türk)", "value": "lang_tr"},
{"name": "Ukrainian (Український)", "value": "lang_uk"},
{"name": "Vietnamese (Tiếng Việt)", "value": "lang_vi"},
{"name": "Welsh (Cymraeg)", "value": "lang_cy"},
{"name": "Xhosa (isiXhosa)", "value": "lang_xh"},
{"name": "Zulu (isiZulu)", "value": "lang_zu"}
]
49 changes: 49 additions & 0 deletions app/static/settings/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -929,5 +929,54 @@
"news": "ข่าว",
"books": "หนังสือ",
"anon-view": "มุมมองที่ไม่ระบุตัวตน"
},
"lang_cy": {
"search": "Chwiliwch",
"config": "Cyfluniad",
"config-country": "Gwlad",
"config-lang": "Iaith Rhyngwyneb",
"config-lang-search": "Iaith Chwiliad",
"config-near": "Ger",
"config-near-help": "Enw'r Dinas",
"config-block": "Blociwch",
"config-block-help": "Rhestr Gwahanu Comma o Wefannau",
"config-block-title": "Blocio yn ôl teitl",
"config-block-title-help": "Defnyddio regex",
"config-block-url": "Blocio yn ôl URL",
"config-block-url-help": "Defnyddio regex",
"config-theme": "Thema",
"config-nojs": "Dileu Javascript mewn Golwg Anhysbys",
"config-anon-view": "Dangos Cysylltau Golwg Anhysbys",
"config-dark": "Modd Tywyll",
"config-safe": "Chwilio'n Ddiogel",
"config-alts": "Disodli Cysylltau Cyfryngau Cymdeithasol",
"config-alts-help": "Yn Amnewid Cysylltau Twitter/YouTube/Instagram/etc gyda Gwefanau Preifatrwydd.",
"config-new-tab": "Agor Cysylltau mewn Tab Newydd",
"config-images": "Chwiliad Delwedd Maint Llawn",
"config-images-help": "(Arbrofol) Yn dangos y 'Gweld Delwedd' opsiwn i chwiliadau delweddau bwrdd gwaith. Mae hyn yn achosi delwedd o ansawdd is.",
"config-tor": "Defnyddiwch Tor",
"config-get-only": "Ceisiadau GET yn unig",
"config-url": "URL am Gwraidd",
"config-pref-url": "URL am Dewisiadau",
"config-pref-encryption": "Cyfluniad Amgryptio",
"config-pref-help": "Yn angen WHOOGLE_CONFIG_PREFERENCES_KEY, neu bydd hyn yn cael ei anwybyddu.",
"config-css": "CSS Arferol",
"load": "Llwythwch",
"apply": "Cymhwyswch",
"save-as": "Cadw Fel...",
"github-link": "Gweld ar GitHub",
"translate": "cyfieithu",
"light": "golau",
"dark": "tywyll",
"system": "system",
"ratelimit": "Whoogle wedi bod yn gyfyngedig",
"continue-search": "Parhau eich chwiliad gyda Farside",
"all": "Holl",
"images": "Delweddau",
"maps": "Mapiau",
"videos": "Fideos",
"news": "Newyddion",
"books": "Llyfrau",
"anon-view": "Golwg Anhysbys"
}
}