mirror of
https://github.com/QwIT-Development/firka-extension.git
synced 2026-06-12 03:41:39 +02:00
Custom themes
This commit is contained in:
23
i18n/en.json
23
i18n/en.json
@@ -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"
|
||||
|
||||
23
i18n/hu.json
23
i18n/hu.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user