diff --git a/public/locales/cn/layout/modals/add-app.json b/public/locales/cn/layout/modals/add-app.json
index 0c5a68798..a3e2a7e4d 100644
--- a/public/locales/cn/layout/modals/add-app.json
+++ b/public/locales/cn/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "外部地址",
- "description": "点击应用时打开的网址。"
+ "description": "点击应用时打开的网址。",
+ "tooltip": "您可以使用几个变量来创建动态地址:
[homarr_base]: 不包括端口和路径的完整地址。(例如:'https://subdomain.homarr.dev')
[homarr_hostname]: 完整的基本网址,包括当前的子域。(例如:'subdomain.homarr.dev')
[homarr_domain]: 域名,已过滤子域。(例如:\"homarr.dev\")
[homarr_protocol]:http/https
这些变量都取决于当前网址。"
}
},
"behaviour": {
diff --git a/public/locales/cr/layout/modals/add-app.json b/public/locales/cr/layout/modals/add-app.json
index d801870f8..f90b93b38 100644
--- a/public/locales/cr/layout/modals/add-app.json
+++ b/public/locales/cr/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "crwdns2067:0crwdne2067:0",
- "description": "crwdns2309:0crwdne2309:0"
+ "description": "crwdns2309:0crwdne2309:0",
+ "tooltip": "crwdns4482:0crwdne4482:0"
}
},
"behaviour": {
diff --git a/public/locales/cs/layout/modals/add-app.json b/public/locales/cs/layout/modals/add-app.json
index f2dab0eb8..548f59fe3 100644
--- a/public/locales/cs/layout/modals/add-app.json
+++ b/public/locales/cs/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Veřejná adresa",
- "description": "URL která bude otevřena po kliknutí na aplikaci."
+ "description": "URL která bude otevřena po kliknutí na aplikaci.",
+ "tooltip": "Můžete použít několik proměnných k vytvoření dynamických adres:
[homarr_base] : plná adresa bez portu a cesty. (Příklad: 'https://subdomain.homarr.dev')
[homarr_hostname] : plná základní url včetně její aktuální subdomény. (Příklad: 'subdomain.homarr.dev')
[homarr_domain] : doména bez subdomény. (Příklad: `homarr.dev')
[homarr_protocol] : http/https
Všechny tyto proměnné závisejí na aktuální url adrese."
}
},
"behaviour": {
diff --git a/public/locales/da/layout/modals/add-app.json b/public/locales/da/layout/modals/add-app.json
index 531f4d7ee..486304b38 100644
--- a/public/locales/da/layout/modals/add-app.json
+++ b/public/locales/da/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Ekstern adresse",
- "description": "URL-adresse, der åbnes, når du klikker på appen."
+ "description": "URL-adresse, der åbnes, når du klikker på appen.",
+ "tooltip": "Du kan bruge nogle få variabler til at oprette dynamiske adresser:
[homarr_base]: fuld adresse uden port og sti. (Eksempel: 'https://subdomain.homarr.dev')
[homarr_hostname]: fuld base-url inklusive det aktuelle subdomæne. (Eksempel: ' subdomain.homarr.dev')
[homarr_domain]: domæne med subdomæne filtreret ud. (Eksempel: `homarr.dev')
[homarr_protocol]: http/https
Disse variabler afhænger alle af den aktuelle url."
}
},
"behaviour": {
diff --git a/public/locales/de/layout/modals/add-app.json b/public/locales/de/layout/modals/add-app.json
index 1b4a9f19e..2d462351f 100644
--- a/public/locales/de/layout/modals/add-app.json
+++ b/public/locales/de/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Externe Adresse",
- "description": "URL, die beim Anklicken der App geöffnet wird."
+ "description": "URL, die beim Anklicken der App geöffnet wird.",
+ "tooltip": "Sie können einige Variablen verwenden, um dynamische Adressen zu erstellen:
[homarr_base] : vollständige Adresse ohne Port und Pfad. (Beispiel: „https://subdomain.homarr.dev“)
[homarr_hostname] : vollständige Basis-URL einschließlich der aktuellen Subdomäne. (Beispiel: „subdomain.homarr.dev“)
[homarr_domain] : Domäne mit herausgefilterter Subdomäne. (Beispiel: „homarr.dev“)
[homarr_protocol] : http/https
Diese Variablen hängen alle von der aktuellen URL ab."
}
},
"behaviour": {
diff --git a/public/locales/de/modules/smart-home/entity-state.json b/public/locales/de/modules/smart-home/entity-state.json
index 501cedf5d..aaf109afa 100644
--- a/public/locales/de/modules/smart-home/entity-state.json
+++ b/public/locales/de/modules/smart-home/entity-state.json
@@ -22,11 +22,11 @@
},
"displayFriendlyName": {
"label": "Benutzerdefinierten Namen anzeigen",
- "info": ""
+ "info": "Zeige Benutzerdefinierten Namen anstatt des Anzeigenamen vom Home-Assistent an."
},
"genericToggle": {
- "label": "",
- "info": ""
+ "label": "Entität umschalten",
+ "info": "Führen Sie beim Klicken eine Home Assistant-Umschaltaktion für die Entität aus."
}
}
}
diff --git a/public/locales/el/layout/modals/add-app.json b/public/locales/el/layout/modals/add-app.json
index 348cd18fb..4bcc43e0a 100644
--- a/public/locales/el/layout/modals/add-app.json
+++ b/public/locales/el/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Εξωτερική διεύθυνση",
- "description": "URL που θα ανοίγει όταν κάνετε κλικ στην εφαρμογή."
+ "description": "URL που θα ανοίγει όταν κάνετε κλικ στην εφαρμογή.",
+ "tooltip": "Μπορείτε να χρησιμοποιήσετε μερικές μεταβλητές για να δημιουργήσετε δυναμικές διευθύνσεις:
[homarr_base]: πλήρης διεύθυνση χωρίς τη πόρτα και τη διαδρομή. (Παράδειγμα: 'https://subdomain.homarr.dev')
[homarr_hostname]: πλήρες url βάσης συμπεριλαμβανομένου του τρέχοντος subdomain. (Παράδειγμα: 'subdomain.homarr.dev')
[homarr_domain]: domain χωρίς το subdomoain. (Παράδειγμα: `homarr.dev')
[homarr_protocol]: http/https
Όλες αυτές οι μεταβλητές εξαρτώνται από το τρέχον url."
}
},
"behaviour": {
diff --git a/public/locales/el/modules/smart-home/entity-state.json b/public/locales/el/modules/smart-home/entity-state.json
index 6b33912c0..05c185380 100644
--- a/public/locales/el/modules/smart-home/entity-state.json
+++ b/public/locales/el/modules/smart-home/entity-state.json
@@ -22,11 +22,11 @@
},
"displayFriendlyName": {
"label": "Εμφάνιση φιλικού ονόματος",
- "info": ""
+ "info": "Εμφάνιση φιλικού ονόματος από το Home Assistant αντί για το εμφανιζόμενο όνομα."
},
"genericToggle": {
- "label": "",
- "info": ""
+ "label": "Εναλλαγή οντοτήτων",
+ "info": "Εκτέλεση εναλλαγής στην οντότητα του Home Assistant όταν κάνετε κλικ."
}
}
}
diff --git a/public/locales/es/layout/modals/add-app.json b/public/locales/es/layout/modals/add-app.json
index aa14009f3..bf5306996 100644
--- a/public/locales/es/layout/modals/add-app.json
+++ b/public/locales/es/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Dirección externa",
- "description": "URL que se abrirá al hacer clic en la aplicación."
+ "description": "URL que se abrirá al hacer clic en la aplicación.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/et/layout/modals/add-app.json b/public/locales/et/layout/modals/add-app.json
index f5a7aa4ea..61b551914 100644
--- a/public/locales/et/layout/modals/add-app.json
+++ b/public/locales/et/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "",
- "description": ""
+ "description": "",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/fr/layout/modals/add-app.json b/public/locales/fr/layout/modals/add-app.json
index c78bb0c9d..01580aa0a 100644
--- a/public/locales/fr/layout/modals/add-app.json
+++ b/public/locales/fr/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Adresse externe",
- "description": "URL qui sera ouverte dans le navigateur lorsque l'on clique sur l'application."
+ "description": "URL qui sera ouverte dans le navigateur lorsque l'on clique sur l'application.",
+ "tooltip": "Vous pouvez utiliser quelques variables pour créer des adresses dynamiques :
[homarr_base]: adresse complète sans le port et le chemin. (Exemple : 'https://subdomain.homarr.dev')
[homarr_hostname]: url de base complète incluant son sous-domaine actuel. (Exemple : 'subdomain.homarr.dev')
[homarr_domain]: domaine dont le sous-domaine est filtré. (Exemple : `homarr.dev')
[homarr_protocol]: http/https
Ces variables dépendent toutes de l'url courante."
}
},
"behaviour": {
diff --git a/public/locales/fr/modules/media-transcoding.json b/public/locales/fr/modules/media-transcoding.json
index eb5c63a64..2a6444c73 100644
--- a/public/locales/fr/modules/media-transcoding.json
+++ b/public/locales/fr/modules/media-transcoding.json
@@ -5,92 +5,92 @@
"settings": {
"title": "Paramètres de transcodage des médias",
"appId": {
- "label": ""
+ "label": "Sélectionner une application"
},
"defaultView": {
- "label": "",
+ "label": "Affichage par défaut",
"data": {
- "workers": "",
+ "workers": "Travailleurs",
"queue": "File d'attente",
- "statistics": ""
+ "statistics": "Statistiques"
}
},
"showHealthCheck": {
- "label": ""
+ "label": "Afficher l'indicateur de bilan de santé"
},
"showHealthChecksInQueue": {
- "label": ""
+ "label": "Afficher les diagnostics dans la file d'attente"
},
"queuePageSize": {
- "label": ""
+ "label": "File d'attente : éléments par page"
},
"showAppIcon": {
- "label": ""
+ "label": "Afficher l'icône de l'application dans le coin inférieur droit"
}
}
},
- "noAppSelected": "",
+ "noAppSelected": "Sélectionnez une application dans les paramètres du widget",
"views": {
"workers": {
"table": {
"header": {
- "name": "",
+ "name": "Fichier",
"eta": "ETA",
"progress": "Progrès"
},
"empty": "Vide",
"tooltip": {
- "transcode": "",
- "healthCheck": ""
+ "transcode": "Transcodeur",
+ "healthCheck": "État des services"
}
}
},
"queue": {
"table": {
"header": {
- "name": "",
+ "name": "Fichier",
"size": "Taille"
},
"footer": {
- "currentIndex": ""
+ "currentIndex": "{{start}}-{{end}} de {{total}}"
},
"empty": "Vide",
"tooltip": {
- "transcode": "",
- "healthCheck": ""
+ "transcode": "Transcodeur",
+ "healthCheck": "État des services"
}
}
},
"statistics": {
"empty": "Vide",
"box": {
- "transcodes": "",
- "healthChecks": "",
- "files": "",
- "spaceSaved": ""
+ "transcodes": "Transcodes : {{value}}",
+ "healthChecks": "Diagnostiques complets : {{value}}",
+ "files": "Fichiers : {{value}}",
+ "spaceSaved": "Sauvegardé : {{value}}"
},
"pies": {
- "transcodes": "",
- "healthChecks": "",
- "videoCodecs": "",
- "videoContainers": "",
- "videoResolutions": ""
+ "transcodes": "Transcodeur",
+ "healthChecks": "Diagnostics",
+ "videoCodecs": "Codecs",
+ "videoContainers": "Conteneurs",
+ "videoResolutions": "Résolutions"
}
}
},
"error": {
"title": "Erreur",
- "message": ""
+ "message": "Une erreur s'est produite lors de la récupération des données depuis Tdarr."
},
"tabs": {
- "workers": "",
+ "workers": "Travailleurs",
"queue": "File d'attente",
- "statistics": ""
+ "statistics": "Statistiques"
},
"healthCheckStatus": {
- "title": "",
- "queued": "",
- "healthy": "",
- "unhealthy": ""
+ "title": "État des services",
+ "queued": "En file d’attente",
+ "healthy": "Sain",
+ "unhealthy": "Dysfonctionnement"
}
}
diff --git a/public/locales/fr/modules/smart-home/entity-state.json b/public/locales/fr/modules/smart-home/entity-state.json
index 742db046b..4f44170bd 100644
--- a/public/locales/fr/modules/smart-home/entity-state.json
+++ b/public/locales/fr/modules/smart-home/entity-state.json
@@ -22,11 +22,11 @@
},
"displayFriendlyName": {
"label": "Afficher le nom personnalisé",
- "info": ""
+ "info": "Afficher le nom personnalisé de Home Assistant au lieu du nom d'affichage."
},
"genericToggle": {
- "label": "",
- "info": ""
+ "label": "Activer/Désactiver l'entité",
+ "info": "Effectuez une activation/désactivation de Home Assistant sur l'entité lorsque vous cliquez dessus."
}
}
}
diff --git a/public/locales/he/layout/modals/add-app.json b/public/locales/he/layout/modals/add-app.json
index c8fe619d6..1e37bbb20 100644
--- a/public/locales/he/layout/modals/add-app.json
+++ b/public/locales/he/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "כתובת חיצונית",
- "description": "כתובת אינטרנט שתיפתח בעת לחיצה על האפליקציה."
+ "description": "כתובת אינטרנט שתיפתח בעת לחיצה על האפליקציה.",
+ "tooltip": "אתה יכול להשתמש במספר משתנים כדי ליצור כתובות דינמיות:
[homarr_base] : כתובת מלאה לא כולל יציאה ונתיב. (דוגמה: 'https://subdomain.homarr.dev')
[homarr_hostname] : כתובת אתר בסיס מלאה כולל תת-הדומיין הנוכחי שלו. (דוגמה: 'subdomain.homarr.dev')
[homarr_domain] : דומיין עם תת-דומיין מסונן. (דוגמה: `homarr.dev')
[homarr_protocol] : http/https
המשתנים האלה תלויים כולם בכתובת האתר הנוכחית."
}
},
"behaviour": {
diff --git a/public/locales/hr/layout/modals/add-app.json b/public/locales/hr/layout/modals/add-app.json
index b8646fa69..6a8ac0323 100644
--- a/public/locales/hr/layout/modals/add-app.json
+++ b/public/locales/hr/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Vanjska adresa",
- "description": "URL koji će se otvoriti prilikom klika na aplikaciju."
+ "description": "URL koji će se otvoriti prilikom klika na aplikaciju.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/hu/layout/modals/add-app.json b/public/locales/hu/layout/modals/add-app.json
index b68782ad6..373af2b08 100644
--- a/public/locales/hu/layout/modals/add-app.json
+++ b/public/locales/hu/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Külső cím",
- "description": "URL, amely az alkalmazásra kattintva megnyílik."
+ "description": "URL, amely az alkalmazásra kattintva megnyílik.",
+ "tooltip": "A dinamikus címek létrehozásához néhány változót használhat:
[homarr_base]: teljes cím a port és az elérési út nélkül. (Példa: 'https://subdomain.homarr.dev')
[homarr_hostname]: teljes alap url, beleértve az aktuális aldomain-t is. (Példa: 'subdomain.homarr.dev')
[homarr_domain]: domain az aldomainek kiszűrésével. (Példa: `homarr.dev')
[homarr_protocol]: http/https
Ezek a változók mind az aktuális url-től függnek."
}
},
"behaviour": {
diff --git a/public/locales/it/layout/modals/add-app.json b/public/locales/it/layout/modals/add-app.json
index 29c57f4af..a1c2a109e 100644
--- a/public/locales/it/layout/modals/add-app.json
+++ b/public/locales/it/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Indirizzo esterno",
- "description": "URL che verrà aperto nel browser al clic dell'app."
+ "description": "URL che verrà aperto nel browser al clic dell'app.",
+ "tooltip": "È possibile utilizzare alcune variabili per creare indirizzi dinamici:
[homarr_base] : indirizzo completo escludendo porta e percorso. (Esempio: 'https://subdomain.homarr.dev')
[homarr_hostname] : url di base completo compreso il suo attuale sottodominio. (Esempio: 'subdomain.homarr.dev')
[homarr_domain] : dominio con sottodominio filtrato. (Esempio: `homarr.dev')
[homarr_protocol] : http/https
Queste variabili dipendono dall'url corrente."
}
},
"behaviour": {
diff --git a/public/locales/it/modules/media-transcoding.json b/public/locales/it/modules/media-transcoding.json
index 1715ecdaf..54d549be9 100644
--- a/public/locales/it/modules/media-transcoding.json
+++ b/public/locales/it/modules/media-transcoding.json
@@ -1,9 +1,9 @@
{
"descriptor": {
- "name": "Transcodifica Multimediale",
- "description": "Mostra informazioni sulla transcodifica multimediale",
+ "name": "Transcoding multimediale",
+ "description": "Mostra informazioni sul transcoding multimediale",
"settings": {
- "title": "Impostazioni Transcodifica Multimediale",
+ "title": "Impostazioni transcoding multimediale",
"appId": {
"label": "Seleziona un'app"
},
@@ -40,7 +40,7 @@
},
"empty": "Vuoto",
"tooltip": {
- "transcode": "Transcodifica",
+ "transcode": "Transcode",
"healthCheck": "Controllo Integrità"
}
}
@@ -56,7 +56,7 @@
},
"empty": "Vuoto",
"tooltip": {
- "transcode": "Transcodifica",
+ "transcode": "Transcode",
"healthCheck": "Controllo Integrità"
}
}
@@ -64,16 +64,16 @@
"statistics": {
"empty": "Vuoto",
"box": {
- "transcodes": "Transcodifiche: {{value}}",
+ "transcodes": "Transcodes: {{value}}",
"healthChecks": "Controlli Integrità: {{value}}",
"files": "File: {{value}}",
"spaceSaved": "Salvati: {{value}}"
},
"pies": {
- "transcodes": "Transcodifiche",
+ "transcodes": "Transcodes",
"healthChecks": "Controlli Integrità",
- "videoCodecs": "Codec",
- "videoContainers": "Container",
+ "videoCodecs": "Codecs",
+ "videoContainers": "Containers",
"videoResolutions": "Risoluzioni"
}
}
diff --git a/public/locales/it/modules/torrents-status.json b/public/locales/it/modules/torrents-status.json
index 97c099d9f..1bdf17132 100644
--- a/public/locales/it/modules/torrents-status.json
+++ b/public/locales/it/modules/torrents-status.json
@@ -31,10 +31,10 @@
"info": "Se disabilitato, verrà visualizzato solo il ratio globale. Il ratio globale utilizzerà comunque i label, se impostati"
},
"columnOrdering": {
- "label": "Abilita il riordinamento delle colonne"
+ "label": "Abilita riordinamento colonne"
},
"rowSorting": {
- "label": "Abilita l'ordinamento delle righe"
+ "label": "Abilita ordinamento righe"
},
"columns": {
"label": "Seleziona colonne da visualizzare",
diff --git a/public/locales/ja/layout/modals/add-app.json b/public/locales/ja/layout/modals/add-app.json
index 579f60446..34dae0994 100644
--- a/public/locales/ja/layout/modals/add-app.json
+++ b/public/locales/ja/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "外部アドレス",
- "description": "アプリをクリックしたときに開くURL。"
+ "description": "アプリをクリックしたときに開くURL。",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/ko/layout/modals/add-app.json b/public/locales/ko/layout/modals/add-app.json
index da944cb0d..ebafd4bd3 100644
--- a/public/locales/ko/layout/modals/add-app.json
+++ b/public/locales/ko/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "외부 주소",
- "description": "앱을 클릭할 때 열리는 URL입니다."
+ "description": "앱을 클릭할 때 열리는 URL입니다.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/lt/layout/modals/add-app.json b/public/locales/lt/layout/modals/add-app.json
index e0d46deeb..7bc93b7b8 100644
--- a/public/locales/lt/layout/modals/add-app.json
+++ b/public/locales/lt/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Išorinis adresas",
- "description": "URL adresas, kuris bus atidarytas spustelėjus programą."
+ "description": "URL adresas, kuris bus atidarytas spustelėjus programą.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/lv/layout/modals/add-app.json b/public/locales/lv/layout/modals/add-app.json
index 6d933b7c6..b10e96652 100644
--- a/public/locales/lv/layout/modals/add-app.json
+++ b/public/locales/lv/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Ārējā adrese",
- "description": "URL, kas tiks atvērts, noklikšķinot uz lietotnes."
+ "description": "URL, kas tiks atvērts, noklikšķinot uz lietotnes.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/nl/layout/modals/add-app.json b/public/locales/nl/layout/modals/add-app.json
index d29b94b15..9fca751b0 100644
--- a/public/locales/nl/layout/modals/add-app.json
+++ b/public/locales/nl/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Extern adres",
- "description": "URL die wordt geopend wanneer op de app wordt geklikt."
+ "description": "URL die wordt geopend wanneer op de app wordt geklikt.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/no/layout/modals/add-app.json b/public/locales/no/layout/modals/add-app.json
index 371ecbe64..905b573e9 100644
--- a/public/locales/no/layout/modals/add-app.json
+++ b/public/locales/no/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Ekstern adresse",
- "description": "URL som vil åpnes når du klikker på appen."
+ "description": "URL som vil åpnes når du klikker på appen.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/pl/layout/modals/add-app.json b/public/locales/pl/layout/modals/add-app.json
index 79445aae3..1ae131f8e 100644
--- a/public/locales/pl/layout/modals/add-app.json
+++ b/public/locales/pl/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Adres zewnętrzny",
- "description": "URL, który zostanie otwarty po kliknięciu na aplikację."
+ "description": "URL, który zostanie otwarty po kliknięciu na aplikację.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/pt/layout/modals/add-app.json b/public/locales/pt/layout/modals/add-app.json
index b91ded8ce..d938fc4ba 100644
--- a/public/locales/pt/layout/modals/add-app.json
+++ b/public/locales/pt/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Endereço externo",
- "description": "URL que será aberto ao clicar na aplicação."
+ "description": "URL que será aberto ao clicar na aplicação.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/ro/layout/modals/add-app.json b/public/locales/ro/layout/modals/add-app.json
index 2cf647ee5..4d2b36933 100644
--- a/public/locales/ro/layout/modals/add-app.json
+++ b/public/locales/ro/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Adresa externă",
- "description": "Adresa URL-ul care va fi deschisă atunci când faceți clic pe aplicație."
+ "description": "Adresa URL-ul care va fi deschisă atunci când faceți clic pe aplicație.",
+ "tooltip": "Puteți utiliza câteva variabile pentru a crea adrese dinamice:
[homarr_base]: adresa completă, excluzând portul și calea. (Exemplu: \"https://subdomain.homarr.dev\")
[homarr_hostname]: adresa completă a bazei, inclusiv subdomeniul curent. (Exemplu: \"subdomain.homarr.dev\")
[homarr_domain]: domeniu cu subdomeniul filtrat. (Exemplu: `homarr.dev')
[homarr_protocol]: http/https
Toate aceste variabile depind de URL-ul curent."
}
},
"behaviour": {
diff --git a/public/locales/ro/modules/smart-home/entity-state.json b/public/locales/ro/modules/smart-home/entity-state.json
index 3d826fbe3..235c2335d 100644
--- a/public/locales/ro/modules/smart-home/entity-state.json
+++ b/public/locales/ro/modules/smart-home/entity-state.json
@@ -22,11 +22,11 @@
},
"displayFriendlyName": {
"label": "Afișează un nume prietenos",
- "info": ""
+ "info": "Afișează un nume prietenos din Home Assistant în loc de numele afișat."
},
"genericToggle": {
- "label": "",
- "info": ""
+ "label": "Schimbător de entități",
+ "info": "Efectuați o acțiune generala de comutare al Home Assistant-ului când faceți clic pe entitate."
}
}
}
diff --git a/public/locales/ru/layout/modals/add-app.json b/public/locales/ru/layout/modals/add-app.json
index 6befedd3f..667c80cef 100644
--- a/public/locales/ru/layout/modals/add-app.json
+++ b/public/locales/ru/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Внешний адрес",
- "description": "URL-адрес, который будет открыт при нажатии на приложение."
+ "description": "URL-адрес, который будет открыт при нажатии на приложение.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/sk/layout/modals/add-app.json b/public/locales/sk/layout/modals/add-app.json
index fdebf8173..cd85bd72c 100644
--- a/public/locales/sk/layout/modals/add-app.json
+++ b/public/locales/sk/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Externá adresa",
- "description": "URL, ktorá sa otvorí po kliknutí na aplikáciu."
+ "description": "URL, ktorá sa otvorí po kliknutí na aplikáciu.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/sl/layout/modals/add-app.json b/public/locales/sl/layout/modals/add-app.json
index 624acb750..d180df595 100644
--- a/public/locales/sl/layout/modals/add-app.json
+++ b/public/locales/sl/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Zunanji naslov",
- "description": "URL, ki se odpre ob kliku na aplikacijo."
+ "description": "URL, ki se odpre ob kliku na aplikacijo.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/sv/layout/modals/add-app.json b/public/locales/sv/layout/modals/add-app.json
index d17ee83ae..d533f502d 100644
--- a/public/locales/sv/layout/modals/add-app.json
+++ b/public/locales/sv/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Extern adress",
- "description": "URL som öppnas när du klickar på appen."
+ "description": "URL som öppnas när du klickar på appen.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/tr/layout/modals/add-app.json b/public/locales/tr/layout/modals/add-app.json
index 4350caf82..5dd2145a5 100644
--- a/public/locales/tr/layout/modals/add-app.json
+++ b/public/locales/tr/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Harici adres",
- "description": "Uygulamaya tıklandığında açılacak URL."
+ "description": "Uygulamaya tıklandığında açılacak URL.",
+ "tooltip": "Dinamik adresler oluşturmak için birkaç değişken kullanabilirsiniz:
[homarr_base] : port ve yol hariç tam adres. (Örnek: 'https://subdomain.homarr.dev')
[homarr_hostname] : geçerli alt alan adını da içeren tam temel URL. (Örnek: 'subdomain.homarr.dev')
[homarr_domain] : alt alan adının filtrelendiği alan adı. (Örnek: `homarr.dev')
[homarr_protocol] : http/https
Bu değişkenlerin tümü geçerli URL'ye bağlıdır."
}
},
"behaviour": {
diff --git a/public/locales/tw/layout/modals/add-app.json b/public/locales/tw/layout/modals/add-app.json
index 9fd81b80c..2bdc74308 100644
--- a/public/locales/tw/layout/modals/add-app.json
+++ b/public/locales/tw/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "外部網址",
- "description": "點擊應用時開啟的網址"
+ "description": "點擊應用時開啟的網址",
+ "tooltip": "你可以使用變量來創建動態網址:
[homarr_base]:不包括端口和路徑的完整網址。(例如:'https://subdomain.homarr.dve')
[homarr_hostname]:完整的基本網址,包括當前的子網域。(例如:'subdomain.homarr.dev')
[homarr_domain]:已過濾之網域。(例如:'homarr.dev')
[homarr_protocol]:http/https
這些變量絕於當前網址"
}
},
"behaviour": {
diff --git a/public/locales/tw/modules/smart-home/entity-state.json b/public/locales/tw/modules/smart-home/entity-state.json
index c62e72bd9..16c079f40 100644
--- a/public/locales/tw/modules/smart-home/entity-state.json
+++ b/public/locales/tw/modules/smart-home/entity-state.json
@@ -22,11 +22,11 @@
},
"displayFriendlyName": {
"label": "顯示友好名稱",
- "info": ""
+ "info": "顯示來自家庭助理的友好名稱,而不是顯示名稱"
},
"genericToggle": {
- "label": "",
- "info": ""
+ "label": "實體切換",
+ "info": "點擊時對實體執行通用的家提助理切換操作"
}
}
}
diff --git a/public/locales/uk/layout/modals/add-app.json b/public/locales/uk/layout/modals/add-app.json
index 681f2c7ee..811751f2d 100644
--- a/public/locales/uk/layout/modals/add-app.json
+++ b/public/locales/uk/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Зовнішня адреса",
- "description": "URL-адреса відкриється в браузері при натисканні на додаток."
+ "description": "URL-адреса відкриється в браузері при натисканні на додаток.",
+ "tooltip": ""
}
},
"behaviour": {
diff --git a/public/locales/vi/layout/modals/add-app.json b/public/locales/vi/layout/modals/add-app.json
index 45217e905..2860df60a 100644
--- a/public/locales/vi/layout/modals/add-app.json
+++ b/public/locales/vi/layout/modals/add-app.json
@@ -31,7 +31,8 @@
},
"externalAddress": {
"label": "Địa chỉ bên ngoài",
- "description": "Đường dẫn được mở khi nhấp vào ứng dụng."
+ "description": "Đường dẫn được mở khi nhấp vào ứng dụng.",
+ "tooltip": ""
}
},
"behaviour": {