fix: create custom color codes
All checks were successful
Generate and Upload Translations / generate-and-upload (push) Successful in 1m8s

This commit is contained in:
obvTiger 2025-04-24 14:00:30 +02:00
parent 7bddb32239
commit 66e3699039
29 changed files with 232 additions and 232 deletions

View file

@ -1,10 +1,10 @@
{
"de": "<red>Dieser Spieler ist offline.</red>",
"en": "<red>This player is offline.</red>",
"fr": "<red>Ce joueur est hors ligne.</red>",
"it": "<red>Questo giocatore è offline.</red>",
"pl": "<red>Ten gracz jest offline.</red>",
"ru": "<red>Этот игрок не в сети.</red>",
"zh": "<red>该玩家已离线。</red>",
"jp": "<red>そのプレイヤーはオフラインだよ。</red>"
"de": "<#F44336>Dieser Spieler ist offline.</color>",
"en": "<#F44336>This player is offline.</color>",
"fr": "<#F44336>Ce joueur est hors ligne.</color>",
"it": "<#F44336>Questo giocatore è offline.</color>",
"pl": "<#F44336>Ten gracz jest offline.</color>",
"ru": "<#F44336>Этот игрок не в сети.</color>",
"zh": "<#F44336>该玩家已离线。</color>",
"jp": "<#F44336>そのプレイヤーはオフラインだよ。</color>"
}