Custom themes

This commit is contained in:
Zan
2025-12-01 21:29:33 +01:00
parent 08203f135b
commit 5fbe47f5ea
48 changed files with 1354 additions and 46 deletions

View File

@@ -19,6 +19,29 @@
"dark_lime": "Dark Lime",
"dark_indigo": "Dark Indigo"
},
"custom_themes": {
"title": "Custom themes",
"no_themes": "No custom themes yet",
"create": "Create new theme",
"edit": "Edit theme",
"name": "Theme name",
"mode": "Mode",
"dark_mode": "Dark",
"light_mode": "Light",
"colors": "Colors",
"accent_color": "Accent color",
"background_color": "Background color",
"card_color": "Card color",
"text_color": "Text color",
"preview": "Preview",
"share": "Share theme",
"share_description": "Copy the code and share it with others:",
"import": "Import theme",
"import_description": "Paste the theme code:",
"import_error_empty": "Please paste the theme code!",
"import_error_invalid": "Invalid theme code!",
"delete_confirm": "Are you sure you want to delete this theme?"
},
"languages": {
"hu": "Magyar",
"en": "English"

View File

@@ -21,6 +21,29 @@
"dark_lime": "Sötét Lime",
"dark_indigo": "Sötét Indigó"
},
"custom_themes": {
"title": "Egyéni témák",
"no_themes": "Még nincsenek egyéni témák",
"create": "Új téma létrehozása",
"edit": "Téma szerkesztése",
"name": "Téma neve",
"mode": "Mód",
"dark_mode": "Sötét",
"light_mode": "Világos",
"colors": "Színek",
"accent_color": "Kiemelő szín",
"background_color": "Háttér szín",
"card_color": "Kártya szín",
"text_color": "Szöveg szín",
"preview": "Előnézet",
"share": "Téma megosztása",
"share_description": "Másold ki a kódot és oszd meg másokkal:",
"import": "Téma importálása",
"import_description": "Illeszd be a téma kódot:",
"import_error_empty": "Kérlek illeszd be a téma kódot!",
"import_error_invalid": "Érvénytelen téma kód!",
"delete_confirm": "Biztosan törölni szeretnéd ezt a témát?"
},
"languages": {
"hu": "Magyar",
"en": "English"