Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/translations/email+intl-icu.de.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"inviteToCamp": {
"subject": "[eCamp3] Du wurdest ins Lager \"{campName}\" eingeladen"
"subject": "[eCamp v3] Du wurdest ins Lager \"{campName}\" eingeladen"
},
"userActivation": {
"subject": "Willkommen bei eCamp3"
Expand All @@ -9,6 +9,6 @@
"subject": "[eCamp3] Passwort zurücksetzen"
},
"emailVerification": {
"subject": "[eCamp3] E-Mail-Adresse verifizieren"
"subject": "[eCamp v3] E-Mail-Adresse verifizieren"
}
}
8 changes: 4 additions & 4 deletions api/translations/email+intl-icu.en.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"inviteToCamp": {
"subject": "[eCamp3] You were invited to collaborate in camp \"{campName}\""
"subject": "[eCamp v3] You were invited to collaborate in camp \"{campName}\""
},
"userActivation": {
"subject": "Welcome to eCamp3"
"subject": "Welcome to eCamp v3"
},
"passwordReset": {
"subject": "[eCamp3] Password reset"
"subject": "[eCamp v3] Password reset"
},
"emailVerification": {
"subject": "[eCamp3] Verify email address"
"subject": "[eCamp v3] Verify email address"
}
}
4 changes: 2 additions & 2 deletions common/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"components": {
"story": {
"storyDay": {
"noStory": "No story content found on this day..."
"noStory": "No story content found on this day"
}
}
},
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"notes": {
"icon": "mdi-pen",
"info": "Here you can enter any notes.{br}e.g. ideas, todo's, open questions, contacts, public transport connections, etc.",
"info": "Here you can enter any notes.{br}e.g. ideas, todos, open questions, contacts, public transport connections, etc.",
"name": "Notes"
},
"safetyConcept": {
Expand Down
9 changes: 9 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
files:
- source: /frontend/src/locales/en.json
translation: /frontend/src/locales/%locale%.json
- source: /common/locales/en.json
translation: /common/locales/%locale%.json
- source: /api/translations/email+intl-icu.en.json
translation: /api/translations/email+intl-icu.%locale%.json
- source: /api/translations/validators.en.yml
translation: /api/translations/validators.%locale_with_underscore%.yml
6 changes: 3 additions & 3 deletions frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"columnLayout": {
"columnOperations": {
"addColumn": "Spalte hinzufügen",
"removeColumn": "Leere Spalte entfernen"
"removeColumn": "Leere letzte Spalte entfernen"
}
},
"storyboard": {
Expand Down Expand Up @@ -292,7 +292,7 @@
"program": {
"formScheduleEntryItem": {
"end": "Ende",
"start": "Start"
"start": "Von"
},
"formScheduleEntryList": {
"name": "Geplante Termine"
Expand Down Expand Up @@ -352,7 +352,7 @@
"password": "Passwort",
"surname": "Nachname"
},
"name": "User"
"name": "Benutzer*in"
}
},
"global": {
Expand Down
Loading