Parially translate quote

This commit is contained in:
runebaas 2019-05-12 15:29:22 +02:00
parent 03d1607d64
commit e5742165d1
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
3 changed files with 45 additions and 12 deletions

View file

@ -190,5 +190,31 @@
"EN": ["Removed {0} from the whitelist"],
"CHDE": ["{0} isch vo dr whitelist glöscht"]
}
},
"quote": {
"NoQuotesFound": {
"EN": ["This server doesn't seem to have any quotes yet. You can add a quote with `!quote save @user` or `!quote save <messageId>`"],
"CHDE": ["Dä server het no kei quotes. Du chasch quotes hinzuefüege mit `!quote save @user` oder `!quote save <messageId>`"]
},
"CannotSaveOwnQuotes": {
"EN": ["You can't save your own quotes..."],
"CHDE": ["Du chasch kei quotes vo dir selber speichere..."]
},
"CannotQuoteBots": {
"EN": ["You can't save quotes by a bot..."],
"CHDE": ["Du chasch kei quotes vomne bot speichere..."]
},
"QuoteAdded": {
"EN": ["**Quote Added**"],
"CHDE": ["**Quote hinzugfüegt**"]
},
"Removed": {
"EN": ["**Removed #{0}**"],
"CHDE": ["**#{0} glöscht**"]
},
"NotFoundWithId": {
"EN": ["I couldn't find a quote with that ID :disappointed:"],
"CHDE": ["Ich chan kei quote finde mit därri ID :disappointed:"]
}
}
}