summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/privacy-indicator/i18n/ko.json
diff options
context:
space:
mode:
Diffstat (limited to 'noctalia/.config/plugins/privacy-indicator/i18n/ko.json')
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/ko.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/ko.json b/noctalia/.config/plugins/privacy-indicator/i18n/ko.json
new file mode 100644
index 0000000..e104202
--- /dev/null
+++ b/noctalia/.config/plugins/privacy-indicator/i18n/ko.json
@@ -0,0 +1,58 @@
+{
+ "menu": {
+ "settings": "위젯 설정"
+ },
+ "settings": {
+ "activeColor": {
+ "desc": "활성 상태일 때 아이콘에 적용되는 색상입니다.",
+ "label": "활성 아이콘 색상"
+ },
+ "hideInactive": {
+ "desc": "비활성화된 상태의 마이크, 카메라, 화면 아이콘을 숨깁니다.",
+ "label": "비활성 상태 숨기기"
+ },
+ "enableToast": {
+ "desc": "상태가 변경될 때 토스트 알림을 표시합니다.",
+ "label": "토스트 알림 활성화"
+ },
+ "inactiveColor": {
+ "desc": "비활성 상태일 때 아이콘에 적용되는 색상입니다.",
+ "label": "비활성 아이콘 색상"
+ },
+ "iconSpacing": {
+ "desc": "아이콘 사이의 간격을 설정합니다.",
+ "label": "아이콘 간격"
+ },
+ "removeMargins": {
+ "desc": "위젯의 모든 외곽 여백을 제거합니다.",
+ "label": "여백 제거"
+ },
+ "micFilterRegex": {
+ "desc": "마이크를 사용하는 애플리케이션을 필터링하기 위한 정규식을 지정합니다. 일치하는 애플리케이션은 상태 감지에서 완전히 제외됩니다.",
+ "label": "마이크 필터 정규식"
+ },
+ "camFilterRegex": {
+ "desc": "카메라를 사용하는 애플리케이션을 필터링하기 위한 정규식을 지정합니다. 일치하는 애플리케이션은 상태 감지에서 완전히 제외됩니다.",
+ "label": "카메라 필터 정규식"
+ }
+ },
+ "tooltip": {
+ "cam-on": "카메라: {apps}",
+ "mic-on": "마이크: {apps}",
+ "screen-on": "화면 공유: {apps}"
+ },
+ "toast": {
+ "cam-on": "카메라가 활성화되었습니다.",
+ "mic-on": "마이크가 활성화되었습니다.",
+ "screen-on": "화면 공유가 활성화되었습니다."
+ },
+ "history": {
+ "title": "접근 기록",
+ "empty": "최근에 접근한 기록 없음",
+ "clear": "비우기",
+ "action": {
+ "started": "시작됨",
+ "stopped": "정지됨"
+ }
+ }
+}