diff --git a/src/modules/helpers/settings/modals.js b/src/modules/helpers/settings/modals.js
index 7b26a810..38c88e19 100644
--- a/src/modules/helpers/settings/modals.js
+++ b/src/modules/helpers/settings/modals.js
@@ -27,6 +27,10 @@ export default class ModalSettingsFunctions {
window.stats.postEvent('tab', 'Settings exported');
}
+ static saveFile(data, filename) {
+ saveFile(data, filename);
+ }
+
static importSettings(e) {
const content = JSON.parse(e.target.result);
diff --git a/src/translations/de_DE.json b/src/translations/de_DE.json
index 3f4574c8..2eb241fb 100644
--- a/src/translations/de_DE.json
+++ b/src/translations/de_DE.json
@@ -290,6 +290,21 @@
},
"experimental_warning": "Bitte beachten Sie, dass das Mue Team keinen Support leisten kann, wenn Sie den experimentellen Modus aktiviert haben. Bitte deaktivieren Sie ihn zuerst und schauen Sie, ob das Problem weiterhin auftritt, bevor Sie den Support kontaktieren."
},
+ "stats": {
+ "title": "Stats",
+ "warning": "You need to enable usage data in order to use this feature",
+ "sections": {
+ "tabs_opened": "Tabs opened",
+ "backgrounds_favourited": "Backgrounds favourited",
+ "backgrounds_downloaded": "Backgrounds downloaded",
+ "quotes_favourited": "Quotes favourited",
+ "quicklinks_added": "Quicklinks added",
+ "settings_changed": "Settings changed",
+ "addons_installed": "Add-ons installed"
+ },
+ "usage": "Usage Stats",
+ "disable": "Turning this off will clear your statistics locally, but will not delete the anonymous data posted to umami."
+ },
"experimental": {
"title": "Experimentell",
"warning": "Diese Einstellungen sind nicht vollständig getestet/implementiert und funktionieren möglicherweise nicht korrekt!",
@@ -413,6 +428,7 @@
"description": "Enable settings to further protect your privacy with Mue.",
"offline_mode_description": "Enabling offline mode will disable all requests to any service. This will result in online backgrounds, online quotes, marketplace, weather, quick links, change log and some about tab information to be disabled.",
"ddg_proxy_description": "You can make image requests go through DuckDuckGo if you wish. By default, API requests go through our open source servers and image requests go through the original server. Turning this off for quick links will get the icons from Google instead of DuckDuckGo. DuckDuckGo proxy is always enabled for the Marketplace.",
+ "stats_description": "Enabling this will allow you to see the stats tab in settings which shows interesting things like how many tabs you have opened, backgrounds favourited/downloaded and more. This will also post anonymous statistics to our umami instance. You can find the source code to this instance on our GitHub page.",
"links": {
"title": "Links",
"privacy_policy": "Privacy Policy",
diff --git a/src/translations/en_GB.json b/src/translations/en_GB.json
index ba1af76d..20d9c82a 100644
--- a/src/translations/en_GB.json
+++ b/src/translations/en_GB.json
@@ -290,6 +290,21 @@
},
"experimental_warning": "Please note that the Mue team cannot provide support if you have experimental mode on. Please disable it first and see if the issue continues to occur before contacting support."
},
+ "stats": {
+ "title": "Stats",
+ "warning": "You need to enable usage data in order to use this feature",
+ "sections": {
+ "tabs_opened": "Tabs opened",
+ "backgrounds_favourited": "Backgrounds favourited",
+ "backgrounds_downloaded": "Backgrounds downloaded",
+ "quotes_favourited": "Quotes favourited",
+ "quicklinks_added": "Quicklinks added",
+ "settings_changed": "Settings changed",
+ "addons_installed": "Add-ons installed"
+ },
+ "usage": "Usage Stats",
+ "disable": "Turning this off will clear your statistics locally, but will not delete the anonymous data posted to umami."
+ },
"experimental": {
"title": "Experimental",
"warning": "These settings have not been fully tested/implemented and may not work correctly!",
@@ -413,6 +428,7 @@
"description": "Enable settings to further protect your privacy with Mue.",
"offline_mode_description": "Enabling offline mode will disable all requests to any service. This will result in online backgrounds, online quotes, marketplace, weather, quick links, change log and some about tab information to be disabled.",
"ddg_proxy_description": "You can make image requests go through DuckDuckGo if you wish. By default, API requests go through our open source servers and image requests go through the original server. Turning this off for quick links will get the icons from Google instead of DuckDuckGo. DuckDuckGo proxy is always enabled for the Marketplace.",
+ "stats_description": "Enabling this will allow you to see the stats tab in settings which shows interesting things like how many tabs you have opened, backgrounds favourited/downloaded and more. This will also post anonymous statistics to our umami instance. You can find the source code to this instance on our GitHub page.",
"links": {
"title": "Links",
"privacy_policy": "Privacy Policy",
diff --git a/src/translations/en_US.json b/src/translations/en_US.json
index ae8479d4..55aab2cc 100644
--- a/src/translations/en_US.json
+++ b/src/translations/en_US.json
@@ -290,6 +290,21 @@
},
"experimental_warning": "Please note that the Mue team cannot provide support if you have experimental mode on. Please disable it first and see if the issue continues to occur before contacting support."
},
+ "stats": {
+ "title": "Stats",
+ "warning": "You need to enable usage data in order to use this feature",
+ "sections": {
+ "tabs_opened": "Tabs opened",
+ "backgrounds_favourited": "Backgrounds favourited",
+ "backgrounds_downloaded": "Backgrounds downloaded",
+ "quotes_favourited": "Quotes favourited",
+ "quicklinks_added": "Quicklinks added",
+ "settings_changed": "Settings changed",
+ "addons_installed": "Add-ons installed"
+ },
+ "usage": "Usage Stats",
+ "disable": "Turning this off will clear your statistics locally, but will not delete the anonymous data posted to umami."
+ },
"experimental": {
"title": "Experimental",
"warning": "These settings have not been fully tested/implemented and may not work correctly!",
@@ -413,6 +428,7 @@
"description": "Enable settings to further protect your privacy with Mue.",
"offline_mode_description": "Enabling offline mode will disable all requests to any service. This will result in online backgrounds, online quotes, marketplace, weather, quick links, change log and some about tab information to be disabled.",
"ddg_proxy_description": "You can make image requests go through DuckDuckGo if you wish. By default, API requests go through our open source servers and image requests go through the original server. Turning this off for quick links will get the icons from Google instead of DuckDuckGo. DuckDuckGo proxy is always enabled for the Marketplace.",
+ "stats_description": "Enabling this will allow you to see the stats tab in settings which shows interesting things like how many tabs you have opened, backgrounds favourited/downloaded and more. This will also post anonymous statistics to our umami instance. You can find the source code to this instance on our GitHub page.",
"links": {
"title": "Links",
"privacy_policy": "Privacy Policy",
diff --git a/src/translations/es.json b/src/translations/es.json
index 6547b874..7037605d 100644
--- a/src/translations/es.json
+++ b/src/translations/es.json
@@ -290,6 +290,21 @@
},
"experimental_warning": "Por favor, ten en cuenta que el equipo de Mue no puede dar soporte si tienes el modo experimental activado. Por favor, desactívalo primero y comprueba si el problema sigue ocurriendo antes de contactar con el equipo de soporte."
},
+ "stats": {
+ "title": "Stats",
+ "warning": "You need to enable usage data in order to use this feature",
+ "sections": {
+ "tabs_opened": "Tabs opened",
+ "backgrounds_favourited": "Backgrounds favourited",
+ "backgrounds_downloaded": "Backgrounds downloaded",
+ "quotes_favourited": "Quotes favourited",
+ "quicklinks_added": "Quicklinks added",
+ "settings_changed": "Settings changed",
+ "addons_installed": "Add-ons installed"
+ },
+ "usage": "Usage Stats",
+ "disable": "Turning this off will clear your statistics locally, but will not delete the anonymous data posted to umami."
+ },
"experimental": {
"title": "Experimental",
"warning": "Estos ajustes no han sido totalmente probados/implementados y pueden no funcionar correctamente.",
@@ -413,6 +428,7 @@
"description": "Enable settings to further protect your privacy with Mue.",
"offline_mode_description": "Enabling offline mode will disable all requests to any service. This will result in online backgrounds, online quotes, marketplace, weather, quick links, change log and some about tab information to be disabled.",
"ddg_proxy_description": "You can make image requests go through DuckDuckGo if you wish. By default, API requests go through our open source servers and image requests go through the original server. Turning this off for quick links will get the icons from Google instead of DuckDuckGo. DuckDuckGo proxy is always enabled for the Marketplace.",
+ "stats_description": "Enabling this will allow you to see the stats tab in settings which shows interesting things like how many tabs you have opened, backgrounds favourited/downloaded and more. This will also post anonymous statistics to our umami instance. You can find the source code to this instance on our GitHub page.",
"links": {
"title": "Links",
"privacy_policy": "Privacy Policy",
diff --git a/src/translations/fr.json b/src/translations/fr.json
index e33cb9ff..9067d764 100644
--- a/src/translations/fr.json
+++ b/src/translations/fr.json
@@ -290,6 +290,21 @@
},
"experimental_warning": "Veuillez noter que l'équipe Mue ne peut pas fournir d'assistance si vous avez activé le mode expérimental. Veuillez d'abord le désactiver et voir si le problème persiste avant de contacter le support."
},
+ "stats": {
+ "title": "Stats",
+ "warning": "You need to enable usage data in order to use this feature",
+ "sections": {
+ "tabs_opened": "Tabs opened",
+ "backgrounds_favourited": "Backgrounds favourited",
+ "backgrounds_downloaded": "Backgrounds downloaded",
+ "quotes_favourited": "Quotes favourited",
+ "quicklinks_added": "Quicklinks added",
+ "settings_changed": "Settings changed",
+ "addons_installed": "Add-ons installed"
+ },
+ "usage": "Usage Stats",
+ "disable": "Turning this off will clear your statistics locally, but will not delete the anonymous data posted to umami."
+ },
"experimental": {
"title": "Expérimental",
"warning": "These settings have not been fully tested/implemented and may not work correctly!",
@@ -413,6 +428,7 @@
"description": "Enable settings to further protect your privacy with Mue.",
"offline_mode_description": "Enabling offline mode will disable all requests to any service. This will result in online backgrounds, online quotes, marketplace, weather, quick links, change log and some about tab information to be disabled.",
"ddg_proxy_description": "You can make image requests go through DuckDuckGo if you wish. By default, API requests go through our open source servers and image requests go through the original server. Turning this off for quick links will get the icons from Google instead of DuckDuckGo. DuckDuckGo proxy is always enabled for the Marketplace.",
+ "stats_description": "Enabling this will allow you to see the stats tab in settings which shows interesting things like how many tabs you have opened, backgrounds favourited/downloaded and more. This will also post anonymous statistics to our umami instance. You can find the source code to this instance on our GitHub page.",
"links": {
"title": "Links",
"privacy_policy": "Privacy Policy",
diff --git a/src/translations/nl.json b/src/translations/nl.json
index 12185cdd..54540703 100644
--- a/src/translations/nl.json
+++ b/src/translations/nl.json
@@ -290,6 +290,21 @@
},
"experimental_warning": "Please note that the Mue team cannot provide support if you have experimental mode on. Please disable it first and see if the issue continues to occur before contacting support."
},
+ "stats": {
+ "title": "Stats",
+ "warning": "You need to enable usage data in order to use this feature",
+ "sections": {
+ "tabs_opened": "Tabs opened",
+ "backgrounds_favourited": "Backgrounds favourited",
+ "backgrounds_downloaded": "Backgrounds downloaded",
+ "quotes_favourited": "Quotes favourited",
+ "quicklinks_added": "Quicklinks added",
+ "settings_changed": "Settings changed",
+ "addons_installed": "Add-ons installed"
+ },
+ "usage": "Usage Stats",
+ "disable": "Turning this off will clear your statistics locally, but will not delete the anonymous data posted to umami."
+ },
"experimental": {
"title": "Experimenteel",
"warning": "These settings have not been fully tested/implemented and may not work correctly!",
@@ -413,6 +428,7 @@
"description": "Enable settings to further protect your privacy with Mue.",
"offline_mode_description": "Enabling offline mode will disable all requests to any service. This will result in online backgrounds, online quotes, marketplace, weather, quick links, change log and some about tab information to be disabled.",
"ddg_proxy_description": "You can make image requests go through DuckDuckGo if you wish. By default, API requests go through our open source servers and image requests go through the original server. Turning this off for quick links will get the icons from Google instead of DuckDuckGo. DuckDuckGo proxy is always enabled for the Marketplace.",
+ "stats_description": "Enabling this will allow you to see the stats tab in settings which shows interesting things like how many tabs you have opened, backgrounds favourited/downloaded and more. This will also post anonymous statistics to our umami instance. You can find the source code to this instance on our GitHub page.",
"links": {
"title": "Links",
"privacy_policy": "Privacy Policy",
diff --git a/src/translations/no.json b/src/translations/no.json
index 21ca61af..0cad4a2b 100644
--- a/src/translations/no.json
+++ b/src/translations/no.json
@@ -290,6 +290,21 @@
},
"experimental_warning": "Please note that the Mue team cannot provide support if you have experimental mode on. Please disable it first and see if the issue continues to occur before contacting support."
},
+ "stats": {
+ "title": "Stats",
+ "warning": "You need to enable usage data in order to use this feature",
+ "sections": {
+ "tabs_opened": "Tabs opened",
+ "backgrounds_favourited": "Backgrounds favourited",
+ "backgrounds_downloaded": "Backgrounds downloaded",
+ "quotes_favourited": "Quotes favourited",
+ "quicklinks_added": "Quicklinks added",
+ "settings_changed": "Settings changed",
+ "addons_installed": "Add-ons installed"
+ },
+ "usage": "Usage Stats",
+ "disable": "Turning this off will clear your statistics locally, but will not delete the anonymous data posted to umami."
+ },
"experimental": {
"title": "Eksperimental",
"warning": "These settings have not been fully tested/implemented and may not work correctly!",
@@ -413,6 +428,7 @@
"description": "Enable settings to further protect your privacy with Mue.",
"offline_mode_description": "Enabling offline mode will disable all requests to any service. This will result in online backgrounds, online quotes, marketplace, weather, quick links, change log and some about tab information to be disabled.",
"ddg_proxy_description": "You can make image requests go through DuckDuckGo if you wish. By default, API requests go through our open source servers and image requests go through the original server. Turning this off for quick links will get the icons from Google instead of DuckDuckGo. DuckDuckGo proxy is always enabled for the Marketplace.",
+ "stats_description": "Enabling this will allow you to see the stats tab in settings which shows interesting things like how many tabs you have opened, backgrounds favourited/downloaded and more. This will also post anonymous statistics to our umami instance. You can find the source code to this instance on our GitHub page.",
"links": {
"title": "Links",
"privacy_policy": "Privacy Policy",
diff --git a/src/translations/ru.json b/src/translations/ru.json
index 2a1ee49c..9377b30b 100644
--- a/src/translations/ru.json
+++ b/src/translations/ru.json
@@ -290,6 +290,21 @@
},
"experimental_warning": "Please note that the Mue team cannot provide support if you have experimental mode on. Please disable it first and see if the issue continues to occur before contacting support."
},
+ "stats": {
+ "title": "Stats",
+ "warning": "You need to enable usage data in order to use this feature",
+ "sections": {
+ "tabs_opened": "Tabs opened",
+ "backgrounds_favourited": "Backgrounds favourited",
+ "backgrounds_downloaded": "Backgrounds downloaded",
+ "quotes_favourited": "Quotes favourited",
+ "quicklinks_added": "Quicklinks added",
+ "settings_changed": "Settings changed",
+ "addons_installed": "Add-ons installed"
+ },
+ "usage": "Usage Stats",
+ "disable": "Turning this off will clear your statistics locally, but will not delete the anonymous data posted to umami."
+ },
"experimental": {
"title": "Экспериментальные настройки",
"warning": "These settings have not been fully tested/implemented and may not work correctly!",
@@ -414,6 +429,7 @@
"description": "Enable settings to further protect your privacy with Mue.",
"offline_mode_description": "Enabling offline mode will disable all requests to any service. This will result in online backgrounds, online quotes, marketplace, weather, quick links, change log and some about tab information to be disabled.",
"ddg_proxy_description": "You can make image requests go through DuckDuckGo if you wish. By default, API requests go through our open source servers and image requests go through the original server. Turning this off for quick links will get the icons from Google instead of DuckDuckGo. DuckDuckGo proxy is always enabled for the Marketplace.",
+ "stats_description": "Enabling this will allow you to see the stats tab in settings which shows interesting things like how many tabs you have opened, backgrounds favourited/downloaded and more. This will also post anonymous statistics to our umami instance. You can find the source code to this instance on our GitHub page.",
"links": {
"title": "Links",
"privacy_policy": "Privacy Policy",
diff --git a/src/translations/zh_CN.json b/src/translations/zh_CN.json
index d0008151..6a768fbb 100644
--- a/src/translations/zh_CN.json
+++ b/src/translations/zh_CN.json
@@ -290,6 +290,21 @@
},
"experimental_warning": "请注意 Mue 团队无法提供实验性功能的支持。若您遇到问题,请先关闭实验性功能,再寻求帮助。"
},
+ "stats": {
+ "title": "Stats",
+ "warning": "You need to enable usage data in order to use this feature",
+ "sections": {
+ "tabs_opened": "Tabs opened",
+ "backgrounds_favourited": "Backgrounds favourited",
+ "backgrounds_downloaded": "Backgrounds downloaded",
+ "quotes_favourited": "Quotes favourited",
+ "quicklinks_added": "Quicklinks added",
+ "settings_changed": "Settings changed",
+ "addons_installed": "Add-ons installed"
+ },
+ "usage": "Usage Stats",
+ "disable": "Turning this off will clear your statistics locally, but will not delete the anonymous data posted to umami."
+ },
"experimental": {
"title": "实验性功能",
"warning": "以下设置仍未完成编写或测试,可能无法正常运作!",
@@ -413,6 +428,7 @@
"description": "Enable settings to further protect your privacy with Mue.",
"offline_mode_description": "Enabling offline mode will disable all requests to any service. This will result in online backgrounds, online quotes, marketplace, weather, quick links, change log and some about tab information to be disabled.",
"ddg_proxy_description": "You can make image requests go through DuckDuckGo if you wish. By default, API requests go through our open source servers and image requests go through the original server. Turning this off for quick links will get the icons from Google instead of DuckDuckGo. DuckDuckGo proxy is always enabled for the Marketplace.",
+ "stats_description": "Enabling this will allow you to see the stats tab in settings which shows interesting things like how many tabs you have opened, backgrounds favourited/downloaded and more. This will also post anonymous statistics to our umami instance. You can find the source code to this instance on our GitHub page.",
"links": {
"title": "Links",
"privacy_policy": "Privacy Policy",