From f4d936e3e5087ca41dc24bc5733d0b9836d8fb29 Mon Sep 17 00:00:00 2001
From: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Date: Fri, 21 Apr 2023 17:15:47 +0900
Subject: [PATCH] New Crowdin updates (#829)
* New translations media-requests-list.json (Spanish)
* New translations media-requests-list.json (Danish)
* New translations media-requests-list.json (German)
* New translations media-requests-list.json (Hebrew)
* New translations media-requests-list.json (Italian)
* New translations media-requests-list.json (Norwegian)
* New translations media-requests-list.json (Slovak)
* New translations media-requests-list.json (English)
* New translations media-requests-list.json (Spanish)
* New translations media-requests-list.json (German)
* New translations media-requests-list.json (English)
* New translations rss.json (German)
* New translations media-requests-list.json (Hebrew)
* New translations media-requests-list.json (Italian)
* New translations media-requests-list.json (Chinese Simplified)
* New translations media-requests-list.json (Chinese Simplified)
* New translations media-requests-stats.json (Chinese Simplified)
* New translations search.json (Chinese Simplified)
* New translations add-app.json (Chinese Simplified)
* New translations error-boundary.json (Chinese Simplified)
* New translations media-requests-list.json (Danish)
* New translations media-requests-list.json (Dutch)
* New translations media-requests-stats.json (Dutch)
* New translations common.json (Dutch)
* New translations dashdot.json (Dutch)
* New translations ping.json (Dutch)
* New translations page-appearance.json (Dutch)
* New translations config-changer.json (Dutch)
* New translations search-engine.json (Dutch)
* New translations add-app.json (Dutch)
* New translations about.json (Dutch)
* New translations change-position.json (Dutch)
* New translations torrents-status.json (Dutch)
* New translations general.json (Dutch)
* New translations gridstack.json (Dutch)
* New translations video-stream.json (Dutch)
* New translations rss.json (Dutch)
* New translations rss.json (English)
* New translations iframe.json (Dutch)
* New translations error-boundary.json (Dutch)
* New translations dashdot.json (Chinese Simplified)
* New translations about.json (Chinese Simplified)
* New translations rss.json (Chinese Simplified)
* New translations common.json (Chinese Simplified)
* New translations rss.json (Chinese Simplified)
* New translations error-boundary.json (Chinese Simplified)
---
.../de/modules/media-requests-list.json | 2 +-
public/locales/de/modules/rss.json | 10 +++++-----
.../en/modules/media-requests-list.json | 2 +-
public/locales/en/modules/rss.json | 4 ++--
public/locales/nl/common.json | 6 +++---
public/locales/nl/layout/modals/about.json | 14 +++++++-------
public/locales/nl/layout/modals/add-app.json | 10 +++++-----
.../nl/layout/modals/change-position.json | 2 ++
public/locales/nl/modules/dashdot.json | 4 ++--
public/locales/nl/modules/iframe.json | 8 ++++----
.../nl/modules/media-requests-list.json | 18 +++++++++---------
.../nl/modules/media-requests-stats.json | 12 ++++++------
public/locales/nl/modules/ping.json | 2 +-
public/locales/nl/modules/rss.json | 10 +++++-----
public/locales/nl/modules/torrents-status.json | 2 +-
public/locales/nl/modules/video-stream.json | 12 ++++++------
.../nl/settings/customization/general.json | 12 ++++++------
.../nl/settings/customization/gridstack.json | 2 +-
.../customization/page-appearance.json | 8 ++++----
.../nl/settings/general/config-changer.json | 6 +++---
.../nl/settings/general/search-engine.json | 2 +-
public/locales/nl/widgets/error-boundary.json | 10 +++++-----
.../no/modules/media-requests-list.json | 2 +-
.../sk/modules/media-requests-list.json | 2 +-
public/locales/zh/common.json | 2 +-
public/locales/zh/layout/modals/about.json | 8 ++++----
public/locales/zh/layout/modals/add-app.json | 4 ++--
public/locales/zh/modules/dashdot.json | 14 +++++++-------
.../zh/modules/media-requests-list.json | 18 +++++++++---------
.../zh/modules/media-requests-stats.json | 12 ++++++------
public/locales/zh/modules/rss.json | 10 +++++-----
public/locales/zh/modules/search.json | 10 +++++-----
public/locales/zh/widgets/error-boundary.json | 10 +++++-----
33 files changed, 126 insertions(+), 124 deletions(-)
diff --git a/public/locales/de/modules/media-requests-list.json b/public/locales/de/modules/media-requests-list.json
index c87d10101..b4fffec49 100644
--- a/public/locales/de/modules/media-requests-list.json
+++ b/public/locales/de/modules/media-requests-list.json
@@ -7,7 +7,7 @@
}
},
"noRequests": "Keine Anfragen gefunden. Bitte stellen Sie sicher, dass Sie Ihre Anwendungen richtig konfiguriert haben.",
- "pending": "Es gibt {{countPendingApproval}} Anträge, die auf eine Genehmigung warten.",
+ "pending": "{{countPendingApproval}} Anfragen warten auf eine Genehmigung.",
"nonePending": "Es sind derzeit keine Genehmigungen ausstehend. Sie sind startklar!",
"state": {
"approved": "Genehmigt",
diff --git a/public/locales/de/modules/rss.json b/public/locales/de/modules/rss.json
index 488ed34ff..7b442343f 100644
--- a/public/locales/de/modules/rss.json
+++ b/public/locales/de/modules/rss.json
@@ -5,18 +5,18 @@
"settings": {
"title": "Einstellungen für das RSS-Widget",
"rssFeedUrl": {
- "label": "",
- "description": ""
+ "label": "RSS Feed URLs",
+ "description": "Die URLs der RSS Feeds, die angezeigt werden sollen."
},
"refreshInterval": {
- "label": ""
+ "label": "Aktualisierungsintervall (in Minuten)"
}
},
"card": {
"errors": {
"general": {
- "title": "",
- "text": ""
+ "title": "RSS Feed konnte nicht abgerufen werden",
+ "text": "Es ist ein Fehler beim Erreichen des RSS Feeds passiert. Stelle sicher, dass die eingetragene URL des RSS Feeds richtig ist. URLs sollten den offiziellen Spezifikationen entsprechen. Nach einem Update des Feeds muss möglicherweise die Dashboard-Seite aktualisiert werden."
}
}
}
diff --git a/public/locales/en/modules/media-requests-list.json b/public/locales/en/modules/media-requests-list.json
index 34f2c4da1..56babff77 100644
--- a/public/locales/en/modules/media-requests-list.json
+++ b/public/locales/en/modules/media-requests-list.json
@@ -7,7 +7,7 @@
}
},
"noRequests": "No requests found. Please ensure that you've configured your apps correctly.",
- "pending": "There are {{countPendingApproval}} requests waiting for an approval.",
+ "pending": "There are {{countPendingApproval}} requests waiting for approval.",
"nonePending": "There are currently no pending approvals. You're good to go!",
"state": {
"approved": "Approved",
diff --git a/public/locales/en/modules/rss.json b/public/locales/en/modules/rss.json
index 9566f1dc4..91a096a4a 100644
--- a/public/locales/en/modules/rss.json
+++ b/public/locales/en/modules/rss.json
@@ -5,8 +5,8 @@
"settings": {
"title": "Settings for RSS widget",
"rssFeedUrl": {
- "label": "RSS feeds urls",
- "description": "The urls of the RSS feeds you want to display from."
+ "label": "RSS feed URLs",
+ "description": "The URLs of the RSS feeds you want to display from."
},
"refreshInterval": {
"label": "Refresh interval (in minutes)"
diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json
index 60b5b1cec..9ee089ef7 100644
--- a/public/locales/nl/common.json
+++ b/public/locales/nl/common.json
@@ -9,14 +9,14 @@
"version": "Versie",
"changePosition": "Positie wijzigen",
"remove": "Verwijder",
- "removeConfirm": "",
- "createItem": "",
+ "removeConfirm": "Weet u zeker dat u {{item}} wilt verwijderen?",
+ "createItem": "+ creëer {{item}}",
"sections": {
"settings": "Instellingen",
"dangerZone": "Gevarenzone"
},
"secrets": {
- "apiKey": "",
+ "apiKey": "API sleutel",
"username": "Gebruikersnaam",
"password": "Wachtwoord"
},
diff --git a/public/locales/nl/layout/modals/about.json b/public/locales/nl/layout/modals/about.json
index f7fb65dff..57705182e 100644
--- a/public/locales/nl/layout/modals/about.json
+++ b/public/locales/nl/layout/modals/about.json
@@ -2,17 +2,17 @@
"description": "Homarr is een sterk, modern dashboard dat al je apps en diensten binnen handbereik brengt. Met Homarr heb je toegang tot en controle over alles op één handige locatie. Homarr integreert naadloos met de apps die je hebt toegevoegd en geeft je waardevolle informatie en volledige controle. Installatie is een fluitje van een cent en Homarr ondersteunt een breed scala aan implementatiemethoden.",
"contact": "Problemen of vragen? Neem contact met ons op!",
"addToDashboard": "Aan dashboard toevoegen",
- "tip": "",
- "key": "",
- "action": "",
- "keybinds": "",
+ "tip": "Mod verwijst naar uw modifier toets, dat zijn de Ctrl en Commando/Super/Windows toets",
+ "key": "Sneltoets",
+ "action": "Actie",
+ "keybinds": "Sneltoetsen",
"metrics": {
- "configurationSchemaVersion": "Versie configuratieschema",
+ "configurationSchemaVersion": "Configuratieschema versie",
"configurationsCount": "Beschikbare configuraties",
"version": "Versie",
- "nodeEnvironment": "Knooppuntomgeving",
+ "nodeEnvironment": "Node environment",
"i18n": "I18n vertaling namespaces geladen",
"locales": "I18n talen geconfigureerd",
- "experimental_disableEditMode": ""
+ "experimental_disableEditMode": "EXPERIMENTEEL: Bewerkingsmodus uitschakelen"
}
}
\ No newline at end of file
diff --git a/public/locales/nl/layout/modals/add-app.json b/public/locales/nl/layout/modals/add-app.json
index 0fec507b5..df325254b 100644
--- a/public/locales/nl/layout/modals/add-app.json
+++ b/public/locales/nl/layout/modals/add-app.json
@@ -1,7 +1,7 @@
{
"tabs": {
"general": "Algemeen",
- "behaviour": "",
+ "behaviour": "Gedrag",
"network": "Netwerk",
"appearance": "Opmaak",
"integration": "Integratie"
@@ -41,12 +41,12 @@
"label": "App icoon",
"description": "",
"autocomplete": {
- "title": "",
- "text": ""
+ "title": "Geen resultaten gevonden",
+ "text": "Probeer een specifiekere zoekterm te gebruiken. Als u het gewenste pictogram niet kunt vinden, plak dan de bovenstaande URL van de afbeelding voor een aangepast pictogram"
},
"noItems": {
- "title": "",
- "text": ""
+ "title": "Externe pictogrammen laden",
+ "text": "Dit kan enkele seconden duren"
}
}
},
diff --git a/public/locales/nl/layout/modals/change-position.json b/public/locales/nl/layout/modals/change-position.json
index 3ae44f1ba..bfd2993ea 100644
--- a/public/locales/nl/layout/modals/change-position.json
+++ b/public/locales/nl/layout/modals/change-position.json
@@ -1,6 +1,8 @@
{
+ "xPosition": "X-as positie",
"width": "Breedte",
"height": "Hoogte",
+ "yPosition": "Y-as positie",
"zeroOrHigher": "0 of hoger",
"betweenXandY": "Tussen {{min}} en {{max}}"
}
\ No newline at end of file
diff --git a/public/locales/nl/modules/dashdot.json b/public/locales/nl/modules/dashdot.json
index b0e8436e3..c4efb66b5 100644
--- a/public/locales/nl/modules/dashdot.json
+++ b/public/locales/nl/modules/dashdot.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Dash.",
- "description": "",
+ "description": "Toont de grafieken van een externe Dash. instantie binnen Homarr.",
"settings": {
"title": "Instellingen voor Dash. widget",
"url": {
@@ -85,7 +85,7 @@
"noInformation": "Kan geen informatie verkrijgen van dash. - gebruikt u de laatste versie?",
"protocolDowngrade": {
"title": "Protocol downgrade gedetecteerd",
- "text": ""
+ "text": "De verbinding met uw Dash. instantie gebruikt HTTP. Dit is een veiligheidsrisico, want HTTP is niet gecodeerd en aanvallers zouden deze verbinding kunnen misbruiken. Zorg ervoor dat Dash. HTTPS gebruikt, of downgrade Homarr naar HTTP (niet aanbevolen)."
}
},
"graphs": {
diff --git a/public/locales/nl/modules/iframe.json b/public/locales/nl/modules/iframe.json
index 3acc9cb99..dfbe2e5f2 100644
--- a/public/locales/nl/modules/iframe.json
+++ b/public/locales/nl/modules/iframe.json
@@ -1,11 +1,11 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "iFrame",
+ "description": "Insluiten van alle inhoud van het internet. Sommige websites kunnen de toegang beperken.",
"settings": {
- "title": "",
+ "title": "iFrame Instellingen",
"embedUrl": {
- "label": ""
+ "label": "URL insluiten"
},
"allowFullScreen": {
"label": "Volledig scherm toestaan"
diff --git a/public/locales/nl/modules/media-requests-list.json b/public/locales/nl/modules/media-requests-list.json
index 72c9da211..6839d4c5b 100644
--- a/public/locales/nl/modules/media-requests-list.json
+++ b/public/locales/nl/modules/media-requests-list.json
@@ -1,17 +1,17 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Media Verzoeken",
+ "description": "Bekijk een lijst met alle mediaverzoeken van uw Overseerr of Jellyseerr instantie",
"settings": {
- "title": ""
+ "title": "Lijst met mediaverzoeken"
}
},
- "noRequests": "",
- "pending": "",
- "nonePending": "",
+ "noRequests": "Geen verzoeken gevonden. Zorg ervoor dat u uw apps correct hebt geconfigureerd.",
+ "pending": "Er zijn {{countPendingApproval}} verzoeken die op goedkeuring wachten.",
+ "nonePending": "Er zijn momenteel geen lopende goedkeuringen. Je bent klaar om te gaan!",
"state": {
- "approved": "",
- "pendingApproval": "",
- "declined": ""
+ "approved": "Goedgekeurd",
+ "pendingApproval": "In afwachting van goedkeuring",
+ "declined": "Afgewezen"
}
}
diff --git a/public/locales/nl/modules/media-requests-stats.json b/public/locales/nl/modules/media-requests-stats.json
index 0ea9c580e..855b6a591 100644
--- a/public/locales/nl/modules/media-requests-stats.json
+++ b/public/locales/nl/modules/media-requests-stats.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "Media verzoek statistieken",
+ "description": "Statistieken over je mediaverzoeken",
"settings": {
- "title": ""
+ "title": "Mediaverzoeken statistieken"
}
},
"stats": {
- "pending": "",
- "tvRequests": "",
- "movieRequests": ""
+ "pending": "Wachtende goedkeuringen",
+ "tvRequests": "TV verzoeken",
+ "movieRequests": "Film verzoeken"
}
}
diff --git a/public/locales/nl/modules/ping.json b/public/locales/nl/modules/ping.json
index f1769b3db..d95664309 100644
--- a/public/locales/nl/modules/ping.json
+++ b/public/locales/nl/modules/ping.json
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Ping",
- "description": ""
+ "description": "Toont een statusindicator afhankelijk van de HTTP-antwoordcode van een bepaalde URL."
},
"states": {
"online": "Online {{response}}",
diff --git a/public/locales/nl/modules/rss.json b/public/locales/nl/modules/rss.json
index cf6cfae9b..a1917bd80 100644
--- a/public/locales/nl/modules/rss.json
+++ b/public/locales/nl/modules/rss.json
@@ -5,18 +5,18 @@
"settings": {
"title": "Instellingen voor RSS widget",
"rssFeedUrl": {
- "label": "",
- "description": ""
+ "label": "RSS feed URLs",
+ "description": "De URL's van de RSS feeds waarvan u wilt weergeven."
},
"refreshInterval": {
- "label": ""
+ "label": "Verversingsinterval (in minuten)"
}
},
"card": {
"errors": {
"general": {
- "title": "",
- "text": ""
+ "title": "Kan RSS feed niet ophalen",
+ "text": "Er was een probleem met het bereiken van de RSS feed. Zorg ervoor dat u de RSS-feed correct hebt geconfigureerd met een geldige URL. URL's moeten overeenkomen met de officiële specificatie. Na het bijwerken van de feed, moet u mogelijk het dashboard vernieuwen."
}
}
}
diff --git a/public/locales/nl/modules/torrents-status.json b/public/locales/nl/modules/torrents-status.json
index d52912336..09d9c201f 100644
--- a/public/locales/nl/modules/torrents-status.json
+++ b/public/locales/nl/modules/torrents-status.json
@@ -50,7 +50,7 @@
"text": "Voeg een ondersteunde Torrent-client toe om je huidige downloads te bekijken"
},
"generic": {
- "title": "",
+ "title": "Er is een onverwachte fout opgetreden",
"text": "Homarr kon niet communiceren met je Torrent-clients. Controleer je configuratie"
}
},
diff --git a/public/locales/nl/modules/video-stream.json b/public/locales/nl/modules/video-stream.json
index 7d99b18e0..427fdb9f5 100644
--- a/public/locales/nl/modules/video-stream.json
+++ b/public/locales/nl/modules/video-stream.json
@@ -1,20 +1,20 @@
{
"descriptor": {
- "name": "Video streams",
- "description": "Voeg een video stream, video van een camera of een website in",
+ "name": "Video stream",
+ "description": "Een videostream of video van een camera of een website insluiten",
"settings": {
- "title": "Instellingen voor videostream-widget",
+ "title": "Instellingen voor video stream widget",
"FeedUrl": {
- "label": ""
+ "label": "Feed URL"
},
"autoPlay": {
- "label": ""
+ "label": "Automatisch afspelen"
},
"muted": {
"label": "Gedempte audio"
},
"controls": {
- "label": "Bedieningselementen videospeler"
+ "label": "Bediening van de videospeler"
}
}
},
diff --git a/public/locales/nl/settings/customization/general.json b/public/locales/nl/settings/customization/general.json
index cd9900da9..eeb37373e 100644
--- a/public/locales/nl/settings/customization/general.json
+++ b/public/locales/nl/settings/customization/general.json
@@ -1,21 +1,21 @@
{
- "text": "Met aanpassingen kan je je ervaring met Homarr configureren en aanpassen naar je voorkeuren.",
+ "text": "Met aanpassingen kunt u uw ervaring met Homarr configureren en aanpassen aan uw voorkeuren.",
"accordeon": {
"layout": {
"name": "Indeling",
- "description": "Elementen op je header en dashboard tegels in- en uitschakelen"
+ "description": "In- en uitschakelen van elementen op je header en dashboard tegels"
},
"gridstack": {
"name": "Gridstack",
- "description": "Het gedrag en de kolommen van je dashboard aanpassen"
+ "description": "Het gedrag en de kolommen van uw dashboard aanpassen"
},
"pageMetadata": {
- "name": "Pagina Metadata",
- "description": "Tegels, logo en PWA aanpassen"
+ "name": "Pagina metadata",
+ "description": "Aanpassen van titels, logo en PWA"
},
"appereance": {
"name": "Opmaak",
- "description": ""
+ "description": "Pas de achtergrond, kleuren en het uiterlijk van de app aan"
}
}
}
\ No newline at end of file
diff --git a/public/locales/nl/settings/customization/gridstack.json b/public/locales/nl/settings/customization/gridstack.json
index d3e645596..cb2093431 100644
--- a/public/locales/nl/settings/customization/gridstack.json
+++ b/public/locales/nl/settings/customization/gridstack.json
@@ -4,7 +4,7 @@
"descriptionPreset": "Aantal kolommen wanneer het scherm minder dan {{pixels}} pixels breed is.",
"descriptionExceedsPreset": "Aantal kolommen wanneer het scherm groter is dan {{pixels}} pixels"
},
- "unsavedChanges": "Je hebt niet opgeslagen wijzigingen. Klik op de knop Wijzigingen toepassen om ze toe te passen en op te slaan.",
+ "unsavedChanges": "U heeft niet opgeslagen wijzigingen. Klik op de knop Wijzigingen toepassen hieronder om ze toe te passen en op te slaan.",
"applyChanges": "Wijzigingen toepassen",
"defaultValues": "Standaardwaarden"
}
\ No newline at end of file
diff --git a/public/locales/nl/settings/customization/page-appearance.json b/public/locales/nl/settings/customization/page-appearance.json
index 44dee36c5..14bfcc6eb 100644
--- a/public/locales/nl/settings/customization/page-appearance.json
+++ b/public/locales/nl/settings/customization/page-appearance.json
@@ -5,22 +5,22 @@
},
"metaTitle": {
"label": "Meta Titel",
- "description": ""
+ "description": "De titel die wordt weergegeven in uw browsertabblad"
},
"logo": {
"label": "Logo",
- "description": ""
+ "description": "Het logo dat linksboven wordt weergegeven"
},
"favicon": {
"label": "Favicon",
- "description": ""
+ "description": "Het pictogram dat wordt weergegeven in uw browsertabblad"
},
"background": {
"label": "Achtergrond"
},
"customCSS": {
"label": "Eigen CSS",
- "description": "",
+ "description": "Pas uw dashboard verder aan met behulp van CSS, alleen aanbevolen voor ervaren gebruikers",
"placeholder": "Eigen CSS wordt als laatste toegepast",
"applying": "CSS toepassen..."
},
diff --git a/public/locales/nl/settings/general/config-changer.json b/public/locales/nl/settings/general/config-changer.json
index fcfed6199..06e041789 100644
--- a/public/locales/nl/settings/general/config-changer.json
+++ b/public/locales/nl/settings/general/config-changer.json
@@ -36,8 +36,8 @@
},
"confirmDeletion": {
"title": "Bevestig de verwijdering van uw configuratie",
- "warningText": "",
- "text": "",
+ "warningText": "Je staat op het punt om '{{configName}}' te verwijderen",
+ "text": "Houd er rekening mee dat het verwijderen niet teruggedraaid kan worden en dat je gegevens permanent verloren gaan. Nadat u op deze knop hebt geklikt, wordt het bestand permanent van uw schijf verwijderd. Zorg ervoor dat u een adequate back-up van uw configuratie maakt.",
"buttons": {
"confirm": "Ja, verwijder '{{configName}}'"
}
@@ -57,7 +57,7 @@
"message": "Configuratie verwijderen mislukt"
},
"deleteFailedDefaultConfig": {
- "title": "",
+ "title": "De standaardconfiguratie kan niet worden verwijderd",
"message": "Configuratie is niet verwijderd uit het bestandssysteem"
}
}
diff --git a/public/locales/nl/settings/general/search-engine.json b/public/locales/nl/settings/general/search-engine.json
index f21f46807..737f4b890 100644
--- a/public/locales/nl/settings/general/search-engine.json
+++ b/public/locales/nl/settings/general/search-engine.json
@@ -2,7 +2,7 @@
"title": "Zoekmachine",
"configurationName": "Zoekmachine configuratie",
"tips": {
- "generalTip": "",
+ "generalTip": "U kunt meerdere voorvoegsels gebruiken! Door deze voor uw zoekopdracht toe te voegen worden de resultaten gefilterd. !s (Web), !t (Torrents), !y (YouTube), en !m (Media).",
"placeholderTip": "%s kan worden gebruikt als plaatshouder voor de query."
},
"customEngine": {
diff --git a/public/locales/nl/widgets/error-boundary.json b/public/locales/nl/widgets/error-boundary.json
index 1782aed72..9253d8c97 100644
--- a/public/locales/nl/widgets/error-boundary.json
+++ b/public/locales/nl/widgets/error-boundary.json
@@ -1,14 +1,14 @@
{
"card": {
- "title": "",
+ "title": "Oeps, er was een fout!",
"buttons": {
- "details": "",
- "tryAgain": ""
+ "details": "Beschrijving",
+ "tryAgain": "Probeer het opnieuw"
}
},
"modal": {
"text": "",
- "label": "",
- "reportButton": ""
+ "label": "Uw fout",
+ "reportButton": "Deze fout melden"
}
}
\ No newline at end of file
diff --git a/public/locales/no/modules/media-requests-list.json b/public/locales/no/modules/media-requests-list.json
index 9f16a0f25..e0c2166f4 100644
--- a/public/locales/no/modules/media-requests-list.json
+++ b/public/locales/no/modules/media-requests-list.json
@@ -7,7 +7,7 @@
}
},
"noRequests": "Ingen forespørsler funnet. Vennligst skjekk at du har konfigurert appene dine riktig.",
- "pending": "Det er {{countPendingApproval}} forespørsler som venter på en godkjenning.",
+ "pending": "",
"nonePending": "Det er for tiden ingen ventende godkjenninger. Alt er klart!",
"state": {
"approved": "Godkjent",
diff --git a/public/locales/sk/modules/media-requests-list.json b/public/locales/sk/modules/media-requests-list.json
index 40139b293..c233047f1 100644
--- a/public/locales/sk/modules/media-requests-list.json
+++ b/public/locales/sk/modules/media-requests-list.json
@@ -7,7 +7,7 @@
}
},
"noRequests": "Nenašli sa žiadne požiadavky. Skontrolujte, či ste správne nakonfigurovali svoje aplikácie.",
- "pending": "Na schválenie čaká {{countPendingApproval}} žiadostí.",
+ "pending": "",
"nonePending": "V súčasnosti nie sú k dispozícii žiadne schválenia. Môžete začať!",
"state": {
"approved": "Schválené",
diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json
index 0c76984bb..79c381929 100644
--- a/public/locales/zh/common.json
+++ b/public/locales/zh/common.json
@@ -10,7 +10,7 @@
"changePosition": "改变位置",
"remove": "移除",
"removeConfirm": "你确定要删除 {{item}} 吗?",
- "createItem": "",
+ "createItem": "创建{{item}}",
"sections": {
"settings": "设置",
"dangerZone": "危险操作"
diff --git a/public/locales/zh/layout/modals/about.json b/public/locales/zh/layout/modals/about.json
index 244f0bd13..2d6b35985 100644
--- a/public/locales/zh/layout/modals/about.json
+++ b/public/locales/zh/layout/modals/about.json
@@ -2,10 +2,10 @@
"description": "Homarr是一个 顺滑的、 现代化 的面板,它把你所有的应用和服务汇于指尖。有了Homarr,你可以在一个页面访问和控制一切。Homarr与你添加的应用无缝交互,为你提供有价值的信息并由你完全控制。安装Homarr轻松简单,并且支持多种部署方式。",
"contact": "遇到困难或问题?请与我们联系!",
"addToDashboard": "添加到控制面板",
- "tip": "",
- "key": "",
- "action": "",
- "keybinds": "",
+ "tip": "Mod 指的是你的修饰键,它是 Ctrl 和 Command/Super/Windows 键",
+ "key": "快捷键",
+ "action": "操作",
+ "keybinds": "热键绑定",
"metrics": {
"configurationSchemaVersion": "配置样式版本",
"configurationsCount": "可用的配置",
diff --git a/public/locales/zh/layout/modals/add-app.json b/public/locales/zh/layout/modals/add-app.json
index fdaeeb1d6..90b431f8f 100644
--- a/public/locales/zh/layout/modals/add-app.json
+++ b/public/locales/zh/layout/modals/add-app.json
@@ -1,7 +1,7 @@
{
"tabs": {
- "general": "一般",
- "behaviour": "",
+ "general": "通用",
+ "behaviour": "动作",
"network": "网络",
"appearance": "外观",
"integration": "融合"
diff --git a/public/locales/zh/modules/dashdot.json b/public/locales/zh/modules/dashdot.json
index 817df9efa..a7a367991 100644
--- a/public/locales/zh/modules/dashdot.json
+++ b/public/locales/zh/modules/dashdot.json
@@ -11,20 +11,20 @@
"label": "显示百分比"
},
"columns": {
- "label": ""
+ "label": "显示的列"
},
"graphHeight": {
"label": "图形的高度"
},
"graphsOrder": {
- "label": "",
+ "label": "图形(顺序)",
"storage": {
"label": "存储",
"enabled": {
"label": "在小工具中显示"
},
"span": {
- "label": ""
+ "label": "列宽度"
},
"compactView": {
"label": "显示为文本(紧凑)"
@@ -39,7 +39,7 @@
"label": "在小工具中显示"
},
"span": {
- "label": ""
+ "label": "列宽度"
},
"compactView": {
"label": "显示为文本(紧凑)"
@@ -51,7 +51,7 @@
"label": "在小工具中显示"
},
"span": {
- "label": ""
+ "label": "列宽度"
},
"multiView": {
"label": "显示为多核视图"
@@ -63,7 +63,7 @@
"label": "在小工具中显示"
},
"span": {
- "label": ""
+ "label": "列宽度"
}
},
"gpu": {
@@ -72,7 +72,7 @@
"label": "在小工具中显示"
},
"span": {
- "label": ""
+ "label": "列宽度"
}
}
}
diff --git a/public/locales/zh/modules/media-requests-list.json b/public/locales/zh/modules/media-requests-list.json
index 72c9da211..1fef401f0 100644
--- a/public/locales/zh/modules/media-requests-list.json
+++ b/public/locales/zh/modules/media-requests-list.json
@@ -1,17 +1,17 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "媒体请求",
+ "description": "查看来自你的Overseerr或Jellyseerr实例的所有媒体请求的列表",
"settings": {
- "title": ""
+ "title": "媒体请求列表"
}
},
- "noRequests": "",
- "pending": "",
- "nonePending": "",
+ "noRequests": "没有找到请求。请确保你已经正确配置了你的应用程序。",
+ "pending": "有 {{countPendingApproval}} 个请求正等待核准。",
+ "nonePending": "目前没有待核准的项目。静待媒体更新!",
"state": {
- "approved": "",
- "pendingApproval": "",
- "declined": ""
+ "approved": "已核准",
+ "pendingApproval": "待核准",
+ "declined": "已拒绝"
}
}
diff --git a/public/locales/zh/modules/media-requests-stats.json b/public/locales/zh/modules/media-requests-stats.json
index 0ea9c580e..22c09f463 100644
--- a/public/locales/zh/modules/media-requests-stats.json
+++ b/public/locales/zh/modules/media-requests-stats.json
@@ -1,14 +1,14 @@
{
"descriptor": {
- "name": "",
- "description": "",
+ "name": "媒体请求状态",
+ "description": "您的媒体请求统计",
"settings": {
- "title": ""
+ "title": "媒体请求状态"
}
},
"stats": {
- "pending": "",
- "tvRequests": "",
- "movieRequests": ""
+ "pending": "待核准",
+ "tvRequests": "电视请求",
+ "movieRequests": "电影请求"
}
}
diff --git a/public/locales/zh/modules/rss.json b/public/locales/zh/modules/rss.json
index 85f800113..13f0ef03f 100644
--- a/public/locales/zh/modules/rss.json
+++ b/public/locales/zh/modules/rss.json
@@ -5,18 +5,18 @@
"settings": {
"title": "设置RSS小部件",
"rssFeedUrl": {
- "label": "",
- "description": ""
+ "label": "RSS Feed地址",
+ "description": "你想在其中展示的RSS订阅源URL"
},
"refreshInterval": {
- "label": ""
+ "label": "刷新间隔(以分钟计)"
}
},
"card": {
"errors": {
"general": {
- "title": "",
- "text": ""
+ "title": "无法加载此RSS订阅源",
+ "text": "加载此RSS订阅源时出现问题。请确保你正确配置了RSS订阅源的URL。URLs应该符合官方规范。在更新订阅源后,你可能需要重新加载仪表板。"
}
}
}
diff --git a/public/locales/zh/modules/search.json b/public/locales/zh/modules/search.json
index a44b503af..f0ca2501f 100644
--- a/public/locales/zh/modules/search.json
+++ b/public/locales/zh/modules/search.json
@@ -6,23 +6,23 @@
"input": {
"placeholder": "在网上搜索..."
},
- "switched-to": "换成了",
+ "switched-to": "切换到:",
"searchEngines": {
"search": {
"name": "网络",
"description": "搜索..."
},
"youtube": {
- "name": "录像带",
+ "name": "油管",
"description": "在Youtube上搜索"
},
"torrents": {
- "name": "火炬",
- "description": "搜索山洪病毒"
+ "name": "种子",
+ "description": "搜索种子"
},
"overseerr": {
"name": "Overseerr",
- "description": "在Overseer上搜索电影和电视剧。"
+ "description": "在媒体请求服务上搜索电影和电视剧。"
}
},
"tip": "你可以用快捷键选择搜索栏 ",
diff --git a/public/locales/zh/widgets/error-boundary.json b/public/locales/zh/widgets/error-boundary.json
index 1782aed72..a4d714e8d 100644
--- a/public/locales/zh/widgets/error-boundary.json
+++ b/public/locales/zh/widgets/error-boundary.json
@@ -1,14 +1,14 @@
{
"card": {
- "title": "",
+ "title": "糟糕,出现了一个错误!",
"buttons": {
- "details": "",
- "tryAgain": ""
+ "details": "详情",
+ "tryAgain": "请再试一次"
}
},
"modal": {
"text": "",
- "label": "",
- "reportButton": ""
+ "label": "请检查",
+ "reportButton": "报告该错误"
}
}
\ No newline at end of file