Skip to content

Commit

Permalink
update some obviously wrong translations
Browse files Browse the repository at this point in the history
  • Loading branch information
stitch committed Nov 12, 2024
1 parent e560baa commit 9b79c46
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/components/domains/UrlList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ h2 {
</template>

<div style="width: 100%; text-align: right" class="mb-2" v-if="!urls.length">
Add domains using:
{{$t('add domains using')}}:
<b-button style="font-weight: bold" @click="visible.add_domains = true" size="sm"><span :aria-label='$t("domain.urllist.icon.bulk_add_new")' role="img">🌐</span> {{ $t("domain.urllist.button.add_domains") }}</b-button> &nbsp;
<b-button style="font-weight: bold" @click="visible.discover_subdomains = true" v-if="$store.state.config.app.subdomain_suggestion.enabled" size="sm">🌪️️ {{ $t("domain.urllist.button.discover_subdomains") }}</b-button> &nbsp;
<b-button style="font-weight: bold" @click="visible.upload = true" size="sm">⬆️ {{ $t("domain.urllist.button.upload") }}</b-button> &nbsp;
<!-- <button class="border-success" @click="get_urls()">⬆️ {{ $t("button.reload") }}</button> -->
</div>

<div style="width: 100%; text-align: right" class="mb-2" v-if="urls.length">
Add domains using:
{{$t('add domains using')}}:
<b-button style="font-weight: bold" @click="visible.add_domains = true" size="sm"><span :aria-label='$t("domain.urllist.icon.bulk_add_new")' role="img">🌐</span> {{ $t("domain.urllist.button.add_domains") }}
</b-button> &nbsp;
<b-button style="font-weight: bold" @click="visible.discover_subdomains = true" v-if="$store.state.config.app.subdomain_suggestion.enabled" size="sm">🌪️️ {{ $t("domain.urllist.button.discover_subdomains") }}</b-button> &nbsp;
Expand Down
23 changes: 23 additions & 0 deletions src/locales/dashboard-frontend.babel
Original file line number Diff line number Diff line change
Expand Up @@ -7127,6 +7127,29 @@
<folder_node>
<name>button</name>
<children>
<concept_node>
<name>add domains using</name>
<description/>
<comment/>
<translations>
<translation>
<language>de-DE</language>
<approved>false</approved>
</translation>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>fr-FR</language>
<approved>false</approved>
</translation>
<translation>
<language>nl-NL</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>add_domains</name>
<description/>
Expand Down
9 changes: 5 additions & 4 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@
},
"urllist": {
"button": {
"add domains using": "Add domains using",
"add_domains": "Free text",
"configure": "Configure",
"delete": "Delete",
Expand Down
9 changes: 5 additions & 4 deletions src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@
},
"urllist": {
"button": {
"add domains using": "Domeinen toevoegen via",
"add_domains": "Vrije tekst",
"configure": "Instellingen",
"delete": "Verwijder",
Expand Down

0 comments on commit 9b79c46

Please sign in to comment.