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": "Du bist nicht in einer Party.",
"en": "You are not in a party.",
"fr": "T'es pas dans un groupe.",
"it": "Non sei in nessun gruppo.",
"pl": "Nie jesteś w żadnej grupie.",
"ru": "Ты не в тусовке.",
"zh": "你不在队伍里。",
"jp": "パーティーに入ってないよ。"
"de": "<#FFB74D>Du bist nicht in einer Party.</color>",
"en": "<#FFB74D>You are not in a party.</color>",
"fr": "<#FFB74D>T'es pas dans un groupe.</color>",
"it": "<#FFB74D>Non sei in nessun gruppo.</color>",
"pl": "<#FFB74D>Nie jesteś w żadnej grupie.</color>",
"ru": "<#FFB74D>Ты не в тусовке.</color>",
"zh": "<#FFB74D>你不在队伍里。</color>",
"jp": "<#FFB74D>パーティーに入ってないよ。</color>"
}