diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 9e310c299..f94ea693c 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -11,8 +11,8 @@ "site": { "made": "Mit ❤ gemacht", "imprint": "Impressum", - "termsAc": "Nutzungsbedingungen", "data-privacy": "Datenschutz", + "termsAndConditions": "Nutzungsbedingungen", "changelog": "Änderungen & Verlauf", "contact": "Kontakt", "tribunal": "Registergericht", @@ -56,6 +56,7 @@ "title": "Mach mit bei Human Connection!", "form": { "description": "Um loszulegen, gib deine E-Mail Adresse ein:", + "invitation-code": "Dein Einladungscode lautet: {code}", "errors": { "email-exists": "Es gibt schon ein Benutzerkonto mit dieser E-Mail Adresse!", "invalid-invitation-token": "Es sieht so aus, als ob der Einladungscode schon eingelöst wurde. Jeder Code kann nur einmalig benutzt werden." @@ -253,7 +254,8 @@ }, "comment": { "submit": "Kommentiere", - "submitted": "Kommentar Gesendet" + "submitted": "Kommentar Gesendet", + "updated": "Änderungen gespeichert" } }, "comment": { @@ -359,17 +361,20 @@ "user": { "title": "Nutzer melden", "type": "Nutzer", - "message": "Bist du sicher, dass du den Nutzer \"{name}\" melden möchtest?" + "message": "Bist du sicher, dass du den Nutzer \"{name}\" melden möchtest?", + "error": "Du hast den Benutzer bereits gemeldet!" }, "contribution": { "title": "Beitrag melden", "type": "Beitrag", - "message": "Bist du sicher, dass du den Beitrag \"{name}\" melden möchtest?" + "message": "Bist du sicher, dass du den Beitrag \"{name}\" melden möchtest?", + "error": "Du hast den Beitrag bereits gemeldet!" }, "comment": { "title": "Kommentar melden", "type": "Kommentar", - "message": "Bist du sicher, dass du den Kommentar von \"{name}\" melden möchtest?" + "message": "Bist du sicher, dass du den Kommentar von \"{name}\" melden möchtest?", + "error": "Du hast den Kommentar bereits gemeldet!" } }, "followButton": { @@ -393,7 +398,7 @@ "title": "Beitrag freigeben", "type": "Beitrag", "message": "Bist du sicher, dass du den Beitrag \"{name}\" freigeben möchtest?", - "error": " Den Beitrag hast du schon gemeldet!" + "error": "Den Beitrag hast du schon gemeldet!" }, "comment": { "title": "Kommentar freigeben", @@ -495,5 +500,41 @@ } }, "get-help": "Wenn du einem inakzeptablen Verhalten ausgesetzt bist, es miterlebst oder andere Bedenken hast, benachrichtige bitte so schnell wie möglich einen Organisator der Gemeinschaft und verlinke oder verweise auf den entsprechenden Inhalt:" + }, + "termsAndConditions": { + "risk": { + "title": "Unfallgefahr", + "description": "Das ist eine Testversion! Alle Daten, Dein Profil und die Server können jederzeit komplett vernichtet, verloren, verbrannt und vielleicht auch in der Nähe von Alpha Centauri synchronisiert werden. Die Benutzung läuft auf eigene Gefahr. Mit kommerziellen Nebenwirkungen ist jedoch nicht zu rechnen." + }, + "data-privacy": { + "title": "Du und deine Daten", + "description": "Bitte beachte, dass wir die Inhalte der Alphaversion zu Werbezwecken, Webpräsentationen usw. verwenden, aber wir glauben, dass das auch in Deinem Interesse ist. Am besten keinen Nachnamen eingeben und bei noch mehr Datensparsamkeit ein Profilfoto ohne Identität verwenden. Mehr in unserer Datenschutzerklärung" + }, + "work-in-progress": { + "title": "Baustellen", + "description": "Das ist immer noch eine Testversion. Wenn etwas nicht funktioniert, blockiert, irritiert, falsch angezeigt, verbogen oder nicht anklickbar ist, bitten wir dies zu entschuldigen. Fehler, Käfer und Bugs bitte melden! support@human-connection.org" + }, + "code-of-conduct": { + "title": "Verhaltenscodex", + "description": "Die Verhaltensregeln dienen als Leitsätze für den persönlichen Auftritt und den Umgang untereinander. Wer als Nutzer im Human Connection Netzwerk aktiv ist, Beiträge verfasst, kommentiert oder mit anderen Nutzern, auch außerhalb des Netzwerkes, Kontakt aufnimmt, erkennt diese Verhaltensregeln als verbindlich an" + }, + "moderation": { + "title": "Moderation", + "description": "Solange kein Community-Moderationssystem lauffähig ist, entscheidet ein Regenbogen-Einhorn darüber, ob Du körperlich und psychisch stabil genug bist, unsere Testversion zu bedienen. Das Einhorn kann Dich jederzeit von der Alpha entfernen. Also sei nett und lass Regenbogenfutter da!" + }, + "fairness": { + "title": "Fairness", + "description": "Sollte Dir die Alphaversion unseres Netzwerks wider Erwarten, egal aus welchen Gründen, nicht gefallen, überweisen wir Dir Deine gespendeten Monatsbeiträge innerhalb der ersten 2 Monate gerne zurück. Einfach Mail an: info@human-connection.org Achtung: Viele Funktionen werden erst nach und nach eingebaut." + }, + "questions": { + "title": "Fragen", + "description": "Die Termine und Links zu den Zoom-Räumen findest Du hier: https://human-connection.org/veranstaltungen/ " + }, + "human-connection": { + "title": "Von Menschen für Menschen:", + "description": "Bitte hilf uns weitere monatlichen Spender für Human Connection zu bekommen, damit das Netzwerk so schnell wie möglich offiziell an den Start gehen kann. https://human-connection.org " + }, + "have-fun": "Jetzt aber viel Spaß mit der Alpha von Human Connection! Für den ersten Weltfrieden. ♥︎", + "closing": "Herzlichst

Euer Human Connection Team" } } diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 99932d029..c073f312a 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -391,17 +391,20 @@ "user": { "title": "Release User", "type": "User", - "message": "Do you really want to release the user \"{name}\"?" + "message": "Do you really want to release the user \"{name}\"?", + "error": "You already reported the user!" }, "contribution": { "title": "Release Contribution", "type": "Contribution", - "message": "Do you really want to release the contribution \"{name}\"?" + "message": "Do you really want to release the contribution \"{name}\"?", + "error": "You have already reported the contribution!!" }, "comment": { "title": "Release Comment", "type": "Comment", - "message": "Do you really want to release the comment from \"{name}\"?" + "message": "Do you really want to release the comment from \"{name}\"?", + "error": "You have already reported the comment!" } }, "user": { @@ -496,5 +499,41 @@ } }, "get-help": "If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible and link or refer to the corresponding content:" + }, + "termsAndConditions": { + "risk": { + "title": "Risk of accident", + "description": "This is a test version! All data, your profile and the server can be completely destroyed, wiped out, lost, burnt and eventually synchronised near Alpha Centauri at any time. Use on your own risk. Commercial effects are not likely though." + }, + "data-privacy": { + "title": "You and your data", + "description": "Please note that the content of the alpha version will be used for public web presentations etc. but we are sure, this is in your interest. Avoid real names and use anonymous profile pictures without your face. You can find more information in our data privacy policy" + }, + "work-in-progress": { + "title": "Work in progress", + "description": "This is still a test version. Please excuse if some applications are not working, blocking, irritating, displayed falsely or not able to be clicked on. Please report faults and bugs! mailto:support@human-connection.org" + }, + "code-of-conduct": { + "title": "Code of conduct", + "description": "The code of conduct serves as guiding principles for our personal appearance and interaction with one another. Anyone who is active as a user in the Human Connection Network, writes articles, comments or contacts other users, including those outside the network, acknowledges these rules of conduct as binding." + }, + "moderation": { + "title": "Moderation", + "description": "As long as there is no community moderation-system in operation, a rainbow colored unicorn decides, if you are physically and mentally stable enough to operate our test version. The unicorn can delete you from the alpha version at any time. So be so kind and leave rainbow food!" + }, + "fairness": { + "title": "Fairness", + "description": "If, against all expectations, our alpha version is not to your liking, we return your monthly payment within the first two months. Please send a mail to: info@human-connection.org Note that more features are added on a regular basis." + }, + "questions": { + "title": "Questions", + "description": "You can find the dates and links to our zoom-rooms here: https://human-connection.org/en/events/ " + }, + "human-connection": { + "title": "By humans for humans", + "description": "Please help us to get new donators for Human Connection, so the network can take off as soon as possible. https://human-connection.org " + }, + "have-fun": "Now have fun with the alpha version of Human Connection! For the first universal peace. ♥︎", + "closing": "Thank you very much

your Human Connection Team" } } diff --git a/webapp/pages/terms-and-conditions.vue b/webapp/pages/terms-and-conditions.vue index 428f3147a..0bd849575 100644 --- a/webapp/pages/terms-and-conditions.vue +++ b/webapp/pages/terms-and-conditions.vue @@ -1,22 +1,46 @@