🌐(i18n) add captions color settings translations

EN, FR, DE, NL for Accessibility > Captions > Font color / Background color.
This commit is contained in:
Cyril
2026-03-10 14:23:44 +01:00
committed by aleb_the_flash
parent 508984ecfa
commit 05f4ce6b2e
4 changed files with 108 additions and 0 deletions
+27
View File
@@ -126,6 +126,33 @@
"medium": "Mittel",
"large": "Groß"
}
},
"fontColor": {
"label": "Schriftfarbe",
"options": {
"white": "Weiß",
"yellow": "Gelb",
"green": "Grün",
"cyan": "Cyan",
"blue": "Blau",
"magenta": "Magenta",
"red": "Rot",
"black": "Schwarz"
}
},
"backgroundColor": {
"label": "Hintergrundfarbe",
"options": {
"black": "Schwarz",
"white": "Weiß",
"red": "Rot",
"green": "Grün",
"blue": "Blau",
"yellow": "Gelb",
"cyan": "Cyan",
"magenta": "Magenta",
"transparent": "Transparent"
}
}
}
},