Ein paar Texte angepasst
This commit is contained in:
@ -9,9 +9,6 @@ return {
|
||||
-- The channel, group, or user to send error reports to.
|
||||
-- If this is not set, errors will be printed to the console.
|
||||
log_chat = nil,
|
||||
-- The port used to communicate with tg for administration.lua.
|
||||
-- If you change this, make sure you also modify launch-tg.sh.
|
||||
cli_port = 4567,
|
||||
-- The block of text returned by /start.
|
||||
about_text = [[
|
||||
Willkommen bei Mikubot v2!
|
||||
@ -47,15 +44,15 @@ Sende /hilfe, um zu starten
|
||||
},
|
||||
|
||||
errors = { -- Generic error messages used in various plugins.
|
||||
generic = 'An unexpected error occurred.',
|
||||
generic = 'Ein Fehler ist aufgetreten.',
|
||||
connection = 'Verbindungsfehler.',
|
||||
quotaexceeded = 'API-Quota aufgebraucht.',
|
||||
results = 'Keine Ergebnisse gefunden.',
|
||||
sudo = 'Du bist kein Superuser. Dieser Vorfall wird gemeldet!',
|
||||
sudo = 'Das darf nur mein [Meister](http://telegram.me/Akamaru)!',
|
||||
argument = 'Invalides Argument.',
|
||||
syntax = 'Invalide Syntax.',
|
||||
chatter_connection = 'Ich möchte gerade nicht reden',
|
||||
chatter_response = 'Ich weiß nicht, was ich darauf antworten soll.'
|
||||
syntax = 'Invalider Syntax.',
|
||||
chatter_connection = 'Ich möchte jetzt nicht reden...',
|
||||
chatter_response = 'Ich weiß nicht, was ich dazu sagen soll...'
|
||||
},
|
||||
|
||||
remind = {
|
||||
@ -68,8 +65,8 @@ Sende /hilfe, um zu starten
|
||||
|
||||
chatter = {
|
||||
cleverbot_api = 'https://brawlbot.tk/apis/chatter-bot-api/cleverbot.php?text=',
|
||||
connection = 'I don\'t feel like talking right now.',
|
||||
response = 'I don\'t know what to say to that.'
|
||||
connection = 'Ich möchte jetzt nicht reden...',
|
||||
response = 'Ich weiß nicht, was ich dazu sagen soll...'
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user