forked from GitHub/dbot
commit
dab85057da
@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
"dbotintro": {
|
|
||||||
"en": "{botname} lorem ipsum dolor sit amet"
|
|
||||||
},
|
|
||||||
"dbotspeaks": {
|
"dbotspeaks": {
|
||||||
"en": "{name} speaks {lang}",
|
"en": "{name} speaks {lang}",
|
||||||
"de": "{name} spricht {lang} ({langen})",
|
"de": "{name} spricht {lang} ({langen})",
|
||||||
@ -10,10 +7,12 @@
|
|||||||
"nl": "{name} spreekt {lang} ({langen})"
|
"nl": "{name} spreekt {lang} ({langen})"
|
||||||
},
|
},
|
||||||
"thanks": {
|
"thanks": {
|
||||||
"en": "With thanks to:"
|
"en": "With thanks to:",
|
||||||
|
"fr": "Merci à:"
|
||||||
},
|
},
|
||||||
"credits": {
|
"credits": {
|
||||||
"en": "Authors"
|
"en": "Authors",
|
||||||
|
"fr": "Développeurs"
|
||||||
},
|
},
|
||||||
"pagetitle": {
|
"pagetitle": {
|
||||||
"en": "{botname} web interface",
|
"en": "{botname} web interface",
|
||||||
@ -115,6 +114,7 @@
|
|||||||
},
|
},
|
||||||
"milestones": {
|
"milestones": {
|
||||||
"en": "Milestones"
|
"en": "Milestones"
|
||||||
|
"fr": "étapes"
|
||||||
},
|
},
|
||||||
"milestoneprog": {
|
"milestoneprog": {
|
||||||
"en": "Progress",
|
"en": "Progress",
|
||||||
@ -173,22 +173,32 @@
|
|||||||
"en": "{branch}"
|
"en": "{branch}"
|
||||||
},
|
},
|
||||||
"git": {
|
"git": {
|
||||||
"en": "version control"
|
"en": "version control",
|
||||||
|
"de": "Versionsverwaltung",
|
||||||
|
"es": "Control de versiones",
|
||||||
|
"fr": "Festion de versions",
|
||||||
|
"it": "Controllo versione",
|
||||||
|
"nl": "Versiebeheersysteem"
|
||||||
},
|
},
|
||||||
"langhead-current": {
|
"langhead-current": {
|
||||||
"en": "Current"
|
"en": "Current",
|
||||||
|
"fr": "Courant"
|
||||||
},
|
},
|
||||||
"langhead-translations": {
|
"langhead-translations": {
|
||||||
"en": "Completion"
|
"en": "Completion",
|
||||||
|
"fr": "Achèvement"
|
||||||
},
|
},
|
||||||
"translations": {
|
"translations": {
|
||||||
"en": "Translations"
|
"en": "Translations",
|
||||||
|
"fr": "Traductions"
|
||||||
},
|
},
|
||||||
"langhead-progress": {
|
"langhead-progress": {
|
||||||
"en": "Translation Progress"
|
"en": "Translation Progress",
|
||||||
|
"fr": "Avancement de la Traduction"
|
||||||
},
|
},
|
||||||
"langhead-native": {
|
"langhead-native": {
|
||||||
"en": "Native"
|
"en": "Native",
|
||||||
|
"fr": "Natale"
|
||||||
},
|
},
|
||||||
"outstanding-pullreq": {
|
"outstanding-pullreq": {
|
||||||
"en": "There are outstanding pull requests"
|
"en": "There are outstanding pull requests"
|
||||||
|
Loading…
Reference in New Issue
Block a user