mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-30 12:29:34 +00:00
feat(ui): add cross-platform window control styles
Persist automatic and explicit macOS, Windows, GNOME, and minimal control presets with localized settings and platform-aware fallback. Refs #31
This commit is contained in:
@@ -586,6 +586,14 @@ const ru = {
|
||||
sidebarPositionAutomatic: 'Автоматически (рекомендуется)',
|
||||
sidebarPositionLeft: 'Слева',
|
||||
sidebarPositionRight: 'Справа',
|
||||
windowControls: 'Элементы управления окном',
|
||||
windowControlStyle: 'Стиль элементов управления',
|
||||
windowControlsDescription: 'Выберите, как Firelink отображает пользовательские кнопки окна. Автоматический режим учитывает вашу ОС.',
|
||||
windowControlStyleAutomatic: 'Автоматически (рекомендуется)',
|
||||
windowControlStyleMacos: 'Светофоры macOS',
|
||||
windowControlStyleWindows: 'Windows 11 Fluent',
|
||||
windowControlStyleGnome: 'GNOME / Adwaita',
|
||||
windowControlStyleMinimal: 'Минималистичный',
|
||||
languageSystem: 'Системный по умолчанию',
|
||||
languageEnglish: 'Английский',
|
||||
languageChinese: 'Упрощённый китайский',
|
||||
|
||||
Reference in New Issue
Block a user