feat: support primary color customization

This commit is contained in:
codytseng 2025-10-18 23:18:44 +08:00
parent b17846f264
commit 28dad7373f
21 changed files with 644 additions and 43 deletions

View file

@ -465,6 +465,25 @@ export default {
'Unpin from profile': 'Odpiń z profilu',
'Pin to profile': 'Przypnij do profilu',
Appearance: 'Wygląd',
'Pure Black': 'Czysta Czerń'
'Pure Black': 'Czysta Czerń',
Default: 'Domyślny',
Red: 'Czerwony',
Orange: 'Pomarańczowy',
Amber: 'Bursztynowy',
Yellow: 'Żółty',
Lime: 'Limonkowy',
Green: 'Zielony',
Emerald: 'Szmaragdowy',
Teal: 'Morski',
Cyan: 'Cyjan',
Sky: 'Niebieski',
Blue: 'Niebieski',
Indigo: 'Indygo',
Violet: 'Fioletowy',
Purple: 'Purpurowy',
Fuchsia: 'Fuksja',
Pink: 'Różowy',
Rose: 'Różany',
'Primary color': 'Kolor podstawowy'
}
}