-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(invitation): add translations (#909)
- Loading branch information
Showing
7 changed files
with
80 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"wellcome": "Welcome to {{brain}}!", | ||
"invitationMessage": "You have been invited to join this brain as a {{role}} and start exploring. Do you accept this exciting journey?", | ||
"processingRequest": "Processing your request...", | ||
"accept": "Yes, count me in!", | ||
"reject": "No, thank you.", | ||
"invitationNotFound": "This invitation is not valid.", | ||
"errorCheckingInvitation": "An unknown error occurred while checking the invitation", | ||
"accepted": "Invitation accepted", | ||
"errorAccepting": "An unknown error occurred while accepting the invitation", | ||
"declined": "Invitation declined", | ||
"errorDeclining": "An unknown error occurred while declining the invitation" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"wellcome": "Bienvenido/a a {{brain}}!", | ||
"invitationMessage": "Te han invitado a unirte a este cerebro como un {{role}} y empezar a explorar. ¿Aceptas este entusiasmante viaje?", | ||
"processingRequest": "Procesando tu pedido...", | ||
"accept": "¡Sí, cuenta conmigo!", | ||
"reject": "No, gracias", | ||
"invitationNotFound": "Esta invitación no es válida", | ||
"errorCheckingInvitation": "Ocurrió un error durante la comprobación de la invitación", | ||
"accepted": "Invitación aceptada", | ||
"errorAccepting": "Ocurrió un error aceptando la invitación", | ||
"declined": "Invitación rechazada", | ||
"errorDeclining": "Ocurrió un error rechazando la invitación" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"wellcome": "Bienvenue sur {{brain}} !", | ||
"invitationMessage": "Vous avez été invité(e) à rejoindre ce cerveau en tant que {{role}} et à commencer à explorer. Acceptez-vous ce voyage passionnant ?", | ||
"processingRequest": "Traitement de votre demande en cours...", | ||
"accept": "Oui, je suis partant(e) !", | ||
"reject": "Non, merci", | ||
"invitationNotFound": "Cette invitation n'est pas valide", | ||
"errorCheckingInvitation": "Une erreur s'est produite lors de la vérification de l'invitation", | ||
"accepted": "Invitation acceptée", | ||
"errorAccepting": "Une erreur s'est produite lors de l'acceptation de l'invitation", | ||
"declined": "Invitation refusée", | ||
"errorDeclining": "Une erreur s'est produite lors du refus de l'invitation" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"wellcome": "Добро пожаловать в {{brain}}!", | ||
"invitationMessage": "Bac пригласили присоединиться к этому мозгу как {{role}} и начать исследование. Принимаете ли вы это захватывающее путешествие?", | ||
"processingRequest": "Обработка вашего запроса...", | ||
"accept": "Да, я согласен/согласна!", | ||
"reject": "Нет, спасибо", | ||
"invitationNotFound": "Это приглашение недействительно", | ||
"errorCheckingInvitation": "Произошла ошибка при проверке приглашения", | ||
"accepted": "Приглашение принято", | ||
"errorAccepting": "Произошла ошибка при принятии приглашения", | ||
"declined": "Приглашение отклонено", | ||
"errorDeclining": "Произошла ошибка при отклонении приглашения" | ||
} |