diff --git a/www/common/translations/messages.de.json b/www/common/translations/messages.de.json index 8eba3e0f7..000e4cf53 100644 --- a/www/common/translations/messages.de.json +++ b/www/common/translations/messages.de.json @@ -1255,9 +1255,19 @@ "share_noContactsLoggedIn": "Du hast noch keine Kontakte bei CryptPad. Teile den Link zu deinem Profil, damit andere dir Kontaktanfragen senden können.", "share_copyProfileLink": "Profil-Link kopieren", "share_noContactsNotLoggedIn": "Logge dich ein oder registriere dich, um deine Kontakte zu sehen und neue hinzuzufügen.", - "contacts_mute": "", - "contacts_unmute": "", - "contacts_manageMuted": "", - "contacts_mutedUsers": "", - "contacts_muteInfo": "" + "contacts_mute": "Stummschalten", + "contacts_unmute": "Stummschaltung aufheben", + "contacts_manageMuted": "Stummschaltungen verwalten", + "contacts_mutedUsers": "Stummgeschaltete Accounts", + "contacts_muteInfo": "Du erhältst keine Benachrichtigungen oder Mitteilungen von stummgeschalteten Nutzern.
Sie werden nicht erfahren, dass du sie stummgeschaltet hast. ", + "team_inviteLinkTitle": "Erstelle eine personalisierte Einladung für dieses Team", + "team_inviteLinkTempName": "Vorläufiger Name (sichtbar in der Liste ausstehender Einladungen)", + "team_inviteLinkSetPassword": "Link mit einem Passwort schützen (empfohlen)", + "team_inviteLinkNote": "Persönliche Nachricht hinzufügen", + "team_inviteLinkNoteMsg": "Diese Nachricht wird angezeigt, bevor der Empfänger entscheidet, ob er diesem Team beitreten möchte.", + "team_inviteLinkLoading": "Dein Link wird generiert", + "team_inviteLinkWarning": "Die erste Person, die auf diesen Link zugreift, kann diesem Team beitreten und dessen Inhalte einsehen. Teile ihn sorgfältig.", + "team_inviteLinkErrorName": "Bitte gib der Einladung einen Namen", + "team_inviteLinkCreate": "Link erstellen", + "team_inviteLinkCopy": "Link kopieren" } diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json index aa8065bee..9b182c1cc 100644 --- a/www/common/translations/messages.fr.json +++ b/www/common/translations/messages.fr.json @@ -1262,12 +1262,23 @@ "contacts_muteInfo": "Vous ne receverez plus de notifications ou de messages si vous masquez ce compte.
L'utilisateur ne sera pas informé que vous l'avez masqué. ", "team_inviteLinkTitle": "Créer une invitation personnalisée à cette équipe", "team_inviteLinkTempName": "Nom temporaire (apparaît dans la liste des invitations en cours)", - "team_inviteLinkSetPassword": "Protégez le lien avec un mot de passe (recommandé)", - "team_inviteLinkNote": "Ajoutez un message personnalisé", + "team_inviteLinkSetPassword": "Protéger le lien avec un mot de passe (recommandé)", + "team_inviteLinkNote": "Ajouter un message personnalisé", "team_inviteLinkNoteMsg": "Ce message sera affiché avant que le destinataire décide de rejoindre cette équipe.", "team_inviteLinkLoading": "Lien en cours de création", "team_inviteLinkWarning": "La première personne qui accédera à ce lien pourra devenir membre de l'équipe et voir son contenu. Partagez le avec prudence.", - "team_inviteLinkErrorName": "Merci de donner un nom à cette invitation", - "team_inviteLinkCreate": "CRÉER LIEN", - "team_inviteLinkCopy": "COPIER LIEN" + "team_inviteLinkErrorName": "Merci de remplir un nom de la personne que vous invitez. Ce nom pourra être changé . ", + "team_inviteLinkCreate": "Créer le lien", + "team_inviteLinkCopy": "Copier le lien", + "Messages": { + "team_inviteFrom": "De :" + }, + "team_inviteFromMsg": "{0} vous a invité à rejoindre l'équipe {1}", + "team_invitePleaseLogin": "Merci de vous inscrire ou de vous connecter pour accepter cette invitation.", + "team_inviteEnterPassword": "Entrez le mot de passe pour continuer.", + "team_invitePasswordLoading": "Déchiffrement de l'invitation", + "team_inviteJoin": "Rejoindre l'équipe", + "team_inviteTitle": "Invitation à une équipe", + "team_inviteGetData": "Obtention des données de l'équipe", + "team_cat_link": "Invitation" } diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 4dfb5143b..136c89bad 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1267,7 +1267,18 @@ "team_inviteLinkNoteMsg": "This message will be shown before the recipient decides whether to join this team.", "team_inviteLinkLoading": "Generating your link", "team_inviteLinkWarning": "The first person to access this link will be able to join this team and view its contents. Share it carefully.", - "team_inviteLinkErrorName": "Please give this invitation a name", - "team_inviteLinkCreate": "CREATE LINK", - "team_inviteLinkCopy": "COPY LINK" + "team_inviteLinkErrorName": "Please add a name for the person you're inviting. They can change it later. ", + "team_inviteLinkCreate": "Create link", + "team_inviteLinkCopy": "Copy link", + "Messages": { + "team_inviteFrom": "From:" + }, + "team_inviteFromMsg": "{0} has invited you to join the team {1}", + "team_invitePleaseLogin": "Please log in or register to accept this invitation.", + "team_inviteEnterPassword": "Please enter the invitation password to continue.", + "team_invitePasswordLoading": "Decrypting invitation", + "team_inviteJoin": "Join team", + "team_inviteTitle": "Team invitation", + "team_inviteGetData": "Getting team data", + "team_cat_link": "Invitation Link" }