Files
discord-auto-voice/language.json
groot 517073d5bc
All checks were successful
release-tag / release-image (push) Successful in 2m3s
language.json hinzugefügt
2025-08-12 15:15:48 +00:00

36 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"translations": [
{
"language": "de",
"messages": {
"system.default.lobbyname": " Erstelle privaten Raum",
"system.default.category": "Private Räume",
"system.log.initdb.01": "Datenbank-Fehler: %v",
"system.log.initdb.02": "Fehler beim Erstellen der Tabelle: %v",
"response.voicechannel.created": "✅ Voice-Channel **%s** erstellt.",
"response.voicechannel.created.notinvoice": " Du bist aktuell in keinem Voice-Channel; join bitte manuell in deinen neuen Raum.",
"response.voicechannel.created.move": " Ich verschiebe dich jetzt dort hinein.",
"response.setlobby.onlyadmins": "❌ Nur Administratoren dürfen das.",
"response.setlobby.pleaseentername": "Bitte gib einen Namen an.",
"response.setlobby.error.saving": "⚠️ Lobby-Name gesetzt, aber Speichern fehlgeschlagen. Schau die Logs.",
"response.setlobby.success": "✅ Lobby-Name aktualisiert auf: %s"
}
},
{
"language": "en",
"messages": {
"system.default.lobbyname": " Create private room",
"system.default.category": "Private Rooms",
"system.log.initdb.01": "Database error: %v",
"system.log.initdb.02": "Error creating table: %v",
"response.voicechannel.created": "✅ Voice channel **%s** created.",
"response.voicechannel.created.notinvoice": " You are currently not in a voice channel; please manually join your new room.",
"response.voicechannel.created.move": " I will now move you there.",
"response.setlobby.onlyadmins": "❌ Only administrators are allowed to do this.",
"response.setlobby.pleaseentername": "Please enter a name.",
"response.setlobby.error.saving": "⚠️ Lobby name set, but saving failed. Check the logs.",
"response.setlobby.success": "✅ Lobby name updated to: %s"
}
}
]
}