Update common.ts

main
EVGENY M 12 months ago committed by jialin
parent beb395ce32
commit a6c5ec8581

@ -233,15 +233,12 @@ export default {
'common.text.warning': 'Предупреждение',
'common.text.error': 'Ошибка',
'common.text.tips': 'Советы',
'common.appearance': 'Appearance',
'common.appearance.dark': 'Dark',
'common.appearance.light': 'Light',
'common.appearance.system': 'System Default'
'common.appearance': 'Внешний вид',
'common.appearance.dark': 'Темная',
'common.appearance.light': 'Светлая',
'common.appearance.system': 'Как в системе'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'common.appearance': 'Appearance',
// 2. 'common.appearance.dark': 'Dark',
// 3. 'common.appearance.light': 'Light',
// 4. 'common.appearance.system': 'System Default'
// ========== End of To-Do List ==========

Loading…
Cancel
Save