diff --git a/scripts/sort-translations.sh b/scripts/sort-translations.sh index 5bb5e988e..f2a5edebb 100755 --- a/scripts/sort-translations.sh +++ b/scripts/sort-translations.sh @@ -16,7 +16,7 @@ do : # all good else exit_code=$? - echo "$locale_file is not sorted by keys" + echo "$(basename -- $locale_file) is not sorted by keys" fi fi done diff --git a/webapp/locales/de.json b/webapp/locales/de.json index e3e214d32..b70227557 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -1,821 +1,788 @@ { - "login": { - "copy": "Falls Du bereits ein Konto bei Human Connection hast, melde Dich bitte hier an.", - "login": "Anmelden", - "logout": "Abmelden", - "email": "Deine E-Mail", - "password": "Dein Passwort", - "moreInfo": "Was ist Human Connection?", - "hello": "Hallo", - "forgotPassword": "Passwort vergessen?", - "no-account": "Du hast noch kein Benutzerkonto?", - "register": "Benutzerkonto erstellen", - "moreInfoURL": "https:\/\/human-connection.org", - "moreInfoHint": "zur Präsentationsseite", - "success": "Du bist eingeloggt!", - "failure": "Fehlerhafte E-Mail-Adresse oder Passwort." + "actions": { + "cancel": "Abbrechen", + "create": "Erstellen", + "delete": "Löschen", + "edit": "Bearbeiten", + "loadMore": "mehr laden", + "loading": "wird geladen", + "save": "Speichern" + }, + "admin": { + "categories": { + "categoryName": "Name", + "name": "Kategorien", + "postCount": "Beiträge" }, - "profile": { - "name": "Mein Profil", - "memberSince": "Mitglied seit", - "follow": "Folgen", - "followers": "Folgen", - "following": "Folge Ich", - "shouted": "Empfohlen", - "commented": "Kommentiert", - "userAnonym": "Anonymus", - "socialMedia": "Wo sonst finde ich", - "network": { - "title": "Netzwerk", - "following": "folgt:", - "followingNobody": "folgt niemandem.", - "followedBy": "wird gefolgt von:", - "followedByNobody": "wird von niemandem gefolgt.", - "andMore": "und {number} weitere …" - }, - "invites": { - "title": "Lade jemanden zu Human Connection ein!", - "description": "Zur Einladung die E-Mail-Adresse hier eintragen.", - "emailPlaceholder": "E-Mail-Adresse für die Einladung" - } + "dashboard": { + "comments": "Kommentare", + "follows": "Folgen", + "invites": "Einladungen", + "name": "Startzentrale", + "notifications": "Benachrichtigungen", + "organizations": "Organisationen", + "posts": "Beiträge", + "projects": "Projekte", + "shouts": "Empfehlungen", + "users": "Benutzer" + }, + "donations": { + "goal": "Monatlich benötigte Spenden", + "name": "Spendeninfo", + "progress": "Bereits gesammelte Spenden", + "successfulUpdate": "Spenden-Info erfolgreich aktualisiert!" + }, + "hashtags": { + "name": "Hashtags", + "nameOfHashtag": "Name", + "number": "Nr.", + "tagCount": "Beiträge", + "tagCountUnique": "Benutzer" + }, + "invites": { + "description": "Einladungen sind ein wunderbarer Weg, deine Freund in deinem Netzwerk zu haben …", + "name": "Benutzer einladen", + "title": "Leute einladen" + }, + "name": "Systemverwaltung", + "notifications": { + "name": "Benachrichtigungen" + }, + "organizations": { + "name": "Organisationen" + }, + "pages": { + "name": "Seiten" }, "settings": { - "name": "Einstellungen", - "data": { - "name": "Deine Daten", - "labelName": "Dein Name", - "labelCity": "Deine Stadt oder Region", - "labelBio": "Über Dich", - "labelSlug": "Dein eindeutiger Benutzername", - "namePlaceholder": "Petra Lustig", - "success": "Deine Daten wurden erfolgreich aktualisiert!" - }, - "security": { - "name": "Sicherheit", - "change-password": { - "button": "Passwort ändern", - "success": "Passwort erfolgreich geändert!", - "label-old-password": "Dein altes Passwort", - "label-new-password": "Dein neues Passwort", - "label-new-password-confirm": "Bestätige Dein neues Passwort", - "message-old-password-required": "Gebe dein altes Passwort ein", - "message-new-password-required": "Gebe ein neues Passwort ein", - "message-new-password-confirm-required": "Bestätige dein neues Passwort", - "message-new-password-missmatch": "Gebe das gleiche Passwort nochmals ein", - "passwordSecurity": "Passwortsicherheit", - "passwordStrength0": "Sehr unsicheres Passwort", - "passwordStrength1": "Unsicheres Passwort", - "passwordStrength2": "Mittelmäßiges Passwort", - "passwordStrength3": "Sicheres Passwort", - "passwordStrength4": "Sehr sicheres Passwort" - } - }, - "privacy": { - "name": "Privatsphäre", - "make-shouts-public": "Teile von mir empfohlene Artikel öffentlich auf meinem Profil", - "success-update": "Privatsphäre-Einstellungen gespeichert" - }, - "invites": { - "name": "Einladungen" - }, - "download": { - "name": "Daten herunterladen" - }, - "organizations": { - "name": "Meine Organisationen" - }, - "languages": { - "name": "Sprachen" - }, - "email": { - "validation": { - "same-email": "Das ist deine aktuelle E-Mail Addresse" - }, - "name": "Deine E-Mail", - "labelEmail": "E-Mail Adresse ändern", - "labelNewEmail": "Neue E-Mail Adresse", - "labelNonce": "Bestätigungscode eingeben", - "success": "Eine neue E-Mail Addresse wurde registriert.", - "submitted": "Eine E-Mail zur Bestätigung deiner Adresse wurde an {email}<\/b> gesendet.", - "change-successful": "Deine E-Mail Adresse wurde erfolgreich geändert.", - "verification-error": { - "message": "Deine E-Mail Adresse konnte nicht verifiziert werden.", - "explanation": "Das kann verschiedene Ursachen haben:", - "reason": { - "invalid-nonce": "Ist der Bestätigungscode falsch?", - "no-email-request": "Bist du dir sicher, dass du eine Änderung deiner E-Mail Adresse angefragt hattest?" - }, - "support": "Wenn das Problem weiterhin besteht, kontaktiere uns gerne per E-Mail an" - } - }, - "validation": { - "slug": { - "regex": "Es sind nur Kleinbuchstaben, Zahlen, Unterstriche oder Bindestriche erlaubt.", - "alreadyTaken": "Dieser Benutzername ist schon vergeben." - } - }, - "deleteUserAccount": { - "name": "Benutzerkonto löschen", - "contributionsCount": "Meine {count} Beiträge löschen", - "commentedCount": "Meine {count} Kommentare löschen", - "accountDescription": "Sei dir bewusst, dass deine Beiträge und Kommentare für unsere Community wichtig sind. Wenn du sie trotzdem löschen möchtest, musst du sie unten markieren.", - "accountWarning": "Dein Konto, deine Beiträge oder Kommentare kannst du nach dem Löschen WEDER VERWALTEN NOCH WIEDERHERSTELLEN!<\/b>", - "success": "Konto erfolgreich gelöscht!", - "pleaseConfirm": "Zerstörerische Aktion!<\/b> Gib {confirm}<\/b> ein, um zu bestätigen." - }, - "embeds": { - "name": "Drittanbieter", - "info-description": "Hier ist die Liste an Drittanbietern, deren Inhalte als Fremdcode z.B. in Form von eingebetteten Videos angezeigt werden kann:", - "status": { - "description": "Als Grundeinstellung für dich wird eingebetter Fremdcode von Drittanbietern", - "disabled": { - "off": "zunächst nicht angezeigt", - "on": "sofort angezeigt" - }, - "change": { - "question": "Soll eingebetter Fremdcode von Dritten für dich immer angezeigt werden?", - "allow": "Na klar", - "deny": "Lieber nicht" - } - } - }, - "social-media": { - "name": "Soziale Medien", - "placeholder": "Deine Social-Media URL", - "requireUnique": "Dieser Link existiert bereits", - "submit": "Link hinzufügen", - "successAdd": "Social-Media hinzugefügt. Profil aktualisiert!", - "successDelete": "Social-Media gelöscht. Profil aktualisiert!" - }, - "muted-users": { - "name": "Stummgeschaltete Benutzer", - "explanation": { - "intro": "Wenn ein anderer Benutzer von dir stummgeschaltet wurde, dann passiert folgendes:", - "your-perspective": "In deiner Beitragsübersicht tauchen keine Beiträge der stummgeschalteten Person mehr auf.", - "search": "Die Beiträge von stummgeschalteten Personen verschwinden aus deinen Suchergebnissen." - }, - "columns": { - "name": "Name", - "slug": "Alias", - "unmute": "Entsperren" - }, - "empty": "Bislang hast du niemanden stummgeschaltet.", - "how-to": "Du kannst andere Benutzer auf deren Profilseite über das Inhaltsmenü stummschalten.", - "mute": "Stumm schalten", - "unmute": "Stummschaltung aufheben", - "unmuted": "{name} ist nicht mehr stummgeschaltet" - }, - "blocked-users": { - "name": "Blocked users", - "explanation": { - "intro": "Wenn ein anderer Benutzer von dir blockiert wurde, dann passiert folgendes:", - "your-perspective": "Du kannst keine Beiträge der blockierten Person mehr kommentieren.", - "their-perspective": "Die blockierte Person kann deine Beiträge nicht mehr kommentieren", - "notifications": "Von dir blockierte Personen erhalten keine Benachrichtigungen mehr, wenn sie in deinen Beiträgen erwähnt werden.", - "closing": "Das sollte fürs Erste genügen, damit blockierte Benutzer dich nicht mehr länger belästigen können.", - "commenting-disabled": "Du kannst den Beitrag derzeit nicht kommentieren.", - "commenting-explanation": "Dafür kann es mehrere Gründe geben, bitte schau in unsere " - }, - "columns": { - "name": "Name", - "slug": "Alias", - "unblock": "Entsperren" - }, - "empty": "Bislang hast du niemanden blockiert.", - "how-to": "Du kannst andere Benutzer auf deren Profilseite über das Inhaltsmenü blockieren.", - "block": "Nutzer blockieren", - "unblock": "Nutzer entsperren", - "unblocked": "{name} ist wieder entsperrt" + "name": "Einstellungen" + }, + "users": { + "empty": "Keine Benutzer gefunden", + "form": { + "placeholder": "E-Mail, Name oder Beschreibung" + }, + "name": "Benutzer", + "table": { + "columns": { + "createdAt": "Erstellt am", + "email": "E-mail", + "name": "Name", + "number": "Nr.", + "role": "Rolle", + "slug": "Alias" } + } + } + }, + "code-of-conduct": { + "consequences": { + "description": "Wenn ein Gemeinschaftsmitglied inakzeptables Verhalten an den Tag legt, können die verantwortlichen Betreiber, Moderatoren und Administratoren des Netzwerks angemessene Maßnahmen ergreifen, u.a.:", + "list": { + "0": "Aufforderung zum sofortigen Abstellen des inakzeptablen Verhaltens", + "1": "Sperren oder Löschen von Kommentaren", + "2": "Temporärer Ausschluss aus dem jeweiligen Beitrag", + "3": "Sperren bzw. Löschen von Inhalten", + "4": "Temporärer Entzug von Schreibrechten", + "5": "Vorübergehender Ausschluss aus dem Netzwerk", + "6": "Endgültiger Ausschluss aus dem Netzwerk", + "7": "Verstöße gegen deutsches Recht können zur Anzeige gebracht werden." + }, + "title": "Konsequenzen inakzeptablen Verhaltens" }, - "admin": { - "name": "Systemverwaltung", - "dashboard": { - "name": "Startzentrale", - "users": "Benutzer", - "posts": "Beiträge", - "comments": "Kommentare", - "notifications": "Benachrichtigungen", - "organizations": "Organisationen", - "projects": "Projekte", - "invites": "Einladungen", - "follows": "Folgen", - "shouts": "Empfehlungen" - }, - "organizations": { - "name": "Organisationen" - }, - "users": { - "name": "Benutzer", - "form": { - "placeholder": "E-Mail, Name oder Beschreibung" - }, - "table": { - "columns": { - "number": "Nr.", - "name": "Name", - "email": "E-mail", - "slug": "Alias", - "role": "Rolle", - "createdAt": "Erstellt am" - } - }, - "empty": "Keine Benutzer gefunden" - }, - "pages": { - "name": "Seiten" - }, - "notifications": { - "name": "Benachrichtigungen" - }, - "categories": { - "name": "Kategorien", - "categoryName": "Name", - "postCount": "Beiträge" - }, - "settings": { - "name": "Einstellungen" - }, - "hashtags": { - "name": "Hashtags", - "number": "Nr.", - "nameOfHashtag": "Name", - "tagCountUnique": "Benutzer", - "tagCount": "Beiträge" - }, - "invites": { - "name": "Benutzer einladen", - "title": "Leute einladen", - "description": "Einladungen sind ein wunderbarer Weg, deine Freund in deinem Netzwerk zu haben …" - }, - "donations": { - "name": "Spendeninfo", - "goal": "Monatlich benötigte Spenden", - "progress": "Bereits gesammelte Spenden", - "successfulUpdate": "Spenden-Info erfolgreich aktualisiert!" - } + "expected-behaviour": { + "description": "Die folgenden Verhaltensweisen werden von allen Community-Mitgliedern erwartet und gefordert:", + "list": { + "0": "Sei rücksichtsvoll und respektvoll bei dem was Du schreibst und tust.", + "1": "Versuche auf andere zuzugehen, bevor ein Konflikt entsteht.", + "2": "Vermeide erniedrigende, diskriminierende oder belästigende Verhaltensweisen und Ausdrücke.", + "3": "Gehe achtsam mit Deiner Umgebung um. Informiere den Support bei gefährlichen Situationen, wenn eine Person in Not ist oder bei Verstößen gegen diesen Verhaltenskodex, auch wenn sie unbedeutend erscheinen." + }, + "title": "Erwartetes Verhalten" }, - "post": { - "name": "Beitrag", - "moreInfo": { - "name": "Mehr Info", - "title": "Mehr Informationen", - "description": "Hier findest du weitere Infos zum Thema.", - "titleOfCategoriesSection": "Kategorien", - "titleOfHashtagsSection": "Hashtags", - "titleOfRelatedContributionsSection": "Verwandte Beiträge" - }, - "takeAction": { - "name": "Aktiv werden" - }, - "pinned": "Meldung", - "menu": { - "edit": "Beitrag bearbeiten", - "delete": "Beitrag löschen", - "pin": "Post festpinnen", - "pinnedSuccessfully": "Post erfolgreich festgepinnt!", - "unpin": "Post nicht mehr festpinnen", - "unpinnedSuccessfully": "Post erfolgreich nicht mehr festgepinnt!" - }, - "comment": { - "submit": "Kommentiere", - "submitted": "Kommentar gesendet!", - "updated": "Änderungen gespeichert", - "reply": "Antworten" - }, - "edited": "bearbeitet" + "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:", + "preamble": { + "description": "Human Connection ist ein gemeinnütziges soziales Wissens- und Aktionsnetzwerk der nächsten Generation. Von Menschen – für Menschen. Open Source, fair und transparent. Für positiven lokalen und globalen Wandel in allen Lebensbereichen. Wir gestalten den öffentlichen Austausch von Wissen, Ideen und Projekten völlig neu. Die Funktionen von Human Connection bringen die Menschen zusammen – offline und online – so dass wir die Welt zu einem besseren Ort machen können.", + "title": "Präambel" }, - "quotes": { - "african": { - "quote": "Viele kleine Leute an vielen kleinen Orten, die viele kleine Dinge tun, werden das Antlitz dieser Welt verändern.", - "author": "Afrikanisches Sprichwort" - } + "purpose": { + "description": "Mit diesen Verhaltensregeln regeln wir die wesentlichen Grundsätze für das Verhalten in unserem Sozialen Netzwerk. Dabei ist die Menschenrechtscharta der Vereinten Nationen unsere Orientierung und bildet das Herz unseres Werteverständnisses. 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.", + "title": "Zweck" }, - "common": { - "post": "Beitrag ::: Beiträge", - "comment": "Kommentar ::: Kommentare", - "letsTalk": "Miteinander reden", - "versus": "Versus", - "moreInfo": "Mehr Info", - "takeAction": "Aktiv werden", - "shout": "Empfehlung ::: Empfehlungen", - "user": "Benutzer ::: Benutzer", - "category": "Kategorie ::: Kategorien", - "organization": "Organisation ::: Organisationen", - "project": "Projekt ::: Projekte", - "tag": "Schlagwort ::: Schlagwörter", - "name": "Name", - "loadMore": "mehr laden", - "loading": "wird geladen", - "reportContent": "Melden", + "subheader": "für das Soziale Netzwerk der Human Connection gGmbH", + "unacceptable-behaviour": { + "description": "Die folgenden Verhaltensweisen sind in unserer Community inakzeptabel:", + "list": { + "0": "Diskriminierende Beiträge, Kommentare, Äußerungen oder Beleidigungen, insbesondere solche, die sich auf Geschlecht, sexuelle Orientierung, Rasse, Religion, politische oder weltanschauliche Ausrichtung oder Behinderung beziehen.", + "1": "Das Posten oder Verlinken eindeutig pornografischen Materials.", + "2": "Verherrlichung oder Verharmlosung grausamer oder unmenschlicher Gewalttätigkeiten.", + "3": "Das Veröffentlichen von personenbezogenen Daten anderer ohne deren Einverständnis oder das Androhen dessen (\"Doxing\").", + "4": "Absichtliche Einschüchterung, Stalking oder Verfolgung.", + "5": "Bewerben von Produkten und Dienstleistungen mit kommerzieller Absicht.", + "6": "Strafbares Verhalten bzw. Verstoß gegen deutsches Recht.", + "7": "Befürwortung oder Ermutigung zu diesen Verhaltensweisen." + }, + "title": "Nichtakzeptables Verhalten" + } + }, + "comment": { + "content": { + "unavailable-placeholder": "… dieser Kommentar ist nicht mehr verfügbar" + }, + "edited": "bearbeitet", + "menu": { + "delete": "Kommentar löschen", + "edit": "Kommentar bearbeiten" + }, + "show": { + "less": "weniger anzeigen", + "more": "mehr anzeigen" + } + }, + "common": { + "category": "Kategorie ::: Kategorien", + "comment": "Kommentar ::: Kommentare", + "letsTalk": "Miteinander reden", + "loadMore": "mehr laden", + "loading": "wird geladen", + "moreInfo": "Mehr Info", + "name": "Name", + "organization": "Organisation ::: Organisationen", + "post": "Beitrag ::: Beiträge", + "project": "Projekt ::: Projekte", + "reportContent": "Melden", + "shout": "Empfehlung ::: Empfehlungen", + "tag": "Schlagwort ::: Schlagwörter", + "takeAction": "Aktiv werden", + "user": "Benutzer ::: Benutzer", + "validations": { + "categories": "es müssen eine bis drei Kategorien ausgewählt werden", + "email": "muss eine gültige E-Mail Adresse sein", + "url": "muss eine gültige URL sein" + }, + "versus": "Versus" + }, + "components": { + "enter-nonce": { + "form": { + "description": "Öffne dein E-Mail Postfach und gib den Code ein, den wir geschickt haben.", + "next": "Weiter", + "nonce": "Code eingeben", "validations": { - "email": "muss eine gültige E-Mail Adresse sein", - "url": "muss eine gültige URL sein", - "categories": "es müssen eine bis drei Kategorien ausgewählt werden" + "length": "muss genau 6 Buchstaben lang sein" } + } }, - "actions": { - "loading": "wird geladen", - "loadMore": "mehr laden", - "create": "Erstellen", - "save": "Speichern", - "edit": "Bearbeiten", - "delete": "Löschen", - "cancel": "Abbrechen" + "password-reset": { + "change-password": { + "error": "Passwort Änderung fehlgeschlagen. Möglicherweise falscher Sicherheitscode?", + "help": "Falls Probleme auftreten, schreib uns gerne eine Mail an:", + "success": "Änderung des Passworts war erfolgreich!" + }, + "request": { + "form": { + "description": "Eine Mail zum Zurücksetzen des Passworts wird an die angegebene E-Mail Adresse geschickt.", + "submit": "E-Mail anfordern", + "submitted": "Eine E-Mail mit weiteren Instruktionen wurde verschickt an {email}" + }, + "title": "Passwort zurücksetzen" + } }, - "moderation": { - "name": "Moderation", - "reports": { - "empty": "Glückwunsch, es gibt nichts zu moderieren.", - "name": "Meldungen", - "status": "Aktueller Status", - "content": "Inhalt", - "author": "Autor", - "decision": "Entscheidung", - "enabled": "Entsperrt", - "disabled": "Gesperrt", - "decided": "Entschieden", - "noDecision": "Keine Entscheidung!", - "decideButton": "Bestätige", - "DecisionSuccess": "Erfolgreich entschieden!", - "enabledBy": "Entsperrt von", - "disabledBy": "Gesperrt von", - "previousDecision": "Vorherige Entscheidung:", - "enabledAt": "Entsperrt am", - "disabledAt": "Gesperrt am", - "reasonCategory": "Kategorie", - "reasonDescription": "Beschreibung", - "submitter": "Gemeldet von", - "numberOfUsers": "{count} Nutzern", - "filterLabel": { - "all": "Alle", - "unreviewed": "Nicht bearbeitet", - "reviewed": "Bearbeitet", - "closed": "Abgeschlossen" - }, - "reportedOn": "Datum", - "moreDetails": "Details öffnen", - "decideModal": { - "submit": "Bestätige Entscheidung", - "cancel": "Abbruch", - "User": { - "disable": { - "title": "Sperre den Benutzer abschließend", - "message": "Möchtest du den Benutzer \"{name}\" wirklich gesperrt lassen?" - }, - "enable": { - "title": "Entsperre den Benutzer abschließend", - "message": "Möchtest du den Benutzer \"{name}\" wirklich entsperrt lassen?" - } - }, - "Post": { - "disable": { - "title": "Sperre den Beitrag abschließend", - "message": "Möchtest du den Beitrag \"{name}\" wirklich gesperrt lassen?" - }, - "enable": { - "title": "Entsperre den Beitrag abschließend", - "message": "Möchtest du den Beitrag \"{name}\" wirklich entsperrt lassen?" - } - }, - "Comment": { - "disable": { - "title": "Sperre den Kommentar abschließend", - "message": "Möchtest du den Kommentar \"{name}\" wirklich gesperrt lassen?" - }, - "enable": { - "title": "Entsperre den Kommentar abschließend", - "message": "Möchtest du den Kommentar \"{name}\" wirklich entsperrt lassen?" - } - } - } - } + "registration": { + "create-user-account": { + "error": "Es konnte kein Benutzerkonto erstellt werden!", + "help": "Vielleicht war der Bestätigungscode falsch oder abgelaufen? Wenn das Problem weiterhin besteht, schick uns gerne eine E-Mail an:", + "success": "Dein Benutzerkonto wurde erstellt!", + "title": "Benutzerkonto anlegen" + }, + "signup": { + "form": { + "data-privacy": "Ich habe die Datenschutzerklärung gelesen und verstanden", + "description": "Um loszulegen, kannst du dich hier kostenfrei registrieren:", + "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." + }, + "invitation-code": "Dein Einladungscode lautet: {code}", + "minimum-age": "Ich bin 18 Jahre oder älter.", + "no-commercial": "Ich habe keine kommerziellen Absichten und ich repräsentiere kein kommerzielles Unternehmen oder Organisation.", + "no-political": "Ich bin nicht im Auftrag einer Partei oder politischen Organisation im Netzwerk. ", + "submit": "Konto erstellen", + "success": "Eine Mail mit einem Bestätigungslink für die Registrierung wurde an {email} geschickt", + "terms-and-condition": "Ich stimme den Nutzungsbedingungenzu." + }, + "title": "Mach mit bei Human Connection!", + "unavailable": "Leider ist die öffentliche Registrierung von Benutzerkonten auf diesem Server derzeit nicht möglich." + } + } + }, + "contribution": { + "categories": { + "infoSelectedNoOfMaxCategories": "{chosen} von {max} Kategorien ausgewählt" }, - "disable": { - "user": { - "title": "Nutzer sperren", - "type": "Nutzer", - "message": "Bist Du sicher, dass Du den Nutzer „{name}<\/b>“ sperren möchtest?" - }, - "contribution": { - "title": "Beitrag sperren", - "type": "Beitrag", - "message": "Bist Du sicher, dass Du den Beitrag von „{name}<\/b>“ deaktivieren möchtest?" - }, - "comment": { - "title": "Kommentar sperren", - "type": "Kommentar", - "message": "Bist Du sicher, dass Du den Kommentar „{name}<\/b>“ deaktivieren möchtest?" - }, - "submit": "Deaktivieren", - "cancel": "Abbrechen", - "success": "Erfolgreich deaktiviert" + "category": { + "name": { + "animal-protection": "Schutz der Tiere", + "art-culture-sport": "Kunst, Kultur & Sport", + "consumption-sustainability": "Verbrauch & Nachhaltigkeit", + "cooperation-development": "Zusammenarbeit & Entwicklung", + "democracy-politics": "Demokratie & Politik", + "economy-finances": "Wirtschaft & Finanzen", + "education-sciences": "Bildung & Wissenschaft", + "energy-technology": "Energie & Technologie", + "environment-nature": "Umwelt & Natur", + "freedom-of-speech": "Redefreiheit", + "global-peace-nonviolence": "Globaler Frieden & Gewaltlosigkeit", + "happiness-values": "Glück & Werte", + "health-wellbeing": "Gesundheit & Wohlbefinden", + "human-rights-justice": "Menschenrechte & Gerechtigkeit", + "it-internet-data-privacy": "IT, Internet & Datenschutz", + "just-for-fun": "Nur zum Spaß" + } }, - "report": { - "submit": "Meldung senden", - "cancel": "Abbrechen", - "success": "Vielen Dank für diese Meldung!", - "user": { - "title": "Nutzer melden", - "type": "Nutzer", - "message": "Bist Du sicher, dass Du den Nutzer „{name}<\/b>“ 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}<\/b>“ 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}<\/b>“ melden möchtest?", - "error": "Du hast den Kommentar bereits gemeldet!" - }, - "reason": { - "category": { - "label": "Wähle eine Kategorie:", - "placeholder": "Kategorie …", - "options": { - "discrimination_etc": "Diskriminierende Beiträge, Kommentare, Äußerungen oder Beleidigungen.", - "pornographic_content_links": "Das Posten oder Verlinken eindeutig pornografischen Materials.", - "glorific_trivia_of_cruel_inhuman_acts": "Verherrlichung oder Verharmlosung grausamer oder unmenschlicher Gewalttätigkeiten.", - "doxing": "Das Veröffentlichen von personenbezogenen Daten anderer ohne deren Einverständnis oder das Androhen dessen (\"Doxing\").", - "intentional_intimidation_stalking_persecution": "Absichtliche Einschüchterung, Stalking oder Verfolgung.", - "advert_products_services_commercial": "Bewerben von Produkten und Dienstleistungen mit kommerzieller Absicht.", - "criminal_behavior_violation_german_law": "Strafbares Verhalten bzw. Verstoß gegen deutsches Recht.", - "other": "Andere …" - }, - "invalid": "Bitte wähle eine gültige Kategorie aus" - }, - "description": { - "label": "Bitte erkläre: Warum möchtest du dies melden?", - "placeholder": "Zusätzliche Information …" - } - } + "emotions-label": { + "angry": "Verärgert", + "cry": "Zum Weinen", + "funny": "Lustig", + "happy": "Glücklich", + "surprised": "Erstaunt" + }, + "filterALL": "Alle Beiträge anzeigen", + "filterFollow": "Beiträge filtern von Usern denen ich folge", + "inappropriatePicture": "Dieses Bild kann für einige Menschen unangemessen sein.", + "inappropriatePictureText": "Wann soll ein Foto versteckt werden", + "languageSelectLabel": "Sprache deines Beitrags", + "languageSelectText": "Sprache wählen", + "newPost": "Erstelle einen neuen Beitrag", + "success": "Gespeichert!", + "teaserImage": { + "cropperConfirm": "Bestätigen" + }, + "title": "Titel" + }, + "delete": { + "cancel": "Abbrechen", + "comment": { + "message": "Bist du sicher, dass du den Kommentar \"{name}\" löschen möchtest?", + "success": "Kommentar erfolgreich gelöscht!", + "title": "Lösche Kommentar", + "type": "Comment" }, "contribution": { - "title": "Titel", - "newPost": "Erstelle einen neuen Beitrag", - "filterFollow": "Beiträge filtern von Usern denen ich folge", - "filterALL": "Alle Beiträge anzeigen", - "success": "Gespeichert!", - "languageSelectLabel": "Sprache deines Beitrags", - "languageSelectText": "Sprache wählen", - "categories": { - "infoSelectedNoOfMaxCategories": "{chosen} von {max} Kategorien ausgewählt" - }, - "emotions-label": { - "funny": "Lustig", - "happy": "Glücklich", - "surprised": "Erstaunt", - "cry": "Zum Weinen", - "angry": "Verärgert" - }, - "category": { - "name": { - "freedom-of-speech": "Redefreiheit", - "consumption-sustainability": "Verbrauch & Nachhaltigkeit", - "global-peace-nonviolence": "Globaler Frieden & Gewaltlosigkeit", - "just-for-fun": "Nur zum Spaß", - "happiness-values": "Glück & Werte", - "health-wellbeing": "Gesundheit & Wohlbefinden", - "environment-nature": "Umwelt & Natur", - "animal-protection": "Schutz der Tiere", - "human-rights-justice": "Menschenrechte & Gerechtigkeit", - "education-sciences": "Bildung & Wissenschaft", - "cooperation-development": "Zusammenarbeit & Entwicklung", - "democracy-politics": "Demokratie & Politik", - "economy-finances": "Wirtschaft & Finanzen", - "energy-technology": "Energie & Technologie", - "it-internet-data-privacy": "IT, Internet & Datenschutz", - "art-culture-sport": "Kunst, Kultur & Sport" - } - }, - "teaserImage": { - "cropperConfirm": "Bestätigen" - }, - "inappropriatePicture" : "Dieses Bild kann für einige Menschen unangemessen sein.", - "inappropriatePictureText" : "Wann soll ein Foto versteckt werden" + "message": "Bist du sicher, dass du den Beitrag \"{name}\" löschen möchtest?", + "success": "Beitrag erfolgreich gelöscht!", + "title": "Lösche Beitrag", + "type": "Contribution" }, + "submit": "Löschen" + }, + "disable": { + "cancel": "Abbrechen", "comment": { - "content": { - "unavailable-placeholder": "… dieser Kommentar ist nicht mehr verfügbar" - }, - "menu": { - "edit": "Kommentar bearbeiten", - "delete": "Kommentar löschen" - }, - "show": { - "more": "mehr anzeigen", - "less": "weniger anzeigen" - }, - "edited": "bearbeitet" + "message": "Bist Du sicher, dass Du den Kommentar „{name}“ deaktivieren möchtest?", + "title": "Kommentar sperren", + "type": "Kommentar" }, - "followButton": { - "follow": "Folgen", - "following": "Folge Ich" - }, - "shoutButton": { - "shouted": "empfohlen" - }, - "search": { - "placeholder": "Suchen", - "hint": "Wonach suchst Du?", - "failed": "Nichts gefunden", - "heading": { - "Post": "Beiträge", - "User": "Benutzer" - } - }, - "components": { - "password-reset": { - "request": { - "title": "Passwort zurücksetzen", - "form": { - "description": "Eine Mail zum Zurücksetzen des Passworts wird an die angegebene E-Mail Adresse geschickt.", - "submit": "E-Mail anfordern", - "submitted": "Eine E-Mail mit weiteren Instruktionen wurde verschickt an {email}<\/b>" - } - }, - "change-password": { - "success": "Änderung des Passworts war erfolgreich!", - "error": "Passwort Änderung fehlgeschlagen. Möglicherweise falscher Sicherheitscode?", - "help": "Falls Probleme auftreten, schreib uns gerne eine Mail an:" - } - }, - "enter-nonce": { - "form": { - "nonce": "Code eingeben", - "description": "Öffne dein E-Mail Postfach und gib den Code ein, den wir geschickt haben.", - "next": "Weiter", - "validations": { - "length": "muss genau 6 Buchstaben lang sein" - } - } - }, - "registration": { - "signup": { - "unavailable": "Leider ist die öffentliche Registrierung von Benutzerkonten auf diesem Server derzeit nicht möglich.", - "title": "Mach mit bei Human Connection!", - "form": { - "description": "Um loszulegen, kannst du dich hier kostenfrei registrieren:", - "terms-and-condition": "Ich stimme den Nutzungsbedingungen<\/ds-text><\/a>zu.", - "data-privacy": "Ich habe die Datenschutzerklärung<\/ds-text><\/a> gelesen und verstanden", - "minimum-age": "Ich bin 18 Jahre oder älter.", - "no-commercial": "Ich habe keine kommerziellen Absichten und ich repräsentiere kein kommerzielles Unternehmen oder Organisation.", - "no-political": "Ich bin nicht im Auftrag einer Partei oder politischen Organisation im Netzwerk. ", - "invitation-code": "Dein Einladungscode lautet: {code}<\/b>", - "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." - }, - "submit": "Konto erstellen", - "success": "Eine Mail mit einem Bestätigungslink für die Registrierung wurde an {email}<\/b> geschickt" - } - }, - "create-user-account": { - "title": "Benutzerkonto anlegen", - "success": "Dein Benutzerkonto wurde erstellt!", - "error": "Es konnte kein Benutzerkonto erstellt werden!", - "help": "Vielleicht war der Bestätigungscode falsch oder abgelaufen? Wenn das Problem weiterhin besteht, schick uns gerne eine E-Mail an:" - } - } - }, - "store": { - "posts": { - "orderBy": { - "newest": { - "label": "Neueste" - }, - "oldest": { - "label": "Älteste" - } - } - } - }, - "maintenance": { - "title": "Human Connection befindet sich in der Wartung", - "explanation": "Zurzeit führen wir einige geplante Wartungsarbeiten durch, bitte versuch es später erneut.", - "questions": "Bei Fragen oder Problemen erreichst du uns per E-Mail an" - }, - "index": { - "no-results": "Keine Beiträge gefunden.", - "change-filter-settings": "Verändere die Filter-Einstellungen um mehr Ergebnisse zu erhalten." - }, - "filter-menu": { - "title": "Deine Filterblase", - "hashtag-search": "Suche nach #{hashtag}", - "clearSearch": "Suche löschen" - }, - "filter-posts": { - "categories": { - "header": "Themenkategorien", - "all": "Alle" - }, - "general": { - "header": "Filtern nach …" - }, - "followers": { - "label": "Benutzern, denen ich folge" - }, - "language": { - "header": "Sprachen", - "all": "Alle" - } - }, - "site": { - "thanks": "Danke!", - "error-occurred": "Ein Fehler ist aufgetreten.", - "made": "Mit ❤ gemacht", - "imprint": "Impressum", - "termsAndConditions": "Nutzungsbedingungen", - "data-privacy": "Datenschutz", - "contact": "Kontakt", - "tribunal": "Registergericht", - "register": "Registernummer", - "director": "Geschäftsführer", - "taxident": "Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz (Deutschland)", - "responsible": "Verantwortlicher gemäß § 55 Abs. 2 RStV ", - "bank": "Bankverbindung", - "germany": "Deutschland", - "code-of-conduct": "Verhaltenscodex", - "back-to-login": "Zurück zur Anmeldung", - "faq": "FAQ" - }, - "editor": { - "placeholder": "Schreib etwas Inspirierendes …", - "mention": { - "noUsersFound": "Keine Benutzer gefunden" - }, - "hashtag": { - "noHashtagsFound": "Keine Hashtags gefunden", - "addHashtag": "Neuer Hashtag", - "addLetter": "Tippe einen Buchstaben" - }, - "embed": { - "data_privacy_warning": "Achte auf deine Daten!", - "data_privacy_info": "Deine Daten wurden noch nicht an Drittanbieter weitergegeben. Wenn du dieses Video jetzt abspielst, registriert der folgende Anbieter wahrscheinlich deine Nutzerdaten:", - "play_now": "Jetzt ansehen", - "always_allow": "Inhalte von Drittanbietern immer anzeigen (diese Einstellung kannst du jederzeit ändern)" - } - }, - "notifications": { - "reason": { - "mentioned_in_post": "Hat dich in einem Beitrag erwähnt …", - "mentioned_in_comment": "Hat dich in einem Kommentar erwähnt …", - "commented_on_post": "Hat deinen Beitrag kommentiert …" - }, - "comment": "Kommentar", - "title": "Benachrichtigungen", - "pageLink": "Alle Benachrichtigungen", - "post": "Beitrag", - "user": "Benutzer", - "content": "Inhalt", - "filterLabel": { - "all": "Alle", - "read": "Gelesen", - "unread": "Ungelesen" - }, - "empty": "Bedaure, Du hast momentan keinerlei Benachrichtigungen." - }, - "delete": { - "submit": "Löschen", - "cancel": "Abbrechen", - "contribution": { - "title": "Lösche Beitrag", - "type": "Contribution", - "message": "Bist du sicher, dass du den Beitrag \"{name}<\/b>\" löschen möchtest?", - "success": "Beitrag erfolgreich gelöscht!" - }, - "comment": { - "title": "Lösche Kommentar", - "type": "Comment", - "message": "Bist du sicher, dass du den Kommentar \"{name}<\/b>\" löschen möchtest?", - "success": "Kommentar erfolgreich gelöscht!" - } - }, - "release": { - "submit": "freigeben", - "cancel": "Abbrechen", - "success": "Erfolgreich freigegeben!", - "user": { - "title": "Nutzer freigeben", - "type": "Nutzer", - "message": "Bist du sicher, dass du den Nutzer \"{name}<\/b>\" freigeben möchtest?", - "error": "Den User hast du schon gemeldet!" - }, - "contribution": { - "title": "Beitrag freigeben", - "type": "Beitrag", - "message": "Bist du sicher, dass du den Beitrag \"{name}<\/b>\" freigeben möchtest?", - "error": "Den Beitrag hast du schon gemeldet!" - }, - "comment": { - "title": "Kommentar freigeben", - "type": "Kommentar", - "message": "Bist du sicher, dass du den Kommentar \"{name}<\/b>\" freigeben möchtest?", - "error": "Den Kommentar hast du schon gemeldet!" - } + "contribution": { + "message": "Bist Du sicher, dass Du den Beitrag von „{name}“ deaktivieren möchtest?", + "title": "Beitrag sperren", + "type": "Beitrag" }, + "submit": "Deaktivieren", + "success": "Erfolgreich deaktiviert", "user": { - "avatar": { - "submitted": "Upload erfolgreich" - } + "message": "Bist Du sicher, dass Du den Nutzer „{name}“ sperren möchtest?", + "title": "Nutzer sperren", + "type": "Nutzer" + } + }, + "donations": { + "amount-of-total": "{amount} von {total} € erreicht", + "donate-now": "Jetzt spenden", + "donations-for": "Spenden für" + }, + "editor": { + "embed": { + "always_allow": "Inhalte von Drittanbietern immer anzeigen (diese Einstellung kannst du jederzeit ändern)", + "data_privacy_info": "Deine Daten wurden noch nicht an Drittanbieter weitergegeben. Wenn du dieses Video jetzt abspielst, registriert der folgende Anbieter wahrscheinlich deine Nutzerdaten:", + "data_privacy_warning": "Achte auf deine Daten!", + "play_now": "Jetzt ansehen" }, + "hashtag": { + "addHashtag": "Neuer Hashtag", + "addLetter": "Tippe einen Buchstaben", + "noHashtagsFound": "Keine Hashtags gefunden" + }, + "mention": { + "noUsersFound": "Keine Benutzer gefunden" + }, + "placeholder": "Schreib etwas Inspirierendes …" + }, + "filter-menu": { + "clearSearch": "Suche löschen", + "hashtag-search": "Suche nach #{hashtag}", + "title": "Deine Filterblase" + }, + "filter-posts": { + "categories": { + "all": "Alle", + "header": "Themenkategorien" + }, + "followers": { + "label": "Benutzern, denen ich folge" + }, + "general": { + "header": "Filtern nach …" + }, + "language": { + "all": "Alle", + "header": "Sprachen" + } + }, + "followButton": { + "follow": "Folgen", + "following": "Folge Ich" + }, + "index": { + "change-filter-settings": "Verändere die Filter-Einstellungen um mehr Ergebnisse zu erhalten.", + "no-results": "Keine Beiträge gefunden." + }, + "login": { + "copy": "Falls Du bereits ein Konto bei Human Connection hast, melde Dich bitte hier an.", + "email": "Deine E-Mail", + "failure": "Fehlerhafte E-Mail-Adresse oder Passwort.", + "forgotPassword": "Passwort vergessen?", + "hello": "Hallo", + "login": "Anmelden", + "logout": "Abmelden", + "moreInfo": "Was ist Human Connection?", + "moreInfoHint": "zur Präsentationsseite", + "moreInfoURL": "https://human-connection.org", + "no-account": "Du hast noch kein Benutzerkonto?", + "password": "Dein Passwort", + "register": "Benutzerkonto erstellen", + "success": "Du bist eingeloggt!" + }, + "maintenance": { + "explanation": "Zurzeit führen wir einige geplante Wartungsarbeiten durch, bitte versuch es später erneut.", + "questions": "Bei Fragen oder Problemen erreichst du uns per E-Mail an", + "title": "Human Connection befindet sich in der Wartung" + }, + "moderation": { + "name": "Moderation", + "reports": { + "DecisionSuccess": "Erfolgreich entschieden!", + "author": "Autor", + "content": "Inhalt", + "decideButton": "Bestätige", + "decideModal": { + "Comment": { + "disable": { + "message": "Möchtest du den Kommentar \"{name}\" wirklich gesperrt lassen?", + "title": "Sperre den Kommentar abschließend" + }, + "enable": { + "message": "Möchtest du den Kommentar \"{name}\" wirklich entsperrt lassen?", + "title": "Entsperre den Kommentar abschließend" + } + }, + "Post": { + "disable": { + "message": "Möchtest du den Beitrag \"{name}\" wirklich gesperrt lassen?", + "title": "Sperre den Beitrag abschließend" + }, + "enable": { + "message": "Möchtest du den Beitrag \"{name}\" wirklich entsperrt lassen?", + "title": "Entsperre den Beitrag abschließend" + } + }, + "User": { + "disable": { + "message": "Möchtest du den Benutzer \"{name}\" wirklich gesperrt lassen?", + "title": "Sperre den Benutzer abschließend" + }, + "enable": { + "message": "Möchtest du den Benutzer \"{name}\" wirklich entsperrt lassen?", + "title": "Entsperre den Benutzer abschließend" + } + }, + "cancel": "Abbruch", + "submit": "Bestätige Entscheidung" + }, + "decided": "Entschieden", + "decision": "Entscheidung", + "disabled": "Gesperrt", + "disabledAt": "Gesperrt am", + "disabledBy": "Gesperrt von", + "empty": "Glückwunsch, es gibt nichts zu moderieren.", + "enabled": "Entsperrt", + "enabledAt": "Entsperrt am", + "enabledBy": "Entsperrt von", + "filterLabel": { + "all": "Alle", + "closed": "Abgeschlossen", + "reviewed": "Bearbeitet", + "unreviewed": "Nicht bearbeitet" + }, + "moreDetails": "Details öffnen", + "name": "Meldungen", + "noDecision": "Keine Entscheidung!", + "numberOfUsers": "{count} Nutzern", + "previousDecision": "Vorherige Entscheidung:", + "reasonCategory": "Kategorie", + "reasonDescription": "Beschreibung", + "reportedOn": "Datum", + "status": "Aktueller Status", + "submitter": "Gemeldet von" + } + }, + "notifications": { + "comment": "Kommentar", + "content": "Inhalt", + "empty": "Bedaure, Du hast momentan keinerlei Benachrichtigungen.", + "filterLabel": { + "all": "Alle", + "read": "Gelesen", + "unread": "Ungelesen" + }, + "pageLink": "Alle Benachrichtigungen", + "post": "Beitrag", + "reason": { + "commented_on_post": "Hat deinen Beitrag kommentiert …", + "mentioned_in_comment": "Hat dich in einem Kommentar erwähnt …", + "mentioned_in_post": "Hat dich in einem Beitrag erwähnt …" + }, + "title": "Benachrichtigungen", + "user": "Benutzer" + }, + "post": { + "comment": { + "reply": "Antworten", + "submit": "Kommentiere", + "submitted": "Kommentar gesendet!", + "updated": "Änderungen gespeichert" + }, + "edited": "bearbeitet", + "menu": { + "delete": "Beitrag löschen", + "edit": "Beitrag bearbeiten", + "pin": "Post festpinnen", + "pinnedSuccessfully": "Post erfolgreich festgepinnt!", + "unpin": "Post nicht mehr festpinnen", + "unpinnedSuccessfully": "Post erfolgreich nicht mehr festgepinnt!" + }, + "moreInfo": { + "description": "Hier findest du weitere Infos zum Thema.", + "name": "Mehr Info", + "title": "Mehr Informationen", + "titleOfCategoriesSection": "Kategorien", + "titleOfHashtagsSection": "Hashtags", + "titleOfRelatedContributionsSection": "Verwandte Beiträge" + }, + "name": "Beitrag", + "pinned": "Meldung", + "takeAction": { + "name": "Aktiv werden" + } + }, + "profile": { + "commented": "Kommentiert", + "follow": "Folgen", + "followers": "Folgen", + "following": "Folge Ich", + "invites": { + "description": "Zur Einladung die E-Mail-Adresse hier eintragen.", + "emailPlaceholder": "E-Mail-Adresse für die Einladung", + "title": "Lade jemanden zu Human Connection ein!" + }, + "memberSince": "Mitglied seit", + "name": "Mein Profil", + "network": { + "andMore": "und {number} weitere …", + "followedBy": "wird gefolgt von:", + "followedByNobody": "wird von niemandem gefolgt.", + "following": "folgt:", + "followingNobody": "folgt niemandem.", + "title": "Netzwerk" + }, + "shouted": "Empfohlen", + "socialMedia": "Wo sonst finde ich", + "userAnonym": "Anonymus" + }, + "quotes": { + "african": { + "author": "Afrikanisches Sprichwort", + "quote": "Viele kleine Leute an vielen kleinen Orten, die viele kleine Dinge tun, werden das Antlitz dieser Welt verändern." + } + }, + "release": { + "cancel": "Abbrechen", + "comment": { + "error": "Den Kommentar hast du schon gemeldet!", + "message": "Bist du sicher, dass du den Kommentar \"{name}\" freigeben möchtest?", + "title": "Kommentar freigeben", + "type": "Kommentar" + }, + "contribution": { + "error": "Den Beitrag hast du schon gemeldet!", + "message": "Bist du sicher, dass du den Beitrag \"{name}\" freigeben möchtest?", + "title": "Beitrag freigeben", + "type": "Beitrag" + }, + "submit": "freigeben", + "success": "Erfolgreich freigegeben!", + "user": { + "error": "Den User hast du schon gemeldet!", + "message": "Bist du sicher, dass du den Nutzer \"{name}\" freigeben möchtest?", + "title": "Nutzer freigeben", + "type": "Nutzer" + } + }, + "report": { + "cancel": "Abbrechen", + "comment": { + "error": "Du hast den Kommentar bereits gemeldet!", + "message": "Bist Du sicher, dass Du den Kommentar von „{name}“ melden möchtest?", + "title": "Kommentar melden", + "type": "Kommentar" + }, + "contribution": { + "error": "Du hast den Beitrag bereits gemeldet!", + "message": "Bist Du sicher, dass Du den Beitrag „{name}“ melden möchtest?", + "title": "Beitrag melden", + "type": "Beitrag" + }, + "reason": { + "category": { + "invalid": "Bitte wähle eine gültige Kategorie aus", + "label": "Wähle eine Kategorie:", + "options": { + "advert_products_services_commercial": "Bewerben von Produkten und Dienstleistungen mit kommerzieller Absicht.", + "criminal_behavior_violation_german_law": "Strafbares Verhalten bzw. Verstoß gegen deutsches Recht.", + "discrimination_etc": "Diskriminierende Beiträge, Kommentare, Äußerungen oder Beleidigungen.", + "doxing": "Das Veröffentlichen von personenbezogenen Daten anderer ohne deren Einverständnis oder das Androhen dessen (\"Doxing\").", + "glorific_trivia_of_cruel_inhuman_acts": "Verherrlichung oder Verharmlosung grausamer oder unmenschlicher Gewalttätigkeiten.", + "intentional_intimidation_stalking_persecution": "Absichtliche Einschüchterung, Stalking oder Verfolgung.", + "other": "Andere …", + "pornographic_content_links": "Das Posten oder Verlinken eindeutig pornografischen Materials." + }, + "placeholder": "Kategorie …" + }, + "description": { + "label": "Bitte erkläre: Warum möchtest du dies melden?", + "placeholder": "Zusätzliche Information …" + } + }, + "submit": "Meldung senden", + "success": "Vielen Dank für diese Meldung!", + "user": { + "error": "Du hast den Benutzer bereits gemeldet!", + "message": "Bist Du sicher, dass Du den Nutzer „{name}“ melden möchtest?", + "title": "Nutzer melden", + "type": "Nutzer" + } + }, + "search": { + "failed": "Nichts gefunden", + "heading": { + "Post": "Beiträge", + "User": "Benutzer" + }, + "hint": "Wonach suchst Du?", + "placeholder": "Suchen" + }, + "settings": { + "blocked-users": { + "block": "Nutzer blockieren", + "columns": { + "name": "Name", + "slug": "Alias", + "unblock": "Entsperren" + }, + "empty": "Bislang hast du niemanden blockiert.", + "explanation": { + "closing": "Das sollte fürs Erste genügen, damit blockierte Benutzer dich nicht mehr länger belästigen können.", + "commenting-disabled": "Du kannst den Beitrag derzeit nicht kommentieren.", + "commenting-explanation": "Dafür kann es mehrere Gründe geben, bitte schau in unsere ", + "intro": "Wenn ein anderer Benutzer von dir blockiert wurde, dann passiert folgendes:", + "notifications": "Von dir blockierte Personen erhalten keine Benachrichtigungen mehr, wenn sie in deinen Beiträgen erwähnt werden.", + "their-perspective": "Die blockierte Person kann deine Beiträge nicht mehr kommentieren", + "your-perspective": "Du kannst keine Beiträge der blockierten Person mehr kommentieren." + }, + "how-to": "Du kannst andere Benutzer auf deren Profilseite über das Inhaltsmenü blockieren.", + "name": "Blocked users", + "unblock": "Nutzer entsperren", + "unblocked": "{name} ist wieder entsperrt" + }, + "data": { + "labelBio": "Über Dich", + "labelCity": "Deine Stadt oder Region", + "labelName": "Dein Name", + "labelSlug": "Dein eindeutiger Benutzername", + "name": "Deine Daten", + "namePlaceholder": "Petra Lustig", + "success": "Deine Daten wurden erfolgreich aktualisiert!" + }, + "deleteUserAccount": { + "accountDescription": "Sei dir bewusst, dass deine Beiträge und Kommentare für unsere Community wichtig sind. Wenn du sie trotzdem löschen möchtest, musst du sie unten markieren.", + "accountWarning": "Dein Konto, deine Beiträge oder Kommentare kannst du nach dem Löschen WEDER VERWALTEN NOCH WIEDERHERSTELLEN!", + "commentedCount": "Meine {count} Kommentare löschen", + "contributionsCount": "Meine {count} Beiträge löschen", + "name": "Benutzerkonto löschen", + "pleaseConfirm": "Zerstörerische Aktion! Gib {confirm} ein, um zu bestätigen.", + "success": "Konto erfolgreich gelöscht!" + }, + "download": { + "name": "Daten herunterladen" + }, + "email": { + "change-successful": "Deine E-Mail Adresse wurde erfolgreich geändert.", + "labelEmail": "E-Mail Adresse ändern", + "labelNewEmail": "Neue E-Mail Adresse", + "labelNonce": "Bestätigungscode eingeben", + "name": "Deine E-Mail", + "submitted": "Eine E-Mail zur Bestätigung deiner Adresse wurde an {email} gesendet.", + "success": "Eine neue E-Mail Addresse wurde registriert.", + "validation": { + "same-email": "Das ist deine aktuelle E-Mail Addresse" + }, + "verification-error": { + "explanation": "Das kann verschiedene Ursachen haben:", + "message": "Deine E-Mail Adresse konnte nicht verifiziert werden.", + "reason": { + "invalid-nonce": "Ist der Bestätigungscode falsch?", + "no-email-request": "Bist du dir sicher, dass du eine Änderung deiner E-Mail Adresse angefragt hattest?" + }, + "support": "Wenn das Problem weiterhin besteht, kontaktiere uns gerne per E-Mail an" + } + }, + "embeds": { + "info-description": "Hier ist die Liste an Drittanbietern, deren Inhalte als Fremdcode z.B. in Form von eingebetteten Videos angezeigt werden kann:", + "name": "Drittanbieter", + "status": { + "change": { + "allow": "Na klar", + "deny": "Lieber nicht", + "question": "Soll eingebetter Fremdcode von Dritten für dich immer angezeigt werden?" + }, + "description": "Als Grundeinstellung für dich wird eingebetter Fremdcode von Drittanbietern", + "disabled": { + "off": "zunächst nicht angezeigt", + "on": "sofort angezeigt" + } + } + }, + "invites": { + "name": "Einladungen" + }, + "languages": { + "name": "Sprachen" + }, + "muted-users": { + "columns": { + "name": "Name", + "slug": "Alias", + "unmute": "Entsperren" + }, + "empty": "Bislang hast du niemanden stummgeschaltet.", + "explanation": { + "intro": "Wenn ein anderer Benutzer von dir stummgeschaltet wurde, dann passiert folgendes:", + "search": "Die Beiträge von stummgeschalteten Personen verschwinden aus deinen Suchergebnissen.", + "your-perspective": "In deiner Beitragsübersicht tauchen keine Beiträge der stummgeschalteten Person mehr auf." + }, + "how-to": "Du kannst andere Benutzer auf deren Profilseite über das Inhaltsmenü stummschalten.", + "mute": "Stumm schalten", + "name": "Stummgeschaltete Benutzer", + "unmute": "Stummschaltung aufheben", + "unmuted": "{name} ist nicht mehr stummgeschaltet" + }, + "name": "Einstellungen", + "organizations": { + "name": "Meine Organisationen" + }, + "privacy": { + "make-shouts-public": "Teile von mir empfohlene Artikel öffentlich auf meinem Profil", + "name": "Privatsphäre", + "success-update": "Privatsphäre-Einstellungen gespeichert" + }, + "security": { + "change-password": { + "button": "Passwort ändern", + "label-new-password": "Dein neues Passwort", + "label-new-password-confirm": "Bestätige Dein neues Passwort", + "label-old-password": "Dein altes Passwort", + "message-new-password-confirm-required": "Bestätige dein neues Passwort", + "message-new-password-missmatch": "Gebe das gleiche Passwort nochmals ein", + "message-new-password-required": "Gebe ein neues Passwort ein", + "message-old-password-required": "Gebe dein altes Passwort ein", + "passwordSecurity": "Passwortsicherheit", + "passwordStrength0": "Sehr unsicheres Passwort", + "passwordStrength1": "Unsicheres Passwort", + "passwordStrength2": "Mittelmäßiges Passwort", + "passwordStrength3": "Sicheres Passwort", + "passwordStrength4": "Sehr sicheres Passwort", + "success": "Passwort erfolgreich geändert!" + }, + "name": "Sicherheit" + }, + "social-media": { + "name": "Soziale Medien", + "placeholder": "Deine Social-Media URL", + "requireUnique": "Dieser Link existiert bereits", + "submit": "Link hinzufügen", + "successAdd": "Social-Media hinzugefügt. Profil aktualisiert!", + "successDelete": "Social-Media gelöscht. Profil aktualisiert!" + }, + "validation": { + "slug": { + "alreadyTaken": "Dieser Benutzername ist schon vergeben.", + "regex": "Es sind nur Kleinbuchstaben, Zahlen, Unterstriche oder Bindestriche erlaubt." + } + } + }, + "shoutButton": { + "shouted": "empfohlen" + }, + "site": { + "back-to-login": "Zurück zur Anmeldung", + "bank": "Bankverbindung", + "code-of-conduct": "Verhaltenscodex", + "contact": "Kontakt", + "data-privacy": "Datenschutz", + "director": "Geschäftsführer", + "error-occurred": "Ein Fehler ist aufgetreten.", + "faq": "FAQ", + "germany": "Deutschland", + "imprint": "Impressum", + "made": "Mit ❤ gemacht", + "register": "Registernummer", + "responsible": "Verantwortlicher gemäß § 55 Abs. 2 RStV ", + "taxident": "Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz (Deutschland)", + "termsAndConditions": "Nutzungsbedingungen", + "thanks": "Danke!", + "tribunal": "Registergericht" + }, + "store": { + "posts": { + "orderBy": { + "newest": { + "label": "Neueste" + }, + "oldest": { + "label": "Älteste" + } + } + } + }, + "termsAndConditions": { + "addition": { + "description": " https://human-connection.org/veranstaltungen/ ", + "title": "Zusätzlich machen wir regelmäßig Veranstaltungen, wo Du auch Eindrücke wiedergeben und Fragen stellen kannst. Du findest eine aktuelle Übersicht hier:" + }, + "agree": "Ich stimme zu!", "code-of-conduct": { - "subheader": "für das Soziale Netzwerk der Human Connection gGmbH", - "preamble": { - "title": "Präambel", - "description": "Human Connection ist ein gemeinnütziges soziales Wissens- und Aktionsnetzwerk der nächsten Generation. Von Menschen – für Menschen. Open Source, fair und transparent. Für positiven lokalen und globalen Wandel in allen Lebensbereichen. Wir gestalten den öffentlichen Austausch von Wissen, Ideen und Projekten völlig neu. Die Funktionen von Human Connection bringen die Menschen zusammen – offline und online – so dass wir die Welt zu einem besseren Ort machen können." - }, - "purpose": { - "title": "Zweck", - "description": "Mit diesen Verhaltensregeln regeln wir die wesentlichen Grundsätze für das Verhalten in unserem Sozialen Netzwerk. Dabei ist die Menschenrechtscharta der Vereinten Nationen unsere Orientierung und bildet das Herz unseres Werteverständnisses. 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." - }, - "expected-behaviour": { - "title": "Erwartetes Verhalten", - "description": "Die folgenden Verhaltensweisen werden von allen Community-Mitgliedern erwartet und gefordert:", - "list": { - "0": "Sei rücksichtsvoll und respektvoll bei dem was Du schreibst und tust.", - "1": "Versuche auf andere zuzugehen, bevor ein Konflikt entsteht.", - "2": "Vermeide erniedrigende, diskriminierende oder belästigende Verhaltensweisen und Ausdrücke.", - "3": "Gehe achtsam mit Deiner Umgebung um. Informiere den Support bei gefährlichen Situationen, wenn eine Person in Not ist oder bei Verstößen gegen diesen Verhaltenskodex, auch wenn sie unbedeutend erscheinen." - } - }, - "unacceptable-behaviour": { - "title": "Nichtakzeptables Verhalten", - "description": "Die folgenden Verhaltensweisen sind in unserer Community inakzeptabel:", - "list": { - "0": "Diskriminierende Beiträge, Kommentare, Äußerungen oder Beleidigungen, insbesondere solche, die sich auf Geschlecht, sexuelle Orientierung, Rasse, Religion, politische oder weltanschauliche Ausrichtung oder Behinderung beziehen.", - "1": "Das Posten oder Verlinken eindeutig pornografischen Materials.", - "2": "Verherrlichung oder Verharmlosung grausamer oder unmenschlicher Gewalttätigkeiten.", - "3": "Das Veröffentlichen von personenbezogenen Daten anderer ohne deren Einverständnis oder das Androhen dessen (\"Doxing\").", - "4": "Absichtliche Einschüchterung, Stalking oder Verfolgung.", - "5": "Bewerben von Produkten und Dienstleistungen mit kommerzieller Absicht.", - "6": "Strafbares Verhalten bzw. Verstoß gegen deutsches Recht.", - "7": "Befürwortung oder Ermutigung zu diesen Verhaltensweisen." - } - }, - "consequences": { - "title": "Konsequenzen inakzeptablen Verhaltens", - "description": "Wenn ein Gemeinschaftsmitglied inakzeptables Verhalten an den Tag legt, können die verantwortlichen Betreiber, Moderatoren und Administratoren des Netzwerks angemessene Maßnahmen ergreifen, u.a.:", - "list": { - "0": "Aufforderung zum sofortigen Abstellen des inakzeptablen Verhaltens", - "1": "Sperren oder Löschen von Kommentaren", - "2": "Temporärer Ausschluss aus dem jeweiligen Beitrag", - "3": "Sperren bzw. Löschen von Inhalten", - "4": "Temporärer Entzug von Schreibrechten", - "5": "Vorübergehender Ausschluss aus dem Netzwerk", - "6": "Endgültiger Ausschluss aus dem Netzwerk", - "7": "Verstöße gegen deutsches Recht können zur Anzeige gebracht werden." - } - }, - "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": { - "newTermsAndConditions": "Neue Nutzungsbedingungen", - "termsAndConditionsConfirmed": "Ich habe die Nutzungsbedingungen<\/a> durchgelesen und stimme ihnen zu.", - "termsAndConditionsNewConfirmText": "Bitte lies Dir die neue Nutzungsbedingungen jetzt durch!", - "termsAndConditionsNewConfirm": "Ich habe die neuen Nutzungsbedingungen durchgelesen und stimme zu.", - "agree": "Ich stimme zu!", - "terms-of-service": { - "title": "Nutzungsbedingungen", - "description": "Die folgenden Nutzungsbedingungen sind Basis für die Nutzung unseres Netzwerkes. Beim Registrieren musst Du sie anerkennen und wir werden Dich auch später über ggf. stattfindende Änderungen informieren. Das Human Connection Netzwerk wird in Deutschland betrieben und unterliegt daher deutschem Recht. Gerichtsstand ist Kirchheim \/ Teck. Zu Details schau in unser Impressum: https:\/\/human-connection.org\/impressum\/<\/a>" - }, - "use-and-license": { - "title": "Nutzung und Lizenz", - "description": "Sind Inhalte, die Du bei uns einstellst, durch Rechte am geistigen Eigentum geschützt, erteilst Du uns eine nicht-exklusive, übertragbare, unterlizenzierbare und weltweite Lizenz für die Nutzung dieser Inhalte für die Bereitstellung in unserem Netzwerk. Diese Lizenz endet, sobald Du Deine Inhalte oder Deinen ganzen Account löscht. Bedenke, dass andere Deine Inhalte weiter teilen können und wir diese nicht löschen können." - }, - "privacy-statement": { - "title": "Datenschutz", - "description": "Unser Netzwerk ist ein soziales Wissens- und Aktionsnetzwerk. Daher ist es uns besonders wichtig, dass möglichst viele Inhalte öffentlich zugänglich sind. Im Laufe der Entwicklung unseres Netzwerkes wird es mehr und mehr die Möglichkeit geben, über die Sichtbarkeit der selbst angegebenen bzw. persönlichen Daten zu entscheiden. Über diese neuen Funktionen werden wir Euch informieren. Ansonsten gilt, dass Du immer darüber nachdenken solltest, welche persönlichen Daten Du über Dich (oder andere) preisgibst. Dies gilt insbesondere für Inhalte von Beiträgen und Kommentaren, da diese einen weitgehend öffentlichen Charakter haben. Später wird es Möglichkeiten geben, die Sichtbarkeit Deines Profils einzuschränken. Teil der Nutzungsbedingungen ist unsere Datenschutzerklärung, die Dich über die einzelnen Datenverarbeitungen in unserem Netzwerk informiert: https:\/\/human-connection.org\/datenschutz\/#netzwerk<\/a> bzw. https:\/\/human-connection.org\/datenschutz\/<\/a> Unsere Datenschutzerklärung ist an die Gesetzeslage und die Charakteristika unseres Netzwerks angepasst und gilt immer in der aktuellsten Version." - }, - "code-of-conduct": { - "title": "Verhaltenscodex", - "description": "Unser Verhaltenskodex dient als Leitfaden für das persönliche Auftreten und den Umgang miteinander. 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. https:\/\/alpha.human-connection.org\/code-of-conduct<\/a>" - }, - "moderation": { - "title": "Moderation", - "description": "Bis unsere finanziellen Möglichkeiten uns erlauben, das Community-Moderationssystem zu implementieren, moderieren wir mit einem vereinfachten System und eigenen bzw. ggf. ehrenamtlichen Mitarbeitern. Wir schulen diese Moderatoren und aus diesem Grund treffen auch nur diese entsprechende Entscheidungen. Diese Moderatoren führen Ihre Tätigkeit anonym aus. Du kannst uns Beiträge, Kommentare und auch Nutzer melden (wenn diese zum Beispiel in ihrem Profil Angaben machen oder Bilder haben, die diese Nutzungsbedingungen verletzen). Wenn Du uns etwas meldest, kannst Du einen Meldegrund angeben und noch eine kurze Erläuterung mitgeben. Wir schauen uns dann das Gemeldete an und sanktionieren ggf., z.B. indem wir Beiträge, Kommentare oder Nutzer sperren. Du und auch der Betroffene erhält derzeitig von uns leider noch keine Rückmeldung, das ist aber in Planung. Unabhängig davon behalten wir uns prinzipiell Sanktionen vor aus Gründen, die unter Umständen nicht oder noch nicht in unserem Verhaltenscodex oder diesen Nutzungsbedingungen aufgeführt sind." - }, - "errors-and-feedback": { - "title": "Fehler und Rückmeldungen", - "description": "Wir sind sehr bemüht, unser Netzwerk und unsere Daten sicher und abrufbar zu erhalten. Jede neue Version der Software durchläuft sowohl automatisierte als auch manuelle Tests. Es können jedoch unvorhergesehene Fehler auftreten. Deshalb sind wir dankbar für jeden gemeldeten Fehler. Du kannst gerne jeden von Dir entdeckten Fehler dem Support\/der Hilfe-Assistenz mitteilen: support@human-connection.org" - }, - "no-commercial-use" : { - "title": "Keine kommerzielle Nutzung", - "description": "Die Nutzung des Human Connection Netzwerkes ist nicht gestattet für kommerzielle Nutzung. Darunter fällt unter anderem das Bewerben von Produkten mit kommerzieller Absicht, das Einstellen von Affiliate-Links, direkter Aufruf zu Spenden oder finanzieller Unterstützung für Zwecke, die steuerlich nicht als gemeinnützig anerkannt sind." - }, - "help-and-questions": { - "title": "Hilfe und Fragen", - "description": "Für Hilfe und Fragen haben wir Dir eine umfassende Sammlung an häufig gestellten Fragen und Antworten (FAQ) zusammengestellt. Du findest diese hier: https:\/\/support.human-connection.org\/kb\/ <\/a>" - }, - "addition": { - "title": "Zusätzlich machen wir regelmäßig Veranstaltungen, wo Du auch Eindrücke wiedergeben und Fragen stellen kannst. Du findest eine aktuelle Übersicht hier:", - "description": " https:\/\/human-connection.org\/veranstaltungen\/ <\/a>" - } + "description": "Unser Verhaltenskodex dient als Leitfaden für das persönliche Auftreten und den Umgang miteinander. 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. https://alpha.human-connection.org/code-of-conduct", + "title": "Verhaltenscodex" }, "donations": { "donations-for": "Spenden für", @@ -832,5 +799,42 @@ "500-default": "Internal Server Error", "503-default": "Dienst steht nicht zur Verfügung", "default": "Ein Fehler ist aufgetreten" + "errors-and-feedback": { + "description": "Wir sind sehr bemüht, unser Netzwerk und unsere Daten sicher und abrufbar zu erhalten. Jede neue Version der Software durchläuft sowohl automatisierte als auch manuelle Tests. Es können jedoch unvorhergesehene Fehler auftreten. Deshalb sind wir dankbar für jeden gemeldeten Fehler. Du kannst gerne jeden von Dir entdeckten Fehler dem Support/der Hilfe-Assistenz mitteilen: support@human-connection.org", + "title": "Fehler und Rückmeldungen" + }, + "help-and-questions": { + "description": "Für Hilfe und Fragen haben wir Dir eine umfassende Sammlung an häufig gestellten Fragen und Antworten (FAQ) zusammengestellt. Du findest diese hier: https://support.human-connection.org/kb/ ", + "title": "Hilfe und Fragen" + }, + "moderation": { + "description": "Bis unsere finanziellen Möglichkeiten uns erlauben, das Community-Moderationssystem zu implementieren, moderieren wir mit einem vereinfachten System und eigenen bzw. ggf. ehrenamtlichen Mitarbeitern. Wir schulen diese Moderatoren und aus diesem Grund treffen auch nur diese entsprechende Entscheidungen. Diese Moderatoren führen Ihre Tätigkeit anonym aus. Du kannst uns Beiträge, Kommentare und auch Nutzer melden (wenn diese zum Beispiel in ihrem Profil Angaben machen oder Bilder haben, die diese Nutzungsbedingungen verletzen). Wenn Du uns etwas meldest, kannst Du einen Meldegrund angeben und noch eine kurze Erläuterung mitgeben. Wir schauen uns dann das Gemeldete an und sanktionieren ggf., z.B. indem wir Beiträge, Kommentare oder Nutzer sperren. Du und auch der Betroffene erhält derzeitig von uns leider noch keine Rückmeldung, das ist aber in Planung. Unabhängig davon behalten wir uns prinzipiell Sanktionen vor aus Gründen, die unter Umständen nicht oder noch nicht in unserem Verhaltenscodex oder diesen Nutzungsbedingungen aufgeführt sind.", + "title": "Moderation" + }, + "newTermsAndConditions": "Neue Nutzungsbedingungen", + "no-commercial-use": { + "description": "Die Nutzung des Human Connection Netzwerkes ist nicht gestattet für kommerzielle Nutzung. Darunter fällt unter anderem das Bewerben von Produkten mit kommerzieller Absicht, das Einstellen von Affiliate-Links, direkter Aufruf zu Spenden oder finanzieller Unterstützung für Zwecke, die steuerlich nicht als gemeinnützig anerkannt sind.", + "title": "Keine kommerzielle Nutzung" + }, + "privacy-statement": { + "description": "Unser Netzwerk ist ein soziales Wissens- und Aktionsnetzwerk. Daher ist es uns besonders wichtig, dass möglichst viele Inhalte öffentlich zugänglich sind. Im Laufe der Entwicklung unseres Netzwerkes wird es mehr und mehr die Möglichkeit geben, über die Sichtbarkeit der selbst angegebenen bzw. persönlichen Daten zu entscheiden. Über diese neuen Funktionen werden wir Euch informieren. Ansonsten gilt, dass Du immer darüber nachdenken solltest, welche persönlichen Daten Du über Dich (oder andere) preisgibst. Dies gilt insbesondere für Inhalte von Beiträgen und Kommentaren, da diese einen weitgehend öffentlichen Charakter haben. Später wird es Möglichkeiten geben, die Sichtbarkeit Deines Profils einzuschränken. Teil der Nutzungsbedingungen ist unsere Datenschutzerklärung, die Dich über die einzelnen Datenverarbeitungen in unserem Netzwerk informiert: https://human-connection.org/datenschutz/#netzwerk bzw. https://human-connection.org/datenschutz/ Unsere Datenschutzerklärung ist an die Gesetzeslage und die Charakteristika unseres Netzwerks angepasst und gilt immer in der aktuellsten Version.", + "title": "Datenschutz" + }, + "terms-of-service": { + "description": "Die folgenden Nutzungsbedingungen sind Basis für die Nutzung unseres Netzwerkes. Beim Registrieren musst Du sie anerkennen und wir werden Dich auch später über ggf. stattfindende Änderungen informieren. Das Human Connection Netzwerk wird in Deutschland betrieben und unterliegt daher deutschem Recht. Gerichtsstand ist Kirchheim / Teck. Zu Details schau in unser Impressum: https://human-connection.org/impressum/", + "title": "Nutzungsbedingungen" + }, + "termsAndConditionsConfirmed": "Ich habe die Nutzungsbedingungen durchgelesen und stimme ihnen zu.", + "termsAndConditionsNewConfirm": "Ich habe die neuen Nutzungsbedingungen durchgelesen und stimme zu.", + "termsAndConditionsNewConfirmText": "Bitte lies Dir die neue Nutzungsbedingungen jetzt durch!", + "use-and-license": { + "description": "Sind Inhalte, die Du bei uns einstellst, durch Rechte am geistigen Eigentum geschützt, erteilst Du uns eine nicht-exklusive, übertragbare, unterlizenzierbare und weltweite Lizenz für die Nutzung dieser Inhalte für die Bereitstellung in unserem Netzwerk. Diese Lizenz endet, sobald Du Deine Inhalte oder Deinen ganzen Account löscht. Bedenke, dass andere Deine Inhalte weiter teilen können und wir diese nicht löschen können.", + "title": "Nutzung und Lizenz" } + }, + "user": { + "avatar": { + "submitted": "Upload erfolgreich" + } + } } diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 5beec4328..8944985d4 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -1,58 +1,767 @@ { - "components": { - "password-reset": { - "request": { - "title": "Reset your password", - "form": { - "description": "A password reset e-mail will be sent to the given e-mail address.", - "submit": "Request e-mail", - "submitted": "An e-mail with further instructions has been sent to {email}" - } - }, - "change-password": { - "success": "Changing your password was successful!", - "error": "Changing your password failed. Maybe the security code was not correct?", - "help": "In case of problems, feel free to ask for help by sending us a mail to:" - } + "actions": { + "cancel": "Cancel", + "create": "Create", + "delete": "Delete", + "edit": "Edit", + "loadMore": "load more", + "loading": "loading", + "save": "Save" + }, + "admin": { + "categories": { + "categoryName": "Name", + "name": "Categories", + "postCount": "Posts" }, + "dashboard": { + "comments": "Comments", + "follows": "Follows", + "invites": "Invites", + "name": "Dashboard", + "notifications": "Notifications", + "organizations": "Organizations", + "posts": "Posts", + "projects": "Projects", + "shouts": "Shouts", + "users": "Users" + }, + "donations": { + "goal": "Monthly donations needed", + "name": "Donations info", + "progress": "Donations collected so far", + "successfulUpdate": "Donations info updated successfully!" + }, + "hashtags": { + "name": "Hashtags", + "nameOfHashtag": "Name", + "number": "No.", + "tagCount": "Posts", + "tagCountUnique": "Users" + }, + "invites": { + "description": "Invitations are a wonderful way to have your friends in your network …", + "name": "Invite users", + "title": "Invite people" + }, + "name": "Admin", + "notifications": { + "name": "Notifications" + }, + "organizations": { + "name": "Organizations" + }, + "pages": { + "name": "Pages" + }, + "settings": { + "name": "Settings" + }, + "users": { + "empty": "No users found", + "form": { + "placeholder": "e-mail, name or description" + }, + "name": "Users", + "table": { + "columns": { + "createdAt": "Created at", + "email": "E-mail", + "name": "Name", + "number": "No.", + "role": "Role", + "slug": "Slug" + } + } + } + }, + "code-of-conduct": { + "consequences": { + "description": "If a community member exhibits unacceptable behaviour, the responsible operators, moderators and administrators of the network may take appropriate measures, including but not limited to:", + "list": { + "0": "Request for immediate cessation of unacceptable conduct", + "1": "Locking or deleting comments", + "2": "Temporary exclusion from the respective post or contribution", + "3": "Blocking or deleting of content", + "4": "Temporary withdrawal of write permissions", + "5": "Temporary exclusion from the network", + "6": "Final exclusion from the network", + "7": "Violations of German law can be reported." + }, + "title": "Consequences of Unacceptable Behavior" + }, + "expected-behaviour": { + "description": "The following behaviors are expected and requested of all community members:", + "list": { + "0": "Exercise consideration and respect in your speech and actions.", + "1": "Attempt collaboration before conflict.", + "2": "Refrain from demeaning, discriminatory, or harassing behavior and speech.", + "3": "Be mindful of your surroundings and of your fellow participants. Alert community leaders if you notice a dangerous situation, someone in distress, or violations of this Code of Conduct, even if they seem inconsequential." + }, + "title": "Expected Behaviour" + }, + "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:", + "preamble": { + "description": "Human Connection is a non-profit social knowledge and action network of the next generation. By people - for people. Open Source, fair and transparent. For positive local and global change in all areas of life. We completely redesign the public exchange of knowledge, ideas and projects. The functions of Human Connection bring people together - offline and online - so that we can make the world a better place.", + "title": "Preamble" + }, + "purpose": { + "description": "With these code of conduct we regulate the essential principles for behavior in our social network. The United Nations Charter of Human Rights is our orientation and forms the heart of our understanding of values. 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.", + "title": "Purpose" + }, + "subheader": "for the social network of the Human Connection gGmbH", + "unacceptable-behaviour": { + "description": "The following behaviors are unacceptable within our community:", + "list": { + "0": "Discriminatory posts, comments, utterances or insults, particularly those relating to gender, sexual orientation, race, religion, political or philosophical orientation or disability.", + "1": "Posting or linking of clearly pornographic material.", + "2": "Glorification or trivialization of cruel or inhuman acts of violence.", + "3": "The disclosure of others' personal information without their consent or threat there of (\"doxing\").", + "4": "Intentional intimidation, stalking or persecution.", + "5": "Advertising products and services with commercial intent.", + "6": "Criminal behavior or violation of German law.", + "7": "Endorse or encourage such conduct." + }, + "title": "Unacceptable Behavior" + } + }, + "comment": { + "content": { + "unavailable-placeholder": "… this comment is not available anymore" + }, + "edited": "edited", + "menu": { + "delete": "Delete Comment", + "edit": "Edit Comment" + }, + "show": { + "less": "show less", + "more": "show more" + } + }, + "common": { + "category": "Category ::: Categories", + "comment": "Comment ::: Comments", + "letsTalk": "Let`s Talk", + "loadMore": "load more", + "loading": "loading", + "moreInfo": "More Info", + "name": "Name", + "organization": "Organization ::: Organizations", + "post": "Post ::: Posts", + "project": "Project ::: Projects", + "reportContent": "Report", + "shout": "Shout ::: Shouts", + "tag": "Tag ::: Tags", + "takeAction": "Take Action", + "user": "User ::: Users", + "validations": { + "categories": "at least one and at most three categories must be selected", + "email": "must be a valid e-mail address", + "url": "must be a valid URL" + }, + "versus": "Versus" + }, + "components": { "enter-nonce": { "form": { - "nonce": "Enter your code", "description": "Open your inbox and enter the code that we've sent to you.", "next": "Continue", + "nonce": "Enter your code", "validations": { "length": "must be 6 characters long" } } }, - "registration": { - "signup": { - "unavailable": "Unfortunately, public registration of user accounts is not available right now on this server.", - "title": "Join Human Connection!", + "password-reset": { + "change-password": { + "error": "Changing your password failed. Maybe the security code was not correct?", + "help": "In case of problems, feel free to ask for help by sending us a mail to:", + "success": "Changing your password was successful!" + }, + "request": { + "form": { + "description": "A password reset e-mail will be sent to the given e-mail address.", + "submit": "Request e-mail", + "submitted": "An e-mail with further instructions has been sent to {email}" + }, + "title": "Reset your password" + } + }, + "registration": { + "create-user-account": { + "error": "No user account could be created!", + "help": " Maybe the confirmation was invalid? In case of problems, feel free to ask for help by sending us a mail to:", + "success": "Your account has been created!", + "title": "Create user account" + }, + "signup": { "form": { - "description": "To get started, you can register here for free:", - "terms-and-condition": "I confirm to the Terms and conditions.", "data-privacy": " I have read and understood the Privacy Statement ", - "minimum-age": "I'm 18 years or older.", - "no-commercial": "I have no commercial interests and I am not representing a company or any other commercial organisation on the network.", - "no-political": "I am not on behalf of a party or political organization in the network.", - "invitation-code": "Your invitation code is: {code}", + "description": "To get started, you can register here for free:", "errors": { "email-exists": "There is already a user account with this e-mail address!", "invalid-invitation-token": "It looks like as if the invitation has been used already. Invitation links can only be used once." }, + "invitation-code": "Your invitation code is: {code}", + "minimum-age": "I'm 18 years or older.", + "no-commercial": "I have no commercial interests and I am not representing a company or any other commercial organisation on the network.", + "no-political": "I am not on behalf of a party or political organization in the network.", "submit": "Create an account", - "success": "A mail with a link to complete your registration has been sent to {email}" - } - }, - "create-user-account": { - "title": "Create user account", - "success": "Your account has been created!", - "error": "No user account could be created!", - "help": " Maybe the confirmation was invalid? In case of problems, feel free to ask for help by sending us a mail to:" + "success": "A mail with a link to complete your registration has been sent to {email}", + "terms-and-condition": "I confirm to the Terms and conditions." + }, + "title": "Join Human Connection!", + "unavailable": "Unfortunately, public registration of user accounts is not available right now on this server." } } }, + "contribution": { + "categories": { + "infoSelectedNoOfMaxCategories": "{chosen} of {max} categories selected" + }, + "category": { + "name": { + "animal-protection": "Animal Protection", + "art-culture-sport": "Art, Culture, & Sport", + "consumption-sustainability": "Consumption & Sustainability", + "cooperation-development": "Cooperation & Development", + "democracy-politics": "Democracy & Politics", + "economy-finances": "Economy & Finances", + "education-sciences": "Education & Sciences", + "energy-technology": "Energy & Technology", + "environment-nature": "Environment & Nature", + "freedom-of-speech": "Freedom of Speech", + "global-peace-nonviolence": "Global Peace & Nonviolence", + "happiness-values": "Happiness & Values", + "health-wellbeing": "Health & Wellbeing", + "human-rights-justice": "Human Rights & Justice", + "it-internet-data-privacy": "IT, Internet & Data Privacy", + "just-for-fun": "Just for Fun" + } + }, + "emotions-label": { + "angry": "Angry", + "cry": "Cry", + "funny": "Funny", + "happy": "Happy", + "surprised": "Surprised" + }, + "filterALL": "View all contributions", + "filterFollow": "Filter contributions from users I follow", + "inappropriatePicture": "This image may be inappropriate for some people.", + "inappropriatePictureText": "When should my picture be blurred", + "languageSelectLabel": "Language of your contribution", + "languageSelectText": "Select Language", + "newPost": "Create a new Post", + "success": "Saved!", + "teaserImage": { + "cropperConfirm": "Confirm" + }, + "title": "Title" + }, + "delete": { + "cancel": "Cancel", + "comment": { + "message": "Do you really want to delete the comment \"{name}\"?", + "success": "Comment successfully deleted!", + "title": "Delete Comment", + "type": "Comment" + }, + "contribution": { + "message": "Do you really want to delete the post \"{name}\"?", + "success": "Post successfully deleted!", + "title": "Delete Post", + "type": "Contribution" + }, + "submit": "Delete" + }, + "disable": { + "cancel": "Cancel", + "comment": { + "message": "Do you really want to disable the comment from \"{name}\"?", + "title": "Disable Comment", + "type": "Comment" + }, + "contribution": { + "message": "Do you really want to disable the contribution \"{name}\"?", + "title": "Disable Contribution", + "type": "Contribution" + }, + "submit": "Disable", + "success": "Disabled successfully!", + "user": { + "message": "Do you really want to disable the user \"{name}\"?", + "title": "Disable User", + "type": "User" + } + }, + "donations": { + "amount-of-total": "{amount} of {total} € collected", + "donate-now": "Donate now", + "donations-for": "Donations for" + }, + "editor": { + "embed": { + "always_allow": "Always allow embedded content by third party providers (this setting can be changed any time)", + "data_privacy_info": "Your data has not yet been shared with any third party providers. If you proceed to watch this video the following provider will likely collect user data:", + "data_privacy_warning": "Data Privacy Warning!", + "play_now": "Watch now" + }, + "hashtag": { + "addHashtag": "New hashtag", + "addLetter": "Type a letter", + "noHashtagsFound": "No hashtags found" + }, + "mention": { + "noUsersFound": "No users found" + }, + "placeholder": "Leave your inspirational thoughts …" + }, + "filter-menu": { + "clearSearch": "Clear search", + "hashtag-search": "Searching for #{hashtag}", + "title": "Your filter bubble" + }, + "filter-posts": { + "categories": { + "all": "All", + "header": "Categories of Content" + }, + "followers": { + "label": "Users I follow" + }, + "general": { + "header": "Filter by …" + }, + "language": { + "all": "All", + "header": "Languages" + } + }, + "followButton": { + "follow": "Follow", + "following": "Following" + }, + "index": { + "change-filter-settings": "Change your filter settings to get more results.", + "no-results": "No contributions found." + }, + "login": { + "copy": "If you already have a human-connection account, please login.", + "email": "Your E-mail", + "failure": "Incorrect email address or password.", + "forgotPassword": "Forgot Password?", + "hello": "Hello", + "login": "Login", + "logout": "Logout", + "moreInfo": "What is Human Connection?", + "moreInfoHint": "to the presentation page", + "moreInfoURL": "https://human-connection.org/en/", + "no-account": "Don't have an account?", + "password": "Your Password", + "register": "Sign up", + "success": "You are logged in!" + }, + "maintenance": { + "explanation": "At the moment we are doing some scheduled maintenance, please try again later.", + "questions": "Any Questions or concerns, send an e-mail to", + "title": "Human Connection is under maintenance" + }, + "moderation": { + "name": "Moderation", + "reports": { + "DecisionSuccess": "Decided successfully!", + "author": "Author", + "content": "Content", + "decideButton": "Confirm", + "decideModal": { + "Comment": { + "disable": { + "message": "Do you really want to let the comment \"{name}\" stay disabled?", + "title": "Finally Disable Comment" + }, + "enable": { + "message": "Do you really want to let the comment \"{name}\" stay enabled?", + "title": "Finally Enable Comment" + } + }, + "Post": { + "disable": { + "message": "Do you really want to let the post \"{name}\" stay disabled?", + "title": "Finally Disable Post" + }, + "enable": { + "message": "Do you really want to let the post \"{name}\" stay enabled?", + "title": "Finally Enable Post" + } + }, + "User": { + "disable": { + "message": "Do you really want to let the user \"{name}\" stay disabled?", + "title": "Finally Disable User" + }, + "enable": { + "message": "Do you really want to let the user \"{name}\" stay enabled?", + "title": "Finally Enable User" + } + }, + "cancel": "Cancel", + "submit": "Confirm decision" + }, + "decided": "Decided", + "decision": "Decision", + "disabled": "Disabled", + "disabledAt": "Disabled at", + "disabledBy": "Disabled by", + "empty": "Congratulations, nothing to moderate.", + "enabled": "Enabled", + "enabledAt": "Enabled at", + "enabledBy": "Enabled by", + "filterLabel": { + "all": "All", + "closed": "Closed", + "reviewed": "Reviewed", + "unreviewed": "Unreviewed" + }, + "moreDetails": "View Details", + "name": "Reports", + "noDecision": "No decision!", + "numberOfUsers": "{count} users", + "previousDecision": "Previous decision:", + "reasonCategory": "Category", + "reasonDescription": "Description", + "reportedOn": "Date", + "status": "Current status", + "submitter": "Reported by" + } + }, + "notifications": { + "comment": "Comment", + "content": "Content", + "empty": "Sorry, you don't have any notifications at the moment.", + "filterLabel": { + "all": "All", + "read": "Read", + "unread": "Unread" + }, + "pageLink": "All notifications", + "post": "Post", + "reason": { + "commented_on_post": "Commented on your post …", + "mentioned_in_comment": "Mentioned you in a comment …", + "mentioned_in_post": "Mentioned you in a post …" + }, + "title": "Notifications", + "user": "User" + }, + "post": { + "comment": { + "reply": "Reply", + "submit": "Comment", + "submitted": "Comment submitted!", + "updated": "Changes saved!" + }, + "edited": "edited", + "menu": { + "delete": "Delete post", + "edit": "Edit post", + "pin": "Pin post", + "pinnedSuccessfully": "Post pinned successfully!", + "unpin": "Unpin post", + "unpinnedSuccessfully": "Post unpinned successfully!" + }, + "moreInfo": { + "description": "Here you can find more information about this topic.", + "name": "More info", + "title": "More information", + "titleOfCategoriesSection": "Categories", + "titleOfHashtagsSection": "Hashtags", + "titleOfRelatedContributionsSection": "Related posts" + }, + "name": "Post", + "pinned": "Announcement", + "takeAction": { + "name": "Take action" + } + }, + "profile": { + "commented": "Commented", + "follow": "Follow", + "followers": "Followers", + "following": "Following", + "invites": { + "description": "Enter their e-mail address for invitation.", + "emailPlaceholder": "E-mail to invite", + "title": "Invite somebody to Human Connection!" + }, + "memberSince": "Member since", + "name": "My Profile", + "network": { + "andMore": "and {number} more …", + "followedBy": "is followed by:", + "followedByNobody": "is not followed by anyone.", + "following": "is following:", + "followingNobody": "follows nobody.", + "title": "Network" + }, + "shouted": "Shouted", + "socialMedia": "Where else can I find", + "userAnonym": "Anonymous" + }, + "quotes": { + "african": { + "author": "African proverb", + "quote": "Many small people in many small places do many small things, that can alter the face of the world." + } + }, + "release": { + "cancel": "Cancel", + "comment": { + "error": "You have already reported the comment!", + "message": "Do you really want to release the comment from \"{name}\"?", + "title": "Release Comment", + "type": "Comment" + }, + "contribution": { + "error": "You have already reported the contribution!!", + "message": "Do you really want to release the contribution \"{name}\"?", + "title": "Release Contribution", + "type": "Contribution" + }, + "submit": "Release", + "success": "Released successfully!", + "user": { + "error": "You already reported the user!", + "message": "Do you really want to release the user \"{name}\"?", + "title": "Release User", + "type": "User" + } + }, + "report": { + "cancel": "Cancel", + "comment": { + "error": "You have already reported the comment!", + "message": "Do you really want to report the comment from \"{name}\"?", + "title": "Report Comment", + "type": "Comment" + }, + "contribution": { + "error": "You have already reported the contribution!", + "message": "Do you really want to report the contribution \"{name}\"?", + "title": "Report Post", + "type": "Contribution" + }, + "reason": { + "category": { + "invalid": "Please select a valid category", + "label": "Select a category:", + "options": { + "advert_products_services_commercial": "Advertising products and services with commercial intent.", + "criminal_behavior_violation_german_law": "Criminal behavior or violation of German law.", + "discrimination_etc": "Discriminatory posts, comments, utterances or insults.", + "doxing": "The disclosure of others' personal information without their consent or threat there of (\"doxing\").", + "glorific_trivia_of_cruel_inhuman_acts": "Glorification or trivialization of cruel or inhuman acts of violence.", + "intentional_intimidation_stalking_persecution": "Intentional intimidation, stalking or persecution.", + "other": "Other …", + "pornographic_content_links": "Posting or linking of clearly pornographic material." + }, + "placeholder": "Category …" + }, + "description": { + "label": "Please explain: Why you like to report this?", + "placeholder": "Additional information …" + } + }, + "submit": "Report", + "success": "Thanks for reporting!", + "user": { + "error": "You already reported the user!", + "message": "Do you really want to report the user \"{name}\"?", + "title": "Report User", + "type": "User" + } + }, + "search": { + "failed": "Nothing found", + "heading": { + "Post": "Posts", + "User": "Users" + }, + "hint": "What are you searching for?", + "placeholder": "Search" + }, + "settings": { + "blocked-users": { + "block": "Block user", + "columns": { + "name": "Name", + "slug": "Slug", + "unblock": "Unblock" + }, + "empty": "So far, you have not blocked anybody.", + "explanation": { + "closing": "This should be sufficient for now so that blocked users can no longer bother you.", + "commenting-disabled": "Commenting is not possible at this time on this post.", + "commenting-explanation": "This can happen for several reasons, please see our ", + "intro": "If another user has been blocked by you, this is what happens:", + "notifications": "Blocked users will no longer receive notifications if they mention each other.", + "their-perspective": "Vice versa: The blocked person will also no longer be able to interact with your contributions.", + "your-perspective": "You will no longer be able to interact with their contributions." + }, + "how-to": "You can block other users on their profile page via the content menu.", + "name": "Blocked users", + "unblock": "Unblock user", + "unblocked": "{name} is unblocked again" + }, + "data": { + "labelBio": "About You", + "labelCity": "Your City or Region", + "labelName": "Your Name", + "labelSlug": "Your unique user name", + "name": "Your data", + "namePlaceholder": "Femanon Funny", + "success": "Your data was successfully updated!" + }, + "deleteUserAccount": { + "accountDescription": "Be aware that your Posts and Comments are important to our community. If you still choose to delete them, you have to mark them below.", + "accountWarning": "You CAN'T MANAGE and CAN'T RECOVER your Account, Posts, or Comments after deleting your account!", + "commentedCount": "Delete my {count} comments", + "contributionsCount": "Delete my {count} posts", + "name": "Delete user account", + "pleaseConfirm": "Destructive action! Type {confirm} to confirm", + "success": "Account successfully deleted!" + }, + "download": { + "name": "Download Data" + }, + "email": { + "change-successful": "Your e-mail address has been changed successfully.", + "labelEmail": "Change your e-mail address", + "labelNewEmail": "New e-mail Address", + "labelNonce": "Enter your code", + "name": "Your e-mail", + "submitted": "An e-mail to verify your address has been sent to {email}.", + "success": "A new e-mail address has been registered.", + "validation": { + "same-email": "This is your current e-mail address" + }, + "verification-error": { + "explanation": "This can have different causes:", + "message": "Your e-mail could not be changed.", + "reason": { + "invalid-nonce": "Is the confirmation code invalid?", + "no-email-request": "Are you certain that you requested a change of your e-mail address?" + }, + "support": "If the problem persists, please contact us by e-mail at" + } + }, + "embeds": { + "info-description": "Here is the list of third-party providers whose content can be displayed as third-party code, e.g. in the form of embedded videos.", + "name": "Third party providers", + "status": { + "change": { + "allow": "Sure", + "deny": "No thanks", + "question": "Should embedded source code from third parties always be displayed to you?" + }, + "description": "As a default for you, embedded code of third-party providers is", + "disabled": { + "off": "initially not displayed", + "on": "displayed immediately" + } + } + }, + "invites": { + "name": "Invites" + }, + "languages": { + "name": "Languages" + }, + "muted-users": { + "columns": { + "name": "Name", + "slug": "Slug", + "unmute": "Unmute" + }, + "empty": "So far, you have not muted anybody.", + "explanation": { + "intro": "If another user has been muted by you, this is what happens:", + "search": "Posts of muted people disappear from your search results.", + "your-perspective": "The muted person's posts will no longer appear in your news feed." + }, + "how-to": "You can mute other users on their profile page via the content menu.", + "mute": "Mute user", + "name": "Muted users", + "unmute": "Unmute user", + "unmuted": "{name} is unmuted again" + }, + "name": "Settings", + "organizations": { + "name": "My Organizations" + }, + "privacy": { + "make-shouts-public": "Share articles I have shouted on my public profile", + "name": "Privacy", + "success-update": "Privacy settings saved" + }, + "security": { + "change-password": { + "button": "Change password", + "label-new-password": "Your new password", + "label-new-password-confirm": "Confirm new password", + "label-old-password": "Your old password", + "message-new-password-confirm-required": "Confirm your new password", + "message-new-password-missmatch": "Type the same password again", + "message-new-password-required": "Enter a new password", + "message-old-password-required": "Enter your old password", + "passwordSecurity": "Password security", + "passwordStrength0": "Very insecure password", + "passwordStrength1": "Insecure password", + "passwordStrength2": "Mediocre password", + "passwordStrength3": "Strong password", + "passwordStrength4": "Very strong password", + "success": "Password successfully changed!" + }, + "name": "Security" + }, + "social-media": { + "name": "Social media", + "placeholder": "Your social media url", + "requireUnique": "You added this url already", + "submit": "Add link", + "successAdd": "Added social media. Updated user profile!", + "successDelete": "Deleted social media. Updated user profile!" + }, + "validation": { + "slug": { + "alreadyTaken": "This user name is already taken.", + "regex": "Allowed characters are only lowercase letters, numbers, underscores and hyphens." + } + } + }, + "shoutButton": { + "shouted": "shouted" + }, + "site": { + "back-to-login": "Back to login page", + "bank": "bank account", + "code-of-conduct": "Code of Conduct", + "contact": "Contact", + "data-privacy": "Data privacy", + "director": "Managing Director", + "error-occurred": "An error occurred.", + "faq": "FAQ", + "germany": "Germany", + "imprint": "Imprint", + "made": "Made with ❤", + "register": "Registry number", + "responsible": "responsible for contents of this page (§ 55 Abs. 2 RStV)", + "taxident": "USt-ID. according to §27a of the German Sales Tax Law:", + "termsAndConditions": "Terms and conditions", + "thanks": "Thanks!", + "tribunal": "Registry court" + }, "store": { "posts": { "orderBy": { @@ -65,619 +774,47 @@ } } }, - "donations": { - "donations-for": "Donations for", - "donate-now": "Donate now", - "amount-of-total": "{amount} of {total} € collected" - }, - "maintenance": { - "title": "Human Connection is under maintenance", - "explanation": "At the moment we are doing some scheduled maintenance, please try again later.", - "questions": "Any Questions or concerns, send an e-mail to" - }, - "index": { - "no-results": "No contributions found.", - "change-filter-settings": "Change your filter settings to get more results." - }, - "filter-menu": { - "title": "Your filter bubble", - "hashtag-search": "Searching for #{hashtag}", - "clearSearch": "Clear search" - }, - "filter-posts": { - "categories": { - "header": "Categories of Content", - "all": "All" + "termsAndConditions": { + "addition": { + "description": " https://human-connection.org/events/ ", + "title": "In addition, we regularly hold events where you can also share your impressions and ask questions. You can find a current overview here:" }, - "general": { - "header": "Filter by …" + "agree": "I agree!", + "code-of-conduct": { + "description": "Our code of conduct serves as a handbook for personal appearance and interaction with each other. Whoever is active as a user in the Human Connection network, writes articles, comments or makes contact with other users, even outside the network, acknowledges these rules of conduct as binding. https://alpha.human-connection.org/code-of-conduct", + "title": "Code of Conduct" }, - "followers": { - "label": "Users I follow" + "errors-and-feedback": { + "description": "We make every effort to keep our network and data secure and available. Each new release of the software goes through both automated and manual testing. However, unforeseen errors may occur. Therefore, we are grateful for any reported bugs. You are welcome to report any bugs you discover by emailing Support at support@human-connection.org", + "title": "Errors and Feedback" }, - "language": { - "header": "Languages", - "all": "All" - } - }, - "site": { - "thanks": "Thanks!", - "error-occurred": "An error occurred.", - "made": "Made with ❤", - "imprint": "Imprint", - "termsAndConditions": "Terms and conditions", - "data-privacy": "Data privacy", - "contact": "Contact", - "tribunal": "Registry court", - "register": "Registry number", - "director": "Managing Director", - "taxident": "USt-ID. according to §27a of the German Sales Tax Law:", - "responsible": "responsible for contents of this page (§ 55 Abs. 2 RStV)", - "bank": "bank account", - "germany": "Germany", - "code-of-conduct": "Code of Conduct", - "back-to-login": "Back to login page", - "faq": "FAQ" - }, - "login": { - "copy": "If you already have a human-connection account, please login.", - "login": "Login", - "logout": "Logout", - "email": "Your E-mail", - "password": "Your Password", - "forgotPassword": "Forgot Password?", - "no-account": "Don't have an account?", - "register": "Sign up", - "moreInfo": "What is Human Connection?", - "moreInfoURL": "https://human-connection.org/en/", - "moreInfoHint": "to the presentation page", - "hello": "Hello", - "success": "You are logged in!", - "failure": "Incorrect email address or password." - }, - "editor": { - "placeholder": "Leave your inspirational thoughts …", - "mention": { - "noUsersFound": "No users found" + "help-and-questions": { + "description": "For help and questions we have compiled a comprehensive collection of frequently asked questions and answers (FAQ) for you. You can find them here: https://support.human-connection.org/kb/ ", + "title": "Help and Questions" }, - "hashtag": { - "noHashtagsFound": "No hashtags found", - "addHashtag": "New hashtag", - "addLetter": "Type a letter" + "moderation": { + "description": "Until our financial possibilities allow us to implement the community moderation system, we moderate with a simplified system and with our own or possibly volunteer staff. We train these moderators and for this reason only they make the appropriate decisions. These moderators carry out their work anonymously. You can report posts, comments and users to us (for example, if they provide information in their profile or have images that violate these Terms of Use). If you report something to us, you can give us a reason and a short explanation. We will then take a look at what you have reported and sanction you if necessary, e.g. by blocking contributions, comments or users. Unfortunately, you and the person concerned will not receive any feedback from us at this time, but this is in the planning stage. Irrespective of this, we reserve the right to impose sanctions in principle for reasons that may not or not yet be listed in our Code of Conduct or these terms of service.", + "title": "Moderation" }, - "embed": { - "data_privacy_warning": "Data Privacy Warning!", - "data_privacy_info": "Your data has not yet been shared with any third party providers. If you proceed to watch this video the following provider will likely collect user data:", - "play_now": "Watch now", - "always_allow": "Always allow embedded content by third party providers (this setting can be changed any time)" - } - }, - "profile": { - "name": "My Profile", - "memberSince": "Member since", - "follow": "Follow", - "followers": "Followers", - "following": "Following", - "shouted": "Shouted", - "commented": "Commented", - "userAnonym": "Anonymous", - "socialMedia": "Where else can I find", - "network": { - "title": "Network", - "following": "is following:", - "followingNobody": "follows nobody.", - "followedBy": "is followed by:", - "followedByNobody": "is not followed by anyone.", - "andMore": "and {number} more …" + "newTermsAndConditions": "New Terms and Conditions", + "no-commercial-use": { + "description": "The use of the Human Connection Network is not permitted for commercial purposes. This includes, but is not limited to, advertising products with commercial intent, posting affiliate links, directly soliciting donations, or providing financial support for purposes that are not recognized as charitable for tax purposes.", + "title": "No Commercial Use" }, - "invites": { - "title": "Invite somebody to Human Connection!", - "description": "Enter their e-mail address for invitation.", - "emailPlaceholder": "E-mail to invite" - } - }, - "notifications": { - "reason": { - "mentioned_in_post": "Mentioned you in a post …", - "mentioned_in_comment": "Mentioned you in a comment …", - "commented_on_post": "Commented on your post …" + "privacy-statement": { + "description": "Our network is a social knowledge and action network. It is therefore particularly important to us that as much content as possible is publicly accessible. In the course of the development of our network there will be more and more the possibility to decide about the visibility of the personal data. We will inform you about these new features. Otherwise, you should always think about which personal data you disclose about yourself (or others). This applies in particular to the content of posts and comments, as these have a largely public character. Later there will be possibilities to limit the visibility of your profile. Part of the terms of service is our privacy statement, which informs you about the individual data processing operations in our network: https://human-connection.org/datenschutz/#netzwerk bzw. https://human-connection.org/datenschutz/ Our privacy statement is adapted to the legal situation and characteristics of our network and is always valid in the most current version.", + "title": "Privacy Statement" }, - "comment": "Comment", - "title": "Notifications", - "pageLink": "All notifications", - "post": "Post", - "user": "User", - "content": "Content", - "filterLabel": { - "all": "All", - "read": "Read", - "unread": "Unread" + "terms-of-service": { + "description": "The following terms of use form the basis for the use of our network. When you register, you must accept them and we will inform you later about any changes that may take place. The Human Connection Network is operated in Germany and is therefore subject to German law. Place of jurisdiction is Kirchheim / Teck. For details see our imprint: https://human-connection.org/imprint ", + "title": "Terms of Service" }, - "empty": "Sorry, you don't have any notifications at the moment." - }, - "search": { - "placeholder": "Search", - "hint": "What are you searching for?", - "failed": "Nothing found", - "heading": { - "Post": "Posts", - "User": "Users" - } - }, - "settings": { - "name": "Settings", - "data": { - "name": "Your data", - "labelName": "Your Name", - "labelSlug": "Your unique user name", - "namePlaceholder": "Femanon Funny", - "labelCity": "Your City or Region", - "labelBio": "About You", - "success": "Your data was successfully updated!" - }, - "email": { - "validation": { - "same-email": "This is your current e-mail address" - }, - "name": "Your e-mail", - "labelEmail": "Change your e-mail address", - "labelNewEmail": "New e-mail Address", - "labelNonce": "Enter your code", - "success": "A new e-mail address has been registered.", - "submitted": "An e-mail to verify your address has been sent to {email}.", - "change-successful": "Your e-mail address has been changed successfully.", - "verification-error": { - "message": "Your e-mail could not be changed.", - "explanation": "This can have different causes:", - "reason": { - "invalid-nonce": "Is the confirmation code invalid?", - "no-email-request": "Are you certain that you requested a change of your e-mail address?" - }, - "support": "If the problem persists, please contact us by e-mail at" - } - }, - "validation": { - "slug": { - "regex": "Allowed characters are only lowercase letters, numbers, underscores and hyphens.", - "alreadyTaken": "This user name is already taken." - } - }, - "security": { - "name": "Security", - "change-password": { - "button": "Change password", - "success": "Password successfully changed!", - "label-old-password": "Your old password", - "label-new-password": "Your new password", - "label-new-password-confirm": "Confirm new password", - "message-old-password-required": "Enter your old password", - "message-new-password-required": "Enter a new password", - "message-new-password-confirm-required": "Confirm your new password", - "message-new-password-missmatch": "Type the same password again", - "passwordSecurity": "Password security", - "passwordStrength0": "Very insecure password", - "passwordStrength1": "Insecure password", - "passwordStrength2": "Mediocre password", - "passwordStrength3": "Strong password", - "passwordStrength4": "Very strong password" - } - }, - "privacy": { - "name": "Privacy", - "make-shouts-public": "Share articles I have shouted on my public profile", - "success-update": "Privacy settings saved" - }, - "invites": { - "name": "Invites" - }, - "download": { - "name": "Download Data" - }, - "deleteUserAccount": { - "name": "Delete user account", - "contributionsCount": "Delete my {count} posts", - "commentedCount": "Delete my {count} comments", - "accountDescription": "Be aware that your Posts and Comments are important to our community. If you still choose to delete them, you have to mark them below.", - "accountWarning": "You CAN'T MANAGE and CAN'T RECOVER your Account, Posts, or Comments after deleting your account!", - "success": "Account successfully deleted!", - "pleaseConfirm": "Destructive action! Type {confirm} to confirm" - }, - "embeds": { - "name": "Third party providers", - "info-description": "Here is the list of third-party providers whose content can be displayed as third-party code, e.g. in the form of embedded videos.", - "status": { - "description": "As a default for you, embedded code of third-party providers is", - "disabled": { - "off": "initially not displayed", - "on": "displayed immediately" - }, - "change": { - "question": "Should embedded source code from third parties always be displayed to you?", - "allow": "Sure", - "deny": "No thanks" - } - } - }, - "organizations": { - "name": "My Organizations" - }, - "languages": { - "name": "Languages" - }, - "social-media": { - "name": "Social media", - "placeholder": "Your social media url", - "requireUnique": "You added this url already", - "submit": "Add link", - "successAdd": "Added social media. Updated user profile!", - "successDelete": "Deleted social media. Updated user profile!" - }, - "muted-users": { - "name": "Muted users", - "explanation": { - "intro": "If another user has been muted by you, this is what happens:", - "your-perspective": "The muted person's posts will no longer appear in your news feed.", - "search": "Posts of muted people disappear from your search results." - }, - "columns": { - "name": "Name", - "slug": "Slug", - "unmute": "Unmute" - }, - "empty": "So far, you have not muted anybody.", - "how-to": "You can mute other users on their profile page via the content menu.", - "mute": "Mute user", - "unmute": "Unmute user", - "unmuted": "{name} is unmuted again" - }, - "blocked-users": { - "name": "Blocked users", - "explanation": { - "intro": "If another user has been blocked by you, this is what happens:", - "your-perspective": "You will no longer be able to interact with their contributions.", - "their-perspective": "Vice versa: The blocked person will also no longer be able to interact with your contributions.", - "notifications": "Blocked users will no longer receive notifications if they mention each other.", - "closing": "This should be sufficient for now so that blocked users can no longer bother you.", - "commenting-disabled": "Commenting is not possible at this time on this post.", - "commenting-explanation": "This can happen for several reasons, please see our " - }, - "columns": { - "name": "Name", - "slug": "Slug", - "unblock": "Unblock" - }, - "empty": "So far, you have not blocked anybody.", - "how-to": "You can block other users on their profile page via the content menu.", - "block": "Block user", - "unblock": "Unblock user", - "unblocked": "{name} is unblocked again" - } - }, - "admin": { - "name": "Admin", - "dashboard": { - "name": "Dashboard", - "users": "Users", - "posts": "Posts", - "comments": "Comments", - "notifications": "Notifications", - "organizations": "Organizations", - "projects": "Projects", - "invites": "Invites", - "follows": "Follows", - "shouts": "Shouts" - }, - "organizations": { - "name": "Organizations" - }, - "users": { - "name": "Users", - "form": { - "placeholder": "e-mail, name or description" - }, - "table": { - "columns": { - "number": "No.", - "name": "Name", - "email": "E-mail", - "slug": "Slug", - "role": "Role", - "createdAt": "Created at" - } - }, - "empty": "No users found" - }, - "pages": { - "name": "Pages" - }, - "notifications": { - "name": "Notifications" - }, - "categories": { - "name": "Categories", - "categoryName": "Name", - "postCount": "Posts" - }, - "hashtags": { - "name": "Hashtags", - "number": "No.", - "nameOfHashtag": "Name", - "tagCountUnique": "Users", - "tagCount": "Posts" - }, - "settings": { - "name": "Settings" - }, - "invites": { - "name": "Invite users", - "title": "Invite people", - "description": "Invitations are a wonderful way to have your friends in your network …" - }, - "donations": { - "name": "Donations info", - "goal": "Monthly donations needed", - "progress": "Donations collected so far", - "successfulUpdate": "Donations info updated successfully!" - } - }, - "post": { - "name": "Post", - "pinned": "Announcement", - "moreInfo": { - "name": "More info", - "title": "More information", - "description": "Here you can find more information about this topic.", - "titleOfCategoriesSection": "Categories", - "titleOfHashtagsSection": "Hashtags", - "titleOfRelatedContributionsSection": "Related posts" - }, - "takeAction": { - "name": "Take action" - }, - "menu": { - "edit": "Edit post", - "delete": "Delete post", - "pin": "Pin post", - "pinnedSuccessfully": "Post pinned successfully!", - "unpin": "Unpin post", - "unpinnedSuccessfully": "Post unpinned successfully!" - }, - "comment": { - "submit": "Comment", - "submitted": "Comment submitted!", - "updated": "Changes saved!", - "reply": "Reply" - }, - "edited": "edited" - }, - "comment": { - "content": { - "unavailable-placeholder": "… this comment is not available anymore" - }, - "menu": { - "edit": "Edit Comment", - "delete": "Delete Comment" - }, - "show": { - "more": "show more", - "less": "show less" - }, - "edited": "edited" - }, - "quotes": { - "african": { - "quote": "Many small people in many small places do many small things, that can alter the face of the world.", - "author": "African proverb" - } - }, - "common": { - "post": "Post ::: Posts", - "comment": "Comment ::: Comments", - "letsTalk": "Let`s Talk", - "versus": "Versus", - "moreInfo": "More Info", - "takeAction": "Take Action", - "shout": "Shout ::: Shouts", - "user": "User ::: Users", - "category": "Category ::: Categories", - "organization": "Organization ::: Organizations", - "project": "Project ::: Projects", - "tag": "Tag ::: Tags", - "name": "Name", - "loadMore": "load more", - "loading": "loading", - "reportContent": "Report", - "validations": { - "email": "must be a valid e-mail address", - "url": "must be a valid URL", - "categories": "at least one and at most three categories must be selected" - } - }, - "actions": { - "loading": "loading", - "loadMore": "load more", - "create": "Create", - "save": "Save", - "edit": "Edit", - "delete": "Delete", - "cancel": "Cancel" - }, - "moderation": { - "name": "Moderation", - "reports": { - "empty": "Congratulations, nothing to moderate.", - "name": "Reports", - "status": "Current status", - "content": "Content", - "author": "Author", - "decision": "Decision", - "enabled": "Enabled", - "disabled": "Disabled", - "decided": "Decided", - "noDecision": "No decision!", - "decideButton": "Confirm", - "DecisionSuccess": "Decided successfully!", - "enabledBy": "Enabled by", - "disabledBy": "Disabled by", - "previousDecision": "Previous decision:", - "enabledAt": "Enabled at", - "disabledAt": "Disabled at", - "reasonCategory": "Category", - "reasonDescription": "Description", - "submitter": "Reported by", - "numberOfUsers": "{count} users", - "filterLabel": { - "all": "All", - "unreviewed": "Unreviewed", - "reviewed": "Reviewed", - "closed": "Closed" - }, - "reportedOn": "Date", - "moreDetails": "View Details", - "decideModal": { - "submit": "Confirm decision", - "cancel": "Cancel", - "User": { - "disable": { - "title": "Finally Disable User", - "message": "Do you really want to let the user \"{name}\" stay disabled?" - }, - "enable": { - "title": "Finally Enable User", - "message": "Do you really want to let the user \"{name}\" stay enabled?" - } - }, - "Post": { - "disable": { - "title": "Finally Disable Post", - "message": "Do you really want to let the post \"{name}\" stay disabled?" - }, - "enable": { - "title": "Finally Enable Post", - "message": "Do you really want to let the post \"{name}\" stay enabled?" - } - }, - "Comment": { - "disable": { - "title": "Finally Disable Comment", - "message": "Do you really want to let the comment \"{name}\" stay disabled?" - }, - "enable": { - "title": "Finally Enable Comment", - "message": "Do you really want to let the comment \"{name}\" stay enabled?" - } - } - } - } - }, - "disable": { - "submit": "Disable", - "cancel": "Cancel", - "success": "Disabled successfully!", - "user": { - "title": "Disable User", - "type": "User", - "message": "Do you really want to disable the user \"{name}\"?" - }, - "contribution": { - "title": "Disable Contribution", - "type": "Contribution", - "message": "Do you really want to disable the contribution \"{name}\"?" - }, - "comment": { - "title": "Disable Comment", - "type": "Comment", - "message": "Do you really want to disable the comment from \"{name}\"?" - } - }, - "delete": { - "submit": "Delete", - "cancel": "Cancel", - "contribution": { - "title": "Delete Post", - "type": "Contribution", - "message": "Do you really want to delete the post \"{name}\"?", - "success": "Post successfully deleted!" - }, - "comment": { - "title": "Delete Comment", - "type": "Comment", - "message": "Do you really want to delete the comment \"{name}\"?", - "success": "Comment successfully deleted!" - } - }, - "report": { - "submit": "Report", - "cancel": "Cancel", - "success": "Thanks for reporting!", - "user": { - "title": "Report User", - "type": "User", - "message": "Do you really want to report the user \"{name}\"?", - "error": "You already reported the user!" - }, - "contribution": { - "title": "Report Post", - "type": "Contribution", - "message": "Do you really want to report the contribution \"{name}\"?", - "error": "You have already reported the contribution!" - }, - "comment": { - "title": "Report Comment", - "type": "Comment", - "message": "Do you really want to report the comment from \"{name}\"?", - "error": "You have already reported the comment!" - }, - "reason": { - "category": { - "label": "Select a category:", - "placeholder": "Category …", - "options": { - "discrimination_etc": "Discriminatory posts, comments, utterances or insults.", - "pornographic_content_links": "Posting or linking of clearly pornographic material.", - "glorific_trivia_of_cruel_inhuman_acts": "Glorification or trivialization of cruel or inhuman acts of violence.", - "doxing": "The disclosure of others' personal information without their consent or threat there of (\"doxing\").", - "intentional_intimidation_stalking_persecution": "Intentional intimidation, stalking or persecution.", - "advert_products_services_commercial": "Advertising products and services with commercial intent.", - "criminal_behavior_violation_german_law": "Criminal behavior or violation of German law.", - "other": "Other …" - }, - "invalid": "Please select a valid category" - }, - "description": { - "label": "Please explain: Why you like to report this?", - "placeholder": "Additional information …" - } - } - }, - "followButton": { - "follow": "Follow", - "following": "Following" - }, - "shoutButton": { - "shouted": "shouted" - }, - "release": { - "submit": "Release", - "cancel": "Cancel", - "success": "Released successfully!", - "user": { - "title": "Release User", - "type": "User", - "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}\"?", - "error": "You have already reported the contribution!!" - }, - "comment": { - "title": "Release Comment", - "type": "Comment", - "message": "Do you really want to release the comment from \"{name}\"?", - "error": "You have already reported the comment!" + "termsAndConditionsConfirmed": "I have read and confirmed the Terms and Conditions.", + "termsAndConditionsNewConfirm": "I have read and agree to the new terms of conditions.", + "termsAndConditionsNewConfirmText": "Please read the new terms of use now!", + "use-and-license": { + "description": "If any content you post to us is protected by intellectual property rights, you grant us a non-exclusive, transferable, sublicensable, worldwide license to use such content for posting to our network. This license expires when you delete your content or your entire account. Remember that others may share your content and we cannot delete it.", + "title": "Use and License" } }, "user": { @@ -685,143 +822,6 @@ "submitted": "Upload successful!" } }, - "contribution": { - "title": "Title", - "newPost": "Create a new Post", - "filterFollow": "Filter contributions from users I follow", - "filterALL": "View all contributions", - "success": "Saved!", - "languageSelectLabel": "Language of your contribution", - "languageSelectText": "Select Language", - "categories": { - "infoSelectedNoOfMaxCategories": "{chosen} of {max} categories selected" - }, - "emotions-label": { - "funny": "Funny", - "happy": "Happy", - "surprised": "Surprised", - "cry": "Cry", - "angry": "Angry" - }, - "category": { - "name": { - "freedom-of-speech": "Freedom of Speech", - "consumption-sustainability": "Consumption & Sustainability", - "global-peace-nonviolence": "Global Peace & Nonviolence", - "just-for-fun": "Just for Fun", - "happiness-values": "Happiness & Values", - "health-wellbeing": "Health & Wellbeing", - "environment-nature": "Environment & Nature", - "animal-protection": "Animal Protection", - "human-rights-justice": "Human Rights & Justice", - "education-sciences": "Education & Sciences", - "cooperation-development": "Cooperation & Development", - "democracy-politics": "Democracy & Politics", - "economy-finances": "Economy & Finances", - "energy-technology": "Energy & Technology", - "it-internet-data-privacy": "IT, Internet & Data Privacy", - "art-culture-sport": "Art, Culture, & Sport" - } - }, - "teaserImage": { - "cropperConfirm": "Confirm" - }, - "inappropriatePicture" : "This image may be inappropriate for some people.", - "inappropriatePictureText" : "When should my picture be blurred" - }, - "code-of-conduct": { - "subheader": "for the social network of the Human Connection gGmbH", - "preamble": { - "title": "Preamble", - "description": "Human Connection is a non-profit social knowledge and action network of the next generation. By people - for people. Open Source, fair and transparent. For positive local and global change in all areas of life. We completely redesign the public exchange of knowledge, ideas and projects. The functions of Human Connection bring people together - offline and online - so that we can make the world a better place." - }, - "purpose": { - "title": "Purpose", - "description": "With these code of conduct we regulate the essential principles for behavior in our social network. The United Nations Charter of Human Rights is our orientation and forms the heart of our understanding of values. 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." - }, - "expected-behaviour": { - "title": "Expected Behaviour", - "description": "The following behaviors are expected and requested of all community members:", - "list": { - "0": "Exercise consideration and respect in your speech and actions.", - "1": "Attempt collaboration before conflict.", - "2": "Refrain from demeaning, discriminatory, or harassing behavior and speech.", - "3": "Be mindful of your surroundings and of your fellow participants. Alert community leaders if you notice a dangerous situation, someone in distress, or violations of this Code of Conduct, even if they seem inconsequential." - } - }, - "unacceptable-behaviour": { - "title": "Unacceptable Behavior", - "description": "The following behaviors are unacceptable within our community:", - "list": { - "0": "Discriminatory posts, comments, utterances or insults, particularly those relating to gender, sexual orientation, race, religion, political or philosophical orientation or disability.", - "1": "Posting or linking of clearly pornographic material.", - "2": "Glorification or trivialization of cruel or inhuman acts of violence.", - "3": "The disclosure of others' personal information without their consent or threat there of (\"doxing\").", - "4": "Intentional intimidation, stalking or persecution.", - "5": "Advertising products and services with commercial intent.", - "6": "Criminal behavior or violation of German law.", - "7": "Endorse or encourage such conduct." - } - }, - "consequences": { - "title": "Consequences of Unacceptable Behavior", - "description": "If a community member exhibits unacceptable behaviour, the responsible operators, moderators and administrators of the network may take appropriate measures, including but not limited to:", - "list": { - "0": "Request for immediate cessation of unacceptable conduct", - "1": "Locking or deleting comments", - "2": "Temporary exclusion from the respective post or contribution", - "3": "Blocking or deleting of content", - "4": "Temporary withdrawal of write permissions", - "5": "Temporary exclusion from the network", - "6": "Final exclusion from the network", - "7": "Violations of German law can be reported." - } - }, - "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": { - "newTermsAndConditions": "New Terms and Conditions", - "termsAndConditionsConfirmed": "I have read and confirmed the Terms and Conditions.", - "termsAndConditionsNewConfirmText": "Please read the new terms of use now!", - "termsAndConditionsNewConfirm": "I have read and agree to the new terms of conditions.", - "agree": "I agree!", - "terms-of-service": { - "title": "Terms of Service", - "description": "The following terms of use form the basis for the use of our network. When you register, you must accept them and we will inform you later about any changes that may take place. The Human Connection Network is operated in Germany and is therefore subject to German law. Place of jurisdiction is Kirchheim / Teck. For details see our imprint: https://human-connection.org/imprint " - }, - "use-and-license" : { - "title": "Use and License", - "description": "If any content you post to us is protected by intellectual property rights, you grant us a non-exclusive, transferable, sublicensable, worldwide license to use such content for posting to our network. This license expires when you delete your content or your entire account. Remember that others may share your content and we cannot delete it." - }, - "privacy-statement" : { - "title": "Privacy Statement", - "description": "Our network is a social knowledge and action network. It is therefore particularly important to us that as much content as possible is publicly accessible. In the course of the development of our network there will be more and more the possibility to decide about the visibility of the personal data. We will inform you about these new features. Otherwise, you should always think about which personal data you disclose about yourself (or others). This applies in particular to the content of posts and comments, as these have a largely public character. Later there will be possibilities to limit the visibility of your profile. Part of the terms of service is our privacy statement, which informs you about the individual data processing operations in our network: https://human-connection.org/datenschutz/#netzwerk bzw. https://human-connection.org/datenschutz/ Our privacy statement is adapted to the legal situation and characteristics of our network and is always valid in the most current version." - }, - "code-of-conduct" : { - "title": "Code of Conduct", - "description": "Our code of conduct serves as a handbook for personal appearance and interaction with each other. Whoever is active as a user in the Human Connection network, writes articles, comments or makes contact with other users, even outside the network, acknowledges these rules of conduct as binding. https://alpha.human-connection.org/code-of-conduct" - }, - "moderation" : { - "title": "Moderation", - "description": "Until our financial possibilities allow us to implement the community moderation system, we moderate with a simplified system and with our own or possibly volunteer staff. We train these moderators and for this reason only they make the appropriate decisions. These moderators carry out their work anonymously. You can report posts, comments and users to us (for example, if they provide information in their profile or have images that violate these Terms of Use). If you report something to us, you can give us a reason and a short explanation. We will then take a look at what you have reported and sanction you if necessary, e.g. by blocking contributions, comments or users. Unfortunately, you and the person concerned will not receive any feedback from us at this time, but this is in the planning stage. Irrespective of this, we reserve the right to impose sanctions in principle for reasons that may not or not yet be listed in our Code of Conduct or these terms of service." - }, - "errors-and-feedback" : { - "title": "Errors and Feedback", - "description": "We make every effort to keep our network and data secure and available. Each new release of the software goes through both automated and manual testing. However, unforeseen errors may occur. Therefore, we are grateful for any reported bugs. You are welcome to report any bugs you discover by emailing Support at support@human-connection.org" - }, - "no-commercial-use" : { - "title": "No Commercial Use", - "description": "The use of the Human Connection Network is not permitted for commercial purposes. This includes, but is not limited to, advertising products with commercial intent, posting affiliate links, directly soliciting donations, or providing financial support for purposes that are not recognized as charitable for tax purposes." - }, - "help-and-questions" : { - "title": "Help and Questions", - "description": "For help and questions we have compiled a comprehensive collection of frequently asked questions and answers (FAQ) for you. You can find them here: https://support.human-connection.org/kb/ " - }, - "addition" : { - "title": "In addition, we regularly hold events where you can also share your impressions and ask questions. You can find a current overview here:", - "description": " https://human-connection.org/events/ " - } - }, "error-pages" : { "profile-not-found": "This profile could not be found", "back-to-index": "Back to index page", @@ -834,6 +834,3 @@ "default": "An error occurred" } } - - - diff --git a/webapp/locales/es.json b/webapp/locales/es.json index f916f849b..177ca0a64 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -1,809 +1,809 @@ { - "login": { - "copy": "Si ya tiene una cuenta de Human Connection, inicie sesión aquí.", - "login": "Iniciar sesión", - "logout": "Cierre de sesión", - "email": "Su correo electrónico", - "password": "Su contraseña", - "moreInfo": "¿Qué es Human Connection?", - "hello": "Hola", - "forgotPassword": "¿Olvidó su contraseña?", - "no-account": "¿No tiene una cuenta?", - "register": "Regístrese", - "moreInfoURL": "https:\/\/human-connection.org\/es\/", - "moreInfoHint": "a la página de presentación", - "success": "¡Usted ha iniciado sesión!", - "failure": "Dirección de correo electrónico o contraseña incorrecta." + "actions": { + "cancel": "Cancelar", + "create": "Crear", + "delete": "Borrar", + "edit": "Edite", + "loadMore": "cargar más", + "loading": "cargamento", + "save": "Guardar" + }, + "admin": { + "categories": { + "categoryName": "Nombre", + "name": "Categorías", + "postCount": "Contribuciones" }, - "profile": { - "name": "Mi perfil", - "memberSince": "Miembro desde", - "follow": "Seguir", - "followers": "Seguidores", - "following": "Siguiendo", - "shouted": "Recomendado", - "commented": "Comentado", - "userAnonym": "Anónimo", - "socialMedia": "¿Dónde más puedo encontrar?", - "network": { - "title": "Red", - "following": "está siguiendo:", - "followingNobody": "no sigue a nadie.", - "followedBy": "es seguido por:", - "followedByNobody": "no es seguido por nadie.", - "andMore": "y {number} más ..." - }, - "invites": { - "title": "¡Invite a alguien a Human Connection!", - "description": "Introduzca la dirección de correo electrónico para la invitación.", - "emailPlaceholder": "Correo electrónico para invitar" - } - }, - "settings": { - "name": "Configuración", - "data": { - "name": "Sus datos", - "labelName": "Su nombre", - "labelCity": "Su ciudad o región", - "labelBio": "Acerca de usted", - "labelSlug": "Su nombre de usuario único", - "namePlaceholder": "Femanon Funny", - "success": "¡Sus datos han sido actualizados con éxito!" - }, - "security": { - "name": "Seguridad", - "change-password": { - "button": "Cambiar contraseña", - "success": "¡Contraseña cambiada con éxito!", - "label-old-password": "Su contraseña antigua", - "label-new-password": "Su nueva contraseña", - "label-new-password-confirm": "Confirmar nueva contraseña", - "message-old-password-required": "Ingrese su contraseña anterior", - "message-new-password-required": "Introduzca una nueva contraseña", - "message-new-password-confirm-required": "Confirme su nueva contraseña", - "message-new-password-missmatch": "Vuelva a escribir la misma contraseña", - "passwordSecurity": "Seguridad de la contraseña", - "passwordStrength0": "Contraseña muy insegura", - "passwordStrength1": "Contraseña insegura", - "passwordStrength2": "Contraseña mediocre", - "passwordStrength3": "Contraseña segura", - "passwordStrength4": "Contraseña muy sólida" - } - }, - "invites": { - "name": "Invita" - }, - "download": { - "name": "Descargar datos" - }, - "delete": { - "name": "Borrar cuenta" - }, - "organizations": { - "name": "Mis organizaciones" - }, - "languages": { - "name": "Idiomas" - }, - "email": { - "validation": { - "same-email": "Esta es su dirección de correo electrónico actual" - }, - "name": "Su correo electrónico", - "labelEmail": "Cambiar su dirección de correo electrónico", - "labelNewEmail": "Nueva dirección de correo electrónico", - "labelNonce": "Introduzca su código", - "success": "Se ha registrado una nueva dirección de correo electrónico.", - "submitted": "Se ha enviado un correo electrónico a {email}<\/b> para verificar su dirección.", - "change-successful": "Su dirección de correo electrónico ha sido cambiada con éxito.", - "verification-error": { - "message": "Su correo electrónico no se pudo cambiar.", - "explanation": "Esto puede tener diferentes causas:", - "reason": { - "invalid-nonce": "¿El código de confirmación no es válido?", - "no-email-request": "¿Está seguro de que ha solicitado un cambio de su dirección de correo electrónico?" - }, - "support": "Si el problema persiste, póngase en contacto con nosotros por correo electrónico a" - } - }, - "validation": { - "slug": { - "regex": "Los caracteres permitidos son solo letras minúsculas, números, guiones bajos y guiones.", - "alreadyTaken": "Este nombre de usuario ya está en uso." - } - }, - "deleteUserAccount": { - "name": "Eliminar cuenta de usuario", - "contributionsCount": "Eliminar mis {count} contribuciones", - "commentedCount": "Eliminar mis {count} comentarios", - "accountDescription": "Tenga en cuenta que su contribución y sus comentarios son importantes para nuestra comunidad. Si aún decide borrarlos, debe marcarlos a continuación.", - "accountWarning": "¡ NO PUEDE GESTIONAR <\/b> y NO PUEDE RECUPERAR <\/b> su cuenta, contribuciones o comentarios después de eliminar su cuenta!", - "success": "¡Cuenta eliminada con éxito!", - "pleaseConfirm": " ¡Acción destructiva! <\/b> Escriba {confirm} <\/b> para confirmar" - }, - "embeds": { - "name": "Proveedores externos", - "info-description": "Aquí está la lista de proveedores de terceros cuyo contenido se puede mostrar como código de terceros, por ejemplo, en forma de vídeos incrustados.", - "status": { - "description": "Por defecto, el código incrustado de proveedores externos está", - "disabled": { - "off": "inicialmente sin mostrar", - "on": "mostrado inmediatamente" - }, - "change": { - "question": "¿Debería mostrarse siempre el código fuente incrustado de terceros?", - "allow": "Seguro", - "deny": "No, gracias" - } - } - }, - "social-media": { - "name": "Medios de comunicación social", - "placeholder": "Agregar una URL de Social-Media", - "requireUnique": "Ya ha añadido esta url", - "submit": "Añadir enlace", - "successAdd": "Social-Media agregó. Perfil actualizado!", - "successDelete": "Social-Media borrado. Perfil actualizado!" - }, - "muted-users": { - "name": "Usuarios bloqueados", - "explanation": { - "intro": "Si otro usuario ha sido bloqueado por usted, esto es lo que sucede:", - "your-perspective": "Las contribuciones de la persona bloqueada no aparecerán más en su canal de noticias.", - "search": "Las contribuciones de personas bloqueadas desaparecen de los resultados de búsqueda." - }, - "columns": { - "name": "Nombre", - "slug": "Alias", - "unmute": "Desbloquear" - }, - "empty": "Hasta ahora, no ha bloqueado a nadie.", - "how-to": "Puede bloquear a otros usuarios en la página de perfil de aquellos a través del menú de contenido.", - "mute": "Bloquear usuario", - "unmute": "Desbloquear usuario", - "unmuted": "{name} está desbloqueado nuevamente" - }, - "privacy": { - "name": "Privacidad", - "make-shouts-public": "Compartir artículos que he recomendado en mi perfil público", - "success-update": "Configuración de privacidad guardada" - } - }, - "admin": { - "name": "Admin", - "dashboard": { - "name": "Tablero", - "users": "Usuarios", - "posts": "Contribuciones", - "comments": "Comentarios", - "notifications": "Notificaciones", - "organizations": "Organizaciones", - "projects": "Proyectos", - "invites": "Invita", - "follows": "Sigue", - "shouts": "Recomendaciones" - }, - "organizations": { - "name": "Organizaciones" - }, - "users": { - "name": "Usuarios", - "form": { - "placeholder": "correo electrónico, nombre o descripción" - }, - "table": { - "columns": { - "number": "No.", - "name": "Nombre", - "email": "Correo electrónico", - "slug": "Alias", - "role": "Rol", - "createdAt": "Creado el" - } - }, - "empty": "No se han encontrado usuarios" - }, - "pages": { - "name": "Páginas" - }, - "notifications": { - "name": "Notificaciones" - }, - "categories": { - "name": "Categorías", - "categoryName": "Nombre", - "postCount": "Contribuciones" - }, - "tags": { - "name": "Etiquetas", - "tagCountUnique": "Usuarios", - "tagCount": "Contribuciones" - }, - "settings": { - "name": "Configuración" - }, - "hashtags": { - "name": "Hashtags", - "number": "No.", - "nameOfHashtag": "Nombre", - "tagCountUnique": "Usuarios", - "tagCount": "Contribuciones" - }, - "invites": { - "name": "Invitar usuarios", - "title": "Invitar personas", - "description": "Las invitaciones son una manera maravillosa de tener a sus amigos en su red ..." - }, - "donations": { - "name": "Información de donaciones", - "goal": "Donaciones mensuales necesarias", - "progress": "Donaciones recogidas hasta ahora", - "successfulUpdate": "¡Información de donaciones actualizada con éxito!" - } - }, - "post": { - "name": "Contribución", - "moreInfo": { - "name": "Más info", - "title": "Más información", - "description": "Aquí puede encontrar más información sobre este tema.", - "titleOfCategoriesSection": "Categorías", - "titleOfHashtagsSection": "Hashtags", - "titleOfRelatedContributionsSection": "Contribuciones relacionadas" - }, - "takeAction": { - "name": "Tomar acción" - }, - "pinned": "Anuncio", - "menu": { - "edit": "Editar contribución", - "delete": "Borrar contribución", - "pin": "Anclar contribución", - "pinnedSuccessfully": "¡Contribución anclado con éxito!", - "unpin": "Desanclar contribución", - "unpinnedSuccessfully": "¡Contribución desanclado con éxito!" - }, - "comment": { - "submit": "Comentario", - "submitted": "Comentario enviado", - "updated": "Cambios guardados" - }, - "edited": "editado" - }, - "quotes": { - "african": { - "quote": "Muchas personas pequeñas en muchos lugares pequeños hacen muchas cosas pequeñas, que pueden alterar la faz del mundo.", - "author": "Proverbio africano" - } - }, - "common": { - "post": "Mensaje ::: Mensajes", - "comment": "Comentario ::: Comentarios", - "letsTalk": "Hablemos", - "versus": "Versus", - "moreInfo": "Más información", - "takeAction": "Tomar acción", - "shout": "Grito ::: Gritos", - "user": "Usuario ::: Usuarios", - "category": "Categoría ::: Categorías", - "organization": "Organización ::: Organizaciones", - "project": "Proyecto ::: Proyectos", - "tag": "Etiqueta ::: Etiquetas", - "name": "Nombre", - "loadMore": "cargar más", - "loading": "cargando", - "reportContent": "Informe", - "validations": { - "email": "debe ser una dirección de correo electrónico válida", - "url": "debe ser una URL válida", - "categories": "deben seleccionarse al menos una y como máximo tres categorías" - } - }, - "actions": { - "loading": "cargamento", - "loadMore": "cargar más", - "create": "Crear", - "save": "Guardar", - "edit": "Edite", - "delete": "Borrar", - "cancel": "Cancelar" - }, - "moderation": { - "name": "Moderación", - "reports": { - "empty": "Felicitaciones, nada que moderar.", - "name": "Informes", - "reporter": "reportado por", - "submitter": "comunicado por", - "disabledBy": "desactivado por", - "reasonCategory": "Categoría", - "reasonDescription": "Descripción", - "status": "Estado actual", - "content": "Contenido", - "author": "Autor", - "decision": "Decisión", - "enabled": "Habilitado", - "disabled": "Deshabilitado", - "decided": "Decidido", - "noDecision": "¡No hay decisión!", - "decideButton": "Confirmar", - "DecisionSuccess": "Decidido con éxito!", - "enabledBy": "Habilitado por", - "previousDecision": "Decisión previa:", - "enabledAt": "Habilitado el", - "disabledAt": "Deshabilitado el", - "numberOfUsers": "{count} usuarios", - "filterLabel": { - "all": "Todos", - "unreviewed": "Sin revisar", - "reviewed": "Revisado", - "closed": "Cerrado" - }, - "reportedOn": "Fecha", - "moreDetails": "Ver Detalles", - "decideModal": { - "submit": "Confirmar decisión", - "cancel": "Cancelar", - "User": { - "disable": { - "title": "Finalmente Deshabilitar Usuario", - "message": "¿Realmente quiere que el usuario \"{nombre}<\/b>\" permanezca desactivado<\/b>?" - }, - "enable": { - "title": "Finalmente Habilitar Usuario", - "message": "¿Realmente quiere que el usuario \"{nombre}<\/b>\" permanezca habilitado<\/b>?" - } - }, - "Post": { - "disable": { - "title": "Finalmente Desactivar Contribución", - "message": "¿Realmente quiere que la entrada \"{nombre}<\/b>\" permanezca desactivada<\/b>?" - }, - "enable": { - "title": "Finalmente Habilitar Contribución", - "message": "¿Realmente quiere que la contribución \"{nombre}<\/b>\" permanezca activada<\/b>?" - } - }, - "Comment": { - "disable": { - "title": "Desactivar finalmente Comentario", - "message": "¿Realmente quiere que el comentario \"{nombre}<\/b>\" permanezca desactivado<\/b>?" - }, - "enable": { - "title": "Finalmente Habilitar Comentario", - "message": "¿Realmente quiere que el comentario \"{nombre}<\/b>\" permanezca habilitado<\/b>?" - } - } - } - } - }, - "disable": { - "user": { - "title": "Desactivar usuario", - "type": "Usuario", - "message": "¿Realmente quieres deshabilitar el usuario \"{name}<\/b>\"?" - }, - "contribution": { - "title": "Deshabilitar contribución", - "type": "Contribución", - "message": "¿Realmente quieres deshabilitar la contribución \"{name}<\/b>\"?" - }, - "comment": { - "title": "Desactivar comentario", - "type": "Comentario", - "message": "¿Realmente quieres deshabilitar el comentario de \"{name}<\/b>\"?" - }, - "submit": "Desactivar", - "cancel": "Cancelar", - "success": "Discapacitado con éxito" - }, - "report": { - "submit": "Informe", - "cancel": "Cancelar", - "user": { - "title": "Reportar usuario", - "type": "Usuario", - "message": "¿Realmente quieres reportar al usuario \"{name}<\/b>\"?", - "error": "¡Ya reportó al usuario!" - }, - "contribution": { - "title": "Informe Contribución", - "type": "Contribución", - "message": "¿Realmente quieres informar al usuario de la contribución \"{name}<\/b>\"?", - "error": "¡Ya ha reportado la contribución!" - }, - "comment": { - "title": "Reportar comentario", - "type": "Comentario", - "message": "¿Realmente quieres reportar el comentario de \"{name}<\/b>\"?", - "error": "¡Ya ha reportado al comentario!" - }, - "success": "¡Gracias por informar!", - "reason": { - "category": { - "label": "Seleccione una categoría:", - "placeholder": "Categoría ...", - "options": { - "discrimination_etc": "Contribuciones discriminatorias, comentarios, expresiones o insultos.", - "pornographic_content_links": "Publicación o enlace de material claramente pornográfico.", - "glorific_trivia_of_cruel_inhuman_acts": "Glorificación o minimización de actos de violencia crueles o inhumanos.", - "doxing": "La divulgación de información personal de otros sin su consentimiento o amenaza de (\"doxing\").", - "intentional_intimidation_stalking_persecution": "Intimidación intencional, acoso o persecución.", - "advert_products_services_commercial": "Publicidad de productos y servicios con fines comerciales.", - "criminal_behavior_violation_german_law": "Comportamiento criminal o violación de la ley alemana.", - "other": "Otra ..." - }, - "invalid": "Por favor seleccione una categoría válida" - }, - "description": { - "label": "Por favor explique: ¿Por qué le gusta reportar esto?", - "placeholder": "Información adicional...." - } - } - }, - "contribution": { - "edit": "Editar contribución", - "delete": "Eliminar contribución", - "title": "Título", - "newPost": "Crear una nueva contribución", - "filterFollow": "Filtrar las contribuciones de los usuarios que sigo", - "filterALL": "Ver todas las contribuciones", - "success": "¡Guardado!", - "languageSelectLabel": "Idioma", - "categories": { - "infoSelectedNoOfMaxCategories": "{chosen} de {max} categorías seleccionadas" - }, - "emotions-label": { - "funny": "Gracioso", - "happy": "Feliz", - "surprised": "Sorprendido", - "cry": "Llorar", - "angry": "Enfadado" - }, - "category": { - "name": { - "freedom-of-speech": "Libertad de expresión", - "consumption-sustainability": "Consumo y Sostenibilidad", - "global-peace-nonviolence": "Paz Global y No-Violencia", - "just-for-fun": "Sólo por diversión", - "happiness-values": "Felicidad y Valores", - "health-wellbeing": "Salud y Bienestar", - "environment-nature": "Medio ambiente y Naturaleza", - "animal-protection": "Protección de animales", - "human-rights-justice": "Derechos Humanos y Justicia", - "education-sciences": "Educación y Ciencias", - "cooperation-development": "Cooperación y Desarrollo", - "democracy-politics": "Democracia y Política", - "economy-finances": "Economía y Finanzas", - "energy-technology": "Energía y Tecnología", - "it-internet-data-privacy": "TI, Internet y privacidad de datos", - "art-culture-sport": "Arte, Cultura y Deporte" - } - }, - "teaserImage": { - "cropperConfirm": "Confirmar" - }, - "languageSelectText": "Seleccione el idioma" - }, - "comment": { - "edit": "Editar comentario", - "delete": "Eliminar comentario", - "content": { - "unavailable-placeholder": "... este comentario ya no está disponible" - }, - "menu": { - "edit": "Editar comentario", - "delete": "Borrar comentario" - }, - "show": { - "more": "mostrar más", - "less": "mostrar menos" - }, - "edited": "editado" - }, - "followButton": { - "follow": "Seguir", - "following": "Siguiendo" - }, - "shoutButton": { - "shouted": "recomendado" - }, - "search": { - "placeholder": "Buscar", - "hint": "¿Qué estás buscando?", - "failed": "No se ha encontrado nada" - }, - "components": { - "password-reset": { - "request": { - "title": "Restablecer su contraseña", - "form": { - "description": "Se enviará un correo electrónico de restablecimiento de contraseña a la dirección de correo electrónico especificada.", - "submit": "Solicitar correo electrónico", - "submitted": "Se ha enviado un correo electrónico con más instrucciones a {email}<\/b>." - } - }, - "change-password": { - "success": "El cambio de contraseña ha sido un éxito!", - "error": "Error al cambiar la contraseña. ¿Posiblemente un código de seguridad incorrecto?", - "help": "Si tiene algún problema, por favor envíenos un correo electrónico a:" - } - }, - "enter-nonce": { - "form": { - "nonce": "Introduzca el código", - "description": "Abra su buzón de correo e introduzca el código que le enviamos.", - "next": "Continuar", - "validations": { - "length": "debe tener exactamente 6 letras" - } - } - }, - "registration": { - "signup": { - "unavailable": "Desafortunadamente, el registro público de cuentas de usuario en este servidor actualmente no es posible.", - "title": "¡Únete a Human Connection!", - "form": { - "description": "Para empezar, introduzca su dirección de correo electrónico:", - "terms-and-condition": "Estoy de acuerdo con los términos de uso<\/ds-text><\/a>.", - "data-privacy": "He leido y entendido la declaración de protección de datos<\/ds-text><\/a>", - "minimum-age": "Tengo 18 años o más.", - "invitation-code": "Su código de invitación es: {code}<\/b>", - "errors": { - "email-exists": "¡Ya hay una cuenta de usuario con esta dirección de correo electrónico!", - "invalid-invitation-token": "Parece que el código de invitación ya ha sido canjeado. Cada código sólo se puede utilizar una vez." - }, - "submit": "Crear una cuenta", - "success": "Se ha enviado un correo electrónico con un enlace de confirmación para el registro a {email}<\/b>.", - "no-commercial": "No tengo intensiones comerciales y no represento una empresa u organización comercial.", - "no-political": "No estoy en la red en nombre de un partido o una organización política." - } - }, - "create-user-account": { - "title": "Crear una cuenta de usuario", - "success": "¡Su cuenta de usuario ha sido creada!", - "error": "¡No se ha podido crear una cuenta de usuario!", - "help": "¿Tal vez el código de verificación era incorrecto o expiró? Si el problema persiste, por favor envíenos un correo electrónico a:" - } - } - }, - "store": { - "posts": { - "orderBy": { - "newest": { - "label": "Más reciente" - }, - "oldest": { - "label": "Más antiguo" - } - } - } - }, - "maintenance": { - "title": "Human Connection está en mantenimiento", - "explanation": "Actualmente estamos llevando a cabo algunos trabajos de mantenimiento planificados, por favor, inténtelo de nuevo más tarde.", - "questions": "Si tiene alguna pregunta o problema, por favor contáctenos por correo electrónico a" - }, - "index": { - "no-results": "No se han encontrado contribuciones.", - "change-filter-settings": "Cambie la configuración de sus filtros para obtener más resultados." - }, - "filter-menu": { - "title": "Su burbuja de filtro", - "hashtag-search": "Buscando a #{hashtag}", - "clearSearch": "Borrar búsqueda" - }, - "filter-posts": { - "categories": { - "header": "Categorías de contenido", - "all": "Todas" - }, - "general": { - "header": "Filtrar por...." - }, - "followers": { - "label": "Usuarios que sigo" - }, - "language": { - "header": "Idiomas", - "all": "Todos" - } - }, - "site": { - "thanks": "¡Gracias!", - "error-occurred": "Se ha ocurrido un error.", - "made": "Hecho con ❤", - "imprint": "Pie de imprenta", - "termsAndConditions": "Términos y condiciones", - "data-privacy": "Protección de datos", - "contact": "Contacto", - "tribunal": "Tribunal de registro", - "register": "Número de registro", - "director": "Director General", - "taxident": "Número de identificación del impuesto sobre el valor añadido según el § 27 a de la Ley del Impuesto sobre el Valor Añadido (Alemania)", - "responsible": "Responsable según § 55 Abs. 2 RStV (Alemania)", - "bank": "cuenta bancaria", - "germany": "Alemania", - "code-of-conduct": "Código de conducta", - "back-to-login": "Volver a la página de inicio de sesión", - "faq": "Preguntas más frecuentes" - }, - "editor": { - "placeholder": "Deje sus pensamientos inspiradores....", - "mention": { - "noUsersFound": "No se han encontrado usuarios" - }, - "hashtag": { - "noHashtagsFound": "No se han encontrado hashtags", - "addHashtag": "Nuevo hashtag", - "addLetter": "Escriba una letra" - }, - "embed": { - "data_privacy_warning": "¡Advertencia de privacidad de datos!", - "data_privacy_info": "Sus datos aún no han sido compartidos con terceros proveedores. Si usted procede a ver este video, el siguiente proveedor probablemente recolectará datos del usuario:", - "play_now": "Ver ahora", - "always_allow": "Permitir siempre contenido incrustado por proveedores externos (esta configuración se puede cambiar en cualquier momento)" - } - }, - "notifications": { - "reason": { - "mentioned_in_post": "Le mencionó en una contribución …", - "mentioned_in_comment": "Le mencionó en un comentario …", - "commented_on_post": "Comentó su contribución ..." - }, - "comment": "Comentario", - "title": "Notificaciones", - "pageLink": "Todas las notificaciones", - "post": "Contribución", - "user": "Usuario", - "content": "Contenido", - "filterLabel": { - "all": "Todas", - "read": "Leído", - "unread": "No leído" - }, - "empty": "Lo sentimos, no tiene ninguna notificación en este momento." - }, - "delete": { - "submit": "Borrar", - "cancel": "Cancelar", - "contribution": { - "title": "Borrar contribución", - "type": "Contribución", - "message": "¿Realmente desea eliminar la Contribución \"{name}<\/b>\" ?", - "success": "¡Publicación eliminado con éxito!" - }, - "comment": { - "title": "Eliminar comentario", - "type": "Comentario", - "message": "¿Realmente quieres borrar el comentario de \"{name}<\/b>\" ?", - "success": "¡Comentario eliminado con éxito!" - } - }, - "release": { - "submit": "Liberar", - "cancel": "Cancelar", - "success": "¡Liberado con éxito!", - "user": { - "title": "Liberar usuario", - "type": "Usuario", - "message": "¿Realmente quieres liberar al usuario \"{name}<\/b>\"?", - "error": "¡Ya ha reportado el usuario!" - }, - "contribution": { - "title": "Contribución de la versión ", - "type": "Contribución", - "message": "¿Realmente quieres liberar la contribución \"{name}<\/b>\"?", - "error": "¡Ya ha reportado la contribución!" - }, - "comment": { - "title": "Comentario de la versión", - "type": "Comentario", - "message": "¿Realmente quieres liberar el comentario de \"{name}<\/b>\"?", - "error": "¡Ya ha reportado el comentario!" - } - }, - "user": { - "avatar": { - "submitted": "Carga con éxito" - } - }, - "code-of-conduct": { - "subheader": "para la red social de Human Connection gGmbH", - "preamble": { - "title": "Preámbulo", - "description": "Human Connection es una red de conocimiento y acción social sin fines de lucro de la próxima generación. Por la gente - para la gente. Código Abierto, justo y transparente. Por un cambio positivo a nivel local y global en todas las áreas de la vida. Rediseñamos completamente el intercambio público de conocimientos, ideas y proyectos. Las funciones de Human Connection unen a las personas - fuera de línea y en línea - para que podamos hacer del mundo un lugar mejor." - }, - "purpose": { - "title": "Propósito", - "description": "Con este código de conducta regulamos los principios esenciales de comportamiento en nuestra red social. La Carta de Derechos Humanos de las Naciones Unidas es nuestra orientación y constituye el núcleo de nuestra comprensión de los valores. El código de conducta sirve como principios rectores para nuestra apariencia personal y la interacción entre nosotros. Cualquiera que esté activo como usuario de la Red de Human Connection, escriba artículos, comentarios o se ponga en contacto con otros usuarios, incluidos los que están fuera de la red, reconoce que estas normas de conducta son vinculantes." - }, - "expected-behaviour": { - "title": "Comportamiento esperado", - "description": "Los siguientes comportamientos son esperados y solicitados de todos los miembros de la comunidad:", - "list": { - "0": "Ejercite la consideración y el respeto en su discurso y en sus acciones.", - "1": "Intento de colaboración antes del conflicto.", - "2": "Abstenerse de denigrar, discriminar o acosar la conducta y el habla.", - "3": "Tenga en cuenta su entorno y sus compañeros participantes. Alerte a los líderes de la comunidad si nota una situación peligrosa, alguien en apuros o violaciones de este Código de Conducta, incluso si parecen no tener consecuencias." - } - }, - "unacceptable-behaviour": { - "title": "Comportamiento Inaceptable", - "description": "Los siguientes comportamientos son inaceptables dentro de nuestra comunidad:", - "list": { - "0": "Publicaciones, comentarios, expresiones o insultos discriminatorios, particularmente aquellos relacionados con género, orientación sexual, raza, religión, orientación política o filosófica o discapacidad.", - "1": "Publicación o enlace de material claramente pornográfico.", - "2": "Glorificación o trivialización de actos de violencia crueles o inhumanos.", - "3": "La divulgación de información personal de otros sin su consentimiento o amenaza de (\"doxing\").", - "4": "Intimidación intencional, acoso o persecución.", - "5": "Publicidad de productos y servicios con fines comerciales.", - "6": "Comportamiento criminal o violación de la ley alemana.", - "7": "Apoyar o alentar dicha conducta." - } - }, - "consequences": { - "title": "Consecuencias de Comportamiento Inaceptable", - "description": "Si un miembro de la comunidad muestra un comportamiento inaceptable, los operadores, moderadores y administradores responsables de la red pueden tomar las medidas apropiadas, incluyendo pero no limitándose a:", - "list": { - "0": "Solicitud de cese inmediato de conducta inaceptable", - "1": "Bloquear o eliminar comentarios", - "2": "Exclusión temporal de la contribución respectiva", - "3": "Bloqueo o eliminación de contenido", - "4": "Retirada temporal de permisos de escritura", - "5": "Exclusión temporal de la red.", - "6": "Exclusión definitiva de la red", - "7": "Las violaciones de la ley alemana pueden ser denunciadas." - } - }, - "get-help": "Si usted está sujeto a un comportamiento inaceptable, lo experimenta o tiene otras preocupaciones, por favor notifique a un organizador de la comunidad tan pronto como sea posible y enlace o apunte el contenido relevante:" - }, - "termsAndConditions": { - "newTermsAndConditions": "Nuevos términos de uso", - "termsAndConditionsConfirmed": "He leído y acepto los términos de uso<\/a>.", - "termsAndConditionsNewConfirmText": "¡Por favor, lea los nuevos términos de uso ahora!", - "termsAndConditionsNewConfirm": "He leído y acepto los nuevos términos de uso.", - "agree": "¡Estoy de acuerdo!", - "terms-of-service": { - "title": "Términos de uso", - "description": "Las siguientes condiciones de uso constituyen la base para el uso de nuestra red. Cuando se registre, deberá aceptarlos y le informaremos más adelante de cualquier cambio que se produzca. La Red de Human Connection es operada en Alemania y por lo tanto está sujeta a la ley alemana. El fuero competente es Kirchheim \/ Teck. Para más detalles, consulte nuestro pie de imprenta: https:\/\/human-connection.org\/en\/imprint<\/a> " - }, - "use-and-license": { - "title": "Uso y Licencia", - "description": "Si cualquier contenido que nos envíe está protegido por derechos de propiedad intelectual, nos concede una licencia mundial no exclusiva, transferible, sublicenciable y no exclusiva para utilizar dicho contenido para su publicación en nuestra red. Esta licencia caduca cuando usted elimina su contenido o toda su cuenta. Recuerde que otros pueden compartir su contenido y que nosotros no podemos eliminarlo." - }, - "privacy-statement": { - "title": "Protección de datos", - "description": "Nuestra red es una red de conocimiento y acción social. Por lo tanto, es especialmente importante para nosotros que el mayor número posible de contenidos sea accesible al público. En el curso del desarrollo de nuestra red habrá cada vez más la posibilidad de decidir sobre la visibilidad de los datos personales. Le informaremos sobre estas nuevas características. De lo contrario, siempre debe pensar en los datos personales que revela sobre usted (u otros). Esto se aplica en particular al contenido de los mensajes y comentarios, ya que éstos tienen un carácter ampliamente público. Más tarde habrá posibilidades de limitar la visibilidad de su perfil. Parte de los términos del servicio es nuestra declaración de privacidad, que le informa sobre las operaciones individuales de procesamiento de datos en nuestra red: https:\/\/human-connection.org\/datenschutz\/#netzwerk<\/a> o https:\/\/human-connection.org\/datenschutz\/<\/a> Nuestra declaración de privacidad está adaptada a la situación legal y a las características de nuestra red y es siempre válida en la versión más actualizada." - }, - "code-of-conduct": { - "title": "Código de conducta", - "description": "Nuestro código de conducta sirve como un manual para la apariencia personal y la interacción entre nosotros. Quien esté activo como usuario en la red de Human Connection, escriba artículos, haga comentarios o se ponga en contacto con otros usuarios, incluso fuera de la red, reconoce que estas normas de conducta son vinculantes. https:\/\/alpha.human-connection.org\/code-of-conduct<\/a>" - }, - "moderation": { - "title": "Moderación", - "description": "Hasta que nuestras posibilidades financieras nos permitan implementar el sistema de moderación comunitaria, moderaremos con un sistema simplificado y con personal propio o posiblemente voluntario. Formamos a estos moderadores y por eso sólo ellos toman las decisiones adecuadas. Estos moderadores realizan su trabajo de forma anónima. Usted puede reportarnos contribuciones, comentarios y usuarios (por ejemplo, si proporcionan información en su perfil o tienen imágenes que violan estos Términos de Uso). Si nos informa de algo, puede darnos una razón y una breve explicación. A continuación, examinaremos su denuncia y le sancionaremos si es necesario, por ejemplo, bloqueando las contribuciones, los comentarios o los usuarios. Desafortunadamente, usted y la persona en cuestión no recibirán ninguna respuesta de nuestra parte en este momento, pero esto se encuentra en la fase de planificación. Independientemente de esto, nos reservamos el derecho de imponer sanciones en principio por razones que pueden no estar incluidas o no estar incluidas en nuestro Código de Conducta o en estas condiciones de servicio." - }, - "errors-and-feedback": { - "title": "Errores y comentarios", - "description": "Hacemos todo lo posible para mantener nuestra red y los datos seguros y disponibles. Cada nueva versión del software pasa por pruebas automáticas y manuales. No obstante, pueden producirse errores imprevistos. Por lo tanto, estamos agradecidos por cualquier error reportado. Le invitamos a informar de cualquier error que haya descubierto enviando un correo electrónico a Soporte: support@human-connection.org" - }, - "help-and-questions": { - "title": "Ayuda y preguntas", - "description": "Para ayuda y preguntas hemos compilado una colección completa de preguntas y respuestas frecuentes (FAQ) para usted. Puede encontrarlos aquí: https:\/\/support.human-connection.org\/kb\/<\/a>" - }, - "addition": { - "title": "Además, regularmente celebramos eventos donde también puede dar impresiones y hacer preguntas. Puede encontrar un resumen actualizado aquí:", - "description": " https:\/\/human-connection.org\/events\/ <\/a>" - }, - "no-commercial-use": { - "title": "Sin uso comercial", - "description": "El uso de la red Human Connection no está permitido para fines comerciales. Esto incluye, pero no se limita a, publicitar productos con intención comercial, publicar enlaces de afiliados, solicitar donaciones directamente o brindar apoyo financiero para fines que no se reconocen como caritativos para fines fiscales." - } + "dashboard": { + "comments": "Comentarios", + "follows": "Sigue", + "invites": "Invita", + "name": "Tablero", + "notifications": "Notificaciones", + "organizations": "Organizaciones", + "posts": "Contribuciones", + "projects": "Proyectos", + "shouts": "Recomendaciones", + "users": "Usuarios" }, "donations": { - "donations-for": "Donaciones para", - "donate-now": "Donar ahora", - "amount-of-total": "{amount} de {total} € recaudados" + "goal": "Donaciones mensuales necesarias", + "name": "Información de donaciones", + "progress": "Donaciones recogidas hasta ahora", + "successfulUpdate": "¡Información de donaciones actualizada con éxito!" + }, + "hashtags": { + "name": "Hashtags", + "nameOfHashtag": "Nombre", + "number": "No.", + "tagCount": "Contribuciones", + "tagCountUnique": "Usuarios" + }, + "invites": { + "description": "Las invitaciones son una manera maravillosa de tener a sus amigos en su red ...", + "name": "Invitar usuarios", + "title": "Invitar personas" + }, + "name": "Admin", + "notifications": { + "name": "Notificaciones" + }, + "organizations": { + "name": "Organizaciones" + }, + "pages": { + "name": "Páginas" + }, + "settings": { + "name": "Configuración" + }, + "tags": { + "name": "Etiquetas", + "tagCount": "Contribuciones", + "tagCountUnique": "Usuarios" + }, + "users": { + "empty": "No se han encontrado usuarios", + "form": { + "placeholder": "correo electrónico, nombre o descripción" + }, + "name": "Usuarios", + "table": { + "columns": { + "createdAt": "Creado el", + "email": "Correo electrónico", + "name": "Nombre", + "number": "No.", + "role": "Rol", + "slug": "Alias" + } + } } + }, + "code-of-conduct": { + "consequences": { + "description": "Si un miembro de la comunidad muestra un comportamiento inaceptable, los operadores, moderadores y administradores responsables de la red pueden tomar las medidas apropiadas, incluyendo pero no limitándose a:", + "list": { + "0": "Solicitud de cese inmediato de conducta inaceptable", + "1": "Bloquear o eliminar comentarios", + "2": "Exclusión temporal de la contribución respectiva", + "3": "Bloqueo o eliminación de contenido", + "4": "Retirada temporal de permisos de escritura", + "5": "Exclusión temporal de la red.", + "6": "Exclusión definitiva de la red", + "7": "Las violaciones de la ley alemana pueden ser denunciadas." + }, + "title": "Consecuencias de Comportamiento Inaceptable" + }, + "expected-behaviour": { + "description": "Los siguientes comportamientos son esperados y solicitados de todos los miembros de la comunidad:", + "list": { + "0": "Ejercite la consideración y el respeto en su discurso y en sus acciones.", + "1": "Intento de colaboración antes del conflicto.", + "2": "Abstenerse de denigrar, discriminar o acosar la conducta y el habla.", + "3": "Tenga en cuenta su entorno y sus compañeros participantes. Alerte a los líderes de la comunidad si nota una situación peligrosa, alguien en apuros o violaciones de este Código de Conducta, incluso si parecen no tener consecuencias." + }, + "title": "Comportamiento esperado" + }, + "get-help": "Si usted está sujeto a un comportamiento inaceptable, lo experimenta o tiene otras preocupaciones, por favor notifique a un organizador de la comunidad tan pronto como sea posible y enlace o apunte el contenido relevante:", + "preamble": { + "description": "Human Connection es una red de conocimiento y acción social sin fines de lucro de la próxima generación. Por la gente - para la gente. Código Abierto, justo y transparente. Por un cambio positivo a nivel local y global en todas las áreas de la vida. Rediseñamos completamente el intercambio público de conocimientos, ideas y proyectos. Las funciones de Human Connection unen a las personas - fuera de línea y en línea - para que podamos hacer del mundo un lugar mejor.", + "title": "Preámbulo" + }, + "purpose": { + "description": "Con este código de conducta regulamos los principios esenciales de comportamiento en nuestra red social. La Carta de Derechos Humanos de las Naciones Unidas es nuestra orientación y constituye el núcleo de nuestra comprensión de los valores. El código de conducta sirve como principios rectores para nuestra apariencia personal y la interacción entre nosotros. Cualquiera que esté activo como usuario de la Red de Human Connection, escriba artículos, comentarios o se ponga en contacto con otros usuarios, incluidos los que están fuera de la red, reconoce que estas normas de conducta son vinculantes.", + "title": "Propósito" + }, + "subheader": "para la red social de Human Connection gGmbH", + "unacceptable-behaviour": { + "description": "Los siguientes comportamientos son inaceptables dentro de nuestra comunidad:", + "list": { + "0": "Publicaciones, comentarios, expresiones o insultos discriminatorios, particularmente aquellos relacionados con género, orientación sexual, raza, religión, orientación política o filosófica o discapacidad.", + "1": "Publicación o enlace de material claramente pornográfico.", + "2": "Glorificación o trivialización de actos de violencia crueles o inhumanos.", + "3": "La divulgación de información personal de otros sin su consentimiento o amenaza de (\"doxing\").", + "4": "Intimidación intencional, acoso o persecución.", + "5": "Publicidad de productos y servicios con fines comerciales.", + "6": "Comportamiento criminal o violación de la ley alemana.", + "7": "Apoyar o alentar dicha conducta." + }, + "title": "Comportamiento Inaceptable" + } + }, + "comment": { + "content": { + "unavailable-placeholder": "... este comentario ya no está disponible" + }, + "delete": "Eliminar comentario", + "edit": "Editar comentario", + "edited": "editado", + "menu": { + "delete": "Borrar comentario", + "edit": "Editar comentario" + }, + "show": { + "less": "mostrar menos", + "more": "mostrar más" + } + }, + "common": { + "category": "Categoría ::: Categorías", + "comment": "Comentario ::: Comentarios", + "letsTalk": "Hablemos", + "loadMore": "cargar más", + "loading": "cargando", + "moreInfo": "Más información", + "name": "Nombre", + "organization": "Organización ::: Organizaciones", + "post": "Mensaje ::: Mensajes", + "project": "Proyecto ::: Proyectos", + "reportContent": "Informe", + "shout": "Grito ::: Gritos", + "tag": "Etiqueta ::: Etiquetas", + "takeAction": "Tomar acción", + "user": "Usuario ::: Usuarios", + "validations": { + "categories": "deben seleccionarse al menos una y como máximo tres categorías", + "email": "debe ser una dirección de correo electrónico válida", + "url": "debe ser una URL válida" + }, + "versus": "Versus" + }, + "components": { + "enter-nonce": { + "form": { + "description": "Abra su buzón de correo e introduzca el código que le enviamos.", + "next": "Continuar", + "nonce": "Introduzca el código", + "validations": { + "length": "debe tener exactamente 6 letras" + } + } + }, + "password-reset": { + "change-password": { + "error": "Error al cambiar la contraseña. ¿Posiblemente un código de seguridad incorrecto?", + "help": "Si tiene algún problema, por favor envíenos un correo electrónico a:", + "success": "El cambio de contraseña ha sido un éxito!" + }, + "request": { + "form": { + "description": "Se enviará un correo electrónico de restablecimiento de contraseña a la dirección de correo electrónico especificada.", + "submit": "Solicitar correo electrónico", + "submitted": "Se ha enviado un correo electrónico con más instrucciones a {email}." + }, + "title": "Restablecer su contraseña" + } + }, + "registration": { + "create-user-account": { + "error": "¡No se ha podido crear una cuenta de usuario!", + "help": "¿Tal vez el código de verificación era incorrecto o expiró? Si el problema persiste, por favor envíenos un correo electrónico a:", + "success": "¡Su cuenta de usuario ha sido creada!", + "title": "Crear una cuenta de usuario" + }, + "signup": { + "form": { + "data-privacy": "He leido y entendido la declaración de protección de datos", + "description": "Para empezar, introduzca su dirección de correo electrónico:", + "errors": { + "email-exists": "¡Ya hay una cuenta de usuario con esta dirección de correo electrónico!", + "invalid-invitation-token": "Parece que el código de invitación ya ha sido canjeado. Cada código sólo se puede utilizar una vez." + }, + "invitation-code": "Su código de invitación es: {code}", + "minimum-age": "Tengo 18 años o más.", + "no-commercial": "No tengo intensiones comerciales y no represento una empresa u organización comercial.", + "no-political": "No estoy en la red en nombre de un partido o una organización política.", + "submit": "Crear una cuenta", + "success": "Se ha enviado un correo electrónico con un enlace de confirmación para el registro a {email}.", + "terms-and-condition": "Estoy de acuerdo con los términos de uso." + }, + "title": "¡Únete a Human Connection!", + "unavailable": "Desafortunadamente, el registro público de cuentas de usuario en este servidor actualmente no es posible." + } + } + }, + "contribution": { + "categories": { + "infoSelectedNoOfMaxCategories": "{chosen} de {max} categorías seleccionadas" + }, + "category": { + "name": { + "animal-protection": "Protección de animales", + "art-culture-sport": "Arte, Cultura y Deporte", + "consumption-sustainability": "Consumo y Sostenibilidad", + "cooperation-development": "Cooperación y Desarrollo", + "democracy-politics": "Democracia y Política", + "economy-finances": "Economía y Finanzas", + "education-sciences": "Educación y Ciencias", + "energy-technology": "Energía y Tecnología", + "environment-nature": "Medio ambiente y Naturaleza", + "freedom-of-speech": "Libertad de expresión", + "global-peace-nonviolence": "Paz Global y No-Violencia", + "happiness-values": "Felicidad y Valores", + "health-wellbeing": "Salud y Bienestar", + "human-rights-justice": "Derechos Humanos y Justicia", + "it-internet-data-privacy": "TI, Internet y privacidad de datos", + "just-for-fun": "Sólo por diversión" + } + }, + "delete": "Eliminar contribución", + "edit": "Editar contribución", + "emotions-label": { + "angry": "Enfadado", + "cry": "Llorar", + "funny": "Gracioso", + "happy": "Feliz", + "surprised": "Sorprendido" + }, + "filterALL": "Ver todas las contribuciones", + "filterFollow": "Filtrar las contribuciones de los usuarios que sigo", + "languageSelectLabel": "Idioma", + "languageSelectText": "Seleccione el idioma", + "newPost": "Crear una nueva contribución", + "success": "¡Guardado!", + "teaserImage": { + "cropperConfirm": "Confirmar" + }, + "title": "Título" + }, + "delete": { + "cancel": "Cancelar", + "comment": { + "message": "¿Realmente quieres borrar el comentario de \"{name}\" ?", + "success": "¡Comentario eliminado con éxito!", + "title": "Eliminar comentario", + "type": "Comentario" + }, + "contribution": { + "message": "¿Realmente desea eliminar la Contribución \"{name}\" ?", + "success": "¡Publicación eliminado con éxito!", + "title": "Borrar contribución", + "type": "Contribución" + }, + "submit": "Borrar" + }, + "disable": { + "cancel": "Cancelar", + "comment": { + "message": "¿Realmente quieres deshabilitar el comentario de \"{name}\"?", + "title": "Desactivar comentario", + "type": "Comentario" + }, + "contribution": { + "message": "¿Realmente quieres deshabilitar la contribución \"{name}\"?", + "title": "Deshabilitar contribución", + "type": "Contribución" + }, + "submit": "Desactivar", + "success": "Discapacitado con éxito", + "user": { + "message": "¿Realmente quieres deshabilitar el usuario \"{name}\"?", + "title": "Desactivar usuario", + "type": "Usuario" + } + }, + "donations": { + "amount-of-total": "{amount} de {total} € recaudados", + "donate-now": "Donar ahora", + "donations-for": "Donaciones para" + }, + "editor": { + "embed": { + "always_allow": "Permitir siempre contenido incrustado por proveedores externos (esta configuración se puede cambiar en cualquier momento)", + "data_privacy_info": "Sus datos aún no han sido compartidos con terceros proveedores. Si usted procede a ver este video, el siguiente proveedor probablemente recolectará datos del usuario:", + "data_privacy_warning": "¡Advertencia de privacidad de datos!", + "play_now": "Ver ahora" + }, + "hashtag": { + "addHashtag": "Nuevo hashtag", + "addLetter": "Escriba una letra", + "noHashtagsFound": "No se han encontrado hashtags" + }, + "mention": { + "noUsersFound": "No se han encontrado usuarios" + }, + "placeholder": "Deje sus pensamientos inspiradores...." + }, + "filter-menu": { + "clearSearch": "Borrar búsqueda", + "hashtag-search": "Buscando a #{hashtag}", + "title": "Su burbuja de filtro" + }, + "filter-posts": { + "categories": { + "all": "Todas", + "header": "Categorías de contenido" + }, + "followers": { + "label": "Usuarios que sigo" + }, + "general": { + "header": "Filtrar por...." + }, + "language": { + "all": "Todos", + "header": "Idiomas" + } + }, + "followButton": { + "follow": "Seguir", + "following": "Siguiendo" + }, + "index": { + "change-filter-settings": "Cambie la configuración de sus filtros para obtener más resultados.", + "no-results": "No se han encontrado contribuciones." + }, + "login": { + "copy": "Si ya tiene una cuenta de Human Connection, inicie sesión aquí.", + "email": "Su correo electrónico", + "failure": "Dirección de correo electrónico o contraseña incorrecta.", + "forgotPassword": "¿Olvidó su contraseña?", + "hello": "Hola", + "login": "Iniciar sesión", + "logout": "Cierre de sesión", + "moreInfo": "¿Qué es Human Connection?", + "moreInfoHint": "a la página de presentación", + "moreInfoURL": "https://human-connection.org/es/", + "no-account": "¿No tiene una cuenta?", + "password": "Su contraseña", + "register": "Regístrese", + "success": "¡Usted ha iniciado sesión!" + }, + "maintenance": { + "explanation": "Actualmente estamos llevando a cabo algunos trabajos de mantenimiento planificados, por favor, inténtelo de nuevo más tarde.", + "questions": "Si tiene alguna pregunta o problema, por favor contáctenos por correo electrónico a", + "title": "Human Connection está en mantenimiento" + }, + "moderation": { + "name": "Moderación", + "reports": { + "DecisionSuccess": "Decidido con éxito!", + "author": "Autor", + "content": "Contenido", + "decideButton": "Confirmar", + "decideModal": { + "Comment": { + "disable": { + "message": "¿Realmente quiere que el comentario \"{nombre}\" permanezca desactivado?", + "title": "Desactivar finalmente Comentario" + }, + "enable": { + "message": "¿Realmente quiere que el comentario \"{nombre}\" permanezca habilitado?", + "title": "Finalmente Habilitar Comentario" + } + }, + "Post": { + "disable": { + "message": "¿Realmente quiere que la entrada \"{nombre}\" permanezca desactivada?", + "title": "Finalmente Desactivar Contribución" + }, + "enable": { + "message": "¿Realmente quiere que la contribución \"{nombre}\" permanezca activada?", + "title": "Finalmente Habilitar Contribución" + } + }, + "User": { + "disable": { + "message": "¿Realmente quiere que el usuario \"{nombre}\" permanezca desactivado?", + "title": "Finalmente Deshabilitar Usuario" + }, + "enable": { + "message": "¿Realmente quiere que el usuario \"{nombre}\" permanezca habilitado?", + "title": "Finalmente Habilitar Usuario" + } + }, + "cancel": "Cancelar", + "submit": "Confirmar decisión" + }, + "decided": "Decidido", + "decision": "Decisión", + "disabled": "Deshabilitado", + "disabledAt": "Deshabilitado el", + "disabledBy": "desactivado por", + "empty": "Felicitaciones, nada que moderar.", + "enabled": "Habilitado", + "enabledAt": "Habilitado el", + "enabledBy": "Habilitado por", + "filterLabel": { + "all": "Todos", + "closed": "Cerrado", + "reviewed": "Revisado", + "unreviewed": "Sin revisar" + }, + "moreDetails": "Ver Detalles", + "name": "Informes", + "noDecision": "¡No hay decisión!", + "numberOfUsers": "{count} usuarios", + "previousDecision": "Decisión previa:", + "reasonCategory": "Categoría", + "reasonDescription": "Descripción", + "reportedOn": "Fecha", + "reporter": "reportado por", + "status": "Estado actual", + "submitter": "comunicado por" + } + }, + "notifications": { + "comment": "Comentario", + "content": "Contenido", + "empty": "Lo sentimos, no tiene ninguna notificación en este momento.", + "filterLabel": { + "all": "Todas", + "read": "Leído", + "unread": "No leído" + }, + "pageLink": "Todas las notificaciones", + "post": "Contribución", + "reason": { + "commented_on_post": "Comentó su contribución ...", + "mentioned_in_comment": "Le mencionó en un comentario …", + "mentioned_in_post": "Le mencionó en una contribución …" + }, + "title": "Notificaciones", + "user": "Usuario" + }, + "post": { + "comment": { + "submit": "Comentario", + "submitted": "Comentario enviado", + "updated": "Cambios guardados" + }, + "edited": "editado", + "menu": { + "delete": "Borrar contribución", + "edit": "Editar contribución", + "pin": "Anclar contribución", + "pinnedSuccessfully": "¡Contribución anclado con éxito!", + "unpin": "Desanclar contribución", + "unpinnedSuccessfully": "¡Contribución desanclado con éxito!" + }, + "moreInfo": { + "description": "Aquí puede encontrar más información sobre este tema.", + "name": "Más info", + "title": "Más información", + "titleOfCategoriesSection": "Categorías", + "titleOfHashtagsSection": "Hashtags", + "titleOfRelatedContributionsSection": "Contribuciones relacionadas" + }, + "name": "Contribución", + "pinned": "Anuncio", + "takeAction": { + "name": "Tomar acción" + } + }, + "profile": { + "commented": "Comentado", + "follow": "Seguir", + "followers": "Seguidores", + "following": "Siguiendo", + "invites": { + "description": "Introduzca la dirección de correo electrónico para la invitación.", + "emailPlaceholder": "Correo electrónico para invitar", + "title": "¡Invite a alguien a Human Connection!" + }, + "memberSince": "Miembro desde", + "name": "Mi perfil", + "network": { + "andMore": "y {number} más ...", + "followedBy": "es seguido por:", + "followedByNobody": "no es seguido por nadie.", + "following": "está siguiendo:", + "followingNobody": "no sigue a nadie.", + "title": "Red" + }, + "shouted": "Recomendado", + "socialMedia": "¿Dónde más puedo encontrar?", + "userAnonym": "Anónimo" + }, + "quotes": { + "african": { + "author": "Proverbio africano", + "quote": "Muchas personas pequeñas en muchos lugares pequeños hacen muchas cosas pequeñas, que pueden alterar la faz del mundo." + } + }, + "release": { + "cancel": "Cancelar", + "comment": { + "error": "¡Ya ha reportado el comentario!", + "message": "¿Realmente quieres liberar el comentario de \"{name}\"?", + "title": "Comentario de la versión", + "type": "Comentario" + }, + "contribution": { + "error": "¡Ya ha reportado la contribución!", + "message": "¿Realmente quieres liberar la contribución \"{name}\"?", + "title": "Contribución de la versión ", + "type": "Contribución" + }, + "submit": "Liberar", + "success": "¡Liberado con éxito!", + "user": { + "error": "¡Ya ha reportado el usuario!", + "message": "¿Realmente quieres liberar al usuario \"{name}\"?", + "title": "Liberar usuario", + "type": "Usuario" + } + }, + "report": { + "cancel": "Cancelar", + "comment": { + "error": "¡Ya ha reportado al comentario!", + "message": "¿Realmente quieres reportar el comentario de \"{name}\"?", + "title": "Reportar comentario", + "type": "Comentario" + }, + "contribution": { + "error": "¡Ya ha reportado la contribución!", + "message": "¿Realmente quieres informar al usuario de la contribución \"{name}\"?", + "title": "Informe Contribución", + "type": "Contribución" + }, + "reason": { + "category": { + "invalid": "Por favor seleccione una categoría válida", + "label": "Seleccione una categoría:", + "options": { + "advert_products_services_commercial": "Publicidad de productos y servicios con fines comerciales.", + "criminal_behavior_violation_german_law": "Comportamiento criminal o violación de la ley alemana.", + "discrimination_etc": "Contribuciones discriminatorias, comentarios, expresiones o insultos.", + "doxing": "La divulgación de información personal de otros sin su consentimiento o amenaza de (\"doxing\").", + "glorific_trivia_of_cruel_inhuman_acts": "Glorificación o minimización de actos de violencia crueles o inhumanos.", + "intentional_intimidation_stalking_persecution": "Intimidación intencional, acoso o persecución.", + "other": "Otra ...", + "pornographic_content_links": "Publicación o enlace de material claramente pornográfico." + }, + "placeholder": "Categoría ..." + }, + "description": { + "label": "Por favor explique: ¿Por qué le gusta reportar esto?", + "placeholder": "Información adicional...." + } + }, + "submit": "Informe", + "success": "¡Gracias por informar!", + "user": { + "error": "¡Ya reportó al usuario!", + "message": "¿Realmente quieres reportar al usuario \"{name}\"?", + "title": "Reportar usuario", + "type": "Usuario" + } + }, + "search": { + "failed": "No se ha encontrado nada", + "hint": "¿Qué estás buscando?", + "placeholder": "Buscar" + }, + "settings": { + "data": { + "labelBio": "Acerca de usted", + "labelCity": "Su ciudad o región", + "labelName": "Su nombre", + "labelSlug": "Su nombre de usuario único", + "name": "Sus datos", + "namePlaceholder": "Femanon Funny", + "success": "¡Sus datos han sido actualizados con éxito!" + }, + "delete": { + "name": "Borrar cuenta" + }, + "deleteUserAccount": { + "accountDescription": "Tenga en cuenta que su contribución y sus comentarios son importantes para nuestra comunidad. Si aún decide borrarlos, debe marcarlos a continuación.", + "accountWarning": "¡ NO PUEDE GESTIONAR y NO PUEDE RECUPERAR su cuenta, contribuciones o comentarios después de eliminar su cuenta!", + "commentedCount": "Eliminar mis {count} comentarios", + "contributionsCount": "Eliminar mis {count} contribuciones", + "name": "Eliminar cuenta de usuario", + "pleaseConfirm": " ¡Acción destructiva! Escriba {confirm} para confirmar", + "success": "¡Cuenta eliminada con éxito!" + }, + "download": { + "name": "Descargar datos" + }, + "email": { + "change-successful": "Su dirección de correo electrónico ha sido cambiada con éxito.", + "labelEmail": "Cambiar su dirección de correo electrónico", + "labelNewEmail": "Nueva dirección de correo electrónico", + "labelNonce": "Introduzca su código", + "name": "Su correo electrónico", + "submitted": "Se ha enviado un correo electrónico a {email} para verificar su dirección.", + "success": "Se ha registrado una nueva dirección de correo electrónico.", + "validation": { + "same-email": "Esta es su dirección de correo electrónico actual" + }, + "verification-error": { + "explanation": "Esto puede tener diferentes causas:", + "message": "Su correo electrónico no se pudo cambiar.", + "reason": { + "invalid-nonce": "¿El código de confirmación no es válido?", + "no-email-request": "¿Está seguro de que ha solicitado un cambio de su dirección de correo electrónico?" + }, + "support": "Si el problema persiste, póngase en contacto con nosotros por correo electrónico a" + } + }, + "embeds": { + "info-description": "Aquí está la lista de proveedores de terceros cuyo contenido se puede mostrar como código de terceros, por ejemplo, en forma de vídeos incrustados.", + "name": "Proveedores externos", + "status": { + "change": { + "allow": "Seguro", + "deny": "No, gracias", + "question": "¿Debería mostrarse siempre el código fuente incrustado de terceros?" + }, + "description": "Por defecto, el código incrustado de proveedores externos está", + "disabled": { + "off": "inicialmente sin mostrar", + "on": "mostrado inmediatamente" + } + } + }, + "invites": { + "name": "Invita" + }, + "languages": { + "name": "Idiomas" + }, + "muted-users": { + "columns": { + "name": "Nombre", + "slug": "Alias", + "unmute": "Desbloquear" + }, + "empty": "Hasta ahora, no ha bloqueado a nadie.", + "explanation": { + "intro": "Si otro usuario ha sido bloqueado por usted, esto es lo que sucede:", + "search": "Las contribuciones de personas bloqueadas desaparecen de los resultados de búsqueda.", + "your-perspective": "Las contribuciones de la persona bloqueada no aparecerán más en su canal de noticias." + }, + "how-to": "Puede bloquear a otros usuarios en la página de perfil de aquellos a través del menú de contenido.", + "mute": "Bloquear usuario", + "name": "Usuarios bloqueados", + "unmute": "Desbloquear usuario", + "unmuted": "{name} está desbloqueado nuevamente" + }, + "name": "Configuración", + "organizations": { + "name": "Mis organizaciones" + }, + "privacy": { + "make-shouts-public": "Compartir artículos que he recomendado en mi perfil público", + "name": "Privacidad", + "success-update": "Configuración de privacidad guardada" + }, + "security": { + "change-password": { + "button": "Cambiar contraseña", + "label-new-password": "Su nueva contraseña", + "label-new-password-confirm": "Confirmar nueva contraseña", + "label-old-password": "Su contraseña antigua", + "message-new-password-confirm-required": "Confirme su nueva contraseña", + "message-new-password-missmatch": "Vuelva a escribir la misma contraseña", + "message-new-password-required": "Introduzca una nueva contraseña", + "message-old-password-required": "Ingrese su contraseña anterior", + "passwordSecurity": "Seguridad de la contraseña", + "passwordStrength0": "Contraseña muy insegura", + "passwordStrength1": "Contraseña insegura", + "passwordStrength2": "Contraseña mediocre", + "passwordStrength3": "Contraseña segura", + "passwordStrength4": "Contraseña muy sólida", + "success": "¡Contraseña cambiada con éxito!" + }, + "name": "Seguridad" + }, + "social-media": { + "name": "Medios de comunicación social", + "placeholder": "Agregar una URL de Social-Media", + "requireUnique": "Ya ha añadido esta url", + "submit": "Añadir enlace", + "successAdd": "Social-Media agregó. Perfil actualizado!", + "successDelete": "Social-Media borrado. Perfil actualizado!" + }, + "validation": { + "slug": { + "alreadyTaken": "Este nombre de usuario ya está en uso.", + "regex": "Los caracteres permitidos son solo letras minúsculas, números, guiones bajos y guiones." + } + } + }, + "shoutButton": { + "shouted": "recomendado" + }, + "site": { + "back-to-login": "Volver a la página de inicio de sesión", + "bank": "cuenta bancaria", + "code-of-conduct": "Código de conducta", + "contact": "Contacto", + "data-privacy": "Protección de datos", + "director": "Director General", + "error-occurred": "Se ha ocurrido un error.", + "faq": "Preguntas más frecuentes", + "germany": "Alemania", + "imprint": "Pie de imprenta", + "made": "Hecho con ❤", + "register": "Número de registro", + "responsible": "Responsable según § 55 Abs. 2 RStV (Alemania)", + "taxident": "Número de identificación del impuesto sobre el valor añadido según el § 27 a de la Ley del Impuesto sobre el Valor Añadido (Alemania)", + "termsAndConditions": "Términos y condiciones", + "thanks": "¡Gracias!", + "tribunal": "Tribunal de registro" + }, + "store": { + "posts": { + "orderBy": { + "newest": { + "label": "Más reciente" + }, + "oldest": { + "label": "Más antiguo" + } + } + } + }, + "termsAndConditions": { + "addition": { + "description": " https://human-connection.org/events/ ", + "title": "Además, regularmente celebramos eventos donde también puede dar impresiones y hacer preguntas. Puede encontrar un resumen actualizado aquí:" + }, + "agree": "¡Estoy de acuerdo!", + "code-of-conduct": { + "description": "Nuestro código de conducta sirve como un manual para la apariencia personal y la interacción entre nosotros. Quien esté activo como usuario en la red de Human Connection, escriba artículos, haga comentarios o se ponga en contacto con otros usuarios, incluso fuera de la red, reconoce que estas normas de conducta son vinculantes. https://alpha.human-connection.org/code-of-conduct", + "title": "Código de conducta" + }, + "errors-and-feedback": { + "description": "Hacemos todo lo posible para mantener nuestra red y los datos seguros y disponibles. Cada nueva versión del software pasa por pruebas automáticas y manuales. No obstante, pueden producirse errores imprevistos. Por lo tanto, estamos agradecidos por cualquier error reportado. Le invitamos a informar de cualquier error que haya descubierto enviando un correo electrónico a Soporte: support@human-connection.org", + "title": "Errores y comentarios" + }, + "help-and-questions": { + "description": "Para ayuda y preguntas hemos compilado una colección completa de preguntas y respuestas frecuentes (FAQ) para usted. Puede encontrarlos aquí: https://support.human-connection.org/kb/", + "title": "Ayuda y preguntas" + }, + "moderation": { + "description": "Hasta que nuestras posibilidades financieras nos permitan implementar el sistema de moderación comunitaria, moderaremos con un sistema simplificado y con personal propio o posiblemente voluntario. Formamos a estos moderadores y por eso sólo ellos toman las decisiones adecuadas. Estos moderadores realizan su trabajo de forma anónima. Usted puede reportarnos contribuciones, comentarios y usuarios (por ejemplo, si proporcionan información en su perfil o tienen imágenes que violan estos Términos de Uso). Si nos informa de algo, puede darnos una razón y una breve explicación. A continuación, examinaremos su denuncia y le sancionaremos si es necesario, por ejemplo, bloqueando las contribuciones, los comentarios o los usuarios. Desafortunadamente, usted y la persona en cuestión no recibirán ninguna respuesta de nuestra parte en este momento, pero esto se encuentra en la fase de planificación. Independientemente de esto, nos reservamos el derecho de imponer sanciones en principio por razones que pueden no estar incluidas o no estar incluidas en nuestro Código de Conducta o en estas condiciones de servicio.", + "title": "Moderación" + }, + "newTermsAndConditions": "Nuevos términos de uso", + "no-commercial-use": { + "description": "El uso de la red Human Connection no está permitido para fines comerciales. Esto incluye, pero no se limita a, publicitar productos con intención comercial, publicar enlaces de afiliados, solicitar donaciones directamente o brindar apoyo financiero para fines que no se reconocen como caritativos para fines fiscales.", + "title": "Sin uso comercial" + }, + "privacy-statement": { + "description": "Nuestra red es una red de conocimiento y acción social. Por lo tanto, es especialmente importante para nosotros que el mayor número posible de contenidos sea accesible al público. En el curso del desarrollo de nuestra red habrá cada vez más la posibilidad de decidir sobre la visibilidad de los datos personales. Le informaremos sobre estas nuevas características. De lo contrario, siempre debe pensar en los datos personales que revela sobre usted (u otros). Esto se aplica en particular al contenido de los mensajes y comentarios, ya que éstos tienen un carácter ampliamente público. Más tarde habrá posibilidades de limitar la visibilidad de su perfil. Parte de los términos del servicio es nuestra declaración de privacidad, que le informa sobre las operaciones individuales de procesamiento de datos en nuestra red: https://human-connection.org/datenschutz/#netzwerk o https://human-connection.org/datenschutz/ Nuestra declaración de privacidad está adaptada a la situación legal y a las características de nuestra red y es siempre válida en la versión más actualizada.", + "title": "Protección de datos" + }, + "terms-of-service": { + "description": "Las siguientes condiciones de uso constituyen la base para el uso de nuestra red. Cuando se registre, deberá aceptarlos y le informaremos más adelante de cualquier cambio que se produzca. La Red de Human Connection es operada en Alemania y por lo tanto está sujeta a la ley alemana. El fuero competente es Kirchheim / Teck. Para más detalles, consulte nuestro pie de imprenta: https://human-connection.org/en/imprint ", + "title": "Términos de uso" + }, + "termsAndConditionsConfirmed": "He leído y acepto los términos de uso.", + "termsAndConditionsNewConfirm": "He leído y acepto los nuevos términos de uso.", + "termsAndConditionsNewConfirmText": "¡Por favor, lea los nuevos términos de uso ahora!", + "use-and-license": { + "description": "Si cualquier contenido que nos envíe está protegido por derechos de propiedad intelectual, nos concede una licencia mundial no exclusiva, transferible, sublicenciable y no exclusiva para utilizar dicho contenido para su publicación en nuestra red. Esta licencia caduca cuando usted elimina su contenido o toda su cuenta. Recuerde que otros pueden compartir su contenido y que nosotros no podemos eliminarlo.", + "title": "Uso y Licencia" + } + }, + "user": { + "avatar": { + "submitted": "Carga con éxito" + } + } } diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index 92ca5482e..ce0febf46 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -1,747 +1,747 @@ { - "login": { - "copy": "Si vous avez déjà un compte human-connection, connectez-vous ici.", - "login": "Connexion", - "logout": "Déconnexion", - "email": "Votre mail", - "password": "Votre mot de passe", - "moreInfo": "Qu'est-ce que Human Connection?", - "hello": "Bonjour", - "forgotPassword": "Mot de passe oublié?", - "no-account": "Vous n'avez pas de compte?", - "register": "S'inscrire", - "moreInfoURL": "https:\/\/human-connection.org\/fr\/", - "moreInfoHint": "à la page de présentation", - "success": "Vous êtes connecté!", - "failure": "Adresse mail ou mot de passe incorrect." + "actions": { + "cancel": "Annuler", + "create": "Créer", + "delete": "Supprimer", + "edit": "Modifier", + "loadMore": "charger plus", + "loading": "chargement", + "save": "Sauvegarder" + }, + "admin": { + "categories": { + "categoryName": "Nom", + "name": "Catégories", + "postCount": "Postes" }, - "profile": { - "name": "Mon profil", - "memberSince": "Membre depuis", - "follow": "Suivre", - "followers": "Suiveurs", - "following": "Suivant", - "shouted": "Recommandé", - "commented": "Commentais", - "userAnonym": "Anonyme", - "socialMedia": "Où d'autre puis-je trouver", - "network": { - "title": "Réseau", - "following": "suit:", - "followingNobody": "ne suit personne.", - "followedBy": "est suivi par:", - "followedByNobody": "n'est suivi par personne.", - "andMore": "et {number} plus…" - }, - "invites": { - "title": "Invitez quelqu'un à Human Connection!", - "description": "Entrez leur adresse mail pour l'invitation.", - "emailPlaceholder": "Mail d'invitation" - } - }, - "settings": { - "name": "Paramètres", - "data": { - "name": "Vos données", - "labelName": "Votre nom", - "labelCity": "Votre ville ou région", - "labelBio": "À propos de vous", - "labelSlug": "Votre nom d'utilisateur unique", - "namePlaceholder": "Fémanon Funny", - "success": "Vos données ont été mises à jour avec succès !" - }, - "security": { - "name": "Sécurité", - "change-password": { - "button": "Modifier le mot de passe", - "success": "Mot de passe modifié avec succès !", - "label-old-password": "Votre ancien mot de passe", - "label-new-password": "Votre nouveau mot de passe", - "label-new-password-confirm": "Confirmez votre nouveau mot de passe", - "message-old-password-required": "Entrez votre ancien mot de passe", - "message-new-password-required": "Entrez un nouveau mot de passe", - "message-new-password-confirm-required": "Confirmez votre nouveau mot de passe", - "message-new-password-missmatch": "Tapez à nouveau le même mot de passe", - "passwordSecurity": "Sécurité par mot de passe", - "passwordStrength0": "Mot de passe très peu sûr", - "passwordStrength1": "Mot de passe non sécurisé", - "passwordStrength2": "Mot de passe médiocre", - "passwordStrength3": "Mot de passe fort", - "passwordStrength4": "Mot de passe très fort" - } - }, - "invites": { - "name": "Invite" - }, - "download": { - "name": "Télécharger les données" - }, - "delete": { - "name": "Supprimer un compte" - }, - "organizations": { - "name": "Mes organisations" - }, - "languages": { - "name": "Langues" - }, - "email": { - "validation": { - "same-email": "Voici votre adresse mail actuelle" - }, - "name": "Votre mail", - "labelEmail": "Changer votre adresse mail", - "labelNewEmail": "Nouvelle adresse mail", - "labelNonce": "Entrez votre code", - "success": "Une nouvelle adresse mail a été enregistrée.", - "submitted": "Un mail pour vérifier votre adresse a été envoyé à {email}<\/b>.", - "change-successful": "Votre adresse mail a été modifiée avec succès.", - "verification-error": { - "message": "Votre mail n'a pas pu être changé.", - "explanation": "Cela peut avoir différentes causes:", - "reason": { - "invalid-nonce": "Le code de confirmation est-il invalide?", - "no-email-request": "Êtes-vous certain d'avoir demandé un changement d'adresse mail?" - }, - "support": "Si le problème persiste, veuillez nous contacter par mail à l'adresse suivante" - } - }, - "validation": { - "slug": { - "regex": "Les caractères autorisés ne sont que les lettres minuscules, les chiffres, les traits de soulignement et les traits d'union.", - "alreadyTaken": "Ce nom d'utilisateur est déjà pris." - } - }, - "deleteUserAccount": { - "name": "Supprimer un compte utilisateur", - "contributionsCount": "Supprimer mes {count} postes", - "commentedCount": "Supprimer mes {count} commentaires", - "accountDescription": "Sachez que vos postes et commentaires sont importants pour notre communauté. Si vous voulez quand même les supprimer, vous devez les marquer ci-dessous.", - "accountWarning": "Vous NE POUVEZ PAS GÉRER<\/b> et NE POUVEZ PAS RECOUVRIR<\/b> votre compte, vos messages ou vos commentaires après avoir supprimé votre compte !", - "success": "Compte supprimer avec succès!", - "pleaseConfirm": " Action destructive! <\/b> Saisissez {confirm} <\/b> pour confirmer" - }, - "embeds": { - "name": "Fournisseurs tiers", - "info-description": "Voici la liste des fournisseurs tiers dont le contenu peut être affiché sous forme de code tiers, par exemple sous la forme de vidéos intégrées.", - "status": { - "description": "Par défaut, le code incorporé des fournisseurs tiers est", - "disabled": { - "off": "initialement non affiché", - "on": "affiché immédiatement" - }, - "change": { - "question": "Est-ce que vous voulez que le code source intégrer vous soit toujours affiché?", - "allow": "Sûr", - "deny": "Non merci" - } - } - }, - "social-media": { - "name": "Médias sociaux", - "placeholder": "Ajouter une URL pour les médias sociaux", - "requireUnique": "Vous avez déjà ajouté cette URL", - "submit": "Ajouter un lien", - "successAdd": "Les médias sociaux ont été ajoutés. Profil mis à jour !", - "successDelete": "Médias sociaux supprimé. Profil mis à jour !" - }, - "muted-users": { - "name": "Utilisateurs bloqués", - "explanation": { - "intro": "Si vous avez bloqué un autre utilisateur, voici ce qui se passe:", - "your-perspective": "Les postes de la personne bloquée n'apparaîtront dans votre fil d'actualités.", - "search": "Les postes des personnes bloquées disparaissent de vos résultats de recherche." - }, - "columns": { - "name": "Nom", - "slug": "Slug", - "unmute": "" - }, - "empty": "Jusqu'à présent, vous n'avez bloqué personne.", - "how-to": "Vous pouvez bloquer d'autres utilisateurs sur leur page de profil via le menu de contenu.", - "mute": "Bloquer l'utilisateur", - "unmute": "Débloquer l'utilisateur", - "unmuted": "{name} est à nouveau débloqué" - }, - "privacy": { - "name": "", - "make-shouts-public": "", - "success-update": "" - } - }, - "admin": { - "name": "Admin", - "dashboard": { - "name": "Tableau de bord", - "users": "Utilisateurs", - "posts": "Postes", - "comments": "Commentaires", - "notifications": "Notifications", - "organizations": "Organisations", - "projects": "Projets", - "invites": "Invitations", - "follows": "Suit", - "shouts": "Cris" - }, - "organizations": { - "name": "Organisations" - }, - "users": { - "name": "Utilisateurs", - "form": { - "placeholder": "mail, nom ou description" - }, - "table": { - "columns": { - "number": "Num.", - "name": "Nom", - "email": "Mail", - "slug": "Slug", - "role": "Rôle", - "createdAt": "Créé à" - } - }, - "empty": "Aucun utilisateur trouvé" - }, - "pages": { - "name": "Pages" - }, - "notifications": { - "name": "Notifications" - }, - "categories": { - "name": "Catégories", - "categoryName": "Nom", - "postCount": "Postes" - }, - "tags": { - "name": "Étiquettes", - "tagCountUnique": "Utilisateurs", - "tagCount": "Postes" - }, - "settings": { - "name": "Paramètres" - }, - "hashtags": { - "name": "Hashtags", - "number": "Num.", - "nameOfHashtag": "Nom", - "tagCountUnique": "Utilisateurs", - "tagCount": "Postes" - }, - "invites": { - "name": "Inviter des utilisateurs", - "title": "Inviter des gens", - "description": "Les invitations sont une merveilleuse façon d'avoir vos amis dans votre réseau..." - }, - "donations": { - "name": "Informations sur les dons", - "goal": "Dons mensuels requis", - "progress": "Dons recueillis jusqu'à présent", - "successfulUpdate": "Les informations sur les dons ont été mises à jour avec succès !" - } - }, - "post": { - "name": "Post", - "moreInfo": { - "name": "Plus d'infos", - "title": "Plus d'information", - "description": "Ici vous pouvez trouver plus d'informations à ce sujet.", - "titleOfCategoriesSection": "Catégories", - "titleOfHashtagsSection": "Hashtags", - "titleOfRelatedContributionsSection": "Articles Similaires" - }, - "takeAction": { - "name": "Passez à l'action" - }, - "pinned": "Annonce", - "menu": { - "edit": "Modifier le Post", - "delete": "Supprimer le Post", - "pin": "Épingler le Post", - "pinnedSuccessfully": "Poste épinglé avec succès!", - "unpin": "Retirer l'épingle du poste", - "unpinnedSuccessfully": "Épingle retirer du Post avec succès!" - }, - "comment": { - "submit": "Commenté", - "submitted": "Commentaire soumis", - "updated": "Changements sauvegardés" - }, - "edited": "édité" - }, - "quotes": { - "african": { - "quote": "Beaucoup de petites personnes dans beaucoup de petits endroits font beaucoup de petites choses, qui peuvent changer la face du monde.", - "author": "Proverbe africain" - } - }, - "common": { - "post": "Message ::: Messages", - "comment": "Commentaire ::: Commentaires", - "letsTalk": "Parlons-en", - "versus": "Versus", - "moreInfo": "Plus d'infos", - "takeAction": "Passer à l'action", - "shout": "Partage ::: Partages", - "user": "Utilisateur ::: Utilisateurs", - "category": "Catégorie ::: Catégories", - "organization": "Organisation ::: Organisations", - "project": "Projet ::: Projets", - "tag": "Tag ::: Tags", - "name": "Nom", - "loadMore": "charger plus", - "loading": "chargement", - "reportContent": "Signaler", - "validations": { - "email": "Doit être une adresse mail valide", - "url": "doit être une URL valide", - "categories": "" - } - }, - "actions": { - "loading": "chargement", - "loadMore": "charger plus", - "create": "Créer", - "save": "Sauvegarder", - "edit": "Modifier", - "delete": "Supprimer", - "cancel": "Annuler" - }, - "moderation": { - "name": "Modération", - "reports": { - "empty": "Félicitations, rien à modérer.", - "name": "Signalisations", - "reporter": "signalé par", - "submitter": "signalé par", - "disabledBy": "désactivé par", - "reasonCategory": "Catégorie", - "reasonDescription": "Description", - "createdAt": "Date" - } - }, - "disable": { - "user": { - "title": "Désactiver l'utilisateur", - "type": "Utilisateur", - "message": "Souhaitez-vous vraiment désactiver l'utilisateur « {name} <\/b> »?" - }, - "contribution": { - "title": "Désactiver l'apport", - "type": "Contribution", - "message": "Souhaitez-vous vraiment signaler l'entrée « {name} <\/b> »?" - }, - "comment": { - "title": "Désactiver le commentaire", - "type": "Commentaire", - "message": "Souhaitez-vous vraiment désactiver le commentaire de « {name}<\/b> » ?" - }, - "submit": "Désactiver", - "cancel": "Annuler", - "success": "Désactivé avec succès" - }, - "report": { - "submit": "Envoyer le rapport", - "cancel": "Annuler", - "user": { - "title": "Signaler l'utilisateur", - "type": "Utilisateur", - "message": "Souhaitez-vous vraiment signaler l'utilisateur « {name} <\/b> »?", - "error": "Vous avez déjà signalé l'utilisateur!" - }, - "contribution": { - "title": "Signaler l'entrée", - "type": "Apport", - "message": "Souhaitez-vous vraiment signaler l'entrée « {name} <\/b> »?", - "error": "Vous avez déjà rapporté la contribution!" - }, - "comment": { - "title": "Signaler un commentaire", - "type": "Commentaire", - "message": "Souhaitez-vous vraiment signaler l'utilisateur « {name} <\/b> »?", - "error": "Vous avez déjà rapporté le commentaire!" - }, - "success": "Merci de nous avoir fait part de vos commentaires!", - "reason": { - "category": { - "label": "Sélectionnez une catégorie:", - "placeholder": "Catégorie...", - "options": { - "discrimination_etc": "Posts, commentaires, expressions ou insultes discriminatoires.", - "pornographic_content_links": "Publication ou partage de matériel clairement pornographique.", - "glorific_trivia_of_cruel_inhuman_acts": "Glorification ou banalisation d'actes de violence cruels ou inhumains.", - "doxing": "La divulgation de renseignements personnels sans le consentement ou la menace d' (\"doxing\").", - "intentional_intimidation_stalking_persecution": "L'intimidation, le harcèlement ou la persécution intentionnelle.", - "advert_products_services_commercial": "Publicité de produits et de services à des fins commerciaux.", - "criminal_behavior_violation_german_law": "Comportement criminel ou violation du droit allemand.", - "other": "Autres..." - }, - "invalid": "Veuillez sélectionner une catégorie valide" - }, - "description": { - "label": "S'il vous plaît expliquer: Pourquoi voulez-vous signaler cela?", - "placeholder": "Informations complémentaires..." - } - } - }, - "contribution": { - "edit": "Rédiger l'apport", - "delete": "Supprimer l'entrée", - "title": "Titre", - "newPost": "Créer un nouveau Post", - "filterFollow": "Filtrer les contributions des utilisateurs que je suis", - "filterALL": "Voir toutes les contributions", - "success": "Enregistré!", - "languageSelectLabel": "Langue", - "categories": { - "infoSelectedNoOfMaxCategories": "{chosen} de {max} catégories sélectionnées" - }, - "emotions-label": { - "funny": "Marrant", - "happy": "Heureux", - "surprised": "Surpris", - "cry": "Pleurer", - "angry": "En colère" - }, - "category": { - "name": { - "freedom-of-speech": "Liberté d'expression", - "consumption-sustainability": "Consommation & Durabilité", - "global-peace-nonviolence": "Paix mondiale & Non-violence", - "just-for-fun": "Juste pour le Fun", - "happiness-values": "Bonheur & Valeurs", - "health-wellbeing": "Santé & Bien-être", - "environment-nature": "Environnement & Nature", - "animal-protection": "Protection des animaux", - "human-rights-justice": "Droits de l'homme & Justice", - "education-sciences": "Éducation & Sciences", - "cooperation-development": "Coopération & Développement", - "democracy-politics": "Démocratie & Politique", - "economy-finances": "Économie & Finances", - "energy-technology": "Énergie & Technologie", - "it-internet-data-privacy": "Informatique, Internet & Confidentialité des données", - "art-culture-sport": "Art, Culture & Sport" - } - }, - "teaserImage": { - "cropperConfirm": "Confirmer" - }, - "languageSelectText": "" - }, - "comment": { - "edit": "Rédiger un commentaire", - "delete": "Supprimer le commentaire", - "content": { - "unavailable-placeholder": "...ce commentaire n'est plus disponible" - }, - "menu": { - "edit": "Modifier le commentaire", - "delete": "Supprimer le commentaire" - }, - "show": { - "more": "montrer plus", - "less": "montrer moins" - }, - "edited": "édité" - }, - "followButton": { - "follow": "Suivre", - "following": "Je suis les" - }, - "shoutButton": { - "shouted": "recommandé" - }, - "search": { - "placeholder": "Rechercher", - "hint": "Qu'est-ce que vous cherchez ?", - "failed": "Rien trouvé" - }, - "components": { - "password-reset": { - "request": { - "title": "Réinitialiser votre mot de passe", - "form": { - "description": "Un mail de réinitialisation de mot de passe sera envoyé à l'adresse mail indiquée.", - "submit": "Demander mail", - "submitted": "Un mail avec des instructions supplémentaires a été envoyé à {email}<\/b>." - } - }, - "change-password": { - "success": "La modification de votre mot de passe a réussi !", - "error": "La modification de votre mot de passe a échoué. Peut-être que le code de sécurité n'était pas correct ?", - "help": "En cas de problème, n'hésitez pas à nous demander de l'aide en nous envoyant un mail à :" - } - }, - "enter-nonce": { - "form": { - "nonce": "Entrez votre code", - "description": "Ouvrez votre boîte de réception et entrez le code que nous vous avons envoyé.", - "next": "Continuer", - "validations": { - "length": "doit comporter 6 caractères" - } - } - }, - "registration": { - "signup": { - "unavailable": "Malheureusement, l'enregistrement public des comptes utilisateurs n'est pas encore disponible sur ce serveur.", - "title": "Rejoignez Human Connection!", - "form": { - "description": "Pour commencer, entrez votre adresse mail:", - "terms-and-condition": "Je confirme les Conditions générales <\/ds-text> <\/a>.", - "data-privacy": "J'ai lu et compris la Déclaration de confidentialité <\/ds-text> <\/a> ", - "minimum-age": "J'ai 18 ans ou plus.", - "invitation-code": "Votre code d'invitation est: {code} <\/b>", - "errors": { - "email-exists": "Il existe déjà un compte utilisateur avec cette adresse mail!", - "invalid-invitation-token": "On dirait que l'invitation a déjà été utilisée. Les liens d'invitation ne peuvent être utilisés qu'une seule fois." - }, - "submit": "Créer un compte", - "success": "Un mail avec un lien pour compléter votre inscription a été envoyé à {email}<\/b>" - } - }, - "create-user-account": { - "title": "Créer un compte utilisateur", - "success": "Votre compte a été créé!", - "error": "Compte d'utilisateur n'a pas pu être créé!", - "help": " Peut-être que la confirmation n'était pas valide? En cas de problème, n'hésitez pas à nous demander de l'aide en nous envoyant un mail à:" - } - } - }, - "store": { - "posts": { - "orderBy": { - "newest": { - "label": "Plus récent" - }, - "oldest": { - "label": "Le plus ancien" - } - } - } - }, - "maintenance": { - "title": "Human Connection est en maintenance", - "explanation": "Pour l'instant, nous faisons de la maintenance programmée, veuillez réessayer plus tard.", - "questions": "Des questions ou des préoccupations, envoyez un mail à" - }, - "index": { - "no-results": "Pas de contribution trouvée.", - "change-filter-settings": "Modifiez les paramètres de filtrage pour obtenir plus de résultats." - }, - "filter-menu": { - "title": "Votre bulle de filtre", - "hashtag-search": "Recherche de #{hashtag}", - "clearSearch": "Réinitialiser la recherche" - }, - "filter-posts": { - "categories": { - "header": "Catégories de contenu", - "all": "Toutes" - }, - "general": { - "header": "Filtrer par ...." - }, - "followers": { - "label": "Utilisateurs que je suis" - }, - "language": { - "header": "Langues", - "all": "Tous" - } - }, - "site": { - "thanks": "Merci!", - "error-occurred": "Une erreur s'est produite.", - "made": "Fabriqué avec ❤", - "imprint": "Mentions légales", - "termsAndConditions": "Conditions générales", - "data-privacy": "Protection des données", - "contact": "Contacter", - "tribunal": "Tribunal de registre", - "register": "Numéro de registre", - "director": "Directeur Général", - "taxident": "Numéro d'identification à la taxe sur la valeur ajoutée selon § 27 a de la loi sur la taxe sur la valeur ajoutée (Allemagne)", - "responsible": "Responsable selon § 55 Abs. 2 RStV (Allemagne)", - "bank": "compte bancaire", - "germany": "Allemagne", - "code-of-conduct": "Code de conduite", - "back-to-login": "Retour à la page de connexion", - "faq": "FAQ" - }, - "editor": { - "placeholder": "Écrivez quelque chose d'inspirant...", - "mention": { - "noUsersFound": "Aucun utilisateur trouvé" - }, - "hashtag": { - "noHashtagsFound": "Aucun hashtag trouvé", - "addHashtag": "Nouveau hashtag", - "addLetter": "Tapez une lettre" - }, - "embed": { - "data_privacy_warning": "Attention à la confidentialité des données!", - "data_privacy_info": "Vos données n'ont pas encore été partagées avec des fournisseurs tiers. Si vous regardez cette vidéo, le fournisseur suivant recueillera probablement des données utilisateurs:", - "play_now": "Regarder maintenant", - "always_allow": "Autoriser toujours le contenu intégré par des fournisseurs tiers (ce paramètre peut être modifié à tout moment)" - } - }, - "notifications": { - "reason": { - "mentioned_in_post": "Vous a mentionné dans un post…", - "mentioned_in_comment": "Vous a mentionné dans un commentaire…", - "commented_on_post": "Commenté sur votre post…" - }, - "comment": "Commentaire", - "title": "Notifications", - "pageLink": "Toutes les notifications", - "post": "Post", - "user": "Utilisateur", - "content": "Contenu", - "filterLabel": { - "all": "Tous", - "read": "Lire", - "unread": "Non lu" - }, - "empty": "Désolé, vous n'avez pas de notifications pour le moment." - }, - "delete": { - "submit": "Supprimer", - "cancel": "Annuler", - "contribution": { - "title": "Supprimer la contribution", - "type": "Contribution", - "message": "Voulez-vous vraiment supprimer la contribution \"{name}<\/b>\"?", - "success": "Contribution supprimée avec succès !" - }, - "comment": { - "title": "Supprimer un commentaire", - "type": "Commentaire", - "message": "Voulez-vous vraiment supprimer le commentaire de \"{name}<\/b>\"?", - "success": "Commentaire supprimé avec succès !" - } - }, - "release": { - "submit": "Relâchez", - "cancel": "Annuler", - "success": "Relâchez avec succès!", - "user": { - "title": "Validation par l'utilisateur", - "type": "Utilisateur", - "message": "Voulez-vous vraiment libérer l'utilisateur \"{name}<\/b>\"?", - "error": "Vous avez déjà signalé l'utilisateur!" - }, - "contribution": { - "title": "Versement de la contribution", - "type": "Contribution", - "message": "Voulez-vous vraiment débloquer la contribution \"{name}<\/b>\"?", - "error": "Vous avez déjà signalé la contribution !!" - }, - "comment": { - "title": "Publication des commentaires", - "type": "Commentaire", - "message": "Voulez-vous vraiment publier le commentaire de \"{name}<\/b>\"?", - "error": "Vous avez déjà signalé le commentaire!" - } - }, - "user": { - "avatar": { - "submitted": "Téléchargement réussi" - } - }, - "code-of-conduct": { - "subheader": "pour le réseau social de la Human Connection gGmbH", - "preamble": { - "title": "Préambule", - "description": "Human Connection est un réseau de connaissances et d'action sociale à but non lucratif de la prochaine génération. Par les gens - pour les gens. Open Source, équitable et transparent. Pour un changement local et global positif dans tous les domaines de la vie. Nous redessinons complètement l'échange public de connaissances, d'idées et de projets. Les fonctions de Human Connection rassemblent les gens - hors ligne et en ligne - afin que nous puissions rendre le monde meilleur." - }, - "purpose": { - "title": "Objectif", - "description": "Avec ce code de conduite, nous réglementons les principes essentiels de comportement dans notre réseau social. Nous nous orientons à la Charte des Droits de l'Homme, elle est le cœur de notre compréhension des valeurs. Le code de conduite sert de fil conducteur pour notre apparence personnelle et notre interaction les uns avec les autres. Toute personne active comme utilisateur sur le réseau Human Connection, écrit des articles, commente ou contacte d'autres utilisateurs, y compris ceux qui ne font pas partie du réseau, reconnaît ces règles comme contractuel." - }, - "expected-behaviour": { - "title": "Comportement attendu", - "description": "Les comportements suivants sont attendus et exigés de tous les membres de la communauté :", - "list": { - "0": "Faites preuve de considération et de respect dans votre discours et vos actions.", - "1": "Tenter de collaborer avant le conflit.", - "2": "S'abstenir de tout comportement ou discours dégradant, discriminatoire ou harcelant.", - "3": "Soyez attentif à votre environnement et aux autres participants. Alertez les leaders de la communauté si vous remarquez une situation dangereuse, une personne en détresse ou une violation du Code de Conduite, même si elle vous semble sans importance." - } - }, - "unacceptable-behaviour": { - "title": "Comportement inacceptable", - "description": "Les comportements suivants sont inacceptables dans notre communauté:", - "list": { - "0": "Les messages, commentaires, déclarations ou insultes discriminatoires, en particulier ceux relatifs au sexe, à l'orientation sexuelle, à la race, à la religion, à l'orientation politique ou philosophique ou au handicap.", - "1": "Publication ou partage de matériel clairement pornographique.", - "2": "Glorification ou banalisation d'actes de violence cruels ou inhumains.", - "3": "La divulgation de renseignements personnels sans le consentement ou la menace d' (\"doxing\").", - "4": "L'intimidation, le harcèlement ou la persécution intentionnelle.", - "5": "Publicité de produits et de services à des fins commerciaux.", - "6": "Comportement criminel ou violation du droit allemand.", - "7": "Cautionner ou encourager de tels comportements." - } - }, - "consequences": { - "title": "Conséquences d'un comportement inacceptable", - "description": "Si un membre de la communauté présente un comportement inacceptable, les opérateurs, modérateurs et administrateurs responsables du réseau peuvent prendre les mesures appropriées, notamment:", - "list": { - "0": "Veuillez cesser immédiatement tout comportement inacceptable", - "1": "Verrouillage ou suppression des commentaires", - "2": "Exclusion temporaire du poste ou de la contribution en question", - "3": "Blocage ou suppression de contenu", - "4": "Retrait temporaire des droits d'écriture", - "5": "Exclusion temporaire du réseau", - "6": "Exclusion définitive du réseau", - "7": "Des violations du droit allemand peuvent être signalées." - } - }, - "get-help": "Si vous êtes victime ou témoin d'un comportement inacceptable, ou si vous avez d'autres préoccupations, veuillez en aviser un organisateur communautaire dès que possible et établir un lien ou vous référer au contenu correspondant:" - }, - "termsAndConditions": { - "newTermsAndConditions": "Nouvelles conditions générales", - "termsAndConditionsConfirmed": "J'ai lu et accepte les conditions générales<\/a>.", - "termsAndConditionsNewConfirmText": "Veuillez lire les nouvelles conditions d'utilisation dès maintenant !", - "termsAndConditionsNewConfirm": "J'ai lu et accepté les nouvelles conditions générales.", - "agree": "J'accepte!", - "terms-of-service": { - "title": "Conditions d'utilisation", - "description": "Les conditions d'utilisation suivantes constituent la base de l'utilisation de notre réseau. Lorsque vous vous inscrivez, vous devez les accepter et nous vous informerons ultérieurement de tout changement qui pourrait survenir. Le réseau Human Connection Network est exploité en Allemagne et est donc soumis au droit allemand. Le tribunal compétent est celui de Kirchheim \/ Teck. Pour plus de détails, consultez notre site Internet: https:\/\/human-connection.org\/en\/imprint<\/a> " - }, - "use-and-license": { - "title": "Utilisation et licence", - "description": "Si un contenu que vous nous publiez est protégé par des droits de propriété intellectuelle, vous nous accordez une licence mondiale non exclusive, transférable, transférable et pouvant faire l'objet d'une sous-licence pour utiliser ce contenu à des fins de publication sur notre réseau. Cette licence expire lorsque vous supprimez votre contenu ou l'ensemble de votre compte. Rappelez-vous que d'autres personnes peuvent partager votre contenu et que nous ne pouvons pas le supprimer." - }, - "privacy-statement": { - "title": "Déclaration de confidentialité", - "description": "Notre réseau est un réseau de connaissances et d'action sociale. Il est donc particulièrement important pour nous qu'autant de contenu que possible soit accessible au public. Au cours du développement de notre réseau, il y aura de plus en plus la possibilité de décider de la visibilité des données personnelles. Nous vous informerons de ces nouvelles fonctionnalités. Sinon, vous devriez toujours penser aux données personnelles que vous divulguez à votre sujet (ou à celui d'autres personnes). Cela vaut en particulier pour le contenu des messages et des commentaires, qui ont un caractère largement public. Plus tard, il y aura des possibilités de limiter la visibilité de votre profil. Une partie des conditions d'utilisation est notre déclaration de confidentialité, qui vous informe sur les différentes opérations de traitement des données dans notre réseau: https:\/\/human-connection.org\/datenschutz\/#netzwerk<\/a> ex: https:\/\/human-connection.org\/datenschutz\/<\/a> Notre déclaration de confidentialité est adaptée à la situation juridique et aux caractéristiques de notre réseau et est toujours valable dans la version la plus récente." - }, - "code-of-conduct": { - "title": "Code de conduite", - "description": "Notre code de conduite sert de manuel pour l'apparence personnelle et l'interaction les uns avec les autres. Quiconque est actif en tant qu'utilisateur sur le réseau Human Connection, écrit des articles, commente ou établit des contacts avec d'autres utilisateurs, même en dehors du réseau, reconnaît que ces règles de conduite sont contractuel. https:\/\/alpha.human-connection.org\/code-of-conduct <\/a>" - }, - "moderation": { - "title": "Modération", - "description": "Jusqu'à ce que nos possibilités financières nous permettent de mettre en œuvre le système de modération communautaire, nous modérons avec un système simplifié et avec notre propre personnel ou éventuellement des bénévoles. Nous formons ces modérateurs et c'est pour cette raison qu'ils sont les seuls à prendre les décisions appropriées. Ces modérateurs effectuent leur travail de manière anonyme. Vous pouvez nous signaler des postes, commentaires et utilisateurs (par exemple, s'ils fournissent des informations dans leur profil ou s'ils ont des images qui violent ces Conditions d'utilisation). Si vous nous signalez quelque chose, vous pouvez nous donner une raison et une brève explication. Nous examinerons ensuite ce que vous nous avez signalé et vous sanctionnerons si nécessaire, par exemple en bloquant des contributions, des commentaires ou des utilisateurs. Malheureusement, vous et la personne concernée ne recevrez pas de commentaires de notre part pour le moment, mais c'est à l'étape de la planification. Indépendamment de cela, nous nous réservons le droit d'imposer des sanctions de principe pour des raisons qui ne figurent pas ou pas encore dans notre Code de conduite ou dans les présentes conditions de service." - }, - "errors-and-feedback": { - "title": "Erreurs et Feedback", - "description": "Nous mettons tout en œuvre pour que notre réseau et nos données soient sécurisés et disponibles. Chaque nouvelle version du logiciel passe par des tests automatisés et manuels. Cependant, des erreurs imprévues peuvent survenir. Par conséquent, nous sommes reconnaissants pour tous les bugs signalés. Nous vous invitons à signaler les bugs que vous avez découverts en envoyant un mail à support@human-connection.org." - }, - "help-and-questions": { - "title": "Aide et questions", - "description": "Pour obtenir de l'aide et des questions, nous avons compilé une foire aux questions (FAQ) complète pour vous. Vous pouvez les trouver ici: https:\/\/support.human-connection.org\/kb\/ <\/a>" - }, - "addition": { - "title": "De plus, nous organisons régulièrement des événements où vous pouvez également partager vos impressions et poser vos questions. Ici, vous trouverez un aperçu actuel:", - "description": " https:\/\/human-connection.org\/events\/ <\/a>" - } + "dashboard": { + "comments": "Commentaires", + "follows": "Suit", + "invites": "Invitations", + "name": "Tableau de bord", + "notifications": "Notifications", + "organizations": "Organisations", + "posts": "Postes", + "projects": "Projets", + "shouts": "Cris", + "users": "Utilisateurs" }, "donations": { - "donations-for": "Dons pour", - "donate-now": "Faites un don", - "amount-of-total": "{amount} de {total} € collectés" + "goal": "Dons mensuels requis", + "name": "Informations sur les dons", + "progress": "Dons recueillis jusqu'à présent", + "successfulUpdate": "Les informations sur les dons ont été mises à jour avec succès !" + }, + "hashtags": { + "name": "Hashtags", + "nameOfHashtag": "Nom", + "number": "Num.", + "tagCount": "Postes", + "tagCountUnique": "Utilisateurs" + }, + "invites": { + "description": "Les invitations sont une merveilleuse façon d'avoir vos amis dans votre réseau...", + "name": "Inviter des utilisateurs", + "title": "Inviter des gens" + }, + "name": "Admin", + "notifications": { + "name": "Notifications" + }, + "organizations": { + "name": "Organisations" + }, + "pages": { + "name": "Pages" + }, + "settings": { + "name": "Paramètres" + }, + "tags": { + "name": "Étiquettes", + "tagCount": "Postes", + "tagCountUnique": "Utilisateurs" + }, + "users": { + "empty": "Aucun utilisateur trouvé", + "form": { + "placeholder": "mail, nom ou description" + }, + "name": "Utilisateurs", + "table": { + "columns": { + "createdAt": "Créé à", + "email": "Mail", + "name": "Nom", + "number": "Num.", + "role": "Rôle", + "slug": "Slug" + } + } } + }, + "code-of-conduct": { + "consequences": { + "description": "Si un membre de la communauté présente un comportement inacceptable, les opérateurs, modérateurs et administrateurs responsables du réseau peuvent prendre les mesures appropriées, notamment:", + "list": { + "0": "Veuillez cesser immédiatement tout comportement inacceptable", + "1": "Verrouillage ou suppression des commentaires", + "2": "Exclusion temporaire du poste ou de la contribution en question", + "3": "Blocage ou suppression de contenu", + "4": "Retrait temporaire des droits d'écriture", + "5": "Exclusion temporaire du réseau", + "6": "Exclusion définitive du réseau", + "7": "Des violations du droit allemand peuvent être signalées." + }, + "title": "Conséquences d'un comportement inacceptable" + }, + "expected-behaviour": { + "description": "Les comportements suivants sont attendus et exigés de tous les membres de la communauté :", + "list": { + "0": "Faites preuve de considération et de respect dans votre discours et vos actions.", + "1": "Tenter de collaborer avant le conflit.", + "2": "S'abstenir de tout comportement ou discours dégradant, discriminatoire ou harcelant.", + "3": "Soyez attentif à votre environnement et aux autres participants. Alertez les leaders de la communauté si vous remarquez une situation dangereuse, une personne en détresse ou une violation du Code de Conduite, même si elle vous semble sans importance." + }, + "title": "Comportement attendu" + }, + "get-help": "Si vous êtes victime ou témoin d'un comportement inacceptable, ou si vous avez d'autres préoccupations, veuillez en aviser un organisateur communautaire dès que possible et établir un lien ou vous référer au contenu correspondant:", + "preamble": { + "description": "Human Connection est un réseau de connaissances et d'action sociale à but non lucratif de la prochaine génération. Par les gens - pour les gens. Open Source, équitable et transparent. Pour un changement local et global positif dans tous les domaines de la vie. Nous redessinons complètement l'échange public de connaissances, d'idées et de projets. Les fonctions de Human Connection rassemblent les gens - hors ligne et en ligne - afin que nous puissions rendre le monde meilleur.", + "title": "Préambule" + }, + "purpose": { + "description": "Avec ce code de conduite, nous réglementons les principes essentiels de comportement dans notre réseau social. Nous nous orientons à la Charte des Droits de l'Homme, elle est le cœur de notre compréhension des valeurs. Le code de conduite sert de fil conducteur pour notre apparence personnelle et notre interaction les uns avec les autres. Toute personne active comme utilisateur sur le réseau Human Connection, écrit des articles, commente ou contacte d'autres utilisateurs, y compris ceux qui ne font pas partie du réseau, reconnaît ces règles comme contractuel.", + "title": "Objectif" + }, + "subheader": "pour le réseau social de la Human Connection gGmbH", + "unacceptable-behaviour": { + "description": "Les comportements suivants sont inacceptables dans notre communauté:", + "list": { + "0": "Les messages, commentaires, déclarations ou insultes discriminatoires, en particulier ceux relatifs au sexe, à l'orientation sexuelle, à la race, à la religion, à l'orientation politique ou philosophique ou au handicap.", + "1": "Publication ou partage de matériel clairement pornographique.", + "2": "Glorification ou banalisation d'actes de violence cruels ou inhumains.", + "3": "La divulgation de renseignements personnels sans le consentement ou la menace d' (\"doxing\").", + "4": "L'intimidation, le harcèlement ou la persécution intentionnelle.", + "5": "Publicité de produits et de services à des fins commerciaux.", + "6": "Comportement criminel ou violation du droit allemand.", + "7": "Cautionner ou encourager de tels comportements." + }, + "title": "Comportement inacceptable" + } + }, + "comment": { + "content": { + "unavailable-placeholder": "...ce commentaire n'est plus disponible" + }, + "delete": "Supprimer le commentaire", + "edit": "Rédiger un commentaire", + "edited": "édité", + "menu": { + "delete": "Supprimer le commentaire", + "edit": "Modifier le commentaire" + }, + "show": { + "less": "montrer moins", + "more": "montrer plus" + } + }, + "common": { + "category": "Catégorie ::: Catégories", + "comment": "Commentaire ::: Commentaires", + "letsTalk": "Parlons-en", + "loadMore": "charger plus", + "loading": "chargement", + "moreInfo": "Plus d'infos", + "name": "Nom", + "organization": "Organisation ::: Organisations", + "post": "Message ::: Messages", + "project": "Projet ::: Projets", + "reportContent": "Signaler", + "shout": "Partage ::: Partages", + "tag": "Tag ::: Tags", + "takeAction": "Passer à l'action", + "user": "Utilisateur ::: Utilisateurs", + "validations": { + "categories": "", + "email": "Doit être une adresse mail valide", + "url": "doit être une URL valide" + }, + "versus": "Versus" + }, + "components": { + "enter-nonce": { + "form": { + "description": "Ouvrez votre boîte de réception et entrez le code que nous vous avons envoyé.", + "next": "Continuer", + "nonce": "Entrez votre code", + "validations": { + "length": "doit comporter 6 caractères" + } + } + }, + "password-reset": { + "change-password": { + "error": "La modification de votre mot de passe a échoué. Peut-être que le code de sécurité n'était pas correct ?", + "help": "En cas de problème, n'hésitez pas à nous demander de l'aide en nous envoyant un mail à :", + "success": "La modification de votre mot de passe a réussi !" + }, + "request": { + "form": { + "description": "Un mail de réinitialisation de mot de passe sera envoyé à l'adresse mail indiquée.", + "submit": "Demander mail", + "submitted": "Un mail avec des instructions supplémentaires a été envoyé à {email}." + }, + "title": "Réinitialiser votre mot de passe" + } + }, + "registration": { + "create-user-account": { + "error": "Compte d'utilisateur n'a pas pu être créé!", + "help": " Peut-être que la confirmation n'était pas valide? En cas de problème, n'hésitez pas à nous demander de l'aide en nous envoyant un mail à:", + "success": "Votre compte a été créé!", + "title": "Créer un compte utilisateur" + }, + "signup": { + "form": { + "data-privacy": "J'ai lu et compris la Déclaration de confidentialité ", + "description": "Pour commencer, entrez votre adresse mail:", + "errors": { + "email-exists": "Il existe déjà un compte utilisateur avec cette adresse mail!", + "invalid-invitation-token": "On dirait que l'invitation a déjà été utilisée. Les liens d'invitation ne peuvent être utilisés qu'une seule fois." + }, + "invitation-code": "Votre code d'invitation est: {code} ", + "minimum-age": "J'ai 18 ans ou plus.", + "submit": "Créer un compte", + "success": "Un mail avec un lien pour compléter votre inscription a été envoyé à {email}", + "terms-and-condition": "Je confirme les Conditions générales ." + }, + "title": "Rejoignez Human Connection!", + "unavailable": "Malheureusement, l'enregistrement public des comptes utilisateurs n'est pas encore disponible sur ce serveur." + } + } + }, + "contribution": { + "categories": { + "infoSelectedNoOfMaxCategories": "{chosen} de {max} catégories sélectionnées" + }, + "category": { + "name": { + "animal-protection": "Protection des animaux", + "art-culture-sport": "Art, Culture & Sport", + "consumption-sustainability": "Consommation & Durabilité", + "cooperation-development": "Coopération & Développement", + "democracy-politics": "Démocratie & Politique", + "economy-finances": "Économie & Finances", + "education-sciences": "Éducation & Sciences", + "energy-technology": "Énergie & Technologie", + "environment-nature": "Environnement & Nature", + "freedom-of-speech": "Liberté d'expression", + "global-peace-nonviolence": "Paix mondiale & Non-violence", + "happiness-values": "Bonheur & Valeurs", + "health-wellbeing": "Santé & Bien-être", + "human-rights-justice": "Droits de l'homme & Justice", + "it-internet-data-privacy": "Informatique, Internet & Confidentialité des données", + "just-for-fun": "Juste pour le Fun" + } + }, + "delete": "Supprimer l'entrée", + "edit": "Rédiger l'apport", + "emotions-label": { + "angry": "En colère", + "cry": "Pleurer", + "funny": "Marrant", + "happy": "Heureux", + "surprised": "Surpris" + }, + "filterALL": "Voir toutes les contributions", + "filterFollow": "Filtrer les contributions des utilisateurs que je suis", + "languageSelectLabel": "Langue", + "languageSelectText": "", + "newPost": "Créer un nouveau Post", + "success": "Enregistré!", + "teaserImage": { + "cropperConfirm": "Confirmer" + }, + "title": "Titre" + }, + "delete": { + "cancel": "Annuler", + "comment": { + "message": "Voulez-vous vraiment supprimer le commentaire de \"{name}\"?", + "success": "Commentaire supprimé avec succès !", + "title": "Supprimer un commentaire", + "type": "Commentaire" + }, + "contribution": { + "message": "Voulez-vous vraiment supprimer la contribution \"{name}\"?", + "success": "Contribution supprimée avec succès !", + "title": "Supprimer la contribution", + "type": "Contribution" + }, + "submit": "Supprimer" + }, + "disable": { + "cancel": "Annuler", + "comment": { + "message": "Souhaitez-vous vraiment désactiver le commentaire de « {name} » ?", + "title": "Désactiver le commentaire", + "type": "Commentaire" + }, + "contribution": { + "message": "Souhaitez-vous vraiment signaler l'entrée « {name} »?", + "title": "Désactiver l'apport", + "type": "Contribution" + }, + "submit": "Désactiver", + "success": "Désactivé avec succès", + "user": { + "message": "Souhaitez-vous vraiment désactiver l'utilisateur « {name} »?", + "title": "Désactiver l'utilisateur", + "type": "Utilisateur" + } + }, + "donations": { + "amount-of-total": "{amount} de {total} € collectés", + "donate-now": "Faites un don", + "donations-for": "Dons pour" + }, + "editor": { + "embed": { + "always_allow": "Autoriser toujours le contenu intégré par des fournisseurs tiers (ce paramètre peut être modifié à tout moment)", + "data_privacy_info": "Vos données n'ont pas encore été partagées avec des fournisseurs tiers. Si vous regardez cette vidéo, le fournisseur suivant recueillera probablement des données utilisateurs:", + "data_privacy_warning": "Attention à la confidentialité des données!", + "play_now": "Regarder maintenant" + }, + "hashtag": { + "addHashtag": "Nouveau hashtag", + "addLetter": "Tapez une lettre", + "noHashtagsFound": "Aucun hashtag trouvé" + }, + "mention": { + "noUsersFound": "Aucun utilisateur trouvé" + }, + "placeholder": "Écrivez quelque chose d'inspirant..." + }, + "filter-menu": { + "clearSearch": "Réinitialiser la recherche", + "hashtag-search": "Recherche de #{hashtag}", + "title": "Votre bulle de filtre" + }, + "filter-posts": { + "categories": { + "all": "Toutes", + "header": "Catégories de contenu" + }, + "followers": { + "label": "Utilisateurs que je suis" + }, + "general": { + "header": "Filtrer par ...." + }, + "language": { + "all": "Tous", + "header": "Langues" + } + }, + "followButton": { + "follow": "Suivre", + "following": "Je suis les" + }, + "index": { + "change-filter-settings": "Modifiez les paramètres de filtrage pour obtenir plus de résultats.", + "no-results": "Pas de contribution trouvée." + }, + "login": { + "copy": "Si vous avez déjà un compte human-connection, connectez-vous ici.", + "email": "Votre mail", + "failure": "Adresse mail ou mot de passe incorrect.", + "forgotPassword": "Mot de passe oublié?", + "hello": "Bonjour", + "login": "Connexion", + "logout": "Déconnexion", + "moreInfo": "Qu'est-ce que Human Connection?", + "moreInfoHint": "à la page de présentation", + "moreInfoURL": "https://human-connection.org/fr/", + "no-account": "Vous n'avez pas de compte?", + "password": "Votre mot de passe", + "register": "S'inscrire", + "success": "Vous êtes connecté!" + }, + "maintenance": { + "explanation": "Pour l'instant, nous faisons de la maintenance programmée, veuillez réessayer plus tard.", + "questions": "Des questions ou des préoccupations, envoyez un mail à", + "title": "Human Connection est en maintenance" + }, + "moderation": { + "name": "Modération", + "reports": { + "createdAt": "Date", + "disabledBy": "désactivé par", + "empty": "Félicitations, rien à modérer.", + "name": "Signalisations", + "reasonCategory": "Catégorie", + "reasonDescription": "Description", + "reporter": "signalé par", + "submitter": "signalé par" + } + }, + "notifications": { + "comment": "Commentaire", + "content": "Contenu", + "empty": "Désolé, vous n'avez pas de notifications pour le moment.", + "filterLabel": { + "all": "Tous", + "read": "Lire", + "unread": "Non lu" + }, + "pageLink": "Toutes les notifications", + "post": "Post", + "reason": { + "commented_on_post": "Commenté sur votre post…", + "mentioned_in_comment": "Vous a mentionné dans un commentaire…", + "mentioned_in_post": "Vous a mentionné dans un post…" + }, + "title": "Notifications", + "user": "Utilisateur" + }, + "post": { + "comment": { + "submit": "Commenté", + "submitted": "Commentaire soumis", + "updated": "Changements sauvegardés" + }, + "edited": "édité", + "menu": { + "delete": "Supprimer le Post", + "edit": "Modifier le Post", + "pin": "Épingler le Post", + "pinnedSuccessfully": "Poste épinglé avec succès!", + "unpin": "Retirer l'épingle du poste", + "unpinnedSuccessfully": "Épingle retirer du Post avec succès!" + }, + "moreInfo": { + "description": "Ici vous pouvez trouver plus d'informations à ce sujet.", + "name": "Plus d'infos", + "title": "Plus d'information", + "titleOfCategoriesSection": "Catégories", + "titleOfHashtagsSection": "Hashtags", + "titleOfRelatedContributionsSection": "Articles Similaires" + }, + "name": "Post", + "pinned": "Annonce", + "takeAction": { + "name": "Passez à l'action" + } + }, + "profile": { + "commented": "Commentais", + "follow": "Suivre", + "followers": "Suiveurs", + "following": "Suivant", + "invites": { + "description": "Entrez leur adresse mail pour l'invitation.", + "emailPlaceholder": "Mail d'invitation", + "title": "Invitez quelqu'un à Human Connection!" + }, + "memberSince": "Membre depuis", + "name": "Mon profil", + "network": { + "andMore": "et {number} plus…", + "followedBy": "est suivi par:", + "followedByNobody": "n'est suivi par personne.", + "following": "suit:", + "followingNobody": "ne suit personne.", + "title": "Réseau" + }, + "shouted": "Recommandé", + "socialMedia": "Où d'autre puis-je trouver", + "userAnonym": "Anonyme" + }, + "quotes": { + "african": { + "author": "Proverbe africain", + "quote": "Beaucoup de petites personnes dans beaucoup de petits endroits font beaucoup de petites choses, qui peuvent changer la face du monde." + } + }, + "release": { + "cancel": "Annuler", + "comment": { + "error": "Vous avez déjà signalé le commentaire!", + "message": "Voulez-vous vraiment publier le commentaire de \"{name}\"?", + "title": "Publication des commentaires", + "type": "Commentaire" + }, + "contribution": { + "error": "Vous avez déjà signalé la contribution !!", + "message": "Voulez-vous vraiment débloquer la contribution \"{name}\"?", + "title": "Versement de la contribution", + "type": "Contribution" + }, + "submit": "Relâchez", + "success": "Relâchez avec succès!", + "user": { + "error": "Vous avez déjà signalé l'utilisateur!", + "message": "Voulez-vous vraiment libérer l'utilisateur \"{name}\"?", + "title": "Validation par l'utilisateur", + "type": "Utilisateur" + } + }, + "report": { + "cancel": "Annuler", + "comment": { + "error": "Vous avez déjà rapporté le commentaire!", + "message": "Souhaitez-vous vraiment signaler l'utilisateur « {name} »?", + "title": "Signaler un commentaire", + "type": "Commentaire" + }, + "contribution": { + "error": "Vous avez déjà rapporté la contribution!", + "message": "Souhaitez-vous vraiment signaler l'entrée « {name} »?", + "title": "Signaler l'entrée", + "type": "Apport" + }, + "reason": { + "category": { + "invalid": "Veuillez sélectionner une catégorie valide", + "label": "Sélectionnez une catégorie:", + "options": { + "advert_products_services_commercial": "Publicité de produits et de services à des fins commerciaux.", + "criminal_behavior_violation_german_law": "Comportement criminel ou violation du droit allemand.", + "discrimination_etc": "Posts, commentaires, expressions ou insultes discriminatoires.", + "doxing": "La divulgation de renseignements personnels sans le consentement ou la menace d' (\"doxing\").", + "glorific_trivia_of_cruel_inhuman_acts": "Glorification ou banalisation d'actes de violence cruels ou inhumains.", + "intentional_intimidation_stalking_persecution": "L'intimidation, le harcèlement ou la persécution intentionnelle.", + "other": "Autres...", + "pornographic_content_links": "Publication ou partage de matériel clairement pornographique." + }, + "placeholder": "Catégorie..." + }, + "description": { + "label": "S'il vous plaît expliquer: Pourquoi voulez-vous signaler cela?", + "placeholder": "Informations complémentaires..." + } + }, + "submit": "Envoyer le rapport", + "success": "Merci de nous avoir fait part de vos commentaires!", + "user": { + "error": "Vous avez déjà signalé l'utilisateur!", + "message": "Souhaitez-vous vraiment signaler l'utilisateur « {name} »?", + "title": "Signaler l'utilisateur", + "type": "Utilisateur" + } + }, + "search": { + "failed": "Rien trouvé", + "hint": "Qu'est-ce que vous cherchez ?", + "placeholder": "Rechercher" + }, + "settings": { + "data": { + "labelBio": "À propos de vous", + "labelCity": "Votre ville ou région", + "labelName": "Votre nom", + "labelSlug": "Votre nom d'utilisateur unique", + "name": "Vos données", + "namePlaceholder": "Fémanon Funny", + "success": "Vos données ont été mises à jour avec succès !" + }, + "delete": { + "name": "Supprimer un compte" + }, + "deleteUserAccount": { + "accountDescription": "Sachez que vos postes et commentaires sont importants pour notre communauté. Si vous voulez quand même les supprimer, vous devez les marquer ci-dessous.", + "accountWarning": "Vous NE POUVEZ PAS GÉRER et NE POUVEZ PAS RECOUVRIR votre compte, vos messages ou vos commentaires après avoir supprimé votre compte !", + "commentedCount": "Supprimer mes {count} commentaires", + "contributionsCount": "Supprimer mes {count} postes", + "name": "Supprimer un compte utilisateur", + "pleaseConfirm": " Action destructive! Saisissez {confirm} pour confirmer", + "success": "Compte supprimer avec succès!" + }, + "download": { + "name": "Télécharger les données" + }, + "email": { + "change-successful": "Votre adresse mail a été modifiée avec succès.", + "labelEmail": "Changer votre adresse mail", + "labelNewEmail": "Nouvelle adresse mail", + "labelNonce": "Entrez votre code", + "name": "Votre mail", + "submitted": "Un mail pour vérifier votre adresse a été envoyé à {email}.", + "success": "Une nouvelle adresse mail a été enregistrée.", + "validation": { + "same-email": "Voici votre adresse mail actuelle" + }, + "verification-error": { + "explanation": "Cela peut avoir différentes causes:", + "message": "Votre mail n'a pas pu être changé.", + "reason": { + "invalid-nonce": "Le code de confirmation est-il invalide?", + "no-email-request": "Êtes-vous certain d'avoir demandé un changement d'adresse mail?" + }, + "support": "Si le problème persiste, veuillez nous contacter par mail à l'adresse suivante" + } + }, + "embeds": { + "info-description": "Voici la liste des fournisseurs tiers dont le contenu peut être affiché sous forme de code tiers, par exemple sous la forme de vidéos intégrées.", + "name": "Fournisseurs tiers", + "status": { + "change": { + "allow": "Sûr", + "deny": "Non merci", + "question": "Est-ce que vous voulez que le code source intégrer vous soit toujours affiché?" + }, + "description": "Par défaut, le code incorporé des fournisseurs tiers est", + "disabled": { + "off": "initialement non affiché", + "on": "affiché immédiatement" + } + } + }, + "invites": { + "name": "Invite" + }, + "languages": { + "name": "Langues" + }, + "muted-users": { + "columns": { + "name": "Nom", + "slug": "Slug", + "unmute": "" + }, + "empty": "Jusqu'à présent, vous n'avez bloqué personne.", + "explanation": { + "intro": "Si vous avez bloqué un autre utilisateur, voici ce qui se passe:", + "search": "Les postes des personnes bloquées disparaissent de vos résultats de recherche.", + "your-perspective": "Les postes de la personne bloquée n'apparaîtront dans votre fil d'actualités." + }, + "how-to": "Vous pouvez bloquer d'autres utilisateurs sur leur page de profil via le menu de contenu.", + "mute": "Bloquer l'utilisateur", + "name": "Utilisateurs bloqués", + "unmute": "Débloquer l'utilisateur", + "unmuted": "{name} est à nouveau débloqué" + }, + "name": "Paramètres", + "organizations": { + "name": "Mes organisations" + }, + "privacy": { + "make-shouts-public": "", + "name": "", + "success-update": "" + }, + "security": { + "change-password": { + "button": "Modifier le mot de passe", + "label-new-password": "Votre nouveau mot de passe", + "label-new-password-confirm": "Confirmez votre nouveau mot de passe", + "label-old-password": "Votre ancien mot de passe", + "message-new-password-confirm-required": "Confirmez votre nouveau mot de passe", + "message-new-password-missmatch": "Tapez à nouveau le même mot de passe", + "message-new-password-required": "Entrez un nouveau mot de passe", + "message-old-password-required": "Entrez votre ancien mot de passe", + "passwordSecurity": "Sécurité par mot de passe", + "passwordStrength0": "Mot de passe très peu sûr", + "passwordStrength1": "Mot de passe non sécurisé", + "passwordStrength2": "Mot de passe médiocre", + "passwordStrength3": "Mot de passe fort", + "passwordStrength4": "Mot de passe très fort", + "success": "Mot de passe modifié avec succès !" + }, + "name": "Sécurité" + }, + "social-media": { + "name": "Médias sociaux", + "placeholder": "Ajouter une URL pour les médias sociaux", + "requireUnique": "Vous avez déjà ajouté cette URL", + "submit": "Ajouter un lien", + "successAdd": "Les médias sociaux ont été ajoutés. Profil mis à jour !", + "successDelete": "Médias sociaux supprimé. Profil mis à jour !" + }, + "validation": { + "slug": { + "alreadyTaken": "Ce nom d'utilisateur est déjà pris.", + "regex": "Les caractères autorisés ne sont que les lettres minuscules, les chiffres, les traits de soulignement et les traits d'union." + } + } + }, + "shoutButton": { + "shouted": "recommandé" + }, + "site": { + "back-to-login": "Retour à la page de connexion", + "bank": "compte bancaire", + "code-of-conduct": "Code de conduite", + "contact": "Contacter", + "data-privacy": "Protection des données", + "director": "Directeur Général", + "error-occurred": "Une erreur s'est produite.", + "faq": "FAQ", + "germany": "Allemagne", + "imprint": "Mentions légales", + "made": "Fabriqué avec ❤", + "register": "Numéro de registre", + "responsible": "Responsable selon § 55 Abs. 2 RStV (Allemagne)", + "taxident": "Numéro d'identification à la taxe sur la valeur ajoutée selon § 27 a de la loi sur la taxe sur la valeur ajoutée (Allemagne)", + "termsAndConditions": "Conditions générales", + "thanks": "Merci!", + "tribunal": "Tribunal de registre" + }, + "store": { + "posts": { + "orderBy": { + "newest": { + "label": "Plus récent" + }, + "oldest": { + "label": "Le plus ancien" + } + } + } + }, + "termsAndConditions": { + "addition": { + "description": " https://human-connection.org/events/ ", + "title": "De plus, nous organisons régulièrement des événements où vous pouvez également partager vos impressions et poser vos questions. Ici, vous trouverez un aperçu actuel:" + }, + "agree": "J'accepte!", + "code-of-conduct": { + "description": "Notre code de conduite sert de manuel pour l'apparence personnelle et l'interaction les uns avec les autres. Quiconque est actif en tant qu'utilisateur sur le réseau Human Connection, écrit des articles, commente ou établit des contacts avec d'autres utilisateurs, même en dehors du réseau, reconnaît que ces règles de conduite sont contractuel. https://alpha.human-connection.org/code-of-conduct ", + "title": "Code de conduite" + }, + "errors-and-feedback": { + "description": "Nous mettons tout en œuvre pour que notre réseau et nos données soient sécurisés et disponibles. Chaque nouvelle version du logiciel passe par des tests automatisés et manuels. Cependant, des erreurs imprévues peuvent survenir. Par conséquent, nous sommes reconnaissants pour tous les bugs signalés. Nous vous invitons à signaler les bugs que vous avez découverts en envoyant un mail à support@human-connection.org.", + "title": "Erreurs et Feedback" + }, + "help-and-questions": { + "description": "Pour obtenir de l'aide et des questions, nous avons compilé une foire aux questions (FAQ) complète pour vous. Vous pouvez les trouver ici: https://support.human-connection.org/kb/ ", + "title": "Aide et questions" + }, + "moderation": { + "description": "Jusqu'à ce que nos possibilités financières nous permettent de mettre en œuvre le système de modération communautaire, nous modérons avec un système simplifié et avec notre propre personnel ou éventuellement des bénévoles. Nous formons ces modérateurs et c'est pour cette raison qu'ils sont les seuls à prendre les décisions appropriées. Ces modérateurs effectuent leur travail de manière anonyme. Vous pouvez nous signaler des postes, commentaires et utilisateurs (par exemple, s'ils fournissent des informations dans leur profil ou s'ils ont des images qui violent ces Conditions d'utilisation). Si vous nous signalez quelque chose, vous pouvez nous donner une raison et une brève explication. Nous examinerons ensuite ce que vous nous avez signalé et vous sanctionnerons si nécessaire, par exemple en bloquant des contributions, des commentaires ou des utilisateurs. Malheureusement, vous et la personne concernée ne recevrez pas de commentaires de notre part pour le moment, mais c'est à l'étape de la planification. Indépendamment de cela, nous nous réservons le droit d'imposer des sanctions de principe pour des raisons qui ne figurent pas ou pas encore dans notre Code de conduite ou dans les présentes conditions de service.", + "title": "Modération" + }, + "newTermsAndConditions": "Nouvelles conditions générales", + "privacy-statement": { + "description": "Notre réseau est un réseau de connaissances et d'action sociale. Il est donc particulièrement important pour nous qu'autant de contenu que possible soit accessible au public. Au cours du développement de notre réseau, il y aura de plus en plus la possibilité de décider de la visibilité des données personnelles. Nous vous informerons de ces nouvelles fonctionnalités. Sinon, vous devriez toujours penser aux données personnelles que vous divulguez à votre sujet (ou à celui d'autres personnes). Cela vaut en particulier pour le contenu des messages et des commentaires, qui ont un caractère largement public. Plus tard, il y aura des possibilités de limiter la visibilité de votre profil. Une partie des conditions d'utilisation est notre déclaration de confidentialité, qui vous informe sur les différentes opérations de traitement des données dans notre réseau: https://human-connection.org/datenschutz/#netzwerk ex: https://human-connection.org/datenschutz/ Notre déclaration de confidentialité est adaptée à la situation juridique et aux caractéristiques de notre réseau et est toujours valable dans la version la plus récente.", + "title": "Déclaration de confidentialité" + }, + "terms-of-service": { + "description": "Les conditions d'utilisation suivantes constituent la base de l'utilisation de notre réseau. Lorsque vous vous inscrivez, vous devez les accepter et nous vous informerons ultérieurement de tout changement qui pourrait survenir. Le réseau Human Connection Network est exploité en Allemagne et est donc soumis au droit allemand. Le tribunal compétent est celui de Kirchheim / Teck. Pour plus de détails, consultez notre site Internet: https://human-connection.org/en/imprint ", + "title": "Conditions d'utilisation" + }, + "termsAndConditionsConfirmed": "J'ai lu et accepte les conditions générales.", + "termsAndConditionsNewConfirm": "J'ai lu et accepté les nouvelles conditions générales.", + "termsAndConditionsNewConfirmText": "Veuillez lire les nouvelles conditions d'utilisation dès maintenant !", + "use-and-license": { + "description": "Si un contenu que vous nous publiez est protégé par des droits de propriété intellectuelle, vous nous accordez une licence mondiale non exclusive, transférable, transférable et pouvant faire l'objet d'une sous-licence pour utiliser ce contenu à des fins de publication sur notre réseau. Cette licence expire lorsque vous supprimez votre contenu ou l'ensemble de votre compte. Rappelez-vous que d'autres personnes peuvent partager votre contenu et que nous ne pouvons pas le supprimer.", + "title": "Utilisation et licence" + } + }, + "user": { + "avatar": { + "submitted": "Téléchargement réussi" + } + } } diff --git a/webapp/locales/it.json b/webapp/locales/it.json index d07f95086..1735f0e90 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -1,747 +1,747 @@ { - "login": { - "copy": "Se sei gia registrato su Human Connection, accedi qui.", - "login": "Accesso", - "logout": "Logout", - "email": "La tua email", - "password": "La tua password", - "moreInfo": "Che cosa è Human Connection?", - "hello": "Ciao", - "forgotPassword": "", - "no-account": "", - "register": "", - "moreInfoURL": "", - "moreInfoHint": "", - "success": "", - "failure": "" + "actions": { + "cancel": "", + "create": "Crea", + "delete": "Cancella", + "edit": "Modifica", + "loadMore": "Carica di più", + "loading": "Caricamento in corso", + "save": "Salva" + }, + "admin": { + "categories": { + "categoryName": "Nome", + "name": "Categorie", + "postCount": "Messaggi" }, - "profile": { - "name": "Il mio profilo", - "memberSince": "Membro dal", - "follow": "Seguire", - "followers": "Seguenti", - "following": "Seguendo", - "shouted": "Gridato", - "commented": "Commentato", - "userAnonym": "Anonymous", - "socialMedia": "", - "network": { - "title": "", - "following": "", - "followingNobody": "", - "followedBy": "", - "followedByNobody": "", - "andMore": "" - }, - "invites": { - "title": "", - "description": "", - "emailPlaceholder": "" - } - }, - "settings": { - "name": "Impostazioni", - "data": { - "name": "I tuoi dati", - "labelName": "Nome", - "labelCity": "La tua città o regione", - "labelBio": "Su di te", - "labelSlug": "", - "namePlaceholder": "Anonymous", - "success": "" - }, - "security": { - "name": "Sicurezza", - "change-password": { - "button": "", - "success": "", - "label-old-password": "", - "label-new-password": "", - "label-new-password-confirm": "", - "message-old-password-required": "", - "message-new-password-required": "", - "message-new-password-confirm-required": "", - "message-new-password-missmatch": "", - "passwordSecurity": "", - "passwordStrength0": "", - "passwordStrength1": "", - "passwordStrength2": "", - "passwordStrength3": "", - "passwordStrength4": "" - } - }, - "invites": { - "name": "Inviti" - }, - "download": { - "name": "Scaricamento dati" - }, - "delete": { - "name": "Elimina Account" - }, - "organizations": { - "name": "Mie organizzazioni" - }, - "languages": { - "name": "Lingue" - }, - "email": { - "validation": { - "same-email": "" - }, - "name": "", - "labelEmail": "", - "labelNewEmail": "", - "labelNonce": "", - "success": "", - "submitted": "", - "change-successful": "", - "verification-error": { - "message": "", - "explanation": "", - "reason": { - "invalid-nonce": "", - "no-email-request": "" - }, - "support": "" - } - }, - "validation": { - "slug": { - "regex": "", - "alreadyTaken": "" - } - }, - "deleteUserAccount": { - "name": "Cancellare l'account utente", - "contributionsCount": "Cancellare i miei {count} messaggi", - "commentedCount": "Cancella i miei {count} commenti", - "accountDescription": "Essere consapevoli che i tuoi post e commenti sono importanti per la nostra comunità. Se cancelli il tuo account utente, tutto scomparirà per sempre - e sarebbe un vero peccato!", - "accountWarning": "Attenzione!Tu Non puoi gestire e Non puoi recuperare il tuo account, i tuoi messaggi o commenti dopo aver cancellato il tuo account!", - "success": "Account eliminato con successo!", - "pleaseConfirm": "Azione distruttiva! Digita {conferma} per confermare" - }, - "embeds": { - "name": "", - "info-description": "Ecco l'elenco dei fornitori di terze parti i cui contenuti possono essere visualizzati come codice di terze parti, ad esempio sotto forma di video incorporati.", - "status": { - "description": "", - "disabled": { - "off": "", - "on": "" - }, - "change": { - "question": "", - "allow": "", - "deny": "" - } - } - }, - "social-media": { - "name": "", - "placeholder": "", - "requireUnique": "", - "submit": "", - "successAdd": "Social media aggiunti. \nProfilo utente aggiornato ", - "successDelete": "Social media cancellati. Profilo utente aggiornato!" - }, - "muted-users": { - "name": null, - "explanation": { - "intro": null, - "your-perspective": null, - "search": null - }, - "columns": { - "name": null, - "slug": null, - "unmute": null - }, - "empty": null, - "how-to": null, - "mute": null, - "unmute": null, - "unmuted": null - }, - "privacy": { - "name": "", - "make-shouts-public": "", - "success-update": "" - } - }, - "admin": { - "name": "Admin", - "dashboard": { - "name": "Cruscotto", - "users": "Utenti", - "posts": "Messaggi", - "comments": "Commenti", - "notifications": "Notifiche", - "organizations": "Organizzazioni", - "projects": "Progetti", - "invites": "Inviti", - "follows": "Segue", - "shouts": "Gridi" - }, - "organizations": { - "name": "Organizzazioni" - }, - "users": { - "name": "Utenti", - "form": { - "placeholder": "" - }, - "table": { - "columns": { - "number": "", - "name": "", - "email": "", - "slug": "", - "role": "", - "createdAt": "" - } - }, - "empty": "" - }, - "pages": { - "name": "Pagine" - }, - "notifications": { - "name": "Notifiche" - }, - "categories": { - "name": "Categorie", - "categoryName": "Nome", - "postCount": "Messaggi" - }, - "tags": { - "name": "Tag", - "tagCountUnique": "Utenti", - "tagCount": "Messaggi" - }, - "settings": { - "name": "Impostazioni" - }, - "hashtags": { - "name": "", - "number": "", - "nameOfHashtag": "", - "tagCountUnique": "", - "tagCount": "" - }, - "invites": { - "name": "", - "title": "", - "description": "" - }, - "donations": { - "name": "Info donazioni", - "goal": "Donazioni mensili necessarie", - "progress": "Donazioni raccolte finora", - "successfulUpdate": "Informazioni sulle donazioni aggiornate con successo!" - } - }, - "post": { - "name": "Messaggio", - "moreInfo": { - "name": "Ulteriori informazioni", - "title": "", - "description": "", - "titleOfCategoriesSection": "", - "titleOfHashtagsSection": "", - "titleOfRelatedContributionsSection": "" - }, - "takeAction": { - "name": "Agire" - }, - "pinned": "", - "menu": { - "edit": "", - "delete": "", - "pin": "", - "pinnedSuccessfully": "", - "unpin": "", - "unpinnedSuccessfully": "" - }, - "comment": { - "submit": "", - "submitted": "", - "updated": "" - }, - "edited": "" - }, - "quotes": { - "african": { - "quote": "Molte piccole persone in molti piccoli luoghi fanno molte piccole cose, che possono cambiare la faccia del mondo.", - "author": "Proverbio africano" - } - }, - "common": { - "post": "Messaggio ::: Messaggi", - "comment": "Commento ::: Commenti", - "letsTalk": "Discutiamo", - "versus": "Verso", - "moreInfo": "Ulteriori informazioni", - "takeAction": "Agire", - "shout": "Grido ::: Gridi", - "user": "Utente ::: Utenti", - "category": "Categoria ::: Categorie", - "organization": "Organizzazione ::: Organizzazioni", - "project": "Progetto ::: Progetti", - "tag": "Tag ::: Tag", - "name": "Nome", - "loadMore": "Caricare di più", - "loading": "Caricamento in corso", - "reportContent": "", - "validations": { - "email": "", - "url": "", - "categories": "" - } - }, - "actions": { - "loading": "Caricamento in corso", - "loadMore": "Carica di più", - "create": "Crea", - "save": "Salva", - "edit": "Modifica", - "delete": "Cancella", - "cancel": "" - }, - "moderation": { - "name": "", - "reports": { - "empty": "", - "name": "", - "reporter": "", - "submitter": "", - "disabledBy": "", - "reasonCategory": "", - "reasonDescription": "", - "createdAt": "" - } - }, - "disable": { - "user": { - "title": "", - "type": "", - "message": "" - }, - "contribution": { - "title": "", - "type": "", - "message": "" - }, - "comment": { - "title": "", - "type": "", - "message": "" - }, - "submit": "", - "cancel": "", - "success": "" - }, - "report": { - "submit": "", - "cancel": "", - "user": { - "title": "", - "type": "", - "message": "", - "error": "" - }, - "contribution": { - "title": "", - "type": "", - "message": "", - "error": "" - }, - "comment": { - "title": "", - "type": "", - "message": "", - "error": "" - }, - "success": "", - "reason": { - "category": { - "label": "", - "placeholder": "", - "options": { - "discrimination_etc": "", - "pornographic_content_links": "", - "glorific_trivia_of_cruel_inhuman_acts": "", - "doxing": "", - "intentional_intimidation_stalking_persecution": "", - "advert_products_services_commercial": "", - "criminal_behavior_violation_german_law": "", - "other": "" - }, - "invalid": "" - }, - "description": { - "label": "", - "placeholder": "" - } - } - }, - "contribution": { - "edit": "", - "delete": "", - "title": "", - "newPost": "", - "filterFollow": "", - "filterALL": "", - "success": "", - "languageSelectLabel": "", - "categories": { - "infoSelectedNoOfMaxCategories": "" - }, - "emotions-label": { - "funny": "", - "happy": "", - "surprised": "", - "cry": "", - "angry": "" - }, - "category": { - "name": { - "freedom-of-speech": "", - "consumption-sustainability": "", - "global-peace-nonviolence": "", - "just-for-fun": "", - "happiness-values": "", - "health-wellbeing": "", - "environment-nature": "", - "animal-protection": "", - "human-rights-justice": "", - "education-sciences": "", - "cooperation-development": "", - "democracy-politics": "", - "economy-finances": "", - "energy-technology": "", - "it-internet-data-privacy": "", - "art-culture-sport": "" - } - }, - "teaserImage": { - "cropperConfirm": "Confermare" - }, - "languageSelectText": "" - }, - "comment": { - "edit": "", - "delete": "", - "content": { - "unavailable-placeholder": "" - }, - "menu": { - "edit": "", - "delete": "" - }, - "show": { - "more": "", - "less": "" - }, - "edited": "" - }, - "followButton": { - "follow": "", - "following": "" - }, - "shoutButton": { - "shouted": "" - }, - "search": { - "placeholder": "", - "hint": "", - "failed": "" - }, - "components": { - "password-reset": { - "request": { - "title": "", - "form": { - "description": "", - "submit": "", - "submitted": "" - } - }, - "change-password": { - "success": "", - "error": "Modifica della password non riuscita. Forse il codice di sicurezza non era corretto?", - "help": "" - } - }, - "enter-nonce": { - "form": { - "nonce": "", - "description": "", - "next": "", - "validations": { - "length": "" - } - } - }, - "registration": { - "signup": { - "unavailable": "", - "title": "", - "form": { - "description": "", - "terms-and-condition": "", - "data-privacy": "", - "minimum-age": "", - "invitation-code": "", - "errors": { - "email-exists": "", - "invalid-invitation-token": "Sembra che l'invito sia già stato utilizzato. I link di invito possono essere utilizzati una sola volta." - }, - "submit": "", - "success": "" - } - }, - "create-user-account": { - "title": "", - "success": "", - "error": "", - "help": "" - } - } - }, - "store": { - "posts": { - "orderBy": { - "newest": { - "label": "" - }, - "oldest": { - "label": "" - } - } - } - }, - "maintenance": { - "title": "", - "explanation": "", - "questions": "" - }, - "index": { - "no-results": "", - "change-filter-settings": "" - }, - "filter-menu": { - "title": "", - "hashtag-search": "", - "clearSearch": "" - }, - "filter-posts": { - "categories": { - "header": "", - "all": "" - }, - "general": { - "header": "" - }, - "followers": { - "label": "" - }, - "language": { - "header": "", - "all": "" - } - }, - "site": { - "thanks": "", - "error-occurred": "", - "made": "Con ❤ fatto", - "imprint": "Impressum", - "termsAndConditions": "", - "data-privacy": "protezione dei dati", - "contact": "Contatto", - "tribunal": "registro tribunale", - "register": "numero di registro", - "director": "Direttore Generale", - "taxident": "Numero di identificazione dell'imposta sul valore aggiunto ai sensi del § 27 a Legge sull'imposta sul valore aggiunto (Germania)", - "responsible": "Responsabile ai sensi del § 55 Abs. 2 RStV (Germania)", - "bank": "conto bancario", - "germany": "Germania", - "code-of-conduct": "", - "back-to-login": "", - "faq": "" - }, - "editor": { - "placeholder": "", - "mention": { - "noUsersFound": "" - }, - "hashtag": { - "noHashtagsFound": "", - "addHashtag": "", - "addLetter": "" - }, - "embed": { - "data_privacy_warning": "", - "data_privacy_info": "I tuoi dati non sono ancora stati condivisi con fornitori terzi. Se continui a guardare questo video, il seguente fornitore probabilmente raccoglierà i dati dell'utente:", - "play_now": "", - "always_allow": "" - } - }, - "notifications": { - "reason": { - "mentioned_in_post": "", - "mentioned_in_comment": "", - "commented_on_post": "" - }, - "comment": "", - "title": "", - "pageLink": "", - "post": "", - "user": "", - "content": "", - "filterLabel": { - "all": "", - "read": "", - "unread": "" - }, - "empty": "" - }, - "delete": { - "submit": "", - "cancel": "", - "contribution": { - "title": "", - "type": "", - "message": "", - "success": "" - }, - "comment": { - "title": "", - "type": "", - "message": "", - "success": "" - } - }, - "release": { - "submit": "", - "cancel": "", - "success": "", - "user": { - "title": "", - "type": "", - "message": "", - "error": "" - }, - "contribution": { - "title": "", - "type": "", - "message": "", - "error": "" - }, - "comment": { - "title": "", - "type": "", - "message": "", - "error": "" - } - }, - "user": { - "avatar": { - "submitted": "" - } - }, - "code-of-conduct": { - "subheader": "", - "preamble": { - "title": "", - "description": "Human Connection è una rete di conoscenza e azione sociale senza scopo di lucro della prossima generazione. Dalle persone - per le persone. Open Source, equo e trasparente. Per un cambiamento locale e globale positivo in tutte le aree della vita. Ridisegniamo completamente lo scambio pubblico di conoscenze, idee e progetti. Le funzioni di Human Connection riuniscono le persone - offline e online - in modo che possiamo rendere il mondo un posto migliore." - }, - "purpose": { - "title": "", - "description": "Con questo codice di condotta regoliamo i principi essenziali di comportamento nel nostro social network. La Carta dei diritti umani delle Nazioni Unite è il nostro orientamento e costituisce il cuore della nostra comprensione dei valori. Il codice di condotta funge da principio guida per il nostro aspetto personale e l'interazione reciproca. Chiunque sia attivo come utente nella rete di connessione umana, scrive articoli, commenti o contatta altri utenti, compresi quelli esterni alla rete, riconosce queste regole di condotta come vincolanti." - }, - "expected-behaviour": { - "title": "", - "description": "", - "list": { - "0": "", - "1": "", - "2": "", - "3": "Fai attenzione a ciò che ti circonda e ai tuoi compagni partecipanti. Avvisare i leader della comunità se si nota una situazione pericolosa, qualcuno in difficoltà o violazioni del presente Codice di condotta, anche se sembrano insignificanti." - } - }, - "unacceptable-behaviour": { - "title": "", - "description": "", - "list": { - "0": "Posti discriminatori, commenti, dichiarazioni o insulti, in particolare quelli relativi a genere, orientamento sessuale, razza, religione, orientamento politico o filosofico o disabilità.", - "1": "Pubblicazione o collegamento di materiale chiaramente pornografico.", - "2": "Glorificazione o banalizzazione di atti di violenza crudele o disumana.", - "3": "La divulgazione di informazioni personali altrui senza il loro consenso o minaccia di (\"doxing\").", - "4": "Intimidazione intenzionale, stalking o persecuzione.", - "5": "Pubblicità di prodotti e servizi a fini commerciali.", - "6": "Comportamento criminale o violazione della legge tedesca.", - "7": "Sostenere o incoraggiare tale condotta." - } - }, - "consequences": { - "title": "Conseguenze di comportamenti inaccettabilil", - "description": "Se un membro della comunità manifesta comportamenti inaccettabili, gli operatori, i moderatori e gli amministratori responsabili della rete possono adottare le misure appropriate, inclusi ma non limitati a:", - "list": { - "0": "Richiesta di cessazione immediata di comportamenti inaccettabili", - "1": "Blocco o eliminazione di commenti", - "2": "Esclusione temporanea dal rispettivo posto o contributo", - "3": "Blocco o eliminazione di contenuti", - "4": "Revoca temporanea delle autorizzazioni di scrittura", - "5": "Esclusione temporanea dalla rete", - "6": "Esclusione definitiva dalla rete", - "7": "Violazioni della legge tedesca possono essere segnalate." - } - }, - "get-help": "Se sei soggetto o testimone di un comportamento inaccettabile, o se hai altre preoccupazioni, ti preghiamo di avvisare al più presto un organizzatore della comunità e di fare riferimento al contenuto corrispondente:" - }, - "termsAndConditions": { - "newTermsAndConditions": "Nuovi Termini e Condizioni", - "termsAndConditionsConfirmed": "Ho letto e confermato i Termini e condizioni <\/a> .", - "termsAndConditionsNewConfirmText": "Si prega di leggere le nuove condizioni d'uso ora!", - "termsAndConditionsNewConfirm": "Ho letto e accetto le nuove condizioni generali di contratto.", - "agree": "Sono d'accordo!", - "terms-of-service": { - "title": "Termini di servizio", - "description": "Le seguenti condizioni d'uso costituiscono la base per l'utilizzo della nostra rete. Quando ti registri, devi accettarli e ti informeremo in seguito di eventuali modifiche che potrebbero aver luogo. La rete di connessione umana è gestita in Germania ed è quindi soggetta alla legge tedesca. Il foro competente è Kirchheim \/ Teck. Per i dettagli, consulta la nostra impronta: https:\/\/human-connection.org\/imprint <\/a>" - }, - "use-and-license": { - "title": "Uso e licenza", - "description": "Se qualsiasi contenuto pubblicato su di noi è protetto da diritti di proprietà intellettuale, l'utente ci concede una licenza mondiale, non esclusiva, trasferibile e sub-licenziabile, per l'utilizzo di tali contenuti per la pubblicazione nella nostra rete. Questa licenza scade quando si elimina il contenuto o l'intero account. Ricorda che altri potrebbero condividere i tuoi contenuti e noi non possiamo cancellarli." - }, - "privacy-statement": { - "title": "Informativa sulla Privacy", - "description": "La nostra rete è una rete di conoscenza e azione sociale. Per noi è quindi particolarmente importante che il maggior numero possibile di contenuti sia accessibile al pubblico. Nel corso dello sviluppo della nostra rete ci sarà sempre più la possibilità di decidere sulla visibilità dei dati personali. Ti informeremo su queste nuove funzionalità. Altrimenti, dovresti sempre pensare a quali dati personali divulghi su te stesso (o altri). Ciò vale in particolare per il contenuto di post e commenti, poiché questi hanno un carattere ampiamente pubblico. Successivamente ci saranno possibilità di limitare la visibilità del tuo profilo. Parte dei termini di servizio è la nostra informativa sulla privacy, che ti informa sulle singole operazioni di trattamento dei dati nella nostra rete: https:\/\/human-connection.org\/datenschutz\/#netzwerk <\/a> bzw. https:\/\/human-connection.org\/datenschutz\/ <\/a> La nostra informativa sulla privacy è adattata alla situazione legale e caratteristiche della nostra rete ed è sempre valido nella versione più recente." - }, - "code-of-conduct": { - "title": "Codice di condotta", - "description": "Il nostro codice di condotta funge da manuale per l'aspetto personale e l'interazione reciproca. Chiunque sia attivo come utente nella rete di Human Connection, scrive articoli, commenti o contatta altri utenti, anche al di fuori della rete, riconosce queste regole di condotta come vincolanti. https:\/\/alpha.human-connection.org\/code-of-conduct <\/a>" - }, - "moderation": { - "title": "Moderazione", - "description": "Fino a quando le nostre possibilità finanziarie ci permettono di implementare il sistema di moderazione comunitaria, abbiamo moderato con un sistema semplificato e con personale proprio o eventualmente volontario. Formiamo questi moderatori e per questo motivo solo loro prendono le decisioni appropriate. Questi moderatori svolgono il loro lavoro in forma anonima. È possibile segnalare a noi messaggi, commenti e utenti (ad esempio, se forniscono informazioni nel loro profilo o se hanno immagini che violano queste Condizioni d'uso). Se ci segnalate qualcosa, potete darci una ragione e una breve spiegazione. Dopodiché daremo un'occhiata a ciò che hai segnalato e, se necessario, ti sanzioneremo, ad esempio bloccando i contributi, i commenti o gli utenti. Purtroppo, lei e la persona interessata non riceverà alcun feedback da parte nostra in questo momento, ma questo è in fase di pianificazione. Indipendentemente da ciò, ci riserviamo il diritto di imporre sanzioni in linea di principio per motivi che non sono o non sono ancora elencati nel nostro Codice di condotta o nei presenti termini di servizio." - }, - "errors-and-feedback": { - "title": "Errori e feedback", - "description": "Facciamo ogni sforzo per mantenere la nostra rete e i nostri dati al sicuro e disponibili. Ogni nuova versione del software viene sottoposta a test sia automatizzati che manuali. Tuttavia, possono verificarsi errori imprevisti. Pertanto, siamo grati per tutti i bug segnalati. Siete invitati a segnalare eventuali bug che si scopre inviando un'e-mail al supporto presso support@human-connection.org" - }, - "help-and-questions": { - "title": "Aiuto e domande", - "description": "Per aiuto e domande abbiamo compilato per voi una raccolta completa di domande e risposte alle domande più frequenti (FAQ). Potete trovarli qui: https:<\/a>\/\/support.human-connection.org\/kb\/ " - }, - "addition": { - "title": "Inoltre, teniamo regolarmente eventi in cui puoi anche condividere le tue impressioni e porre domande. Puoi trovare una panoramica attuale qui:", - "description": "Https:\/\/human-connection. org\/eventi\/" - } + "dashboard": { + "comments": "Commenti", + "follows": "Segue", + "invites": "Inviti", + "name": "Cruscotto", + "notifications": "Notifiche", + "organizations": "Organizzazioni", + "posts": "Messaggi", + "projects": "Progetti", + "shouts": "Gridi", + "users": "Utenti" }, "donations": { - "donations-for": "Donazioni per", - "donate-now": "Dona ora", - "amount-of-total": "{amount} of {total} € collezionato" + "goal": "Donazioni mensili necessarie", + "name": "Info donazioni", + "progress": "Donazioni raccolte finora", + "successfulUpdate": "Informazioni sulle donazioni aggiornate con successo!" + }, + "hashtags": { + "name": "", + "nameOfHashtag": "", + "number": "", + "tagCount": "", + "tagCountUnique": "" + }, + "invites": { + "description": "", + "name": "", + "title": "" + }, + "name": "Admin", + "notifications": { + "name": "Notifiche" + }, + "organizations": { + "name": "Organizzazioni" + }, + "pages": { + "name": "Pagine" + }, + "settings": { + "name": "Impostazioni" + }, + "tags": { + "name": "Tag", + "tagCount": "Messaggi", + "tagCountUnique": "Utenti" + }, + "users": { + "empty": "", + "form": { + "placeholder": "" + }, + "name": "Utenti", + "table": { + "columns": { + "createdAt": "", + "email": "", + "name": "", + "number": "", + "role": "", + "slug": "" + } + } } + }, + "code-of-conduct": { + "consequences": { + "description": "Se un membro della comunità manifesta comportamenti inaccettabili, gli operatori, i moderatori e gli amministratori responsabili della rete possono adottare le misure appropriate, inclusi ma non limitati a:", + "list": { + "0": "Richiesta di cessazione immediata di comportamenti inaccettabili", + "1": "Blocco o eliminazione di commenti", + "2": "Esclusione temporanea dal rispettivo posto o contributo", + "3": "Blocco o eliminazione di contenuti", + "4": "Revoca temporanea delle autorizzazioni di scrittura", + "5": "Esclusione temporanea dalla rete", + "6": "Esclusione definitiva dalla rete", + "7": "Violazioni della legge tedesca possono essere segnalate." + }, + "title": "Conseguenze di comportamenti inaccettabilil" + }, + "expected-behaviour": { + "description": "", + "list": { + "0": "", + "1": "", + "2": "", + "3": "Fai attenzione a ciò che ti circonda e ai tuoi compagni partecipanti. Avvisare i leader della comunità se si nota una situazione pericolosa, qualcuno in difficoltà o violazioni del presente Codice di condotta, anche se sembrano insignificanti." + }, + "title": "" + }, + "get-help": "Se sei soggetto o testimone di un comportamento inaccettabile, o se hai altre preoccupazioni, ti preghiamo di avvisare al più presto un organizzatore della comunità e di fare riferimento al contenuto corrispondente:", + "preamble": { + "description": "Human Connection è una rete di conoscenza e azione sociale senza scopo di lucro della prossima generazione. Dalle persone - per le persone. Open Source, equo e trasparente. Per un cambiamento locale e globale positivo in tutte le aree della vita. Ridisegniamo completamente lo scambio pubblico di conoscenze, idee e progetti. Le funzioni di Human Connection riuniscono le persone - offline e online - in modo che possiamo rendere il mondo un posto migliore.", + "title": "" + }, + "purpose": { + "description": "Con questo codice di condotta regoliamo i principi essenziali di comportamento nel nostro social network. La Carta dei diritti umani delle Nazioni Unite è il nostro orientamento e costituisce il cuore della nostra comprensione dei valori. Il codice di condotta funge da principio guida per il nostro aspetto personale e l'interazione reciproca. Chiunque sia attivo come utente nella rete di connessione umana, scrive articoli, commenti o contatta altri utenti, compresi quelli esterni alla rete, riconosce queste regole di condotta come vincolanti.", + "title": "" + }, + "subheader": "", + "unacceptable-behaviour": { + "description": "", + "list": { + "0": "Posti discriminatori, commenti, dichiarazioni o insulti, in particolare quelli relativi a genere, orientamento sessuale, razza, religione, orientamento politico o filosofico o disabilità.", + "1": "Pubblicazione o collegamento di materiale chiaramente pornografico.", + "2": "Glorificazione o banalizzazione di atti di violenza crudele o disumana.", + "3": "La divulgazione di informazioni personali altrui senza il loro consenso o minaccia di (\"doxing\").", + "4": "Intimidazione intenzionale, stalking o persecuzione.", + "5": "Pubblicità di prodotti e servizi a fini commerciali.", + "6": "Comportamento criminale o violazione della legge tedesca.", + "7": "Sostenere o incoraggiare tale condotta." + }, + "title": "" + } + }, + "comment": { + "content": { + "unavailable-placeholder": "" + }, + "delete": "", + "edit": "", + "edited": "", + "menu": { + "delete": "", + "edit": "" + }, + "show": { + "less": "", + "more": "" + } + }, + "common": { + "category": "Categoria ::: Categorie", + "comment": "Commento ::: Commenti", + "letsTalk": "Discutiamo", + "loadMore": "Caricare di più", + "loading": "Caricamento in corso", + "moreInfo": "Ulteriori informazioni", + "name": "Nome", + "organization": "Organizzazione ::: Organizzazioni", + "post": "Messaggio ::: Messaggi", + "project": "Progetto ::: Progetti", + "reportContent": "", + "shout": "Grido ::: Gridi", + "tag": "Tag ::: Tag", + "takeAction": "Agire", + "user": "Utente ::: Utenti", + "validations": { + "categories": "", + "email": "", + "url": "" + }, + "versus": "Verso" + }, + "components": { + "enter-nonce": { + "form": { + "description": "", + "next": "", + "nonce": "", + "validations": { + "length": "" + } + } + }, + "password-reset": { + "change-password": { + "error": "Modifica della password non riuscita. Forse il codice di sicurezza non era corretto?", + "help": "", + "success": "" + }, + "request": { + "form": { + "description": "", + "submit": "", + "submitted": "" + }, + "title": "" + } + }, + "registration": { + "create-user-account": { + "error": "", + "help": "", + "success": "", + "title": "" + }, + "signup": { + "form": { + "data-privacy": "", + "description": "", + "errors": { + "email-exists": "", + "invalid-invitation-token": "Sembra che l'invito sia già stato utilizzato. I link di invito possono essere utilizzati una sola volta." + }, + "invitation-code": "", + "minimum-age": "", + "submit": "", + "success": "", + "terms-and-condition": "" + }, + "title": "", + "unavailable": "" + } + } + }, + "contribution": { + "categories": { + "infoSelectedNoOfMaxCategories": "" + }, + "category": { + "name": { + "animal-protection": "", + "art-culture-sport": "", + "consumption-sustainability": "", + "cooperation-development": "", + "democracy-politics": "", + "economy-finances": "", + "education-sciences": "", + "energy-technology": "", + "environment-nature": "", + "freedom-of-speech": "", + "global-peace-nonviolence": "", + "happiness-values": "", + "health-wellbeing": "", + "human-rights-justice": "", + "it-internet-data-privacy": "", + "just-for-fun": "" + } + }, + "delete": "", + "edit": "", + "emotions-label": { + "angry": "", + "cry": "", + "funny": "", + "happy": "", + "surprised": "" + }, + "filterALL": "", + "filterFollow": "", + "languageSelectLabel": "", + "languageSelectText": "", + "newPost": "", + "success": "", + "teaserImage": { + "cropperConfirm": "Confermare" + }, + "title": "" + }, + "delete": { + "cancel": "", + "comment": { + "message": "", + "success": "", + "title": "", + "type": "" + }, + "contribution": { + "message": "", + "success": "", + "title": "", + "type": "" + }, + "submit": "" + }, + "disable": { + "cancel": "", + "comment": { + "message": "", + "title": "", + "type": "" + }, + "contribution": { + "message": "", + "title": "", + "type": "" + }, + "submit": "", + "success": "", + "user": { + "message": "", + "title": "", + "type": "" + } + }, + "donations": { + "amount-of-total": "{amount} of {total} € collezionato", + "donate-now": "Dona ora", + "donations-for": "Donazioni per" + }, + "editor": { + "embed": { + "always_allow": "", + "data_privacy_info": "I tuoi dati non sono ancora stati condivisi con fornitori terzi. Se continui a guardare questo video, il seguente fornitore probabilmente raccoglierà i dati dell'utente:", + "data_privacy_warning": "", + "play_now": "" + }, + "hashtag": { + "addHashtag": "", + "addLetter": "", + "noHashtagsFound": "" + }, + "mention": { + "noUsersFound": "" + }, + "placeholder": "" + }, + "filter-menu": { + "clearSearch": "", + "hashtag-search": "", + "title": "" + }, + "filter-posts": { + "categories": { + "all": "", + "header": "" + }, + "followers": { + "label": "" + }, + "general": { + "header": "" + }, + "language": { + "all": "", + "header": "" + } + }, + "followButton": { + "follow": "", + "following": "" + }, + "index": { + "change-filter-settings": "", + "no-results": "" + }, + "login": { + "copy": "Se sei gia registrato su Human Connection, accedi qui.", + "email": "La tua email", + "failure": "", + "forgotPassword": "", + "hello": "Ciao", + "login": "Accesso", + "logout": "Logout", + "moreInfo": "Che cosa è Human Connection?", + "moreInfoHint": "", + "moreInfoURL": "", + "no-account": "", + "password": "La tua password", + "register": "", + "success": "" + }, + "maintenance": { + "explanation": "", + "questions": "", + "title": "" + }, + "moderation": { + "name": "", + "reports": { + "createdAt": "", + "disabledBy": "", + "empty": "", + "name": "", + "reasonCategory": "", + "reasonDescription": "", + "reporter": "", + "submitter": "" + } + }, + "notifications": { + "comment": "", + "content": "", + "empty": "", + "filterLabel": { + "all": "", + "read": "", + "unread": "" + }, + "pageLink": "", + "post": "", + "reason": { + "commented_on_post": "", + "mentioned_in_comment": "", + "mentioned_in_post": "" + }, + "title": "", + "user": "" + }, + "post": { + "comment": { + "submit": "", + "submitted": "", + "updated": "" + }, + "edited": "", + "menu": { + "delete": "", + "edit": "", + "pin": "", + "pinnedSuccessfully": "", + "unpin": "", + "unpinnedSuccessfully": "" + }, + "moreInfo": { + "description": "", + "name": "Ulteriori informazioni", + "title": "", + "titleOfCategoriesSection": "", + "titleOfHashtagsSection": "", + "titleOfRelatedContributionsSection": "" + }, + "name": "Messaggio", + "pinned": "", + "takeAction": { + "name": "Agire" + } + }, + "profile": { + "commented": "Commentato", + "follow": "Seguire", + "followers": "Seguenti", + "following": "Seguendo", + "invites": { + "description": "", + "emailPlaceholder": "", + "title": "" + }, + "memberSince": "Membro dal", + "name": "Il mio profilo", + "network": { + "andMore": "", + "followedBy": "", + "followedByNobody": "", + "following": "", + "followingNobody": "", + "title": "" + }, + "shouted": "Gridato", + "socialMedia": "", + "userAnonym": "Anonymous" + }, + "quotes": { + "african": { + "author": "Proverbio africano", + "quote": "Molte piccole persone in molti piccoli luoghi fanno molte piccole cose, che possono cambiare la faccia del mondo." + } + }, + "release": { + "cancel": "", + "comment": { + "error": "", + "message": "", + "title": "", + "type": "" + }, + "contribution": { + "error": "", + "message": "", + "title": "", + "type": "" + }, + "submit": "", + "success": "", + "user": { + "error": "", + "message": "", + "title": "", + "type": "" + } + }, + "report": { + "cancel": "", + "comment": { + "error": "", + "message": "", + "title": "", + "type": "" + }, + "contribution": { + "error": "", + "message": "", + "title": "", + "type": "" + }, + "reason": { + "category": { + "invalid": "", + "label": "", + "options": { + "advert_products_services_commercial": "", + "criminal_behavior_violation_german_law": "", + "discrimination_etc": "", + "doxing": "", + "glorific_trivia_of_cruel_inhuman_acts": "", + "intentional_intimidation_stalking_persecution": "", + "other": "", + "pornographic_content_links": "" + }, + "placeholder": "" + }, + "description": { + "label": "", + "placeholder": "" + } + }, + "submit": "", + "success": "", + "user": { + "error": "", + "message": "", + "title": "", + "type": "" + } + }, + "search": { + "failed": "", + "hint": "", + "placeholder": "" + }, + "settings": { + "data": { + "labelBio": "Su di te", + "labelCity": "La tua città o regione", + "labelName": "Nome", + "labelSlug": "", + "name": "I tuoi dati", + "namePlaceholder": "Anonymous", + "success": "" + }, + "delete": { + "name": "Elimina Account" + }, + "deleteUserAccount": { + "accountDescription": "Essere consapevoli che i tuoi post e commenti sono importanti per la nostra comunità. Se cancelli il tuo account utente, tutto scomparirà per sempre - e sarebbe un vero peccato!", + "accountWarning": "Attenzione!Tu Non puoi gestire e Non puoi recuperare il tuo account, i tuoi messaggi o commenti dopo aver cancellato il tuo account!", + "commentedCount": "Cancella i miei {count} commenti", + "contributionsCount": "Cancellare i miei {count} messaggi", + "name": "Cancellare l'account utente", + "pleaseConfirm": "Azione distruttiva! Digita {conferma} per confermare", + "success": "Account eliminato con successo!" + }, + "download": { + "name": "Scaricamento dati" + }, + "email": { + "change-successful": "", + "labelEmail": "", + "labelNewEmail": "", + "labelNonce": "", + "name": "", + "submitted": "", + "success": "", + "validation": { + "same-email": "" + }, + "verification-error": { + "explanation": "", + "message": "", + "reason": { + "invalid-nonce": "", + "no-email-request": "" + }, + "support": "" + } + }, + "embeds": { + "info-description": "Ecco l'elenco dei fornitori di terze parti i cui contenuti possono essere visualizzati come codice di terze parti, ad esempio sotto forma di video incorporati.", + "name": "", + "status": { + "change": { + "allow": "", + "deny": "", + "question": "" + }, + "description": "", + "disabled": { + "off": "", + "on": "" + } + } + }, + "invites": { + "name": "Inviti" + }, + "languages": { + "name": "Lingue" + }, + "muted-users": { + "columns": { + "name": null, + "slug": null, + "unmute": null + }, + "empty": null, + "explanation": { + "intro": null, + "search": null, + "your-perspective": null + }, + "how-to": null, + "mute": null, + "name": null, + "unmute": null, + "unmuted": null + }, + "name": "Impostazioni", + "organizations": { + "name": "Mie organizzazioni" + }, + "privacy": { + "make-shouts-public": "", + "name": "", + "success-update": "" + }, + "security": { + "change-password": { + "button": "", + "label-new-password": "", + "label-new-password-confirm": "", + "label-old-password": "", + "message-new-password-confirm-required": "", + "message-new-password-missmatch": "", + "message-new-password-required": "", + "message-old-password-required": "", + "passwordSecurity": "", + "passwordStrength0": "", + "passwordStrength1": "", + "passwordStrength2": "", + "passwordStrength3": "", + "passwordStrength4": "", + "success": "" + }, + "name": "Sicurezza" + }, + "social-media": { + "name": "", + "placeholder": "", + "requireUnique": "", + "submit": "", + "successAdd": "Social media aggiunti. \nProfilo utente aggiornato ", + "successDelete": "Social media cancellati. Profilo utente aggiornato!" + }, + "validation": { + "slug": { + "alreadyTaken": "", + "regex": "" + } + } + }, + "shoutButton": { + "shouted": "" + }, + "site": { + "back-to-login": "", + "bank": "conto bancario", + "code-of-conduct": "", + "contact": "Contatto", + "data-privacy": "protezione dei dati", + "director": "Direttore Generale", + "error-occurred": "", + "faq": "", + "germany": "Germania", + "imprint": "Impressum", + "made": "Con ❤ fatto", + "register": "numero di registro", + "responsible": "Responsabile ai sensi del § 55 Abs. 2 RStV (Germania)", + "taxident": "Numero di identificazione dell'imposta sul valore aggiunto ai sensi del § 27 a Legge sull'imposta sul valore aggiunto (Germania)", + "termsAndConditions": "", + "thanks": "", + "tribunal": "registro tribunale" + }, + "store": { + "posts": { + "orderBy": { + "newest": { + "label": "" + }, + "oldest": { + "label": "" + } + } + } + }, + "termsAndConditions": { + "addition": { + "description": "Https://human-connection. org/eventi/", + "title": "Inoltre, teniamo regolarmente eventi in cui puoi anche condividere le tue impressioni e porre domande. Puoi trovare una panoramica attuale qui:" + }, + "agree": "Sono d'accordo!", + "code-of-conduct": { + "description": "Il nostro codice di condotta funge da manuale per l'aspetto personale e l'interazione reciproca. Chiunque sia attivo come utente nella rete di Human Connection, scrive articoli, commenti o contatta altri utenti, anche al di fuori della rete, riconosce queste regole di condotta come vincolanti. https://alpha.human-connection.org/code-of-conduct ", + "title": "Codice di condotta" + }, + "errors-and-feedback": { + "description": "Facciamo ogni sforzo per mantenere la nostra rete e i nostri dati al sicuro e disponibili. Ogni nuova versione del software viene sottoposta a test sia automatizzati che manuali. Tuttavia, possono verificarsi errori imprevisti. Pertanto, siamo grati per tutti i bug segnalati. Siete invitati a segnalare eventuali bug che si scopre inviando un'e-mail al supporto presso support@human-connection.org", + "title": "Errori e feedback" + }, + "help-and-questions": { + "description": "Per aiuto e domande abbiamo compilato per voi una raccolta completa di domande e risposte alle domande più frequenti (FAQ). Potete trovarli qui: https://support.human-connection.org/kb/ ", + "title": "Aiuto e domande" + }, + "moderation": { + "description": "Fino a quando le nostre possibilità finanziarie ci permettono di implementare il sistema di moderazione comunitaria, abbiamo moderato con un sistema semplificato e con personale proprio o eventualmente volontario. Formiamo questi moderatori e per questo motivo solo loro prendono le decisioni appropriate. Questi moderatori svolgono il loro lavoro in forma anonima. È possibile segnalare a noi messaggi, commenti e utenti (ad esempio, se forniscono informazioni nel loro profilo o se hanno immagini che violano queste Condizioni d'uso). Se ci segnalate qualcosa, potete darci una ragione e una breve spiegazione. Dopodiché daremo un'occhiata a ciò che hai segnalato e, se necessario, ti sanzioneremo, ad esempio bloccando i contributi, i commenti o gli utenti. Purtroppo, lei e la persona interessata non riceverà alcun feedback da parte nostra in questo momento, ma questo è in fase di pianificazione. Indipendentemente da ciò, ci riserviamo il diritto di imporre sanzioni in linea di principio per motivi che non sono o non sono ancora elencati nel nostro Codice di condotta o nei presenti termini di servizio.", + "title": "Moderazione" + }, + "newTermsAndConditions": "Nuovi Termini e Condizioni", + "privacy-statement": { + "description": "La nostra rete è una rete di conoscenza e azione sociale. Per noi è quindi particolarmente importante che il maggior numero possibile di contenuti sia accessibile al pubblico. Nel corso dello sviluppo della nostra rete ci sarà sempre più la possibilità di decidere sulla visibilità dei dati personali. Ti informeremo su queste nuove funzionalità. Altrimenti, dovresti sempre pensare a quali dati personali divulghi su te stesso (o altri). Ciò vale in particolare per il contenuto di post e commenti, poiché questi hanno un carattere ampiamente pubblico. Successivamente ci saranno possibilità di limitare la visibilità del tuo profilo. Parte dei termini di servizio è la nostra informativa sulla privacy, che ti informa sulle singole operazioni di trattamento dei dati nella nostra rete: https://human-connection.org/datenschutz/#netzwerk bzw. https://human-connection.org/datenschutz/ La nostra informativa sulla privacy è adattata alla situazione legale e caratteristiche della nostra rete ed è sempre valido nella versione più recente.", + "title": "Informativa sulla Privacy" + }, + "terms-of-service": { + "description": "Le seguenti condizioni d'uso costituiscono la base per l'utilizzo della nostra rete. Quando ti registri, devi accettarli e ti informeremo in seguito di eventuali modifiche che potrebbero aver luogo. La rete di connessione umana è gestita in Germania ed è quindi soggetta alla legge tedesca. Il foro competente è Kirchheim / Teck. Per i dettagli, consulta la nostra impronta: https://human-connection.org/imprint ", + "title": "Termini di servizio" + }, + "termsAndConditionsConfirmed": "Ho letto e confermato i Termini e condizioni .", + "termsAndConditionsNewConfirm": "Ho letto e accetto le nuove condizioni generali di contratto.", + "termsAndConditionsNewConfirmText": "Si prega di leggere le nuove condizioni d'uso ora!", + "use-and-license": { + "description": "Se qualsiasi contenuto pubblicato su di noi è protetto da diritti di proprietà intellettuale, l'utente ci concede una licenza mondiale, non esclusiva, trasferibile e sub-licenziabile, per l'utilizzo di tali contenuti per la pubblicazione nella nostra rete. Questa licenza scade quando si elimina il contenuto o l'intero account. Ricorda che altri potrebbero condividere i tuoi contenuti e noi non possiamo cancellarli.", + "title": "Uso e licenza" + } + }, + "user": { + "avatar": { + "submitted": "" + } + } } diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json index b780a1e36..128c9db88 100644 --- a/webapp/locales/nl.json +++ b/webapp/locales/nl.json @@ -1,176 +1,176 @@ { - "site": { - "made": "Met ❤ gemaakt", - "imprint": "Afdruk", - "termsAc": "Gebruiksvoorwaarden", - "data-privacy": "gegevensbescherming", - "contact": "contact", - "tribunal": "registerrechtbank", - "register": "inschrijfnummer", - "director": "Directeur", - "taxident": "Identificatienummer voor de belasting over de toegevoegde waarde overeenkomstig § 27 a Wet op de belasting over de toegevoegde waarde (Duitsland).", - "responsible": "Verantwoordelijk volgens § 55 Abs. 2 RStV (Duitsland).", - "bank": "bankrekening", - "germany": "Duitsland" - }, - "login": { - "copy": "Als u al een mini-aansluiting account heeft, log dan hier in.", - "login": "Inloggen", - "logout": "Uitloggen", - "email": "Uw E-mail", - "password": "Uw Wachtwoord", - "moreInfo": "Wat is Human Connection?", - "hello": "Hallo" - }, - "profile": { - "name": "Mijn profiel", - "memberSince": "Lid sinds", - "follow": "Volgen", - "followers": "Volgelingen", - "following": "Volgt" - }, - "settings": { - "name": "Instellingen", - "data": { - "name": "Uw gegevens" - }, - "security": { - "name": "Veiligheid" - }, - "invites": { - "name": "Uitnodigingen" - }, - "download": { - "name": "Gegevens downloaden" - }, - "delete": { - "name": "Account verwijderen" - }, - "organizations": { - "name": "Mijn Organisaties" - }, - "languages": { - "name": "Talen" - } + "actions": { + "cancel": "Annuleren" }, "admin": { - "name": "Admin", + "categories": { + "categoryName": "Naam", + "name": "Categorieën", + "postCount": "Berichten" + }, "dashboard": { - "name": "Dashboard", - "users": "Gebruikers", - "posts": "Berichten", "comments": "Opmerkingen", + "follows": "Volgt", + "invites": "Uitnodigingen", + "name": "Dashboard", "notifications": "Meldingen", "organizations": "Organisaties", + "posts": "Berichten", "projects": "Projecten", - "invites": "Uitnodigingen", - "follows": "Volgt", - "shouts": "Shouts" + "shouts": "Shouts", + "users": "Gebruikers" + }, + "name": "Admin", + "notifications": { + "name": "Meldingen" }, "organizations": { "name": "Organisaties" }, - "users": { - "name": "Gebruikers" - }, "pages": { "name": "Pages" }, - "notifications": { - "name": "Meldingen" - }, - "categories": { - "name": "Categorieën", - "categoryName": "Naam", - "postCount": "Berichten" + "settings": { + "name": "Instellingen" }, "tags": { "name": "Tags", - "tagCountUnique": "Gebruikers", - "tagCount": "Berichten" + "tagCount": "Berichten", + "tagCountUnique": "Gebruikers" }, - "settings": { - "name": "Instellingen" + "users": { + "name": "Gebruikers" } }, - "post": { - "name": "Post", - "moreInfo": { - "name": "Meer info" - }, - "takeAction": { - "name": "Onderneem actie" - } - }, - "quotes": { - "african": { - "quote": "Veel kleine mensen op veel kleine plaatsen doen veel kleine dingen, die het gezicht van de wereld kunnen veranderen.", - "author": "Afrikaans spreekwoord" - } + "comment": { + "delete": "Commentaar verwijderen", + "edit": "Commentaar bewerken" }, "common": { - "post": "Bericht ::: Berichten", + "category": "Categorie ::: Categorieën", "comment": "Opmerking ::: Opmerkingen", "letsTalk": "Laten we praten", - "versus": "Versus", - "moreInfo": "Meer info", - "takeAction": "Onderneem actie", - "shout": "Shout ::: Shouts", - "user": "Gebruiker ::: Gebruikers", - "category": "Categorie ::: Categorieën", - "organization": "Organisatie ::: Organisaties", - "project": "Project ::: Projecten", - "tag": "Tag ::: Tags", - "name": "Naam", "loadMore": "meer laden", "loading": "inlading", - "reportContent": "Melden" - }, - "disable": { - "comment": { - "title": "Commentaar uitschakelen", - "type": "Melding", - "message": "Wilt u de reactie van \" {name} \" echt uitschakelen ?" - } - }, - "report": { - "submit": "Verzenden", - "cancel": "Annuleren", - "user": { - "title": "Gebruiker melden", - "type": "Gebruiker", - "message": "Wilt u echt het commentaar van \"{name}\" melden?" - }, - "contribution": { - "title": "Bijdrage melden", - "type": "Bijdrage", - "message": "Wilt u echt het commentaar van \"{name}\" melden?" - }, - "comment": { - "title": "Reactie melden", - "type": "Melding", - "message": "Wilt u echt het commentaar van \"{name}\" melden?" - } - }, - "actions": { - "cancel": "Annuleren" + "moreInfo": "Meer info", + "name": "Naam", + "organization": "Organisatie ::: Organisaties", + "post": "Bericht ::: Berichten", + "project": "Project ::: Projecten", + "reportContent": "Melden", + "shout": "Shout ::: Shouts", + "tag": "Tag ::: Tags", + "takeAction": "Onderneem actie", + "user": "Gebruiker ::: Gebruikers", + "versus": "Versus" }, "contribution": { - "edit": "Bijdrage bewerken", "delete": "Bijdrage verwijderen", + "edit": "Bijdrage bewerken", "teaserImage": { "cropperConfirm": "Bevestigen" } }, - "comment": { - "edit": "Commentaar bewerken", - "delete": "Commentaar verwijderen" + "disable": { + "comment": { + "message": "Wilt u de reactie van \" {name} \" echt uitschakelen ?", + "title": "Commentaar uitschakelen", + "type": "Melding" + } }, "followButton": { "follow": "Volgen", "following": "Volgt" }, + "login": { + "copy": "Als u al een mini-aansluiting account heeft, log dan hier in.", + "email": "Uw E-mail", + "hello": "Hallo", + "login": "Inloggen", + "logout": "Uitloggen", + "moreInfo": "Wat is Human Connection?", + "password": "Uw Wachtwoord" + }, + "post": { + "moreInfo": { + "name": "Meer info" + }, + "name": "Post", + "takeAction": { + "name": "Onderneem actie" + } + }, + "profile": { + "follow": "Volgen", + "followers": "Volgelingen", + "following": "Volgt", + "memberSince": "Lid sinds", + "name": "Mijn profiel" + }, + "quotes": { + "african": { + "author": "Afrikaans spreekwoord", + "quote": "Veel kleine mensen op veel kleine plaatsen doen veel kleine dingen, die het gezicht van de wereld kunnen veranderen." + } + }, + "report": { + "cancel": "Annuleren", + "comment": { + "message": "Wilt u echt het commentaar van \"{name}\" melden?", + "title": "Reactie melden", + "type": "Melding" + }, + "contribution": { + "message": "Wilt u echt het commentaar van \"{name}\" melden?", + "title": "Bijdrage melden", + "type": "Bijdrage" + }, + "submit": "Verzenden", + "user": { + "message": "Wilt u echt het commentaar van \"{name}\" melden?", + "title": "Gebruiker melden", + "type": "Gebruiker" + } + }, + "settings": { + "data": { + "name": "Uw gegevens" + }, + "delete": { + "name": "Account verwijderen" + }, + "download": { + "name": "Gegevens downloaden" + }, + "invites": { + "name": "Uitnodigingen" + }, + "languages": { + "name": "Talen" + }, + "name": "Instellingen", + "organizations": { + "name": "Mijn Organisaties" + }, + "security": { + "name": "Veiligheid" + } + }, "shoutButton": { "shouted": "uitgeroepen" + }, + "site": { + "bank": "bankrekening", + "contact": "contact", + "data-privacy": "gegevensbescherming", + "director": "Directeur", + "germany": "Duitsland", + "imprint": "Afdruk", + "made": "Met ❤ gemaakt", + "register": "inschrijfnummer", + "responsible": "Verantwoordelijk volgens § 55 Abs. 2 RStV (Duitsland).", + "taxident": "Identificatienummer voor de belasting over de toegevoegde waarde overeenkomstig § 27 a Wet op de belasting over de toegevoegde waarde (Duitsland).", + "termsAc": "Gebruiksvoorwaarden", + "tribunal": "registerrechtbank" } } diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json index 7207c1e71..3113e3f45 100644 --- a/webapp/locales/pl.json +++ b/webapp/locales/pl.json @@ -1,81 +1,191 @@ { - "components": { - "password-reset": { - "request": { - "title": "Zresetuj hasło", - "form": { - "description": "Na podany adres e-mail zostanie wysłany email z resetem hasła.", - "submit": "Poproś o wiadomość e-mail", - "submitted": "Na adres {email} została wysłana wiadomość z dalszymi instrukcjami." - } - }, - "change-password": { - "success": "Zmiana hasła zakończyła się sukcesem!", - "error": "Zmiana hasła nie powiodła się. Może kod bezpieczeństwa nie był poprawny?", - "help": "W przypadku problemów, zachęcamy do zwrócenia się o pomoc, wysyłając do nas wiadomość e-mail:" - } + "actions": { + "cancel": "Odwołaj", + "create": "Tworzenie", + "delete": "Usuń", + "edit": "Edycja", + "loadMore": "Obciążenie więcej", + "loading": "załadunek", + "save": "Oszczędzaj" + }, + "admin": { + "categories": { + "categoryName": "Nazwa", + "name": "Kategorie", + "postCount": "Stanowiska" }, + "dashboard": { + "comments": "Komentarze", + "follows": "Podąża za", + "invites": "Zaprasza", + "name": "Tablica rozdzielcza", + "notifications": "Powiadomienia", + "organizations": "Organizacje", + "posts": "Stanowiska", + "projects": "Projekty", + "shouts": "Zalecane", + "users": "Użytkownicy" + }, + "name": "Admin", + "notifications": { + "name": "Powiadomienia" + }, + "organizations": { + "name": "Organizacje" + }, + "pages": { + "name": "Strony" + }, + "settings": { + "name": "Ustawienia" + }, + "tags": { + "name": "Znaczniki", + "tagCount": "Stanowiska", + "tagCountUnique": "Użytkownicy" + }, + "users": { + "name": "Użytkownicy" + } + }, + "comment": { + "content": { + "unavailable-placeholder": " ...ten komentarz nie jest już dostępny." + }, + "menu": { + "delete": "Usuń komentarz", + "edit": "Edytuj komentarz" + }, + "show": { + "less": "Pokaż mniej", + "more": "Pokaż więcej" + } + }, + "common": { + "category": "Kategoria ::: Kategorie", + "comment": "Komentarz ::: Komentarze", + "letsTalk": "Porozmawiajmy", + "loadMore": "Obciążenie więcej", + "loading": "załadunek", + "moreInfo": "Więcej informacji", + "name": "Nazwa", + "organization": "Organization ::: Organizations", + "post": "Poczta ::: Posty", + "project": "Projekt ::: Projekty", + "reportContent": "Sprawozdanie", + "shout": "przekazanie sprawy ::: Polecam tę stronę", + "tag": "Znacznik ::: Znaczniki", + "takeAction": "Podejmij działania", + "user": "Użytkownik ::: Użytkownicy", + "validations": { + "email": "musi być ważny adres e-mail." + }, + "versus": "werset" + }, + "components": { "enter-nonce": { "form": { - "nonce": "Wprowadź swój kod", "description": "Otwórz swoją skrzynkę odbiorczą i wpisz kod, który do Ciebie wysłaliśmy.", "next": "Kontynuuj", + "nonce": "Wprowadź swój kod", "validations": { "length": "musi mieć długość 6 znaków." } } + }, + "password-reset": { + "change-password": { + "error": "Zmiana hasła nie powiodła się. Może kod bezpieczeństwa nie był poprawny?", + "help": "W przypadku problemów, zachęcamy do zwrócenia się o pomoc, wysyłając do nas wiadomość e-mail:", + "success": "Zmiana hasła zakończyła się sukcesem!" + }, + "request": { + "form": { + "description": "Na podany adres e-mail zostanie wysłany email z resetem hasła.", + "submit": "Poproś o wiadomość e-mail", + "submitted": "Na adres {email} została wysłana wiadomość z dalszymi instrukcjami." + }, + "title": "Zresetuj hasło" + } } }, - "filter-menu": { - "title": "Twoja bańka filtrująca" + "contribution": { + "categories": { + "infoSelectedNoOfMaxCategories": "{chosen} z {max} wybrane kategorie" + }, + "filterALL": "Pokaż wszystkie wpisy", + "filterFollow": "Pokaż wpisy użytkowników, których śledzę", + "languageSelectLabel": "Język", + "newPost": "Utwórz nowy wpis", + "success": "Zapisano!", + "teaserImage": { + "cropperConfirm": "Potwierdzać" + } }, - "site": { - "made": "Z ❤ zrobiony", - "imprint": "Nadruk", - "termsAc": "Warunki użytkowania", - "data-privacy": "ochrona danych", - "contact": "Kontakt", - "tribunal": "sąd rejestrowy", - "register": "numer rejestracyjny", - "director": "Dyrektor zarządzający", - "taxident": "Numer identyfikacyjny podatku od wartości dodanej zgodnie z § 27 a Ustawa o podatku od wartości dodanej (Niemcy)", - "responsible": "Odpowiedzialny zgodnie z § 55 Abs. 2 RStV (Niemcy)", - "bank": "rachunek bankowy", - "germany": "Niemcy" + "delete": { + "cancel": "Odwołaj", + "comment": { + "message": "Czy na pewno chcesz ukryć komentarz użytkownika \" {name} \"?", + "title": "Usuń komentarz", + "type": "Komentarz" + }, + "contribution": { + "message": "Czy na pewno chcesz ukryć wpis \" {name} \"?", + "success": "Wyślij pomyślnie usunięty!", + "title": "Ukryj wpis", + "type": "Wpis / Post" + }, + "submit": "Usuń" }, - "login": { - "copy": "Jeśli masz już konto Human Connection, zaloguj się tutaj.", - "login": "Logowanie", - "logout": "Wyloguj się", - "email": "Twój adres e-mail", - "password": "Twoje hasło", - "forgotPassword": "Zapomniałeś hasła?", - "moreInfo": "Co to jest Human Connection?", - "moreInfoURL": "https://human-connection.org/en/", - "moreInfoHint": "idź po więcej szczegółów", - "hello": "Cześć" + "disable": { + "cancel": "Anuluj", + "comment": { + "message": "Naprawdę chcesz wyłączyć komentarz \"{name}\"?", + "title": "Wyłącz komentarz", + "type": "Komentarz" + }, + "contribution": { + "message": "Naprawdę chcesz unieszkodliwić ten wkład \"{name}\"?", + "title": "Wyłącz Wkład", + "type": "Wkład" + }, + "submit": "Deaktywuj", + "success": "Zdeaktywowano", + "user": { + "message": "Czy naprawdę chcesz wyłączyć użytkownika \"{name}\"?", + "title": "Wyłączenie użytkownika", + "type": "Użytkownik" + } }, "editor": { "placeholder": "Napisz coś inspirującego..." }, - "profile": { - "name": "Mój profil", - "memberSince": "Członek od", - "follow": "Obserwuj", - "followers": "Obserwujący", - "following": "Obserwowani", - "shouted": "Krzyknij", - "commented": "Skomentuj", - "userAnonym": "Anonymous", - "socialMedia": "Gdzie jeszcze mogę znaleźć", - "network": { - "title": "Sieć", - "following": "obserwuje:", - "followingNobody": "nikogo nie obserwuje.", - "followedBy": "jest obserwowany:", - "followedByNobody": "nikt go nie obserwuje.", - "and": "i", - "more": "więcej" + "filter-menu": { + "title": "Twoja bańka filtrująca" + }, + "followButton": { + "follow": "naśladować", + "following": "w skutek" + }, + "login": { + "copy": "Jeśli masz już konto Human Connection, zaloguj się tutaj.", + "email": "Twój adres e-mail", + "forgotPassword": "Zapomniałeś hasła?", + "hello": "Cześć", + "login": "Logowanie", + "logout": "Wyloguj się", + "moreInfo": "Co to jest Human Connection?", + "moreInfoHint": "idź po więcej szczegółów", + "moreInfoURL": "https://human-connection.org/en/", + "password": "Twoje hasło" + }, + "moderation": { + "name": "Umiarkowanie", + "reports": { + "disabledBy": "deaktywowane przez", + "empty": "Gratulacje, moderacja nie jest potrzebna", + "name": "Raporty", + "submitter": "zgłoszone przez" } }, "notifications": { @@ -83,61 +193,147 @@ "mentioned": "wspomiał o Tobie we wpisie" } }, + "post": { + "comment": { + "submit": "Komentarz", + "submitted": "Komentarz dodany" + }, + "menu": { + "delete": "Usuń wpis", + "edit": "Edytuj wpis" + }, + "moreInfo": { + "name": "Więcej informacji" + }, + "name": "Poczta", + "takeAction": { + "name": "Podejmij działanie" + } + }, + "profile": { + "commented": "Skomentuj", + "follow": "Obserwuj", + "followers": "Obserwujący", + "following": "Obserwowani", + "memberSince": "Członek od", + "name": "Mój profil", + "network": { + "and": "i", + "followedBy": "jest obserwowany:", + "followedByNobody": "nikt go nie obserwuje.", + "following": "obserwuje:", + "followingNobody": "nikogo nie obserwuje.", + "more": "więcej", + "title": "Sieć" + }, + "shouted": "Krzyknij", + "socialMedia": "Gdzie jeszcze mogę znaleźć", + "userAnonym": "Anonymous" + }, + "quotes": { + "african": { + "author": "Afrykańskie przysłowie", + "quote": "Wielu małych ludzi w wielu małych miejscowościach robi wiele małych rzeczy, które mogą zmienić oblicze świata." + } + }, + "release": { + "cancel": "Anuluj", + "comment": { + "message": "Czy na pewno chcesz zgłosić komentarz użytkownika \" {name} \"?", + "title": "Zgłoś komentarz", + "type": "Komentarz" + }, + "contribution": { + "message": "Czy na pewno chcesz zgłosić wpis użytkownika \" {name} \"?", + "title": "Zgłoś wpis", + "type": "Wpis" + }, + "submit": "Zgłoś", + "success": "Zgłoszono pomyślnie!", + "user": { + "message": "Czy na pewno chcesz zgłosić użytkownika \" {name} \"?", + "title": "Zgłoś użytkownika", + "type": "Użytkownik" + } + }, + "report": { + "cancel": "Anuluj", + "comment": { + "error": "Zgłosiłeś już komentarz!", + "message": "Czy na pewno chcesz zgłosić komentarz użytkownika\" {name} \"?", + "title": "Sprawozdanie Komentarz", + "type": "Komentarz" + }, + "contribution": { + "error": "Zgłosiłeś już ten wkład!", + "message": "Czy na pewno chcesz zgłosić ten wpis użytkownika \" {name} \"?", + "title": "Zgłoś wpis", + "type": "Wpis / Post" + }, + "submit": "Wyślij raport", + "success": "Dziękujemy za Twoje zgłoszenie!", + "user": { + "error": "Zgłosiłeś już użytkownika!", + "message": "Czy na pewno chcesz zgłosić użytkownika \" {name} \"?", + "title": "Raport Użytkownik", + "type": "Użytkownik" + } + }, "search": { - "placeholder": "Szukaj", + "failed": "Niczego nie znaleziono", "hint": "Czego szukasz?", - "failed": "Niczego nie znaleziono" + "placeholder": "Szukaj" }, "settings": { - "name": "Ustawienia", "data": { - "name": "Twoje dane", - "labelName": "Twoje dane", - "namePlaceholder": "Anonymous", - "labelCity": "Twoje miasto lub region", "labelBio": "O Tobie", + "labelCity": "Twoje miasto lub region", + "labelName": "Twoje dane", + "name": "Twoje dane", + "namePlaceholder": "Anonymous", "success": "Twoje dane zostały pomyślnie zaktualizowane!" }, + "deleteUserAccount": { + "accountDescription": "Be aware that your Post and Comments are important to our community. If you still choose to delete them, you have to mark them below.", + "accountWarning": "Po usunięcie Twojego konta, nie możesz ZARZĄDZAĆ ani ODZYSKAĆ danych, wpisów oraz komentarzy!", + "commentedCount": "Usuń {count} moich komentarzy", + "contributionsCount": "Usuń {count} moich postów", + "name": "Usuń dane", + "pleaseConfirm": "Uwaga, niebezpieczeństwo! Wpisz {confirm}, aby potwierdzić", + "success": "Konto zostało usunięte" + }, + "download": { + "name": "Pobierz dane" + }, + "invites": { + "name": "Zaproszenia" + }, + "languages": { + "name": "Języki" + }, + "name": "Ustawienia", + "organizations": { + "name": "My Organizations" + }, "security": { - "name": "Bezpieczeństwo", "change-password": { "button": "Zmień hasło", - "success": "Hasło zostało zmienione!", - "label-old-password": "Stare hasło", "label-new-password": "Nowe hasło", "label-new-password-confirm": "Potwierdź nowe hasło", - "message-old-password-required": "Podaj stare hasło", - "message-new-password-required": "Wprowadź nowe hasło", + "label-old-password": "Stare hasło", "message-new-password-confirm-required": "Potwierdź nowe hasło", "message-new-password-missmatch": "Wpisz to samo hasło ponownie", + "message-new-password-required": "Wprowadź nowe hasło", + "message-old-password-required": "Podaj stare hasło", "passwordSecurity": "Siła hasła", "passwordStrength0": "Hasło bardzo słabe", "passwordStrength1": "Hasło słabe", "passwordStrength2": "Hasło średnie", "passwordStrength3": "Hasło silne", - "passwordStrength4": "Hasło bardzo silne" - } - }, - "invites": { - "name": "Zaproszenia" - }, - "download": { - "name": "Pobierz dane" - }, - "deleteUserAccount": { - "name": "Usuń dane", - "contributionsCount": "Usuń {count} moich postów", - "commentedCount": "Usuń {count} moich komentarzy", - "accountDescription": "Be aware that your Post and Comments are important to our community. If you still choose to delete them, you have to mark them below.", - "accountWarning": "Po usunięcie Twojego konta, nie możesz ZARZĄDZAĆ ani ODZYSKAĆ danych, wpisów oraz komentarzy!", - "success": "Konto zostało usunięte", - "pleaseConfirm": "Uwaga, niebezpieczeństwo! Wpisz {confirm}, aby potwierdzić" - }, - "organizations": { - "name": "My Organizations" - }, - "languages": { - "name": "Języki" + "passwordStrength4": "Hasło bardzo silne", + "success": "Hasło zostało zmienione!" + }, + "name": "Bezpieczeństwo" }, "social-media": { "name": "Media społecznościowe", @@ -147,223 +343,26 @@ "successDelete": "Usunięto społeczność. Profil zaktualizowany!" } }, - "admin": { - "name": "Admin", - "dashboard": { - "name": "Tablica rozdzielcza", - "users": "Użytkownicy", - "posts": "Stanowiska", - "comments": "Komentarze", - "notifications": "Powiadomienia", - "organizations": "Organizacje", - "projects": "Projekty", - "invites": "Zaprasza", - "follows": "Podąża za", - "shouts": "Zalecane" - }, - "organizations": { - "name": "Organizacje" - }, - "users": { - "name": "Użytkownicy" - }, - "pages": { - "name": "Strony" - }, - "notifications": { - "name": "Powiadomienia" - }, - "categories": { - "name": "Kategorie", - "categoryName": "Nazwa", - "postCount": "Stanowiska" - }, - "tags": { - "name": "Znaczniki", - "tagCountUnique": "Użytkownicy", - "tagCount": "Stanowiska" - }, - "settings": { - "name": "Ustawienia" - } - }, - "post": { - "name": "Poczta", - "moreInfo": { - "name": "Więcej informacji" - }, - "takeAction": { - "name": "Podejmij działanie" - }, - "menu": { - "edit": "Edytuj wpis", - "delete": "Usuń wpis" - }, - "comment": { - "submit": "Komentarz", - "submitted": "Komentarz dodany" - } - }, - "comment": { - "content": { - "unavailable-placeholder": " ...ten komentarz nie jest już dostępny." - }, - "menu": { - "edit": "Edytuj komentarz", - "delete": "Usuń komentarz" - }, - "show": { - "more": "Pokaż więcej", - "less": "Pokaż mniej" - } - - }, - "quotes": { - "african": { - "quote": "Wielu małych ludzi w wielu małych miejscowościach robi wiele małych rzeczy, które mogą zmienić oblicze świata.", - "author": "Afrykańskie przysłowie" - } - }, - "common": { - "post": "Poczta ::: Posty", - "comment": "Komentarz ::: Komentarze", - "letsTalk": "Porozmawiajmy", - "versus": "werset", - "moreInfo": "Więcej informacji", - "takeAction": "Podejmij działania", - "shout": "przekazanie sprawy ::: Polecam tę stronę", - "user": "Użytkownik ::: Użytkownicy", - "category": "Kategoria ::: Kategorie", - "organization": "Organization ::: Organizations", - "project": "Projekt ::: Projekty", - "tag": "Znacznik ::: Znaczniki", - "name": "Nazwa", - "loadMore": "Obciążenie więcej", - "loading": "załadunek", - "reportContent": "Sprawozdanie", - "validations": { - "email": "musi być ważny adres e-mail." - } - }, - "actions": { - "loading": "załadunek", - "loadMore": "Obciążenie więcej", - "create": "Tworzenie", - "save": "Oszczędzaj", - "edit": "Edycja", - "delete": "Usuń", - "cancel": "Odwołaj" - }, - "moderation": { - "name": "Umiarkowanie", - "reports": { - "empty": "Gratulacje, moderacja nie jest potrzebna", - "name": "Raporty", - "submitter": "zgłoszone przez", - "disabledBy": "deaktywowane przez" - } - }, - "disable": { - "submit": "Deaktywuj", - "cancel": "Anuluj", - "success": "Zdeaktywowano", - "user": { - "title": "Wyłączenie użytkownika", - "type": "Użytkownik", - "message": "Czy naprawdę chcesz wyłączyć użytkownika \"{name}\"?" - }, - "contribution": { - "title": "Wyłącz Wkład", - "type": "Wkład", - "message": "Naprawdę chcesz unieszkodliwić ten wkład \"{name}\"?" - }, - "comment": { - "title": "Wyłącz komentarz", - "type": "Komentarz", - "message": "Naprawdę chcesz wyłączyć komentarz \"{name}\"?" - } - }, - "delete": { - "submit": "Usuń", - "cancel": "Odwołaj", - "contribution": { - "title": "Ukryj wpis", - "type": "Wpis / Post", - "message": "Czy na pewno chcesz ukryć wpis \" {name} \"?", - "success": "Wyślij pomyślnie usunięty!" - }, - "comment": { - "title": "Usuń komentarz", - "type": "Komentarz", - "message": "Czy na pewno chcesz ukryć komentarz użytkownika \" {name} \"?" - } - }, - "report": { - "submit": "Wyślij raport", - "cancel": "Anuluj", - "success": "Dziękujemy za Twoje zgłoszenie!", - "user": { - "title": "Raport Użytkownik", - "type": "Użytkownik", - "message": "Czy na pewno chcesz zgłosić użytkownika \" {name} \"?", - "error": "Zgłosiłeś już użytkownika!" - }, - "contribution": { - "title": "Zgłoś wpis", - "type": "Wpis / Post", - "message": "Czy na pewno chcesz zgłosić ten wpis użytkownika \" {name} \"?", - "error": "Zgłosiłeś już ten wkład!" - }, - "comment": { - "title": "Sprawozdanie Komentarz", - "type": "Komentarz", - "message": "Czy na pewno chcesz zgłosić komentarz użytkownika\" {name} \"?", - "error": "Zgłosiłeś już komentarz!" - } - }, - "followButton": { - "follow": "naśladować", - "following": "w skutek" - }, "shoutButton": { "shouted": "krzyczeć" }, - "release": { - "submit": "Zgłoś", - "cancel": "Anuluj", - "success": "Zgłoszono pomyślnie!", - "user": { - "title": "Zgłoś użytkownika", - "type": "Użytkownik", - "message": "Czy na pewno chcesz zgłosić użytkownika \" {name} \"?" - }, - "contribution": { - "title": "Zgłoś wpis", - "type": "Wpis", - "message": "Czy na pewno chcesz zgłosić wpis użytkownika \" {name} \"?" - }, - "comment": { - "title": "Zgłoś komentarz", - "type": "Komentarz", - "message": "Czy na pewno chcesz zgłosić komentarz użytkownika \" {name} \"?" - } + "site": { + "bank": "rachunek bankowy", + "contact": "Kontakt", + "data-privacy": "ochrona danych", + "director": "Dyrektor zarządzający", + "germany": "Niemcy", + "imprint": "Nadruk", + "made": "Z ❤ zrobiony", + "register": "numer rejestracyjny", + "responsible": "Odpowiedzialny zgodnie z § 55 Abs. 2 RStV (Niemcy)", + "taxident": "Numer identyfikacyjny podatku od wartości dodanej zgodnie z § 27 a Ustawa o podatku od wartości dodanej (Niemcy)", + "termsAc": "Warunki użytkowania", + "tribunal": "sąd rejestrowy" }, "user": { "avatar": { "submitted": "Przesłano pomyślnie" } - }, - "contribution": { - "newPost": "Utwórz nowy wpis", - "filterFollow": "Pokaż wpisy użytkowników, których śledzę", - "filterALL": "Pokaż wszystkie wpisy", - "success": "Zapisano!", - "languageSelectLabel": "Język", - "categories": { - "infoSelectedNoOfMaxCategories": "{chosen} z {max} wybrane kategorie" - }, - "teaserImage": { - "cropperConfirm": "Potwierdzać" - } } } diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json index 29fe301c8..c6a6a17dd 100644 --- a/webapp/locales/pt.json +++ b/webapp/locales/pt.json @@ -1,747 +1,747 @@ { - "login": { - "copy": "Se você já tem uma conta no Human Connection, entre aqui.", - "login": "Entrar", - "logout": "Sair", - "email": "Seu email", - "password": "Sua senha", - "moreInfo": "O que é a Human Connection?", - "hello": "Olá", - "forgotPassword": "Esqueceu a sua senha?", - "no-account": "Ainda não tem uma conta?", - "register": "Cadastrar-se", - "moreInfoURL": "https:\/\/human-connection.org\/en\/", - "moreInfoHint": "para a página de apresentação", - "success": "Você está conectado!", - "failure": "Endereço de e-mail ou senha incorretos." + "actions": { + "cancel": "Cancelar", + "create": "Criar", + "delete": "Apagar", + "edit": "Editar", + "loadMore": "Carregar mais", + "loading": "Carregando", + "save": "Salvar" + }, + "admin": { + "categories": { + "categoryName": "Nome", + "name": "Categorias", + "postCount": "Postagens" }, - "profile": { - "name": "Meu perfil", - "memberSince": "Membro desde", - "follow": "Seguir", - "followers": "Seguidores", - "following": "Seguindo", - "shouted": "Aclamou", - "commented": "Comentou", - "userAnonym": "Anonymous", - "socialMedia": "Onde mais posso encontrar", - "network": { - "title": "Rede", - "following": "está seguindo:", - "followingNobody": "não segue ninguém.", - "followedBy": "é seguido por:", - "followedByNobody": "não é seguido por ninguém.", - "andMore": "e {number} mais …" - }, - "invites": { - "title": "Convidar alguém para Human Connection!", - "description": "Digite o endereço de e-mail para o convite.", - "emailPlaceholder": "E-mail para convidar" - } - }, - "settings": { - "name": "Configurações", - "data": { - "name": "Seus dados", - "labelName": "Seu nome", - "labelCity": "Sua cidade ou estado", - "labelBio": "Sobre você", - "labelSlug": "Seu nome de usuário exclusivo", - "namePlaceholder": "Anonymous", - "success": "Seus dados foram atualizados com sucesso!" - }, - "security": { - "name": "Segurança", - "change-password": { - "button": "Modificar senha", - "success": "Senha modificada com sucesso!", - "label-old-password": "Sua senha antiga", - "label-new-password": "Sua nova senha", - "label-new-password-confirm": "Confirme sua nova senha", - "message-old-password-required": "Digite sua senha antiga", - "message-new-password-required": "Digite uma nova senha", - "message-new-password-confirm-required": "Confirme sua nova senha", - "message-new-password-missmatch": "Digite a mesma senha novamente", - "passwordSecurity": "Segurança da senha", - "passwordStrength0": "Senha muito insegura", - "passwordStrength1": "Senha insegura", - "passwordStrength2": "Senha medíocre", - "passwordStrength3": "Senha forte", - "passwordStrength4": "Senha muito forte" - } - }, - "invites": { - "name": "Convites" - }, - "download": { - "name": "Baixar dados" - }, - "delete": { - "name": "Apagar conta" - }, - "organizations": { - "name": "Minhas Organizações" - }, - "languages": { - "name": "Idiomas" - }, - "email": { - "validation": { - "same-email": "Este é o seu endereço de e-mail atual" - }, - "name": "Seu email", - "labelEmail": "Alterar o seu endereço de e-mail", - "labelNewEmail": "Novo endereço de e-mail", - "labelNonce": "Digite o seu código", - "success": "Um novo endereço de e-mail foi registrado.", - "submitted": "Um e-mail para verificar o seu endereço foi enviado para {email}<\/b>.", - "change-successful": "O seu endereço de e-mail foi alterado com sucesso.", - "verification-error": { - "message": "O seu e-mail não pode ser alterado.", - "explanation": "Isto pode ter diferentes causas:", - "reason": { - "invalid-nonce": "O código de confirmação esta inválido?", - "no-email-request": "Você tem certeza de que solicitou uma alteração no seu endereço de e-mail?" - }, - "support": "Se o problema persistir, por favor contacte-nos por e-mail" - } - }, - "validation": { - "slug": { - "regex": "Os caracteres permitidos são apenas letras minúsculas, números, sublinhados e hífens.", - "alreadyTaken": "Este nome de usuário já está registrado." - } - }, - "deleteUserAccount": { - "name": "Deletar dados", - "contributionsCount": "Deletar minhas {count} publicações", - "commentedCount": "Deletar meus {count} comentários", - "accountDescription": "Esteja ciente de que o suas Publicações e Comentários são importantes para a nossa comunidade. Se você ainda optar por excluí-los, você tem que marcá-los abaixo.", - "accountWarning": "Você NÃO PODE GERENCIAR<\/b> e NÃO PODE RECUPERAR<\/b> sua conta, Publicações, ou Comentários após excluir sua conta!", - "success": "Conta eliminada com sucesso!", - "pleaseConfirm": "Ação destrutiva!<\/b> Digitar {confirm}<\/b> para confirmar" - }, - "embeds": { - "name": "Fornecedores de terceiros", - "info-description": "Se você concordar, as publicações da seguinte lista de provedores incluirão automaticamente código de terceiros de outros provedores (terceiros) na forma de vídeos, imagens ou texto incorporados.", - "status": { - "description": "Como padrão para você, o código incorporado de provedores de terceiros é", - "disabled": { - "off": "não exibido inicialmente", - "on": "exibido imediatamente" - }, - "change": { - "question": "O código-fonte incorporado de terceiros deve sempre ser exibido para você?", - "allow": "Certeza", - "deny": "Não, obrigado" - } - } - }, - "social-media": { - "name": "Mídias sociais", - "placeholder": "Sua url de mídia social", - "requireUnique": "Você já adicionou esta url", - "submit": "Adicionar link", - "successAdd": "Mídias sociais adicionadas. Perfil de usuário atualizado!", - "successDelete": "Mídias sociais removidas. Perfil de usuário atualizado!" - }, - "muted-users": { - "name": "Usuários bloqueados", - "explanation": { - "intro": "Se outro usuário foi bloqueado por você, isto é o que acontece:", - "your-perspective": "As mensagens da pessoa bloqueada não aparecerão mais no seu feed de notícias.", - "search": "Publicações de pessoas bloqueadas desaparecem dos resultados da sua pesquisa." - }, - "columns": { - "name": "Nome", - "slug": "Slug", - "unmute": "Desbloquear" - }, - "empty": "Até agora, você não bloqueou ninguém.", - "how-to": "Você pode bloquear outros usuários em suas páginas de perfil através do menu de conteúdo.", - "mute": "Bloquear usuário", - "unmute": "Desbloquear usuário", - "unmuted": "{name} está desbloqueado novamente" - }, - "privacy": { - "name": "Privacidade", - "make-shouts-public": "Compartilhar postagens que eu recomendei no meu perfil público", - "success-update": "Configurações de privacidade salvas" - } - }, - "admin": { - "name": "Administração", - "dashboard": { - "name": "Painel de controle", - "users": "Usuários", - "posts": "Postagens", - "comments": "Comentários", - "notifications": "Notificações", - "organizations": "Organizações", - "projects": "Projetos", - "invites": "Convites", - "follows": "Segue", - "shouts": "Aclamações" - }, - "organizations": { - "name": "Organizações" - }, - "users": { - "name": "Usuários", - "form": { - "placeholder": "e-mail, nome ou descrição" - }, - "table": { - "columns": { - "number": "N.º", - "name": "Nome", - "email": "E-mail", - "slug": "Slug", - "role": "Função", - "createdAt": "Criado em" - } - }, - "empty": "Nenhum usuário encontrado" - }, - "pages": { - "name": "Páginas" - }, - "notifications": { - "name": "Notificações" - }, - "categories": { - "name": "Categorias", - "categoryName": "Nome", - "postCount": "Postagens" - }, - "tags": { - "name": "Etiquetas", - "tagCountUnique": "Usuários", - "tagCount": "Postagens" - }, - "settings": { - "name": "Configurações" - }, - "hashtags": { - "name": "Hashtags", - "number": "Não.", - "nameOfHashtag": "Nome", - "tagCountUnique": "Usuários", - "tagCount": "Publicações" - }, - "invites": { - "name": "Convidar usuários", - "title": "Convidar pessoas", - "description": "Convites são uma maneira maravilhosa de ter seus amigos em sua rede …" - }, - "donations": { - "name": "Informações sobre Doações", - "goal": "Doações mensais necessárias", - "progress": "Doações arrecadadas até o momento", - "successfulUpdate": "Informações sobre doações atualizadas com sucesso!" - } - }, - "post": { - "name": "Postar", - "moreInfo": { - "name": "Mais informações", - "title": "Mais informações", - "description": "Aqui você pode encontrar mais informações sobre este tópico.", - "titleOfCategoriesSection": "Categorias", - "titleOfHashtagsSection": "Hashtags", - "titleOfRelatedContributionsSection": "Publicações relacionadas" - }, - "takeAction": { - "name": "Tomar uma ação" - }, - "pinned": "Anúncio", - "menu": { - "edit": "Editar publicação", - "delete": "Excluir publicação", - "pin": "Fixar publicação", - "pinnedSuccessfully": "Publicação fixada com sucesso!", - "unpin": "Desafixar publicação", - "unpinnedSuccessfully": "Publicação desafixada com sucesso!" - }, - "comment": { - "submit": "Commentar", - "submitted": "Comentário Enviado", - "updated": "Alterações salvas" - }, - "edited": "editado" - }, - "quotes": { - "african": { - "quote": "Muitas pessoas pequenas, em muitos lugares pequenos, fazem muitas coisas pequenas, que podem mudar a face do mundo.", - "author": "Provérbio africano" - } - }, - "common": { - "post": "Postagem ::: Postagens", - "comment": "Comentário ::: Comentários", - "letsTalk": "Vamos Conversar", - "versus": "Contra", - "moreInfo": "Mais informações", - "takeAction": "Tomar uma ação", - "shout": "Aclamação ::: Aclamações", - "user": "Usuário ::: Usuários", - "category": "Categoria ::: Categorias", - "organization": "Organização ::: Organizações", - "project": "Projeto ::: Projetos", - "tag": "Etiqueta ::: Etiquetas", - "name": "Nome", - "loadMore": "Carregar mais", - "loading": "Carregando", - "reportContent": "Denunciar", - "validations": { - "email": "deve ser um endereço de e-mail válido", - "url": "deve ser uma URL válida", - "categories": "devem ser seleccionadas, no mínimo uma e, no máximo três categorias" - } - }, - "actions": { - "loading": "Carregando", - "loadMore": "Carregar mais", - "create": "Criar", - "save": "Salvar", - "edit": "Editar", - "delete": "Apagar", - "cancel": "Cancelar" - }, - "moderation": { - "name": "Moderação", - "reports": { - "empty": "Parabéns, nada a moderar.", - "name": "Denúncias", - "reporter": "Denunciado por", - "submitter": "denunciado por", - "disabledBy": "desativado por", - "reasonCategory": "Categoria", - "reasonDescription": "Descrição", - "createdAt": "Data" - } - }, - "disable": { - "user": { - "title": "Desativar usuário", - "type": "Usuário", - "message": "Você realmente deseja desativar o usuário \" {name} <\/b> \"?" - }, - "contribution": { - "title": "Desativar Contribuição", - "type": "Contribuição", - "message": "Você realmente deseja desativar a contribuição \" {name} <\/b> \"?" - }, - "comment": { - "title": "Desativar comentário", - "type": "Comentário", - "message": "Você realmente deseja desativar o comentário de \" {name} <\/b> \"?" - }, - "submit": "Desativar", - "cancel": "Cancelar", - "success": "Desativado com sucesso!" - }, - "report": { - "submit": "Enviar denúncia", - "cancel": "Cancelar", - "user": { - "title": "Denunciar usuário", - "type": "Usuário", - "message": "Você realmente deseja denunciar o usuário \" {name} <\/b> \"?", - "error": "Você já denunciou o usuário!" - }, - "contribution": { - "title": "Denunciar Contribuição", - "type": "Contribuição", - "message": "Você realmente deseja denunciar a contribuição \" {name} <\/b> \"?", - "error": "Você já denunciou a contribuição!" - }, - "comment": { - "title": "Denunciar Comentário", - "type": "Comentário", - "message": "Você realmente deseja denunciar o comentário de \"{name}<\/b>\"?", - "error": "Você já denunciou o comentário!" - }, - "success": "Obrigado por denunciar!", - "reason": { - "category": { - "label": "Selecione uma categoria:", - "placeholder": "Categoria …", - "options": { - "discrimination_etc": "Mensagens, comentários, afirmações ou insultos discriminatórios.", - "pornographic_content_links": "Publicação ou vinculação de material claramente pornográfico.", - "glorific_trivia_of_cruel_inhuman_acts": "Glorificação ou banalização de atos de violência cruel ou desumana.", - "doxing": "A divulgação de informações pessoais de terceiros sem o seu consentimento ou ameaça de (\"doxing\").", - "intentional_intimidation_stalking_persecution": "Intimidação intencional, assédio ou perseguição.", - "advert_products_services_commercial": "Publicidade de produtos e serviços com intenção comercial.", - "criminal_behavior_violation_german_law": "Comportamento criminoso ou violação da lei alemã.", - "other": "Outros …" - }, - "invalid": "Selecione uma categoria válida" - }, - "description": { - "label": "Por favor, explique: Por que você gostaria de denunciar isso?", - "placeholder": "Informações adicionais …" - } - } - }, - "contribution": { - "edit": "Editar Contribuição", - "delete": "Apagar Contribuição", - "title": "Título", - "newPost": "Criar uma nova publicação", - "filterFollow": "Filtrar contribuições de usuários que eu sigo", - "filterALL": "Ver todas as contribuições", - "success": "Salvo!", - "languageSelectLabel": "Idioma", - "categories": { - "infoSelectedNoOfMaxCategories": "{chosen} of {max} categorias selecionadas" - }, - "emotions-label": { - "funny": "Engraçado", - "happy": "Feliz", - "surprised": "Surpreso", - "cry": "Chorando", - "angry": "Irritado" - }, - "category": { - "name": { - "freedom-of-speech": "Liberdade de expressão", - "consumption-sustainability": "Consumo e Sustentabilidade", - "global-peace-nonviolence": "Paz Mundial e Não-Violência", - "just-for-fun": "Só por diversão", - "happiness-values": "Felicidade e Valores", - "health-wellbeing": "Saúde e Bem-estar", - "environment-nature": "Meio Ambiente e Natureza", - "animal-protection": "Proteção Animal", - "human-rights-justice": "Direitos Humanos e Justiça", - "education-sciences": "Educação e Ciências", - "cooperation-development": "Cooperação e Desenvolvimento", - "democracy-politics": "Democracia e Política", - "economy-finances": "Economia e Finanças", - "energy-technology": "Energia e tecnologia", - "it-internet-data-privacy": "TI, Internet e Privacidade de Dados", - "art-culture-sport": "Arte, Cultura e Esporte" - } - }, - "teaserImage": { - "cropperConfirm": "Confirmar" - }, - "languageSelectText": "Selecionar Idioma" - }, - "comment": { - "edit": "Editar Comentário", - "delete": "Apagar Comentário", - "content": { - "unavailable-placeholder": "…esse comentário não está mais disponível" - }, - "menu": { - "edit": "Editar Comentário", - "delete": "Apagar Comentário" - }, - "show": { - "more": "mostrar mais", - "less": "mostrar menos" - }, - "edited": "editado" - }, - "followButton": { - "follow": "Seguir", - "following": "Seguindo" - }, - "shoutButton": { - "shouted": "aclamou" - }, - "search": { - "placeholder": "Buscar", - "hint": "O que você está buscando?", - "failed": "Nada encontrado" - }, - "components": { - "password-reset": { - "request": { - "title": "Redefinir sua senha", - "form": { - "description": "Um e-mail de redefinição de senha será enviado ao endereço de e-mail fornecido.", - "submit": "Solicitar e-mail", - "submitted": "Um e-mail com mais instruções foi enviado para {email}<\/b>" - } - }, - "change-password": { - "success": "A alteração da sua senha foi bem-sucedida!", - "error": "A alteração da sua senha falhou. Talvez o código de segurança não estava correto?", - "help": "Em caso de problemas, sinta-se à vontade para pedir ajuda, enviando um e-mail para:" - } - }, - "enter-nonce": { - "form": { - "nonce": "Digite seu código", - "description": "Abra a sua caixa de entrada e digite o código que lhe enviamos.", - "next": "Continue", - "validations": { - "length": "deve ter 6 caracteres" - } - } - }, - "registration": { - "signup": { - "unavailable": "Infelizmente, o registo público para usuário não está disponível neste servidor.", - "title": "Junte-se à Human Connection!", - "form": { - "description": "Para começar, digite seu endereço de e-mail:", - "terms-and-condition": "Eu concordo com os Termos e condições<\/ds-text><\/a>.", - "data-privacy": "Eu li e entendi o Política de Privacidade<\/ds-text><\/a> ", - "minimum-age": "Tenho 18 anos ou mais.", - "invitation-code": "O seu código de convite é: {code}<\/b>", - "errors": { - "email-exists": "Já existe uma conta de usuário com este endereço de e-mail!", - "invalid-invitation-token": "Parece que o convite já foi usado. Os links para convites só podem ser usados uma vez." - }, - "submit": "Criar uma conta", - "success": "Um e-mail com um link para completar o seu registo foi enviado para {email}<\/b>" - } - }, - "create-user-account": { - "title": "Criar uma conta de usuário", - "success": "A sua conta foi criada!", - "error": "Nenhuma conta de usuário pode ser criada!", - "help": " Talvez a confirmação tenha sido inválida? Em caso de problemas, sinta-se à vontade para pedir ajuda, enviando um e-mail para:" - } - } - }, - "store": { - "posts": { - "orderBy": { - "newest": { - "label": "Mais recentes" - }, - "oldest": { - "label": "Mais antigos" - } - } - } - }, - "maintenance": { - "title": "Human Connection está em manutenção", - "explanation": "No momento estamos em manutenção, por favor tente novamente mais tarde.", - "questions": "Qualquer dúvida, envie um e-mail para" - }, - "index": { - "no-results": "Nenhuma contribuição encontrada.", - "change-filter-settings": "Altere suas configurações de filtro para obter mais resultados." - }, - "filter-menu": { - "title": "Sua bolha de filtro", - "hashtag-search": "Procurando por #{hashtag}", - "clearSearch": "Limpar pesquisa" - }, - "filter-posts": { - "categories": { - "header": "Categorias de Conteúdo", - "all": "Todos" - }, - "general": { - "header": "Filtrar por …" - }, - "followers": { - "label": "Usuários que eu sigo" - }, - "language": { - "header": "Idiomas", - "all": "Todos" - } - }, - "site": { - "thanks": "Obrigado(a)!", - "error-occurred": "Ocorreu um erro.", - "made": "Feito com ❤", - "imprint": "Impressão", - "termsAndConditions": "Termos e Condições", - "data-privacy": "Proteção de Dados", - "contact": "Contato", - "tribunal": "tribunal de registo", - "register": "número de registo", - "director": "Diretor Administrativo", - "taxident": "Número de identificação do imposto sobre o valor acrescentado de acordo com o § 27 da Lei do Imposto sobre o Valor Acrescentado (Alemanha)", - "responsible": "Responsável segundo § 55 Abs. 2 RStV (Alemanha) ", - "bank": "conta bancária", - "germany": "Alemanha", - "code-of-conduct": "Codigo de Conduto", - "back-to-login": "Voltar para o Login", - "faq": "FAQ" - }, - "editor": { - "placeholder": " Escreva algo inspirador…", - "mention": { - "noUsersFound": "Nenhum usuário encontrado" - }, - "hashtag": { - "noHashtagsFound": "Nenhuma hashtag encontrada", - "addHashtag": "Nova hashtag", - "addLetter": "Digite uma letra" - }, - "embed": { - "data_privacy_warning": "Aviso de Privacidade de Dados!", - "data_privacy_info": "Seus dados ainda não foram compartilhados com terceiros. Se continuar assistindo este vídeo, o seguinte fornecedor irá provavelmente recolher dados do utilizador:", - "play_now": "Assista agora", - "always_allow": "Sempre permita conteúdo incorporado por provedores de terceiros (esta configuração pode ser alterada a qualquer momento)" - } - }, - "notifications": { - "reason": { - "mentioned_in_post": "Mencinou você em um post …", - "mentioned_in_comment": "Mentionou você em um comentário …", - "commented_on_post": "Comentou no seu post …" - }, - "comment": "Comentário", - "title": "Notificações", - "pageLink": "Todas as notificações", - "post": "Post", - "user": "Usuário", - "content": "Conteúdo", - "filterLabel": { - "all": "Todos", - "read": "Lido", - "unread": "Não lido" - }, - "empty": "Desculpe, não tem nenhuma notificação neste momento." - }, - "delete": { - "submit": "Excluir", - "cancel": "Cancelar", - "contribution": { - "title": "Excluir publicação", - "type": "Contribuição", - "message": "Você realmente deseja excluir a publicação \"{name}<\/b>\"?", - "success": "Publicação excluída com êxito!" - }, - "comment": { - "title": "Excluir Comentário", - "type": "Comentário", - "message": "Você realmente deseja excluir o comentário \"{name}<\/b>\"?", - "success": "Comentário excluído com sucesso!" - } - }, - "release": { - "submit": "Liberar", - "cancel": "Cancelar", - "success": "Liberado com sucesso!", - "user": { - "title": "Liberar usuário", - "type": "Usuário", - "message": "Você realmente quer liberar o usuário \"{name}<\/b>\"?", - "error": "Você já denunciou o usuário!" - }, - "contribution": { - "title": "Liberar contribuição ", - "type": "Contribuição", - "message": "Você realmente quer liberar a contribuição \"{name}<\/b>\"?", - "error": "Você já denunciou a contribuição!" - }, - "comment": { - "title": "Liberar Comentário ", - "type": "Comentário", - "message": "Você realmente quer liberar o comentário de \"{name}<\/b>\"?", - "error": "Você já denunciou o comentário!" - } - }, - "user": { - "avatar": { - "submitted": "Carregado com sucesso!" - } - }, - "code-of-conduct": { - "subheader": "para a rede social da Human Connection gGmbH", - "preamble": { - "title": "Introdução", - "description": "A Human Connection é uma rede de conhecimento e ação social sem fins lucrativos da próxima geração. Feito por pessoas - para pessoas. Open Source, justo e transparente. Para uma mudança local e global positiva em todas as áreas da vida. Redesenhamos completamente a troca pública de conhecimentos, idéias e projetos. As funções da Human Connection reúnem as pessoas - offline e online - para que possamos fazer do mundo um lugar melhor." - }, - "purpose": { - "title": "Propósito", - "description": "Com este código de conduta, regulamentamos os princípios essenciais para o comportamento em nossa rede social. A Carta dos Direitos Humanos das Nações Unidas é a nossa orientação e forma o coração da nossa compreensão dos valores. O código de conduta serve como princípios orientadores para a nossa aparência pessoal e interação uns com os outros. Qualquer pessoa ativa como usuário da Human Connection Network, que escreve artigos, comentários ou se conecta com outros usuários, incluindo aqueles fora da rede, reconhece estas regras de conduta como obrigatórias." - }, - "expected-behaviour": { - "title": "Comportamentos esperados", - "description": "Os seguintes comportamentos são esperados e solicitados a todos os membros da comunidade:", - "list": { - "0": "Exercitar ponderação e respeito no seu discurso e ações.", - "1": "Tente a colaboração antes do conflito.", - "2": "Evite comportamentos e discursos humilhantes, discriminatórios ou assediadores.", - "3": "Esteja atento ao que o rodeia e aos outros participantes. Alerte os líderes comunitários se você perceber uma situação perigosa, alguém em perigo ou violações deste Código de Conduta, mesmo que pareçam inconsequentes." - } - }, - "unacceptable-behaviour": { - "title": "Comportamentos Inaceitáveis", - "description": "Os seguintes comportamentos são inaceitáveis dentro da nossa comunidade:", - "list": { - "0": "Mensagens, comentários, afirmações ou insultos discriminatórios, particularmente aqueles relacionados a gênero, orientação sexual, raça, religião, orientação política ou filosófica ou deficiência.", - "1": "Publicar ou vincular material claramente pornográfico.", - "2": "Glorificação ou banalização de atos de violência cruel ou desumana.", - "3": "A divulgação de informações pessoais de terceiros sem o seu consentimento ou ameaça de (\"doxing\").", - "4": "Intimidação intencional, assédio ou perseguição.", - "5": "Publicidade de produtos e serviços com intenção comercial.", - "6": "Comportamento criminoso ou violação da lei alemã.", - "7": "Apoiar ou incentivar tal conduta." - } - }, - "consequences": { - "title": "Consequências de um comportamento inaceitável", - "description": "Se um membro da comunidade apresentar um comportamento inaceitável, os operadores, moderadores e administradores responsáveis da rede podem tomar medidas adequadas, incluindo, entre outras:", - "list": { - "0": "Pedido de suspensão imediata de uma conduta inaceitável", - "1": "Bloquear ou excluir comentários", - "2": "Exclusão temporária da respectiva publicação ou contribuição", - "3": "Bloquear ou eliminar conteúdo", - "4": "Retirada temporária de permissão de escrita", - "5": "Exclusão temporária da rede", - "6": "Exclusão definitiva da rede", - "7": "Violações da lei alemã podem ser denunciadas" - } - }, - "get-help": "Se você for vítima ou testemunhar um comportamento inaceitável, ou tiver qualquer outra preocupação, por favor notifique um organizador da comunidade o mais rápido possível e inclua o link ou mencione o conteúdo correspondente:" - }, - "termsAndConditions": { - "newTermsAndConditions": "Novos Termos e Condições", - "termsAndConditionsConfirmed": "Eu li e confirmei os Terms and Conditions<\/a>.", - "termsAndConditionsNewConfirmText": "Por favor, leia os novos termos de uso agora!", - "termsAndConditionsNewConfirm": "Eu li e concordo com os novos termos de condições.", - "agree": "Eu concordo!", - "terms-of-service": { - "title": "Termos do Serviço", - "description": "As seguintes condições de utilização constituem a base para a utilização da nossa rede. Ao registar-se, deve aceitar os termos de utilização e informaremos mais tarde sobre quaisquer alterações que possam ocorrer. A Human Connection Network é operada na Alemanha e, portanto, está sujeita à lei alemã. O local de jurisdição é Kirchheim \/ Teck. Para mais detalhes, veja a nossa impressão: https:\/\/human-connection.org\/imprint<\/a> " - }, - "use-and-license": { - "title": "Uso e Licença", - "description": "Se qualquer conteúdo que você publicar para nós for protegido por direitos de propriedade intelectual, você nos concede uma licença não exclusiva, transferível, sublicenciável e mundial para usar tal conteúdo para postar em nossa rede. Esta licença expira quando você exclui seu conteúdo ou toda a sua conta. Lembre-se de que outros podem compartilhar seu conteúdo e nós não podemos excluí-lo." - }, - "privacy-statement": { - "title": "Política de Privacidade", - "description": "Nossa rede é uma rede social de conhecimento e ação. Portanto, é particularmente importante para nós que o máximo de conteúdo possível seja acessível ao público. No decurso do desenvolvimento da nossa rede, haverá cada vez mais a possibilidade de decidir sobre a visibilidade dos dados pessoais. Iremos informá-lo sobre estas novas funcionalidades. Caso contrário, você deve sempre pensar sobre quais dados pessoais você divulga sobre si mesmo (ou outros). Isto aplica-se em particular ao conteúdo das mensagens e comentários, uma vez que estes têm um carácter largamente público. Mais tarde, haverá possibilidades de limitar a visibilidade do seu perfil. Parte dos termos de serviço é a nossa declaração de privacidade, que o informa sobre as operações individuais de processamento de dados na nossa rede: https:\/\/human-connection.org\/datenschutz\/#netzwerk<\/a> bzw. https:\/\/human-connection.org\/datenschutz\/<\/a> Nossa declaração de privacidade é adaptada à situação legal e às características de nossa rede e é sempre válida na versão mais atual." - }, - "code-of-conduct": { - "title": "Código de Conduta", - "description": "Nosso código de conduta serve como um manual de aparência pessoal e interação entre si. Quem quer que seja ativo como utilizador na rede Human Connection, escreva artigos, comentários ou faça contato com outros utilizadores, mesmo fora da rede, reconhece estas regras de conduta como sendo vinculativas. https:\/\/alpha.human-connection.org\/code-of-conduct<\/a>" - }, - "moderation": { - "title": "Moderação", - "description": "Até que nossas possibilidades financeiras nos permitam implementar o sistema de moderação comunitária, moderamos com um sistema simplificado e com pessoal próprio ou possivelmente voluntário. Nós treinamos esses moderadores e por isso só eles tomam as decisões apropriadas. Estes moderadores realizam o seu trabalho de forma anônima. Você pode denunciar mensagens, comentários e usuários para nós (por exemplo, se eles fornecem informações em seu perfil ou têm imagens que violam estes Termos de Uso). Se você relatar algo para nós, você precisa dar uma razão e pode dar uma breve explicação. Em seguida, analisaremos o que você denunciou e o sancionaremos, se necessário, por exemplo, bloqueando contribuições, comentários ou usuários. Infelizmente, você e a pessoa em questão não receberão qualquer feedback da nossa parte neste momento, mas isto está na fase de planeamento. Independentemente disso, reservamo-nos o direito de impor sanções em princípio por razões que podem ou não estar listadas no nosso Código de Conduta ou nestes termos de serviço." - }, - "errors-and-feedback": { - "title": "Erros e Feedback", - "description": "Fazemos todos os esforços para manter a nossa rede e dados seguros e disponíveis. Cada nova versão do software passa por testes automatizados e manuais. No entanto, podem ocorrer erros imprevistos. Portanto, somos gratos por quaisquer erros reportados. Você é bem-vindo para relatar quaisquer erros que você descobrir enviando um e-mail para o Suporte em support@human-connection.org." - }, - "help-and-questions": { - "title": "Ajuda e Perguntas", - "description": "Para ajuda e perguntas, nós compilamos uma coleção abrangente de perguntas e respostas frequentes (FAQ) para você. Você pode encontrá-las aqui: https:\/\/support.human-connection.org\/kb\/ <\/a>" - }, - "addition": { - "title": "Além disso, realizamos regularmente eventos onde você também pode compartilhar suas impressões e fazer perguntas. Você pode encontrar uma visão geral atual aqui:", - "description": " https:\/\/human-connection.org\/events\/ <\/a>" - } + "dashboard": { + "comments": "Comentários", + "follows": "Segue", + "invites": "Convites", + "name": "Painel de controle", + "notifications": "Notificações", + "organizations": "Organizações", + "posts": "Postagens", + "projects": "Projetos", + "shouts": "Aclamações", + "users": "Usuários" }, "donations": { - "donations-for": "Doações para", - "donate-now": "Doe agora", - "amount-of-total": "{amount} dos {total} € foram coletados" + "goal": "Doações mensais necessárias", + "name": "Informações sobre Doações", + "progress": "Doações arrecadadas até o momento", + "successfulUpdate": "Informações sobre doações atualizadas com sucesso!" + }, + "hashtags": { + "name": "Hashtags", + "nameOfHashtag": "Nome", + "number": "Não.", + "tagCount": "Publicações", + "tagCountUnique": "Usuários" + }, + "invites": { + "description": "Convites são uma maneira maravilhosa de ter seus amigos em sua rede …", + "name": "Convidar usuários", + "title": "Convidar pessoas" + }, + "name": "Administração", + "notifications": { + "name": "Notificações" + }, + "organizations": { + "name": "Organizações" + }, + "pages": { + "name": "Páginas" + }, + "settings": { + "name": "Configurações" + }, + "tags": { + "name": "Etiquetas", + "tagCount": "Postagens", + "tagCountUnique": "Usuários" + }, + "users": { + "empty": "Nenhum usuário encontrado", + "form": { + "placeholder": "e-mail, nome ou descrição" + }, + "name": "Usuários", + "table": { + "columns": { + "createdAt": "Criado em", + "email": "E-mail", + "name": "Nome", + "number": "N.º", + "role": "Função", + "slug": "Slug" + } + } } + }, + "code-of-conduct": { + "consequences": { + "description": "Se um membro da comunidade apresentar um comportamento inaceitável, os operadores, moderadores e administradores responsáveis da rede podem tomar medidas adequadas, incluindo, entre outras:", + "list": { + "0": "Pedido de suspensão imediata de uma conduta inaceitável", + "1": "Bloquear ou excluir comentários", + "2": "Exclusão temporária da respectiva publicação ou contribuição", + "3": "Bloquear ou eliminar conteúdo", + "4": "Retirada temporária de permissão de escrita", + "5": "Exclusão temporária da rede", + "6": "Exclusão definitiva da rede", + "7": "Violações da lei alemã podem ser denunciadas" + }, + "title": "Consequências de um comportamento inaceitável" + }, + "expected-behaviour": { + "description": "Os seguintes comportamentos são esperados e solicitados a todos os membros da comunidade:", + "list": { + "0": "Exercitar ponderação e respeito no seu discurso e ações.", + "1": "Tente a colaboração antes do conflito.", + "2": "Evite comportamentos e discursos humilhantes, discriminatórios ou assediadores.", + "3": "Esteja atento ao que o rodeia e aos outros participantes. Alerte os líderes comunitários se você perceber uma situação perigosa, alguém em perigo ou violações deste Código de Conduta, mesmo que pareçam inconsequentes." + }, + "title": "Comportamentos esperados" + }, + "get-help": "Se você for vítima ou testemunhar um comportamento inaceitável, ou tiver qualquer outra preocupação, por favor notifique um organizador da comunidade o mais rápido possível e inclua o link ou mencione o conteúdo correspondente:", + "preamble": { + "description": "A Human Connection é uma rede de conhecimento e ação social sem fins lucrativos da próxima geração. Feito por pessoas - para pessoas. Open Source, justo e transparente. Para uma mudança local e global positiva em todas as áreas da vida. Redesenhamos completamente a troca pública de conhecimentos, idéias e projetos. As funções da Human Connection reúnem as pessoas - offline e online - para que possamos fazer do mundo um lugar melhor.", + "title": "Introdução" + }, + "purpose": { + "description": "Com este código de conduta, regulamentamos os princípios essenciais para o comportamento em nossa rede social. A Carta dos Direitos Humanos das Nações Unidas é a nossa orientação e forma o coração da nossa compreensão dos valores. O código de conduta serve como princípios orientadores para a nossa aparência pessoal e interação uns com os outros. Qualquer pessoa ativa como usuário da Human Connection Network, que escreve artigos, comentários ou se conecta com outros usuários, incluindo aqueles fora da rede, reconhece estas regras de conduta como obrigatórias.", + "title": "Propósito" + }, + "subheader": "para a rede social da Human Connection gGmbH", + "unacceptable-behaviour": { + "description": "Os seguintes comportamentos são inaceitáveis dentro da nossa comunidade:", + "list": { + "0": "Mensagens, comentários, afirmações ou insultos discriminatórios, particularmente aqueles relacionados a gênero, orientação sexual, raça, religião, orientação política ou filosófica ou deficiência.", + "1": "Publicar ou vincular material claramente pornográfico.", + "2": "Glorificação ou banalização de atos de violência cruel ou desumana.", + "3": "A divulgação de informações pessoais de terceiros sem o seu consentimento ou ameaça de (\"doxing\").", + "4": "Intimidação intencional, assédio ou perseguição.", + "5": "Publicidade de produtos e serviços com intenção comercial.", + "6": "Comportamento criminoso ou violação da lei alemã.", + "7": "Apoiar ou incentivar tal conduta." + }, + "title": "Comportamentos Inaceitáveis" + } + }, + "comment": { + "content": { + "unavailable-placeholder": "…esse comentário não está mais disponível" + }, + "delete": "Apagar Comentário", + "edit": "Editar Comentário", + "edited": "editado", + "menu": { + "delete": "Apagar Comentário", + "edit": "Editar Comentário" + }, + "show": { + "less": "mostrar menos", + "more": "mostrar mais" + } + }, + "common": { + "category": "Categoria ::: Categorias", + "comment": "Comentário ::: Comentários", + "letsTalk": "Vamos Conversar", + "loadMore": "Carregar mais", + "loading": "Carregando", + "moreInfo": "Mais informações", + "name": "Nome", + "organization": "Organização ::: Organizações", + "post": "Postagem ::: Postagens", + "project": "Projeto ::: Projetos", + "reportContent": "Denunciar", + "shout": "Aclamação ::: Aclamações", + "tag": "Etiqueta ::: Etiquetas", + "takeAction": "Tomar uma ação", + "user": "Usuário ::: Usuários", + "validations": { + "categories": "devem ser seleccionadas, no mínimo uma e, no máximo três categorias", + "email": "deve ser um endereço de e-mail válido", + "url": "deve ser uma URL válida" + }, + "versus": "Contra" + }, + "components": { + "enter-nonce": { + "form": { + "description": "Abra a sua caixa de entrada e digite o código que lhe enviamos.", + "next": "Continue", + "nonce": "Digite seu código", + "validations": { + "length": "deve ter 6 caracteres" + } + } + }, + "password-reset": { + "change-password": { + "error": "A alteração da sua senha falhou. Talvez o código de segurança não estava correto?", + "help": "Em caso de problemas, sinta-se à vontade para pedir ajuda, enviando um e-mail para:", + "success": "A alteração da sua senha foi bem-sucedida!" + }, + "request": { + "form": { + "description": "Um e-mail de redefinição de senha será enviado ao endereço de e-mail fornecido.", + "submit": "Solicitar e-mail", + "submitted": "Um e-mail com mais instruções foi enviado para {email}" + }, + "title": "Redefinir sua senha" + } + }, + "registration": { + "create-user-account": { + "error": "Nenhuma conta de usuário pode ser criada!", + "help": " Talvez a confirmação tenha sido inválida? Em caso de problemas, sinta-se à vontade para pedir ajuda, enviando um e-mail para:", + "success": "A sua conta foi criada!", + "title": "Criar uma conta de usuário" + }, + "signup": { + "form": { + "data-privacy": "Eu li e entendi o Política de Privacidade ", + "description": "Para começar, digite seu endereço de e-mail:", + "errors": { + "email-exists": "Já existe uma conta de usuário com este endereço de e-mail!", + "invalid-invitation-token": "Parece que o convite já foi usado. Os links para convites só podem ser usados uma vez." + }, + "invitation-code": "O seu código de convite é: {code}", + "minimum-age": "Tenho 18 anos ou mais.", + "submit": "Criar uma conta", + "success": "Um e-mail com um link para completar o seu registo foi enviado para {email}", + "terms-and-condition": "Eu concordo com os Termos e condições." + }, + "title": "Junte-se à Human Connection!", + "unavailable": "Infelizmente, o registo público para usuário não está disponível neste servidor." + } + } + }, + "contribution": { + "categories": { + "infoSelectedNoOfMaxCategories": "{chosen} of {max} categorias selecionadas" + }, + "category": { + "name": { + "animal-protection": "Proteção Animal", + "art-culture-sport": "Arte, Cultura e Esporte", + "consumption-sustainability": "Consumo e Sustentabilidade", + "cooperation-development": "Cooperação e Desenvolvimento", + "democracy-politics": "Democracia e Política", + "economy-finances": "Economia e Finanças", + "education-sciences": "Educação e Ciências", + "energy-technology": "Energia e tecnologia", + "environment-nature": "Meio Ambiente e Natureza", + "freedom-of-speech": "Liberdade de expressão", + "global-peace-nonviolence": "Paz Mundial e Não-Violência", + "happiness-values": "Felicidade e Valores", + "health-wellbeing": "Saúde e Bem-estar", + "human-rights-justice": "Direitos Humanos e Justiça", + "it-internet-data-privacy": "TI, Internet e Privacidade de Dados", + "just-for-fun": "Só por diversão" + } + }, + "delete": "Apagar Contribuição", + "edit": "Editar Contribuição", + "emotions-label": { + "angry": "Irritado", + "cry": "Chorando", + "funny": "Engraçado", + "happy": "Feliz", + "surprised": "Surpreso" + }, + "filterALL": "Ver todas as contribuições", + "filterFollow": "Filtrar contribuições de usuários que eu sigo", + "languageSelectLabel": "Idioma", + "languageSelectText": "Selecionar Idioma", + "newPost": "Criar uma nova publicação", + "success": "Salvo!", + "teaserImage": { + "cropperConfirm": "Confirmar" + }, + "title": "Título" + }, + "delete": { + "cancel": "Cancelar", + "comment": { + "message": "Você realmente deseja excluir o comentário \"{name}\"?", + "success": "Comentário excluído com sucesso!", + "title": "Excluir Comentário", + "type": "Comentário" + }, + "contribution": { + "message": "Você realmente deseja excluir a publicação \"{name}\"?", + "success": "Publicação excluída com êxito!", + "title": "Excluir publicação", + "type": "Contribuição" + }, + "submit": "Excluir" + }, + "disable": { + "cancel": "Cancelar", + "comment": { + "message": "Você realmente deseja desativar o comentário de \" {name} \"?", + "title": "Desativar comentário", + "type": "Comentário" + }, + "contribution": { + "message": "Você realmente deseja desativar a contribuição \" {name} \"?", + "title": "Desativar Contribuição", + "type": "Contribuição" + }, + "submit": "Desativar", + "success": "Desativado com sucesso!", + "user": { + "message": "Você realmente deseja desativar o usuário \" {name} \"?", + "title": "Desativar usuário", + "type": "Usuário" + } + }, + "donations": { + "amount-of-total": "{amount} dos {total} € foram coletados", + "donate-now": "Doe agora", + "donations-for": "Doações para" + }, + "editor": { + "embed": { + "always_allow": "Sempre permita conteúdo incorporado por provedores de terceiros (esta configuração pode ser alterada a qualquer momento)", + "data_privacy_info": "Seus dados ainda não foram compartilhados com terceiros. Se continuar assistindo este vídeo, o seguinte fornecedor irá provavelmente recolher dados do utilizador:", + "data_privacy_warning": "Aviso de Privacidade de Dados!", + "play_now": "Assista agora" + }, + "hashtag": { + "addHashtag": "Nova hashtag", + "addLetter": "Digite uma letra", + "noHashtagsFound": "Nenhuma hashtag encontrada" + }, + "mention": { + "noUsersFound": "Nenhum usuário encontrado" + }, + "placeholder": " Escreva algo inspirador…" + }, + "filter-menu": { + "clearSearch": "Limpar pesquisa", + "hashtag-search": "Procurando por #{hashtag}", + "title": "Sua bolha de filtro" + }, + "filter-posts": { + "categories": { + "all": "Todos", + "header": "Categorias de Conteúdo" + }, + "followers": { + "label": "Usuários que eu sigo" + }, + "general": { + "header": "Filtrar por …" + }, + "language": { + "all": "Todos", + "header": "Idiomas" + } + }, + "followButton": { + "follow": "Seguir", + "following": "Seguindo" + }, + "index": { + "change-filter-settings": "Altere suas configurações de filtro para obter mais resultados.", + "no-results": "Nenhuma contribuição encontrada." + }, + "login": { + "copy": "Se você já tem uma conta no Human Connection, entre aqui.", + "email": "Seu email", + "failure": "Endereço de e-mail ou senha incorretos.", + "forgotPassword": "Esqueceu a sua senha?", + "hello": "Olá", + "login": "Entrar", + "logout": "Sair", + "moreInfo": "O que é a Human Connection?", + "moreInfoHint": "para a página de apresentação", + "moreInfoURL": "https://human-connection.org/en/", + "no-account": "Ainda não tem uma conta?", + "password": "Sua senha", + "register": "Cadastrar-se", + "success": "Você está conectado!" + }, + "maintenance": { + "explanation": "No momento estamos em manutenção, por favor tente novamente mais tarde.", + "questions": "Qualquer dúvida, envie um e-mail para", + "title": "Human Connection está em manutenção" + }, + "moderation": { + "name": "Moderação", + "reports": { + "createdAt": "Data", + "disabledBy": "desativado por", + "empty": "Parabéns, nada a moderar.", + "name": "Denúncias", + "reasonCategory": "Categoria", + "reasonDescription": "Descrição", + "reporter": "Denunciado por", + "submitter": "denunciado por" + } + }, + "notifications": { + "comment": "Comentário", + "content": "Conteúdo", + "empty": "Desculpe, não tem nenhuma notificação neste momento.", + "filterLabel": { + "all": "Todos", + "read": "Lido", + "unread": "Não lido" + }, + "pageLink": "Todas as notificações", + "post": "Post", + "reason": { + "commented_on_post": "Comentou no seu post …", + "mentioned_in_comment": "Mentionou você em um comentário …", + "mentioned_in_post": "Mencinou você em um post …" + }, + "title": "Notificações", + "user": "Usuário" + }, + "post": { + "comment": { + "submit": "Commentar", + "submitted": "Comentário Enviado", + "updated": "Alterações salvas" + }, + "edited": "editado", + "menu": { + "delete": "Excluir publicação", + "edit": "Editar publicação", + "pin": "Fixar publicação", + "pinnedSuccessfully": "Publicação fixada com sucesso!", + "unpin": "Desafixar publicação", + "unpinnedSuccessfully": "Publicação desafixada com sucesso!" + }, + "moreInfo": { + "description": "Aqui você pode encontrar mais informações sobre este tópico.", + "name": "Mais informações", + "title": "Mais informações", + "titleOfCategoriesSection": "Categorias", + "titleOfHashtagsSection": "Hashtags", + "titleOfRelatedContributionsSection": "Publicações relacionadas" + }, + "name": "Postar", + "pinned": "Anúncio", + "takeAction": { + "name": "Tomar uma ação" + } + }, + "profile": { + "commented": "Comentou", + "follow": "Seguir", + "followers": "Seguidores", + "following": "Seguindo", + "invites": { + "description": "Digite o endereço de e-mail para o convite.", + "emailPlaceholder": "E-mail para convidar", + "title": "Convidar alguém para Human Connection!" + }, + "memberSince": "Membro desde", + "name": "Meu perfil", + "network": { + "andMore": "e {number} mais …", + "followedBy": "é seguido por:", + "followedByNobody": "não é seguido por ninguém.", + "following": "está seguindo:", + "followingNobody": "não segue ninguém.", + "title": "Rede" + }, + "shouted": "Aclamou", + "socialMedia": "Onde mais posso encontrar", + "userAnonym": "Anonymous" + }, + "quotes": { + "african": { + "author": "Provérbio africano", + "quote": "Muitas pessoas pequenas, em muitos lugares pequenos, fazem muitas coisas pequenas, que podem mudar a face do mundo." + } + }, + "release": { + "cancel": "Cancelar", + "comment": { + "error": "Você já denunciou o comentário!", + "message": "Você realmente quer liberar o comentário de \"{name}\"?", + "title": "Liberar Comentário ", + "type": "Comentário" + }, + "contribution": { + "error": "Você já denunciou a contribuição!", + "message": "Você realmente quer liberar a contribuição \"{name}\"?", + "title": "Liberar contribuição ", + "type": "Contribuição" + }, + "submit": "Liberar", + "success": "Liberado com sucesso!", + "user": { + "error": "Você já denunciou o usuário!", + "message": "Você realmente quer liberar o usuário \"{name}\"?", + "title": "Liberar usuário", + "type": "Usuário" + } + }, + "report": { + "cancel": "Cancelar", + "comment": { + "error": "Você já denunciou o comentário!", + "message": "Você realmente deseja denunciar o comentário de \"{name}\"?", + "title": "Denunciar Comentário", + "type": "Comentário" + }, + "contribution": { + "error": "Você já denunciou a contribuição!", + "message": "Você realmente deseja denunciar a contribuição \" {name} \"?", + "title": "Denunciar Contribuição", + "type": "Contribuição" + }, + "reason": { + "category": { + "invalid": "Selecione uma categoria válida", + "label": "Selecione uma categoria:", + "options": { + "advert_products_services_commercial": "Publicidade de produtos e serviços com intenção comercial.", + "criminal_behavior_violation_german_law": "Comportamento criminoso ou violação da lei alemã.", + "discrimination_etc": "Mensagens, comentários, afirmações ou insultos discriminatórios.", + "doxing": "A divulgação de informações pessoais de terceiros sem o seu consentimento ou ameaça de (\"doxing\").", + "glorific_trivia_of_cruel_inhuman_acts": "Glorificação ou banalização de atos de violência cruel ou desumana.", + "intentional_intimidation_stalking_persecution": "Intimidação intencional, assédio ou perseguição.", + "other": "Outros …", + "pornographic_content_links": "Publicação ou vinculação de material claramente pornográfico." + }, + "placeholder": "Categoria …" + }, + "description": { + "label": "Por favor, explique: Por que você gostaria de denunciar isso?", + "placeholder": "Informações adicionais …" + } + }, + "submit": "Enviar denúncia", + "success": "Obrigado por denunciar!", + "user": { + "error": "Você já denunciou o usuário!", + "message": "Você realmente deseja denunciar o usuário \" {name} \"?", + "title": "Denunciar usuário", + "type": "Usuário" + } + }, + "search": { + "failed": "Nada encontrado", + "hint": "O que você está buscando?", + "placeholder": "Buscar" + }, + "settings": { + "data": { + "labelBio": "Sobre você", + "labelCity": "Sua cidade ou estado", + "labelName": "Seu nome", + "labelSlug": "Seu nome de usuário exclusivo", + "name": "Seus dados", + "namePlaceholder": "Anonymous", + "success": "Seus dados foram atualizados com sucesso!" + }, + "delete": { + "name": "Apagar conta" + }, + "deleteUserAccount": { + "accountDescription": "Esteja ciente de que o suas Publicações e Comentários são importantes para a nossa comunidade. Se você ainda optar por excluí-los, você tem que marcá-los abaixo.", + "accountWarning": "Você NÃO PODE GERENCIAR e NÃO PODE RECUPERAR sua conta, Publicações, ou Comentários após excluir sua conta!", + "commentedCount": "Deletar meus {count} comentários", + "contributionsCount": "Deletar minhas {count} publicações", + "name": "Deletar dados", + "pleaseConfirm": "Ação destrutiva! Digitar {confirm} para confirmar", + "success": "Conta eliminada com sucesso!" + }, + "download": { + "name": "Baixar dados" + }, + "email": { + "change-successful": "O seu endereço de e-mail foi alterado com sucesso.", + "labelEmail": "Alterar o seu endereço de e-mail", + "labelNewEmail": "Novo endereço de e-mail", + "labelNonce": "Digite o seu código", + "name": "Seu email", + "submitted": "Um e-mail para verificar o seu endereço foi enviado para {email}.", + "success": "Um novo endereço de e-mail foi registrado.", + "validation": { + "same-email": "Este é o seu endereço de e-mail atual" + }, + "verification-error": { + "explanation": "Isto pode ter diferentes causas:", + "message": "O seu e-mail não pode ser alterado.", + "reason": { + "invalid-nonce": "O código de confirmação esta inválido?", + "no-email-request": "Você tem certeza de que solicitou uma alteração no seu endereço de e-mail?" + }, + "support": "Se o problema persistir, por favor contacte-nos por e-mail" + } + }, + "embeds": { + "info-description": "Se você concordar, as publicações da seguinte lista de provedores incluirão automaticamente código de terceiros de outros provedores (terceiros) na forma de vídeos, imagens ou texto incorporados.", + "name": "Fornecedores de terceiros", + "status": { + "change": { + "allow": "Certeza", + "deny": "Não, obrigado", + "question": "O código-fonte incorporado de terceiros deve sempre ser exibido para você?" + }, + "description": "Como padrão para você, o código incorporado de provedores de terceiros é", + "disabled": { + "off": "não exibido inicialmente", + "on": "exibido imediatamente" + } + } + }, + "invites": { + "name": "Convites" + }, + "languages": { + "name": "Idiomas" + }, + "muted-users": { + "columns": { + "name": "Nome", + "slug": "Slug", + "unmute": "Desbloquear" + }, + "empty": "Até agora, você não bloqueou ninguém.", + "explanation": { + "intro": "Se outro usuário foi bloqueado por você, isto é o que acontece:", + "search": "Publicações de pessoas bloqueadas desaparecem dos resultados da sua pesquisa.", + "your-perspective": "As mensagens da pessoa bloqueada não aparecerão mais no seu feed de notícias." + }, + "how-to": "Você pode bloquear outros usuários em suas páginas de perfil através do menu de conteúdo.", + "mute": "Bloquear usuário", + "name": "Usuários bloqueados", + "unmute": "Desbloquear usuário", + "unmuted": "{name} está desbloqueado novamente" + }, + "name": "Configurações", + "organizations": { + "name": "Minhas Organizações" + }, + "privacy": { + "make-shouts-public": "Compartilhar postagens que eu recomendei no meu perfil público", + "name": "Privacidade", + "success-update": "Configurações de privacidade salvas" + }, + "security": { + "change-password": { + "button": "Modificar senha", + "label-new-password": "Sua nova senha", + "label-new-password-confirm": "Confirme sua nova senha", + "label-old-password": "Sua senha antiga", + "message-new-password-confirm-required": "Confirme sua nova senha", + "message-new-password-missmatch": "Digite a mesma senha novamente", + "message-new-password-required": "Digite uma nova senha", + "message-old-password-required": "Digite sua senha antiga", + "passwordSecurity": "Segurança da senha", + "passwordStrength0": "Senha muito insegura", + "passwordStrength1": "Senha insegura", + "passwordStrength2": "Senha medíocre", + "passwordStrength3": "Senha forte", + "passwordStrength4": "Senha muito forte", + "success": "Senha modificada com sucesso!" + }, + "name": "Segurança" + }, + "social-media": { + "name": "Mídias sociais", + "placeholder": "Sua url de mídia social", + "requireUnique": "Você já adicionou esta url", + "submit": "Adicionar link", + "successAdd": "Mídias sociais adicionadas. Perfil de usuário atualizado!", + "successDelete": "Mídias sociais removidas. Perfil de usuário atualizado!" + }, + "validation": { + "slug": { + "alreadyTaken": "Este nome de usuário já está registrado.", + "regex": "Os caracteres permitidos são apenas letras minúsculas, números, sublinhados e hífens." + } + } + }, + "shoutButton": { + "shouted": "aclamou" + }, + "site": { + "back-to-login": "Voltar para o Login", + "bank": "conta bancária", + "code-of-conduct": "Codigo de Conduto", + "contact": "Contato", + "data-privacy": "Proteção de Dados", + "director": "Diretor Administrativo", + "error-occurred": "Ocorreu um erro.", + "faq": "FAQ", + "germany": "Alemanha", + "imprint": "Impressão", + "made": "Feito com ❤", + "register": "número de registo", + "responsible": "Responsável segundo § 55 Abs. 2 RStV (Alemanha) ", + "taxident": "Número de identificação do imposto sobre o valor acrescentado de acordo com o § 27 da Lei do Imposto sobre o Valor Acrescentado (Alemanha)", + "termsAndConditions": "Termos e Condições", + "thanks": "Obrigado(a)!", + "tribunal": "tribunal de registo" + }, + "store": { + "posts": { + "orderBy": { + "newest": { + "label": "Mais recentes" + }, + "oldest": { + "label": "Mais antigos" + } + } + } + }, + "termsAndConditions": { + "addition": { + "description": " https://human-connection.org/events/ ", + "title": "Além disso, realizamos regularmente eventos onde você também pode compartilhar suas impressões e fazer perguntas. Você pode encontrar uma visão geral atual aqui:" + }, + "agree": "Eu concordo!", + "code-of-conduct": { + "description": "Nosso código de conduta serve como um manual de aparência pessoal e interação entre si. Quem quer que seja ativo como utilizador na rede Human Connection, escreva artigos, comentários ou faça contato com outros utilizadores, mesmo fora da rede, reconhece estas regras de conduta como sendo vinculativas. https://alpha.human-connection.org/code-of-conduct", + "title": "Código de Conduta" + }, + "errors-and-feedback": { + "description": "Fazemos todos os esforços para manter a nossa rede e dados seguros e disponíveis. Cada nova versão do software passa por testes automatizados e manuais. No entanto, podem ocorrer erros imprevistos. Portanto, somos gratos por quaisquer erros reportados. Você é bem-vindo para relatar quaisquer erros que você descobrir enviando um e-mail para o Suporte em support@human-connection.org.", + "title": "Erros e Feedback" + }, + "help-and-questions": { + "description": "Para ajuda e perguntas, nós compilamos uma coleção abrangente de perguntas e respostas frequentes (FAQ) para você. Você pode encontrá-las aqui: https://support.human-connection.org/kb/ ", + "title": "Ajuda e Perguntas" + }, + "moderation": { + "description": "Até que nossas possibilidades financeiras nos permitam implementar o sistema de moderação comunitária, moderamos com um sistema simplificado e com pessoal próprio ou possivelmente voluntário. Nós treinamos esses moderadores e por isso só eles tomam as decisões apropriadas. Estes moderadores realizam o seu trabalho de forma anônima. Você pode denunciar mensagens, comentários e usuários para nós (por exemplo, se eles fornecem informações em seu perfil ou têm imagens que violam estes Termos de Uso). Se você relatar algo para nós, você precisa dar uma razão e pode dar uma breve explicação. Em seguida, analisaremos o que você denunciou e o sancionaremos, se necessário, por exemplo, bloqueando contribuições, comentários ou usuários. Infelizmente, você e a pessoa em questão não receberão qualquer feedback da nossa parte neste momento, mas isto está na fase de planeamento. Independentemente disso, reservamo-nos o direito de impor sanções em princípio por razões que podem ou não estar listadas no nosso Código de Conduta ou nestes termos de serviço.", + "title": "Moderação" + }, + "newTermsAndConditions": "Novos Termos e Condições", + "privacy-statement": { + "description": "Nossa rede é uma rede social de conhecimento e ação. Portanto, é particularmente importante para nós que o máximo de conteúdo possível seja acessível ao público. No decurso do desenvolvimento da nossa rede, haverá cada vez mais a possibilidade de decidir sobre a visibilidade dos dados pessoais. Iremos informá-lo sobre estas novas funcionalidades. Caso contrário, você deve sempre pensar sobre quais dados pessoais você divulga sobre si mesmo (ou outros). Isto aplica-se em particular ao conteúdo das mensagens e comentários, uma vez que estes têm um carácter largamente público. Mais tarde, haverá possibilidades de limitar a visibilidade do seu perfil. Parte dos termos de serviço é a nossa declaração de privacidade, que o informa sobre as operações individuais de processamento de dados na nossa rede: https://human-connection.org/datenschutz/#netzwerk bzw. https://human-connection.org/datenschutz/ Nossa declaração de privacidade é adaptada à situação legal e às características de nossa rede e é sempre válida na versão mais atual.", + "title": "Política de Privacidade" + }, + "terms-of-service": { + "description": "As seguintes condições de utilização constituem a base para a utilização da nossa rede. Ao registar-se, deve aceitar os termos de utilização e informaremos mais tarde sobre quaisquer alterações que possam ocorrer. A Human Connection Network é operada na Alemanha e, portanto, está sujeita à lei alemã. O local de jurisdição é Kirchheim / Teck. Para mais detalhes, veja a nossa impressão: https://human-connection.org/imprint ", + "title": "Termos do Serviço" + }, + "termsAndConditionsConfirmed": "Eu li e confirmei os Terms and Conditions.", + "termsAndConditionsNewConfirm": "Eu li e concordo com os novos termos de condições.", + "termsAndConditionsNewConfirmText": "Por favor, leia os novos termos de uso agora!", + "use-and-license": { + "description": "Se qualquer conteúdo que você publicar para nós for protegido por direitos de propriedade intelectual, você nos concede uma licença não exclusiva, transferível, sublicenciável e mundial para usar tal conteúdo para postar em nossa rede. Esta licença expira quando você exclui seu conteúdo ou toda a sua conta. Lembre-se de que outros podem compartilhar seu conteúdo e nós não podemos excluí-lo.", + "title": "Uso e Licença" + } + }, + "user": { + "avatar": { + "submitted": "Carregado com sucesso!" + } + } } diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index 64af8f693..1d3605db2 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -4,8 +4,8 @@ "create": "Создать", "delete": "Удалить", "edit": "Редактировать", - "loading": "загрузка", "loadMore": "Загрузить ещё", + "loading": "загрузка", "save": "Сохранить" }, "admin": { @@ -150,8 +150,8 @@ "category": "Категория ::: Категории ::: Категории", "comment": "Комментарий::: Комментарии::: Комментарии", "letsTalk": "Давай поговорим", - "loading": "загрузка", "loadMore": "Загрузить ещё", + "loading": "загрузка", "moreInfo": "Больше информации", "name": "Имя", "organization": "Организация ::: Организации ::: Организации", @@ -190,7 +190,7 @@ "form": { "description": "На указанный адрес электронной почты будет отправлено сообщение с инструкциями для сброса пароля.", "submit": "Отправить запрос", - "submitted": "На адрес {email}<\/b>было отправлено электронное письмо с дальнейшими инструкциями" + "submitted": "На адрес {email}было отправлено электронное письмо с дальнейшими инструкциями" }, "title": "Сбросить пароль" } @@ -204,19 +204,19 @@ }, "signup": { "form": { - "data-privacy": "Я прочитал и понял Заявление о конфиденциальности<\/ds-text><\/a>", + "data-privacy": "Я прочитал и понял Заявление о конфиденциальности", "description": "Для начала работы введите свой адрес электронной почты:", "errors": { "email-exists": "Уже есть учетная запись пользователя с этим адресом электронной почты!", "invalid-invitation-token": "Похоже, что приглашение уже было использовано. Ссылку из приглашения можно использовать только один раз." }, - "invitation-code": "Код приглашения: {code}<\/b>", + "invitation-code": "Код приглашения: {code}", "minimum-age": "Мне 18 лет или более", "no-commercial": "У меня нет коммерческих намерений, и я не представляю коммерческое предприятие или организацию.", "no-political": "Я не от имени какой-либо партии или политической организации в сети.", "submit": "Создать учетную запись", - "success": "Письмо со ссылкой для завершения регистрации было отправлено на {email} <\/b>", - "terms-and-condition": "Принимаю Условия и положения<\/ds-text><\/a>." + "success": "Письмо со ссылкой для завершения регистрации было отправлено на {email} ", + "terms-and-condition": "Принимаю Условия и положения." }, "title": "Присоединяйся к Human Connection!", "unavailable": "К сожалению, публичная регистрация пользователей на этом сервере сейчас недоступна." @@ -270,13 +270,13 @@ "delete": { "cancel": "Отменить", "comment": { - "message": "Вы уверены, что хотите удалить комментарий \"{name}<\/b>\"?", + "message": "Вы уверены, что хотите удалить комментарий \"{name}\"?", "success": "Комментарий успешно удален!", "title": "Удалить комментарий", "type": "Комментарий" }, "contribution": { - "message": "Вы уверены, что хотите удалить пост \"{name}<\/b>\"?", + "message": "Вы уверены, что хотите удалить пост \"{name}\"?", "success": "Пост успешно удален!", "title": "Удалить пост", "type": "Пост" @@ -286,19 +286,19 @@ "disable": { "cancel": "Отменить", "comment": { - "message": "Вы действительно хотите отключить комментарий от «{name}<\/b>»?", + "message": "Вы действительно хотите отключить комментарий от «{name}»?", "title": "Отключить комментарий", "type": "Комментарий" }, "contribution": { - "message": "Вы действительно хотите отключить пост «{name}<\/b>»?", + "message": "Вы действительно хотите отключить пост «{name}»?", "title": "Отключить пост", "type": "Пост" }, "submit": "Отключить", "success": "Успешно отключен", "user": { - "message": "Вы действительно хотите отключить пользователя «{name}<\/b>»?", + "message": "Вы действительно хотите отключить пользователя «{name}»?", "title": "Отключить пользователя", "type": "Пользователь" } @@ -364,7 +364,7 @@ "logout": "Выйти", "moreInfo": "Что такое Human Connection?", "moreInfoHint": "на страницу проекта", - "moreInfoURL": "https:\/\/human-connection.org\/en\/", + "moreInfoURL": "https://human-connection.org/en/", "no-account": "У вас нет аккаунта?", "password": "Пароль", "register": "Зарегистрируйтесь", @@ -378,46 +378,46 @@ "moderation": { "name": "Модерация", "reports": { + "DecisionSuccess": "Решил успешно!", "author": "Автор", "content": "Содержа́ние", "decideButton": "Подтвердить", - "decided": "Решил", "decideModal": { - "cancel": "Отменить", "Comment": { "disable": { - "message": "Вы действительно хотите, чтобы комментарий \"{name}<\/b>\" остановиться и отключен<\/b>?", + "message": "Вы действительно хотите, чтобы комментарий \"{name}\" остановиться и отключен?", "title": "Окончательно отключить комментарий" }, "enable": { - "message": "Вы действительно хотите, чтобы комментарий \"{name}<\/b>\" остановиться и включен<\/b>?", + "message": "Вы действительно хотите, чтобы комментарий \"{name}\" остановиться и включен?", "title": "Окончательно включить комментарий" } }, "Post": { "disable": { - "message": "Вы действительно хотите, чтобы пост \"{name}<\/b>\" остановиться и отключен<\/b>?", + "message": "Вы действительно хотите, чтобы пост \"{name}\" остановиться и отключен?", "title": "Окончательно отключить пост" }, "enable": { - "message": "Вы действительно хотите, чтобы пост \"{name}<\/b>\" остановиться и включен<\/b>?", + "message": "Вы действительно хотите, чтобы пост \"{name}\" остановиться и включен?", "title": "Окончательно включить пост" } }, - "submit": "Подтвердить решение", "User": { "disable": { - "message": "Вы действительно хотите, чтобы пользователь \"{name}<\/b>\" остановиться и отключен<\/b>?", + "message": "Вы действительно хотите, чтобы пользователь \"{name}\" остановиться и отключен?", "title": "Окончательно отключить пользователя" }, "enable": { - "message": "Вы уверены, что хотите поделиться пользователем \"{name}<\/b>\"?", + "message": "Вы уверены, что хотите поделиться пользователем \"{name}\"?", "title": "Окончательно включить пост" } - } + }, + "cancel": "Отменить", + "submit": "Подтвердить решение" }, + "decided": "Решил", "decision": "Решение", - "DecisionSuccess": "Решил успешно!", "disabled": "Отключен", "disabledAt": "Отключено на", "disabledBy": "Отключил(а)", @@ -526,13 +526,13 @@ "cancel": "Отменить", "comment": { "error": "Вы уже сообщили о комментарии!", - "message": "Вы уверены, что хотите показать комментарий \"{name}<\/b>\"?", + "message": "Вы уверены, что хотите показать комментарий \"{name}\"?", "title": "Показать комментарий", "type": "Комментарий" }, "contribution": { "error": "Вы уже сообщили о посте!", - "message": "Вы уверены, что хотите показать пост \"{name}<\/b>\"?", + "message": "Вы уверены, что хотите показать пост \"{name}\"?", "title": "Показать пост", "type": "Пост" }, @@ -540,7 +540,7 @@ "success": "Успешно показан!", "user": { "error": "Вы уже сообщили о пользователе!", - "message": "Вы уверены, что хотите показать пользователя \"{name}<\/b>\"?", + "message": "Вы уверены, что хотите показать пользователя \"{name}\"?", "title": "Показать пользователя", "type": "Пользователь" } @@ -549,13 +549,13 @@ "cancel": "Отменить", "comment": { "error": "Вы уже сообщили о посте!", - "message": "Вы действительно хотите сообщить о посте \" {name} <\/b>\"?", + "message": "Вы действительно хотите сообщить о посте \" {name} \"?", "title": "Пожаловаться на комментарий", "type": "Комментарий" }, "contribution": { "error": "Вы уже сообщили о посте!", - "message": "Вы действительно хотите сообщить о посте \"{name}<\/b>\"?", + "message": "Вы действительно хотите сообщить о посте \"{name}\"?", "title": "Пожаловаться на пост", "type": "Пожаловаться на пост" }, @@ -584,7 +584,7 @@ "success": "Спасибо за сообщение!", "user": { "error": "Вы уже сообщили о пользователе!", - "message": "Вы действительно хотите сообщить о пользователе \"{name}<\/b>\"?", + "message": "Вы действительно хотите сообщить о пользователе \"{name}\"?", "title": "Пожаловаться на пользователя", "type": "Пользователь" } @@ -595,24 +595,6 @@ "placeholder": "Поиск" }, "settings": { - "muted-users": { - "mute": "Блокировать", - "columns": { - "name": "Имя", - "slug": "Псевдоним", - "unmute": "Разблокировать" - }, - "empty": "Вы пока никого не блокировали.", - "explanation": { - "intro": "Если блокируете другого пользователя, происходит следующее:", - "search": "Посты заблокированных пользователей не отображаются в результатах поиска.", - "your-perspective": "Посты заблокированного пользователя не отображаются в персональной ленте." - }, - "how-to": "Вы можете блокировать других пользователей на странице их профиля с помощью меню профиля.", - "name": "Заблокированные пользователи", - "unmute": "Разблокировать пользователей", - "unmuted": "{name} - снова разблокирован" - }, "data": { "labelBio": "О себе", "labelCity": "Город или регион", @@ -627,11 +609,11 @@ }, "deleteUserAccount": { "accountDescription": "Обратите внимание, что ваши посты и комментарии важны для сообщества. Если вы все равно хотите их удалить, то вы должны отметить соответствующие опции ниже.", - "accountWarning": "Вы НЕ СМОЖЕТЕ<\/b> восстановить свой аккаунт, посты или комментарии после удаления.", + "accountWarning": "Вы НЕ СМОЖЕТЕ восстановить свой аккаунт, посты или комментарии после удаления.", "commentedCount": "Удалить мои комментарии: {count}", "contributionsCount": "Удалить мои посты: {count}", "name": "Удалить данные", - "pleaseConfirm": "Разрушительное действие!<\/b> Введите {confirm}<\/b> для подтверждения.", + "pleaseConfirm": "Разрушительное действие! Введите {confirm} для подтверждения.", "success": "Аккаунт успешно удален!" }, "download": { @@ -643,7 +625,7 @@ "labelNewEmail": "Новый адрес электронной почты", "labelNonce": "Введите свой код", "name": "Электронная почта", - "submitted": "Электронное письмо с подтверждением отправлено на {email}<\/b>.", + "submitted": "Электронное письмо с подтверждением отправлено на {email}.", "success": "Новый адрес электронной почты был зарегистрирован.", "validation": { "same-email": "Это текущий адрес электронной почты." @@ -680,6 +662,24 @@ "languages": { "name": "Языки" }, + "muted-users": { + "columns": { + "name": "Имя", + "slug": "Псевдоним", + "unmute": "Разблокировать" + }, + "empty": "Вы пока никого не блокировали.", + "explanation": { + "intro": "Если блокируете другого пользователя, происходит следующее:", + "search": "Посты заблокированных пользователей не отображаются в результатах поиска.", + "your-perspective": "Посты заблокированного пользователя не отображаются в персональной ленте." + }, + "how-to": "Вы можете блокировать других пользователей на странице их профиля с помощью меню профиля.", + "mute": "Блокировать", + "name": "Заблокированные пользователи", + "unmute": "Разблокировать пользователей", + "unmuted": "{name} - снова разблокирован" + }, "name": "Настройки", "organizations": { "name": "Мои организации" @@ -760,12 +760,12 @@ }, "termsAndConditions": { "addition": { - "description": " https:\/\/human-connection.org\/events\/ <\/a>", + "description": " https://human-connection.org/events/ ", "title": "Кроме того, мы регулярно проводим мероприятия, где вы также можете\\nподелиться своими впечатлениями и задать вопросы. Информацию о текущих событиях можно найти здесь:" }, "agree": "Я согласен(на)!", "code-of-conduct": { - "description": "Наш кодекс поведения служит руководством для личного поведения и взаимодействия друг с другом. Каждый пользователь социальной сети Human Connection, который пишет статьи, комментирует или вступает в контакт с другими пользователями, даже за пределами сети, признает эти правила поведения обязательными. https:\/\/alpha.human-connection.org\/code-of-conduct<\/a>", + "description": "Наш кодекс поведения служит руководством для личного поведения и взаимодействия друг с другом. Каждый пользователь социальной сети Human Connection, который пишет статьи, комментирует или вступает в контакт с другими пользователями, даже за пределами сети, признает эти правила поведения обязательными. https://alpha.human-connection.org/code-of-conduct", "title": "Кодекс поведения" }, "errors-and-feedback": { @@ -773,7 +773,7 @@ "title": "Ошибки и обратная связь" }, "help-and-questions": { - "description": "Для справки и вопросов мы собрали для вас исчерпывающую подборку часто задаваемых вопросов и ответов (FAQ). Вы можете найти их здесь: https:\/\/support.human-connection.org\/kb\/ <\/a>", + "description": "Для справки и вопросов мы собрали для вас исчерпывающую подборку часто задаваемых вопросов и ответов (FAQ). Вы можете найти их здесь: https://support.human-connection.org/kb/ ", "title": "Помощь и вопросы" }, "moderation": { @@ -786,14 +786,14 @@ "title": "Нет коммерческого использования" }, "privacy-statement": { - "description": "Наша сеть — это социальная сеть знаний и действий. Поэтому для нас особенно важно, чтобы как можно больше контента было общедоступным. В процессе развития нашей сети будет добавлено больше возможностей для управления видимостью личных данных. Об этих новых функциях мы сообщим дополнительно. В противном случае вы должны думать о том, какие личные данные вы раскрываете о себе (или других). Это особенно актуально для содержания постов и комментариев, поскольку они имеют в основном общедоступный характер. Позже появятся возможности ограничения видимости вашего профиля. Часть условий использования — это наша политика конфиденциальности, которая информирует вас об обработке персональных данных в нашей сети: https:\/\/human-connection.org\/datenschutz\/#netzwerk<\/a> или https:\/\/human-connection.org\/datenschutz<\/a>. Наше заявление о конфиденциальности корректируется в соответствии с законодательством и характеристиками нашей сети и является действительной в настоящей версии.", + "description": "Наша сеть — это социальная сеть знаний и действий. Поэтому для нас особенно важно, чтобы как можно больше контента было общедоступным. В процессе развития нашей сети будет добавлено больше возможностей для управления видимостью личных данных. Об этих новых функциях мы сообщим дополнительно. В противном случае вы должны думать о том, какие личные данные вы раскрываете о себе (или других). Это особенно актуально для содержания постов и комментариев, поскольку они имеют в основном общедоступный характер. Позже появятся возможности ограничения видимости вашего профиля. Часть условий использования — это наша политика конфиденциальности, которая информирует вас об обработке персональных данных в нашей сети: https://human-connection.org/datenschutz/#netzwerk или https://human-connection.org/datenschutz. Наше заявление о конфиденциальности корректируется в соответствии с законодательством и характеристиками нашей сети и является действительной в настоящей версии.", "title": "Заявление о конфиденциальности" }, "terms-of-service": { - "description": "Следующие условия использования являются основой для использования нашей сети. При регистрации вы должны принять их, а мы при необходимости сообщим вам об изменениях. Сеть Human Connection работает в Германии и поэтому регулируется немецким законодательством. Место юрисдикции - Kirchheim \/ Teck. Подробности в выходных данных: https:\/\/human-connection.org\/en\/imprint<\/a>.", + "description": "Следующие условия использования являются основой для использования нашей сети. При регистрации вы должны принять их, а мы при необходимости сообщим вам об изменениях. Сеть Human Connection работает в Германии и поэтому регулируется немецким законодательством. Место юрисдикции - Kirchheim / Teck. Подробности в выходных данных: https://human-connection.org/en/imprint.", "title": "Условия обслуживания" }, - "termsAndConditionsConfirmed": "Я прочитал(а) и подтверждаю Условия и положения<\/a>.", + "termsAndConditionsConfirmed": "Я прочитал(а) и подтверждаю Условия и положения.", "termsAndConditionsNewConfirm": "Я прочитал(а) и согласен(на) с новыми условиями.", "termsAndConditionsNewConfirmText": "Пожалуйста, ознакомьтесь с новыми условиями использования!", "use-and-license": { diff --git a/webapp/package.json b/webapp/package.json index 6914053b9..4ea5fd676 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -18,6 +18,7 @@ "generate:maintenance": "nuxt generate -c nuxt.config.maintenance.js", "generate": "nuxt generate", "lint": "eslint --ext .js,.vue .", + "locales": "../scripts/sort-translations.sh", "precommit": "yarn lint", "test": "jest", "test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand"