Skip to content

Commit

Permalink
fix(i18n): add/fix some german translations
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Oct 7, 2021
1 parent 14d4569 commit db0cc19
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
@open-menu="openMenu"
/>
<div class="project-card__left-stripe"></div>
<div class="project-card__status-badge">Active</div>
<div class="project-card__status-badge">
{{ $t("ProjectStatusBadge.active") }}
</div>
<ProjectCardModelPreview
:previews="previews"
@preview-changed="onPreviewChange"
Expand Down
7 changes: 5 additions & 2 deletions src/i18n/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ProjectBoard": {
"tabs": {
"overview": "Projekt",
"files": "EDV",
"files": "EDM",
"bcf": "BCF"
}
},
Expand Down Expand Up @@ -268,7 +268,7 @@
"ifc": "IFC",
"split": "Aufteilen / exportieren",
"merge": "Zusammenführen",
"archive": "Archive"
"archive": "Archiv"
}
},
"ModelsMergeModal": {
Expand Down Expand Up @@ -317,6 +317,9 @@
"inputErrorMessage": "Sie müssen einen Namen für das Projekt angeben:",
"createButtonText": "Erstellen"
},
"ProjectStatusBadge": {
"active": "AKTIV"
},
"ProjectUsersManager": {
"title": "Nutzer",
"searchInputPlaceholder": "Einen Nutzer suchen"
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@
"createButtonText": "Create"
},

"ProjectStatusBadge": {
"active": "ACTIVE"
},

"ProjectUsersManager": {
"title": "Project Users",
"searchInputPlaceholder": "Search user"
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@
"inputErrorMessage": "¡Debe darle un nombre al proyecto!",
"createButtonText": "Crear"
},
"ProjectStatusBadge": {
"active": ""
},
"ProjectUsersManager": {
"title": "Usuarios",
"searchInputPlaceholder": "Buscar un usuario"
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@
"createButtonText": "Créer"
},

"ProjectStatusBadge": {
"active": "ACTIF"
},

"ProjectUsersManager": {
"title": "Utilisateurs",
"searchInputPlaceholder": "Rechercher un utilisateur"
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@
"inputErrorMessage": "È necessario fornire un nome per il progetto!",
"createButtonText": "Crea"
},
"ProjectStatusBadge": {
"active": ""
},
"ProjectUsersManager": {
"title": "Utenti del progetto",
"searchInputPlaceholder": "Cerca utenti"
Expand Down

0 comments on commit db0cc19

Please sign in to comment.