Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ko.json #242

Open
wants to merge 1 commit into
base: unew
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions projects/uManager/romfs/lang/ko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"yes": "예",
"cancel": "취소",
"ok": "확인",
"reboot": "재부팅",
"status": "상태",
"status_active": "활성",
"status_not_active": "비활성",
"status_not_present": "존재하지 않음",
"activate_changes_title": "변경 사항",
"activate_changes": "uLaunch를 (비)활성화하려면 변경 사항을 적용하기 위해 재부팅이 필요합니다.",
"activate_continue": "계속",
"activate_not_present": "SD 카드에서 uLaunch를 찾을 수 없습니다.",
"reset_menu_item": "메뉴 항목 재설정",
"reset_menu_title": "메뉴 재설정",
"reset_menu_conf": "이렇게 하면 모든 메뉴 항목이 기본값으로 재설정됩니다.\n계속할까요?",
"reset_menu_success": "메뉴 항목이 성공적으로 재설정되었습니다.",
"reset_cache_item": "메뉴 캐시 재설정",
"reset_cache_title": "메뉴 캐시 재설정",
"reset_cache_conf": "이렇게 하면 모든 메뉴 캐시(앱/홈브류/사용자 이미지 등)가 재설정됩니다.\n계속할까요?",
"reset_cache_success": "메뉴 캐시가 성공적으로 재설정되었습니다.",
"update_item": "업데이트 확인",
"update_title": "업데이트 확인",
"update_error": "마지막 업데이트 정보를 검색할 수 없습니다...",
"update_version": "마지막 릴리스",
"update_conf": "최신 릴리스로 업데이트할까요?",
"update_equal": "uLaunch는 이미 최신 릴리스입니다.",
"update_higher": "uLaunch가 최신 릴리스보다 최신 버전인 듯합니다...",
"update_success": "uLaunch가 성공적으로 업데이트되었습니다. 이제 업데이트를 적용하려면 시스템을 재부팅해야 합니다.",
"update_progress_download": "업데이트 다운로드 중...",
"update_progress_install": "업데이트 설치 중..."
}