feat: Ability to rename address book #152
This commit is contained in:
+18
-2
@@ -1230,7 +1230,13 @@
|
||||
"import_label": "연락처 가져오기",
|
||||
"import_description": "vCard(.vcf) 파일에서 연락처를 가져와요",
|
||||
"export_label": "연락처 내보내기",
|
||||
"export_description": "모든 연락처를 vCard(.vcf) 파일로 저장해요"
|
||||
"export_description": "모든 연락처를 vCard(.vcf) 파일로 저장해요",
|
||||
"manage_title": "주소록",
|
||||
"manage_description": "주소록 이름 변경",
|
||||
"no_address_books": "주소록을 찾을 수 없음",
|
||||
"categories_title": "카테고리",
|
||||
"categories_description": "연락처 카테고리 이름 변경",
|
||||
"no_categories": "카테고리를 찾을 수 없음"
|
||||
},
|
||||
"filters": {
|
||||
"title": "이메일 필터",
|
||||
@@ -1635,6 +1641,10 @@
|
||||
"search_placeholder": "연락처 검색...",
|
||||
"create_new": "새 연락처",
|
||||
"no_category": "카테고리 없음",
|
||||
"rename_category": "카테고리 이름 변경",
|
||||
"category_name_label": "카테고리 이름",
|
||||
"category_renamed": "카테고리 이름이 변경되었습니다",
|
||||
"category_rename_failed": "카테고리 이름 변경 실패",
|
||||
"category_added": "{name}에 연락처가 추가되었어요",
|
||||
"category_added_plural": "{name}에 {count}개의 연락처가 추가되었어요",
|
||||
"empty_state": "아직 연락처가 없어요",
|
||||
@@ -1661,7 +1671,13 @@
|
||||
"moved": "연락처가 {name}(으)로 이동되었어요",
|
||||
"moved_plural": "{count}개의 연락처가 {name}(으)로 이동되었어요",
|
||||
"move_failed": "연락처를 이동하지 못했어요",
|
||||
"address_book": "주소록"
|
||||
"address_book": "주소록",
|
||||
"rename": "주소록 이름 변경",
|
||||
"name_label": "주소록 이름",
|
||||
"renamed": "주소록 이름이 변경되었습니다",
|
||||
"rename_failed": "주소록 이름 변경 실패",
|
||||
"default": "기본",
|
||||
"manage": "주소록 관리"
|
||||
},
|
||||
"detail": {
|
||||
"emails": "이메일",
|
||||
|
||||
Reference in New Issue
Block a user