forked from GitHub/dbot
French translation
This commit is contained in:
parent
86ff430169
commit
02164ab2a7
@ -1,14 +1,18 @@
|
|||||||
{
|
{
|
||||||
"authed": {
|
"authed": {
|
||||||
"en": "{nick} is authed with nickserv."
|
"en": "{nick} is authed with nickserv.",
|
||||||
|
"fr": "{nick} est authentifié avec nickserv."
|
||||||
},
|
},
|
||||||
"not_authed": {
|
"not_authed": {
|
||||||
"en": "{nick} is not authed with nickserv."
|
"en": "{nick} is not authed with nickserv.",
|
||||||
|
"fr": "{nick} n'est pas authentifié avec nickserv."
|
||||||
},
|
},
|
||||||
"hostmask": {
|
"hostmask": {
|
||||||
"en": "Hostmask for {nick}: {host}"
|
"en": "Hostmask for {nick}: {host}",
|
||||||
|
"fr": "Hostmask pour {nick}: {host}"
|
||||||
},
|
},
|
||||||
"no_hostmask": {
|
"no_hostmask": {
|
||||||
"en": "No hostmask could be found for {nick}"
|
"en": "No hostmask could be found for {nick}",
|
||||||
|
"fr": "Aucun hostmask trouvé pour {nick}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user