diff --git a/public/locales/cn/layout/header.json b/public/locales/cn/layout/header.json
index 4c5215ae1..456a8a0aa 100644
--- a/public/locales/cn/layout/header.json
+++ b/public/locales/cn/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "这是 Homarr 的一项实验性功能。请在 GitHub 或 Discord上报告任何问题。"
- },
"search": {
"label": "搜索",
"engines": {
diff --git a/public/locales/cr/layout/header.json b/public/locales/cr/layout/header.json
index d0cfa45a6..5aa1313a1 100644
--- a/public/locales/cr/layout/header.json
+++ b/public/locales/cr/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "crwdns3445:0crwdne3445:0"
- },
"search": {
"label": "crwdns3447:0crwdne3447:0",
"engines": {
diff --git a/public/locales/cs/layout/header.json b/public/locales/cs/layout/header.json
index 6957b4712..dbef625cd 100644
--- a/public/locales/cs/layout/header.json
+++ b/public/locales/cs/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": ""
- },
"search": {
"label": "Vyhledat",
"engines": {
diff --git a/public/locales/cs/manage/users.json b/public/locales/cs/manage/users.json
index 3cbdfa706..d717de76c 100644
--- a/public/locales/cs/manage/users.json
+++ b/public/locales/cs/manage/users.json
@@ -7,7 +7,7 @@
},
"table": {
"header": {
- "user": ""
+ "user": "Uživatel"
}
},
"tooltips": {
diff --git a/public/locales/cs/modules/dlspeed.json b/public/locales/cs/modules/dlspeed.json
index 1dfd395d3..770488591 100644
--- a/public/locales/cs/modules/dlspeed.json
+++ b/public/locales/cs/modules/dlspeed.json
@@ -18,7 +18,7 @@
}
},
"lineChart": {
- "title": "",
+ "title": "Aktuální rychlost stahování",
"download": "",
"upload": "",
"timeSpan": "",
diff --git a/public/locales/cs/modules/media-requests-list.json b/public/locales/cs/modules/media-requests-list.json
index 05e700def..bef8c144b 100644
--- a/public/locales/cs/modules/media-requests-list.json
+++ b/public/locales/cs/modules/media-requests-list.json
@@ -14,7 +14,7 @@
},
"noRequests": "",
"state": {
- "approved": "",
+ "approved": "Schváleno",
"pendingApproval": "",
"declined": ""
},
diff --git a/public/locales/cs/modules/media-requests-stats.json b/public/locales/cs/modules/media-requests-stats.json
index f152af280..8ad032e26 100644
--- a/public/locales/cs/modules/media-requests-stats.json
+++ b/public/locales/cs/modules/media-requests-stats.json
@@ -13,15 +13,15 @@
}
},
"mediaStats": {
- "title": "",
- "pending": "",
- "tvRequests": "",
- "movieRequests": "",
- "approved": "",
- "totalRequests": ""
+ "title": "Statistiky médií",
+ "pending": "Čeká na schválení",
+ "tvRequests": "Požadavky seriálů",
+ "movieRequests": "Požadavky filmů",
+ "approved": "Již schváleno",
+ "totalRequests": "Celkem"
},
"userStats": {
- "title": "",
- "requests": ""
+ "title": "Top uživatelé",
+ "requests": "Požadavků: {{number}}"
}
}
diff --git a/public/locales/cs/modules/media-server.json b/public/locales/cs/modules/media-server.json
index 3e8852626..7ae94eb7f 100644
--- a/public/locales/cs/modules/media-server.json
+++ b/public/locales/cs/modules/media-server.json
@@ -10,9 +10,9 @@
"card": {
"table": {
"header": {
- "session": "",
- "user": "",
- "currentlyPlaying": ""
+ "session": "Relace",
+ "user": "Uživatel",
+ "currentlyPlaying": "Právě přehráváno"
}
},
"errors": {
diff --git a/public/locales/cs/modules/torrents-status.json b/public/locales/cs/modules/torrents-status.json
index 910e00935..97a4805ed 100644
--- a/public/locales/cs/modules/torrents-status.json
+++ b/public/locales/cs/modules/torrents-status.json
@@ -35,9 +35,9 @@
"card": {
"footer": {
"error": "",
- "lastUpdated": "",
- "ratioGlobal": "",
- "ratioWithFilter": ""
+ "lastUpdated": "Naposledy aktualizováno před {{time}}",
+ "ratioGlobal": "Globální poměr",
+ "ratioWithFilter": "Filtrovaný poměr"
},
"table": {
"header": {
@@ -57,7 +57,7 @@
}
},
"lineChart": {
- "title": "",
+ "title": "Aktuální rychlost stahování",
"download": "",
"upload": "",
"timeSpan": "",
diff --git a/public/locales/da/layout/header.json b/public/locales/da/layout/header.json
index 3d63ce720..c20d632bb 100644
--- a/public/locales/da/layout/header.json
+++ b/public/locales/da/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Dette er en eksperimentel funktion i Homarr. Rapporter venligst eventuelle problemer på GitHub eller Discord."
- },
"search": {
"label": "Søg",
"engines": {
diff --git a/public/locales/de/layout/header.json b/public/locales/de/layout/header.json
index 2e00f717a..2450f8f86 100644
--- a/public/locales/de/layout/header.json
+++ b/public/locales/de/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Dies ist eine experimentelle Funktion von Homarr. Bitte melde Probleme auf GitHub oder Discord."
- },
"search": {
"label": "Suchen",
"engines": {
diff --git a/public/locales/el/common.json b/public/locales/el/common.json
index 44d0cc3b1..3f3b132c9 100644
--- a/public/locales/el/common.json
+++ b/public/locales/el/common.json
@@ -1,7 +1,7 @@
{
"save": "Αποθήκευση",
- "apply": "",
- "insert": "",
+ "apply": "Εφαρμογή",
+ "insert": "Εισαγωγή",
"about": "Σχετικά",
"cancel": "Ακύρωση",
"close": "Κλείσιμο",
@@ -45,7 +45,7 @@
"seeMore": "Δείτε περισσότερα...",
"position": {
"left": "Αριστερά",
- "center": "",
+ "center": "Κέντρο",
"right": "Δεξιά"
},
"attributes": {
diff --git a/public/locales/el/layout/header.json b/public/locales/el/layout/header.json
index d762e5e35..9d73a3a30 100644
--- a/public/locales/el/layout/header.json
+++ b/public/locales/el/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Αυτή είναι μια πειραματική λειτουργία του Homarr. Αναφέρετε τυχόν προβλήματα στο GitHub ή στο Discord."
- },
"search": {
"label": "Αναζήτηση",
"engines": {
diff --git a/public/locales/el/layout/modals/about.json b/public/locales/el/layout/modals/about.json
index ba1d01c47..29672758f 100644
--- a/public/locales/el/layout/modals/about.json
+++ b/public/locales/el/layout/modals/about.json
@@ -5,10 +5,10 @@
"key": "Πλήκτρο συντόμευσης",
"action": "Ενέργεια",
"keybinds": "Δεσμοί πλήκτρων",
- "translators": "",
- "translatorsDescription": "",
- "contributors": "",
- "contributorsDescription": "",
+ "translators": "Μεταφραστές ({{count}})",
+ "translatorsDescription": "Χάρη σε αυτούς τους ανθρώπους, το Homarr είναι διαθέσιμο σε {{languages}} γλώσσες! Θέλετε να βοηθήσετε στη μετάφραση του Homarr στη γλώσσα σας; Διαβάστε πώς να το κάνετε εδώ.",
+ "contributors": "Συνεισφέροντες ({{count}})",
+ "contributorsDescription": "Αυτοί οι άνθρωποι έχουν δημιουργήσει τον κώδικα που κάνει το homarr να λειτουργεί! Θέλετε να βοηθήσετε στην κατασκευή του Homarr; Διαβάστε πώς να το κάνετε εδώ",
"actions": {
"toggleTheme": "Αλλαγή φωτεινού / σκοτεινού θέματος",
"focusSearchBar": "Εστίαση στο πλαίσιο αναζήτησης",
diff --git a/public/locales/el/modules/dns-hole-summary.json b/public/locales/el/modules/dns-hole-summary.json
index 101b11381..199c15fa4 100644
--- a/public/locales/el/modules/dns-hole-summary.json
+++ b/public/locales/el/modules/dns-hole-summary.json
@@ -21,8 +21,8 @@
"metrics": {
"domainsOnAdlist": "Domains σε λίστες διαφημίσεων",
"queriesToday": "Σημερινά queries",
- "queriesBlockedTodayPercentage": "",
- "queriesBlockedToday": ""
+ "queriesBlockedTodayPercentage": "Σημερινοί αποκλεισμοί",
+ "queriesBlockedToday": "Σημερινοί αποκλεισμοί"
}
}
}
diff --git a/public/locales/el/modules/notebook.json b/public/locales/el/modules/notebook.json
index 242341a42..549cdbd3e 100644
--- a/public/locales/el/modules/notebook.json
+++ b/public/locales/el/modules/notebook.json
@@ -8,7 +8,7 @@
"label": "Εμφάνιση γραμμής εργαλείων για να σας βοηθήσει να γράψετε σημάνσεις"
},
"allowReadOnlyCheck": {
- "label": ""
+ "label": "Να επιτρέπεται η επιλογή σε λειτουργία μόνο ανάγνωσης"
},
"content": {
"label": "Το περιεχόμενο του σημειωματάριου"
@@ -17,43 +17,43 @@
},
"card": {
"controls": {
- "bold": "",
- "italic": "",
- "strikethrough": "",
- "underline": "",
- "colorText": "",
- "colorHighlight": "",
- "code": "",
- "clear": "",
- "heading": "",
- "align": "",
- "blockquote": "",
- "horizontalLine": "",
- "bulletList": "",
- "orderedList": "",
- "checkList": "",
- "increaseIndent": "",
- "decreaseIndent": "",
- "link": "",
- "unlink": "",
- "image": "",
- "addTable": "",
- "deleteTable": "",
- "colorCell": "",
- "mergeCell": "",
- "addColumnLeft": "",
- "addColumnRight": "",
- "deleteColumn": "",
- "addRowTop": "",
- "addRowBelow": "",
- "deleteRow": ""
+ "bold": "Έντονη γραφή",
+ "italic": "Πλάγια γραφή",
+ "strikethrough": "Διαγραμμισμένο Κείμενο",
+ "underline": "Υπογραμμισμένο Κείμενο",
+ "colorText": "Έγχρωμο κείμενο",
+ "colorHighlight": "Έγχρωμο κείμενο επισήμανσης",
+ "code": "Κωδικός",
+ "clear": "Εκκαθάριση μορφοποίησης",
+ "heading": "Επικεφαλίδα {{level}}",
+ "align": "Στοίχιση κειμένου: {{position}}",
+ "blockquote": "Μπλοκ κειμένου παράθεσης",
+ "horizontalLine": "Οριζόντια γραμμή",
+ "bulletList": "Λίστα με κουκκίδες",
+ "orderedList": "Ταξινομημένη λίστα",
+ "checkList": "Λίστα ελέγχου",
+ "increaseIndent": "Αύξηση εσοχής",
+ "decreaseIndent": "Μείωση εσοχής",
+ "link": "Σύνδεσμος",
+ "unlink": "Αφαίρεση συνδέσμου",
+ "image": "Ενσωμάτωση εικόνας",
+ "addTable": "Προσθήκη πίνακα",
+ "deleteTable": "Διαγραφή πίνακα",
+ "colorCell": "Χρώμα κελιού",
+ "mergeCell": "Εναλλαγή συγχώνευσης κελιού",
+ "addColumnLeft": "Προσθήκη στήλης πριν",
+ "addColumnRight": "Προσθήκη στήλης μετά",
+ "deleteColumn": "Διαγραφή στήλης",
+ "addRowTop": "Προσθήκη γραμμής πριν",
+ "addRowBelow": "Προσθήκη γραμμής μετά",
+ "deleteRow": "Διαγραφή γραμμής"
},
"modals": {
- "clearColor": "",
- "source": "",
- "widthPlaceholder": "",
- "columns": "",
- "rows": ""
+ "clearColor": "Καθαρισμός χρώματος",
+ "source": "Πηγή",
+ "widthPlaceholder": "Τιμή σε % ή εικονοστοιχεία",
+ "columns": "Στήλες",
+ "rows": "Γραμμές"
}
}
}
\ No newline at end of file
diff --git a/public/locales/el/modules/torrents-status.json b/public/locales/el/modules/torrents-status.json
index 35e850f63..f3828f9b1 100644
--- a/public/locales/el/modules/torrents-status.json
+++ b/public/locales/el/modules/torrents-status.json
@@ -11,10 +11,10 @@
"label": "Εμφάνιση ολοκληρωμένων torrents"
},
"displayActiveTorrents": {
- "label": ""
+ "label": "Εμφάνιση ενεργών torrents"
},
"speedLimitOfActiveTorrents": {
- "label": ""
+ "label": "Ταχύτητα μεταφόρτωσης για να θεωρηθεί ένα torrent ενεργό (kB/s)"
},
"displayStaleTorrents": {
"label": "Εμφάνιση stale torrents"
@@ -27,8 +27,8 @@
"description": "Όταν είναι επιλεγμένο το 'is whitelist', τότε θα συμπεριφερθεί σαν επιτρεπόμενη λίστα. Εάν δεν είναι επιλεγμένο, τότε είναι αποκλεισμένη λίστα. Εάν είναι άδειο δε θα κάνει τίποτα"
},
"displayRatioWithFilter": {
- "label": "",
- "info": ""
+ "label": "Εμφάνιση φιλτραρισμένης αναλογίας λίστας torrents",
+ "info": "Εάν απενεργοποιηθεί, θα εμφανιστεί μόνο η συνολική αναλογία. Η συνολική αναλογία θα εξακολουθεί να χρησιμοποιεί τις ετικέτες αν έχει οριστεί"
}
}
},
@@ -36,8 +36,8 @@
"footer": {
"error": "Σφάλμα",
"lastUpdated": "Τελευταία ενημέρωση {{time}} πριν",
- "ratioGlobal": "",
- "ratioWithFilter": ""
+ "ratioGlobal": "Συνολική αναλογία",
+ "ratioWithFilter": "Αναλογία με φίλτρο"
},
"table": {
"header": {
diff --git a/public/locales/el/settings/customization/general.json b/public/locales/el/settings/customization/general.json
index 0856af510..0bbfc3be8 100644
--- a/public/locales/el/settings/customization/general.json
+++ b/public/locales/el/settings/customization/general.json
@@ -22,7 +22,7 @@
"description": "Διαμόρφωση του Homarr για χρήστες με αναπηρία και άτομα με ειδικές ανάγκες"
},
"access": {
- "name": "",
+ "name": "Πρόσβαση",
"description": "Ρυθμίστε ποιος έχει πρόσβαση στο ταμπλό σας"
}
}
diff --git a/public/locales/es/layout/header.json b/public/locales/es/layout/header.json
index 5b5d2daba..6cd12acd0 100644
--- a/public/locales/es/layout/header.json
+++ b/public/locales/es/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Esta es una característica experimental de Homarr. Por favor, reporta cualquier problema en GitHub o Discord."
- },
"search": {
"label": "Buscar",
"engines": {
diff --git a/public/locales/fr/layout/header.json b/public/locales/fr/layout/header.json
index d5cfe667d..ebe522a12 100644
--- a/public/locales/fr/layout/header.json
+++ b/public/locales/fr/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Ceci est une fonctionnalité expérimentale de Homarr. Veuilez signaler tout problème sur GitHub ou sur Discord."
- },
"search": {
"label": "Rechercher",
"engines": {
diff --git a/public/locales/he/layout/header.json b/public/locales/he/layout/header.json
index e653b0b8e..d4abe6db0 100644
--- a/public/locales/he/layout/header.json
+++ b/public/locales/he/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "זוהי תכונה ניסיונית של Homarr. אנא דווח על בעיות ב-GitHub או Discord."
- },
"search": {
"label": "חיפוש",
"engines": {
diff --git a/public/locales/hr/layout/header.json b/public/locales/hr/layout/header.json
index 3ff54b12e..771849ccb 100644
--- a/public/locales/hr/layout/header.json
+++ b/public/locales/hr/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Ovo je eksperimentalna značajka Homarra. Prijavite sve probleme na GitHub ili Discord."
- },
"search": {
"label": "traži",
"engines": {
diff --git a/public/locales/hu/layout/header.json b/public/locales/hu/layout/header.json
index 5a2a81efe..b638a46f1 100644
--- a/public/locales/hu/layout/header.json
+++ b/public/locales/hu/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Ez a Homarr kísérleti funkciója. Kérjük, jelezz bármilyen problémát a GitHubon vagy a Discordon."
- },
"search": {
"label": "Keresés",
"engines": {
diff --git a/public/locales/it/layout/header.json b/public/locales/it/layout/header.json
index 315f990e7..a1f2a9222 100644
--- a/public/locales/it/layout/header.json
+++ b/public/locales/it/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Questa è una caratteristica sperimentale di Homarr. Si prega di segnalare qualsiasi problema su GitHub o Discord."
- },
"search": {
"label": "Cerca",
"engines": {
diff --git a/public/locales/ja/layout/header.json b/public/locales/ja/layout/header.json
index 01224f634..2c94f2cc8 100644
--- a/public/locales/ja/layout/header.json
+++ b/public/locales/ja/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "これはHomarrの実験的な機能です。問題があれば GitHub または Discordに報告してください。"
- },
"search": {
"label": "検索",
"engines": {
diff --git a/public/locales/ko/layout/header.json b/public/locales/ko/layout/header.json
index 5eccda418..333309a77 100644
--- a/public/locales/ko/layout/header.json
+++ b/public/locales/ko/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "이 기능은 Homarr의 실험적인 기능입니다. 문제가 있으면 GitHub 또는 Discord으로 신고해 주세요."
- },
"search": {
"label": "검색",
"engines": {
diff --git a/public/locales/lv/layout/header.json b/public/locales/lv/layout/header.json
index eb8a67519..7505af396 100644
--- a/public/locales/lv/layout/header.json
+++ b/public/locales/lv/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Šī ir eksperimentāla Homarr funkcija. Lūdzu, ziņojiet par jebkādām problēmām GitHub vai Discord."
- },
"search": {
"label": "Meklēt",
"engines": {
diff --git a/public/locales/nl/layout/header.json b/public/locales/nl/layout/header.json
index d36e46b2d..26a2fbcc9 100644
--- a/public/locales/nl/layout/header.json
+++ b/public/locales/nl/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Dit is een experimentele functie van Homarr. Meld problemen alsjeblieft op GitHub of Discord."
- },
"search": {
"label": "Zoek op",
"engines": {
diff --git a/public/locales/no/layout/header.json b/public/locales/no/layout/header.json
index db5cc4b87..2c6643ee6 100644
--- a/public/locales/no/layout/header.json
+++ b/public/locales/no/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Dette er et eksperimentelt funksjon i Homarr. Vennligst rapporter eventuelle problemer på GitHub eller Discord."
- },
"search": {
"label": "Søk",
"engines": {
diff --git a/public/locales/pl/layout/header.json b/public/locales/pl/layout/header.json
index 1a8ac94ca..7d97ce220 100644
--- a/public/locales/pl/layout/header.json
+++ b/public/locales/pl/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "To jest eksperymentalna funkcja Homarr. Zgłoś wszelkie problemy na GitHub lub Discord."
- },
"search": {
"label": "Szukaj",
"engines": {
diff --git a/public/locales/pt/layout/header.json b/public/locales/pt/layout/header.json
index 208e64431..6cee768e8 100644
--- a/public/locales/pt/layout/header.json
+++ b/public/locales/pt/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Este é um recurso experimental do Homarr. Informe qualquer problema em GitHub ou Discord."
- },
"search": {
"label": "Pesquisa",
"engines": {
diff --git a/public/locales/ru/layout/header.json b/public/locales/ru/layout/header.json
index 228a558ea..c87e17662 100644
--- a/public/locales/ru/layout/header.json
+++ b/public/locales/ru/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Это экспериментальная функция Homarr. Пожалуйста, сообщайте о любых проблемах на GitHub или Discord."
- },
"search": {
"label": "Поиск",
"engines": {
diff --git a/public/locales/sk/layout/header.json b/public/locales/sk/layout/header.json
index 4bbffdb64..b353fbc11 100644
--- a/public/locales/sk/layout/header.json
+++ b/public/locales/sk/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Ide o experimentálnu funkciu systému Homarr. Akékoľvek problémy nahláste na GitHub alebo Discord."
- },
"search": {
"label": "Hladať",
"engines": {
diff --git a/public/locales/sl/layout/header.json b/public/locales/sl/layout/header.json
index cd43ad67c..12421a8e5 100644
--- a/public/locales/sl/layout/header.json
+++ b/public/locales/sl/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": ""
- },
"search": {
"label": "",
"engines": {
diff --git a/public/locales/sv/layout/header.json b/public/locales/sv/layout/header.json
index ce11e3bf2..0a8f24770 100644
--- a/public/locales/sv/layout/header.json
+++ b/public/locales/sv/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Detta är en experimentell funktion i Homarr. Vänligen rapportera eventuella problem på GitHub eller Discord."
- },
"search": {
"label": "Sök",
"engines": {
diff --git a/public/locales/tr/layout/header.json b/public/locales/tr/layout/header.json
index 85ba192fa..48c9f5273 100644
--- a/public/locales/tr/layout/header.json
+++ b/public/locales/tr/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Bu Homarr'ın deneysel bir özelliğidir. Lütfen herhangi bir sorunu GitHub veya Discordadresinden bildirin."
- },
"search": {
"label": "Ara",
"engines": {
diff --git a/public/locales/tw/layout/header.json b/public/locales/tw/layout/header.json
index 076c98a7d..f3c2c658a 100644
--- a/public/locales/tw/layout/header.json
+++ b/public/locales/tw/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "這是 Homarr 的一項實現性功能。請在 Github 或 Discord上回報任何問題"
- },
"search": {
"label": "搜尋",
"engines": {
diff --git a/public/locales/uk/layout/header.json b/public/locales/uk/layout/header.json
index 997a7e38d..158a9cd83 100644
--- a/public/locales/uk/layout/header.json
+++ b/public/locales/uk/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Це експериментальна функція Homarr. Будь ласка, повідомляйте про будь-які проблеми на GitHub або Discord."
- },
"search": {
"label": "Пошук",
"engines": {
diff --git a/public/locales/vi/layout/header.json b/public/locales/vi/layout/header.json
index b0de249ad..2111a48ee 100644
--- a/public/locales/vi/layout/header.json
+++ b/public/locales/vi/layout/header.json
@@ -1,7 +1,4 @@
{
- "experimentalNote": {
- "label": "Đây là một tính năng thử nghiệm của Homarr. Vui lòng báo cáo mọi vấn đề trên GitHub hoặc Discord."
- },
"search": {
"label": "Tìm kiếm",
"engines": {
diff --git a/public/locales/vi/layout/modals/about.json b/public/locales/vi/layout/modals/about.json
index faa72a606..a22c0b274 100644
--- a/public/locales/vi/layout/modals/about.json
+++ b/public/locales/vi/layout/modals/about.json
@@ -5,10 +5,10 @@
"key": "Phím tắt",
"action": "Hành động",
"keybinds": "Phím tắt",
- "translators": "",
- "translatorsDescription": "",
- "contributors": "",
- "contributorsDescription": "",
+ "translators": "Phiên dịch viên ({{count}})",
+ "translatorsDescription": "Nhờ những người này, Homarr hiện có sẵn {{languages}} ngôn ngữ khác nhau! Bạn muốn giúp dịch Homarr sang ngôn ngữ của bạn? Đọc cách thực hiện tại đây.",
+ "contributors": "Người đóng góp ({{count}})",
+ "contributorsDescription": "Những người này đã lập trình nên Homarr! Bạn muốn giúp xây dựng Homarr? Đọc cách thực hiện tại đây",
"actions": {
"toggleTheme": "Đổi chế độ sáng/tối",
"focusSearchBar": "Tập trung vào thanh tìm kiếm",
diff --git a/public/locales/vi/modules/dns-hole-summary.json b/public/locales/vi/modules/dns-hole-summary.json
index ca0ee3754..d90896743 100644
--- a/public/locales/vi/modules/dns-hole-summary.json
+++ b/public/locales/vi/modules/dns-hole-summary.json
@@ -21,8 +21,8 @@
"metrics": {
"domainsOnAdlist": "Tên miền trên danh sách quảng cáo",
"queriesToday": "Truy vấn hôm nay",
- "queriesBlockedTodayPercentage": "",
- "queriesBlockedToday": ""
+ "queriesBlockedTodayPercentage": "Đã chặn hôm nay",
+ "queriesBlockedToday": "Đã chặn hôm nay"
}
}
}
diff --git a/public/locales/vi/modules/notebook.json b/public/locales/vi/modules/notebook.json
index b174e558c..e9efa7765 100644
--- a/public/locales/vi/modules/notebook.json
+++ b/public/locales/vi/modules/notebook.json
@@ -1,9 +1,9 @@
{
"descriptor": {
- "name": "Sổ tay",
+ "name": "Ghi chú",
"description": "Tiện ích tương tác dựa trên đánh dấu để bạn viết ra ghi chú của mình!",
"settings": {
- "title": "Cài đặt cho tiện ích sổ ghi chép",
+ "title": "Cài đặt cho tiện ích ghi chú",
"showToolbar": {
"label": "Hiển thị thanh công cụ giúp bạn viết markdown"
},
@@ -11,7 +11,7 @@
"label": ""
},
"content": {
- "label": "Nội dung của sổ ghi chép"
+ "label": "Nội dung của ghi chú"
}
}
},
@@ -51,9 +51,9 @@
"modals": {
"clearColor": "",
"source": "",
- "widthPlaceholder": "",
- "columns": "",
- "rows": ""
+ "widthPlaceholder": "Giá trị tính bằng % hoặc pixel",
+ "columns": "Cột",
+ "rows": "Dòng"
}
}
}
\ No newline at end of file