diff --git a/src/components/domains/UrlList.vue b/src/components/domains/UrlList.vue index bf3bc02..7730afd 100644 --- a/src/components/domains/UrlList.vue +++ b/src/components/domains/UrlList.vue @@ -68,7 +68,7 @@ h2 {
- Add domains using: + {{$t('add domains using')}}: 🌐 {{ $t("domain.urllist.button.add_domains") }}   🌪️️ {{ $t("domain.urllist.button.discover_subdomains") }}   ⬆️ {{ $t("domain.urllist.button.upload") }}   @@ -76,7 +76,7 @@ h2 {
- Add domains using: + {{$t('add domains using')}}: 🌐 {{ $t("domain.urllist.button.add_domains") }}   🌪️️ {{ $t("domain.urllist.button.discover_subdomains") }}   diff --git a/src/locales/dashboard-frontend.babel b/src/locales/dashboard-frontend.babel index b74f0d3..a435365 100644 --- a/src/locales/dashboard-frontend.babel +++ b/src/locales/dashboard-frontend.babel @@ -7127,6 +7127,29 @@ button + + add domains using + + + + + de-DE + false + + + en-US + false + + + fr-FR + false + + + nl-NL + false + + + add_domains diff --git a/src/locales/de.json b/src/locales/de.json index 6624968..2b4e859 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -138,11 +138,11 @@ "admin": "Verwaltung", "authentication": "Authentifizierung", "domains": "Domains", - "home": "STARTSEITE", + "home": "Startseite", "log_in": "Einloggen", "log_off": "Abmelden", "logged_out_successfully": "Sie haben sich erfolgreich abgemeldet", - "mail_metrics": "", + "mail_metrics": "Mail-Metriken", "notifications": "Benachrichtigungen", "reports": "Berichte", "request_access": "Zugang beantragen", @@ -152,7 +152,7 @@ "switch_user": "Benutzer wechseln", "tour": "Tour", "usage_overview": "Überblick über die Verwendung", - "web_metrics": "" + "web_metrics": "Web-Metriken" }, "scan-type": { "mail": "E-Mail", @@ -398,9 +398,10 @@ }, "urllist": { "button": { + "add domains using": "Domains hinzufügen mit", "add_domains": "Freier Text", "configure": "Konfigurieren Sie", - "delete": "DELETE", + "delete": "Löschen", "discover_subdomains": "Erkennung von Subdomains", "download": "Herunterladen", "reload": "Domänen neu laden", diff --git a/src/locales/en.json b/src/locales/en.json index 1ca36e9..6c11181 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -398,6 +398,7 @@ }, "urllist": { "button": { + "add domains using": "Add domains using", "add_domains": "Free text", "configure": "Configure", "delete": "Delete", diff --git a/src/locales/fr.json b/src/locales/fr.json index dcbf87d..7bd8b89 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -138,11 +138,11 @@ "admin": "Administrateur", "authentication": "Authentification", "domains": "Domaines", - "home": "ACCUEIL", + "home": "Accueil", "log_in": "Se connecter", "log_off": "Déconnexion", "logged_out_successfully": "Vous vous êtes déconnecté avec succès", - "mail_metrics": "", + "mail_metrics": "Mesures du courrier", "notifications": "Notifications", "reports": "Rapports", "request_access": "Demande d'accès", @@ -152,7 +152,7 @@ "switch_user": "Changement d'utilisateur", "tour": "Tour", "usage_overview": "Aperçu de l'utilisation", - "web_metrics": "" + "web_metrics": "Mesures sur le web" }, "scan-type": { "mail": "Courrier", @@ -398,9 +398,10 @@ }, "urllist": { "button": { + "add domains using": "Ajouter des domaines en utilisant", "add_domains": "Texte libre", "configure": "Configurer", - "delete": "DELETE", + "delete": "Supprimer", "discover_subdomains": "Découverte de sous-domaines", "download": "Télécharger", "reload": "Recharger les domaines", diff --git a/src/locales/nl.json b/src/locales/nl.json index 7fc1dc4..36aa424 100644 --- a/src/locales/nl.json +++ b/src/locales/nl.json @@ -398,6 +398,7 @@ }, "urllist": { "button": { + "add domains using": "Domeinen toevoegen via", "add_domains": "Vrije tekst", "configure": "Instellingen", "delete": "Verwijder",