mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
French translation
This commit is contained in:
parent
86ff430169
commit
02164ab2a7
@ -1,14 +1,18 @@
|
||||
{
|
||||
"authed": {
|
||||
"en": "{nick} is authed with nickserv."
|
||||
"en": "{nick} is authed with nickserv.",
|
||||
"fr": "{nick} est authentifié avec nickserv."
|
||||
},
|
||||
"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": {
|
||||
"en": "Hostmask for {nick}: {host}"
|
||||
"en": "Hostmask for {nick}: {host}",
|
||||
"fr": "Hostmask pour {nick}: {host}"
|
||||
},
|
||||
"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