diff options
Diffstat (limited to 'backend/locales/ko-KR.json')
| -rw-r--r-- | backend/locales/ko-KR.json | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/backend/locales/ko-KR.json b/backend/locales/ko-KR.json index ee43ed0c..c1cfe5be 100644 --- a/backend/locales/ko-KR.json +++ b/backend/locales/ko-KR.json @@ -32,6 +32,9 @@ "all_files": "모든 파일", "show_hidden": "숨김 파일 표시", "file_type": "파일 형식" + }, + "file": { + "select": "이 파일 선택" } }, "PluginView": { @@ -110,7 +113,7 @@ "title": "{{name}} 설치 제거" }, "plugin_update_other": "플러그인 {{count}}개를 업데이트 할 수 있습니다!", - "plugin_error_uninstall": "{{name}} 플러그인을 불러올 때 위와 같은 예외가 발생했습니다. 이는 보통 SteamUI 최신 버전에 맞는 플러그인 업데이트가 필요할 때 발생합니다. Decky 설정의 플러그인 탭에서 업데이트가 있는지 확인하거나 설치 제거를 시도 해 보세요." + "plugin_error_uninstall": "{{name}} 플러그인을 불러올 때 위와 같은 예외가 발생했습니다. 이는 보통 SteamUI 최신 버전에 맞는 플러그인 업데이트가 필요할 때 발생합니다. Decky 설정의 플러그인 섹션에서 업데이트가 있는지 확인하거나 설치 제거를 시도 해 보세요." }, "RemoteDebugging": { "remote_cef": { @@ -138,10 +141,6 @@ "label_url": "URL에서 플러그인 설치", "label_zip": "ZIP 파일에서 플러그인 설치" }, - "toast_zip": { - "body": "설치를 실패했습니다! ZIP 파일만이 지원됩니다.", - "title": "Decky" - }, "valve_internal": { "desc1": "Valve 내부 개발자 메뉴를 활성화합니다.", "label": "Valve 내부 개발자 메뉴 활성화", @@ -157,7 +156,6 @@ "header": "베타 참가" }, "developer_mode": { - "desc": "Decky의 개발자 설정을 활성화합니다.", "label": "개발자 모드" }, "other": { @@ -165,12 +163,16 @@ }, "updates": { "header": "업데이트" + }, + "notifications": { + "header": "알림", + "plugin_updates_label": "플러그인 업데이트 가능", + "decky_updates_label": "Decky 업데이트 가능" } }, "SettingsIndex": { "developer_title": "개발자", "general_title": "일반", - "navbar_settings": "Decky 설정", "plugins_title": "플러그인" }, "Store": { @@ -231,7 +233,8 @@ "FilePickerError": { "errors": { "file_not_found": "지정된 경로가 잘못되었습니다. 확인 후에 다시 입력해 주세요.", - "unknown": "알 수 없는 오류가 발생했습니다. Raw 오류: {{raw_error}}" + "unknown": "알 수 없는 오류가 발생했습니다. Raw 오류: {{raw_error}}", + "perm_denied": "선택한 경로에 접근 할 수 없습니다. 선택한 폴더/파일 접근 권한이 유저(Steam Deck의 deck 유저)에 맞게 올바르게 설정 되었는지 확인하세요." } }, "DropdownMultiselect": { |
