diff --git a/l10n/ko.js b/l10n/ko.js index 857dcdf2c..346585f6c 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -122,6 +122,7 @@ OC.L10N.register( "Search" : "검색", "Send" : "보내기", "Refresh" : "새로 고침", + "About" : "정보", "Title of the text block" : "텍스트 블록의 제목", "Content of the text block" : "텍스트 블록의 내용", "Ok" : "확인", @@ -332,6 +333,7 @@ OC.L10N.register( "Collapse folders" : "폴더 접기", "_{total} message_::_{total} messages_" : ["{total} 개의 메시지"], "_{unread} unread of {total}_::_{unread} unread of {total}_" : ["{total} 개 중 {unread} 개 읽지 않음"], + "Loading …" : "로딩 중 …", "All messages in mailbox will be deleted." : "편지함에 있는 모든 메시지가 삭제됩니다", "Clear mailbox {name}" : "편지함 {name} 비우기", "Delete folder" : "폴더 삭제", @@ -591,6 +593,7 @@ OC.L10N.register( "Failed to delete text block" : "텍스트 블록을 삭제하지 못했습니다", "Text block shared with {sharee}" : "{sharee}와(과) 텍스트 블록 공유함", "Failed to share text block with {sharee}" : "텍스트 블록을 {sharee}와(과) 공유하지 못했습니다", + "Group" : "구룹", "Failed to save text block" : "텍스트 블록을 저장하지 못했습니다", "Shared" : "공유됨", "Edit text block" : "텍스트 블록 수정", diff --git a/l10n/ko.json b/l10n/ko.json index 7cde40145..2761aad4d 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -120,6 +120,7 @@ "Search" : "검색", "Send" : "보내기", "Refresh" : "새로 고침", + "About" : "정보", "Title of the text block" : "텍스트 블록의 제목", "Content of the text block" : "텍스트 블록의 내용", "Ok" : "확인", @@ -330,6 +331,7 @@ "Collapse folders" : "폴더 접기", "_{total} message_::_{total} messages_" : ["{total} 개의 메시지"], "_{unread} unread of {total}_::_{unread} unread of {total}_" : ["{total} 개 중 {unread} 개 읽지 않음"], + "Loading …" : "로딩 중 …", "All messages in mailbox will be deleted." : "편지함에 있는 모든 메시지가 삭제됩니다", "Clear mailbox {name}" : "편지함 {name} 비우기", "Delete folder" : "폴더 삭제", @@ -589,6 +591,7 @@ "Failed to delete text block" : "텍스트 블록을 삭제하지 못했습니다", "Text block shared with {sharee}" : "{sharee}와(과) 텍스트 블록 공유함", "Failed to share text block with {sharee}" : "텍스트 블록을 {sharee}와(과) 공유하지 못했습니다", + "Group" : "구룹", "Failed to save text block" : "텍스트 블록을 저장하지 못했습니다", "Shared" : "공유됨", "Edit text block" : "텍스트 블록 수정", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index cc9474e58..63ce43c97 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -144,6 +144,7 @@ OC.L10N.register( "Vertical split" : "垂直分割", "Horizontal split" : "水平分割", "List" : "清單", + "Use compact mode" : "使用簡潔模式", "Sorting" : "排序", "Newest first" : "新的在前", "Oldest first" : "舊的在前", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index fb37174a6..807d1ac90 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -142,6 +142,7 @@ "Vertical split" : "垂直分割", "Horizontal split" : "水平分割", "List" : "清單", + "Use compact mode" : "使用簡潔模式", "Sorting" : "排序", "Newest first" : "新的在前", "Oldest first" : "舊的在前",