dbot/modules-stock/nickserv/strings.json
Georg 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02:00

31 lines
1.1 KiB
JSON

{
"authed": {
"en": "{nick} is authed with nickserv.",
"fr": "{nick} est authentifié avec nickserv.",
"it": "{nick} è autenticato con nickserv.",
"de": "{nick} ist nun mit Nickserv authentifiziert."
},
"authed_as": {
"en": "{nick} is authed as {account} with nickserv.",
"de": "{nick} ist nun mit Nickserv als{account} authentifiziert."
},
"not_authed": {
"en": "{nick} is not authed with nickserv.",
"fr": "{nick} n'est pas authentifié avec nickserv.",
"it": "{nick} non è autenticato con nickserv.",
"de": "{nick} ist nicht mit Nickserv authentifiziert."
},
"hostmask": {
"en": "Hostmask for {nick}: {host}",
"fr": "Hostmask pour {nick}: {host}",
"it": "Hostmask per {nick}: {host}",
"de": "Hostmask für {nick}: {host}"
},
"no_hostmask": {
"en": "No hostmask could be found for {nick}",
"fr": "Aucun hostmask trouvé pour {nick}",
"it": "Nessuna hostmask trovata per {nick}",
"de": "Kein Hostmask gefunden für {nick}"
}
}