diff --git a/public/locales/da/common.json b/public/locales/da/common.json index d10ded8fb..9a152894c 100644 --- a/public/locales/da/common.json +++ b/public/locales/da/common.json @@ -6,6 +6,10 @@ "delete": "Slet", "ok": "OK", "edit": "Rediger", + "enabled": "Aktiveret", + "disabled": "Deaktiveret", + "enableAll": "Aktiver alle", + "disableAll": "Deaktiver alle", "version": "Version", "changePosition": "Ændre placering", "remove": "Fjern", diff --git a/public/locales/da/modules/bookmark.json b/public/locales/da/modules/bookmark.json new file mode 100644 index 000000000..8c635afeb --- /dev/null +++ b/public/locales/da/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "Bogmærke", + "description": "Viser en statisk liste over strenge eller links", + "settings": { + "title": "Bogmærke indstillinger", + "items": { + "label": "Elementer" + }, + "layout": { + "label": "Layout" + } + } + }, + "card": { + "noneFound": { + "title": "Bogmærkelisten er tom", + "text": "Tilføj nye elementer til denne liste i redigeringstilstand" + } + } +} diff --git a/public/locales/da/modules/dashdot.json b/public/locales/da/modules/dashdot.json index 42b20b855..c5c178ce0 100644 --- a/public/locales/da/modules/dashdot.json +++ b/public/locales/da/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Viser graferne for en ekstern Dash. instans i Homarr.", "settings": { "title": "Indstillinger for Dash. widget", + "dashName": { + "label": "Dash. Navn" + }, "url": { "label": "Dash. URL" }, diff --git a/public/locales/da/modules/dns-hole-controls.json b/public/locales/da/modules/dns-hole-controls.json new file mode 100644 index 000000000..c97b4b444 --- /dev/null +++ b/public/locales/da/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "DNS hole kontrol", + "description": "Kontroller PiHole eller AdGuard fra dit dashboard" + } +} \ No newline at end of file diff --git a/public/locales/da/modules/dns-hole-summary.json b/public/locales/da/modules/dns-hole-summary.json new file mode 100644 index 000000000..99c93f9db --- /dev/null +++ b/public/locales/da/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "DNS hole oversigt", + "description": "Viser vigtige data fra PiHole eller AdGuard", + "settings": { + "title": "Indstillinger for DNS Hole oversigt", + "usePiHoleColors": { + "label": "Brug farver fra PiHole" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "Domæner på adlister", + "queriesToday": "Forespørgsler i dag", + "queriesBlockedTodayPercentage": "blokeret i dag", + "queriesBlockedToday": "blokeret i dag" + } + } +} diff --git a/public/locales/da/modules/rss.json b/public/locales/da/modules/rss.json index 32caf93c0..3d0adf88e 100644 --- a/public/locales/da/modules/rss.json +++ b/public/locales/da/modules/rss.json @@ -5,7 +5,7 @@ "settings": { "title": "Indstillinger for RSS-widget", "rssFeedUrl": { - "label": "RSS feeds URL'er", + "label": "RSS-feed URL'er", "description": "URL'erne for de RSS-feeds, du vil vise fra." }, "refreshInterval": { diff --git a/public/locales/da/modules/torrents-status.json b/public/locales/da/modules/torrents-status.json index 0527fc2fd..3ae5b1697 100644 --- a/public/locales/da/modules/torrents-status.json +++ b/public/locales/da/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Vis torrents uden aktivitet" + }, + "labelFilterIsWhitelist": { + "label": "Etiketlisten er en whitelist (i stedet for en blackliste)" + }, + "labelFilter": { + "label": "Etiket liste", + "description": "Når \"er whitelist\" er markeret, fungerer dette som en whitelist. Hvis det ikke er markeret, er det en blackliste. Gør ikke noget, hvis den er tom" } } }, @@ -33,7 +40,8 @@ "text": "Administreret af {{appName}}, {{ratio}} ratio" }, "body": { - "nothingFound": "Ingen torrents fundet" + "nothingFound": "Ingen torrents fundet", + "filterHidingItems": "{{count}} poster er skjult af dine filtre" } }, "lineChart": { diff --git a/public/locales/da/widgets/draggable-list.json b/public/locales/da/widgets/draggable-list.json new file mode 100644 index 000000000..66aa4a2ce --- /dev/null +++ b/public/locales/da/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "Ingen poster", + "text": "Brug knapperne nedenfor til at tilføje flere elementer" + }, + "buttonAdd": "Tilføj" +} diff --git a/public/locales/de/common.json b/public/locales/de/common.json index cf39f324d..cc1a3501a 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -6,6 +6,10 @@ "delete": "Löschen", "ok": "OK", "edit": "Bearbeiten", + "enabled": "Aktiviert", + "disabled": "Deaktiviert", + "enableAll": "Alle aktivieren", + "disableAll": "Alles deaktivieren", "version": "Version", "changePosition": "Position wechseln", "remove": "Entfernen", diff --git a/public/locales/de/modules/bookmark.json b/public/locales/de/modules/bookmark.json new file mode 100644 index 000000000..82d8a1c92 --- /dev/null +++ b/public/locales/de/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "Lesezeichen", + "description": "Zeigt eine statische Liste von Zeichenfolgen oder Links an", + "settings": { + "title": "Lesezeichen-Einstellungen", + "items": { + "label": "Elemente" + }, + "layout": { + "label": "Ansicht" + } + } + }, + "card": { + "noneFound": { + "title": "Lesezeichenliste leer", + "text": "Neue Elemente im Bearbeitungsmodus zu dieser Liste hinzufügen" + } + } +} diff --git a/public/locales/de/modules/dashdot.json b/public/locales/de/modules/dashdot.json index a403da824..0b33e58bc 100644 --- a/public/locales/de/modules/dashdot.json +++ b/public/locales/de/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Zeigt die Graphen einer externen Dash.-Instanz innerhalb von Homarr an.", "settings": { "title": "Einstellungen für Dash. Widget", + "dashName": { + "label": "Dash. Name" + }, "url": { "label": "Dash. URL" }, diff --git a/public/locales/de/modules/dns-hole-controls.json b/public/locales/de/modules/dns-hole-controls.json new file mode 100644 index 000000000..512267204 --- /dev/null +++ b/public/locales/de/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "DNS-Hole Steuerung", + "description": "Steuern Sie PiHole oder AdGuard von Ihrem Dashboard aus" + } +} \ No newline at end of file diff --git a/public/locales/de/modules/dns-hole-summary.json b/public/locales/de/modules/dns-hole-summary.json new file mode 100644 index 000000000..56ffab649 --- /dev/null +++ b/public/locales/de/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "DNS-Hole Zusammenfassung", + "description": "Zeigt wichtige Daten von PiHole oder AdGuard an", + "settings": { + "title": "Einstellungen für die DNS-Hole Zusammenfassung", + "usePiHoleColors": { + "label": "Farben von PiHole verwenden" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "Domains auf der Adlist", + "queriesToday": "Heutige Anfragen", + "queriesBlockedTodayPercentage": "heute blockiert", + "queriesBlockedToday": "heute blockiert" + } + } +} diff --git a/public/locales/de/modules/rss.json b/public/locales/de/modules/rss.json index 7b442343f..5b2703270 100644 --- a/public/locales/de/modules/rss.json +++ b/public/locales/de/modules/rss.json @@ -5,7 +5,7 @@ "settings": { "title": "Einstellungen für das RSS-Widget", "rssFeedUrl": { - "label": "RSS Feed URLs", + "label": "RSS-Feed URL", "description": "Die URLs der RSS Feeds, die angezeigt werden sollen." }, "refreshInterval": { diff --git a/public/locales/de/modules/torrents-status.json b/public/locales/de/modules/torrents-status.json index 2c7888edc..31abf346b 100644 --- a/public/locales/de/modules/torrents-status.json +++ b/public/locales/de/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Angehaltene Torrents anzeigen" + }, + "labelFilterIsWhitelist": { + "label": "Labelliste ist eine Whitelist (statt einer Blacklist)" + }, + "labelFilter": { + "label": "Labelliste", + "description": "Wenn \"ist Whitelist\" ausgewählt ist, handel es sich um eine Whitelist. Ist \"ist Whitelist\" nicht ausgewählt, handelt es sich um eine Blacklist. Wenn die Auswahl leer ist, wird nicht passieren" } } }, @@ -33,7 +40,8 @@ "text": "Verwaltet von {{appName}}, {{ratio}} ratio" }, "body": { - "nothingFound": "Keine Torrents gefunden" + "nothingFound": "Keine Torrents gefunden", + "filterHidingItems": "{{count}} Einträge sind durch Filter ausgeblendet" } }, "lineChart": { diff --git a/public/locales/de/widgets/draggable-list.json b/public/locales/de/widgets/draggable-list.json new file mode 100644 index 000000000..56b2cf22d --- /dev/null +++ b/public/locales/de/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "Keine Einträge", + "text": "Verwenden Sie die Schaltflächen unten, um weitere Einträge hinzuzufügen" + }, + "buttonAdd": "Hinzufügen" +} diff --git a/public/locales/el/common.json b/public/locales/el/common.json index 769edb658..997d590e9 100644 --- a/public/locales/el/common.json +++ b/public/locales/el/common.json @@ -6,17 +6,21 @@ "delete": "Διαγραφή", "ok": "ΟΚ", "edit": "Επεξεργασία", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Έκδοση", "changePosition": "Αλλαγή θέσης", "remove": "Αφαίρεση", - "removeConfirm": "", - "createItem": "", + "removeConfirm": "Είστε σίγουροι ότι θέλετε να καταργήσετε το {{item}};", + "createItem": "+ δημιουργήστε {{item}}", "sections": { "settings": "Ρυθμίσεις", "dangerZone": "Επικίνδυνη Περιοχή" }, "secrets": { - "apiKey": "", + "apiKey": "Κλειδί API", "username": "Όνομα Χρήστη", "password": "Κωδικός" }, diff --git a/public/locales/el/layout/modals/about.json b/public/locales/el/layout/modals/about.json index 927b5b23f..11df75320 100644 --- a/public/locales/el/layout/modals/about.json +++ b/public/locales/el/layout/modals/about.json @@ -2,17 +2,17 @@ "description": "Το Homarr είναι ένα κομψό, μοντέρνο ταμπλό που βάζει όλες τις εφαρμογές και τις υπηρεσίες σας στα χέρια σας. Με το Homarr, μπορείτε να έχετε πρόσβαση και να ελέγχετε τα πάντα σε μια βολική τοποθεσία. Το Homarr ενσωματώνεται απρόσκοπτα με τις εφαρμογές που έχετε προσθέσει, παρέχοντάς σας πολύτιμες πληροφορίες και δίνοντάς σας πλήρη έλεγχο. Η εγκατάσταση είναι πανεύκολη και το Homarr υποστηρίζει ένα ευρύ φάσμα μεθόδων ανάπτυξης.", "contact": "Έχετε προβλήματα ή ερωτήσεις; Συνδεθείτε μαζί μας!", "addToDashboard": "Προσθήκη στο ταμπλό", - "tip": "", - "key": "", - "action": "", - "keybinds": "", + "tip": "Το Mod αναφέρεται στο πλήκτρο τροποποίησης, είναι τα πλήκτρα Ctrl και Command/Super/Windows", + "key": "Πλήκτρο συντόμευσης", + "action": "Ενέργεια", + "keybinds": "Δεσμοί πλήκτρων", "metrics": { - "configurationSchemaVersion": "", - "configurationsCount": "", + "configurationSchemaVersion": "Έκδοση σχήματος διαμόρφωσης", + "configurationsCount": "Διαθέσιμες διαμορφώσεις", "version": "Έκδοση", - "nodeEnvironment": "", - "i18n": "", - "locales": "", - "experimental_disableEditMode": "" + "nodeEnvironment": "Περιβάλλον κόμβου", + "i18n": "Φορτωμένα πεδία ονομάτων μετάφρασης I18n", + "locales": "Διαμορφωμένες τοπικές ρυθμίσεις I18n", + "experimental_disableEditMode": "ΠΕΙΡΑΜΑΤΙΚΟ: Απενεργοποίηση της λειτουργίας επεξεργασίας" } } \ No newline at end of file diff --git a/public/locales/el/layout/modals/add-app.json b/public/locales/el/layout/modals/add-app.json index 30eb2cf2e..c902bc0dc 100644 --- a/public/locales/el/layout/modals/add-app.json +++ b/public/locales/el/layout/modals/add-app.json @@ -1,7 +1,7 @@ { "tabs": { "general": "Γενικά", - "behaviour": "", + "behaviour": "Συμπεριφορά", "network": "Δίκτυο", "appearance": "Εμφάνιση", "integration": "Ενσωμάτωση" @@ -41,12 +41,12 @@ "label": "Εικονίδιο εφαρμογής", "description": "", "autocomplete": { - "title": "", - "text": "" + "title": "Δεν βρέθηκαν αποτελέσματα", + "text": "Προσπαθήστε να χρησιμοποιήσετε έναν πιο συγκεκριμένο όρο αναζήτησης. Αν δεν μπορείτε να βρείτε το εικονίδιο που επιθυμείτε, επικολλήστε την παραπάνω διεύθυνση URL εικόνας για ένα προσαρμοσμένο εικονίδιο" }, "noItems": { - "title": "", - "text": "" + "title": "Φόρτωση εξωτερικών εικονιδίων", + "text": "Αυτό μπορεί να διαρκέσει μερικά δευτερόλεπτα" } } }, diff --git a/public/locales/el/layout/modals/change-position.json b/public/locales/el/layout/modals/change-position.json index 4c2b1819f..52619c888 100644 --- a/public/locales/el/layout/modals/change-position.json +++ b/public/locales/el/layout/modals/change-position.json @@ -1,6 +1,8 @@ { + "xPosition": "Θέση του άξονα X", "width": "Πλάτος", "height": "Ύψος", + "yPosition": "Θέση του άξονα Y", "zeroOrHigher": "0 ή υψηλότερο", "betweenXandY": "Μεταξύ {min} και {max}" } \ No newline at end of file diff --git a/public/locales/el/modules/bookmark.json b/public/locales/el/modules/bookmark.json new file mode 100644 index 000000000..91825c538 --- /dev/null +++ b/public/locales/el/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Διάταξη" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/el/modules/calendar.json b/public/locales/el/modules/calendar.json index 5fe128a55..a41ee8809 100644 --- a/public/locales/el/modules/calendar.json +++ b/public/locales/el/modules/calendar.json @@ -5,7 +5,7 @@ "settings": { "title": "Ρυθμίσεις για το widget ημερολογίου", "useSonarrv4": { - "label": "" + "label": "Χρήση του API Sonarr v4" }, "sundayStart": { "label": "Ξεκινήστε την εβδομάδα από την Κυριακή" diff --git a/public/locales/el/modules/dashdot.json b/public/locales/el/modules/dashdot.json index 60f6c65b5..d472664ce 100644 --- a/public/locales/el/modules/dashdot.json +++ b/public/locales/el/modules/dashdot.json @@ -1,78 +1,81 @@ { "descriptor": { "name": "Dash.", - "description": "", + "description": "Εμφανίζει τα γραφήματα ενός εξωτερικού Dash. Instance μέσα στο Homarr.", "settings": { "title": "Ρυθμίσεις για το widget Dash", + "dashName": { + "label": "" + }, "url": { "label": "Dash. URL" }, "usePercentages": { - "label": "" + "label": "Εμφάνιση ποσοστών" }, "columns": { - "label": "" + "label": "Εμφάνιση στηλών" }, "graphHeight": { - "label": "" + "label": "Ύψος γραφημάτων" }, "graphsOrder": { - "label": "", + "label": "Γραφήματα (σειρά)", "storage": { "label": "Αποθηκευτικός χώρος", "enabled": { - "label": "" + "label": "Εμφάνιση στο widget" }, "span": { - "label": "" + "label": "Εύρος στήλης" }, "compactView": { - "label": "" + "label": "Εμφάνιση ως κείμενο (συμπαγές)" }, "multiView": { - "label": "" + "label": "Εμφάνιση ως multi-drive-view" } }, "network": { "label": "Δίκτυο", "enabled": { - "label": "" + "label": "Εμφάνιση στο widget" }, "span": { - "label": "" + "label": "Εύρος στήλης" }, "compactView": { - "label": "" + "label": "Εμφάνιση ως κείμενο (συμπαγές)" } }, "cpu": { "label": "CPU", "enabled": { - "label": "" + "label": "Εμφάνιση στο widget" }, "span": { - "label": "" + "label": "Εύρος στήλης" }, "multiView": { - "label": "" + "label": "Εμφάνιση ως προβολή πολλαπλών πυρήνων" } }, "ram": { - "label": "", + "label": "RAM", "enabled": { - "label": "" + "label": "Εμφάνιση στο widget" }, "span": { - "label": "" + "label": "Εύρος στήλης" } }, "gpu": { "label": "GPU", "enabled": { - "label": "" + "label": "Εμφάνιση στο widget" }, "span": { - "label": "" + "label": "Εύρος στήλης" } } } @@ -84,8 +87,8 @@ "noService": "Δεν βρέθηκε υπηρεσία Dash. Παρακαλούμε προσθέστε μία στο ταμπλό Homarr ή ορίστε μια Dash. URL στις επιλογές της ενότητας", "noInformation": "Δεν μπορεί να αποκτήσει πληροφορίες από το dash. - τρέχετε την τελευταία έκδοση;", "protocolDowngrade": { - "title": "", - "text": "" + "title": "Εντοπισμένη υποβάθμιση πρωτοκόλλου", + "text": "Η σύνδεση με την εμφάνισή σας Dash. χρησιμοποιεί HTTP. Αυτό αποτελεί κίνδυνο για την ασφάλεια, επειδή το HTTP δεν είναι κρυπτογραφημένο και οι επιτιθέμενοι θα μπορούσαν να κάνουν κατάχρηση αυτής της σύνδεσης. Βεβαιωθείτε ότι το Dash. χρησιμοποιεί HTTPS ή υποβαθμίστε το Homarr σε HTTP (δεν συνιστάται)." } }, "graphs": { @@ -105,7 +108,7 @@ "title": "CPU" }, "ram": { - "title": "" + "title": "RAM" }, "gpu": { "title": "GPU" diff --git a/public/locales/el/modules/dns-hole-controls.json b/public/locales/el/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/el/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/el/modules/dns-hole-summary.json b/public/locales/el/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/el/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/el/modules/iframe.json b/public/locales/el/modules/iframe.json index 18c90c392..731266aac 100644 --- a/public/locales/el/modules/iframe.json +++ b/public/locales/el/modules/iframe.json @@ -1,14 +1,14 @@ { "descriptor": { - "name": "", - "description": "", + "name": "iframe", + "description": "Ενσωματώστε οποιοδήποτε περιεχόμενο από το διαδίκτυο. Ορισμένοι ιστότοποι ενδέχεται να περιορίζουν την πρόσβαση.", "settings": { - "title": "", + "title": "ρυθμίσεις iFrame", "embedUrl": { - "label": "" + "label": "URL ενσωμάτωσης" }, "allowFullScreen": { - "label": "" + "label": "Επιτρέψτε την πλήρη οθόνη" } } }, @@ -16,7 +16,7 @@ "errors": { "noUrl": { "title": "", - "text": "" + "text": "Βεβαιωθείτε ότι έχετε εισάγει μια έγκυρη διεύθυνση στη διαμόρφωση του widget σας" } } } diff --git a/public/locales/el/modules/media-requests-list.json b/public/locales/el/modules/media-requests-list.json index 72c9da211..2cbc42bae 100644 --- a/public/locales/el/modules/media-requests-list.json +++ b/public/locales/el/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/el/modules/media-requests-stats.json b/public/locales/el/modules/media-requests-stats.json index 0ea9c580e..273abc81c 100644 --- a/public/locales/el/modules/media-requests-stats.json +++ b/public/locales/el/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/el/modules/media-server.json b/public/locales/el/modules/media-server.json index 2be958199..55161c0d8 100644 --- a/public/locales/el/modules/media-server.json +++ b/public/locales/el/modules/media-server.json @@ -1,23 +1,23 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Διακομιστής πολυμέσων", + "description": "Αλληλεπίδραση με τον διακομιστή πολυμέσων Jellyfin ή Plex", "settings": { - "title": "" + "title": "Ρυθμίσεις για το widget του διακομιστή πολυμέσων" } }, "card": { "table": { "header": { - "session": "", - "user": "", - "currentlyPlaying": "" + "session": "Συνεδρία", + "user": "Χρήστης", + "currentlyPlaying": "Παίζει Τώρα" } }, "errors": { "general": { - "title": "", - "text": "" + "title": "Αδυναμία φόρτωσης περιεχομένου", + "text": "Αδυναμία ανάκτησης πληροφοριών από το διακομιστή. Ελέγξτε τα αρχεία καταγραφής για περισσότερες λεπτομέρειες" } } } diff --git a/public/locales/el/modules/ping.json b/public/locales/el/modules/ping.json index cb2037b57..70d316ee2 100644 --- a/public/locales/el/modules/ping.json +++ b/public/locales/el/modules/ping.json @@ -1,7 +1,7 @@ { "descriptor": { "name": "Ping", - "description": "" + "description": "Εμφανίζει μια ένδειξη κατάστασης ανάλογα με τον κωδικό απόκρισης HTTP μιας δεδομένης διεύθυνσης URL." }, "states": { "online": "Online {{response}}", diff --git a/public/locales/el/modules/rss.json b/public/locales/el/modules/rss.json index 0ae05342b..d05b2622a 100644 --- a/public/locales/el/modules/rss.json +++ b/public/locales/el/modules/rss.json @@ -1,22 +1,22 @@ { "descriptor": { - "name": "", + "name": "RSS Widget", "description": "", "settings": { - "title": "", + "title": "Ρυθμίσεις για το widget RSS", "rssFeedUrl": { - "label": "", - "description": "" + "label": "URLs τροφοδοσίας RSS", + "description": "Οι διευθύνσεις URL των RSS feeds που θέλετε να εμφανίσετε." }, "refreshInterval": { - "label": "" + "label": "Διάστημα ανανέωσης (σε λεπτά)" } }, "card": { "errors": { "general": { - "title": "", - "text": "" + "title": "Αδυναμία ανάκτησης RSS feed", + "text": "Υπήρξε ένα πρόβλημα με την πρόσβαση στην τροφοδοσία RSS. Βεβαιωθείτε ότι έχετε ρυθμίσει σωστά την τροφοδοσία RSS χρησιμοποιώντας μια έγκυρη διεύθυνση URL. Οι διευθύνσεις URL πρέπει να συμφωνούν με τις επίσημες προδιαγραφές. Μετά την ενημέρωση της τροφοδοσίας, ενδέχεται να χρειαστεί να ανανεώσετε το ταμπλό." } } } diff --git a/public/locales/el/modules/torrents-status.json b/public/locales/el/modules/torrents-status.json index 84c33e30d..cbbd76d76 100644 --- a/public/locales/el/modules/torrents-status.json +++ b/public/locales/el/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Εμφάνιση stale torrents" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "Διαχειρίζεται από {{appName}}, {{ratio}} αναλογία" }, "body": { - "nothingFound": "Δεν βρέθηκαν torrents" + "nothingFound": "Δεν βρέθηκαν torrents", + "filterHidingItems": "" } }, "lineChart": { @@ -50,7 +58,7 @@ "text": "Προσθέστε έναν υποστηριζόμενης εφαρμογής Torrent για να δείτε τις τρέχουσες λήψεις σας" }, "generic": { - "title": "", + "title": "Προέκυψε ένα απρόσμενο σφάλμα", "text": "Το Homarr δεν μπόρεσε να επικοινωνήσει με τις εφαρμογές Torrent. Ελέγξτε τις ρυθμίσεις σας" } }, diff --git a/public/locales/el/modules/video-stream.json b/public/locales/el/modules/video-stream.json index 539daa1c4..716e5365a 100644 --- a/public/locales/el/modules/video-stream.json +++ b/public/locales/el/modules/video-stream.json @@ -1,24 +1,24 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Ροή Βίντεο", + "description": "Ενσωματώστε μια ροή βίντεο ή βίντεο από μια κάμερα ή έναν ιστότοπο", "settings": { - "title": "", + "title": "Ρυθμίσεις για widget ροής βίντεο", "FeedUrl": { - "label": "" + "label": "URL τροφοδοσίας" }, "autoPlay": { - "label": "" + "label": "Αυτόματη αναπαραγωγή" }, "muted": { - "label": "" + "label": "Ήχος σε σίγαση" }, "controls": { - "label": "" + "label": "Έλεγχοι αναπαραγωγής βίντεο" } } }, "errors": { - "invalidStream": "" + "invalidStream": "Μη έγκυρη ροή" } } \ No newline at end of file diff --git a/public/locales/el/settings/common.json b/public/locales/el/settings/common.json index dbd542560..a4884531e 100644 --- a/public/locales/el/settings/common.json +++ b/public/locales/el/settings/common.json @@ -10,19 +10,19 @@ }, "credits": { "madeWithLove": "Φτιαγμένο με ❤️ από @", - "thirdPartyContent": "", + "thirdPartyContent": "Δείτε το περιεχόμενο τρίτων", "thirdPartyContentTable": { - "dependencyName": "", + "dependencyName": "Εξάρτηση", "dependencyVersion": "Έκδοση" } }, "grow": "Πλέγμα ανάπτυξης (παίρνει όλο το χώρο)", "layout": { "preview": { - "title": "", - "subtitle": "" + "title": "Προεπισκόπηση", + "subtitle": "Οι αλλαγές θα αποθηκευτούν αυτόματα" }, - "divider": "", + "divider": "Επιλογές διάταξης", "main": "Κύριο", "sidebar": "Πλαϊνή μπάρα", "cannotturnoff": "Δεν μπορεί να απενεργοποιηθεί", diff --git a/public/locales/el/settings/customization/color-selector.json b/public/locales/el/settings/customization/color-selector.json index 5c2b6f5b4..acd1fe225 100644 --- a/public/locales/el/settings/customization/color-selector.json +++ b/public/locales/el/settings/customization/color-selector.json @@ -1,3 +1,4 @@ { + "colors": "Χρώματα", "suffix": "{{color}} χρώμα" } \ No newline at end of file diff --git a/public/locales/el/settings/customization/general.json b/public/locales/el/settings/customization/general.json index 141f7ff4b..a2beee905 100644 --- a/public/locales/el/settings/customization/general.json +++ b/public/locales/el/settings/customization/general.json @@ -1,21 +1,21 @@ { - "text": "", + "text": "Οι προσαρμογές σας επιτρέπουν να διαμορφώσετε και να προσαρμόσετε την εμπειρία σας με το Homarr στις προτιμήσεις σας.", "accordeon": { "layout": { - "name": "", - "description": "" + "name": "Διάταξη", + "description": "Ενεργοποίηση και απενεργοποίηση στοιχείων στην κεφαλίδα και στα πλακίδια του ταμπλό σας" }, "gridstack": { - "name": "", - "description": "" + "name": "Gridstack", + "description": "Προσαρμόστε τη συμπεριφορά και τις στήλες της περιοχής του ταμπλό σας" }, "pageMetadata": { - "name": "", - "description": "" + "name": "Μεταδεδομένα σελίδας", + "description": "Προσαρμόστε τίτλους, λογότυπο και PWA" }, "appereance": { "name": "Εμφάνιση", - "description": "" + "description": "Προσαρμόστε το φόντο, τα χρώματα και την εμφάνιση των εφαρμογών" } } } \ No newline at end of file diff --git a/public/locales/el/settings/customization/gridstack.json b/public/locales/el/settings/customization/gridstack.json index 18c3d8233..4ba4f1e70 100644 --- a/public/locales/el/settings/customization/gridstack.json +++ b/public/locales/el/settings/customization/gridstack.json @@ -1,10 +1,10 @@ { "columnsCount": { - "labelPreset": "", - "descriptionPreset": "", - "descriptionExceedsPreset": "" + "labelPreset": "Στήλες σε μέγεθος {{size}}", + "descriptionPreset": "Αριθμός στηλών όταν το πλάτος της οθόνης είναι μικρότερο από {{pixels}} pixels", + "descriptionExceedsPreset": "Αριθμός στηλών όταν το μέγεθος της οθόνης υπερβαίνει τα {{pixels}} pixels" }, - "unsavedChanges": "", - "applyChanges": "", - "defaultValues": "" + "unsavedChanges": "Έχετε μη αποθηκευμένες αλλαγές. Κάντε κλικ στο κουμπί Εφαρμογή αλλαγών παρακάτω για να τις εφαρμόσετε και να τις αποθηκεύσετε.", + "applyChanges": "Εφαρμογή αλλαγών", + "defaultValues": "Προεπιλεγμένες τιμές" } \ No newline at end of file diff --git a/public/locales/el/settings/customization/page-appearance.json b/public/locales/el/settings/customization/page-appearance.json index a5c179673..c1339f472 100644 --- a/public/locales/el/settings/customization/page-appearance.json +++ b/public/locales/el/settings/customization/page-appearance.json @@ -1,28 +1,28 @@ { "pageTitle": { "label": "Τίτλος Σελίδας", - "description": "" + "description": "Ο τίτλος του ταμπλό στο επάνω αριστερό μέρος" }, "metaTitle": { "label": "Meta Τίτλος", - "description": "" + "description": "Ο τίτλος που εμφανίζεται στην καρτέλα του προγράμματος περιήγησης" }, "logo": { "label": "Λογότυπο", - "description": "" + "description": "Το λογότυπο που εμφανίζεται πάνω αριστερά" }, "favicon": { "label": "Έμβλημα", - "description": "" + "description": "Το εικονίδιο που εμφανίζεται στην καρτέλα του προγράμματος περιήγησης" }, "background": { "label": "Φόντο" }, "customCSS": { "label": "Προσαρμοσμένη CSS", - "description": "", + "description": "Περαιτέρω, προσαρμόστε τον πίνακα ελέγχου σας χρησιμοποιώντας CSS, συνιστάται μόνο για έμπειρους χρήστες", "placeholder": "Το προσαρμοσμένο CSS θα εφαρμοστεί τελευταίο", - "applying": "" + "applying": "Εφαρμογή CSS..." }, "buttons": { "submit": "Υποβολή" diff --git a/public/locales/el/settings/general/config-changer.json b/public/locales/el/settings/general/config-changer.json index 628e70e6e..4fe61e49c 100644 --- a/public/locales/el/settings/general/config-changer.json +++ b/public/locales/el/settings/general/config-changer.json @@ -36,8 +36,8 @@ }, "confirmDeletion": { "title": "Επιβεβαιώστε τη διαγραφή της διαμόρφωσής σας", - "warningText": "", - "text": "", + "warningText": "Πρόκειται να διαγράψετε το '{{configName}}'", + "text": "Λάβετε υπόψη ότι η διαγραφή δεν είναι αναστρέψιμη και τα δεδομένα σας θα χαθούν οριστικά. Αφού κάνετε κλικ σε αυτό το κουμπί, το αρχείο θα διαγραφεί οριστικά από το δίσκο σας. Φροντίστε να δημιουργήσετε ένα επαρκές αντίγραφο ασφαλείας της διαμόρφωσής σας.", "buttons": { "confirm": "Ναι, διαγράψτε το '{{configName}}'" } @@ -57,7 +57,7 @@ "message": "Η διαγραφή ρυθμίσεων απέτυχε" }, "deleteFailedDefaultConfig": { - "title": "", + "title": "Η προεπιλεγμένη ρύθμιση παραμέτρων δεν μπορεί να διαγραφεί", "message": "Η διαμόρφωση δεν διαγράφηκε από το σύστημα αρχείων" } } diff --git a/public/locales/el/settings/general/search-engine.json b/public/locales/el/settings/general/search-engine.json index 1d6a3e30e..f3915a4d1 100644 --- a/public/locales/el/settings/general/search-engine.json +++ b/public/locales/el/settings/general/search-engine.json @@ -2,7 +2,7 @@ "title": "Μηχανή αναζήτησης", "configurationName": "Διαμόρφωση μηχανής αναζήτησης", "tips": { - "generalTip": "", + "generalTip": "Υπάρχουν πολλά προθέματα που μπορείτε να χρησιμοποιήσετε! Προσθέτοντας αυτά μπροστά από το ερώτημά σας θα φιλτράρετε τα αποτελέσματα. !s (Web), !t (Torrents), !y (YouTube) και !m (Media).", "placeholderTip": "%s μπορεί να χρησιμοποιηθεί ως placeholder για το ερώτημα." }, "customEngine": { diff --git a/public/locales/el/widgets/draggable-list.json b/public/locales/el/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/el/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/el/widgets/error-boundary.json b/public/locales/el/widgets/error-boundary.json index 1782aed72..e1f70a5b1 100644 --- a/public/locales/el/widgets/error-boundary.json +++ b/public/locales/el/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 diff --git a/public/locales/es/common.json b/public/locales/es/common.json index a0ad63e97..94d508345 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -6,6 +6,10 @@ "delete": "Eliminar", "ok": "OK", "edit": "Editar", + "enabled": "Activado", + "disabled": "Desactivado", + "enableAll": "Activar todo", + "disableAll": "Desactivar todo", "version": "Versión", "changePosition": "Cambiar posición", "remove": "Eliminar", diff --git a/public/locales/es/modules/bookmark.json b/public/locales/es/modules/bookmark.json new file mode 100644 index 000000000..177eb1a09 --- /dev/null +++ b/public/locales/es/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Disposición" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/es/modules/dashdot.json b/public/locales/es/modules/dashdot.json index 1686364ec..0bceb6149 100644 --- a/public/locales/es/modules/dashdot.json +++ b/public/locales/es/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Mostrar los gráficos de una instancia Dash. externa en Homarr.", "settings": { "title": "Ajustes para el widget Dash.", + "dashName": { + "label": "Nombre Dash." + }, "url": { "label": "Dash. URL" }, diff --git a/public/locales/es/modules/dns-hole-controls.json b/public/locales/es/modules/dns-hole-controls.json new file mode 100644 index 000000000..28b764c37 --- /dev/null +++ b/public/locales/es/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "Controles de DNS hole", + "description": "Controla Pihole o AdGuard desde tu dashboard" + } +} \ No newline at end of file diff --git a/public/locales/es/modules/dns-hole-summary.json b/public/locales/es/modules/dns-hole-summary.json new file mode 100644 index 000000000..52f1fd9f6 --- /dev/null +++ b/public/locales/es/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "Resumen DNS hole", + "description": "Muestra datos importantes de Pihole o AdGuard", + "settings": { + "title": "Configuración del resumen de DNS Hole", + "usePiHoleColors": { + "label": "Usar colores de PiHole" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "Dominios en listas de anuncios", + "queriesToday": "Consultas hoy", + "queriesBlockedTodayPercentage": "bloqueado hoy", + "queriesBlockedToday": "bloqueado hoy" + } + } +} diff --git a/public/locales/es/modules/rss.json b/public/locales/es/modules/rss.json index 195161e23..580a37ea4 100644 --- a/public/locales/es/modules/rss.json +++ b/public/locales/es/modules/rss.json @@ -6,7 +6,7 @@ "title": "Ajustes para el widget RSS", "rssFeedUrl": { "label": "URLs de fuentes RSS", - "description": "Las URLs de las fuentes RSS desde las que deseas mostrar." + "description": "Las URLs de fuentes RSS desde las que deseas mostrar." }, "refreshInterval": { "label": "Intervalo de refresco (en minutos)" diff --git a/public/locales/es/modules/torrents-status.json b/public/locales/es/modules/torrents-status.json index 58b065749..cc0b5447b 100644 --- a/public/locales/es/modules/torrents-status.json +++ b/public/locales/es/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Mostrar torrents estancados" + }, + "labelFilterIsWhitelist": { + "label": "La lista de etiquetas se trata de una lista blanca (en lugar de una lista negra)" + }, + "labelFilter": { + "label": "Lista de etiquetas", + "description": "Cuando 'incluido en la lista blanca' esté marcado, actuará como una lista blanca. Si no lo está, ésta será una lista negra. No hará nada cuando esté vacía" } } }, @@ -33,7 +40,8 @@ "text": "Gestionado por {{appName}}, {{ratio}} ratio" }, "body": { - "nothingFound": "No se han encontrado torrents" + "nothingFound": "No se han encontrado torrents", + "filterHidingItems": "{{count}} entradas ocultas por tus filtros" } }, "lineChart": { diff --git a/public/locales/es/widgets/draggable-list.json b/public/locales/es/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/es/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index c8b240e10..724548c23 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -6,6 +6,10 @@ "delete": "Supprimer", "ok": "OK", "edit": "Modifier", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Version", "changePosition": "Modifier la position", "remove": "Supprimer", diff --git a/public/locales/fr/modules/bookmark.json b/public/locales/fr/modules/bookmark.json new file mode 100644 index 000000000..28dea41ea --- /dev/null +++ b/public/locales/fr/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Mise en page" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/fr/modules/dashdot.json b/public/locales/fr/modules/dashdot.json index 7d2b78a53..e064628f5 100644 --- a/public/locales/fr/modules/dashdot.json +++ b/public/locales/fr/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "", "settings": { "title": "Paramètres du widget Dash", + "dashName": { + "label": "" + }, "url": { "label": "URL Dash." }, @@ -84,7 +87,7 @@ "noService": "Aucun service Dash. trouvé. Veuillez en ajouter un à votre tableau de bord Homarr ou définir l'URL du service Dash. dans les options du module", "noInformation": "Impossible d'acquérir des informations de Dash. - Utilisez-vous la dernière version ?", "protocolDowngrade": { - "title": "Protocole rétrograde détecté (HTTP)", + "title": "Dégradation du protocole détectée", "text": "" } }, diff --git a/public/locales/fr/modules/dns-hole-controls.json b/public/locales/fr/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/fr/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/fr/modules/dns-hole-summary.json b/public/locales/fr/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/fr/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/fr/modules/media-server.json b/public/locales/fr/modules/media-server.json index 667593838..d2571f267 100644 --- a/public/locales/fr/modules/media-server.json +++ b/public/locales/fr/modules/media-server.json @@ -1,7 +1,7 @@ { "descriptor": { "name": "Serveur multimédia", - "description": "Interagissez avec votre server multimédia Jellyfin ou Plex", + "description": "Interagissez avec votre serveur multimédia Jellyfin ou Plex", "settings": { "title": "" } diff --git a/public/locales/fr/modules/torrents-status.json b/public/locales/fr/modules/torrents-status.json index 5163240cc..3a34d0b31 100644 --- a/public/locales/fr/modules/torrents-status.json +++ b/public/locales/fr/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Afficher les torrents périmés" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "Géré par {{appName}}, {{ratio}} ratio" }, "body": { - "nothingFound": "Aucun torrent trouvé" + "nothingFound": "Aucun torrent trouvé", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/fr/widgets/draggable-list.json b/public/locales/fr/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/fr/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/he/common.json b/public/locales/he/common.json index 7942b01fb..ff4637d09 100644 --- a/public/locales/he/common.json +++ b/public/locales/he/common.json @@ -6,6 +6,10 @@ "delete": "מחיקה", "ok": "אישור", "edit": "עריכה", + "enabled": "מאופשר", + "disabled": "מושבת", + "enableAll": "אפשר הכל", + "disableAll": "השבת הכל", "version": "גרסה", "changePosition": "שנה מיקום", "remove": "הסר", diff --git a/public/locales/he/modules/bookmark.json b/public/locales/he/modules/bookmark.json new file mode 100644 index 000000000..ef7e077aa --- /dev/null +++ b/public/locales/he/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "סימנייה", + "description": "מציג רשימה סטטית של מחרוזות או קישורים", + "settings": { + "title": "הגדרות סימניה", + "items": { + "label": "פריטים" + }, + "layout": { + "label": "פריסה" + } + } + }, + "card": { + "noneFound": { + "title": "רשימת הסימניות ריקה", + "text": "הוסף פריטים חדשים לרשימה זו במצב עריכה" + } + } +} diff --git a/public/locales/he/modules/dashdot.json b/public/locales/he/modules/dashdot.json index 6ca24a9df..d3be96eb7 100644 --- a/public/locales/he/modules/dashdot.json +++ b/public/locales/he/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "מציג מופעי נתוני גרפים מ- Dash בתוך Homarr.", "settings": { "title": "הגדרות עבור וידג׳ט Dash.", + "dashName": { + "label": "דאש. שם" + }, "url": { "label": "כתובת אתר Dash." }, diff --git a/public/locales/he/modules/dns-hole-controls.json b/public/locales/he/modules/dns-hole-controls.json new file mode 100644 index 000000000..0b8efe2bf --- /dev/null +++ b/public/locales/he/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "בקרות DNS", + "description": "שלוט ב-PiHole או ב-AdGuard מלוח המחוונים שלך" + } +} \ No newline at end of file diff --git a/public/locales/he/modules/dns-hole-summary.json b/public/locales/he/modules/dns-hole-summary.json new file mode 100644 index 000000000..f9b43caec --- /dev/null +++ b/public/locales/he/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "סיכום DNS", + "description": "מציג נתונים חשובים מ-PiHole או AdGuard", + "settings": { + "title": "הגדרות עבור סיכום DNS", + "usePiHoleColors": { + "label": "השתמש בצבעים של PiHole" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "דומיינים ברשימות מודעות", + "queriesToday": "שאילתות היום", + "queriesBlockedTodayPercentage": "נחסמו היום", + "queriesBlockedToday": "נחסמו היום" + } + } +} diff --git a/public/locales/he/modules/torrents-status.json b/public/locales/he/modules/torrents-status.json index b3983e3a2..33e4a5559 100644 --- a/public/locales/he/modules/torrents-status.json +++ b/public/locales/he/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "הצג טורנטים שהושלמו" + }, + "labelFilterIsWhitelist": { + "label": "רשימת התוויות היא רשימת היתרים (במקום רשימה שחורה)" + }, + "labelFilter": { + "label": "רשימת תוויות", + "description": "כאשר 'רשימת היתרים' מסומנת, זה יפעל כרשימה הלבנה. אם לא מסומן, זוהי רשימה שחורה. לא יעשה כלום כשהוא ריק" } } }, @@ -33,7 +40,8 @@ "text": "מנוהל על ידי {{appName}}, יחס {{ratio}}" }, "body": { - "nothingFound": "לא נמצא טורנט" + "nothingFound": "לא נמצא טורנט", + "filterHidingItems": "{{count}} ערכים מוסתרים על ידי המסננים שלך" } }, "lineChart": { diff --git a/public/locales/he/widgets/draggable-list.json b/public/locales/he/widgets/draggable-list.json new file mode 100644 index 000000000..42bf1b789 --- /dev/null +++ b/public/locales/he/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "אין ערכים", + "text": "השתמש בלחצנים למטה כדי להוסיף ערכים נוספים" + }, + "buttonAdd": "הוסף" +} diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 624343aac..8afd9f009 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -6,6 +6,10 @@ "delete": "Elimina", "ok": "OK", "edit": "Modifica", + "enabled": "Abilitato", + "disabled": "Disattivato", + "enableAll": "Abilita tutto", + "disableAll": "Disattiva tutto", "version": "Versione", "changePosition": "Cambia posizione", "remove": "Rimuovi", diff --git a/public/locales/it/modules/bookmark.json b/public/locales/it/modules/bookmark.json new file mode 100644 index 000000000..9854baeb5 --- /dev/null +++ b/public/locales/it/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "Preferito", + "description": "Visualizza un elenco statico di stringhe o link", + "settings": { + "title": "Opzioni preferiti", + "items": { + "label": "Elementi" + }, + "layout": { + "label": "Layout" + } + } + }, + "card": { + "noneFound": { + "title": "Lista preferiti vuota", + "text": "Aggiungi nuovi elementi a questo elenco in edit mode" + } + } +} diff --git a/public/locales/it/modules/dashdot.json b/public/locales/it/modules/dashdot.json index 69ee1ff84..5ba58bc23 100644 --- a/public/locales/it/modules/dashdot.json +++ b/public/locales/it/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Visualizza i grafici di un'istanza Dash. esterna all'interno di Homarr.", "settings": { "title": "Impostazioni del widget Dash.", + "dashName": { + "label": "Dash. Nome" + }, "url": { "label": "Dash. URL" }, diff --git a/public/locales/it/modules/dns-hole-controls.json b/public/locales/it/modules/dns-hole-controls.json new file mode 100644 index 000000000..d945c396c --- /dev/null +++ b/public/locales/it/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "Controllo del DNS hole", + "description": "Controlla PiHole o AdGuard dalla tua dashboard" + } +} \ No newline at end of file diff --git a/public/locales/it/modules/dns-hole-summary.json b/public/locales/it/modules/dns-hole-summary.json new file mode 100644 index 000000000..aeae3a3d1 --- /dev/null +++ b/public/locales/it/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "Riepilogo DNS hole", + "description": "Visualizza dati importanti da PiHole o AdGuard", + "settings": { + "title": "Impostazioni per il riepilogo del DNS hole", + "usePiHoleColors": { + "label": "Usa i colori da PiHole" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "Domini su adlists", + "queriesToday": "Query di oggi", + "queriesBlockedTodayPercentage": "bloccati oggi", + "queriesBlockedToday": "bloccati oggi" + } + } +} diff --git a/public/locales/it/modules/rss.json b/public/locales/it/modules/rss.json index 61a716d66..709cf8949 100644 --- a/public/locales/it/modules/rss.json +++ b/public/locales/it/modules/rss.json @@ -5,8 +5,8 @@ "settings": { "title": "Impostazioni del widget RSS", "rssFeedUrl": { - "label": "RSS feed url", - "description": "Gli url dei feed RSS che si desidera visualizzare." + "label": "URL dei feed RSS", + "description": "Gli URL dei feed RSS che si desidera visualizzare." }, "refreshInterval": { "label": "Intervallo di aggiornamento (in secondi)" diff --git a/public/locales/it/modules/torrents-status.json b/public/locales/it/modules/torrents-status.json index 8a8f61129..ce48b69c0 100644 --- a/public/locales/it/modules/torrents-status.json +++ b/public/locales/it/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Mostra torrent in stallo" + }, + "labelFilterIsWhitelist": { + "label": "La label list è una whitelist (anzichè blacklist)" + }, + "labelFilter": { + "label": "Label list", + "description": "Quando 'è whitelist' è selezionato, agirà come una whitelist. Se non selezionato, è una blacklist. Non farà nulla quando vuoto" } } }, @@ -33,7 +40,8 @@ "text": "Gestito da {{appName}}, {{ratio}} ratio" }, "body": { - "nothingFound": "Nessun torrent trovato" + "nothingFound": "Nessun torrent trovato", + "filterHidingItems": "{{count}} le voci sono nascoste dai tuoi filtri" } }, "lineChart": { diff --git a/public/locales/it/widgets/draggable-list.json b/public/locales/it/widgets/draggable-list.json new file mode 100644 index 000000000..3c5544a53 --- /dev/null +++ b/public/locales/it/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "Nessuna voce", + "text": "Usa i pulsanti qui sotto per aggiungere più voci" + }, + "buttonAdd": "Aggiungi" +} diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 870beefcb..3cb084732 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -6,6 +6,10 @@ "delete": "削除", "ok": "よっしゃー", "edit": "編集", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "バージョン", "changePosition": "ポジションを変更する", "remove": "削除", diff --git a/public/locales/ja/modules/bookmark.json b/public/locales/ja/modules/bookmark.json new file mode 100644 index 000000000..7b959be28 --- /dev/null +++ b/public/locales/ja/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/ja/modules/dashdot.json b/public/locales/ja/modules/dashdot.json index be49474b0..651273b3e 100644 --- a/public/locales/ja/modules/dashdot.json +++ b/public/locales/ja/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "", "settings": { "title": "Dash.ウィジェットの設定", + "dashName": { + "label": "" + }, "url": { "label": "ダッシュURL" }, diff --git a/public/locales/ja/modules/dns-hole-controls.json b/public/locales/ja/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/ja/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/ja/modules/dns-hole-summary.json b/public/locales/ja/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/ja/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/ja/modules/torrents-status.json b/public/locales/ja/modules/torrents-status.json index 97d5c8e5c..09a27f5e8 100644 --- a/public/locales/ja/modules/torrents-status.json +++ b/public/locales/ja/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "古くなったトレントを表示する" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "運営: {{appName}}, {{ratio}} 比率" }, "body": { - "nothingFound": "トレントが見つかりません" + "nothingFound": "トレントが見つかりません", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/ja/widgets/draggable-list.json b/public/locales/ja/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/ja/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/ko/common.json b/public/locales/ko/common.json index 742a3d56a..bbe1b821b 100644 --- a/public/locales/ko/common.json +++ b/public/locales/ko/common.json @@ -6,6 +6,10 @@ "delete": "삭제", "ok": "", "edit": "수정", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "", "changePosition": "", "remove": "제거", diff --git a/public/locales/ko/modules/bookmark.json b/public/locales/ko/modules/bookmark.json new file mode 100644 index 000000000..7b959be28 --- /dev/null +++ b/public/locales/ko/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/ko/modules/dashdot.json b/public/locales/ko/modules/dashdot.json index c8041f55c..9b243cf84 100644 --- a/public/locales/ko/modules/dashdot.json +++ b/public/locales/ko/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "", "settings": { "title": "", + "dashName": { + "label": "" + }, "url": { "label": "Dash. 주소" }, diff --git a/public/locales/ko/modules/dns-hole-controls.json b/public/locales/ko/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/ko/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/ko/modules/dns-hole-summary.json b/public/locales/ko/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/ko/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/ko/modules/torrents-status.json b/public/locales/ko/modules/torrents-status.json index 78132d9a8..ec6cb0e96 100644 --- a/public/locales/ko/modules/torrents-status.json +++ b/public/locales/ko/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "" }, "body": { - "nothingFound": "토렌트 없음" + "nothingFound": "토렌트 없음", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/ko/widgets/draggable-list.json b/public/locales/ko/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/ko/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/lol/common.json b/public/locales/lol/common.json index 99661da35..21c8567d9 100644 --- a/public/locales/lol/common.json +++ b/public/locales/lol/common.json @@ -6,6 +6,10 @@ "delete": "Deleet", "ok": "K", "edit": "Edit", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Vershun", "changePosition": "Change Posishun", "remove": "Remoev", diff --git a/public/locales/lol/modules/bookmark.json b/public/locales/lol/modules/bookmark.json new file mode 100644 index 000000000..7b959be28 --- /dev/null +++ b/public/locales/lol/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/lol/modules/dashdot.json b/public/locales/lol/modules/dashdot.json index 223bfdfdd..a71152ab0 100644 --- a/public/locales/lol/modules/dashdot.json +++ b/public/locales/lol/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "", "settings": { "title": "Settings 4 Dash. Widget", + "dashName": { + "label": "" + }, "url": { "label": "Dash. URL" }, diff --git a/public/locales/lol/modules/dns-hole-controls.json b/public/locales/lol/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/lol/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/lol/modules/dns-hole-summary.json b/public/locales/lol/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/lol/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/lol/modules/torrents-status.json b/public/locales/lol/modules/torrents-status.json index 90ea4f429..043d4688b 100644 --- a/public/locales/lol/modules/torrents-status.json +++ b/public/locales/lol/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Display Stale Torrents" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "" }, "body": { - "nothingFound": "No torrents findz" + "nothingFound": "No torrents findz", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/lol/widgets/draggable-list.json b/public/locales/lol/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/lol/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index 9ee089ef7..c4950ae71 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -6,6 +6,10 @@ "delete": "Verwijder", "ok": "OK", "edit": "Wijzig", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Versie", "changePosition": "Positie wijzigen", "remove": "Verwijder", diff --git a/public/locales/nl/modules/bookmark.json b/public/locales/nl/modules/bookmark.json new file mode 100644 index 000000000..61eecead0 --- /dev/null +++ b/public/locales/nl/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Indeling" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/nl/modules/dashdot.json b/public/locales/nl/modules/dashdot.json index c4efb66b5..3077e9a91 100644 --- a/public/locales/nl/modules/dashdot.json +++ b/public/locales/nl/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Toont de grafieken van een externe Dash. instantie binnen Homarr.", "settings": { "title": "Instellingen voor Dash. widget", + "dashName": { + "label": "Dash. Naam" + }, "url": { "label": "Dash. URL" }, diff --git a/public/locales/nl/modules/dns-hole-controls.json b/public/locales/nl/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/nl/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/nl/modules/dns-hole-summary.json b/public/locales/nl/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/nl/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/nl/modules/media-requests-list.json b/public/locales/nl/modules/media-requests-list.json index 6839d4c5b..8b9c23cc6 100644 --- a/public/locales/nl/modules/media-requests-list.json +++ b/public/locales/nl/modules/media-requests-list.json @@ -7,7 +7,7 @@ } }, "noRequests": "Geen verzoeken gevonden. Zorg ervoor dat u uw apps correct hebt geconfigureerd.", - "pending": "Er zijn {{countPendingApproval}} verzoeken die op goedkeuring wachten.", + "pending": "Er zijn {{countPendingApproval}} aanvragen die wachten op goedkeuring.", "nonePending": "Er zijn momenteel geen lopende goedkeuringen. Je bent klaar om te gaan!", "state": { "approved": "Goedgekeurd", diff --git a/public/locales/nl/modules/rss.json b/public/locales/nl/modules/rss.json index a1917bd80..324fa78bb 100644 --- a/public/locales/nl/modules/rss.json +++ b/public/locales/nl/modules/rss.json @@ -5,8 +5,8 @@ "settings": { "title": "Instellingen voor RSS widget", "rssFeedUrl": { - "label": "RSS feed URLs", - "description": "De URL's van de RSS feeds waarvan u wilt weergeven." + "label": "RSS feed URL's", + "description": "De URL's van de RSS-feeds die u wilt weergeven." }, "refreshInterval": { "label": "Verversingsinterval (in minuten)" diff --git a/public/locales/nl/modules/torrents-status.json b/public/locales/nl/modules/torrents-status.json index 09d9c201f..134f74efc 100644 --- a/public/locales/nl/modules/torrents-status.json +++ b/public/locales/nl/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Toon verouderde torrents" + }, + "labelFilterIsWhitelist": { + "label": "Label lijst is een whitelist (in plaats van blacklist)" + }, + "labelFilter": { + "label": "Label lijst", + "description": "Als \"is whitelist\" is aangevinkt, is dit een witte lijst. Indien niet aangevinkt, is dit een zwarte lijst. Doet niets als hij leeg is" } } }, @@ -33,7 +40,8 @@ "text": "Beheerd door {{appName}}, {{ratio}} verhouding" }, "body": { - "nothingFound": "Geen torrents gevonden" + "nothingFound": "Geen torrents gevonden", + "filterHidingItems": "{{count}} items worden verborgen door uw filters" } }, "lineChart": { diff --git a/public/locales/nl/widgets/draggable-list.json b/public/locales/nl/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/nl/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/no/common.json b/public/locales/no/common.json index dd225b18e..250324f53 100644 --- a/public/locales/no/common.json +++ b/public/locales/no/common.json @@ -6,6 +6,10 @@ "delete": "Slett", "ok": "OK", "edit": "Rediger", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Versjon", "changePosition": "Endre posisjon", "remove": "Fjern", diff --git a/public/locales/no/modules/bookmark.json b/public/locales/no/modules/bookmark.json new file mode 100644 index 000000000..3394d1dc2 --- /dev/null +++ b/public/locales/no/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Oppsett" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/no/modules/dashdot.json b/public/locales/no/modules/dashdot.json index f580b8d8f..8a01ea7e5 100644 --- a/public/locales/no/modules/dashdot.json +++ b/public/locales/no/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Viser grafene til en ekstern Dash. Instanse inne i Homarr.", "settings": { "title": "Innstillinger for Dash. widget", + "dashName": { + "label": "" + }, "url": { "label": "Dash. URL" }, diff --git a/public/locales/no/modules/dns-hole-controls.json b/public/locales/no/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/no/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/no/modules/dns-hole-summary.json b/public/locales/no/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/no/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/no/modules/rss.json b/public/locales/no/modules/rss.json index 868b9d6c1..75daefb9c 100644 --- a/public/locales/no/modules/rss.json +++ b/public/locales/no/modules/rss.json @@ -5,8 +5,8 @@ "settings": { "title": "Innstillinger for RSS widget", "rssFeedUrl": { - "label": "RSS Feed URL-er", - "description": "URL-ene til RSS-strømmene du vil vise fra." + "label": "", + "description": "" }, "refreshInterval": { "label": "Oppdaterings intervall (i minutter)" diff --git a/public/locales/no/modules/torrents-status.json b/public/locales/no/modules/torrents-status.json index ac374403a..1f4ddbe47 100644 --- a/public/locales/no/modules/torrents-status.json +++ b/public/locales/no/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Vis gamle torrenter" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "Styrt med {{appName}}, {{ratio}} forhold" }, "body": { - "nothingFound": "Ingen torrenter funnet" + "nothingFound": "Ingen torrenter funnet", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/no/widgets/draggable-list.json b/public/locales/no/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/no/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index feb853253..7ad990129 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -6,6 +6,10 @@ "delete": "Usuń", "ok": "OK", "edit": "Edytuj", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Wersja", "changePosition": "Zmiana pozycji", "remove": "Usuń", diff --git a/public/locales/pl/modules/bookmark.json b/public/locales/pl/modules/bookmark.json new file mode 100644 index 000000000..d5c15d3b9 --- /dev/null +++ b/public/locales/pl/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Układ" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/pl/modules/dashdot.json b/public/locales/pl/modules/dashdot.json index 2387f215e..22eaadeca 100644 --- a/public/locales/pl/modules/dashdot.json +++ b/public/locales/pl/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Wyświetla wykresy zewnętrznego Dash. Instancja wewnątrz Homarr.", "settings": { "title": "Ustawienia dla widgetu Dash.", + "dashName": { + "label": "" + }, "url": { "label": "Adres URL usługi Dash." }, diff --git a/public/locales/pl/modules/dns-hole-controls.json b/public/locales/pl/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/pl/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/pl/modules/dns-hole-summary.json b/public/locales/pl/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/pl/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/pl/modules/torrents-status.json b/public/locales/pl/modules/torrents-status.json index 01330de1a..dce14be80 100644 --- a/public/locales/pl/modules/torrents-status.json +++ b/public/locales/pl/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Wyświetlanie nieaktualnych torrentów" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "Zarządzany przez {{appName}}, {{ratio}} stosunek" }, "body": { - "nothingFound": "Nie znaleziono torrentów" + "nothingFound": "Nie znaleziono torrentów", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/pl/widgets/draggable-list.json b/public/locales/pl/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/pl/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index 978ae346e..922b5b4ac 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -6,6 +6,10 @@ "delete": "Apagar", "ok": "OK", "edit": "Editar", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Versão", "changePosition": "Mudar de posição", "remove": "Excluir", diff --git a/public/locales/pt/modules/bookmark.json b/public/locales/pt/modules/bookmark.json new file mode 100644 index 000000000..82fd5dd2c --- /dev/null +++ b/public/locales/pt/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Layout" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/pt/modules/dashdot.json b/public/locales/pt/modules/dashdot.json index 58b5b8ed2..f54b311a6 100644 --- a/public/locales/pt/modules/dashdot.json +++ b/public/locales/pt/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "", "settings": { "title": "Definições para o Dash. widget", + "dashName": { + "label": "" + }, "url": { "label": "URL do Dash." }, diff --git a/public/locales/pt/modules/dns-hole-controls.json b/public/locales/pt/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/pt/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/pt/modules/dns-hole-summary.json b/public/locales/pt/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/pt/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/pt/modules/torrents-status.json b/public/locales/pt/modules/torrents-status.json index 554f8fac7..9a5b2f323 100644 --- a/public/locales/pt/modules/torrents-status.json +++ b/public/locales/pt/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Exibição de torrentes envelhecidas" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "Gerido por {{appName}}, {{ratio}} ratio" }, "body": { - "nothingFound": "Nenhum torrent encontrado" + "nothingFound": "Nenhum torrent encontrado", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/pt/widgets/draggable-list.json b/public/locales/pt/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/pt/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index e55aec875..e995d5a41 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -6,6 +6,10 @@ "delete": "Удалить", "ok": "ОК", "edit": "Изменить", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Версия", "changePosition": "Изменить положение", "remove": "Удалить", diff --git a/public/locales/ru/modules/bookmark.json b/public/locales/ru/modules/bookmark.json new file mode 100644 index 000000000..53fee2fb5 --- /dev/null +++ b/public/locales/ru/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Макет" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/ru/modules/dashdot.json b/public/locales/ru/modules/dashdot.json index 9a2f5f981..300efccbc 100644 --- a/public/locales/ru/modules/dashdot.json +++ b/public/locales/ru/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Показывает графики внешнего экземпляра Dash. в Homarr.", "settings": { "title": "Настройки для виджета Dash.", + "dashName": { + "label": "" + }, "url": { "label": "URL-адрес Dash." }, diff --git a/public/locales/ru/modules/dns-hole-controls.json b/public/locales/ru/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/ru/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/ru/modules/dns-hole-summary.json b/public/locales/ru/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/ru/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/ru/modules/torrents-status.json b/public/locales/ru/modules/torrents-status.json index 9baf7d9cd..d7ecac408 100644 --- a/public/locales/ru/modules/torrents-status.json +++ b/public/locales/ru/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Показать устаревшие торренты" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "Управляется {{appName}}, {{ratio}} рейтинг" }, "body": { - "nothingFound": "Торренты не найдены" + "nothingFound": "Торренты не найдены", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/ru/widgets/draggable-list.json b/public/locales/ru/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/ru/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json index e8d4595e2..4a8216203 100644 --- a/public/locales/sk/common.json +++ b/public/locales/sk/common.json @@ -6,6 +6,10 @@ "delete": "Vymazať", "ok": "OK", "edit": "Upraviť", + "enabled": "Povolené", + "disabled": "Zakázané", + "enableAll": "Povoliť všetko", + "disableAll": "Zakázať všetko", "version": "Verzia", "changePosition": "Zmeniť pozíciu", "remove": "Odstrániť", diff --git a/public/locales/sk/modules/bookmark.json b/public/locales/sk/modules/bookmark.json new file mode 100644 index 000000000..c402721f3 --- /dev/null +++ b/public/locales/sk/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "Záložka", + "description": "Zobrazí statický zoznam reťazcov alebo odkazov", + "settings": { + "title": "Nastavenia záložiek", + "items": { + "label": "Položky" + }, + "layout": { + "label": "Rozloženie" + } + } + }, + "card": { + "noneFound": { + "title": "Zoznam záložiek je prázdny", + "text": "Pridanie nových položiek do tohto zoznamu v režime úprav" + } + } +} diff --git a/public/locales/sk/modules/dashdot.json b/public/locales/sk/modules/dashdot.json index 5367a9f08..13b0bd767 100644 --- a/public/locales/sk/modules/dashdot.json +++ b/public/locales/sk/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Zobrazí grafy externého Dash. Instancie vo vnútri Homarr.", "settings": { "title": "Nastavenia pre Dash. mini aplikácie", + "dashName": { + "label": "Dash. Názov" + }, "url": { "label": "Dash. URL adresa" }, diff --git a/public/locales/sk/modules/dns-hole-controls.json b/public/locales/sk/modules/dns-hole-controls.json new file mode 100644 index 000000000..f29a7394d --- /dev/null +++ b/public/locales/sk/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "Kontrola diery DNS", + "description": "Ovládajte PiHole alebo AdGuard z ovládacieho panela" + } +} \ No newline at end of file diff --git a/public/locales/sk/modules/dns-hole-summary.json b/public/locales/sk/modules/dns-hole-summary.json new file mode 100644 index 000000000..a1e109131 --- /dev/null +++ b/public/locales/sk/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "Zhrnutie diery DNS", + "description": "Zobrazí dôležité údaje zo služby PiHole alebo AdGuard", + "settings": { + "title": "Nastavenia pre súhrn DNS Hole", + "usePiHoleColors": { + "label": "Použitie farieb z PiHole" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "Domény na adlistoch", + "queriesToday": "Poziadavky dnes", + "queriesBlockedTodayPercentage": "dnes zablokované", + "queriesBlockedToday": "dnes zablokované" + } + } +} diff --git a/public/locales/sk/modules/media-requests-list.json b/public/locales/sk/modules/media-requests-list.json index c233047f1..40139b293 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": "", + "pending": "Na schválenie čaká {{countPendingApproval}} žiadostí.", "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/sk/modules/rss.json b/public/locales/sk/modules/rss.json index a7292861d..35156c2d5 100644 --- a/public/locales/sk/modules/rss.json +++ b/public/locales/sk/modules/rss.json @@ -5,8 +5,8 @@ "settings": { "title": "Nastavenia mini aplikácie RSS", "rssFeedUrl": { - "label": "URL adresa RSS", - "description": "URL adresy kanálov RSS, ktoré chcete zobraziť." + "label": "Adresy URL kanálov RSS", + "description": "Adresy URL kanálov RSS, ktoré chcete zobraziť." }, "refreshInterval": { "label": "Interval obnovovania (v minútach)" diff --git a/public/locales/sk/modules/torrents-status.json b/public/locales/sk/modules/torrents-status.json index fffdad718..878e7843e 100644 --- a/public/locales/sk/modules/torrents-status.json +++ b/public/locales/sk/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Zobraz zastarané torrenty" + }, + "labelFilterIsWhitelist": { + "label": "Zoznam štítkov je whitelist (namiesto blacklistu)" + }, + "labelFilter": { + "label": "Zoznam štítkov", + "description": "Ak je začiarknuté políčko 'is whitelist', bude sa toto políčko správať ako biela listina. Ak nie je začiarknuté, ide o čiernu listinu. Ak je prázdny, nerobí nič" } } }, @@ -33,7 +40,8 @@ "text": "Spravuje {{appName}}, {{ratio}} pomer" }, "body": { - "nothingFound": "Nenašli sa žiadne torrenty" + "nothingFound": "Nenašli sa žiadne torrenty", + "filterHidingItems": "{{count}} položky sú skryté vašimi filtrami" } }, "lineChart": { diff --git a/public/locales/sk/widgets/draggable-list.json b/public/locales/sk/widgets/draggable-list.json new file mode 100644 index 000000000..517e9fdc0 --- /dev/null +++ b/public/locales/sk/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "Žiadne položky", + "text": "Pomocou tlačidiel nižšie môžete pridať ďalšie položky" + }, + "buttonAdd": "Pridať" +} diff --git a/public/locales/sl/common.json b/public/locales/sl/common.json index b92544eaa..29fee3a40 100644 --- a/public/locales/sl/common.json +++ b/public/locales/sl/common.json @@ -6,6 +6,10 @@ "delete": "Izbriši", "ok": "V redu", "edit": "Uredi", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Različica", "changePosition": "Spremeni položaj", "remove": "Odstrani", diff --git a/public/locales/sl/modules/bookmark.json b/public/locales/sl/modules/bookmark.json new file mode 100644 index 000000000..74d85f25e --- /dev/null +++ b/public/locales/sl/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Postavitev" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/sl/modules/dashdot.json b/public/locales/sl/modules/dashdot.json index e9420fccc..a584eed57 100644 --- a/public/locales/sl/modules/dashdot.json +++ b/public/locales/sl/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Prikaže grafe zunanje instance Dash. znotraj Homarr.", "settings": { "title": "Nastavitve za pripomoček Dash", + "dashName": { + "label": "" + }, "url": { "label": "Dash. URL" }, diff --git a/public/locales/sl/modules/dns-hole-controls.json b/public/locales/sl/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/sl/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/sl/modules/dns-hole-summary.json b/public/locales/sl/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/sl/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/sl/modules/torrents-status.json b/public/locales/sl/modules/torrents-status.json index 1926bf1ec..2c1026930 100644 --- a/public/locales/sl/modules/torrents-status.json +++ b/public/locales/sl/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Prikaži zastarele torrente" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "Upravlja {{appName}}, {{ratio}} razmerje" }, "body": { - "nothingFound": "Ni najdenih torrentov" + "nothingFound": "Ni najdenih torrentov", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/sl/widgets/draggable-list.json b/public/locales/sl/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/sl/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index b26ea1c89..a9aca814c 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -6,6 +6,10 @@ "delete": "Radera", "ok": "OK", "edit": "Redigera", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Version", "changePosition": "Ändra position", "remove": "Ta bort", diff --git a/public/locales/sv/modules/bookmark.json b/public/locales/sv/modules/bookmark.json new file mode 100644 index 000000000..82fd5dd2c --- /dev/null +++ b/public/locales/sv/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Layout" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/sv/modules/dashdot.json b/public/locales/sv/modules/dashdot.json index 99d68045e..dd3fcd488 100644 --- a/public/locales/sv/modules/dashdot.json +++ b/public/locales/sv/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Visar graferna för en extern Dash.-instans i Homarr.", "settings": { "title": "Inställningar för Dash. widget", + "dashName": { + "label": "" + }, "url": { "label": "Dash. URL" }, diff --git a/public/locales/sv/modules/dns-hole-controls.json b/public/locales/sv/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/sv/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/sv/modules/dns-hole-summary.json b/public/locales/sv/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/sv/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/sv/modules/torrents-status.json b/public/locales/sv/modules/torrents-status.json index 74afc6706..771f8cb85 100644 --- a/public/locales/sv/modules/torrents-status.json +++ b/public/locales/sv/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Visa inaktuella torrents" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "Hanteras av {{appName}}, {{ratio}} förhållande" }, "body": { - "nothingFound": "Inga torrents hittades" + "nothingFound": "Inga torrents hittades", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/sv/widgets/draggable-list.json b/public/locales/sv/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/sv/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/tr/authentication/login.json b/public/locales/tr/authentication/login.json new file mode 100644 index 000000000..74b7bef27 --- /dev/null +++ b/public/locales/tr/authentication/login.json @@ -0,0 +1,27 @@ +{ + "title": "Tekrar hoşgeldin!", + "text": "Lütfen şifrenizi girin", + "form": { + "fields": { + "password": { + "label": "Şifre", + "placeholder": "Şifreniz" + } + }, + "buttons": { + "submit": "Kayıt ol" + } + }, + "notifications": { + "checking": { + "title": "Şifrenizi kontrol edin", + "message": "Şifreniz kontrol ediliyor..." + }, + "correct": { + "title": "Giriş başarılı, yönlendiriliyor..." + }, + "wrong": { + "title": "Girdiğin şifre yanlış, lütfen tekrar dene." + } + } +} diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json new file mode 100644 index 000000000..bccc02167 --- /dev/null +++ b/public/locales/tr/common.json @@ -0,0 +1,39 @@ +{ + "save": "Kaydet", + "about": "Hakkında", + "cancel": "Vazgeç", + "close": "Kapat", + "delete": "Sil", + "ok": "Tamam", + "edit": "Düzenle", + "enabled": "Etkin", + "disabled": "Pasif", + "enableAll": "Tümünü etkinleştir", + "disableAll": "Tümünü pasifleştir", + "version": "Versiyon", + "changePosition": "Pozisyon değiştir", + "remove": "Kaldır", + "removeConfirm": "{{item}}'i kaldırmak istediğinizden emin misiniz?", + "createItem": "+ yeni {{item}}", + "sections": { + "settings": "Ayarlar", + "dangerZone": "Tehlikeli bölge" + }, + "secrets": { + "apiKey": "APİ anahtarı", + "username": "Kullanıcı adı", + "password": "Şifre" + }, + "tip": "İpucu: ", + "time": { + "seconds": "saniye", + "minutes": "dakika", + "hours": "saat" + }, + "loading": "Yükleniyor...", + "breakPoints": { + "small": "küçük", + "medium": "orta", + "large": "Büyük" + } +} \ No newline at end of file diff --git a/public/locales/tr/layout/element-selector/selector.json b/public/locales/tr/layout/element-selector/selector.json new file mode 100644 index 000000000..af8c8d67b --- /dev/null +++ b/public/locales/tr/layout/element-selector/selector.json @@ -0,0 +1,11 @@ +{ + "modal": { + "title": "Yeni bir döşeme ekle", + "text": "Döşemeler, Homarr'ın ana öğesidir. Uygulamalarınızı ve diğer bilgileri görüntülemek için kullanılırlar. İstediğiniz kadar döşeme ekleyebilirsiniz." + }, + "widgetDescription": "Widget'lar, uygulamalarınız üzerinde daha fazla kontrol sağlamak için uygulamalarınızla etkileşime girer. Genellikle kullanımdan önce ek yapılandırma gerektirirler.", + "goBack": "Önceki adıma geri dön", + "actionIcon": { + "tooltip": "Araç ve Döşeme Ekle" + } +} diff --git a/public/locales/tr/layout/header/actions/toggle-edit-mode.json b/public/locales/tr/layout/header/actions/toggle-edit-mode.json new file mode 100644 index 000000000..0f00b1238 --- /dev/null +++ b/public/locales/tr/layout/header/actions/toggle-edit-mode.json @@ -0,0 +1,11 @@ +{ + "description": "Düzenleme Modunda, döşemeleri ayarlayabilir ve uygulamaları yapılandırabilirsiniz. Düzenleme Modundan çıkana kadar değişiklikler kaydedilmez.", + "button": { + "disabled": "Düzenleme Moduna Gir", + "enabled": "Çık ve Kaydet" + }, + "popover": { + "title": "<1>{{size}} boyut için düzenleme modu etkinleştirildi", + "text": "Uygulamalarınızı şimdi ayarlayabilir ve yapılandırabilirsiniz. Düzenleme modundan çıkana kadar değişiklikler kaydedilmez" + } +} diff --git a/public/locales/tr/layout/mobile/drawer.json b/public/locales/tr/layout/mobile/drawer.json new file mode 100644 index 000000000..f30ce40c7 --- /dev/null +++ b/public/locales/tr/layout/mobile/drawer.json @@ -0,0 +1,3 @@ +{ + "title": "{{position}} kenar çubuğu" +} diff --git a/public/locales/tr/layout/modals/about.json b/public/locales/tr/layout/modals/about.json new file mode 100644 index 000000000..3b0115f90 --- /dev/null +++ b/public/locales/tr/layout/modals/about.json @@ -0,0 +1,18 @@ +{ + "description": "Homarr, tüm uygulamalarınızı ve hizmetlerinizi parmaklarınızın ucuna getiren şık, modern bir kontrol panelidir. Homarr ile her şeye tek bir yerden erişebilir ve kontrol edebilirsiniz. Homarr eklediğiniz uygulamalarla bütünleşerek size değerli bilgiler sunar ve tam kontrol sağlar. Kurulum çok kolaydır ve Homarr çok çeşitli kurulum yöntemlerini destekler.", + "contact": "Sorun mu yaşıyorsunuz veya sorularınız mı var? Bizimle iletişim kurun!", + "addToDashboard": "Gösterge Tablosuna ekle", + "tip": "Mod, değiştirici anahtarınızı ifade eder, bu Ctrl ve Alt/Super/Windows tuşudur", + "key": "Kısayol tuşu", + "action": "Eylem", + "keybinds": "Tuş atamaları", + "metrics": { + "configurationSchemaVersion": "Yapılandırma şeması sürümü", + "configurationsCount": "Mevcut konfigürasyonlar", + "version": "Versiyon", + "nodeEnvironment": "Node ortamı", + "i18n": "Yüklenen I18n çeviri ad alanları", + "locales": "Yapılandırılmış I18n yerel ayarları", + "experimental_disableEditMode": "DENEYSEL: Düzenleme modunu devre dışı bırak" + } +} \ No newline at end of file diff --git a/public/locales/tr/layout/modals/add-app.json b/public/locales/tr/layout/modals/add-app.json new file mode 100644 index 000000000..8407fe0c0 --- /dev/null +++ b/public/locales/tr/layout/modals/add-app.json @@ -0,0 +1,76 @@ +{ + "tabs": { + "general": "Genel", + "behaviour": "Davranış", + "network": "Ağ", + "appearance": "Görünüş", + "integration": "Entegrasyon" + }, + "general": { + "appname": { + "label": "Uygulama adı", + "description": "Uygulamayı gösterge panelinde görüntülemek için kullanılır." + }, + "internalAddress": { + "label": "Dahili adres", + "description": "Uygulamanın dahili IP adresi." + }, + "externalAddress": { + "label": "Harici adres", + "description": "Uygulamaya tıklandığında açılacak URL." + } + }, + "behaviour": { + "isOpeningNewTab": { + "label": "Yeni sekmede aç", + "description": "Uygulamayı mevcut sekme yerine yeni bir sekmede açın." + } + }, + "network": { + "statusChecker": { + "label": "Durum denetleyicisi", + "description": "Basit bir HTTP(S) isteği kullanarak uygulamanızın çevrimiçi olup olmadığını kontrol eder." + }, + "statusCodes": { + "label": "HTTP durum kodları", + "description": "Çevrimiçi olarak kabul edilen HTTP durum kodları." + } + }, + "appearance": { + "icon": { + "label": "Uygulama Simgesi", + "description": "", + "autocomplete": { + "title": "Sonuç bulunamadı", + "text": "Daha belirgin bir arama terimi kullanmayı deneyin. İstediğiniz simgeyi bulamıyorsanız, özel bir simge için resim URL'sini yukarıya yapıştıın" + }, + "noItems": { + "title": "Harici simgeler yükleniyor", + "text": "Bu bir kaç saniye alabilir" + } + } + }, + "integration": { + "type": { + "label": "Entegrasyonların yapılandırması", + "description": "Uygulamanıza bağlanmak için kullanılacak entegrasyon yapılandırması.", + "placeholder": "Bir entegrasyon seçin", + "defined": "Tanımlı", + "undefined": "Tanımsız", + "public": "Herkese açık", + "private": "Özel", + "explanationPrivate": "Özel Secret sunucuya yalnızca bir kez gönderilir. Tarayıcınız sayfayı yeniledikten sonra bir daha asla gönderilmez.", + "explanationPublic": "Bir genel Secret, her zaman istemciye gönderilir ve API üzerinden erişilebilir. Kullanıcı adları, parolalar, belirteçler, sertifikalar ve benzeri hiçbir gizli değer içermemelidir!" + }, + "secrets": { + "description": "Bir Secret'ı güncellemek için bir değer girin ve kaydet düğmesine tıklayın. Bir Secret'ı kaldırmak için temizle düğmesini kullanın.", + "warning": "Kimlik bilgileriniz, entegrasyonlarınız için erişim görevi görür ve bunları başka hiç kimseyle asla paylaşmamalısınız. Homarr ekibi asla kimlik bilgilerini istemez. Secret'larınızı güvenli bir şekilde sakladığınızdan ve yönettiğinizden emin olun..", + "clear": "Secret'ı Göster", + "save": "Secret'ı Gizle", + "update": "Secret'ı Güncelle" + } + }, + "validation": { + "popover": "Formunuz geçersiz veriler içeriyor. Bu nedenle kaydedilemiyor. Lütfen tüm sorunları çözün ve değişikliklerinizi kaydetmek için bu düğmeye tekrar tıklayın" + } +} diff --git a/public/locales/tr/layout/modals/change-position.json b/public/locales/tr/layout/modals/change-position.json new file mode 100644 index 000000000..f53b8a031 --- /dev/null +++ b/public/locales/tr/layout/modals/change-position.json @@ -0,0 +1,8 @@ +{ + "xPosition": "X ekseni konumu", + "width": "Genişlik", + "height": "Yükseklik", + "yPosition": "Y ekseni konumu", + "zeroOrHigher": "0 veya üstü", + "betweenXandY": "{{min}} ile {{max}} arasında" +} \ No newline at end of file diff --git a/public/locales/tr/modules/bookmark.json b/public/locales/tr/modules/bookmark.json new file mode 100644 index 000000000..eb02eb0f3 --- /dev/null +++ b/public/locales/tr/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "Yer imi", + "description": "Dizelerin veya bağlantıların sabit bir listesini görüntüler", + "settings": { + "title": "Yer İşareti ayarları", + "items": { + "label": "Ögeler" + }, + "layout": { + "label": "Düzen" + } + } + }, + "card": { + "noneFound": { + "title": "Yer imi listesi boş", + "text": "Düzenleme modunda bu listeye yeni öğeler ekleyin" + } + } +} diff --git a/public/locales/tr/modules/calendar.json b/public/locales/tr/modules/calendar.json new file mode 100644 index 000000000..a884bebca --- /dev/null +++ b/public/locales/tr/modules/calendar.json @@ -0,0 +1,18 @@ +{ + "descriptor": { + "name": "Takvim", + "description": "Desteklenen entegrasyonlarda, yaklaşan içeriklerin takvimlerini görüntüler.", + "settings": { + "title": "Takvim widget'ı için ayarlar", + "useSonarrv4": { + "label": "Sonarr v4 API'sini kullan" + }, + "sundayStart": { + "label": "Haftaya Pazar günü başlayın" + }, + "radarrReleaseType": { + "label": "Radarr yayın türü" + } + } + } +} diff --git a/public/locales/tr/modules/common-media-cards.json b/public/locales/tr/modules/common-media-cards.json new file mode 100644 index 000000000..85c7edc5c --- /dev/null +++ b/public/locales/tr/modules/common-media-cards.json @@ -0,0 +1,6 @@ +{ + "buttons": { + "play": "Oynat", + "request": "Talep et" + } +} \ No newline at end of file diff --git a/public/locales/tr/modules/common.json b/public/locales/tr/modules/common.json new file mode 100644 index 000000000..c952808b1 --- /dev/null +++ b/public/locales/tr/modules/common.json @@ -0,0 +1,10 @@ +{ + "settings": { + "label": "Ayarlar" + }, + "errors": { + "unmappedOptions": { + "text": "" + } + } +} diff --git a/public/locales/tr/modules/dashdot.json b/public/locales/tr/modules/dashdot.json new file mode 100644 index 000000000..aff380849 --- /dev/null +++ b/public/locales/tr/modules/dashdot.json @@ -0,0 +1,118 @@ +{ + "descriptor": { + "name": "Dash.", + "description": "Homarr içerisinde harici Dash.'in grafiklerini görüntüler.", + "settings": { + "title": "Dash. widget için ayarlar", + "dashName": { + "label": "Dash. Görünecek Başlık" + }, + "url": { + "label": "Dash. URL" + }, + "usePercentages": { + "label": "Yüzdeleri göster" + }, + "columns": { + "label": "Sütunları göster" + }, + "graphHeight": { + "label": "Grafiklerin yüksekliği" + }, + "graphsOrder": { + "label": "Grafikler (Sıralama)", + "storage": { + "label": "Depolama", + "enabled": { + "label": "Depolama" + }, + "span": { + "label": "Sütun genişliği" + }, + "compactView": { + "label": "Metin olarak göster (kompakt)" + }, + "multiView": { + "label": "Çoklu sürücü görünümü olarak göster" + } + }, + "network": { + "label": "Ağ", + "enabled": { + "label": "Depolama" + }, + "span": { + "label": "Sütun genişliği" + }, + "compactView": { + "label": "Metin olarak göster (kompakt)" + } + }, + "cpu": { + "label": "CPU", + "enabled": { + "label": "Depolama" + }, + "span": { + "label": "Sütun genişliği" + }, + "multiView": { + "label": "Çok çekirdekli görünüm olarak göster" + } + }, + "ram": { + "label": "Ram", + "enabled": { + "label": "Depolama" + }, + "span": { + "label": "Sütun genişliği" + } + }, + "gpu": { + "label": "GPU", + "enabled": { + "label": "Depolama" + }, + "span": { + "label": "Sütun genişliği" + } + } + } + } + }, + "card": { + "title": "Dash.", + "errors": { + "noService": "Hiç Dash. hizmeti bulunamadı. Lütfen Homarr kontrol panelinize bir tane ekleyin veya modül seçeneklerinde bir Dash. URL ayarlayın", + "noInformation": "Dash'ten bilgi alınamıyor. - En son sürümü mü kullanıyorsunuz?", + "protocolDowngrade": { + "title": "Algılanan protokol versiyon düşürme", + "text": "Dash. örneğinize bağlantı HTTP kullanıyor. Bu bir güvenlik riskidir, çünkü HTTP şifrelenmemiştir ve saldırganlar bu bağlantıyı kötüye kullanabilir. Dash.'in HTTPS kullandığından emin olun veya Homarr'ı HTTP'ye indirin (önerilmez)." + } + }, + "graphs": { + "storage": { + "title": "Depolama", + "label": "Depolama:" + }, + "network": { + "title": "Ağ", + "label": "Ağ:", + "metrics": { + "download": "İndirme", + "upload": "Yükleme" + } + }, + "cpu": { + "title": "CPU" + }, + "ram": { + "title": "Ram" + }, + "gpu": { + "title": "GPU" + } + } + } +} diff --git a/public/locales/tr/modules/date.json b/public/locales/tr/modules/date.json new file mode 100644 index 000000000..df13d7c8a --- /dev/null +++ b/public/locales/tr/modules/date.json @@ -0,0 +1,12 @@ +{ + "descriptor": { + "name": "Tarih ve Saat", + "description": "Geçerli tarih ve saati görüntüler.", + "settings": { + "title": "Tarih ve Saat widget'ı için ayarlar", + "display24HourFormat": { + "label": "Tam zamanı göster (24 saat)" + } + } + } +} diff --git a/public/locales/tr/modules/dlspeed.json b/public/locales/tr/modules/dlspeed.json new file mode 100644 index 000000000..4d7610c17 --- /dev/null +++ b/public/locales/tr/modules/dlspeed.json @@ -0,0 +1,35 @@ +{ + "descriptor": { + "name": "İndirme Hızı", + "description": "Desteklenen entegrasyonların İndirme ve Yükleme hızlarını görüntüler." + }, + "card": { + "table": { + "header": { + "name": "İsim", + "size": "Boyut", + "download": "İndirme", + "upload": "Yükleme", + "estimatedTimeOfArrival": "ETA (Kalan Süre)", + "progress": "İlerleme" + }, + "body": { + "nothingFound": "Torrent bulunamadı" + } + }, + "lineChart": { + "title": "Şu anki indirme hızı", + "download": "İndirme: {{download}}", + "upload": "Yükleme: {{upload}}", + "timeSpan": "{{seconds}} saniye önce", + "totalDownload": "İndirme: {{download}}/s", + "totalUpload": "Yükleme: {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "Desteklenen indirme istemcisi bulunamadı!", + "text": "Mevcut indirmelerinizi görüntülemek için bir indirme istemcisi ekleyin" + } + } + } +} diff --git a/public/locales/tr/modules/dns-hole-controls.json b/public/locales/tr/modules/dns-hole-controls.json new file mode 100644 index 000000000..3aa83c7bf --- /dev/null +++ b/public/locales/tr/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "DNS hole kontrolleri", + "description": "Kontrol panelinizden PiHole veya AdGuard'ı kontrol edin" + } +} \ No newline at end of file diff --git a/public/locales/tr/modules/dns-hole-summary.json b/public/locales/tr/modules/dns-hole-summary.json new file mode 100644 index 000000000..e50a1b4d7 --- /dev/null +++ b/public/locales/tr/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "DNS hole özeti", + "description": "PiHole veya AdGuard'dan önemli verileri görüntüler", + "settings": { + "title": "DNS Hole özeti için ayarlar", + "usePiHoleColors": { + "label": "PiHole'daki renkleri kullanın" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "Reklam listelerindeki alan adları", + "queriesToday": "Bugünkü sorgular", + "queriesBlockedTodayPercentage": "bugün engellenenler", + "queriesBlockedToday": "bugün engellenenler" + } + } +} diff --git a/public/locales/tr/modules/docker.json b/public/locales/tr/modules/docker.json new file mode 100644 index 000000000..61e315935 --- /dev/null +++ b/public/locales/tr/modules/docker.json @@ -0,0 +1,83 @@ +{ + "descriptor": { + "name": "Docker", + "description": "Tüm Docker Konteynerlerinize kolayca erişmenizi ve yönetmenizi sağlar." + }, + "search": { + "placeholder": "Konteyner veya imaj adına göre ara" + }, + "table": { + "header": { + "name": "İsim", + "image": "İmaj", + "ports": "Bağlantı noktaları", + "state": "Durum" + }, + "body": { + "portCollapse": "{{ports}} daha fazla" + }, + "states": { + "running": "Çalışıyor", + "created": "Oluşturuldu", + "stopped": "Durduruldu", + "unknown": "Bilinmeyen" + } + }, + "actionBar": { + "addService": { + "title": "Uygulama ekle", + "message": "Homarr'a uygulama ekle" + }, + "restart": { + "title": "Yeniden Başlat" + }, + "stop": { + "title": "Durdur" + }, + "start": { + "title": "Başlat" + }, + "refreshData": { + "title": "Verileri yenile" + }, + "remove": { + "title": "Kaldır" + }, + "addToHomarr": { + "title": "Homarr'a Ekle" + } + }, + "actions": { + "start": { + "start": "Başlatılıyor", + "end": "Başlatıldı" + }, + "stop": { + "start": "Durduruluyor", + "end": "Durduruldu" + }, + "restart": { + "start": "Yeniden başlatılıyor", + "end": "Yeniden başlatıldı" + }, + "remove": { + "start": "Kaldırılıyor", + "end": "Kaldırıldı" + } + }, + "errors": { + "integrationFailed": { + "title": "Docker entegrasyonu başarısız oldu", + "message": "Docker soketini bağlamayımı mı unuttunuz?" + }, + "unknownError": { + "title": "Bir hata oluştu" + }, + "oneServiceAtATime": { + "title": "Lütfen her seferinde yalnızca bir uygulama veya hizmet ekleyin!" + } + }, + "actionIcon": { + "tooltip": "Docker" + } +} diff --git a/public/locales/tr/modules/iframe.json b/public/locales/tr/modules/iframe.json new file mode 100644 index 000000000..8099a8055 --- /dev/null +++ b/public/locales/tr/modules/iframe.json @@ -0,0 +1,23 @@ +{ + "descriptor": { + "name": "iFrame", + "description": "İnternetten herhangi bir içeriği yerleştirin. Bazı web siteleri erişimi kısıtlayabilir.", + "settings": { + "title": "iFrame ayarları", + "embedUrl": { + "label": "Yerleştirme URL'si" + }, + "allowFullScreen": { + "label": "Tam ekrana izin ver" + } + } + }, + "card": { + "errors": { + "noUrl": { + "title": "", + "text": "Widget'ınızın yapılandırmasında geçerli bir adres girdiğinizden emin olun" + } + } + } +} \ No newline at end of file diff --git a/public/locales/tr/modules/media-requests-list.json b/public/locales/tr/modules/media-requests-list.json new file mode 100644 index 000000000..7ec8e3ef1 --- /dev/null +++ b/public/locales/tr/modules/media-requests-list.json @@ -0,0 +1,17 @@ +{ + "descriptor": { + "name": "Medya talepleri", + "description": "Overseerr veya Jellyseerr uygulamanızdan gelen tüm medya taleplerinin bir listesini görün", + "settings": { + "title": "Medya talep listesi" + } + }, + "noRequests": "Hiç talep bulunamadı. Lütfen uygulamalarınızı doğru yapılandırdığınızdan emin olun.", + "pending": "Onay bekleyen {{countPendingApproval}} talepleri bulunmaktadır.", + "nonePending": "Şu anda bekleyen onay bulunmamaktadır. Gitmeye hazırsın!", + "state": { + "approved": "Onaylandı", + "pendingApproval": "Onay bekliyor", + "declined": "Reddedildi" + } +} diff --git a/public/locales/tr/modules/media-requests-stats.json b/public/locales/tr/modules/media-requests-stats.json new file mode 100644 index 000000000..3f12295ce --- /dev/null +++ b/public/locales/tr/modules/media-requests-stats.json @@ -0,0 +1,14 @@ +{ + "descriptor": { + "name": "Medya talep istatistikleri", + "description": "Medya taleplerinizle ilgili istatistikler", + "settings": { + "title": "Medya talep istatistikleri" + } + }, + "stats": { + "pending": "Onay bekleyenler", + "tvRequests": "Dizi talepleri", + "movieRequests": "Film talepleri" + } +} diff --git a/public/locales/tr/modules/media-server.json b/public/locales/tr/modules/media-server.json new file mode 100644 index 000000000..4d3bd34e0 --- /dev/null +++ b/public/locales/tr/modules/media-server.json @@ -0,0 +1,24 @@ +{ + "descriptor": { + "name": "Medya Sunucusu", + "description": "Jellyfin veya Plex medya sunucunuzla etkileşim kurun", + "settings": { + "title": "Medya sunucusu widget'ı için ayarlar" + } + }, + "card": { + "table": { + "header": { + "session": "Oturum", + "user": "Kullanıcı", + "currentlyPlaying": "Şuan Oynatılan" + } + }, + "errors": { + "general": { + "title": "Yüklenmiş içeriğe ulaşılamıyor", + "text": "Sunucudan bilgi alınamıyor. Daha fazla ayrıntı için lütfen günlükleri kontrol edin" + } + } + } +} \ No newline at end of file diff --git a/public/locales/tr/modules/overseerr.json b/public/locales/tr/modules/overseerr.json new file mode 100644 index 000000000..da9b418ed --- /dev/null +++ b/public/locales/tr/modules/overseerr.json @@ -0,0 +1,30 @@ +{ + "descriptor": { + "name": "Overseerr", + "description": "Overseerr veya Jellyseerr'den medya aramanızı ve eklemenizi sağlar." + }, + "popup": { + "item": { + "buttons": { + "askFor": "{{title}} Talep et", + "cancel": "Vazgeç", + "request": "Talep et" + }, + "alerts": { + "automaticApproval": { + "title": "API anahtarını kullan", + "text": "Bu talep otomatik olarak onaylanacak" + } + } + }, + "seasonSelector": { + "caption": "İndirmek istediğiniz sezonları işaretleyin", + "table": { + "header": { + "season": "Sezon", + "numberOfEpisodes": "Bölüm numarası" + } + } + } + } +} diff --git a/public/locales/tr/modules/ping.json b/public/locales/tr/modules/ping.json new file mode 100644 index 000000000..0d526d30b --- /dev/null +++ b/public/locales/tr/modules/ping.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Ping", + "description": "Belirli bir URL'nin HTTP yanıt koduna bağlı olarak bir durum göstergesi görüntüler." + }, + "states": { + "online": "Çevrimiçi {{response}}", + "offline": "Çevrimiçi {{response}}", + "loading": "Yükleniyor..." + } +} diff --git a/public/locales/tr/modules/rss.json b/public/locales/tr/modules/rss.json new file mode 100644 index 000000000..388cacba5 --- /dev/null +++ b/public/locales/tr/modules/rss.json @@ -0,0 +1,24 @@ +{ + "descriptor": { + "name": "RSS Widget'ı", + "description": "", + "settings": { + "title": "RSS widget'ı için ayarlar", + "rssFeedUrl": { + "label": "RSS besleme URL'si", + "description": "Görüntülemek istediğiniz RSS beslemelerinin URL'leri." + }, + "refreshInterval": { + "label": "Yenileme aralığı (dakika olarak)" + } + }, + "card": { + "errors": { + "general": { + "title": "RSS akışı alınamadı", + "text": "RSS akışına ulaşılırken bir sorun oluştu. Geçerli bir URL kullanarak RSS akışını doğru şekilde yapılandırdığınızdan emin olun. URL'ler resmi spesifikasyonla eşleşmelidir. Akışı güncelledikten sonra kontrol panelini yenilemeniz gerekebilir." + } + } + } + } +} \ No newline at end of file diff --git a/public/locales/tr/modules/search.json b/public/locales/tr/modules/search.json new file mode 100644 index 000000000..c96d68d2d --- /dev/null +++ b/public/locales/tr/modules/search.json @@ -0,0 +1,30 @@ +{ + "descriptor": { + "name": "Arama Çubuğu", + "description": "Özel arama motorunuzda, YouTube'da ve desteklenen uygulamalarda arama yapmanızı sağlayan bir arama çubuğu." + }, + "input": { + "placeholder": "Web’de ara..." + }, + "switched-to": "Şuna geçildi", + "searchEngines": { + "search": { + "name": "Web", + "description": "Ara..." + }, + "youtube": { + "name": "YouTube", + "description": "YouTube'de ara" + }, + "torrents": { + "name": "Torrentler", + "description": "Torrent ara" + }, + "overseerr": { + "name": "Overseerr", + "description": "Overseerr'de Film ve Dizi Arayın" + } + }, + "tip": "Arama çubuğunu kısayol ile seçebilirsiniz ", + "switchedSearchEngine": "{{searchEngine}} ile aramaya geçildi" +} diff --git a/public/locales/tr/modules/torrents-status.json b/public/locales/tr/modules/torrents-status.json new file mode 100644 index 000000000..6c5e529cb --- /dev/null +++ b/public/locales/tr/modules/torrents-status.json @@ -0,0 +1,80 @@ +{ + "descriptor": { + "name": "Torrent", + "description": "Desteklenen Torrent istemcilerinden gelen torrentlerin bir listesini görüntüler.", + "settings": { + "title": "Torrent widget'ı için ayarlar", + "refreshInterval": { + "label": "Yenileme aralığı (saniye)" + }, + "displayCompletedTorrents": { + "label": "Tamamlanan torrentleri görüntüle" + }, + "displayStaleTorrents": { + "label": "Eski torrentleri göster" + }, + "labelFilterIsWhitelist": { + "label": "Etiket listesi bir beyaz listedir (kara liste yerine)" + }, + "labelFilter": { + "label": "Etiket Listesi", + "description": "'Beyaz liste' işaretlendiğinde, beyaz liste olarak hareket edecektir. İşaretlenmezse kara liste gibi davranacaktır. Boş olduğunda hiçbir şey yapmaz" + } + } + }, + "card": { + "footer": { + "error": "Hata", + "lastUpdated": "Son Güncelleme {{time}}" + }, + "table": { + "header": { + "name": "İsim", + "size": "Boyut", + "download": "İndirme", + "upload": "Yükleme", + "estimatedTimeOfArrival": "ETA (Kalan Süre)", + "progress": "İlerleme" + }, + "item": { + "text": "{{appName}} tarafından yönetilen, {{ratio}} oranı" + }, + "body": { + "nothingFound": "Torrent bulunamadı", + "filterHidingItems": "{{count}} girişler filtreleriniz tarafından gizlendi" + } + }, + "lineChart": { + "title": "Şu anki indirme hızı", + "download": "İndirme: {{download}}", + "upload": "Yükleme: {{upload}}", + "timeSpan": "{{seconds}} saniye önce", + "totalDownload": "İndirme: {{download}}/s", + "totalUpload": "Yükleme: {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "Desteklenen Torrent istemcisi bulunamadı!", + "text": "Mevcut indirmelerinizi görüntülemek için desteklenen bir Torrent istemcisi ekleyin" + }, + "generic": { + "title": "Beklenmeyen bir hata oluştu", + "text": "Homarr, Torrent istemcilerinizle iletişim kuramadı. Lütfen yapılandırmanızı kontrol edin" + } + }, + "loading": { + "title": "Yükleniyor..." + }, + "popover": { + "introductionPrefix": "Tarafından yönetilen", + "metrics": { + "queuePosition": "Kuyruk pozisyonu - {{position}}", + "progress": "İlerleme - %{{progress}}", + "totalSelectedSize": "Toplam - {{totalSize}}", + "state": "Durum - {{state}}", + "ratio": "Oran -", + "completed": "Tamamlanan" + } + } + } +} diff --git a/public/locales/tr/modules/usenet.json b/public/locales/tr/modules/usenet.json new file mode 100644 index 000000000..4cb966a97 --- /dev/null +++ b/public/locales/tr/modules/usenet.json @@ -0,0 +1,49 @@ +{ + "descriptor": { + "name": "Usenet", + "description": "Usenet uygulamanızı görüntülemenizi ve yönetmenizi sağlar." + }, + "card": { + "errors": { + "noDownloadClients": { + "title": "Desteklenen indirme istemcisi bulunamadı!", + "text": "Mevcut indirmelerinizi görüntülemek için desteklenen bir Usenet İndirme İstemcisi ekleyin" + } + } + }, + "tabs": { + "queue": "Kuyruk", + "history": "Geçmiş" + }, + "info": { + "sizeLeft": "Sol boyut", + "paused": "Duraklatıldı" + }, + "queue": { + "header": { + "name": "İsim", + "size": "Boyut", + "eta": "ETA (Kalan Süre)", + "progress": "İlerleme" + }, + "empty": "Boş", + "error": { + "title": "Hata", + "message": "Bir hata oluştu" + }, + "paused": "Duraklatıldı" + }, + "history": { + "header": { + "name": "İsim", + "size": "Boyut", + "duration": "Süre" + }, + "empty": "Boş", + "error": { + "title": "Hata", + "message": "Geçmiş yüklenirken hata oluştu" + }, + "paused": "Duraklatıldı" + } +} diff --git a/public/locales/tr/modules/video-stream.json b/public/locales/tr/modules/video-stream.json new file mode 100644 index 000000000..47e145503 --- /dev/null +++ b/public/locales/tr/modules/video-stream.json @@ -0,0 +1,24 @@ +{ + "descriptor": { + "name": "Video Akışı", + "description": "Bir video akışını veya bir kameradan veya bir web sitesinden video gömün", + "settings": { + "title": "Video akışı widget'ı için ayarlar", + "FeedUrl": { + "label": "Akış URL'si" + }, + "autoPlay": { + "label": "Otomatik oynatma" + }, + "muted": { + "label": "Sesi kapat" + }, + "controls": { + "label": "Video oynatıcı kontrolleri" + } + } + }, + "errors": { + "invalidStream": "Geçersiz akış" + } +} \ No newline at end of file diff --git a/public/locales/tr/modules/weather.json b/public/locales/tr/modules/weather.json new file mode 100644 index 000000000..acbbe8216 --- /dev/null +++ b/public/locales/tr/modules/weather.json @@ -0,0 +1,33 @@ +{ + "descriptor": { + "name": "Hava Durumu", + "description": "Belirlenen bir konumun güncel hava durumu bilgilerini görüntüler.", + "settings": { + "title": "Hava durumu widget'ı için ayarlar", + "displayInFahrenheit": { + "label": "Fahrenheit cinsinden göster" + }, + "location": { + "label": "Hava durumu konumu" + } + } + }, + "card": { + "weatherDescriptions": { + "clear": "Temiz", + "mainlyClear": "Genel olarak açık", + "fog": "Sis", + "drizzle": "Çiseleme", + "freezingDrizzle": "Soğuk çiseleme", + "rain": "Yağmur", + "freezingRain": "Dondurucu yağmur", + "snowFall": "Kar yağışı", + "snowGrains": "Kar taneleri", + "rainShowers": "Sağanak yağmur", + "snowShowers": "Kar yağışı", + "thunderstorm": "Fırtına", + "thunderstormWithHail": "Fırtına ve dolu", + "unknown": "Bilinmeyen" + } + } +} diff --git a/public/locales/tr/settings/common.json b/public/locales/tr/settings/common.json new file mode 100644 index 000000000..b88da117d --- /dev/null +++ b/public/locales/tr/settings/common.json @@ -0,0 +1,38 @@ +{ + "title": "Ayarlar", + "tooltip": "Ayarlar", + "tabs": { + "common": "Genel", + "customizations": "Kişiselleştirme" + }, + "tips": { + "configTip": "Yapılandırma dosyanı sayfaya sürükleyip bırakarak yükleyebilirsin!" + }, + "credits": { + "madeWithLove": "Tarafından ❤️ ile yapılmıştır @", + "thirdPartyContent": "Üçüncü şahıs içeriğine bakın", + "thirdPartyContentTable": { + "dependencyName": "Bağımlılık", + "dependencyVersion": "Versiyon" + } + }, + "grow": "Izgarayı büyütün (tüm alanı kapla)", + "layout": { + "preview": { + "title": "Ön İzleme", + "subtitle": "Değişiklikleriniz otomatik olarak kaydedilecektir" + }, + "divider": "Düzen ayarları", + "main": "Ana", + "sidebar": "Kenar Çubuğu", + "cannotturnoff": "Kapatılamaz", + "dashboardlayout": "Pano Yerleşimi", + "enablersidebar": "Sağ kenar çubuğunu etkinleştir", + "enablelsidebar": "Sol kenar çubuğunu etkinleştir", + "enablesearchbar": "Arama çubuğunu etkinleştir", + "enabledocker": "Docker entegrasyonunu etkinleştir", + "enableping": "Ping'leri etkinleştir", + "enablelsidebardesc": "İsteğe bağlı. Yalnızca uygulamalar ve entegrasyonlar için kullanılabilir", + "enablersidebardesc": "İsteğe bağlı. Yalnızca uygulamalar ve entegrasyonlar için kullanılabilir" + } +} diff --git a/public/locales/tr/settings/customization/app-width.json b/public/locales/tr/settings/customization/app-width.json new file mode 100644 index 000000000..220f34f8f --- /dev/null +++ b/public/locales/tr/settings/customization/app-width.json @@ -0,0 +1,3 @@ +{ + "label": "Uygulama Genişliği" +} \ No newline at end of file diff --git a/public/locales/tr/settings/customization/color-selector.json b/public/locales/tr/settings/customization/color-selector.json new file mode 100644 index 000000000..5a3b9d032 --- /dev/null +++ b/public/locales/tr/settings/customization/color-selector.json @@ -0,0 +1,4 @@ +{ + "colors": "Renkler", + "suffix": "{{color}} renk" +} \ No newline at end of file diff --git a/public/locales/tr/settings/customization/general.json b/public/locales/tr/settings/customization/general.json new file mode 100644 index 000000000..9c7158777 --- /dev/null +++ b/public/locales/tr/settings/customization/general.json @@ -0,0 +1,21 @@ +{ + "text": "Özelleştirmeler, Homarr ile deneyiminizi tercihlerinize göre yapılandırmanıza ve ayarlamanıza olanak tanır.", + "accordeon": { + "layout": { + "name": "Düzen", + "description": "Üstbilgi ve gösterge paneli kutucuklarınızdaki öğeleri etkinleştirin ve devre dışı bırakın" + }, + "gridstack": { + "name": "Izgara Dizilimi", + "description": "Gösterge paneli alanınızın davranışını ve sütunlarını özelleştirin" + }, + "pageMetadata": { + "name": "Sayfa Meta Verileri", + "description": "Başlığı, logoyu ve PWA'yı ayarlayın" + }, + "appereance": { + "name": "Görünüş", + "description": "Arka planı, renkleri ve uygulama görünümünü özelleştirin" + } + } +} \ No newline at end of file diff --git a/public/locales/tr/settings/customization/gridstack.json b/public/locales/tr/settings/customization/gridstack.json new file mode 100644 index 000000000..15bc9ae30 --- /dev/null +++ b/public/locales/tr/settings/customization/gridstack.json @@ -0,0 +1,10 @@ +{ + "columnsCount": { + "labelPreset": "{{size}} boyutunda sütunlar", + "descriptionPreset": "Ekran genişliği {{pixels}} pikselden az olduğunda sütun sayısı", + "descriptionExceedsPreset": "Ekran genişliği {{pixels}} pikselden az olduğunda sütun sayısı" + }, + "unsavedChanges": "Kaydedilmemiş değişiklikleriniz var. Uygulamak ve kaydetmek için aşağıdaki
Değişiklikleri uygula
düğmesine tıklayın.", + "applyChanges": "Değişiklikleri uygula", + "defaultValues": "Varsayılana dön" +} \ No newline at end of file diff --git a/public/locales/tr/settings/customization/opacity-selector.json b/public/locales/tr/settings/customization/opacity-selector.json new file mode 100644 index 000000000..994f970c6 --- /dev/null +++ b/public/locales/tr/settings/customization/opacity-selector.json @@ -0,0 +1,3 @@ +{ + "label": "Uygulama Opaklığı" +} \ No newline at end of file diff --git a/public/locales/tr/settings/customization/page-appearance.json b/public/locales/tr/settings/customization/page-appearance.json new file mode 100644 index 000000000..49ed750f0 --- /dev/null +++ b/public/locales/tr/settings/customization/page-appearance.json @@ -0,0 +1,30 @@ +{ + "pageTitle": { + "label": "Sayfa Başlığı", + "description": "Sol üstteki gösterge tablosu başlığı" + }, + "metaTitle": { + "label": "Meta Başlığı", + "description": "Tarayıcı sekmenizde görüntülenen başlık" + }, + "logo": { + "label": "Logo", + "description": "Sol üstte görüntülenen logo" + }, + "favicon": { + "label": "Favicon", + "description": "Tarayıcı sekmenizde görüntülenen başlık" + }, + "background": { + "label": "Arkaplan" + }, + "customCSS": { + "label": "Özel CSS", + "description": "Ayrıca, yalnızca deneyimli kullanıcılar için önerilen CSS kullanarak kontrol panelinizi özelleştirin", + "placeholder": "Özel CSS en son uygulanacaktır", + "applying": "CSS uygulanıyor..." + }, + "buttons": { + "submit": "Gönder" + } +} diff --git a/public/locales/tr/settings/customization/shade-selector.json b/public/locales/tr/settings/customization/shade-selector.json new file mode 100644 index 000000000..97c5e820b --- /dev/null +++ b/public/locales/tr/settings/customization/shade-selector.json @@ -0,0 +1,3 @@ +{ + "label": "Gölge" +} \ No newline at end of file diff --git a/public/locales/tr/settings/general/color-schema.json b/public/locales/tr/settings/general/color-schema.json new file mode 100644 index 000000000..56272da41 --- /dev/null +++ b/public/locales/tr/settings/general/color-schema.json @@ -0,0 +1,3 @@ +{ + "label": "Modu {{scheme}} ile değiştir" +} \ No newline at end of file diff --git a/public/locales/tr/settings/general/config-changer.json b/public/locales/tr/settings/general/config-changer.json new file mode 100644 index 000000000..f24cbaaee --- /dev/null +++ b/public/locales/tr/settings/general/config-changer.json @@ -0,0 +1,86 @@ +{ + "configSelect": { + "label": "Yapılandırma değiştirici", + "description": "{{configCount}} yapılandırma mevcut", + "loadingNew": "Yapılandırmanız yükleniyor...", + "pleaseWait": "Lütfen yeni yapılandırmanız yüklenene kadar bekleyin!" + }, + "modal": { + "copy": { + "title": "Yeni yapılandırmanızın adını seçin", + "form": { + "configName": { + "label": "Yapılandırma adı", + "validation": { + "required": "Yapılandırma adı gereklidir", + "notUnique": "Yapılandırma adı zaten kullanımda" + }, + "placeholder": "Yeni yapılandırma adınız" + }, + "submitButton": "Onayla" + }, + "events": { + "configSaved": { + "title": "Yapılandırma kaydedildi", + "message": "Yapılandırma {{configName}} olarak kaydedildi" + }, + "configCopied": { + "title": "Yapılandırma kopyalandı", + "message": "Yapılandırma {{configName}} olarak kopyalandı" + }, + "configNotCopied": { + "title": "Yapılandırma kopyalanamıyor", + "message": "Yapılandırmanız {{configName}} olarak kopyalanmadı" + } + } + }, + "confirmDeletion": { + "title": "Yapılandırmanızın silinmesini onaylayın", + "warningText": "{{configName}}' dosyasını silmek üzeresiniz", + "text": "Silme işleminin geri alınamayacağını ve verilerinizin kalıcı olarak kaybolacağını lütfen unutmayın. Bu düğmeyi tıklattıktan sonra, dosya diskinizden kalıcı olarak silinecektir. Yapılandırmanızın yeterli bir yedeğini oluşturduğunuzdan emin olun.", + "buttons": { + "confirm": "Evet, '{{configName}}'' dosyasını silin" + } + } + }, + "buttons": { + "download": "Yapılandırmayı indir", + "delete": { + "text": "Yapılandırmayı sil", + "notifications": { + "deleted": { + "title": "Yapılandırma silindi", + "message": "Yapılandırma silindi" + }, + "deleteFailed": { + "title": "Yapılandırma silinemedi", + "message": "Yapılandırma silinemedi" + }, + "deleteFailedDefaultConfig": { + "title": "Varsayılan yapılandırma silinemez", + "message": "Yapılandırma dosya sisteminden silinmedi" + } + } + }, + "saveCopy": "Kopyasını kaydet" + }, + "dropzone": { + "notifications": { + "invalidConfig": { + "title": "Yapılandırma yüklenemiyor", + "message": "Yapılandırmanız yüklenemedi. Geçersiz JSON biçimi." + }, + "loadedSuccessfully": { + "title": "{{configName}} Yapılandırmanız başarıyla yüklendi" + } + }, + "accept": { + "title": "Yüklemeyi Yapılandırın", + "text": "Bir yapılandırma yüklemek için dosyaları buraya sürükleyin. Yalnızca JSON dosyaları desteklenir." + }, + "reject": { + "title": "Sürükle ve Bırak Yüklemesi reddedildi", + "text": "Bu dosya biçimi desteklenmemektedir. Lütfen yalnızca JSON dosyalarını yükleyin." + } + } +} diff --git a/public/locales/tr/settings/general/internationalization.json b/public/locales/tr/settings/general/internationalization.json new file mode 100644 index 000000000..9c9fb915b --- /dev/null +++ b/public/locales/tr/settings/general/internationalization.json @@ -0,0 +1,3 @@ +{ + "label": "Dil" +} \ No newline at end of file diff --git a/public/locales/tr/settings/general/search-engine.json b/public/locales/tr/settings/general/search-engine.json new file mode 100644 index 000000000..5c85ffe6d --- /dev/null +++ b/public/locales/tr/settings/general/search-engine.json @@ -0,0 +1,19 @@ +{ + "title": "Arama motoru", + "configurationName": "Arama motoru yapılandırma", + "tips": { + "generalTip": "Kullanabileceğiniz birden fazla önek var! Bunları sorgunuzun önüne eklemek, sonuçları filtreleyecektir. !s (Web), !t (Torrentler), !y (YouTube) ve !m (Medya).", + "placeholderTip": "%s sorgu için bir yer tutucu olarak kullanılabilir." + }, + "customEngine": { + "title": "Özel arama motoru", + "label": "Sorgu URL’si", + "placeholder": "Özel Sorgu URL'si" + }, + "searchNewTab": { + "label": "Arama sonucunu yeni sekmede aç" + }, + "searchEnabled": { + "label": "Arama etkinleştirildi" + } +} diff --git a/public/locales/tr/settings/general/theme-selector.json b/public/locales/tr/settings/general/theme-selector.json new file mode 100644 index 000000000..6a3dde83a --- /dev/null +++ b/public/locales/tr/settings/general/theme-selector.json @@ -0,0 +1,3 @@ +{ + "label": "Modu {{theme}} ile değiştir" +} \ No newline at end of file diff --git a/public/locales/tr/settings/general/widget-positions.json b/public/locales/tr/settings/general/widget-positions.json new file mode 100644 index 000000000..5d3272ee3 --- /dev/null +++ b/public/locales/tr/settings/general/widget-positions.json @@ -0,0 +1,3 @@ +{ + "label": "Widget'ları sola konumlandırın" +} diff --git a/public/locales/tr/widgets/draggable-list.json b/public/locales/tr/widgets/draggable-list.json new file mode 100644 index 000000000..9eeab2588 --- /dev/null +++ b/public/locales/tr/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "Girdi yok", + "text": "Daha fazla giriş eklemek için aşağıdaki düğmeleri kullanın" + }, + "buttonAdd": "Ekle" +} diff --git a/public/locales/tr/widgets/error-boundary.json b/public/locales/tr/widgets/error-boundary.json new file mode 100644 index 000000000..7e8dceaba --- /dev/null +++ b/public/locales/tr/widgets/error-boundary.json @@ -0,0 +1,14 @@ +{ + "card": { + "title": "Hay aksi, bir hata oluştu!", + "buttons": { + "details": "Detaylar", + "tryAgain": "Tekrar Deneyin" + } + }, + "modal": { + "text": "", + "label": "Karşılaştığın Hata", + "reportButton": "Hatayı bildir" + } +} \ No newline at end of file diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index c0970c518..628b0e267 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -6,6 +6,10 @@ "delete": "Видалити", "ok": "OK", "edit": "Редагувати", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Версія", "changePosition": "Змінити положення", "remove": "Видалити", diff --git a/public/locales/uk/modules/bookmark.json b/public/locales/uk/modules/bookmark.json new file mode 100644 index 000000000..5aaaac30d --- /dev/null +++ b/public/locales/uk/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "У обране", + "description": "Показувати статичний список рядків або посилань", + "settings": { + "title": "Налаштування обраного", + "items": { + "label": "Елементи" + }, + "layout": { + "label": "Макет" + } + } + }, + "card": { + "noneFound": { + "title": "Список обраного порожній", + "text": "Додайте нові елементи до цього списку в режимі редагування" + } + } +} diff --git a/public/locales/uk/modules/dashdot.json b/public/locales/uk/modules/dashdot.json index 86cfbaa3d..a0f9fd1bb 100644 --- a/public/locales/uk/modules/dashdot.json +++ b/public/locales/uk/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Відображає графіки зовнішнього Dash. всередині Homarr.", "settings": { "title": "Налаштування віджета Dash.", + "dashName": { + "label": "" + }, "url": { "label": "Dash. URL" }, diff --git a/public/locales/uk/modules/dns-hole-controls.json b/public/locales/uk/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/uk/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/uk/modules/dns-hole-summary.json b/public/locales/uk/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/uk/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/uk/modules/torrents-status.json b/public/locales/uk/modules/torrents-status.json index e6fd31010..2a8bba480 100644 --- a/public/locales/uk/modules/torrents-status.json +++ b/public/locales/uk/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Відображати застарілі торренти" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "Управляється {{appName}}, {{ratio}} співвідношення" }, "body": { - "nothingFound": "Не знайдено торентів" + "nothingFound": "Не знайдено торентів", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/uk/widgets/draggable-list.json b/public/locales/uk/widgets/draggable-list.json new file mode 100644 index 000000000..c42d863a0 --- /dev/null +++ b/public/locales/uk/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "Немає записів", + "text": "Використовуйте кнопки нижче, щоб додати записи" + }, + "buttonAdd": "Додати" +} diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json index cd62c1269..80b9d5497 100644 --- a/public/locales/vi/common.json +++ b/public/locales/vi/common.json @@ -6,6 +6,10 @@ "delete": "Xóa", "ok": "OK", "edit": "Sửa", + "enabled": "", + "disabled": "", + "enableAll": "", + "disableAll": "", "version": "Phiên bản", "changePosition": "Đổi vị trí", "remove": "Xóa", diff --git a/public/locales/vi/modules/bookmark.json b/public/locales/vi/modules/bookmark.json new file mode 100644 index 000000000..8ed4dbb8f --- /dev/null +++ b/public/locales/vi/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "Bố cục" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/vi/modules/dashdot.json b/public/locales/vi/modules/dashdot.json index 2dc01c902..94195a7fb 100644 --- a/public/locales/vi/modules/dashdot.json +++ b/public/locales/vi/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "Hiển thị biểu đồ của Dash. bên trong Homarr.", "settings": { "title": "Cài đặt cho tiện ích Dash.", + "dashName": { + "label": "" + }, "url": { "label": "URL của Dash." }, diff --git a/public/locales/vi/modules/dns-hole-controls.json b/public/locales/vi/modules/dns-hole-controls.json new file mode 100644 index 000000000..f8daba13b --- /dev/null +++ b/public/locales/vi/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "" + } +} \ No newline at end of file diff --git a/public/locales/vi/modules/dns-hole-summary.json b/public/locales/vi/modules/dns-hole-summary.json new file mode 100644 index 000000000..f94bdc701 --- /dev/null +++ b/public/locales/vi/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "", + "queriesToday": "", + "queriesBlockedTodayPercentage": "", + "queriesBlockedToday": "" + } + } +} diff --git a/public/locales/vi/modules/torrents-status.json b/public/locales/vi/modules/torrents-status.json index 7dd69d3cd..40f81cbee 100644 --- a/public/locales/vi/modules/torrents-status.json +++ b/public/locales/vi/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "Hiển thị torrent hết hạn" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "Quản lý bởi {{appName}}, tỷ lệ {{ratio}}" }, "body": { - "nothingFound": "Không tìm thấy torrent nào" + "nothingFound": "Không tìm thấy torrent nào", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/vi/widgets/draggable-list.json b/public/locales/vi/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/vi/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +} diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index 79c381929..25c52a9a0 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -6,6 +6,10 @@ "delete": "删除", "ok": "确定", "edit": "编辑", + "enabled": "已启用", + "disabled": "已禁用", + "enableAll": "全部启用", + "disableAll": "全部禁用", "version": "版本", "changePosition": "改变位置", "remove": "移除", diff --git a/public/locales/zh/modules/bookmark.json b/public/locales/zh/modules/bookmark.json new file mode 100644 index 000000000..600e662f4 --- /dev/null +++ b/public/locales/zh/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "布局" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +} diff --git a/public/locales/zh/modules/dashdot.json b/public/locales/zh/modules/dashdot.json index a7a367991..d2317e529 100644 --- a/public/locales/zh/modules/dashdot.json +++ b/public/locales/zh/modules/dashdot.json @@ -4,6 +4,9 @@ "description": "在Homarr中显示一个外部Dash的图表。", "settings": { "title": "设置Dash小部件", + "dashName": { + "label": "Dash. 名称" + }, "url": { "label": "Dash. 网址" }, diff --git a/public/locales/zh/modules/dns-hole-controls.json b/public/locales/zh/modules/dns-hole-controls.json new file mode 100644 index 000000000..59699ff05 --- /dev/null +++ b/public/locales/zh/modules/dns-hole-controls.json @@ -0,0 +1,6 @@ +{ + "descriptor": { + "name": "", + "description": "从您的仪表盘控制 PiHole 或 AdGuard" + } +} \ No newline at end of file diff --git a/public/locales/zh/modules/dns-hole-summary.json b/public/locales/zh/modules/dns-hole-summary.json new file mode 100644 index 000000000..ec167e41b --- /dev/null +++ b/public/locales/zh/modules/dns-hole-summary.json @@ -0,0 +1,20 @@ +{ + "descriptor": { + "name": "", + "description": "显示来自 PiHole 或 AdGuard 的重要数据", + "settings": { + "title": "", + "usePiHoleColors": { + "label": "" + } + } + }, + "card": { + "metrics": { + "domainsOnAdlist": "广告列表中的域名", + "queriesToday": "", + "queriesBlockedTodayPercentage": "今天已屏蔽", + "queriesBlockedToday": "今天已屏蔽" + } + } +} diff --git a/public/locales/zh/modules/rss.json b/public/locales/zh/modules/rss.json index 13f0ef03f..a04bf5c82 100644 --- a/public/locales/zh/modules/rss.json +++ b/public/locales/zh/modules/rss.json @@ -5,7 +5,7 @@ "settings": { "title": "设置RSS小部件", "rssFeedUrl": { - "label": "RSS Feed地址", + "label": "RSS源地址", "description": "你想在其中展示的RSS订阅源URL" }, "refreshInterval": { diff --git a/public/locales/zh/modules/torrents-status.json b/public/locales/zh/modules/torrents-status.json index 2e63b40b8..c7cb41f3b 100644 --- a/public/locales/zh/modules/torrents-status.json +++ b/public/locales/zh/modules/torrents-status.json @@ -12,6 +12,13 @@ }, "displayStaleTorrents": { "label": "显示过期种子" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" } } }, @@ -33,7 +40,8 @@ "text": "由 {{appName}}, {{ratio}} 管理的比率" }, "body": { - "nothingFound": "没有找到种子" + "nothingFound": "没有找到种子", + "filterHidingItems": "" } }, "lineChart": { diff --git a/public/locales/zh/widgets/draggable-list.json b/public/locales/zh/widgets/draggable-list.json new file mode 100644 index 000000000..5d27e99ad --- /dev/null +++ b/public/locales/zh/widgets/draggable-list.json @@ -0,0 +1,7 @@ +{ + "noEntries": { + "title": "", + "text": "" + }, + "buttonAdd": "" +}