Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ko.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4c9bb6ef976c2d6184f22fe8f309a4a84e42fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
OC.L10N.register(
    "notes",
    {
    "Notes" : "메모",
    "Reading notes from filesystem has failed." : "파일시스템에서 메모를 불러오기 실패",
    "Error" : "오류",
    "New note" : "새 메모",
    "Please see Nextcloud server log for details." : "Nextcloud 서버 로그에서 자세한 사항을 확인하십시오.",
    "Deleted {title}" : "{title} 삭제함",
    "Undo Delete" : "삭제 취소",
    "Note recovered" : "메모 복원됨",
    "There are unsaved notes. Leaving the page will discard all changes!" : "저장하지 않은 메모가 있습니다. 이 페이지를 벗어나면 변경 사항이 손실됩니다!",
    "_Deleted {number} note_::_Deleted {number} notes_" : ["{number}개의 메모를 삭제함"],
    "_Recovered {number} note_::_Recovered {number} notes_" : ["{number}개의 메모를 복구함"],
    "Notes settings" : "메모 설정",
    "Folder to store your notes" : "메모를 저장할 폴더",
    "Root directory" : "루트 디렉터리",
    "File extension for new notes" : "새 메모에 대한 파일 확장자",
    "Display mode for notes" : "노트 표시 모드",
    "Open in edit mode" : "편집 모드로 열기",
    "Open in preview mode" : "미리 보기 모드로 열기",
    "No notes yet" : "아직 메모 없음",
    "All notes" : "모든 메모",
    "Categories" : "분류",
    "Loading …" : "불러오는 중 …",
    "Today" : "오늘",
    "Yesterday" : "어제",
    "This week" : "이번 주",
    "Last week" : "저번 주",
    "This month" : "이번 달",
    "Last month" : "저번 달",
    "Rename" : "이름 바꾸기",
    "Delete note" : "메모 삭제",
    "Remove from favorites" : "즐겨찾기에서 제거",
    "Add to favorites" : "즐겨찾기에 추가",
    "Use current version" : "최근 버전을 사용하십시오.",
    "Details" : "세부사항",
    "Edit" : "편집",
    "Preview" : "미리 보기",
    "Category" : "분류",
    "Uncategorized" : "분류되지 않음",
    "Saving failed!" : "저장할 수 없습니다!",
    "_%n word_::_%n words_" : ["단어 %n개"],
    "Android app" : "Android 앱",
    "iOS app" : "iOS 앱",
    "Development Mode" : "개발자 모드"
},
"nplurals=1; plural=0;");