Skip to content

Commit edb73a2

Browse files
harmony-weblatejustplus
and
justplus
authored
i18n: Translations update from Weblate (#930)
* Translated using Weblate (German) Currently translated at 100.0% (117 of 117 strings) Translation: Northstar/FlightCore Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/de/ * Translated using Weblate (French) Currently translated at 100.0% (117 of 117 strings) Translation: Northstar/FlightCore Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/fr/ --------- Co-authored-by: justplus <[email protected]>
1 parent 77b7f5b commit edb73a2

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

src-vue/src/i18n/lang/de.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"downloading": "Herunterladen",
1616
"extracting": "Extrahieren",
1717
"done": "Fertig",
18-
"success": "Erfolg"
18+
"success": "Erfolg",
19+
"confirm": "Bestätigen"
1920
},
2021
"play": {
2122
"button": {
@@ -120,8 +121,15 @@
120121
"show_deprecated_mods": "Veraltete Thunderstore mods anzeigen",
121122
"profile": {
122123
"dialog": {
123-
"title": "Profile"
124-
}
124+
"title": "Profile",
125+
"delete_confirm": "Sind Sie sich sicher, dass Sie dieses Profil löschen möchten?",
126+
"delete": "Löschen",
127+
"clone": "Duplizieren",
128+
"create_empty": "Neues Profil",
129+
"new_profile_name": "Neuen Profilnamen eingeben"
130+
},
131+
"active": "Aktives Profil",
132+
"edit": "Profile bearbeiten"
125133
}
126134
},
127135
"notification": {
@@ -142,7 +150,18 @@
142150
"flightcore_outdated": {
143151
"title": "FlightCore veraltet!",
144152
"text": "Bitte aktualisiere FlightCore.\nDu hast die veraltetet Version {oldVersion}.\nNeuste Version ist {newVersion}!"
145-
}
153+
},
154+
"profile": {
155+
"invalid": {
156+
"text": "Das Profil auf das Sie wechseln möchten ist nicht länger gültig.",
157+
"title": "Ungültiges Profil"
158+
}
159+
},
160+
"no_new": {
161+
"title": "Aktuell",
162+
"text": "Hier gibt es nichts zu sehen!"
163+
},
164+
"date_prefix": "auf"
146165
},
147166
"channels": {
148167
"release": {

src-vue/src/i18n/lang/fr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@
126126
"title": "Profiles",
127127
"clone": "Cloner",
128128
"delete": "Supprimer",
129-
"delete_confirm": "Voulez-vous vraiment supprimer ce profil ?"
129+
"delete_confirm": "Voulez-vous vraiment supprimer ce profil ?",
130+
"create_empty": "nouveau profil",
131+
"new_profile_name": "Entrez le nouveau nom du profil"
130132
}
131133
}
132134
},

0 commit comments

Comments
 (0)