diff --git a/l10n/ar.js b/l10n/ar.js index 89872fba58..91499840ab 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -34,6 +34,7 @@ OC.L10N.register( "Warning" : "تحذير", "Table" : "جدول", "Command" : "الأمر", + "Control" : "تحكُّم", "Edit" : "تعديل" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json index 4dc786baca..b727813c35 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -32,6 +32,7 @@ "Warning" : "تحذير", "Table" : "جدول", "Command" : "الأمر", + "Control" : "تحكُّم", "Edit" : "تعديل" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js index 11bd83ccfd..969b9a1204 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -2,6 +2,7 @@ OC.L10N.register( "text", { "New text file" : "새 텍스트 파일", + "Create new text file" : "새 텍스트 파일 만들기", "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를 초과함", @@ -10,12 +11,20 @@ OC.L10N.register( "Missing a temporary folder" : "임시 폴더 없음", "Could not write file to disk" : "디스크에 파일을 쓸 수 없음", "A PHP extension stopped the file upload" : "PHP 확장 기능에서 파일 업로드를 차단함", + "No file uploaded or file size exceeds maximum of %s" : "파일이 업로드 되지 않았거나, 크기가 %s를 초과합니다.", + "text document" : "텍스트 문서", + "This file cannot be displayed as download is disabled by the share" : "공유에서 다운로드가 비활성화 되었으므로 이 파일을 볼 수 없습니다", "Text" : "텍스트", "Use current version" : "최근 버젼을 사용하십시오.", "Use the saved version" : "이전 버전 사용하기", + "Failed to load file" : "파일 불러오기 실패", "Reconnect" : "재연결", "The document has been changed outside of the editor. The changes cannot be applied." : "문서가 에디터 밖에서 변경되었습니다. 변경사항이 적용되지 않습니다.", "File could not be loaded. Please check your internet connection." : "파일을 가져올 수 없습니다. 인터넷 연결을 확인해주십시오.", + "This file is opened read-only as it is currently locked by {user}." : "이 파일은 {user}에 의해 잠겨 있으므로 읽기 전용으로 열립니다.", + "Close outline view" : "개요 보기 닫기", + "Outline" : "개요", + "Enter your name so other people can see who is editing" : "다른 사람들이 누가 편집하는 지 알 수 있도록 이름을 입력하세요", "Edit guest name" : "게스트 이름 편집하기", "Guest" : "손님", "Save guest name" : "게스트 이름 저장하기", @@ -28,12 +37,32 @@ OC.L10N.register( "Keyboard shortcuts" : "키보드 단축키", "Backspace" : "백스페이스", "Bold" : "굵게", + "Bold text" : "굵은 텍스트", "Italic" : "Italic체", + "Italicized text" : "기울임꼴 텍스트", + "Strikethrough" : "취소선", + "Mistaken text" : "잘못된 텍스트", + "Underline" : "밑줄", + "Underlined text" : "밑줄 쳐진 텍스트", + "Heading 1" : "제목 1", + "Heading level 1" : "제목 단계 1", + "Heading 6" : "제목 6", + "Heading level 6" : "제목 단계 6", + "Select file or folder to link to" : "링크할 파일이나 폴더 선택", + "_%n word_::_%n words_" : ["%n개 단어"], + "_%n char_::_%n chars_" : ["%n개 글자"], "Translate" : "번역:", "Replace" : "바꾸기", "Unsupported image type" : "지원하지 않는 사진 형식", + "Hide outline" : "개요 숨기기", + "Show outline" : "개요 보이기", "Undo" : "실행 취소", "Redo" : "다시 실행", + "Headings" : "제목", + "Heading 2" : "제목 2", + "Heading 3" : "제목 3", + "Heading 4" : "제목 4", + "Heading 5" : "제목 5", "Info" : "정보", "Success" : "성공", "Warning" : "경고", diff --git a/l10n/ko.json b/l10n/ko.json index 571766602a..d6efec29de 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -1,5 +1,6 @@ { "translations": { "New text file" : "새 텍스트 파일", + "Create new text file" : "새 텍스트 파일 만들기", "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를 초과함", @@ -8,12 +9,20 @@ "Missing a temporary folder" : "임시 폴더 없음", "Could not write file to disk" : "디스크에 파일을 쓸 수 없음", "A PHP extension stopped the file upload" : "PHP 확장 기능에서 파일 업로드를 차단함", + "No file uploaded or file size exceeds maximum of %s" : "파일이 업로드 되지 않았거나, 크기가 %s를 초과합니다.", + "text document" : "텍스트 문서", + "This file cannot be displayed as download is disabled by the share" : "공유에서 다운로드가 비활성화 되었으므로 이 파일을 볼 수 없습니다", "Text" : "텍스트", "Use current version" : "최근 버젼을 사용하십시오.", "Use the saved version" : "이전 버전 사용하기", + "Failed to load file" : "파일 불러오기 실패", "Reconnect" : "재연결", "The document has been changed outside of the editor. The changes cannot be applied." : "문서가 에디터 밖에서 변경되었습니다. 변경사항이 적용되지 않습니다.", "File could not be loaded. Please check your internet connection." : "파일을 가져올 수 없습니다. 인터넷 연결을 확인해주십시오.", + "This file is opened read-only as it is currently locked by {user}." : "이 파일은 {user}에 의해 잠겨 있으므로 읽기 전용으로 열립니다.", + "Close outline view" : "개요 보기 닫기", + "Outline" : "개요", + "Enter your name so other people can see who is editing" : "다른 사람들이 누가 편집하는 지 알 수 있도록 이름을 입력하세요", "Edit guest name" : "게스트 이름 편집하기", "Guest" : "손님", "Save guest name" : "게스트 이름 저장하기", @@ -26,12 +35,32 @@ "Keyboard shortcuts" : "키보드 단축키", "Backspace" : "백스페이스", "Bold" : "굵게", + "Bold text" : "굵은 텍스트", "Italic" : "Italic체", + "Italicized text" : "기울임꼴 텍스트", + "Strikethrough" : "취소선", + "Mistaken text" : "잘못된 텍스트", + "Underline" : "밑줄", + "Underlined text" : "밑줄 쳐진 텍스트", + "Heading 1" : "제목 1", + "Heading level 1" : "제목 단계 1", + "Heading 6" : "제목 6", + "Heading level 6" : "제목 단계 6", + "Select file or folder to link to" : "링크할 파일이나 폴더 선택", + "_%n word_::_%n words_" : ["%n개 단어"], + "_%n char_::_%n chars_" : ["%n개 글자"], "Translate" : "번역:", "Replace" : "바꾸기", "Unsupported image type" : "지원하지 않는 사진 형식", + "Hide outline" : "개요 숨기기", + "Show outline" : "개요 보이기", "Undo" : "실행 취소", "Redo" : "다시 실행", + "Headings" : "제목", + "Heading 2" : "제목 2", + "Heading 3" : "제목 3", + "Heading 4" : "제목 4", + "Heading 5" : "제목 5", "Info" : "정보", "Success" : "성공", "Warning" : "경고",