add sborka

This commit is contained in:
2026-03-31 10:27:04 +03:00
commit f5e5f56c84
2345 changed files with 382127 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
NAME = "English"
LANGUAGE = {
-- Category
optChat = "Chat",
-- Settings
optChatNotices = "Chat Notices",
optChatNoticesDesc = "Show system notifications in chat",
optChatTimestamps = "Timestamps",
optChatTimestampsDesc = "Display message send time",
optChatFontScale = "Font Scale",
optChatFontScaleDesc = "Chat font scale (0.1-2)",
optChatOutline = "Text Outline",
optChatOutlineDesc = "Add outline to chat text for better readability",
optChatTabs = "Chat Tabs",
optChatTabsDesc = "Chat tabs configuration (JSON)",
optChatPosition = "Chat Position",
optChatPositionDesc = "Chat window position and size (JSON)",
}

View File

@@ -0,0 +1,25 @@
NAME = "Русский"
LANGUAGE = {
-- Category
optChat = "Чат",
-- Settings
optChatNotices = "Уведомления в чате",
optChatNoticesDesc = "Показывать системные уведомления в чате",
optChatTimestamps = "Временные метки",
optChatTimestampsDesc = "Отображать время отправки сообщений",
optChatFontScale = "Размер шрифта",
optChatFontScaleDesc = "Масштаб шрифта в чате (0.1-2)",
optChatOutline = "Обводка текста",
optChatOutlineDesc = "Добавить обводку к тексту чата для лучшей читаемости",
optChatTabs = "Вкладки чата",
optChatTabsDesc = "Конфигурация вкладок чата (JSON)",
optChatPosition = "Позиция чата",
optChatPositionDesc = "Позиция и размер окна чата (JSON)",
}