cookbook/l10n/ko.js

46 строки
2.6 KiB
JavaScript

OC.L10N.register(
"cookbook",
{
"Parsing of HTML failed." : "HTML 구문 분석 실패",
"Unsupported error level during parsing of XML output." : "XML 출력 구문 분석 중 지원하지 않는 오류 발생",
"_Warning %u occurred while parsing %s._::_Warning %u occurred %n times while parsing %s._" : ["%s 구문 분석 중 경고 %u이(가) %n회 발생함."],
"_Error %u occurred while parsing %s._::_Error %u occurred %n times while parsing %s._" : ["%s 구문 분석 중 오류 %u이(가) %n회 발생함."],
"_Fatal error %u occurred while parsing %s._::_Fatal error %u occurred %n times while parsing %s._" : ["%s 구문 분석 중 치명적 오류 %u이(가) %n회 발생함."],
"Recipes" : "조리법들",
"in %s" : "%s",
"Could not find a valid encoding when parsing %s." : "%s 구문 분석 중 유효한 인코딩을 찾을 수 없음.",
"The full-sized image is not a thumbnail." : "완전한 크기의 이미지는 썸네일이 아닙니다.",
"The thumbnail type %d is not known." : "썸네일 타입 %d은(는) 알려지지 않았습니다.",
"None" : "없음",
"Page not found" : "페이지를 찾을 수 없음",
"Edit" : "편집",
"Save" : "저장",
"Search" : "검색",
"Filter" : "필터",
"Category" : "분류",
"Tags" : "태그",
"You are logged in with a guest account. Therefore, you are not allowed to generate arbitrary files and folders on this Nextcloud instance. To be able to use the Cookbook app as a guest, you need to specify a folder where all recipes are stored. You will need write permission to this folder." : "현재 손님 계정으로 로그인한 상태입니다. 따라서, 이 Nextcloud 인스턴스에 임의의 파일이나 폴더를 생성할 수 없습니다. 손님 계정으로 Cookbook 앱을 사용하기 위해 레시피가 저장될 폴더를 지정해야 하며, 해당 폴더의 쓰기 권한을 보유하고 있어야 합니다.",
"Categories" : "분류",
"Rename" : "이름 바꾸기",
"Add" : "추가",
"Name" : "이름",
"Modification date" : "수정일",
"Tools" : "도구",
"Frontend debug settings" : "프론트엔드 디버그 설정",
"Enable debugging" : "디버깅 활성화",
"Dismiss" : "무시",
"Cancel" : "취소",
"OK" : "확인",
"Description" : "설명",
"URL" : "URL",
"Image" : "이미지",
"Keywords" : "키워드",
"Calories" : "칼로리",
"Last modified" : "수정한 날짜",
"Loading…" : "불러오는 중…",
"Order" : "순서",
"Clear" : "비우기",
"Apply" : "적용"
},
"nplurals=1; plural=0;");