mirror of
https://github.com/mue/mue.git
synced 2026-07-11 18:31:47 +02:00
fix: work on updating translations and fixing some bugs
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
22
README.md
22
README.md
@@ -11,9 +11,6 @@ Mue is a fast, open and free-to-use browser extension that gives a new, fresh an
|
||||
|
||||
<br>
|
||||
|
||||
## 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
|
||||

|
||||
## Screenshots
|
||||

|
||||

|
||||
|
||||
## 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
|
||||
<li> Enjoy your new tab!
|
||||
</ol>
|
||||
</details>
|
||||
<details>
|
||||
<summary><b>Opera</b> (Click to expand)</summary>
|
||||
<ol>
|
||||
<li> <code>yarn run build</code> or <code>npm run build</code>
|
||||
<li> <code>yarn run opera</code> or <code>npm run opera</code>
|
||||
<li> Visit <code>about://extensions</code> in Opera
|
||||
<li> Click <b>Load unpacked extension...</b> (Make sure <b>Developer Mode</b> is on)
|
||||
<li> Go to the directory containing Mue and click <b>ok</b>
|
||||
<li> Enjoy your new tab!
|
||||
</ol>
|
||||
</details>
|
||||
<details>
|
||||
<summary><b>Firefox</b> (Click to expand)</summary>
|
||||
<ol>
|
||||
@@ -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<br/>
|
||||
[Opera Forum](https://forums.opera.com/topic/25046/how-to-disable-completely-the-speed-dial/14) - Portions of code to add Opera support<br/>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 262 KiB |
BIN
assets/screenshot.webp
Normal file
BIN
assets/screenshot.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 308 KiB |
BIN
assets/screenshot2.webp
Normal file
BIN
assets/screenshot2.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
@@ -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;
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "Добавлен",
|
||||
|
||||
@@ -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": "发生了错误"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user