aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-01-22 00:37:19 +0200
committerHenry Jameson <me@hjkos.com>2020-01-22 00:37:19 +0200
commit9336140486f50159b935001b7ebadf3d9bda89ec (patch)
treedb5d6047788839f296b09fc09af3f9dbd2673c27 /src/i18n
parent93dfb4d3524df14f730a3f0ad46ebb86ceb89984 (diff)
massively improved initial theme loading code, added checks and warnings when
loading theme files (import/localStorage/defaults)
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index f624a1c5..6994d62f 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -46,6 +46,7 @@
"optional": "optional",
"show_more": "Show more",
"show_less": "Show less",
+ "dismiss": "Dismiss",
"cancel": "Cancel",
"disable": "Disable",
"enable": "Enable",
@@ -394,7 +395,16 @@
"save_load_hint": "\"Keep\" options preserve currently set options when selecting or loading themes, it also stores said options when exporting a theme. When all checkboxes unset, exporting theme will save everything.",
"reset": "Reset",
"clear_all": "Clear all",
- "clear_opacity": "Clear opacity"
+ "clear_opacity": "Clear opacity",
+ "load_theme": "Load theme",
+ "use_snapshot": "Keep as is",
+ "help": {
+ "v2_imported": "File you imported was made for older FE. We try to maximize compatibility but there still could be inconsitencies.",
+ "snapshot_present": "Theme snapshot is loaded, so all values are overriden. You can load theme's actual data instead.",
+ "snapshot_missing": "No theme snapshot was in the file so it could look different than originally envisioned.",
+ "future_version_imported": "File you imported was made in newer version of FE.",
+ "older_version_imported": "File you imported was made in older version of FE."
+ }
},
"common": {
"color": "Color",