Initial commit

This commit is contained in:
Mira 2025-01-27 18:37:17 +01:00
commit ea04fd2785
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
25 changed files with 2156 additions and 0 deletions

61
Translations/strings.json Normal file
View file

@ -0,0 +1,61 @@
{
"CommandList": [
{
"Type": 3,
"Names": {
"en": "Translate Message",
"de": "Nachricht übersetzen"
},
"Descriptions": {
"en": "Allows you to translate a selected message.",
"de": "Erlaubt es dir eine ausgewählte Nachricht zu übersetzen."
}
}
],
"Commands": {
"TranslateMessage": {
"NoContent": {
"en": "There is no content to translate in the message you selected.",
"de": "In der gewählten Nachricht gibt es keinen Text zum übersetzen."
},
"SelectProvider": {
"en": "What provider do you want to use?",
"de": "Welchen Anbieter möchtest du verwenden?"
},
"SelectSource": {
"en": "Please select the language to translate from.",
"de": "Bitte wähle die Sprache aus der du übersetzen möchtest."
},
"SelectSourceDropdown": {
"en": "Select the Source Language..",
"de": "Sprache auswählen.."
},
"SelectTarget": {
"en": "Okay! Translating from {Source}. Now select the language to translate to.",
"de": "Okay! Übersetze aus {Source}. Wähle nun die Sprache zu der du übersetzen möchtest."
},
"SelectTargetDropdown": {
"en": "Select the Target Language..",
"de": "Sprache auswählen.."
},
"Translating": {
"en": "Translating..",
"de": "Übersetze.."
},
"Queue": {
"en": [
"Your translation request is currently in queue at position {Position}. This might take a moment to finish..",
"Your request will be executed, approximately, {Timestamp}."
],
"de": [
"Deine Übersetzungsanfrage ist aktuell in der Warteschlange an Position {Position}. Bitte warte einen Moment..",
"Deine Anfrage wird ungefähr {Timestamp} ausgeführt."
]
},
"Translated": {
"en": "Translated from {Source} to {Target} using {Provider}",
"de": "Übersetzt aus {Source} zu {Target} durch {Provider}"
}
}
}
}