From 008edde4bb6fe514e6f322d1f05a3b06742fe00a Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:48:03 +0000 Subject: [PATCH] Translate common.json in hu_HU 100% translated source file: 'common.json' on 'hu_HU'. --- frontend/src/i18n/locales/hu-HU/common.json | 55 +++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 frontend/src/i18n/locales/hu-HU/common.json diff --git a/frontend/src/i18n/locales/hu-HU/common.json b/frontend/src/i18n/locales/hu-HU/common.json new file mode 100644 index 0000000..374c0ee --- /dev/null +++ b/frontend/src/i18n/locales/hu-HU/common.json @@ -0,0 +1,55 @@ +{ + "name": "Crab Fit", + "tagline": "Készítsd el sajátod", + "cta": "Készítsd el a saját Crab Fited!", + "created": "Készült {{date}}", + "donate": { + "info": "Köszönjük, hogy a Crab Fitet használtad. Ha teszett, kérek támogass minket.", + "button": "Támogatás", + "title": "Minden fillér számít :)" + }, + "options": { + "name": "Beállítások", + "weekStart": { + "label": "Hét kezdete", + "options": { + "Sunday": "Vasárnap", + "Monday": "Hétfő" + } + }, + "timeFormat": { + "label": "Idő formátum", + "options": { + "12h": "12 órás", + "24h": "24 órás" + } + }, + "theme": { + "label": "Stílus", + "options": { + "System": "Rendszer stílusa", + "Light": "Világos", + "Dark": "Sötét" + } + }, + "highlight": { + "label": "Legmagasabb rendelkezésre állás kiemelése", + "title": "A legmagassabb rendelkezésre állás kiemelése a hőtérképen", + "options": { + "Off": "Ki", + "On": "Be" + } + }, + "language": { + "label": "Nyelv" + }, + "colormap": { + "label": "Hőtérkép színek", + "classic": "Crab Fit (klasszikus)" + } + }, + "video": { + "title": "Crab Fit Promóciós Videó", + "button": "Videó megtekintése" + } +}