feat: new tabbed layout

This commit is contained in:
2025-11-20 13:45:42 +03:00
parent 0990543aa9
commit 18e167cb7f
18 changed files with 1019 additions and 585 deletions

View File

@@ -127,5 +127,35 @@
},
"remove": {
"message": "Удалить"
},
"tab_lists": {
"message": "Списки"
},
"tab_words": {
"message": "Слова"
},
"tab_exceptions": {
"message": "Исключения"
},
"no_exceptions": {
"message": "Нет исключений"
},
"toggle_highlighting_title": {
"message": "Выделение(вкл/выкл)"
},
"toggle_dark_mode_title": {
"message": "Темная/светлая тема"
},
"select_title": {
"message": "Выбрать"
},
"word_placeholder": {
"message": "Слово или фраза"
},
"background_color_title": {
"message": "Цвет фона"
},
"text_color_title": {
"message": "Цвет текста"
}
}