2016-06-22 09:36:05 +03:00
OC . L10N . register (
"richdocuments" ,
{
2017-05-02 03:16:29 +03:00
"New Document.odt" : "새 문서.odt" ,
"New Spreadsheet.ods" : "새 스프레드시트.ods" ,
"New Presentation.odp" : "새 프레젠테이션.odp" ,
"New Document.docx" : "새 문서.docx" ,
"New Spreadsheet.xlsx" : "새 스프레드시트.xlsx" ,
"New Presentation.pptx" : "새 프레젠테이션.pptx" ,
2022-04-24 06:20:07 +03:00
"File already exists" : "파일이 이미 있습니다." ,
2023-06-27 04:40:06 +03:00
"Not allowed to create document" : "문서 생성이 허용되지 않았습니다." ,
2017-03-25 04:16:14 +03:00
"Saved" : "저장됨" ,
2022-05-07 06:17:29 +03:00
"The file was uploaded" : "파일을 업로드함" ,
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "업로드한 파일의 크기가 php.ini의 upload_max_filesize를 초과함" ,
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "업로드한 파일의 크기가 HTML 폼에 지정한 MAX_FILE_SIZE를 초과함" ,
"The file was only partially uploaded" : "파일이 일부분만 업로드됨" ,
"No file was uploaded" : "업로드한 파일 없음" ,
"Missing a temporary folder" : "임시 폴더 없음" ,
"Could not write file to disk" : "디스크에 파일을 쓸 수 없음" ,
"A PHP extension stopped the file upload" : "PHP 확장 기능에서 파일 업로드를 차단함" ,
2023-06-24 04:29:41 +03:00
"No file uploaded or file size exceeds maximum of %s" : "파일이 업로드 되지 않았거나, 크기가 %s를 초과함" ,
2019-12-22 06:37:45 +03:00
"File is too big" : "파일이 너무 큼" ,
"Invalid file provided" : "잘못된 파일 지정됨" ,
2023-06-23 05:11:36 +03:00
"Headings" : "제목" ,
2023-06-07 04:21:33 +03:00
"Images" : "이미지" ,
2022-04-24 06:20:07 +03:00
"Office" : "사무실" ,
2019-12-22 06:37:45 +03:00
"Empty" : "비어 있음" ,
2022-11-29 05:52:28 +03:00
"Anonymous guest" : "익명의 손님" ,
"%s (Guest)" : "%s(손님)" ,
2022-09-26 06:31:27 +03:00
"Edit office documents directly in your browser." : "오피스 문서를 브라우저에서 직접 편집하십시오." ,
2020-01-31 05:56:19 +03:00
"Advanced settings" : "고급 설정" ,
2020-01-30 05:59:08 +03:00
"Restrict usage to specific groups" : "지정한 그룹만 사용할 수 있도록 제한" ,
2020-01-31 05:56:19 +03:00
"Select groups" : "그룹 선택" ,
2020-01-30 05:59:08 +03:00
"Restrict edit to specific groups" : "지정한 그룹만 편집할 수 있도록 제한" ,
"Use Canonical webroot" : "정규화된 웹 루트 사용" ,
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "웹 루트가 여러 개 있는 경우 Collabora에서 사용할 정규화된 웹 루트입니다. 제약 사항이 가장 적은 항목을 선택하십시오. 예: 이 인스턴스를 단일 인증(Shibboleth)을 사용하는 웹 루트와 단일 인증을 사용하지 않는 웹 루트에서 접근한다면 단일 인증을 사용하지 않는 쪽을 사용하십시오. 단일 웹 루트만 사용한다면 이 설정을 무시해도 됩니다." ,
"Enable access for external apps" : "외부 앱 접근 허용" ,
2020-06-05 05:54:31 +03:00
"Failed to save settings" : "환경설정 저장 실패" ,
2023-04-06 06:26:26 +03:00
"Submit" : "제출" ,
2020-01-31 05:56:19 +03:00
"Description" : "설명" ,
2019-12-22 06:37:45 +03:00
"No results" : "결과 없음" ,
2023-06-23 05:11:36 +03:00
"Select file or folder to link to" : "링크할 파일이나 폴더 선택" ,
2021-12-01 06:17:01 +03:00
"Cancel" : "취소" ,
2022-04-24 06:20:07 +03:00
"Close" : "닫기" ,
2019-12-22 06:37:45 +03:00
"Error" : "오류" ,
"An error occurred" : "오류가 발생함" ,
2023-06-27 04:40:06 +03:00
"Please choose your nickname to continue as guest user." : "손님 계정으로 계속하기 위해 별명을 입력하세요." ,
2019-12-22 06:37:45 +03:00
"Nickname" : "별명" ,
2022-04-24 06:20:07 +03:00
"Set" : "설정" ,
2019-07-17 05:46:17 +03:00
"Please enter the filename to store the document as." : "문서를 저장할 파일 이름을 입력하십시오." ,
"Save As" : "다른 이름으로 저장" ,
"New filename" : "새 파일 이름" ,
"Save" : "저장" ,
2022-11-29 05:52:28 +03:00
"Try again" : "다시 시도" ,
2023-09-09 04:31:21 +03:00
"Failed to revert the document to older version" : "문서를 이전 버전으로 되돌릴 수 없음" ,
2022-12-03 05:49:45 +03:00
"Saving …" : "저장중 …" ,
2019-12-22 06:37:45 +03:00
"Remove from favorites" : "즐겨찾기에서 제거" ,
"Add to favorites" : "즐겨찾기에 추가" ,
"Details" : "세부사항" ,
"Download" : "다운로드" ,
2020-11-29 06:07:51 +03:00
"(read only)" : "(읽기 전용)" ,
2019-12-22 06:37:45 +03:00
"Guest" : "손님" ,
2020-10-14 06:07:49 +03:00
"Could not create file" : "파일을 만들 수 없음" ,
"Create" : "생성" ,
2020-11-29 06:07:51 +03:00
"Select template" : "템플릿 선택" ,
"Global templates" : "전역 템플릿" ,
"Add a new template" : "새 템플릿 추가" ,
"template preview" : "템플릿 미리보기" ,
2022-01-15 06:09:45 +03:00
"Select a template directory" : "템플릿 디렉터리 선택" ,
2022-08-12 06:17:26 +03:00
"Saved with error: Collabora Online should use the same protocol as the server installation." : "저장 오류 발생: Collabora Online과 서버 설치본이 같은 프로토콜을 사용해야 합니다." ,
2022-12-03 05:49:45 +03:00
"Saving…" : "저장 중…" ,
2022-10-22 05:49:07 +03:00
"Collabora Online" : "Collabora Online" ,
2023-06-27 04:40:06 +03:00
"Document already exists" : "문서가 이미 존재합니다."
2016-06-22 09:36:05 +03:00
} ,
"nplurals=1; plural=0;" ) ;