Skip to content
Closed
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
32 changes: 28 additions & 4 deletions frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,17 @@
"campInvitations": {
"title": "Einladen"
},
"campListItem": {
"public": "Öffentlich"
},
"campMembers": {
"title": "Mitglieder"
},
"footerSharedCamp": {
"outsider": "Du arbeitest in diesem Lager nicht mit:",
"outsiderDescription": "Du kannst keine Daten ändern, aber das Programm anschauen und kopieren.",
"shared": "Lager ist öffentlich freigegeben:",
"sharedDescription": "Fremde Personen können sämtliche Daten im Lager einsehen und kopieren."
}
},
"campAdmin": {
Expand Down Expand Up @@ -116,6 +125,22 @@
"campSettings": {
"title": "Beschreibung"
},
"campSharingSettings": {
"activate": "Freigabe aktivieren",
"deactivate": "Freigabe deaktivieren",
"implications": "Wenn du die Freigabe aktivierst, dann können fremde Personen das Programm, das Team, die Materiallisten und Verantwortlichkeiten und alles andere in diesem Lager ansehen und kopieren. Nur Personen im Team können Daten ändern.",
"notShared": {
"description": ": Nur Personen im Team können das Programm und die Daten in diesem Lager ansehen.",
"title": "Freigabe ist nicht aktiviert"
},
"publicCampUrl": "Sharing-Link zum Lager",
"shared": {
"description": ": Fremde Personen können das Programm, das Team, die Materiallisten und Verantwortlichkeiten und alles andere in diesem Lager ansehen und kopieren. Nur Personen im Team können Daten ändern.",
"title": "Lager ist öffentlich freigegeben"
},
"sharedSince": "Am {sharedSince} von {sharedBy}",
"title": "Lager teilen"
},
"createCampPeriods": {
"add": "Weiteren Lagerabschnitt hinzufügen"
},
Expand Down Expand Up @@ -541,6 +566,7 @@
"close": "Schliessen",
"content": "Inhalt",
"continue": "Weiter",
"copy": "Kopieren",
"create": "Erstellen",
"delete": "Löschen",
"discard": "Verwerfen",
Expand All @@ -560,6 +586,7 @@
"save": "Speichern",
"saving": "Speichert",
"search": "Suchen",
"share": "Freigeben",
"submit": "Abschicken",
"tryagain": "Erneut versuchen",
"unlock": "Entsperren",
Expand Down Expand Up @@ -786,14 +813,11 @@
"navigation": {
"desktop": {
"navTopbar": {
"admin": "Admin",
"campIsLoading": "Lager wird geladen",
"checklist": "Checkliste",
"material": "Material",
"print": "Drucken",
"program": "Programm",
"story": "Geschichte",
"team": "Team"
"checklist": "Checkliste"
}
},
"mobile": {
Expand Down
32 changes: 28 additions & 4 deletions frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,17 @@
"campInvitations": {
"title": "Invite"
},
"campListItem": {
"public": "public"
},
"campMembers": {
"title": "Members"
},
"footerSharedCamp": {
"outsider": "Not participating in this camp:",
"outsiderDescription": "You cannot change any data, but you may look at and copy the programme.",
"shared": "Camp is shared publicly:",
"sharedDescription": "External persons can see and copy all data in this camp."
}
},
"campAdmin": {
Expand Down Expand Up @@ -116,6 +125,22 @@
"campSettings": {
"title": "Settings"
},
"campSharingSettings": {
"activate": "Activate sharing",
"deactivate": "Deactivate sharing",
"implications": "If you activate sharing, external persons can view and copy the programme, team, equipment lists, responsibilities and everything else related to this camp. Only persons in the team can change data.",
"notShared": {
"description": ": If you enable sharing, external persons can view and copy the programme, the team, the material lists and responsibilities, and everything else in this camp. Only persons in the team can change data.",
"title": "Sharing is not active"
},
"publicCampUrl": "Public camp link",
"shared": {
"description": ": External persons can see and copy the programme, team, material lists, responsibilities and all other data in this camp. Only people in the team can change data.",
"title": "Camp is shared publicly"
},
"sharedSince": "Since {sharedSince} by {sharedBy}",
"title": "Sharing settings"
},
"createCampPeriods": {
"add": "Add a period"
},
Expand Down Expand Up @@ -541,6 +566,7 @@
"close": "Close",
"content": "Content",
"continue": "Continue",
"copy": "Copy",
"create": "Create",
"delete": "Delete",
"discard": "Discard",
Expand All @@ -560,6 +586,7 @@
"save": "Save",
"saving": "Saving",
"search": "Search",
"share": "Share",
"submit": "Submit",
"tryagain": "Try again",
"unlock": "Unlock",
Expand Down Expand Up @@ -786,14 +813,11 @@
"navigation": {
"desktop": {
"navTopbar": {
"admin": "Admin",
"campIsLoading": "Camp is loading",
"checklist": "Checklist",
"material": "Materials",
"print": "Print",
"program": "Program",
"story": "Story",
"team": "Team"
"checklist": "Checklist"
}
},
"mobile": {
Expand Down
Loading