From ed180ce6a2ed5d0af12caa3234a673412a163765 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Tue, 15 Nov 2022 16:43:32 +0000 Subject: [PATCH 01/17] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8c561db9..97768a43 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,10 @@ And finally, a big thank you to all the other [contributors](https://github.com/ ### Resources [Pexels](https://pexels.com), [Unsplash](https://unsplash.com) - Stock photos used for offline mode
[Undraw](https://undraw.co) - Welcome modal images + +

This project is supported by:

+

+ + + +

From 0cd6d9dc4212f88a2f18af6fb9883777dfff78a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 08:07:33 +0000 Subject: [PATCH 02/17] chore(deps): bump @mui/material from 5.10.13 to 5.10.14 (#322) Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.10.13 to 5.10.14. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.10.14/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 232d6d5a..1c0053bb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.8.1", "@fontsource/lexend-deca": "4.4.5", "@fontsource/montserrat": "4.4.5", - "@mui/material": "5.10.13", + "@mui/material": "5.10.14", "react": "18.2.0", "react-clock": "4.0.0", "react-color-gradient-picker": "0.1.2", From 53e8aba7f52dd30d3385f08076e83fcd70a0e02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 08:04:04 +0000 Subject: [PATCH 03/17] chore(deps-dev): bump webpack-cli from 4.10.0 to 5.0.0 (#323) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0) --- updated-dependencies: - dependency-name: webpack-cli dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c0053bb..b80c694e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "sass-loader": "^13.0.0", "source-map-loader": "^4.0.0", "webpack": "^5.71.0", - "webpack-cli": "^4.9.2", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.8.1" }, "scripts": { From a2c45ae056e1814b1661103ef063b72b816fec7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 08:04:38 +0000 Subject: [PATCH 04/17] chore(deps): bump @mui/material from 5.10.14 to 5.10.15 (#324) Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.10.14 to 5.10.15. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.10.15/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b80c694e..fc51e56f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.8.1", "@fontsource/lexend-deca": "4.4.5", "@fontsource/montserrat": "4.4.5", - "@mui/material": "5.10.14", + "@mui/material": "5.10.15", "react": "18.2.0", "react-clock": "4.0.0", "react-color-gradient-picker": "0.1.2", From c22ecea9d6f3ee486f58e85157dea1377a6292fd Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 28 Nov 2022 16:38:38 +0000 Subject: [PATCH 05/17] Update README.md Signed-off-by: Isaac --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97768a43..4084c857 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ Please see our [roadmap](https://trello.com/b/w7zhS7Hi/mue-50). Please see the [documentation](https://docs.muetab.com/development#mue-tab). ### Translations -Please see the [documentation](https://docs.muetab.com/translations). + +[![Contribute on Weblate](https://hosted.weblate.org/widgets/mue/-/open-graph.png)](https://hosted.weblate.org/engage/mue/) ## Credits ### Developers From 4a5cb65a37f6d727b7c1371913b03aa088e23b5f Mon Sep 17 00:00:00 2001 From: Anonymous Date: Mon, 28 Nov 2022 15:41:45 +0100 Subject: [PATCH 06/17] Translated using Weblate (Turkish) Currently translated at 99.7% (355 of 356 strings) Co-authored-by: Anonymous Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/tr/ Translation: Mue/Mue Tab --- src/translations/tr_TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/tr_TR.json b/src/translations/tr_TR.json index 444c332d..5a3d14de 100644 --- a/src/translations/tr_TR.json +++ b/src/translations/tr_TR.json @@ -209,7 +209,7 @@ "title": "Sıcaklık formatı", "celsius": "Santigrat", "fahrenheit": "Fahrenhayt", - "kelvin": "" + "kelvin": "Kelvin" }, "extra_info": { "title": "Ek bilgiler", @@ -551,4 +551,4 @@ "error": "Bir hata oluştu", "imported": "Başarıyla içe aktarıldı" } -} \ No newline at end of file +} From 63a9e8907c3494f908805f7de676062872ed6c03 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Mon, 28 Nov 2022 15:41:45 +0100 Subject: [PATCH 07/17] Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/ Translation: Mue/Mue Tab --- src/translations/de_DE.json | 1037 +++++++++++++++++------------------ src/translations/ru.json | 1035 +++++++++++++++++----------------- 2 files changed, 1035 insertions(+), 1037 deletions(-) diff --git a/src/translations/de_DE.json b/src/translations/de_DE.json index c4f837ca..4e715501 100644 --- a/src/translations/de_DE.json +++ b/src/translations/de_DE.json @@ -1,555 +1,554 @@ { - "tabname": "Neuer Tab", - "widgets": { - "greeting": { - "morning": "Guten Morgen", - "afternoon": "Guten Tag", - "evening": "Guten Abend", - "christmas": "Fröhliche Weihnachten", - "newyear": "Frohes neues Jahr", - "halloween": "Happy Halloween", - "birthday": "Glückwunsch zum Geburtstag" - }, - "background": { - "credit": "Foto von", - "unsplash": "unsplash.com", - "pexels": "pexels.com", - "information": "Informationen", - "download": "Download" - }, - "search": "Suche", - "quicklinks": { - "new": "Neuer Link", - "name": "Name", - "url": "URL", - "icon": "Icon (optional)", - "add": "Hinzufügen", - "name_error": "Muss einen Namen angeben", - "url_error": "Muss eine URL angeben" - }, - "date": { - "week": "Kalenderwoche" - }, - "weather": { - "not_found": "Nicht gefunden", - "meters": "{amount} Meter" - }, - "navbar": { - "tooltips": { - "refresh": "Neuladen" - }, - "notes": { - "title": "Notizen", - "placeholder": "Hier eingeben" - } - } - }, "modals": { "main": { - "title": "Einstellungen", - "loading": "Läd...", - "file_upload_error": "Datei ist größer als 2MB", - "navbar": { - "settings": "Einstellungen", - "addons": "Meine Addons", - "marketplace": "Marktplatz" + "addons": { + "added": "Hinzugefügt", + "check_updates": "Check for updates", + "create": { + "finish": { + "download": "Add-on herunterladen", + "title": "Fertig" + }, + "metadata": { + "description": "Beschreibung", + "icon_url": "Icon URL", + "name": "Name", + "screenshot_url": "Screenshot URL" + }, + "other_title": "Add-on erstellen", + "photos": { + "title": "Fotos hinzufügen" + }, + "quotes": { + "api": { + "author": "JSON quote author (or override)", + "name": "JSON quote name", + "title": "API", + "url": "Quote URL" + }, + "local": { + "title": "Local" + }, + "title": "Zitate hinzufügen" + }, + "settings": { + "current": "Aktuelle Einstellungen importieren", + "json": "Upload JSON" + }, + "title": "Erstellen" + }, + "empty": { + "description": "Gehen Sie zum Marktplatz, um einige hinzuzufügen", + "title": "Hier ist es leer" + }, + "no_updates": "No updates available", + "sideload": { + "errors": { + "invalid_photos": "Invalid photos object", + "invalid_quotes": "Invalid quotes object", + "no_author": "No author provided", + "no_name": "No name provided", + "no_type": "No type provided" + }, + "failed": "Failed to sideload addon", + "title": "Hochladen" + }, + "sort": { + "a_z": "Alphabetisch (A-Z)", + "newest": "Installiert (Neueste)", + "oldest": "Installiert (Älteste)", + "title": "Sortieren", + "z_a": "Alphabetisch (Z-A)" + }, + "updates_available": "Updates available {amount}" }, "error_boundary": { - "title": "Fehler", "message": "Diese Komponente von Mue konnte nicht geladen werden", - "refresh": "Neuladen" - }, - "settings": { - "enabled": "Aktivieren", - "reminder": { - "title": "HINWEIS", - "message": "Damit alle Änderungen vorgenommen werden können, muss die Seite aktualisiert werden." - }, - "sections": { - "time": { - "title": "Uhrzeit", - "format": "Format", - "type": "Typ", - "digital": { - "title": "Digital", - "seconds": "Sekunden", - "twentyfourhour": "24 Stunden", - "twelvehour": "12 Stunden", - "zero": "Mit nullen füllen" - }, - "analogue": { - "title": "Analog", - "second_hand": "Sekundenzeiger", - "minute_hand": "Minutenzeiger", - "hour_hand": "Stundenzeiger", - "hour_marks": "Stunden-Markierungen", - "minute_marks": "Minuten-Markierungen" - }, - "percentage_complete": "Denn Tages fotschritt in Prozent anzeigen" - }, - "date": { - "title": "Datum", - "week_number": "Kalenderwoche", - "day_of_week": "Wochentag", - "datenth": "Mit nullen füllen", - "type": { - "short": "Kurz", - "long": "Lang" - }, - "short_date": "Kurzes Datum", - "short_format": "Kurzes Format", - "short_separator": { - "title": "Kurzer Trenner", - "dots": "Punkte", - "dash": "Bindestrich", - "gaps": "Lücke", - "slashes": "Schrägstriche" - } - }, - "quote": { - "title": "Zitat", - "author_link": "Autor Link", - "custom": "Benutzerdefiniertes Zitat", - "custom_author": "Benutzerdefinierter Autor", - "add": "Add quote", - "buttons": { - "title": "Schaltflächen", - "copy": "Kopieren", - "tweet": "Twitter", - "favourite": "Favorit" - } - }, - "greeting": { - "title": "Begrüßung", - "events": "Veranstaltungen", - "default": "Standard-Begrüßungsnachricht", - "name": "Name zur Begrüßung", - "birthday": "Geburtstag", - "birthday_age": "Alter", - "birthday_date": "Datum" - }, - "background": { - "title": "Hintergrund", - "ddg_image_proxy": "DuckDuckGo Bilder Proxy verwenden", - "transition": "Weicher übergang", - "photo_information": "Foto-Informationen anzeigen", - "show_map": "Show location map on photo information if available", - "category": "Kategorie", - "buttons": { - "title": "Schaltflächen", - "view": "Vollbild", - "favourite": "Favorit", - "download": "Download" - }, - "effects": { - "title": "Effekte", - "blur": "Unschärfe anpassen", - "brightness": "Helligkeit anpassen", - "filters": { - "title": "Background filter", - "amount": "Filtermenge", - "grayscale": "Graustufen", - "sepia": "Sepia", - "invert": "Invertieren", - "saturate": "Sättigen", - "contrast": "Kontrast" - } - }, - "type": { - "title": "Type", - "api": "API", - "custom_image": "Benutzerdefiniertes Bild", - "custom_colour": "Benutzerdefinierte Farbe/Farbverlauf", - "random_colour": "Random colour", - "random_gradient": "Random gradient" - }, - "source": { - "title": "Quelle", - "api": "Hintergrund API", - "custom_background": "Benutzerdefinierter Hintergrund", - "custom_colour": "Benutzerdefinierter Hintergrundfarbe", - "upload": "Hochladen", - "add_colour": "Farbe hinzufügen", - "add_background": "Add background", - "add_url": "Add URL", - "disabled": "Deaktiviert", - "loop_video": "Video schleife", - "mute_video": "Video stumm", - "quality": { - "title": "Qualität", - "original": "Original", - "high": "Hohe Qualität", - "normal": "Normale Qualität", - "datasaver": "Datensparer" - } - }, - "interval": { - "title": "Ändern Sie alle", - "minute": "Minute", - "half_hour": "Halbe Stunde", - "hour": "Stunde", - "day": "Tag", - "month": "Monat" - } - }, - "search": { - "title": "Suche", - "search_engine": "Suchmaschine", - "custom": "Abfrage-URL", - "autocomplete": "Autovervollständigen", - "autocomplete_provider": "Anbieter von Autovervollständigung", - "voice_search": "Sprachsuche", - "dropdown": "Auswahlmenü Suche" - }, - "weather": { - "title": "Wetter", - "location": "Standort", - "auto": "Auto", - "temp_format": { - "title": "Temperatur Format", - "celsius": "Celsius", - "fahrenheit": "Fahrenheit", - "kelvin": "Kelvin" - }, - "extra_info": { - "title": "Zusätzliche informationen", - "show_location": "Standort anzeigen", - "show_description": "Beschreibung anzeigen", - "cloudiness": "Bewölkungsgrad", - "humidity": "Luftfeuchtigkeit", - "visibility": "Sichtbarkeit", - "wind_speed": "Windgeschwindigkeit", - "wind_direction": "Windrichtung", - "min_temp": "Mindesttemperatur", - "max_temp": "Höchsttemperatur", - "atmospheric_pressure": "Atmosphärischer Druck" - } - }, - "quicklinks": { - "title": "Quick Links", - "open_new": "In neuen Tab öffnen", - "tooltip": "Tooltip", - "text_only": "Show text only" - }, - "message": { - "title": "Message", - "add": "Add message", - "text": "Text" - }, - "appearance": { - "title": "Erscheinungsbild", - "theme": { - "title": "Design", - "auto": "Auto", - "light": "Hell", - "dark": "Dunkel" - }, - "navbar": { - "title": "Navigationsleiste", - "notes": "Notizen", - "refresh": "Aktualisieren", - "hover": "Only display on hover", - "refresh_options": { - "none": "Keine", - "page": "Seite" - } - }, - "font": { - "title": "Schriftart", - "custom": "Eigene Schriftart", - "google": "Importieren von Google Fonts", - "weight": { - "title": "Schriftgröße", - "thin": "Dünn", - "extra_light": "Extra hell", - "light": "Hell", - "normal": "Normal", - "medium": "Mittel", - "semi_bold": "Semi-Bold", - "bold": "Bold", - "extra_bold": "Extra-Bold" - }, - "style": { - "title": "Schriftart", - "normal": "Normal", - "italic": "Italic", - "oblique": "Oblique" - } - }, - "accessibility": { - "title": "Barrierefreiheit", - "animations": "Animations", - "text_shadow": "Widget-Textschatten", - "widget_zoom": "Widget größe", - "toast_duration": "Toast Dauer", - "milliseconds": "ms" - }, - "animations": "Animationen" - }, - "order": { - "title": "Widget Sortieren" - }, - "advanced": { - "title": "Erweitert", - "offline_mode": "Offline Modus", - "data": "Daten", - "reset_modal": { - "title": "ACHTUNG", - "question": "Möchten Sie Mue zurücksetzen?", - "information": "Dadurch werden alle Daten gelöscht. Wenn Sie Ihre Daten und Einstellungen behalten möchten, exportieren Sie sie bitte zuerst.", - "cancel": "Abbrechen" - }, - "customisation": "Anpassung", - "custom_css": "Benutzerdefiniertes CSS", - "custom_js": "Benutzerdefiniertes JS", - "tab_name": "Tab Name", - "timezone": { - "title": "Zeitzone", - "automatic": "Automatisch" - }, - "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": "Statistiken", - "warning": "Sie müssen die Nutzungsdaten aktivieren, um diese Funktion nutzen zu können. Diese Daten werden nur lokal gespeichert.", - "sections": { - "tabs_opened": "Geöffnete Tabs", - "backgrounds_favourited": "Bevorzugte Hintergründe", - "backgrounds_downloaded": "Hintergründe heruntergeladen", - "quotes_favourited": "Bevorzugte Zitate", - "quicklinks_added": "Quicklinks hinzugefügt", - "settings_changed": "Einstellungen geändert", - "addons_installed": "Installierte Add-ons" - }, - "usage": "Nutzungsstatistiken" - }, - "keybinds": { - "title": "Tastenbindungen", - "recording": "Aufnahme...", - "click_to_record": "Klicken Sie zum Aufzeichnen", - "background": { - "favourite": "Bevorzugter Hintergrund", - "maximise": "Hintergrund maximieren", - "download": "Hintergrund herunterladen", - "show_info": "Hintergrundinformationen anzeigen" - }, - "quote": { - "favourite": "Lieblings Zitate", - "copy": "Zitat kopieren", - "tweet": "Zitat twittern" - }, - "notes": { - "pin": "Notizen Anheften", - "copy": "Notizen kopieren" - }, - "search": "Fokus Suche", - "quicklinks": "Umschalten auf Quicklink hinzufügen", - "modal": "Modal umschalten" - }, - "experimental": { - "title": "Experimentell", - "warning": "Diese Einstellungen sind nicht vollständig getestet/implementiert und funktionieren möglicherweise nicht korrekt!", - "developer": "Entwickler" - }, - "language": { - "title": "Sprache", - "quote": "Zitat-Sprache" - }, - "changelog": { - "title": "Änderungshinweise", - "by": "By {author}" - }, - "about": { - "title": "Über", - "copyright": "Urheberrechte", - "version": { - "title": "Version", - "checking_update": "Auf Update prüfen", - "update_available": "Update verfügbar", - "no_update": "Kein Update verfügbar", - "offline_mode": "Im Offline Modus kann nicht nach Updates gesucht werden", - "error": { - "title": "Update-Informationen konnten nicht abgerufen werden", - "description": "Es ist ein Fehler aufgetreten" - } - }, - "contact_us": "Kontaktieren Sie uns", - "support_mue": "Mue unterstützen", - "resources_used": { - "title": "Verwendete Ressourcen", - "bg_images": "Offline Hintergrundbilder" - }, - "contributors": "Mitwirkende", - "supporters": "Unterstützer", - "no_supporters": "There are currently no Mue supporters", - "photographers": "Photographers" - } - }, - "buttons": { - "reset": "Zurücksetzen", - "import": "Importieren", - "export": "Exportieren" - } + "refresh": "Neuladen", + "title": "Fehler" }, + "file_upload_error": "Datei ist größer als 2MB", + "loading": "Läd...", "marketplace": { - "photo_packs": "Fotopakete", - "quote_packs": "Zitat-Pakete", - "preset_settings": "Voreingestellte Einstellungen", "no_items": "Keine Einträge in dieser Kategorie", + "offline": { + "description": "Bitte stellen Sie eine Verbindung zum Internet her", + "title": "Sieht aus, als ob Sie offline sind" + }, + "photo_packs": "Fotopakete", + "preset_settings": "Voreingestellte Einstellungen", "product": { - "overview": "Übersicht", - "information": "Information", - "last_updated": "Letzte Aktualisierung", - "version": "Version", "author": "Autor", "buttons": { "addtomue": "Zu Mue hinzufügen", "remove": "Entfernen", "update_addon": "Update Add-on" }, + "information": "Information", + "last_updated": "Letzte Aktualisierung", + "overview": "Übersicht", "quote_warning": { - "title": "Warnung", - "description": "Dieses Zitatpaket stellt Anfragen an externe Server, die Sie möglicherweise tracken!" - } + "description": "Dieses Zitatpaket stellt Anfragen an externe Server, die Sie möglicherweise tracken!", + "title": "Warnung" + }, + "version": "Version" }, - "offline": { - "title": "Sieht aus, als ob Sie offline sind", - "description": "Bitte stellen Sie eine Verbindung zum Internet her" + "quote_packs": "Zitat-Pakete" + }, + "navbar": { + "addons": "Meine Addons", + "marketplace": "Marktplatz", + "settings": "Einstellungen" + }, + "settings": { + "buttons": { + "export": "Exportieren", + "import": "Importieren", + "reset": "Zurücksetzen" + }, + "enabled": "Aktivieren", + "reminder": { + "message": "Damit alle Änderungen vorgenommen werden können, muss die Seite aktualisiert werden.", + "title": "HINWEIS" + }, + "sections": { + "about": { + "contact_us": "Kontaktieren Sie uns", + "contributors": "Mitwirkende", + "copyright": "Urheberrechte", + "no_supporters": "There are currently no Mue supporters", + "photographers": "Photographers", + "resources_used": { + "bg_images": "Offline Hintergrundbilder", + "title": "Verwendete Ressourcen" + }, + "support_mue": "Mue unterstützen", + "supporters": "Unterstützer", + "title": "Über", + "version": { + "checking_update": "Auf Update prüfen", + "error": { + "description": "Es ist ein Fehler aufgetreten", + "title": "Update-Informationen konnten nicht abgerufen werden" + }, + "no_update": "Kein Update verfügbar", + "offline_mode": "Im Offline Modus kann nicht nach Updates gesucht werden", + "title": "Version", + "update_available": "Update verfügbar" + } + }, + "advanced": { + "custom_css": "Benutzerdefiniertes CSS", + "custom_js": "Benutzerdefiniertes JS", + "customisation": "Anpassung", + "data": "Daten", + "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.", + "offline_mode": "Offline Modus", + "reset_modal": { + "cancel": "Abbrechen", + "information": "Dadurch werden alle Daten gelöscht. Wenn Sie Ihre Daten und Einstellungen behalten möchten, exportieren Sie sie bitte zuerst.", + "question": "Möchten Sie Mue zurücksetzen?", + "title": "ACHTUNG" + }, + "tab_name": "Tab Name", + "timezone": { + "automatic": "Automatisch", + "title": "Zeitzone" + }, + "title": "Erweitert" + }, + "appearance": { + "accessibility": { + "animations": "Animations", + "milliseconds": "ms", + "text_shadow": "Widget-Textschatten", + "title": "Barrierefreiheit", + "toast_duration": "Toast Dauer", + "widget_zoom": "Widget größe" + }, + "font": { + "custom": "Eigene Schriftart", + "google": "Importieren von Google Fonts", + "style": { + "italic": "Italic", + "normal": "Normal", + "oblique": "Oblique", + "title": "Schriftart" + }, + "title": "Schriftart", + "weight": { + "bold": "Bold", + "extra_bold": "Extra-Bold", + "extra_light": "Extra hell", + "light": "Hell", + "medium": "Mittel", + "normal": "Normal", + "semi_bold": "Semi-Bold", + "thin": "Dünn", + "title": "Schriftgröße" + } + }, + "navbar": { + "hover": "Only display on hover", + "notes": "Notizen", + "refresh": "Aktualisieren", + "refresh_options": { + "none": "Keine", + "page": "Seite" + }, + "title": "Navigationsleiste" + }, + "theme": { + "auto": "Auto", + "dark": "Dunkel", + "light": "Hell", + "title": "Design" + }, + "title": "Erscheinungsbild" + }, + "background": { + "buttons": { + "download": "Download", + "favourite": "Favorit", + "title": "Schaltflächen", + "view": "Vollbild" + }, + "category": "Kategorie", + "ddg_image_proxy": "DuckDuckGo Bilder Proxy verwenden", + "effects": { + "blur": "Unschärfe anpassen", + "brightness": "Helligkeit anpassen", + "filters": { + "amount": "Filtermenge", + "contrast": "Kontrast", + "grayscale": "Graustufen", + "invert": "Invertieren", + "saturate": "Sättigen", + "sepia": "Sepia", + "title": "Background filter" + }, + "title": "Effekte" + }, + "interval": { + "day": "Tag", + "half_hour": "Halbe Stunde", + "hour": "Stunde", + "minute": "Minute", + "month": "Monat", + "title": "Ändern Sie alle" + }, + "photo_information": "Foto-Informationen anzeigen", + "show_map": "Show location map on photo information if available", + "source": { + "add_background": "Add background", + "add_colour": "Farbe hinzufügen", + "add_url": "Add URL", + "api": "Hintergrund API", + "custom_background": "Benutzerdefinierter Hintergrund", + "custom_colour": "Benutzerdefinierter Hintergrundfarbe", + "disabled": "Deaktiviert", + "loop_video": "Video schleife", + "mute_video": "Video stumm", + "quality": { + "datasaver": "Datensparer", + "high": "Hohe Qualität", + "normal": "Normale Qualität", + "original": "Original", + "title": "Qualität" + }, + "title": "Quelle", + "upload": "Hochladen" + }, + "title": "Hintergrund", + "transition": "Weicher übergang", + "type": { + "api": "API", + "custom_colour": "Benutzerdefinierte Farbe/Farbverlauf", + "custom_image": "Benutzerdefiniertes Bild", + "random_colour": "Random colour", + "random_gradient": "Random gradient", + "title": "Type" + } + }, + "changelog": { + "by": "By {author}", + "title": "Änderungshinweise" + }, + "date": { + "datenth": "Mit nullen füllen", + "day_of_week": "Wochentag", + "short_date": "Kurzes Datum", + "short_format": "Kurzes Format", + "short_separator": { + "dash": "Bindestrich", + "dots": "Punkte", + "gaps": "Lücke", + "slashes": "Schrägstriche", + "title": "Kurzer Trenner" + }, + "title": "Datum", + "type": { + "long": "Lang", + "short": "Kurz" + }, + "week_number": "Kalenderwoche" + }, + "experimental": { + "developer": "Entwickler", + "title": "Experimentell", + "warning": "Diese Einstellungen sind nicht vollständig getestet/implementiert und funktionieren möglicherweise nicht korrekt!" + }, + "greeting": { + "birthday": "Geburtstag", + "birthday_age": "Alter", + "birthday_date": "Datum", + "default": "Standard-Begrüßungsnachricht", + "events": "Veranstaltungen", + "name": "Name zur Begrüßung", + "title": "Begrüßung" + }, + "keybinds": { + "background": { + "download": "Hintergrund herunterladen", + "favourite": "Bevorzugter Hintergrund", + "maximise": "Hintergrund maximieren", + "show_info": "Hintergrundinformationen anzeigen" + }, + "click_to_record": "Klicken Sie zum Aufzeichnen", + "modal": "Modal umschalten", + "notes": { + "copy": "Notizen kopieren", + "pin": "Notizen Anheften" + }, + "quicklinks": "Umschalten auf Quicklink hinzufügen", + "quote": { + "copy": "Zitat kopieren", + "favourite": "Lieblings Zitate", + "tweet": "Zitat twittern" + }, + "recording": "Aufnahme...", + "search": "Fokus Suche", + "title": "Tastenbindungen" + }, + "language": { + "quote": "Zitat-Sprache", + "title": "Sprache" + }, + "message": { + "add": "Add message", + "text": "Text", + "title": "Message" + }, + "order": { + "title": "Widget Sortieren" + }, + "quicklinks": { + "open_new": "In neuen Tab öffnen", + "text_only": "Show text only", + "title": "Quick Links", + "tooltip": "Tooltip" + }, + "quote": { + "add": "Add quote", + "author_link": "Autor Link", + "buttons": { + "copy": "Kopieren", + "favourite": "Favorit", + "title": "Schaltflächen", + "tweet": "Twitter" + }, + "custom": "Benutzerdefiniertes Zitat", + "custom_author": "Benutzerdefinierter Autor", + "title": "Zitat" + }, + "search": { + "autocomplete": "Autovervollständigen", + "autocomplete_provider": "Anbieter von Autovervollständigung", + "custom": "Abfrage-URL", + "dropdown": "Auswahlmenü Suche", + "search_engine": "Suchmaschine", + "title": "Suche", + "voice_search": "Sprachsuche" + }, + "stats": { + "sections": { + "addons_installed": "Installierte Add-ons", + "backgrounds_downloaded": "Hintergründe heruntergeladen", + "backgrounds_favourited": "Bevorzugte Hintergründe", + "quicklinks_added": "Quicklinks hinzugefügt", + "quotes_favourited": "Bevorzugte Zitate", + "settings_changed": "Einstellungen geändert", + "tabs_opened": "Geöffnete Tabs" + }, + "title": "Statistiken", + "usage": "Nutzungsstatistiken", + "warning": "Sie müssen die Nutzungsdaten aktivieren, um diese Funktion nutzen zu können. Diese Daten werden nur lokal gespeichert." + }, + "time": { + "analogue": { + "hour_hand": "Stundenzeiger", + "hour_marks": "Stunden-Markierungen", + "minute_hand": "Minutenzeiger", + "minute_marks": "Minuten-Markierungen", + "second_hand": "Sekundenzeiger", + "title": "Analog" + }, + "digital": { + "seconds": "Sekunden", + "title": "Digital", + "twelvehour": "12 Stunden", + "twentyfourhour": "24 Stunden", + "zero": "Mit nullen füllen" + }, + "format": "Format", + "percentage_complete": "Denn Tages fotschritt in Prozent anzeigen", + "title": "Uhrzeit", + "type": "Typ" + }, + "weather": { + "auto": "Auto", + "extra_info": { + "atmospheric_pressure": "Atmosphärischer Druck", + "cloudiness": "Bewölkungsgrad", + "humidity": "Luftfeuchtigkeit", + "max_temp": "Höchsttemperatur", + "min_temp": "Mindesttemperatur", + "show_description": "Beschreibung anzeigen", + "show_location": "Standort anzeigen", + "title": "Zusätzliche informationen", + "visibility": "Sichtbarkeit", + "wind_direction": "Windrichtung", + "wind_speed": "Windgeschwindigkeit" + }, + "location": "Standort", + "temp_format": { + "celsius": "Celsius", + "fahrenheit": "Fahrenheit", + "kelvin": "Kelvin", + "title": "Temperatur Format" + }, + "title": "Wetter" + } } }, - "addons": { - "added": "Hinzugefügt", - "check_updates": "Check for updates", - "no_updates": "No updates available", - "updates_available": "Updates available {amount}", - "empty": { - "title": "Hier ist es leer", - "description": "Gehen Sie zum Marktplatz, um einige hinzuzufügen" - }, - "sideload": { - "title": "Hochladen", - "failed": "Failed to sideload addon", - "errors": { - "no_name": "No name provided", - "no_author": "No author provided", - "no_type": "No type provided", - "invalid_photos": "Invalid photos object", - "invalid_quotes": "Invalid quotes object" - } - }, - "sort": { - "title": "Sortieren", - "newest": "Installiert (Neueste)", - "oldest": "Installiert (Älteste)", - "a_z": "Alphabetisch (A-Z)", - "z_a": "Alphabetisch (Z-A)" - }, - "create": { - "title": "Erstellen", - "other_title": "Add-on erstellen", - "metadata": { - "name": "Name", - "icon_url": "Icon URL", - "screenshot_url": "Screenshot URL", - "description": "Beschreibung" - }, - "finish": { - "title": "Fertig", - "download": "Add-on herunterladen" - }, - "settings": { - "current": "Aktuelle Einstellungen importieren", - "json": "Upload JSON" - }, - "photos": { - "title": "Fotos hinzufügen" - }, - "quotes": { - "title": "Zitate hinzufügen", - "api": { - "title": "API", - "url": "Quote URL", - "name": "JSON quote name", - "author": "JSON quote author (or override)" - }, - "local": { - "title": "Local" - } - } - } - } + "title": "Einstellungen" }, "update": { - "title": "Update", - "offline": { - "title": "Offline", - "description": "Update-Protokolle können im Offline-Modus nicht abgerufen werden" - }, "error": { - "title": "Fehler", - "description": "Konnte keine Verbindung zum Server herstellen" - } + "description": "Konnte keine Verbindung zum Server herstellen", + "title": "Fehler" + }, + "offline": { + "description": "Update-Protokolle können im Offline-Modus nicht abgerufen werden", + "title": "Offline" + }, + "title": "Update" }, "welcome": { - "tip": "Quick Tip", - "sections": { - "intro": { - "title": "Willkommen bei Mue Tab", - "description": "Vielen Dank für die Installation, wir wünschen Ihnen viel Spaß mit unserer Erweiterung." - }, - "language": { - "title": "Wählen Sie Ihre Sprache", - "description": "Mue kann in den unten aufgeführten Sprachen angezeigt werden. Sie können auch neue Übersetzungen auf GitHub hinzufügen!" - }, - "theme": { - "title": "Wählen Sie Ihr Erscheinungsbild", - "description": "Mue ist sowohl mit einem hellen als auch mit einem dunklen Erscheinungsbild erhältlich, das je nach dem Erscheinungsbild Ihres Systems automatisch eingestellt werden kann.", - "tip": "Bei der Einstellung Automatisch wird das Design auf Ihrem System verwendet. Diese Einstellung wirkt sich auf die Modalitäten und einige der Widgets aus, die auf dem Bildschirm angezeigt werden, z. B. Wetter und Notizen." - }, - "settings": { - "title": "Einstellungen importieren", - "description": "Installieren Sie Mue auf einem neuen Gerät? So können Sie Ihre alten Einstellungen importieren!", - "tip": "Sie können Ihre alten Einstellungen exportieren, indem Sie in Ihrem alten Mue-Einstellungen zur Registerkarte Erweitert navigieren. Klicken Sie dann auf die Schaltfläche Exportieren, um die JSON-Datei herunterzuladen. Sie können diese Datei hier hochladen, um Ihre Einstellungen und Präferenzen von Ihrer vorherigen Mue-Installation zu übernehmen." - }, - "privacy": { - "title": "Datenschutz Optionen", - "description": "Aktivieren Sie die Einstellungen, um Ihre Privatsphäre mit Mue weiter zu schützen.", - "offline_mode_description": "Wenn Sie den Offline-Modus aktivieren, werden alle Anfragen an jeden Dienst deaktiviert. Dies hat zur Folge, dass Online-Hintergründe, Online-Zitate, Marktplatz, Wetter, Quicklinks, Änderungshinweise und einige Informationen über die Registerkarte deaktiviert werden.", - "ddg_proxy_description": "Sie können Bildanfragen über DuckDuckGo laufen lassen, wenn Sie dies wünschen. Standardmäßig laufen API-Anfragen über unsere Open-Source-Server und Bildanfragen über den ursprünglichen Server. Wenn Sie dies für Quicklinks deaktivieren, werden die Symbole von Google statt von DuckDuckGo abgerufen. Der DuckDuckGo-Proxy ist für den Marketplace immer aktiviert.", - "links": { - "title": "Links", - "privacy_policy": "Datenschutzerklärung", - "source_code": "Quellcode" - } - }, - "final": { - "title": "Letzter Abschnitt", - "description": "Ihr Mue Tab Erlebnis kann beginnen.", - "changes": "Änderungen", - "changes_description": "Um die Einstellungen später zu ändern, klicken Sie auf das Einstellungssymbol in der oberen rechten Ecke Ihrer Registerkarte.", - "imported": "Importiert {amount} Einstellung" - } - }, "buttons": { + "close": "Schließen", "next": "Weiter", "preview": "Preview", - "previous": "Zurück", - "close": "Schließen" + "previous": "Zurück" }, "preview": { - "description": "You are currently in preview mode. Settings will be reset on closing this tab.", - "continue": "Continue setup" - } + "continue": "Continue setup", + "description": "You are currently in preview mode. Settings will be reset on closing this tab." + }, + "sections": { + "final": { + "changes": "Änderungen", + "changes_description": "Um die Einstellungen später zu ändern, klicken Sie auf das Einstellungssymbol in der oberen rechten Ecke Ihrer Registerkarte.", + "description": "Ihr Mue Tab Erlebnis kann beginnen.", + "imported": "Importiert {amount} Einstellung", + "title": "Letzter Abschnitt" + }, + "intro": { + "description": "Vielen Dank für die Installation, wir wünschen Ihnen viel Spaß mit unserer Erweiterung.", + "title": "Willkommen bei Mue Tab" + }, + "language": { + "description": "Mue kann in den unten aufgeführten Sprachen angezeigt werden. Sie können auch neue Übersetzungen auf GitHub hinzufügen!", + "title": "Wählen Sie Ihre Sprache" + }, + "privacy": { + "ddg_proxy_description": "Sie können Bildanfragen über DuckDuckGo laufen lassen, wenn Sie dies wünschen. Standardmäßig laufen API-Anfragen über unsere Open-Source-Server und Bildanfragen über den ursprünglichen Server. Wenn Sie dies für Quicklinks deaktivieren, werden die Symbole von Google statt von DuckDuckGo abgerufen. Der DuckDuckGo-Proxy ist für den Marketplace immer aktiviert.", + "description": "Aktivieren Sie die Einstellungen, um Ihre Privatsphäre mit Mue weiter zu schützen.", + "links": { + "privacy_policy": "Datenschutzerklärung", + "source_code": "Quellcode", + "title": "Links" + }, + "offline_mode_description": "Wenn Sie den Offline-Modus aktivieren, werden alle Anfragen an jeden Dienst deaktiviert. Dies hat zur Folge, dass Online-Hintergründe, Online-Zitate, Marktplatz, Wetter, Quicklinks, Änderungshinweise und einige Informationen über die Registerkarte deaktiviert werden.", + "title": "Datenschutz Optionen" + }, + "settings": { + "description": "Installieren Sie Mue auf einem neuen Gerät? So können Sie Ihre alten Einstellungen importieren!", + "tip": "Sie können Ihre alten Einstellungen exportieren, indem Sie in Ihrem alten Mue-Einstellungen zur Registerkarte Erweitert navigieren. Klicken Sie dann auf die Schaltfläche Exportieren, um die JSON-Datei herunterzuladen. Sie können diese Datei hier hochladen, um Ihre Einstellungen und Präferenzen von Ihrer vorherigen Mue-Installation zu übernehmen.", + "title": "Einstellungen importieren" + }, + "theme": { + "description": "Mue ist sowohl mit einem hellen als auch mit einem dunklen Erscheinungsbild erhältlich, das je nach dem Erscheinungsbild Ihres Systems automatisch eingestellt werden kann.", + "tip": "Bei der Einstellung Automatisch wird das Design auf Ihrem System verwendet. Diese Einstellung wirkt sich auf die Modalitäten und einige der Widgets aus, die auf dem Bildschirm angezeigt werden, z. B. Wetter und Notizen.", + "title": "Wählen Sie Ihr Erscheinungsbild" + } + }, + "tip": "Quick Tip" } }, + "tabname": "Neuer Tab", "toasts": { - "quote": "Kopierte zitate", - "notes": "Kopierte notizen", - "reset": "Reset successfully", - "installed": "Erfolgreich installiert", - "uninstalled": "Erfolgreich entfernt", - "updated": "Successfully updated", "error": "Etwas ist schief gelaufen", - "imported": "Erfolgreich importiert" + "imported": "Erfolgreich importiert", + "installed": "Erfolgreich installiert", + "notes": "Kopierte notizen", + "quote": "Kopierte zitate", + "reset": "Reset successfully", + "uninstalled": "Erfolgreich entfernt", + "updated": "Successfully updated" + }, + "widgets": { + "background": { + "credit": "Foto von", + "download": "Download", + "information": "Informationen", + "pexels": "pexels.com", + "unsplash": "unsplash.com" + }, + "date": { + "week": "Kalenderwoche" + }, + "greeting": { + "afternoon": "Guten Tag", + "birthday": "Glückwunsch zum Geburtstag", + "christmas": "Fröhliche Weihnachten", + "evening": "Guten Abend", + "halloween": "Happy Halloween", + "morning": "Guten Morgen", + "newyear": "Frohes neues Jahr" + }, + "navbar": { + "notes": { + "placeholder": "Hier eingeben", + "title": "Notizen" + }, + "tooltips": { + "refresh": "Neuladen" + } + }, + "quicklinks": { + "add": "Hinzufügen", + "icon": "Icon (optional)", + "name": "Name", + "name_error": "Muss einen Namen angeben", + "new": "Neuer Link", + "url": "URL", + "url_error": "Muss eine URL angeben" + }, + "search": "Suche", + "weather": { + "meters": "{amount} Meter", + "not_found": "Nicht gefunden" + } } } diff --git a/src/translations/ru.json b/src/translations/ru.json index b66044ee..8e89327d 100644 --- a/src/translations/ru.json +++ b/src/translations/ru.json @@ -1,555 +1,554 @@ { - "tabname": "New Tab", - "widgets": { - "greeting": { - "morning": "Доброе утро", - "afternoon": "Добрый день", - "evening": "Добрый вечер", - "christmas": "С Рождеством", - "newyear": "С Новым Годом", - "halloween": "Счастливого Хэллоуина", - "birthday": "Happy Birthday" - }, - "background": { - "credit": "Фото", - "unsplash": "on Unsplash", - "pexels": "on Pexels", - "information": "Information", - "download": "Download" - }, - "search": "Поиск", - "quicklinks": { - "new": "New Link", - "name": "Name", - "url": "URL", - "icon": "Icon (optional)", - "add": "Add", - "name_error": "Must provide name", - "url_error": "Must provide URL" - }, - "date": { - "week": "Week" - }, - "weather": { - "not_found": "Not Found", - "meters": "{amount} метры" - }, - "navbar": { - "tooltips": { - "refresh": "Refresh" - }, - "notes": { - "title": "Notes", - "placeholder": "Type here" - } - } - }, "modals": { "main": { - "title": "Options", - "loading": "Загрузка...", - "file_upload_error": "File is over 2MB", - "navbar": { - "settings": "Settings", - "addons": "My Add-ons", - "marketplace": "Marketplace" + "addons": { + "added": "Добавлен", + "check_updates": "Check for updates", + "create": { + "finish": { + "download": "Download Add-on", + "title": "Finish" + }, + "metadata": { + "description": "Description", + "icon_url": "Icon URL", + "name": "Name", + "screenshot_url": "Screenshot URL" + }, + "other_title": "Create Add-on", + "photos": { + "title": "Add Photos" + }, + "quotes": { + "api": { + "author": "JSON quote author (or override)", + "name": "JSON quote name", + "title": "API", + "url": "Quote URL" + }, + "local": { + "title": "Local" + }, + "title": "Add Quotes" + }, + "settings": { + "current": "Import current setup", + "json": "Upload JSON" + }, + "title": "Create" + }, + "empty": { + "description": "Зайдите в магазин, чтобы найти что-то интересное", + "title": "Здесь пусто" + }, + "no_updates": "No updates available", + "sideload": { + "errors": { + "invalid_photos": "Invalid photos object", + "invalid_quotes": "Invalid quotes object", + "no_author": "No author provided", + "no_name": "No name provided", + "no_type": "No type provided" + }, + "failed": "Failed to sideload addon", + "title": "Загрузить" + }, + "sort": { + "a_z": "Alphabetical (A-Z)", + "newest": "Installed (Newest)", + "oldest": "Installed (Oldest)", + "title": "Sort", + "z_a": "Alphabetical (Z-A)" + }, + "updates_available": "Updates available {amount}" }, "error_boundary": { - "title": "Ошибка", "message": "Failed to load this component of Mue", - "refresh": "Обновить" - }, - "settings": { - "enabled": "Enabled", - "reminder": { - "title": "NOTICE", - "message": "In order for all of the changes to take place, the page must be refreshed." - }, - "sections": { - "time": { - "title": "Время", - "format": "Format", - "type": "Type", - "digital": { - "title": "Digital", - "seconds": "Секунды", - "twentyfourhour": "24 Часа", - "twelvehour": "12 часов", - "zero": "Дополнительный ноль" - }, - "analogue": { - "title": "Analogue", - "second_hand": "Seconds hand", - "minute_hand": "Minutes hand", - "hour_hand": "Hours hand", - "hour_marks": "Hour marks", - "minute_marks": "Minute marks" - }, - "percentage_complete": "Percentage complete" - }, - "date": { - "title": "Date", - "week_number": "Week number", - "day_of_week": "Day of week", - "datenth": "Date nth", - "type": { - "short": "Short", - "long": "Long" - }, - "short_date": "Short date", - "short_format": "Short format", - "short_separator": { - "title": "Short separator", - "dots": "Dots", - "dash": "Dash", - "gaps": "Gaps", - "slashes": "Slashes" - } - }, - "quote": { - "title": "Цитата", - "author_link": "Author link", - "custom": "Custom quote", - "custom_author": "Custom author", - "add": "Add quote", - "buttons": { - "title": "Buttons", - "copy": "Кнопка копирования", - "tweet": "Кнопка твита", - "favourite": "Кнопка для оценки" - } - }, - "greeting": { - "title": "Приветствие", - "events": "События", - "default": "Сообщение с приветствием по-умолчанию", - "name": "Имя для приветствия", - "birthday": "Birthday", - "birthday_age": "Birthday age", - "birthday_date": "Birthday date" - }, - "background": { - "title": "Фон", - "ddg_image_proxy": "Use DuckDuckGo image proxy", - "transition": "Fade-in transition", - "photo_information": "Show photo information", - "show_map": "Show location map on photo information if available", - "category": "Category", - "buttons": { - "title": "Buttons", - "view": "Просмотр", - "favourite": "Любимые", - "download": "Download" - }, - "effects": { - "title": "Effects", - "blur": "Размытие", - "brightness": "Яркость", - "filters": { - "title": "Background filter", - "amount": "Filter amount", - "grayscale": "Grayscale", - "sepia": "Sepia", - "invert": "Invert", - "saturate": "Saturate", - "contrast": "Contrast" - } - }, - "type": { - "title": "Type", - "api": "API", - "custom_image": "Custom image", - "custom_colour": "Custom colour/gradient", - "random_colour": "Random colour", - "random_gradient": "Random gradient" - }, - "source": { - "title": "Source", - "api": "API для фона", - "custom_background": "Пользовательский фон", - "custom_colour": "Пользовательский цвет фон", - "upload": "Загрузить", - "add_colour": "Добавить цвет", - "add_background": "Add background", - "add_url": "Add URL", - "disabled": "Выключен", - "loop_video": "Loop video", - "mute_video": "Mute video", - "quality": { - "title": "Quality", - "original": "Original", - "high": "High Quality", - "normal": "Normal Quality", - "datasaver": "Data Saver" - } - }, - "interval": { - "title": "Change every", - "minute": "Minute", - "half_hour": "Half hour", - "hour": "Hour", - "day": "Day", - "month": "Month" - } - }, - "search": { - "title": "Панель поиска", - "search_engine": "Поисковый движок", - "custom": "Пользовательский поисковый движок", - "autocomplete": "Autocomplete", - "autocomplete_provider": "Autocomplete Provider", - "voice_search": "Поиск голосом", - "dropdown": "Search dropdown" - }, - "weather": { - "title": "Weather", - "location": "Location", - "auto": "Auto", - "temp_format": { - "title": "Temperature format", - "celsius": "Celsius", - "fahrenheit": "Fahrenheit", - "kelvin": "Kelvin" - }, - "extra_info": { - "title": "Extra information", - "show_location": "Show location", - "show_description": "Show description", - "cloudiness": "Cloudiness", - "humidity": "Humidity", - "visibility": "Visibility", - "wind_speed": "Wind speed", - "wind_direction": "Wind direction", - "min_temp": "Minimum temperature", - "max_temp": "Maximum temperature", - "atmospheric_pressure": "Atmospheric pressure" - } - }, - "quicklinks": { - "title": "Quick Links", - "open_new": "Open in new tab", - "tooltip": "Tooltip", - "text_only": "Show text only" - }, - "message": { - "title": "Message", - "add": "Add message", - "text": "Text" - }, - "appearance": { - "title": "Appearance", - "theme": { - "title": "Theme", - "auto": "Auto", - "light": "Light", - "dark": "Dark" - }, - "navbar": { - "title": "Navbar", - "notes": "Notes", - "refresh": "Refresh button", - "hover": "Only display on hover", - "refresh_options": { - "none": "None", - "page": "Page" - } - }, - "font": { - "title": "Font", - "custom": "Custom font", - "google": "Import from Google Fonts", - "weight": { - "title": "Font weight", - "thin": "Thin", - "extra_light": "Extra Light", - "light": "Light", - "normal": "Normal", - "medium": "Medium", - "semi_bold": "Semi-Bold", - "bold": "Bold", - "extra_bold": "Extra-Bold" - }, - "style": { - "title": "Font style", - "normal": "Normal", - "italic": "Italic", - "oblique": "Oblique" - } - }, - "accessibility": { - "title": "Accessibility", - "animations": "Анимации", - "text_shadow": "Widget text shadow", - "widget_zoom": "Widget zoom", - "toast_duration": "Toast duration", - "milliseconds": "milliseconds" - } - }, - "order": { - "title": "Widget Order" - }, - "advanced": { - "title": "Advanced", - "offline_mode": "Офлайн режим", - "data": "Data", - "reset_modal": { - "title": "WARNING", - "question": "Do you want to reset Mue?", - "information": "This will delete all data. If you wish to keep your data and preferences, please export them first.", - "cancel": "Cancel" - }, - "customisation": "Customisation", - "custom_css": "Custom CSS", - "custom_js": "Custom JS", - "tab_name": "Tab name", - "timezone": { - "title": "Time Zone", - "automatic": "Automatic" - }, - "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. This data is only stored locally.", - "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" - }, - "keybinds": { - "title": "Keybinds", - "recording": "Recording...", - "click_to_record": "Click to record", - "background": { - "favourite": "Favourite background", - "maximise": "Maximise background", - "download": "Download background", - "show_info": "Show background information" - }, - "quote": { - "favourite": "Favourite quote", - "copy": "Copy quote", - "tweet": "Tweet quote" - }, - "notes": { - "pin": "Pin notes", - "copy": "Copy notes" - }, - "search": "Focus search", - "quicklinks": "Toggle add quick link", - "modal": "Toggle modal" - }, - "experimental": { - "title": "Экспериментальные настройки", - "warning": "These settings have not been fully tested/implemented and may not work correctly!", - "developer": "Developer" - }, - "language": { - "title": "Язык", - "quote": "Quote language" - }, - "changelog": { - "title": "Change Log", - "by": "By {author}" - }, - "about": { - "title": "About", - "copyright": "Copyright", - "version": { - "title": "Version", - "checking_update": "Checking for update", - "update_available": "Update available", - "no_update": "No update available", - "offline_mode": "Cannot check for update in offline mode", - "error": { - "title": "Failed to get update information", - "description": "An error occured" - } - }, - "contact_us": "Contact Us", - "support_mue": "Support Mue", - "resources_used": { - "title": "Resources used", - "bg_images": "Offline background images" - }, - "contributors": "Contributors", - "supporters": "Supporters", - "no_supporters": "There are currently no Mue supporters", - "photographers": "Photographers" - } - }, - "buttons": { - "reset": "Сбросить", - "import": "Импорт", - "export": "Экспорт" - } + "refresh": "Обновить", + "title": "Ошибка" }, + "file_upload_error": "File is over 2MB", + "loading": "Загрузка...", "marketplace": { - "photo_packs": "Наборы фото", - "quote_packs": "Наборы цитат", - "preset_settings": "Пресеты настроек", "no_items": "No items in this category", + "offline": { + "description": "Пожалуйста, подключитесь к интернету", + "title": "Похоже, что вы офлайн" + }, + "photo_packs": "Наборы фото", + "preset_settings": "Пресеты настроек", "product": { - "overview": "Обзор", - "information": "Информация", - "last_updated": "Последнее обновление", - "version": "Версия", "author": "Автор", "buttons": { "addtomue": "Добавить в Mue", "remove": "Удалить", "update_addon": "Update Add-on" }, + "information": "Информация", + "last_updated": "Последнее обновление", + "overview": "Обзор", "quote_warning": { - "title": "Предупреждение", - "description": "Этот пакет цитат обращается к внешнему серверу и может отслеживать вас!" - } + "description": "Этот пакет цитат обращается к внешнему серверу и может отслеживать вас!", + "title": "Предупреждение" + }, + "version": "Версия" }, - "offline": { - "title": "Похоже, что вы офлайн", - "description": "Пожалуйста, подключитесь к интернету" + "quote_packs": "Наборы цитат" + }, + "navbar": { + "addons": "My Add-ons", + "marketplace": "Marketplace", + "settings": "Settings" + }, + "settings": { + "buttons": { + "export": "Экспорт", + "import": "Импорт", + "reset": "Сбросить" + }, + "enabled": "Enabled", + "reminder": { + "message": "In order for all of the changes to take place, the page must be refreshed.", + "title": "NOTICE" + }, + "sections": { + "about": { + "contact_us": "Contact Us", + "contributors": "Contributors", + "copyright": "Copyright", + "no_supporters": "There are currently no Mue supporters", + "photographers": "Photographers", + "resources_used": { + "bg_images": "Offline background images", + "title": "Resources used" + }, + "support_mue": "Support Mue", + "supporters": "Supporters", + "title": "About", + "version": { + "checking_update": "Checking for update", + "error": { + "description": "An error occured", + "title": "Failed to get update information" + }, + "no_update": "No update available", + "offline_mode": "Cannot check for update in offline mode", + "title": "Version", + "update_available": "Update available" + } + }, + "advanced": { + "custom_css": "Custom CSS", + "custom_js": "Custom JS", + "customisation": "Customisation", + "data": "Data", + "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.", + "offline_mode": "Офлайн режим", + "reset_modal": { + "cancel": "Cancel", + "information": "This will delete all data. If you wish to keep your data and preferences, please export them first.", + "question": "Do you want to reset Mue?", + "title": "WARNING" + }, + "tab_name": "Tab name", + "timezone": { + "automatic": "Automatic", + "title": "Time Zone" + }, + "title": "Advanced" + }, + "appearance": { + "accessibility": { + "animations": "Анимации", + "milliseconds": "milliseconds", + "text_shadow": "Widget text shadow", + "title": "Accessibility", + "toast_duration": "Toast duration", + "widget_zoom": "Widget zoom" + }, + "font": { + "custom": "Custom font", + "google": "Import from Google Fonts", + "style": { + "italic": "Italic", + "normal": "Normal", + "oblique": "Oblique", + "title": "Font style" + }, + "title": "Font", + "weight": { + "bold": "Bold", + "extra_bold": "Extra-Bold", + "extra_light": "Extra Light", + "light": "Light", + "medium": "Medium", + "normal": "Normal", + "semi_bold": "Semi-Bold", + "thin": "Thin", + "title": "Font weight" + } + }, + "navbar": { + "hover": "Only display on hover", + "notes": "Notes", + "refresh": "Refresh button", + "refresh_options": { + "none": "None", + "page": "Page" + }, + "title": "Navbar" + }, + "theme": { + "auto": "Auto", + "dark": "Dark", + "light": "Light", + "title": "Theme" + }, + "title": "Appearance" + }, + "background": { + "buttons": { + "download": "Download", + "favourite": "Любимые", + "title": "Buttons", + "view": "Просмотр" + }, + "category": "Category", + "ddg_image_proxy": "Use DuckDuckGo image proxy", + "effects": { + "blur": "Размытие", + "brightness": "Яркость", + "filters": { + "amount": "Filter amount", + "contrast": "Contrast", + "grayscale": "Grayscale", + "invert": "Invert", + "saturate": "Saturate", + "sepia": "Sepia", + "title": "Background filter" + }, + "title": "Effects" + }, + "interval": { + "day": "Day", + "half_hour": "Half hour", + "hour": "Hour", + "minute": "Minute", + "month": "Month", + "title": "Change every" + }, + "photo_information": "Show photo information", + "show_map": "Show location map on photo information if available", + "source": { + "add_background": "Add background", + "add_colour": "Добавить цвет", + "add_url": "Add URL", + "api": "API для фона", + "custom_background": "Пользовательский фон", + "custom_colour": "Пользовательский цвет фон", + "disabled": "Выключен", + "loop_video": "Loop video", + "mute_video": "Mute video", + "quality": { + "datasaver": "Data Saver", + "high": "High Quality", + "normal": "Normal Quality", + "original": "Original", + "title": "Quality" + }, + "title": "Source", + "upload": "Загрузить" + }, + "title": "Фон", + "transition": "Fade-in transition", + "type": { + "api": "API", + "custom_colour": "Custom colour/gradient", + "custom_image": "Custom image", + "random_colour": "Random colour", + "random_gradient": "Random gradient", + "title": "Type" + } + }, + "changelog": { + "by": "By {author}", + "title": "Change Log" + }, + "date": { + "datenth": "Date nth", + "day_of_week": "Day of week", + "short_date": "Short date", + "short_format": "Short format", + "short_separator": { + "dash": "Dash", + "dots": "Dots", + "gaps": "Gaps", + "slashes": "Slashes", + "title": "Short separator" + }, + "title": "Date", + "type": { + "long": "Long", + "short": "Short" + }, + "week_number": "Week number" + }, + "experimental": { + "developer": "Developer", + "title": "Экспериментальные настройки", + "warning": "These settings have not been fully tested/implemented and may not work correctly!" + }, + "greeting": { + "birthday": "Birthday", + "birthday_age": "Birthday age", + "birthday_date": "Birthday date", + "default": "Сообщение с приветствием по-умолчанию", + "events": "События", + "name": "Имя для приветствия", + "title": "Приветствие" + }, + "keybinds": { + "background": { + "download": "Download background", + "favourite": "Favourite background", + "maximise": "Maximise background", + "show_info": "Show background information" + }, + "click_to_record": "Click to record", + "modal": "Toggle modal", + "notes": { + "copy": "Copy notes", + "pin": "Pin notes" + }, + "quicklinks": "Toggle add quick link", + "quote": { + "copy": "Copy quote", + "favourite": "Favourite quote", + "tweet": "Tweet quote" + }, + "recording": "Recording...", + "search": "Focus search", + "title": "Keybinds" + }, + "language": { + "quote": "Quote language", + "title": "Язык" + }, + "message": { + "add": "Add message", + "text": "Text", + "title": "Message" + }, + "order": { + "title": "Widget Order" + }, + "quicklinks": { + "open_new": "Open in new tab", + "text_only": "Show text only", + "title": "Quick Links", + "tooltip": "Tooltip" + }, + "quote": { + "add": "Add quote", + "author_link": "Author link", + "buttons": { + "copy": "Кнопка копирования", + "favourite": "Кнопка для оценки", + "title": "Buttons", + "tweet": "Кнопка твита" + }, + "custom": "Custom quote", + "custom_author": "Custom author", + "title": "Цитата" + }, + "search": { + "autocomplete": "Autocomplete", + "autocomplete_provider": "Autocomplete Provider", + "custom": "Пользовательский поисковый движок", + "dropdown": "Search dropdown", + "search_engine": "Поисковый движок", + "title": "Панель поиска", + "voice_search": "Поиск голосом" + }, + "stats": { + "sections": { + "addons_installed": "Add-ons installed", + "backgrounds_downloaded": "Backgrounds downloaded", + "backgrounds_favourited": "Backgrounds favourited", + "quicklinks_added": "Quicklinks added", + "quotes_favourited": "Quotes favourited", + "settings_changed": "Settings changed", + "tabs_opened": "Tabs opened" + }, + "title": "Stats", + "usage": "Usage Stats", + "warning": "You need to enable usage data in order to use this feature. This data is only stored locally." + }, + "time": { + "analogue": { + "hour_hand": "Hours hand", + "hour_marks": "Hour marks", + "minute_hand": "Minutes hand", + "minute_marks": "Minute marks", + "second_hand": "Seconds hand", + "title": "Analogue" + }, + "digital": { + "seconds": "Секунды", + "title": "Digital", + "twelvehour": "12 часов", + "twentyfourhour": "24 Часа", + "zero": "Дополнительный ноль" + }, + "format": "Format", + "percentage_complete": "Percentage complete", + "title": "Время", + "type": "Type" + }, + "weather": { + "auto": "Auto", + "extra_info": { + "atmospheric_pressure": "Atmospheric pressure", + "cloudiness": "Cloudiness", + "humidity": "Humidity", + "max_temp": "Maximum temperature", + "min_temp": "Minimum temperature", + "show_description": "Show description", + "show_location": "Show location", + "title": "Extra information", + "visibility": "Visibility", + "wind_direction": "Wind direction", + "wind_speed": "Wind speed" + }, + "location": "Location", + "temp_format": { + "celsius": "Celsius", + "fahrenheit": "Fahrenheit", + "kelvin": "Kelvin", + "title": "Temperature format" + }, + "title": "Weather" + } } }, - "addons": { - "added": "Добавлен", - "check_updates": "Check for updates", - "no_updates": "No updates available", - "updates_available": "Updates available {amount}", - "empty": { - "title": "Здесь пусто", - "description": "Зайдите в магазин, чтобы найти что-то интересное" - }, - "sideload": { - "title": "Загрузить", - "failed": "Failed to sideload addon", - "errors": { - "no_name": "No name provided", - "no_author": "No author provided", - "no_type": "No type provided", - "invalid_photos": "Invalid photos object", - "invalid_quotes": "Invalid quotes object" - } - }, - "sort": { - "title": "Sort", - "newest": "Installed (Newest)", - "oldest": "Installed (Oldest)", - "a_z": "Alphabetical (A-Z)", - "z_a": "Alphabetical (Z-A)" - }, - "create": { - "title": "Create", - "other_title": "Create Add-on", - "metadata": { - "name": "Name", - "icon_url": "Icon URL", - "screenshot_url": "Screenshot URL", - "description": "Description" - }, - "finish": { - "title": "Finish", - "download": "Download Add-on" - }, - "settings": { - "current": "Import current setup", - "json": "Upload JSON" - }, - "photos": { - "title": "Add Photos" - }, - "quotes": { - "title": "Add Quotes", - "api": { - "title": "API", - "url": "Quote URL", - "name": "JSON quote name", - "author": "JSON quote author (or override)" - }, - "local": { - "title": "Local" - } - } - } - } + "title": "Options" }, "update": { - "title": "Обновление", - "offline": { - "title": "Офлайн", - "description": "Не удалось получить журнал обновления в офлайн режиме" - }, "error": { - "title": "Ошибка", "description": "Could not connect to the server", - "content": "Не удалось подключиться к серверу" - } + "title": "Ошибка" + }, + "offline": { + "description": "Не удалось получить журнал обновления в офлайн режиме", + "title": "Офлайн" + }, + "title": "Обновление" }, "welcome": { - "tip": "Quick Tip", - "sections": { - "intro": { - "title": "Welcome to Mue Tab", - "description": "Thank you for installing Mue, we hope you enjoy your time with our extension." - }, - "language": { - "title": "Choose your language", - "description": "Mue can be displayed the languages listed below. You can also add new translations on our" - }, - "theme": { - "title": "Select a theme", - "description": "Mue is available in both light and dark theme, or this can be automatically set depending on your system theme.", - "tip": "Using the Auto settings will use the theme on your computer. This setting will impact the modals and some of the widgets displayed on the screen, such as weather and notes." - }, - "settings": { - "title": "Import Settings", - "description": "Installing Mue on a new device? Feel free to import your old settings!", - "tip": "You can export your old settings by navigating to the Advanced tab in your old Mue setup. Then you need to click the export button which will download the JSON file. You can upload this file here to carry across your settings and preferences from your previous Mue installation." - }, - "privacy": { - "title": "Privacy Options", - "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.", - "links": { - "title": "Links", - "privacy_policy": "Privacy Policy", - "source_code": "Source Code" - } - }, - "final": { - "title": "Final step", - "description": "Your Mue Tab experience is about to begin.", - "changes": "Changes", - "changes_description": "To change settings later click on the settings icon in the top right corner of your tab.", - "imported": "Imported {amount} settings" - } - }, "buttons": { + "close": "Close", "next": "Next", "preview": "Preview", - "previous": "Previous", - "close": "Close" + "previous": "Previous" }, "preview": { - "description": "You are currently in preview mode. Settings will be reset on closing this tab.", - "continue": "Continue setup" - } + "continue": "Continue setup", + "description": "You are currently in preview mode. Settings will be reset on closing this tab." + }, + "sections": { + "final": { + "changes": "Changes", + "changes_description": "To change settings later click on the settings icon in the top right corner of your tab.", + "description": "Your Mue Tab experience is about to begin.", + "imported": "Imported {amount} settings", + "title": "Final step" + }, + "intro": { + "description": "Thank you for installing Mue, we hope you enjoy your time with our extension.", + "title": "Welcome to Mue Tab" + }, + "language": { + "description": "Mue can be displayed the languages listed below. You can also add new translations on our", + "title": "Choose your language" + }, + "privacy": { + "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.", + "description": "Enable settings to further protect your privacy with Mue.", + "links": { + "privacy_policy": "Privacy Policy", + "source_code": "Source Code", + "title": "Links" + }, + "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.", + "title": "Privacy Options" + }, + "settings": { + "description": "Installing Mue on a new device? Feel free to import your old settings!", + "tip": "You can export your old settings by navigating to the Advanced tab in your old Mue setup. Then you need to click the export button which will download the JSON file. You can upload this file here to carry across your settings and preferences from your previous Mue installation.", + "title": "Import Settings" + }, + "theme": { + "description": "Mue is available in both light and dark theme, or this can be automatically set depending on your system theme.", + "tip": "Using the Auto settings will use the theme on your computer. This setting will impact the modals and some of the widgets displayed on the screen, such as weather and notes.", + "title": "Select a theme" + } + }, + "tip": "Quick Tip" } }, + "tabname": "New Tab", "toasts": { - "quote": "Цитата скопирована", - "notes": "Notes copied", - "reset": "Сброшено", - "installed": "Успешно установлено", - "uninstalled": "Успешно удалено", - "updated": "Successfully updated", "error": "Что-то пошло не так", - "imported": "Успешно импортировано" + "imported": "Успешно импортировано", + "installed": "Успешно установлено", + "notes": "Notes copied", + "quote": "Цитата скопирована", + "reset": "Сброшено", + "uninstalled": "Успешно удалено", + "updated": "Successfully updated" + }, + "widgets": { + "background": { + "credit": "Фото", + "download": "Download", + "information": "Information", + "pexels": "on Pexels", + "unsplash": "on Unsplash" + }, + "date": { + "week": "Week" + }, + "greeting": { + "afternoon": "Добрый день", + "birthday": "Happy Birthday", + "christmas": "С Рождеством", + "evening": "Добрый вечер", + "halloween": "Счастливого Хэллоуина", + "morning": "Доброе утро", + "newyear": "С Новым Годом" + }, + "navbar": { + "notes": { + "placeholder": "Type here", + "title": "Notes" + }, + "tooltips": { + "refresh": "Refresh" + } + }, + "quicklinks": { + "add": "Add", + "icon": "Icon (optional)", + "name": "Name", + "name_error": "Must provide name", + "new": "New Link", + "url": "URL", + "url_error": "Must provide URL" + }, + "search": "Поиск", + "weather": { + "meters": "{amount} метры", + "not_found": "Not Found" + } } } From 63009971a8066fc8ad0d75528b8553ba6751ed13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 08:03:50 +0000 Subject: [PATCH 08/17] chore(deps): bump @mui/material from 5.10.15 to 5.10.16 (#327) Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.10.15 to 5.10.16. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.10.16/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc51e56f..59203e4d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.8.1", "@fontsource/lexend-deca": "4.4.5", "@fontsource/montserrat": "4.4.5", - "@mui/material": "5.10.15", + "@mui/material": "5.10.16", "react": "18.2.0", "react-clock": "4.0.0", "react-color-gradient-picker": "0.1.2", From de83db8130943d6558ed7ab0688e77d748ef7809 Mon Sep 17 00:00:00 2001 From: "J. Lavoie" Date: Wed, 30 Nov 2022 03:48:39 +0100 Subject: [PATCH 09/17] Translated using Weblate (French) Currently translated at 100.0% (356 of 356 strings) Translated using Weblate (German) Currently translated at 100.0% (356 of 356 strings) Co-authored-by: J. Lavoie Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/de/ Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/fr/ Translation: Mue/Mue Tab --- src/translations/de_DE.json | 4 +- src/translations/fr.json | 1038 +++++++++++++++++------------------ 2 files changed, 521 insertions(+), 521 deletions(-) diff --git a/src/translations/de_DE.json b/src/translations/de_DE.json index 4e715501..ec309bbc 100644 --- a/src/translations/de_DE.json +++ b/src/translations/de_DE.json @@ -67,8 +67,8 @@ "refresh": "Neuladen", "title": "Fehler" }, - "file_upload_error": "Datei ist größer als 2MB", - "loading": "Läd...", + "file_upload_error": "Datei ist größer als 2 MB", + "loading": "Wird geladen …", "marketplace": { "no_items": "Keine Einträge in dieser Kategorie", "offline": { diff --git a/src/translations/fr.json b/src/translations/fr.json index 332c0cc8..91e35da9 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -1,554 +1,554 @@ { - "tabname": "Nouvel Onglet", - "widgets": { - "greeting": { - "morning": "Bonjour", - "afternoon": "Bon après-midi", - "evening": "Bonsoir", - "christmas": "Joyeux Noël", - "newyear": "Bonne année", - "halloween": "Joyeux Halloween", - "birthday": "Bon anniversaire" - }, - "background": { - "credit": "Photo par", - "unsplash": "sur Unsplash", - "pexels": "sur Pexels", - "information": "Information", - "download": "Téléchargement" - }, - "search": "Rechercher", - "quicklinks": { - "new": "Nouveau lien", - "name": "Nom", - "url": "URL", - "icon": "Icon (optional)", - "add": "Ajouter", - "name_error": "Doit fournir le nom", - "url_error": "Doit fournir une URL" - }, - "date": { - "week": "Semaine" - }, - "weather": { - "not_found": "Pas trouvé", - "meters": "{amount} mètres" - }, - "navbar": { - "tooltips": { - "refresh": "Refresh" - }, - "notes": { - "title": "Remarques", - "placeholder": "Écrivez ici" - } - } - }, "modals": { "main": { - "title": "Options", - "loading": "Chargement...", - "file_upload_error": "File is over 2MB", - "navbar": { - "settings": "Paramètres", - "addons": "Mes Options", - "marketplace": "Marché" + "addons": { + "added": "Ajoutées", + "check_updates": "Check for updates", + "create": { + "finish": { + "download": "Download Add-on", + "title": "Finish" + }, + "metadata": { + "description": "Description", + "icon_url": "Icon URL", + "name": "Name", + "screenshot_url": "Screenshot URL" + }, + "other_title": "Create Add-on", + "photos": { + "title": "Add Photos" + }, + "quotes": { + "api": { + "author": "JSON quote author (or override)", + "name": "JSON quote name", + "title": "API", + "url": "Quote URL" + }, + "local": { + "title": "Local" + }, + "title": "Add Quotes" + }, + "settings": { + "current": "Import current setup", + "json": "Upload JSON" + }, + "title": "Create" + }, + "empty": { + "description": "Dirigez vous vers le marché pour ajouter des options", + "title": "C'est vide par ici" + }, + "no_updates": "No updates available", + "sideload": { + "errors": { + "invalid_photos": "Invalid photos object", + "invalid_quotes": "Invalid quotes object", + "no_author": "No author provided", + "no_name": "No name provided", + "no_type": "No type provided" + }, + "failed": "Failed to sideload addon", + "title": "Charger" + }, + "sort": { + "a_z": "Alphabetical (A-Z)", + "newest": "Installed (Newest)", + "oldest": "Installed (Oldest)", + "title": "Sort", + "z_a": "Alphabetical (Z-A)" + }, + "updates_available": "Updates available {amount}" }, "error_boundary": { - "title": "Erreur", - "message": "Failed to load this component of Mue", - "refresh": "Rafraîchir" - }, - "settings": { - "enabled": "Activé", - "reminder": { - "title": "REMARQUER", - "message": "Pour que toutes les modifications aient lieu, la page doit être actualisée." - }, - "sections": { - "time": { - "title": "Heure", - "format": "Format", - "type": "Genre", - "digital": { - "title": "Affichage numériquel", - "seconds": "Secondes", - "twentyfourhour": "24 heures", - "twelvehour": "12 heures", - "zero": "Complétion de zéros" - }, - "analogue": { - "title": "Analogique", - "second_hand": "Aiguille des secondes", - "minute_hand": "Aiguille des minutes", - "hour_hand": "Aiguille de heure", - "hour_marks": "Marques d'heure", - "minute_marks": "Marques des minutes" - }, - "percentage_complete": "Pourcentage achevé" - }, - "date": { - "title": "Date", - "week_number": "Numéro de semaine", - "day_of_week": "Jour de la semaine", - "datenth": "Date nth", - "type": { - "short": "Courtt", - "long": "Long" - }, - "short_date": "Date courte", - "short_format": "Format court", - "short_separator": { - "title": "Séparateur court", - "dots": "Points", - "dash": "Tiret", - "gaps": "Blancs", - "slashes": "Barres" - } - }, - "quote": { - "title": "Citation", - "author_link": "Lien auteur", - "custom": "Citation personnalisé", - "custom_author": "Auteur de devis personnalisé", - "add": "Add quote", - "buttons": { - "title": "Boutons", - "copy": "Copier", - "tweet": "Twitter", - "favourite": "Ajouter aux favoris" - } - }, - "greeting": { - "title": "Salutation", - "events": "Événements", - "default": "Salutation par défaut", - "name": "Nom pour salutation", - "birthday": "Anniversaire", - "birthday_age": "âge d'anniversaire", - "birthday_date": "date d'anniversaire" - }, - "background": { - "title": "Fond", - "ddg_image_proxy": "Utiliser le proxy d'image DuckDuckGo", - "transition": "Transition en fondu", - "photo_information": "Show photo information", - "show_map": "Show location map on photo information if available", - "category": "Catégorie", - "buttons": { - "title": "Boutons", - "view": "Mode vue", - "favourite": "Ajouter aux favoris", - "download": "Télécharger" - }, - "effects": { - "title": "Effets", - "blur": "Ajuster le flou", - "brightness": "Ajuster la luminosité", - "filters": { - "title": "Background filter", - "amount": "Filter amount", - "grayscale": "Grayscale", - "sepia": "Sepia", - "invert": "Invert", - "saturate": "Saturate", - "contrast": "Contrast" - } - }, - "type": { - "title": "Type", - "api": "API", - "custom_image": "Image personnalisée", - "custom_colour": "Couleur / dégradé personnalisé", - "random_colour": "Random colour", - "random_gradient": "Random gradient" - }, - "source": { - "title": "Source", - "api": "Source", - "custom_background": "Arrière-plan personnalisé", - "custom_colour": "Couleur d'arrière-plan personnalisée", - "upload": "Ajouter", - "add_colour": "Ajouter une couleur", - "add_background": "Add background", - "add_url": "Add URL", - "disabled": "Disabled", - "loop_video": "Boucle vidéo", - "mute_video": "Mettre la vidéo en sourdine", - "quality": { - "title": "Quality", - "original": "Original", - "high": "High Quality", - "normal": "Normal Quality", - "datasaver": "Data Saver" - } - }, - "interval": { - "title": "Change every", - "minute": "Minute", - "half_hour": "Half hour", - "hour": "Hour", - "day": "Day", - "month": "Month" - } - }, - "search": { - "title": "Barre de Recherche", - "search_engine": "Moteur de recherche", - "custom": "URL de recherche personnalisée", - "autocomplete": "Autocomplete", - "autocomplete_provider": "Autocomplete Provider", - "voice_search": "Recherche vocale", - "dropdown": "Search dropdown" - }, - "weather": { - "title": "Météo", - "location": "Emplacement", - "auto": "Auto", - "temp_format": { - "title": "Format de température", - "celsius": "Celsius", - "fahrenheit": "Fahrenheit", - "kelvin": "Kelvin" - }, - "extra_info": { - "title": "Informations supplémentaires", - "show_location": "Afficher l'emplacement", - "show_description": "Show description", - "cloudiness": "Cloudiness", - "humidity": "Humidité", - "visibility": "Visibility", - "wind_speed": "Vitesse du vent", - "wind_direction": "Wind direction", - "min_temp": "Température minimale", - "max_temp": "Température maximale", - "atmospheric_pressure": "Pression atmosphérique" - } - }, - "quicklinks": { - "title": "Liens rapides", - "open_new": "Ouvrir dans un nouvel onglet", - "tooltip": "Info-bulle", - "text_only": "Show text only" - }, - "message": { - "title": "Message", - "add": "Add message", - "text": "Text" - }, - "appearance": { - "title": "Apparence", - "theme": { - "title": "Thème", - "auto": "Auto", - "light": "Clair", - "dark": "Sombre" - }, - "navbar": { - "title": "Navbar", - "notes": "Notes", - "refresh": "Refresh button", - "hover": "Only display on hover", - "refresh_options": { - "none": "None", - "page": "Page" - } - }, - "font": { - "title": "Font", - "custom": "Custom font", - "google": "Import from Google Fonts", - "weight": { - "title": "Font weight", - "thin": "Thin", - "extra_light": "Extra Light", - "light": "Light", - "normal": "Normal", - "medium": "Medium", - "semi_bold": "Semi-Bold", - "bold": "Bold", - "extra_bold": "Extra-Bold" - }, - "style": { - "title": "Font style", - "normal": "Normal", - "italic": "Italic", - "oblique": "Oblique" - } - }, - "accessibility": { - "title": "Accessibilité", - "animations": "Animations", - "text_shadow": "Widget text shadow", - "widget_zoom": "Zoom du widget", - "toast_duration": "Durée du toast", - "milliseconds": "millisecondes" - } - }, - "order": { - "title": "Ordre des widgets" - }, - "advanced": { - "title": "Avancée", - "offline_mode": "Mode hors-ligne", - "data": "Donnés", - "reset_modal": { - "title": "ATTENTION", - "question": "Voulez-vous réinitialiser Mue?", - "information": "Cela supprimera toutes les données. Si vous souhaitez conserver vos données et préférences, veuillez d'abord les exporter.", - "cancel": "Annuler" - }, - "customisation": "Personnalisation", - "custom_css": "CSS personnalisé", - "custom_js": "JS personnalisé", - "tab_name": "Nom de l'onglet", - "timezone": { - "title": "Time Zone", - "automatic": "Automatic" - }, - "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. This data is only stored locally.", - "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" - }, - "keybinds": { - "title": "Keybinds", - "recording": "Recording...", - "click_to_record": "Click to record", - "background": { - "favourite": "Favourite background", - "maximise": "Maximise background", - "download": "Download background", - "show_info": "Show background information" - }, - "quote": { - "favourite": "Favourite quote", - "copy": "Copy quote", - "tweet": "Tweet quote" - }, - "notes": { - "pin": "Pin notes", - "copy": "Copy notes" - }, - "search": "Focus search", - "quicklinks": "Toggle add quick link", - "modal": "Toggle modal" - }, - "experimental": { - "title": "Expérimental", - "warning": "These settings have not been fully tested/implemented and may not work correctly!", - "developer": "Developer" - }, - "language": { - "title": "Langue", - "quote": "Citation langue" - }, - "changelog": { - "title": "Journal des modifications", - "by": "By {author}" - }, - "about": { - "title": "à propos de", - "copyright": "Droits d'auteur", - "version": { - "title": "Version", - "checking_update": "Vérification de la mise à jour", - "update_available": "Mise à jour disponible", - "no_update": "Pas de mise a jour disponible", - "offline_mode": "Impossible de vérifier la mise à jour en mode hors ligne", - "error": { - "title": "Failed to get update information", - "description": "An error occured" - } - }, - "contact_us": "Nous contacter", - "support_mue": "Soutenir Mue", - "resources_used": { - "title": "Ressources utilisées", - "bg_images": "Images d'arrière-plan hors ligne" - }, - "contributors": "Collaborateurs", - "supporters": "Partisans", - "no_supporters": "There are currently no Mue supporters", - "photographers": "Photographes" - } - }, - "buttons": { - "reset": "Réinitialiser", - "import": "Importer", - "export": "Exporter" - } + "message": "Échec du chargement de ce composant de Mue", + "refresh": "Rafraîchir", + "title": "Erreur" }, + "file_upload_error": "Le fichier dépasse 2 Mo", + "loading": "Chargement…", "marketplace": { - "photo_packs": "Packs Photos", - "quote_packs": "Packs Citations", - "preset_settings": "Paramètres prédéfinis", "no_items": "Aucun article dans cette catégorie", + "offline": { + "description": "Veuillez vous connecter à Internet.", + "title": "Hors ligne" + }, + "photo_packs": "Packs Photos", + "preset_settings": "Paramètres prédéfinis", "product": { - "overview": "Aperçu", - "information": "Information", - "last_updated": "Dernière mise à jour", - "version": "Version", "author": "Auteur", "buttons": { "addtomue": "Ajouter à Mue", "remove": "Enlever", "update_addon": "Update Add-on" }, + "information": "Information", + "last_updated": "Dernière mise à jour", + "overview": "Aperçu", "quote_warning": { - "title": "Warning", - "description": "This quote pack requests to external servers that may track you!" - } + "description": "This quote pack requests to external servers that may track you!", + "title": "Warning" + }, + "version": "Version" }, - "offline": { - "title": "Hors ligne", - "description": "Veuillez vous connecter à Internet." + "quote_packs": "Packs Citations" + }, + "navbar": { + "addons": "Mes Options", + "marketplace": "Marché", + "settings": "Paramètres" + }, + "settings": { + "buttons": { + "export": "Exporter", + "import": "Importer", + "reset": "Réinitialiser" + }, + "enabled": "Activé", + "reminder": { + "message": "Pour que toutes les modifications aient lieu, la page doit être actualisée.", + "title": "REMARQUER" + }, + "sections": { + "about": { + "contact_us": "Nous contacter", + "contributors": "Collaborateurs", + "copyright": "Droits d'auteur", + "no_supporters": "There are currently no Mue supporters", + "photographers": "Photographes", + "resources_used": { + "bg_images": "Images d'arrière-plan hors ligne", + "title": "Ressources utilisées" + }, + "support_mue": "Soutenir Mue", + "supporters": "Partisans", + "title": "à propos de", + "version": { + "checking_update": "Vérification de la mise à jour", + "error": { + "description": "An error occured", + "title": "Failed to get update information" + }, + "no_update": "Pas de mise a jour disponible", + "offline_mode": "Impossible de vérifier la mise à jour en mode hors ligne", + "title": "Version", + "update_available": "Mise à jour disponible" + } + }, + "advanced": { + "custom_css": "CSS personnalisé", + "custom_js": "JS personnalisé", + "customisation": "Personnalisation", + "data": "Donnés", + "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.", + "offline_mode": "Mode hors-ligne", + "reset_modal": { + "cancel": "Annuler", + "information": "Cela supprimera toutes les données. Si vous souhaitez conserver vos données et préférences, veuillez d'abord les exporter.", + "question": "Voulez-vous réinitialiser Mue?", + "title": "ATTENTION" + }, + "tab_name": "Nom de l'onglet", + "timezone": { + "automatic": "Automatic", + "title": "Time Zone" + }, + "title": "Avancée" + }, + "appearance": { + "accessibility": { + "animations": "Animations", + "milliseconds": "millisecondes", + "text_shadow": "Widget text shadow", + "title": "Accessibilité", + "toast_duration": "Durée du toast", + "widget_zoom": "Zoom du widget" + }, + "font": { + "custom": "Custom font", + "google": "Import from Google Fonts", + "style": { + "italic": "Italic", + "normal": "Normal", + "oblique": "Oblique", + "title": "Font style" + }, + "title": "Font", + "weight": { + "bold": "Bold", + "extra_bold": "Extra-Bold", + "extra_light": "Extra Light", + "light": "Light", + "medium": "Medium", + "normal": "Normal", + "semi_bold": "Semi-Bold", + "thin": "Thin", + "title": "Font weight" + } + }, + "navbar": { + "hover": "Only display on hover", + "notes": "Notes", + "refresh": "Refresh button", + "refresh_options": { + "none": "None", + "page": "Page" + }, + "title": "Navbar" + }, + "theme": { + "auto": "Auto", + "dark": "Sombre", + "light": "Clair", + "title": "Thème" + }, + "title": "Apparence" + }, + "background": { + "buttons": { + "download": "Télécharger", + "favourite": "Ajouter aux favoris", + "title": "Boutons", + "view": "Mode vue" + }, + "category": "Catégorie", + "ddg_image_proxy": "Utiliser le proxy d'image DuckDuckGo", + "effects": { + "blur": "Ajuster le flou", + "brightness": "Ajuster la luminosité", + "filters": { + "amount": "Filter amount", + "contrast": "Contrast", + "grayscale": "Grayscale", + "invert": "Invert", + "saturate": "Saturate", + "sepia": "Sepia", + "title": "Background filter" + }, + "title": "Effets" + }, + "interval": { + "day": "Day", + "half_hour": "Half hour", + "hour": "Hour", + "minute": "Minute", + "month": "Month", + "title": "Changer" + }, + "photo_information": "Show photo information", + "show_map": "Show location map on photo information if available", + "source": { + "add_background": "Add background", + "add_colour": "Ajouter une couleur", + "add_url": "Add URL", + "api": "Source", + "custom_background": "Arrière-plan personnalisé", + "custom_colour": "Couleur d'arrière-plan personnalisée", + "disabled": "Disabled", + "loop_video": "Boucle vidéo", + "mute_video": "Mettre la vidéo en sourdine", + "quality": { + "datasaver": "Data Saver", + "high": "Haute qualité", + "normal": "Qualité normale", + "original": "Original", + "title": "Qualité" + }, + "title": "Source", + "upload": "Ajouter" + }, + "title": "Fond", + "transition": "Transition en fondu", + "type": { + "api": "API", + "custom_colour": "Couleur / dégradé personnalisé", + "custom_image": "Image personnalisée", + "random_colour": "Random colour", + "random_gradient": "Random gradient", + "title": "Type" + } + }, + "changelog": { + "by": "By {author}", + "title": "Journal des modifications" + }, + "date": { + "datenth": "Date nth", + "day_of_week": "Jour de la semaine", + "short_date": "Date courte", + "short_format": "Format court", + "short_separator": { + "dash": "Tiret", + "dots": "Points", + "gaps": "Blancs", + "slashes": "Barres", + "title": "Séparateur court" + }, + "title": "Date", + "type": { + "long": "Long", + "short": "Courtt" + }, + "week_number": "Numéro de semaine" + }, + "experimental": { + "developer": "Developer", + "title": "Expérimental", + "warning": "These settings have not been fully tested/implemented and may not work correctly!" + }, + "greeting": { + "birthday": "Anniversaire", + "birthday_age": "âge d'anniversaire", + "birthday_date": "date d'anniversaire", + "default": "Salutation par défaut", + "events": "Événements", + "name": "Nom pour salutation", + "title": "Salutation" + }, + "keybinds": { + "background": { + "download": "Download background", + "favourite": "Favourite background", + "maximise": "Maximise background", + "show_info": "Show background information" + }, + "click_to_record": "Click to record", + "modal": "Toggle modal", + "notes": { + "copy": "Copy notes", + "pin": "Pin notes" + }, + "quicklinks": "Toggle add quick link", + "quote": { + "copy": "Copy quote", + "favourite": "Favourite quote", + "tweet": "Tweet quote" + }, + "recording": "Recording...", + "search": "Focus search", + "title": "Keybinds" + }, + "language": { + "quote": "Citation langue", + "title": "Langue" + }, + "message": { + "add": "Add message", + "text": "Text", + "title": "Message" + }, + "order": { + "title": "Ordre des widgets" + }, + "quicklinks": { + "open_new": "Ouvrir dans un nouvel onglet", + "text_only": "Show text only", + "title": "Liens rapides", + "tooltip": "Info-bulle" + }, + "quote": { + "add": "Add quote", + "author_link": "Lien auteur", + "buttons": { + "copy": "Copier", + "favourite": "Ajouter aux favoris", + "title": "Boutons", + "tweet": "Twitter" + }, + "custom": "Citation personnalisé", + "custom_author": "Auteur de devis personnalisé", + "title": "Citation" + }, + "search": { + "autocomplete": "Autocomplete", + "autocomplete_provider": "Autocomplete Provider", + "custom": "URL de recherche personnalisée", + "dropdown": "Search dropdown", + "search_engine": "Moteur de recherche", + "title": "Barre de Recherche", + "voice_search": "Recherche vocale" + }, + "stats": { + "sections": { + "addons_installed": "Add-ons installed", + "backgrounds_downloaded": "Backgrounds downloaded", + "backgrounds_favourited": "Backgrounds favourited", + "quicklinks_added": "Quicklinks added", + "quotes_favourited": "Quotes favourited", + "settings_changed": "Settings changed", + "tabs_opened": "Tabs opened" + }, + "title": "Stats", + "usage": "Usage Stats", + "warning": "You need to enable usage data in order to use this feature. This data is only stored locally." + }, + "time": { + "analogue": { + "hour_hand": "Aiguille de heure", + "hour_marks": "Marques d'heure", + "minute_hand": "Aiguille des minutes", + "minute_marks": "Marques des minutes", + "second_hand": "Aiguille des secondes", + "title": "Analogique" + }, + "digital": { + "seconds": "Secondes", + "title": "Affichage numériquel", + "twelvehour": "12 heures", + "twentyfourhour": "24 heures", + "zero": "Complétion de zéros" + }, + "format": "Format", + "percentage_complete": "Pourcentage achevé", + "title": "Heure", + "type": "Genre" + }, + "weather": { + "auto": "Auto", + "extra_info": { + "atmospheric_pressure": "Pression atmosphérique", + "cloudiness": "Cloudiness", + "humidity": "Humidité", + "max_temp": "Température maximale", + "min_temp": "Température minimale", + "show_description": "Show description", + "show_location": "Afficher l'emplacement", + "title": "Informations supplémentaires", + "visibility": "Visibility", + "wind_direction": "Wind direction", + "wind_speed": "Vitesse du vent" + }, + "location": "Emplacement", + "temp_format": { + "celsius": "Celsius", + "fahrenheit": "Fahrenheit", + "kelvin": "Kelvin", + "title": "Format de température" + }, + "title": "Météo" + } } }, - "addons": { - "added": "Ajoutées", - "check_updates": "Check for updates", - "no_updates": "No updates available", - "updates_available": "Updates available {amount}", - "empty": { - "title": "C'est vide par ici", - "description": "Dirigez vous vers le marché pour ajouter des options" - }, - "sideload": { - "title": "Charger", - "failed": "Failed to sideload addon", - "errors": { - "no_name": "No name provided", - "no_author": "No author provided", - "no_type": "No type provided", - "invalid_photos": "Invalid photos object", - "invalid_quotes": "Invalid quotes object" - } - }, - "sort": { - "title": "Sort", - "newest": "Installed (Newest)", - "oldest": "Installed (Oldest)", - "a_z": "Alphabetical (A-Z)", - "z_a": "Alphabetical (Z-A)" - }, - "create": { - "title": "Create", - "other_title": "Create Add-on", - "metadata": { - "name": "Name", - "icon_url": "Icon URL", - "screenshot_url": "Screenshot URL", - "description": "Description" - }, - "finish": { - "title": "Finish", - "download": "Download Add-on" - }, - "settings": { - "current": "Import current setup", - "json": "Upload JSON" - }, - "photos": { - "title": "Add Photos" - }, - "quotes": { - "title": "Add Quotes", - "api": { - "title": "API", - "url": "Quote URL", - "name": "JSON quote name", - "author": "JSON quote author (or override)" - }, - "local": { - "title": "Local" - } - } - } - } + "title": "Options" }, "update": { - "title": "Mettre à jour", - "offline": { - "title": "Hors", - "description": "Vous ne pouvez pas obtenir de mise à jour si vous êtes hors ligne" - }, "error": { - "title": "Erreur", - "description": "Impossible de se connecter au serveur" - } + "description": "Impossible de se connecter au serveur", + "title": "Erreur" + }, + "offline": { + "description": "Vous ne pouvez pas obtenir de mise à jour si vous êtes hors ligne", + "title": "Hors" + }, + "title": "Mettre à jour" }, "welcome": { - "tip": "Quick Tip", - "sections": { - "intro": { - "title": "Bienvenue en Mue Tab", - "description": "Merci d'avoir installé Mue, nous espérons que vous apprécierez votre temps avec notre extension." - }, - "language": { - "title": "Choose your language", - "description": "Mue can be displayed the languages listed below. You can also add new translations on our" - }, - "theme": { - "title": "Select a theme", - "description": "Mue is available in both light and dark theme, or this can be automatically set depending on your system theme.", - "tip": "Using the Auto settings will use the theme on your computer. This setting will impact the modals and some of the widgets displayed on the screen, such as weather and notes." - }, - "settings": { - "title": "Import Settings", - "description": "Installing Mue on a new device? Feel free to import your old settings!", - "tip": "You can export your old settings by navigating to the Advanced tab in your old Mue setup. Then you need to click the export button which will download the JSON file. You can upload this file here to carry across your settings and preferences from your previous Mue installation." - }, - "privacy": { - "title": "Privacy Options", - "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.", - "links": { - "title": "Links", - "privacy_policy": "Privacy Policy", - "source_code": "Source Code" - } - }, - "final": { - "title": "Final step", - "description": "Your Mue Tab experience is about to begin.", - "changes": "Changes", - "changes_description": "To change settings later click on the settings icon in the top right corner of your tab.", - "imported": "Imported {amount} settings" - } - }, "buttons": { + "close": "Fermer", "next": "Next", "preview": "Preview", - "previous": "Previous", - "close": "Fermer" + "previous": "Previous" }, "preview": { - "description": "You are currently in preview mode. Settings will be reset on closing this tab.", - "continue": "Continue setup" - } + "continue": "Continue setup", + "description": "You are currently in preview mode. Settings will be reset on closing this tab." + }, + "sections": { + "final": { + "changes": "Changes", + "changes_description": "To change settings later click on the settings icon in the top right corner of your tab.", + "description": "Your Mue Tab experience is about to begin.", + "imported": "Imported {amount} settings", + "title": "Final step" + }, + "intro": { + "description": "Merci d'avoir installé Mue, nous espérons que vous apprécierez votre temps avec notre extension.", + "title": "Bienvenue en Mue Tab" + }, + "language": { + "description": "Mue can be displayed the languages listed below. You can also add new translations on our", + "title": "Choose your language" + }, + "privacy": { + "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.", + "description": "Enable settings to further protect your privacy with Mue.", + "links": { + "privacy_policy": "Privacy Policy", + "source_code": "Source Code", + "title": "Links" + }, + "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.", + "title": "Privacy Options" + }, + "settings": { + "description": "Installing Mue on a new device? Feel free to import your old settings!", + "tip": "You can export your old settings by navigating to the Advanced tab in your old Mue setup. Then you need to click the export button which will download the JSON file. You can upload this file here to carry across your settings and preferences from your previous Mue installation.", + "title": "Import Settings" + }, + "theme": { + "description": "Mue is available in both light and dark theme, or this can be automatically set depending on your system theme.", + "tip": "Using the Auto settings will use the theme on your computer. This setting will impact the modals and some of the widgets displayed on the screen, such as weather and notes.", + "title": "Select a theme" + } + }, + "tip": "Quick Tip" } }, + "tabname": "Nouvel Onglet", "toasts": { - "quote": "Citation copiée", - "notes": "Remarques copiée", - "reset": "Réinitialisé avec succès", - "installed": "Installé avec succès", - "uninstalled": "Enlevé avec succès", - "updated": "Successfully updated", "error": "Quelque chose s'est mal passé", - "imported": "Importé avec succès" + "imported": "Importé avec succès", + "installed": "Installé avec succès", + "notes": "Remarques copiée", + "quote": "Citation copiée", + "reset": "Réinitialisé avec succès", + "uninstalled": "Enlevé avec succès", + "updated": "Successfully updated" + }, + "widgets": { + "background": { + "credit": "Photo par", + "download": "Téléchargement", + "information": "Information", + "pexels": "sur Pexels", + "unsplash": "sur Unsplash" + }, + "date": { + "week": "Semaine" + }, + "greeting": { + "afternoon": "Bon après-midi", + "birthday": "Bon anniversaire", + "christmas": "Joyeux Noël", + "evening": "Bonsoir", + "halloween": "Joyeux Halloween", + "morning": "Bonjour", + "newyear": "Bonne année" + }, + "navbar": { + "notes": { + "placeholder": "Écrivez ici", + "title": "Remarques" + }, + "tooltips": { + "refresh": "Actualiser" + } + }, + "quicklinks": { + "add": "Ajouter", + "icon": "Icône (facultatif)", + "name": "Nom", + "name_error": "Doit fournir le nom", + "new": "Nouveau lien", + "url": "URL", + "url_error": "Doit fournir une URL" + }, + "search": "Rechercher", + "weather": { + "meters": "{amount} mètres", + "not_found": "Pas trouvé" + } } } From 2815c143f10ff1aa7ece5184dd08dda5cf0e0f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 08:04:40 +0000 Subject: [PATCH 10/17] chore(deps): bump @mui/material from 5.10.16 to 5.10.17 (#328) Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.10.16 to 5.10.17. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.10.17/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59203e4d..54e601ec 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.8.1", "@fontsource/lexend-deca": "4.4.5", "@fontsource/montserrat": "4.4.5", - "@mui/material": "5.10.16", + "@mui/material": "5.10.17", "react": "18.2.0", "react-clock": "4.0.0", "react-color-gradient-picker": "0.1.2", From 155c4f4ff5953d935f3bd680618fcc5b4d0dad0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 08:05:29 +0000 Subject: [PATCH 11/17] chore(deps): bump @mui/material from 5.10.17 to 5.11.0 (#331) Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.10.17 to 5.11.0. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.11.0/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54e601ec..4ca80f83 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.8.1", "@fontsource/lexend-deca": "4.4.5", "@fontsource/montserrat": "4.4.5", - "@mui/material": "5.10.17", + "@mui/material": "5.11.0", "react": "18.2.0", "react-clock": "4.0.0", "react-color-gradient-picker": "0.1.2", From 3c8af1ca8287d56d6dbc17d352d99d366ca4bc27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 08:04:26 +0000 Subject: [PATCH 12/17] chore(deps): bump @mui/material from 5.11.0 to 5.11.1 (#332) Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.11.1/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ca80f83..10876968 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.8.1", "@fontsource/lexend-deca": "4.4.5", "@fontsource/montserrat": "4.4.5", - "@mui/material": "5.11.0", + "@mui/material": "5.11.1", "react": "18.2.0", "react-clock": "4.0.0", "react-color-gradient-picker": "0.1.2", From f42d460c23aa410af7a9a6046ceef9ac1bdbaab0 Mon Sep 17 00:00:00 2001 From: Spectro Date: Sat, 24 Dec 2022 06:51:10 +0100 Subject: [PATCH 13/17] Added translation using Weblate (Portuguese (Brazil)) Co-authored-by: Spectro --- src/translations/pt_BR.json | 554 ++++++++++++++++++++++++++++++++++++ 1 file changed, 554 insertions(+) create mode 100644 src/translations/pt_BR.json diff --git a/src/translations/pt_BR.json b/src/translations/pt_BR.json new file mode 100644 index 00000000..1277304f --- /dev/null +++ b/src/translations/pt_BR.json @@ -0,0 +1,554 @@ +{ + "modals": { + "main": { + "addons": { + "added": "", + "check_updates": "", + "create": { + "finish": { + "download": "", + "title": "" + }, + "metadata": { + "description": "", + "icon_url": "", + "name": "", + "screenshot_url": "" + }, + "other_title": "", + "photos": { + "title": "" + }, + "quotes": { + "api": { + "author": "", + "name": "", + "title": "", + "url": "" + }, + "local": { + "title": "" + }, + "title": "" + }, + "settings": { + "current": "", + "json": "" + }, + "title": "" + }, + "empty": { + "description": "", + "title": "" + }, + "no_updates": "", + "sideload": { + "errors": { + "invalid_photos": "", + "invalid_quotes": "", + "no_author": "", + "no_name": "", + "no_type": "" + }, + "failed": "", + "title": "" + }, + "sort": { + "a_z": "", + "newest": "", + "oldest": "", + "title": "", + "z_a": "" + }, + "updates_available": "" + }, + "error_boundary": { + "message": "", + "refresh": "", + "title": "" + }, + "file_upload_error": "", + "loading": "", + "marketplace": { + "no_items": "", + "offline": { + "description": "", + "title": "" + }, + "photo_packs": "", + "preset_settings": "", + "product": { + "author": "", + "buttons": { + "addtomue": "", + "remove": "", + "update_addon": "" + }, + "information": "", + "last_updated": "", + "overview": "", + "quote_warning": { + "description": "", + "title": "" + }, + "version": "" + }, + "quote_packs": "" + }, + "navbar": { + "addons": "", + "marketplace": "", + "settings": "" + }, + "settings": { + "buttons": { + "export": "", + "import": "", + "reset": "" + }, + "enabled": "", + "reminder": { + "message": "", + "title": "" + }, + "sections": { + "about": { + "contact_us": "", + "contributors": "", + "copyright": "", + "no_supporters": "", + "photographers": "", + "resources_used": { + "bg_images": "", + "title": "" + }, + "support_mue": "", + "supporters": "", + "title": "", + "version": { + "checking_update": "", + "error": { + "description": "", + "title": "" + }, + "no_update": "", + "offline_mode": "", + "title": "", + "update_available": "" + } + }, + "advanced": { + "custom_css": "", + "custom_js": "", + "customisation": "", + "data": "", + "experimental_warning": "", + "offline_mode": "", + "reset_modal": { + "cancel": "", + "information": "", + "question": "", + "title": "" + }, + "tab_name": "", + "timezone": { + "automatic": "", + "title": "" + }, + "title": "" + }, + "appearance": { + "accessibility": { + "animations": "", + "milliseconds": "", + "text_shadow": "", + "title": "", + "toast_duration": "", + "widget_zoom": "" + }, + "font": { + "custom": "", + "google": "", + "style": { + "italic": "", + "normal": "", + "oblique": "", + "title": "" + }, + "title": "", + "weight": { + "bold": "", + "extra_bold": "", + "extra_light": "", + "light": "", + "medium": "", + "normal": "", + "semi_bold": "", + "thin": "", + "title": "" + } + }, + "navbar": { + "hover": "", + "notes": "", + "refresh": "", + "refresh_options": { + "none": "", + "page": "" + }, + "title": "" + }, + "theme": { + "auto": "", + "dark": "", + "light": "", + "title": "" + }, + "title": "" + }, + "background": { + "buttons": { + "download": "", + "favourite": "", + "title": "", + "view": "" + }, + "category": "", + "ddg_image_proxy": "", + "effects": { + "blur": "", + "brightness": "", + "filters": { + "amount": "", + "contrast": "", + "grayscale": "", + "invert": "", + "saturate": "", + "sepia": "", + "title": "" + }, + "title": "" + }, + "interval": { + "day": "", + "half_hour": "", + "hour": "", + "minute": "", + "month": "", + "title": "" + }, + "photo_information": "", + "show_map": "", + "source": { + "add_background": "", + "add_colour": "", + "add_url": "", + "api": "", + "custom_background": "", + "custom_colour": "", + "disabled": "", + "loop_video": "", + "mute_video": "", + "quality": { + "datasaver": "", + "high": "", + "normal": "", + "original": "", + "title": "" + }, + "title": "", + "upload": "" + }, + "title": "", + "transition": "", + "type": { + "api": "", + "custom_colour": "", + "custom_image": "", + "random_colour": "", + "random_gradient": "", + "title": "" + } + }, + "changelog": { + "by": "", + "title": "" + }, + "date": { + "datenth": "", + "day_of_week": "", + "short_date": "", + "short_format": "", + "short_separator": { + "dash": "", + "dots": "", + "gaps": "", + "slashes": "", + "title": "" + }, + "title": "", + "type": { + "long": "", + "short": "" + }, + "week_number": "" + }, + "experimental": { + "developer": "", + "title": "", + "warning": "" + }, + "greeting": { + "birthday": "", + "birthday_age": "", + "birthday_date": "", + "default": "", + "events": "", + "name": "", + "title": "" + }, + "keybinds": { + "background": { + "download": "", + "favourite": "", + "maximise": "", + "show_info": "" + }, + "click_to_record": "", + "modal": "", + "notes": { + "copy": "", + "pin": "" + }, + "quicklinks": "", + "quote": { + "copy": "", + "favourite": "", + "tweet": "" + }, + "recording": "", + "search": "", + "title": "" + }, + "language": { + "quote": "", + "title": "" + }, + "message": { + "add": "", + "text": "", + "title": "" + }, + "order": { + "title": "" + }, + "quicklinks": { + "open_new": "", + "text_only": "", + "title": "", + "tooltip": "" + }, + "quote": { + "add": "", + "author_link": "", + "buttons": { + "copy": "", + "favourite": "", + "title": "", + "tweet": "" + }, + "custom": "", + "custom_author": "", + "title": "" + }, + "search": { + "autocomplete": "", + "autocomplete_provider": "", + "custom": "", + "dropdown": "", + "search_engine": "", + "title": "", + "voice_search": "" + }, + "stats": { + "sections": { + "addons_installed": "", + "backgrounds_downloaded": "", + "backgrounds_favourited": "", + "quicklinks_added": "", + "quotes_favourited": "", + "settings_changed": "", + "tabs_opened": "" + }, + "title": "", + "usage": "", + "warning": "" + }, + "time": { + "analogue": { + "hour_hand": "", + "hour_marks": "", + "minute_hand": "", + "minute_marks": "", + "second_hand": "", + "title": "" + }, + "digital": { + "seconds": "", + "title": "", + "twelvehour": "", + "twentyfourhour": "", + "zero": "" + }, + "format": "", + "percentage_complete": "", + "title": "", + "type": "" + }, + "weather": { + "auto": "", + "extra_info": { + "atmospheric_pressure": "", + "cloudiness": "", + "humidity": "", + "max_temp": "", + "min_temp": "", + "show_description": "", + "show_location": "", + "title": "", + "visibility": "", + "wind_direction": "", + "wind_speed": "" + }, + "location": "", + "temp_format": { + "celsius": "", + "fahrenheit": "", + "kelvin": "", + "title": "" + }, + "title": "" + } + } + }, + "title": "" + }, + "update": { + "error": { + "description": "", + "title": "" + }, + "offline": { + "description": "", + "title": "" + }, + "title": "" + }, + "welcome": { + "buttons": { + "close": "", + "next": "", + "preview": "", + "previous": "" + }, + "preview": { + "continue": "", + "description": "" + }, + "sections": { + "final": { + "changes": "", + "changes_description": "", + "description": "", + "imported": "", + "title": "" + }, + "intro": { + "description": "", + "title": "" + }, + "language": { + "description": "", + "title": "" + }, + "privacy": { + "ddg_proxy_description": "", + "description": "", + "links": { + "privacy_policy": "", + "source_code": "", + "title": "" + }, + "offline_mode_description": "", + "title": "" + }, + "settings": { + "description": "", + "tip": "", + "title": "" + }, + "theme": { + "description": "", + "tip": "", + "title": "" + } + }, + "tip": "" + } + }, + "tabname": "", + "toasts": { + "error": "", + "imported": "", + "installed": "", + "notes": "", + "quote": "", + "reset": "", + "uninstalled": "", + "updated": "" + }, + "widgets": { + "background": { + "credit": "", + "download": "", + "information": "", + "pexels": "", + "unsplash": "" + }, + "date": { + "week": "" + }, + "greeting": { + "afternoon": "", + "birthday": "", + "christmas": "", + "evening": "", + "halloween": "", + "morning": "", + "newyear": "" + }, + "navbar": { + "notes": { + "placeholder": "", + "title": "" + }, + "tooltips": { + "refresh": "" + } + }, + "quicklinks": { + "add": "", + "icon": "", + "name": "", + "name_error": "", + "new": "", + "url": "", + "url_error": "" + }, + "search": "", + "weather": { + "meters": "", + "not_found": "" + } + } +} From cbf4b41f15a58ca7a9e478b93943ab96e52e599e Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sat, 24 Dec 2022 06:51:10 +0100 Subject: [PATCH 14/17] Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/ Translation: Mue/Mue Tab --- src/translations/pt_BR.json | 555 +----------------------------------- 1 file changed, 1 insertion(+), 554 deletions(-) diff --git a/src/translations/pt_BR.json b/src/translations/pt_BR.json index 1277304f..0967ef42 100644 --- a/src/translations/pt_BR.json +++ b/src/translations/pt_BR.json @@ -1,554 +1 @@ -{ - "modals": { - "main": { - "addons": { - "added": "", - "check_updates": "", - "create": { - "finish": { - "download": "", - "title": "" - }, - "metadata": { - "description": "", - "icon_url": "", - "name": "", - "screenshot_url": "" - }, - "other_title": "", - "photos": { - "title": "" - }, - "quotes": { - "api": { - "author": "", - "name": "", - "title": "", - "url": "" - }, - "local": { - "title": "" - }, - "title": "" - }, - "settings": { - "current": "", - "json": "" - }, - "title": "" - }, - "empty": { - "description": "", - "title": "" - }, - "no_updates": "", - "sideload": { - "errors": { - "invalid_photos": "", - "invalid_quotes": "", - "no_author": "", - "no_name": "", - "no_type": "" - }, - "failed": "", - "title": "" - }, - "sort": { - "a_z": "", - "newest": "", - "oldest": "", - "title": "", - "z_a": "" - }, - "updates_available": "" - }, - "error_boundary": { - "message": "", - "refresh": "", - "title": "" - }, - "file_upload_error": "", - "loading": "", - "marketplace": { - "no_items": "", - "offline": { - "description": "", - "title": "" - }, - "photo_packs": "", - "preset_settings": "", - "product": { - "author": "", - "buttons": { - "addtomue": "", - "remove": "", - "update_addon": "" - }, - "information": "", - "last_updated": "", - "overview": "", - "quote_warning": { - "description": "", - "title": "" - }, - "version": "" - }, - "quote_packs": "" - }, - "navbar": { - "addons": "", - "marketplace": "", - "settings": "" - }, - "settings": { - "buttons": { - "export": "", - "import": "", - "reset": "" - }, - "enabled": "", - "reminder": { - "message": "", - "title": "" - }, - "sections": { - "about": { - "contact_us": "", - "contributors": "", - "copyright": "", - "no_supporters": "", - "photographers": "", - "resources_used": { - "bg_images": "", - "title": "" - }, - "support_mue": "", - "supporters": "", - "title": "", - "version": { - "checking_update": "", - "error": { - "description": "", - "title": "" - }, - "no_update": "", - "offline_mode": "", - "title": "", - "update_available": "" - } - }, - "advanced": { - "custom_css": "", - "custom_js": "", - "customisation": "", - "data": "", - "experimental_warning": "", - "offline_mode": "", - "reset_modal": { - "cancel": "", - "information": "", - "question": "", - "title": "" - }, - "tab_name": "", - "timezone": { - "automatic": "", - "title": "" - }, - "title": "" - }, - "appearance": { - "accessibility": { - "animations": "", - "milliseconds": "", - "text_shadow": "", - "title": "", - "toast_duration": "", - "widget_zoom": "" - }, - "font": { - "custom": "", - "google": "", - "style": { - "italic": "", - "normal": "", - "oblique": "", - "title": "" - }, - "title": "", - "weight": { - "bold": "", - "extra_bold": "", - "extra_light": "", - "light": "", - "medium": "", - "normal": "", - "semi_bold": "", - "thin": "", - "title": "" - } - }, - "navbar": { - "hover": "", - "notes": "", - "refresh": "", - "refresh_options": { - "none": "", - "page": "" - }, - "title": "" - }, - "theme": { - "auto": "", - "dark": "", - "light": "", - "title": "" - }, - "title": "" - }, - "background": { - "buttons": { - "download": "", - "favourite": "", - "title": "", - "view": "" - }, - "category": "", - "ddg_image_proxy": "", - "effects": { - "blur": "", - "brightness": "", - "filters": { - "amount": "", - "contrast": "", - "grayscale": "", - "invert": "", - "saturate": "", - "sepia": "", - "title": "" - }, - "title": "" - }, - "interval": { - "day": "", - "half_hour": "", - "hour": "", - "minute": "", - "month": "", - "title": "" - }, - "photo_information": "", - "show_map": "", - "source": { - "add_background": "", - "add_colour": "", - "add_url": "", - "api": "", - "custom_background": "", - "custom_colour": "", - "disabled": "", - "loop_video": "", - "mute_video": "", - "quality": { - "datasaver": "", - "high": "", - "normal": "", - "original": "", - "title": "" - }, - "title": "", - "upload": "" - }, - "title": "", - "transition": "", - "type": { - "api": "", - "custom_colour": "", - "custom_image": "", - "random_colour": "", - "random_gradient": "", - "title": "" - } - }, - "changelog": { - "by": "", - "title": "" - }, - "date": { - "datenth": "", - "day_of_week": "", - "short_date": "", - "short_format": "", - "short_separator": { - "dash": "", - "dots": "", - "gaps": "", - "slashes": "", - "title": "" - }, - "title": "", - "type": { - "long": "", - "short": "" - }, - "week_number": "" - }, - "experimental": { - "developer": "", - "title": "", - "warning": "" - }, - "greeting": { - "birthday": "", - "birthday_age": "", - "birthday_date": "", - "default": "", - "events": "", - "name": "", - "title": "" - }, - "keybinds": { - "background": { - "download": "", - "favourite": "", - "maximise": "", - "show_info": "" - }, - "click_to_record": "", - "modal": "", - "notes": { - "copy": "", - "pin": "" - }, - "quicklinks": "", - "quote": { - "copy": "", - "favourite": "", - "tweet": "" - }, - "recording": "", - "search": "", - "title": "" - }, - "language": { - "quote": "", - "title": "" - }, - "message": { - "add": "", - "text": "", - "title": "" - }, - "order": { - "title": "" - }, - "quicklinks": { - "open_new": "", - "text_only": "", - "title": "", - "tooltip": "" - }, - "quote": { - "add": "", - "author_link": "", - "buttons": { - "copy": "", - "favourite": "", - "title": "", - "tweet": "" - }, - "custom": "", - "custom_author": "", - "title": "" - }, - "search": { - "autocomplete": "", - "autocomplete_provider": "", - "custom": "", - "dropdown": "", - "search_engine": "", - "title": "", - "voice_search": "" - }, - "stats": { - "sections": { - "addons_installed": "", - "backgrounds_downloaded": "", - "backgrounds_favourited": "", - "quicklinks_added": "", - "quotes_favourited": "", - "settings_changed": "", - "tabs_opened": "" - }, - "title": "", - "usage": "", - "warning": "" - }, - "time": { - "analogue": { - "hour_hand": "", - "hour_marks": "", - "minute_hand": "", - "minute_marks": "", - "second_hand": "", - "title": "" - }, - "digital": { - "seconds": "", - "title": "", - "twelvehour": "", - "twentyfourhour": "", - "zero": "" - }, - "format": "", - "percentage_complete": "", - "title": "", - "type": "" - }, - "weather": { - "auto": "", - "extra_info": { - "atmospheric_pressure": "", - "cloudiness": "", - "humidity": "", - "max_temp": "", - "min_temp": "", - "show_description": "", - "show_location": "", - "title": "", - "visibility": "", - "wind_direction": "", - "wind_speed": "" - }, - "location": "", - "temp_format": { - "celsius": "", - "fahrenheit": "", - "kelvin": "", - "title": "" - }, - "title": "" - } - } - }, - "title": "" - }, - "update": { - "error": { - "description": "", - "title": "" - }, - "offline": { - "description": "", - "title": "" - }, - "title": "" - }, - "welcome": { - "buttons": { - "close": "", - "next": "", - "preview": "", - "previous": "" - }, - "preview": { - "continue": "", - "description": "" - }, - "sections": { - "final": { - "changes": "", - "changes_description": "", - "description": "", - "imported": "", - "title": "" - }, - "intro": { - "description": "", - "title": "" - }, - "language": { - "description": "", - "title": "" - }, - "privacy": { - "ddg_proxy_description": "", - "description": "", - "links": { - "privacy_policy": "", - "source_code": "", - "title": "" - }, - "offline_mode_description": "", - "title": "" - }, - "settings": { - "description": "", - "tip": "", - "title": "" - }, - "theme": { - "description": "", - "tip": "", - "title": "" - } - }, - "tip": "" - } - }, - "tabname": "", - "toasts": { - "error": "", - "imported": "", - "installed": "", - "notes": "", - "quote": "", - "reset": "", - "uninstalled": "", - "updated": "" - }, - "widgets": { - "background": { - "credit": "", - "download": "", - "information": "", - "pexels": "", - "unsplash": "" - }, - "date": { - "week": "" - }, - "greeting": { - "afternoon": "", - "birthday": "", - "christmas": "", - "evening": "", - "halloween": "", - "morning": "", - "newyear": "" - }, - "navbar": { - "notes": { - "placeholder": "", - "title": "" - }, - "tooltips": { - "refresh": "" - } - }, - "quicklinks": { - "add": "", - "icon": "", - "name": "", - "name_error": "", - "new": "", - "url": "", - "url_error": "" - }, - "search": "", - "weather": { - "meters": "", - "not_found": "" - } - } -} +{} From c23291116c3ccb8460af29ec497c66cb02d55929 Mon Sep 17 00:00:00 2001 From: Spectro Date: Mon, 26 Dec 2022 04:47:28 +0100 Subject: [PATCH 15/17] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (356 of 356 strings) Co-authored-by: Spectro Translate-URL: https://hosted.weblate.org/projects/mue/mue-tab/pt_BR/ Translation: Mue/Mue Tab --- src/translations/pt_BR.json | 555 +++++++++++++++++++++++++++++++++++- 1 file changed, 554 insertions(+), 1 deletion(-) diff --git a/src/translations/pt_BR.json b/src/translations/pt_BR.json index 0967ef42..54484bcc 100644 --- a/src/translations/pt_BR.json +++ b/src/translations/pt_BR.json @@ -1 +1,554 @@ -{} +{ + "modals": { + "main": { + "addons": { + "added": "Adicionado", + "check_updates": "Verifique se há atualizações", + "create": { + "finish": { + "download": "Baixar complemento", + "title": "Finalizar" + }, + "metadata": { + "description": "Descrição", + "icon_url": "URL do ícone", + "name": "Nome", + "screenshot_url": "URL da captura de tela" + }, + "other_title": "Criar Complemento", + "photos": { + "title": "Adicionar fotos" + }, + "quotes": { + "api": { + "author": "Autor da citação JSON (ou substituição)", + "name": "Nome da citação JSON", + "title": "API", + "url": "URL de citações" + }, + "local": { + "title": "Local" + }, + "title": "Adicionar citações" + }, + "settings": { + "current": "Importar atual", + "json": "Carregar JSON" + }, + "title": "Criar" + }, + "empty": { + "description": "Nenhum complemento está instalado", + "title": "Vazio" + }, + "no_updates": "Nenhuma atualização disponível", + "sideload": { + "errors": { + "invalid_photos": "Objeto de fotos inválido", + "invalid_quotes": "Objeto de citações inválido", + "no_author": "Nenhum autor fornecido", + "no_name": "Nenhum nome fornecido", + "no_type": "Nenhum tipo fornecido" + }, + "failed": "Falha ao carregar o complemento", + "title": "Sideload" + }, + "sort": { + "a_z": "Alfabética (A-Z)", + "newest": "Instalado (mais recente)", + "oldest": "Instalado (mais antigo)", + "title": "Organizar", + "z_a": "Alfabética (Z-A)" + }, + "updates_available": "Atualizações disponíveis {amount}" + }, + "error_boundary": { + "message": "Falha ao carregar este componente do Mue", + "refresh": "Atualizar", + "title": "Erro" + }, + "file_upload_error": "O arquivo tem mais de 2 MB", + "loading": "Carregando...", + "marketplace": { + "no_items": "Não há itens nesta categoria", + "offline": { + "description": "Por favor conecte-se à internet", + "title": "Parece que você está offline" + }, + "photo_packs": "Pacotes de fotos", + "preset_settings": "Configurações predefinidas", + "product": { + "author": "Autor", + "buttons": { + "addtomue": "Adicionar ao Mue", + "remove": "Remover", + "update_addon": "Atualizar complemento" + }, + "information": "Informações", + "last_updated": "Ultima atualização", + "overview": "Visão geral", + "quote_warning": { + "description": "Este pacote de cotações solicita servidores externos que podem rastreá-lo!", + "title": "Aviso" + }, + "version": "Versão" + }, + "quote_packs": "Pacotes de citações" + }, + "navbar": { + "addons": "Meus complementos", + "marketplace": "Loja", + "settings": "Configurações" + }, + "settings": { + "buttons": { + "export": "Exportar", + "import": "Importar", + "reset": "Redefinir" + }, + "enabled": "Habilitado", + "reminder": { + "message": "Para que todas as alterações ocorram, a página deve ser atualizada.", + "title": "AVISO" + }, + "sections": { + "about": { + "contact_us": "Contate-nos", + "contributors": "Contribuintes", + "copyright": "Copyright", + "no_supporters": "Atualmente não há apoiadores do Mue", + "photographers": "Fotógrafos", + "resources_used": { + "bg_images": "Imagens de plano de fundo offline", + "title": "Recursos usados" + }, + "support_mue": "Apoie Mue", + "supporters": "Apoiadores", + "title": "Sobre", + "version": { + "checking_update": "Verificando por atualização", + "error": { + "description": "Ocorreu um erro", + "title": "Falha ao obter informações de atualização" + }, + "no_update": "Nenhuma atualização disponível", + "offline_mode": "Não é possível verificar por atualizações no modo offline", + "title": "Versão", + "update_available": "Atualização disponível" + } + }, + "advanced": { + "custom_css": "CSS customizado", + "custom_js": "JS personalizado", + "customisation": "Customização", + "data": "Dados", + "experimental_warning": "Observe que a equipe Mue não pode fornecer suporte se você tiver o modo experimental ativado. Desative-o primeiro e veja se o problema continua antes de entrar em contato com o suporte.", + "offline_mode": "Modo offline", + "reset_modal": { + "cancel": "Cancelar", + "information": "Isso excluirá todos os dados. Se você deseja manter seus dados e preferências, exporte-os primeiro.", + "question": "Deseja redefinir o Mue?", + "title": "AVISO" + }, + "tab_name": "Nome da guia", + "timezone": { + "automatic": "Automático", + "title": "Fuso horário" + }, + "title": "Avançado" + }, + "appearance": { + "accessibility": { + "animations": "Animações", + "milliseconds": "milissegundos", + "text_shadow": "Sombra de texto do widget", + "title": "Acessibilidade", + "toast_duration": "Duração do Toast de notificação", + "widget_zoom": "Zoom do widget" + }, + "font": { + "custom": "Fonte personalizada", + "google": "Importar do Google Fonts", + "style": { + "italic": "itálico", + "normal": "Normal", + "oblique": "Oblíquo", + "title": "Estilo de fonte" + }, + "title": "Fonte", + "weight": { + "bold": "Negrito", + "extra_bold": "Extra Bold", + "extra_light": "Extra Light", + "light": "Light", + "medium": "Médio", + "normal": "Normal", + "semi_bold": "Semi Bold", + "thin": "Fina", + "title": "Espessura da fonte" + } + }, + "navbar": { + "hover": "Exibir apenas ao passar o mouse", + "notes": "Notas", + "refresh": "Botão atualizar", + "refresh_options": { + "none": "Nenhum", + "page": "Página" + }, + "title": "Barra de navegação" + }, + "theme": { + "auto": "Auto", + "dark": "Escuro", + "light": "Claro", + "title": "Tema" + }, + "title": "Aparência" + }, + "background": { + "buttons": { + "download": "Baixar", + "favourite": "Favorito", + "title": "Botões", + "view": "Maximizar" + }, + "category": "Categoria", + "ddg_image_proxy": "Use o proxy de imagem DuckDuckGo", + "effects": { + "blur": "Ajustar desfoque", + "brightness": "Ajustar o brilho", + "filters": { + "amount": "Quantidade de filtro", + "contrast": "Contraste", + "grayscale": "Escala de cinza", + "invert": "Invertido", + "saturate": "Saturação", + "sepia": "Sépia", + "title": "Filtro de fundo" + }, + "title": "Efeitos" + }, + "interval": { + "day": "Dia", + "half_hour": "Meia hora", + "hour": "Hora", + "minute": "Minuto", + "month": "Mês", + "title": "Mudar a cada" + }, + "photo_information": "Mostrar informações da foto", + "show_map": "Mostrar mapa de localização nas informações da foto, se disponível", + "source": { + "add_background": "Adicionar plano de fundo", + "add_colour": "Adicionar cor", + "add_url": "Adicionar URL", + "api": "API de Planos de fundo", + "custom_background": "Plano de fundo personalizado", + "custom_colour": "Cor de fundo personalizada", + "disabled": "Desabilitado", + "loop_video": "Vídeo em loop", + "mute_video": "Vídeo mudo", + "quality": { + "datasaver": "Economizar dados", + "high": "Alta qualidade", + "normal": "Qualidade normal", + "original": "Original", + "title": "Qualidade" + }, + "title": "Fonte", + "upload": "Carregar" + }, + "title": "Plano de fundo", + "transition": "Transição gradual", + "type": { + "api": "API", + "custom_colour": "Cor/gradiente personalizados", + "custom_image": "Imagem personalizada", + "random_colour": "Cor aleatória", + "random_gradient": "Gradiente aleatório", + "title": "Tipo" + } + }, + "changelog": { + "by": "Por {author}", + "title": "Registo de alterações" + }, + "date": { + "datenth": "Data nth", + "day_of_week": "Dia da semana", + "short_date": "Data curta", + "short_format": "formato curto", + "short_separator": { + "dash": "Traço", + "dots": "pontos", + "gaps": "Traço espaçado", + "slashes": "Barras", + "title": "Separador curto" + }, + "title": "Data", + "type": { + "long": "Longo", + "short": "Curto" + }, + "week_number": "Número da semana" + }, + "experimental": { + "developer": "Desenvolvedor", + "title": "Experimental", + "warning": "Essas configurações não foram totalmente testadas/implementadas e podem não funcionar corretamente!" + }, + "greeting": { + "birthday": "Aniversário", + "birthday_age": "idade de aniversário", + "birthday_date": "Data de nascimento", + "default": "Mensagem de saudação padrão", + "events": "Eventos", + "name": "Nome para saudação", + "title": "Saudações" + }, + "keybinds": { + "background": { + "download": "Baixar plano de fundo", + "favourite": "Plano de fundo favorito", + "maximise": "Maximizar plano de fundo", + "show_info": "Mostrar informações de plano de fundo" + }, + "click_to_record": "Clique para gravar", + "modal": "Alternar modal", + "notes": { + "copy": "Copiar notas", + "pin": "Fixar notas" + }, + "quicklinks": "Alternar adicionar link rápido", + "quote": { + "copy": "Copiar citação", + "favourite": "Citação favorita", + "tweet": "Tweetar citação" + }, + "recording": "Gravando...", + "search": "Pesquisa em foco", + "title": "Teclas de atalho" + }, + "language": { + "quote": "Idioma das citações", + "title": "Idioma" + }, + "message": { + "add": "Adicionar mensagem", + "text": "Texto", + "title": "Mensagem" + }, + "order": { + "title": "Ordem do widget" + }, + "quicklinks": { + "open_new": "Abrir em nova guia", + "text_only": "Mostrar apenas texto", + "title": "Links Rápidos", + "tooltip": "Nome ao passar mouse" + }, + "quote": { + "add": "Adicionar citação", + "author_link": "link do autor", + "buttons": { + "copy": "Copiar", + "favourite": "Favorito", + "title": "Botões", + "tweet": "Tweetar" + }, + "custom": "Citação personalizada", + "custom_author": "Autor personalizado", + "title": "Citações" + }, + "search": { + "autocomplete": "autocompletar", + "autocomplete_provider": "Provedor de preenchimento automático", + "custom": "URL de pesquisa personalizada", + "dropdown": "Lista suspensa de pesquisa", + "search_engine": "Motor de busca", + "title": "Pesquisar", + "voice_search": "Pesquisa por voz" + }, + "stats": { + "sections": { + "addons_installed": "Complementos instalados", + "backgrounds_downloaded": "Planos de fundo baixados", + "backgrounds_favourited": "Planos de fundo favoritos", + "quicklinks_added": "Links rápidos adicionados", + "quotes_favourited": "Citações favoritas", + "settings_changed": "Configurações alteradas", + "tabs_opened": "Abas abertas" + }, + "title": "Estatísticas", + "usage": "Estatísticas de uso", + "warning": "Você precisa ativar os dados de uso para usar este recurso. Esses dados são armazenados apenas localmente." + }, + "time": { + "analogue": { + "hour_hand": "Ponteiro das horas", + "hour_marks": "Marcas de horas", + "minute_hand": "ponteiro dos minutos", + "minute_marks": "Marcas de minutos", + "second_hand": "Ponteiro dos segundos", + "title": "Analógico" + }, + "digital": { + "seconds": "Segundos", + "title": "Digital", + "twelvehour": "12 Horas", + "twentyfourhour": "24 Horas", + "zero": "Zero à esquerda" + }, + "format": "Formato", + "percentage_complete": "Porcentagem concluída", + "title": "Hora", + "type": "Tipo" + }, + "weather": { + "auto": "Auto", + "extra_info": { + "atmospheric_pressure": "Pressão atmosférica", + "cloudiness": "Nebulosidade", + "humidity": "Umidade", + "max_temp": "Temperatura máxima", + "min_temp": "Temperatura mínima", + "show_description": "Mostrar descrição", + "show_location": "Mostrar localização", + "title": "Informação extra", + "visibility": "Visibilidade", + "wind_direction": "Direção do vento", + "wind_speed": "Velocidade do vento" + }, + "location": "Localização", + "temp_format": { + "celsius": "Celsius", + "fahrenheit": "Fahrenheit", + "kelvin": "Kelvin", + "title": "Unidade de temperatura" + }, + "title": "Tempo" + } + } + }, + "title": "Opções" + }, + "update": { + "error": { + "description": "Não pode conectar-se ao servidor", + "title": "Erro" + }, + "offline": { + "description": "Não é possível obter logs de atualização no modo offline", + "title": "Offline" + }, + "title": "Atualizar" + }, + "welcome": { + "buttons": { + "close": "Fechar", + "next": "Próximo", + "preview": "Pré-visualizar", + "previous": "Anterior" + }, + "preview": { + "continue": "Continuar configuração", + "description": "Você está atualmente no modo de visualização. As configurações serão redefinidas ao fechar esta guia." + }, + "sections": { + "final": { + "changes": "Mudanças", + "changes_description": "Para alterar as configurações mais tarde, clique no ícone de engrenagem no canto superior direito da sua guia.", + "description": "Sua experiência Mue Tab está prestes a começar.", + "imported": "Configurações {amount} importadas", + "title": "Último passo" + }, + "intro": { + "description": "Obrigado por instalar o Mue, esperamos que você aproveite seu tempo com nossa extensão.", + "title": "Bem-vindo ao Mue Tab" + }, + "language": { + "description": "Mue pode ser exibido nos idiomas listados abaixo. Você também pode adicionar novas traduções em nosso", + "title": "Escolha seu idioma" + }, + "privacy": { + "ddg_proxy_description": "Você pode fazer solicitações de imagem através do DuckDuckGo, se desejar. Por padrão, as solicitações de API passam por nossos servidores de código aberto e as solicitações de imagem passam pelo servidor original. Desativar isso para links rápidos obterá os ícones do Google em vez do DuckDuckGo. O proxy DuckDuckGo está sempre ativado para o Marketplace.", + "description": "Ative as configurações para proteger ainda mais sua privacidade com o Mue.", + "links": { + "privacy_policy": "Política de Privacidade", + "source_code": "Código fonte", + "title": "Links" + }, + "offline_mode_description": "A ativação do modo offline desativará todas as solicitações para qualquer serviço. Isso resultará na desativação de planos de fundo online, citações online, marketplace, previsão do tempo, links rápidos, log de alterações e algumas informações sobre as guias.", + "title": "Opções de privacidade" + }, + "settings": { + "description": "Instalando o Mue em um novo dispositivo? Sinta-se à vontade para importar suas configurações antigas!", + "tip": "Você pode exportar suas configurações antigas navegando até a guia Avançado em sua configuração antiga do Mue. Então você precisa clicar no botão de exportação que fará o download do arquivo JSON. Você pode carregar este arquivo aqui para carregar suas configurações e preferências de sua instalação anterior do Mue.", + "title": "Configurações de Importação" + }, + "theme": { + "description": "O Mue está disponível nos temas claro e escuro, ou pode ser definido automaticamente dependendo do tema do sistema.", + "tip": "Usar as configurações automáticas usará o tema em seu computador. Essa configuração afetará os modais e alguns dos widgets exibidos na tela, como previsão do tempo e notas.", + "title": "Selecione um tema" + } + }, + "tip": "Dica rápida" + } + }, + "tabname": "Nova Guia", + "toasts": { + "error": "Algo deu errado", + "imported": "Importado com sucesso", + "installed": "Instalado com sucesso", + "notes": "Notas copiadas", + "quote": "Citação copiada", + "reset": "Redefinido com sucesso", + "uninstalled": "Removido com sucesso", + "updated": "Atualizado com sucesso" + }, + "widgets": { + "background": { + "credit": "Foto por", + "download": "Baixar", + "information": "Informação", + "pexels": "de Pexels", + "unsplash": "de Unsplash" + }, + "date": { + "week": "Semana" + }, + "greeting": { + "afternoon": "Boa Tarde", + "birthday": "Feliz Aniversário", + "christmas": "Feliz Natal", + "evening": "Boa noite", + "halloween": "Feliz Dia das Bruxas", + "morning": "Bom Dia", + "newyear": "Feliz Ano Novo" + }, + "navbar": { + "notes": { + "placeholder": "Digite aqui", + "title": "Notas" + }, + "tooltips": { + "refresh": "Atualizar" + } + }, + "quicklinks": { + "add": "Adicionar", + "icon": "Ícone (opcional)", + "name": "Nome", + "name_error": "Deve fornecer o nome", + "new": "Novo Link", + "url": "URL", + "url_error": "Forneça uma URL" + }, + "search": "Pesquisar", + "weather": { + "meters": "{quantidade} metros", + "not_found": "Não Encontrado" + } + } +} From 2b8183474c53a39c4af54de7564090c961221e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 08:03:58 +0000 Subject: [PATCH 16/17] chore(deps): bump @mui/material from 5.11.1 to 5.11.2 (#333) Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.11.1 to 5.11.2. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.11.2/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10876968..e4d802a1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.8.1", "@fontsource/lexend-deca": "4.4.5", "@fontsource/montserrat": "4.4.5", - "@mui/material": "5.11.1", + "@mui/material": "5.11.2", "react": "18.2.0", "react-clock": "4.0.0", "react-color-gradient-picker": "0.1.2", From babc978dcfbad040b7d495744e5f5f2b10821c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 08:03:26 +0000 Subject: [PATCH 17/17] chore(deps): bump @mui/material from 5.11.2 to 5.11.3 (#335) Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.11.3/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4d802a1..b6660bd4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.8.1", "@fontsource/lexend-deca": "4.4.5", "@fontsource/montserrat": "4.4.5", - "@mui/material": "5.11.2", + "@mui/material": "5.11.3", "react": "18.2.0", "react-clock": "4.0.0", "react-color-gradient-picker": "0.1.2",