diff --git a/README.md b/README.md index b2aafbb0..6b7f0da0 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ Mue is a fast, open and free-to-use browser extension that gives a new, fresh an
-## WARNING -This is the branch for 5.0, the next version of Mue. For the stable version currently on stores, see the main branch. - ## Table of contents * [Screenshot](#screenshot) * [Features](#features) @@ -33,8 +30,9 @@ This is the branch for 5.0, the next version of Mue. For the stable version curr * [Translators](#translators) * [Contributors](#contributors) * [Resources](#resources) -## Screenshot -![Screenshot](assets/screenshot.jpg) +## Screenshots +![Screenshot](assets/screenshot.webp) +![Settings Modal](assets/screenshot2.webp) ## Features * Fast and free @@ -44,7 +42,7 @@ This is the branch for 5.0, the next version of Mue. For the stable version curr * Search bar * Settings - enable/disable various features and customise parts of Mue * Update modal, copy button and more! -* Marketplace - download custom photo packs, quote packs, preset settings and themes made by the community! +* Marketplace - download custom photo packs made by the community! ### Planned Features Please see our [roadmap](https://github.com/mue/mue/projects) @@ -94,17 +92,6 @@ Please note that we have dropped support for Opera as of Mue 5.0
  • Enjoy your new tab! -
    - Opera (Click to expand) -
      -
    1. yarn run build or npm run build -
    2. yarn run opera or npm run opera -
    3. Visit about://extensions in Opera -
    4. Click Load unpacked extension... (Make sure Developer Mode is on) -
    5. Go to the directory containing Mue and click ok -
    6. Enjoy your new tab! -
    -
    Firefox (Click to expand)
      @@ -146,4 +133,3 @@ Many thanks to [Highholding](https://discord.bio/p/highholding), [Noa Shapira](# And finally, a big thank you to all the other [contributors](https://github.com/mue/mue/graphs/contributors)! ### Resources [Pexels](https://pexels.com) - Stock photos used for offline mode
      -[Opera Forum](https://forums.opera.com/topic/25046/how-to-disable-completely-the-speed-dial/14) - Portions of code to add Opera support
      diff --git a/assets/screenshot.jpg b/assets/screenshot.jpg deleted file mode 100644 index f94ee0b4..00000000 Binary files a/assets/screenshot.jpg and /dev/null differ diff --git a/assets/screenshot.webp b/assets/screenshot.webp new file mode 100644 index 00000000..98ee8e9d Binary files /dev/null and b/assets/screenshot.webp differ diff --git a/assets/screenshot2.webp b/assets/screenshot2.webp new file mode 100644 index 00000000..cbe4fc51 Binary files /dev/null and b/assets/screenshot2.webp differ diff --git a/src/components/widgets/background/scss/_photoinformation.scss b/src/components/widgets/background/scss/_photoinformation.scss index a1771e02..055bf2a7 100644 --- a/src/components/widgets/background/scss/_photoinformation.scss +++ b/src/components/widgets/background/scss/_photoinformation.scss @@ -5,6 +5,8 @@ font-size: calc(10px + 0.1vmin) !important; text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); z-index: 99; + user-select: none; + cursor: initial; svg { float: left; @@ -53,6 +55,11 @@ font-size: 2em; } + h1 { + user-select: none; + cursor: initial; + } + h1, .infoIcon { font-size: 3em; diff --git a/src/translations/de_DE.json b/src/translations/de_DE.json index a7470ee0..eb24b7b8 100644 --- a/src/translations/de_DE.json +++ b/src/translations/de_DE.json @@ -151,7 +151,6 @@ "source": { "title": "Quelle", "api": "Hintergrund API", - "custom_url": "Benutzerdefinierter Hintergrund URL", "custom_background": "Benutzerdefinierter Hintergrund", "custom_colour": "Benutzerdefinierter Hintergrundfarbe", "upload": "Upload", @@ -232,8 +231,7 @@ "title": "Accessibility", "widget_zoom": "Widget zoom", "toast_duration": "Toast Dauer", - "milliseconds": "Millisekunden", - "zoom": "Zoom" + "milliseconds": "Millisekunden" } }, "order": { @@ -253,12 +251,12 @@ "custom_css": "Benutzerdefiniertes CSS", "custom_js": "Benutzerdefiniertes JS", "tab_name": "Tab name", - "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." + "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.", + "developer": "Developer" }, "experimental": { - "title": "Experimentell", - "warning": "These settings have not been fully tested/implemented and may not work correctly!", - "developer": "Developer" + "title": "Experimental", + "warning": "These settings have not been fully tested/implemented and may not work correctly!" }, "language": { "title": "Sprache", @@ -292,10 +290,6 @@ "reset": "Zurücksetzen", "import": "Importieren", "export": "Exportieren" - }, - "toasts": { - "reset": "Erfolgreich zurücksetzen", - "imported": "Erfolgreich importiert" } }, "marketplace": { @@ -322,8 +316,7 @@ "offline": { "title": "Sieht aus, als ob Sie offline sind", "description": "Bitte stellen Sie eine Verbindung zum Internet her." - }, - "see_more": "Mehr sehen" + } }, "addons": { "added": "Hinzugefügt", diff --git a/src/translations/en_GB.json b/src/translations/en_GB.json index 5e4ad93b..a08b0197 100644 --- a/src/translations/en_GB.json +++ b/src/translations/en_GB.json @@ -151,7 +151,6 @@ "source": { "title": "Source", "api": "Background API", - "custom_url": "Custom background URL", "custom_background": "Custom background", "custom_colour": "Custom background colour", "upload": "Upload", @@ -317,8 +316,7 @@ "offline": { "title": "Looks like you're offline", "description": "Please connect to the internet." - }, - "see_more": "See More" + } }, "addons": { "added": "Added", diff --git a/src/translations/en_US.json b/src/translations/en_US.json index 169a827b..ef3b25c0 100644 --- a/src/translations/en_US.json +++ b/src/translations/en_US.json @@ -151,7 +151,6 @@ "source": { "title": "Source", "api": "Background API", - "custom_url": "Custom background URL", "custom_background": "Custom background", "custom_colour": "Custom background color", "upload": "Upload", @@ -317,8 +316,7 @@ "offline": { "title": "Looks like you're offline", "description": "Please connect to the internet." - }, - "see_more": "See More" + } }, "addons": { "added": "Added", diff --git a/src/translations/es.json b/src/translations/es.json index fe3c5669..22ad3845 100644 --- a/src/translations/es.json +++ b/src/translations/es.json @@ -151,7 +151,6 @@ "source": { "title": "Source", "api": "Fondos API", - "custom_url": "URL del fondo personalizado", "custom_background": "Fondo personalizado", "custom_colour": "Color del fondo personalizado", "upload": "Subir", @@ -321,8 +320,7 @@ "offline": { "title": "Parece que estás desconectado", "description": "Por favor conéctate a Internet." - }, - "see_more": "Ver más" + } }, "addons": { "added": "Añadido", diff --git a/src/translations/fr.json b/src/translations/fr.json index bae46a85..a148b288 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -8,25 +8,25 @@ "christmas": "Joyeux Noël", "newyear": "Bonne année", "halloween": "Joyeux Halloween", - "birthday": "Happy Birthday" + "birthday": "Bon anniversaire" }, "background": { "credit": "Photo par", - "unsplash": "on Unsplash", + "unsplash": "sur Unsplash", "information": "Information", - "download": "Download" + "download": "Téléchargement" }, "search": "Rechercher", "quicklinks": { "new": "New Link", - "name": "Name", + "name": "Nom", "url": "URL", - "add": "Add", + "add": "Ajouter", "name_error": "Must provide name", "url_error": "Must provide URL" }, "date": { - "week": "Week" + "week": "Semaine" }, "weather": { "not_found": "Not Found" @@ -35,7 +35,7 @@ "tooltips": { "update": "Update Patch Notes", "refresh": "Refresh Page", - "feedback": "Feedback" + "feedback": "Réactions" }, "notes": { "title": "Notes", @@ -46,7 +46,7 @@ "modals": { "main": { "title": "Options", - "loading": "Loading...", + "loading": "Chargement...", "file_upload_error": "File is over 2MB", "navbar": { "settings": "Paramètres", @@ -77,7 +77,7 @@ "zero": "Complétion de zéros" }, "analogue": { - "title": "Analogique", + "title": "Analogue", "second_hand": "Seconds hand", "minute_hand": "Minutes hand", "hour_hand": "Hours hand", @@ -106,7 +106,7 @@ } }, "quote": { - "title": "Citation", + "title": "Quote", "author_link": "Authour link", "custom": "Custom quote", "custom_author": "Custom authour", @@ -122,20 +122,20 @@ "events": "Événements", "default": "Salutation par défaut", "name": "Nom pour salutation", - "birthday": "Birthday", - "birthday_age": "Birthday age", - "birthday_date": "Birthday date" + "birthday": "Anniversaire", + "birthday_age": "âge d'anniversaire", + "birthday_date": "date d'anniversaire" }, "background": { "title": "Fond", "ddg_proxy": "Use DuckDuckGo image proxy", "transition": "Fade-in transition", - "category": "Category", + "category": "Catégorie", "buttons": { "title": "Buttons", "view": "Mode vue", "favourite": "Ajouter aux favoris", - "download": "Download" + "download": "Télécharger" }, "effects": { "title": "Effects", @@ -151,7 +151,6 @@ "source": { "title": "Source", "api": "Source", - "custom_url": "URL d'arrière-plan personnalisé", "custom_background": "Arrière-plan personnalisé", "custom_colour": "Couleur d'arrière-plan personnalisée", "upload": "Ajouter", @@ -240,7 +239,7 @@ }, "advanced": { "title": "Advanced", - "offline_mode": "Mode Hors-Ligne", + "offline_mode": "Offline mode", "data": "Data", "reset_modal": { "title": "WARNING", @@ -255,12 +254,12 @@ "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." }, "experimental": { - "title": "Expérimental", + "title": "Experimental", "warning": "These settings have not been fully tested/implemented and may not work correctly!", "developer": "Developer" }, "language": { - "title": "Langue", + "title": "Language", "quote": "Quote language" }, "changelog": "Change Log", @@ -291,10 +290,6 @@ "reset": "Réinitialiser", "import": "Importer", "export": "Exporter" - }, - "toasts": { - "reset": "Réinitialisé avec succès", - "imported": "Importé avec succès" } }, "marketplace": { @@ -314,15 +309,14 @@ "remove": "Enlever" }, "quote_warning": { - "title": "Attention", - "description": "Ce pack fait appel à des serveurs externes qui sont susceptibles de vous tracer !" + "title": "Warning", + "description": "This quote pack requests to external servers that may track you!" } }, "offline": { - "title": "Vous êtes hors ligne", + "title": "Hors ligne", "description": "Veuillez vous connecter à Internet." - }, - "see_more": "Voir plus" + } }, "addons": { "added": "Ajoutées", @@ -334,18 +328,17 @@ } }, "update": { - "title": "Mise à jour", + "title": "Update", "offline": { - "title": "Hors ligne", - "description": "Impossible de se connecter à Internet" + "title": "Offline", + "description": "Cannot get update logs while in offline mode" }, "error": { "title": "Erreur", "description": "Impossible de se connecter au serveur" }, "read_blog": "Lire sur le blog ", - "contact_support": "Contactez-nous ", - "loading": "Chargement..." + "contact_support": "Contactez-nous " }, "welcome": { "title": "Welcome to", diff --git a/src/translations/nl.json b/src/translations/nl.json index 5b49e325..10012a68 100644 --- a/src/translations/nl.json +++ b/src/translations/nl.json @@ -72,12 +72,12 @@ "digital": { "title": "Digital", "seconds": "Seconden tonen", - "twentyfourhour": "24-uursklok gebruiken", + "twentyfourhour": "24 Hour", "twelvehour": "12 hour", "zero": "Nulopvulling" }, "analogue": { - "title": "Analoog", + "title": "Analogue", "second_hand": "Seconds hand", "minute_hand": "Minutes hand", "hour_hand": "Hours hand", @@ -135,9 +135,7 @@ "title": "Buttons", "view": "Weergave", "favourite": "Favourite", - "download": "Download", - "refresh": "Herladen", - "disabled": "Uitgeschakeld" + "download": "Download" }, "effects": { "title": "Effects", @@ -153,12 +151,11 @@ "source": { "title": "Source", "api": "Achtergrond-api", - "custom_url": "Aangepaste achtergrond-url", "custom_background": "Aangepaste achtergrond", "custom_colour": "Aangepaste achtergrondkleur", "upload": "Uploaden", "add_colour": "Kleur toevoegen", - "disabled": "Disabled", + "disabled": "Uitgeschakeld", "loop_video": "Loop video", "mute_video": "Mute video" } @@ -167,7 +164,7 @@ "title": "Zoekbalk", "search_engine": "Zoekmachine", "custom": "Aangepaste zoekmachine-url", - "voice_search": "Voice search" + "voice_search": "Spraakgestuurd zoeken gebruiken" }, "weather": { "title": "Weather", @@ -259,8 +256,7 @@ "experimental": { "title": "Experimenteel", "warning": "These settings have not been fully tested/implemented and may not work correctly!", - "developer": "Developer", - "animations": "Animaties" + "developer": "Developer" }, "language": { "title": "Taal", @@ -294,13 +290,6 @@ "reset": "Herstellen", "import": "Importeren", "export": "Exporteren" - }, - "toasts": { - "reset": "Reset successfully", - "imported": "Het importeren is voltooid", - "installed": "De installatie is voltooid", - "removed": "Het verwijderen is voltooid", - "error": "Er is iets misgegaan" } }, "marketplace": { @@ -327,8 +316,7 @@ "offline": { "title": "Het lijkt er op dat je niet verbonden bent het internet", "description": "Maak verbinding met het internet." - }, - "see_more": "Meer tonen" + } }, "addons": { "added": "Toegevoegd", @@ -372,23 +360,9 @@ } }, "toasts": { - "quote": "Quote copied", - "installed": "Successfully installed", - "uninstalled": "Successfully removed", - "error": "Something went wrong" - }, - "update": { - "title": "Wijzigingen", - "offline": { - "title": "Offline", - "description": "Het wijzigingslog kan niet worden opgehaald in de offline-modus" - }, - "error": { - "title": "Foutmelding", - "content": "Er kan geen verbinding worden gemaakt met de servers" - }, - "loading": "Bezig met laden…", - "readblog": "Lees ons blog", - "contactsupport": "Neem contact met ons op" + "quote": "Het citaat is gekopieerd", + "installed": "De installatie is voltooid", + "uninstalled": "Het verwijderen is voltooid", + "error": "Er is iets misgegaan" } } diff --git a/src/translations/no.json b/src/translations/no.json index c460a5f7..5982b351 100644 --- a/src/translations/no.json +++ b/src/translations/no.json @@ -151,7 +151,6 @@ "source": { "title": "Source", "api": "Bakgrunn API", - "custom_url": "Personlig bakgrunn URL", "custom_background": "Personlig bakgrunn", "custom_colour": "Personlig Bakgrunn Farge", "upload": "Upload", @@ -200,7 +199,7 @@ "light": "Light", "dark": "Dark" }, - "animations": "Animations", + "animations": "Animasjoner", "navbar": { "title": "Navbar", "notes": "Notes", @@ -258,8 +257,7 @@ "experimental": { "title": "Eksperimental", "warning": "These settings have not been fully tested/implemented and may not work correctly!", - "developer": "Developer", - "animations": "Animasjoner" + "developer": "Developer" }, "language": { "title": "Språk", @@ -324,8 +322,7 @@ "offline": { "title": "Ser ut som at du er offiline.", "description": "Vær så snill, koble til internettet." - }, - "see_more": "Se mer" + } }, "addons": { "added": "Lagt til", diff --git a/src/translations/ru.json b/src/translations/ru.json index 5913b9e0..457c165b 100644 --- a/src/translations/ru.json +++ b/src/translations/ru.json @@ -136,8 +136,7 @@ "view": "Просмотр", "favourite": "Любимые", "download": "Download", - "refresh": "Обновить", - "disabled": "Выключен" + "refresh": "Обновить" }, "effects": { "title": "Effects", @@ -153,12 +152,11 @@ "source": { "title": "Source", "api": "API для фона", - "custom_url": "Ссылка для пользовательского фона", "custom_background": "Пользовательский фон", "custom_colour": "Пользовательский цвет фона", "upload": "Загрузить", "add_colour": "Добавить цвет", - "disabled": "Disabled", + "disabled": "Выключен", "loop_video": "Loop video", "mute_video": "Mute video" } @@ -202,7 +200,7 @@ "light": "Light", "dark": "Dark" }, - "animations": "Animations", + "animations": "Анимации", "navbar": { "title": "Navbar", "notes": "Notes", @@ -259,8 +257,7 @@ "experimental": { "title": "Экспериментальные настройки", "warning": "These settings have not been fully tested/implemented and may not work correctly!", - "developer": "Developer", - "animations": "Анимации" + "developer": "Developer" }, "language": { "title": "Язык", @@ -325,8 +322,7 @@ "offline": { "title": "Похоже, что вы офлайн", "description": "Пожалуйста, подключитесь к интернету." - }, - "see_more": "Показать больше" + } }, "addons": { "added": "Добавлен", diff --git a/src/translations/zh_CN.json b/src/translations/zh_CN.json index 865081a3..5ce2b58f 100644 --- a/src/translations/zh_CN.json +++ b/src/translations/zh_CN.json @@ -72,12 +72,12 @@ "digital": { "title": "Digital", "seconds": "显示秒", - "twentyfourhour": "使用 24 小时制", + "twentyfourhour": "24 Hour", "twelvehour": "12 hour", "zero": "加零补足二位数字" }, "analogue": { - "title": "使用模拟时钟", + "analog": "Analogue", "second_hand": "Seconds hand", "minute_hand": "Minutes hand", "hour_hand": "Hours hand", @@ -135,8 +135,7 @@ "title": "Buttons", "view": "查看", "favourite": "收藏", - "download": "下载", - "disabled": "已禁用" + "download": "下载" }, "effects": { "title": "Effects", @@ -151,13 +150,12 @@ }, "source": { "title": "Source", - "api": "背景背景来源", - "custom_url": "自定义背景链接", + "api": "背景来源", "custom_background": "自定义背景", "custom_colour": "自定义背景颜色", "upload": "上传", "add_colour": "添加颜色", - "disabled": "Disabled", + "disabled": "已禁用", "loop_video": "Loop video", "mute_video": "Mute video" } @@ -201,11 +199,11 @@ "light": "Light", "dark": "Dark" }, - "animations": "Animations", + "animations": "动画", "navbar": { "title": "Navbar", "notes": "Notes", - "refresh": "刷新按钮" + "refresh": "Refresh button" }, "font": { "title": "Font", @@ -258,9 +256,7 @@ "experimental": { "title": "实验性功能", "warning": "These settings have not been fully tested/implemented and may not work correctly!", - "developer": "Developer", - "webp": "启用 WebP", - "animations": "动画" + "developer": "Developer" }, "language": { "title": "语言", @@ -294,10 +290,6 @@ "reset": "重置", "import": "导入", "export": "导出" - }, - "toasts": { - "reset": "Reset successfully", - "imported": "Successfully imported" } }, "marketplace": { @@ -324,8 +316,7 @@ "offline": { "title": "您目前似乎离线", "description": "请连接到互联网。" - }, - "see_more": "查看更多" + } }, "addons": { "added": "已添加", @@ -347,8 +338,7 @@ "description": "无法连接到服务器" }, "read_blog": "点此在我们的博客中阅读", - "contact_support": "点此联系我们", - "loading": "载入中..." + "contact_support": "点此联系我们" }, "welcome": { "title": "Welcome to", @@ -367,17 +357,12 @@ "not_filled": "Question box must be filled", "success": "Sent successfully!", "submit": "Submit" - }, - "toasts": { - "reset": "重置成功", - "removed": "卸载成功", - "imported": "导入成功" } }, "toasts": { "quote": "名言已复制", "installed": "安装成功", - "uninstalled": "Successfully removed", + "uninstalled": "卸载成功", "error": "发生了错误" } }