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>Du kannst diese Aktion nicht an dir selbst ausführen.</red>",
"en": "<red>You cannot perform this action on yourself.</red>",
"fr": "<red>Tu ne peux pas faire ça sur toi-même.</red>",
"it": "<red>Non puoi eseguire questa azione su te stesso.</red>",
"pl": "<red>Nie możesz wykonać tej akcji na sobie.</red>",
"ru": "<red>Ты не можешь выполнить это действие на себе.</red>",
"zh": "<red>你不能对自己执行此操作。</red>",
"jp": "<red>自分自身にはそれはできないよ。</red>"
"de": "<#F44336>Du kannst diese Aktion nicht an dir selbst ausführen.</color>",
"en": "<#F44336>You cannot perform this action on yourself.</color>",
"fr": "<#F44336>Tu ne peux pas faire ça sur toi-même.</color>",
"it": "<#F44336>Non puoi eseguire questa azione su te stesso.</color>",
"pl": "<#F44336>Nie możesz wykonać tej akcji na sobie.</color>",
"ru": "<#F44336>Ты не можешь выполнить это действие на себе.</color>",
"zh": "<#F44336>你不能对自己执行此操作。</color>",
"jp": "<#F44336>自分自身にはそれはできないよ。</color>"
}