-
Notifications
You must be signed in to change notification settings - Fork 14
/
i18n.json
48 lines (48 loc) · 2.06 KB
/
i18n.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"en": {
"edit": "Edit",
"preview": "Preview",
"send": "Send",
"revert": "Revert",
"languages": "Languages",
"sendModifications": "Send Modifications",
"email": "Email",
"password": "Password",
"youDontHaveAccount": "You don't have an account ?",
"close": "Close",
"sendChanges": "Send changes",
"modificationSaved": "Modifications successfully saved",
"modificationFailed": "An error occured on modification saving",
"withAccount": "With account",
"byEmail": "By Email",
"viaGit": "Via Git",
"launchMail": "This will launch a pop-up containing the required details to send by mail. Copy/paste the content and be careful not to spam :)",
"gitInstructions": "Create or modify <strong><span id='filename'></span></strong> with the below text and send a pull-request to <strong><a id='repogit'></a></strong>.",
"to": "To",
"subject": "Subject",
"body": "Body"
},
"fr": {
"edit": "Éditer",
"preview": "Aperçu",
"send": "Envoyer",
"revert": "Annuler",
"languages": "Langues",
"sendModifications": "Envoyer les modifications",
"email": "Email",
"password": "Mot de passe",
"youDontHaveAccount": "Vous n'avez pas de compte ?",
"close": "Fermer",
"sendChanges": "Envoyer",
"modificationSaved": "Les modifications ont été enregistrées",
"modificationFailed": "Une erreur est survenu pendant l'enregistrement",
"withAccount": "Avec un compte",
"byEmail": "Par email",
"viaGit": "Via Git",
"launchMail": "Ce bouton va lancer un pop-up contenant les détails à envoyer par email. Copiez/collez le contenu et relisez-vous bien :)",
"gitInstructions": "Créez ou modifiez <strong><span id='filename'></span></strong> avec le texte ci-dessous puis envoyez une pull-request sur <strong><a id='repogit'></a></strong>.",
"to": "À",
"subject": "Sujet",
"body": "Corps"
}
}