mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
i18n: fix leading space in "Font Scale" + update
This commit is contained in:
@@ -800,7 +800,7 @@
|
||||
"appearance-floating-description": "Display the bar as a floating 'pill'.",
|
||||
"appearance-floating-label": "Floating bar",
|
||||
"appearance-font-scale-description": "Adjust the font size scale for text displayed in the bar.",
|
||||
"appearance-font-scale-label": " Font Scale",
|
||||
"appearance-font-scale-label": "Font scale",
|
||||
"appearance-frame-radius": "Inner Radius",
|
||||
"appearance-frame-settings-description": "Adjust frame thickness and inner corner radius",
|
||||
"appearance-frame-settings-label": "Frame Settings",
|
||||
|
||||
@@ -908,10 +908,10 @@
|
||||
"bluetooth-rssi-polling-description": "bluetoothctl을 통해 연결된 장치의 RSSI를 주기적으로 샘플링합니다. 모든 장치에서 사용 가능하지 않을 수 있으며, 활성화 시 최소한의 리소스를 사용합니다.",
|
||||
"bluetooth-rssi-polling-interval-description": "연결된 장치의 신호 강도를 얼마나 자주 업데이트할지 구성합니다.",
|
||||
"bluetooth-rssi-polling-interval-label": "폴링 간격",
|
||||
"bluetooth-rssi-polling-label": "Bluetooth 신호 폴링",
|
||||
"disable-discoverability-description": "주변 Bluetooth 장치에서 장치를 숨깁니다.",
|
||||
"bluetooth-rssi-polling-label": "블루투스 신호 폴링",
|
||||
"disable-discoverability-description": "주변 블루투스 장치에서 장치를 숨깁니다.",
|
||||
"disable-discoverability-label": "장치 가시성 비활성화",
|
||||
"hide-unnamed-devices-description": "Bluetooth 주소로만 표시되는 장치를 숨깁니다.",
|
||||
"hide-unnamed-devices-description": "블루투스 주소로만 표시되는 장치를 숨깁니다.",
|
||||
"hide-unnamed-devices-label": "이름 없는 장치 숨기기",
|
||||
"pin-instructions": "기기에 표시된 PIN 코드를 입력해주세요.",
|
||||
"title": "연결"
|
||||
|
||||
@@ -171,8 +171,8 @@
|
||||
"subTabLabel": "common.appearance"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.bar.appearance-font-scale-label",
|
||||
"descriptionKey": "panels.bar.appearance-font-scale-description",
|
||||
"labelKey": "panels.bar.appearance-background-opacity-label",
|
||||
"descriptionKey": "panels.bar.appearance-background-opacity-description",
|
||||
"widget": "NValueSlider",
|
||||
"tab": 4,
|
||||
"tabLabel": "panels.bar.title",
|
||||
@@ -180,8 +180,8 @@
|
||||
"subTabLabel": "common.appearance"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.bar.appearance-background-opacity-label",
|
||||
"descriptionKey": "panels.bar.appearance-background-opacity-description",
|
||||
"labelKey": "panels.bar.appearance-font-scale-label",
|
||||
"descriptionKey": "panels.bar.appearance-font-scale-description",
|
||||
"widget": "NValueSlider",
|
||||
"tab": 4,
|
||||
"tabLabel": "panels.bar.title",
|
||||
|
||||
Reference in New Issue
Block a user