diff --git a/l10n/ko.js b/l10n/ko.js new file mode 100644 index 0000000..4a75459 --- /dev/null +++ b/l10n/ko.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "휴대폰 동기화", + "An app to sync SMS with your cloud" : "클라우드와 문자 메시지를 동기화하는 앱", + "Cancel" : "취소", + "Confirm" : "확인", + "No contact found." : "연락처를 찾을 수 없습니다.", + "Settings" : "설정", + "Max messages to load per conversation" : "대화에서 불러올 최대 메시지 개수", + "Invalid message limit" : "잘못된 메시지 제한", + "Default country code" : "기본 국가 코드", + "Contact ordering" : "연락처 정렬", + "Last message" : "마지막 메시지", + "Label" : "이름표", + "Reverse ?" : "반전 여부", + "Notification settings" : "알림 설정", + "Enable" : "사용함", + "Disable" : "사용 안함", + "Are you sure you want to wipe all your messages ?" : "모든 메시지를 삭제하시겠습니까?", + "Reset all messages" : "모든 메시지 초기화", + "%s message(s) shown of %s message(s) stored in database." : "표시한 메시지 %s개, 데이터베이스에 저장된 메시지 %s개가 있습니다.", + "Please select a conversation from the list to load it." : "메시지를 불러 오려면 대화를 목록에서 선택하십시오." +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json new file mode 100644 index 0000000..a104466 --- /dev/null +++ b/l10n/ko.json @@ -0,0 +1,23 @@ +{ "translations": { + "Phone Sync" : "휴대폰 동기화", + "An app to sync SMS with your cloud" : "클라우드와 문자 메시지를 동기화하는 앱", + "Cancel" : "취소", + "Confirm" : "확인", + "No contact found." : "연락처를 찾을 수 없습니다.", + "Settings" : "설정", + "Max messages to load per conversation" : "대화에서 불러올 최대 메시지 개수", + "Invalid message limit" : "잘못된 메시지 제한", + "Default country code" : "기본 국가 코드", + "Contact ordering" : "연락처 정렬", + "Last message" : "마지막 메시지", + "Label" : "이름표", + "Reverse ?" : "반전 여부", + "Notification settings" : "알림 설정", + "Enable" : "사용함", + "Disable" : "사용 안함", + "Are you sure you want to wipe all your messages ?" : "모든 메시지를 삭제하시겠습니까?", + "Reset all messages" : "모든 메시지 초기화", + "%s message(s) shown of %s message(s) stored in database." : "표시한 메시지 %s개, 데이터베이스에 저장된 메시지 %s개가 있습니다.", + "Please select a conversation from the list to load it." : "메시지를 불러 오려면 대화를 목록에서 선택하십시오." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file