|
4 | 4 | }, |
5 | 5 | "recipe": { |
6 | 6 | "unique-name-error": "Recipe 이름은 고유해야 합니다", |
7 | | - "recipe-created": "Recipe Created", |
8 | | - "recipe-image-deleted": "Recipe image deleted", |
| 7 | + "recipe-created": "레시피 생성됨", |
| 8 | + "recipe-image-deleted": "레시피 이미지 삭제됨", |
9 | 9 | "recipe-defaults": { |
10 | 10 | "ingredient-note": "밀가루 1컵", |
11 | | - "step-text": "Recipe 단계는 물론 recipe 페이지의 다른 필드도 Markdown 문법을 지원합니다.\n\n**Add a link**\n\n[\b나의 링크](https://demo.mealie.io)" |
| 11 | + "step-text": "Recipe 단계는 물론 recipe 페이지의 다른 필드도 Markdown 문법을 지원합니다.\n\n**Add a link**\n\n[나의 링크](https://demo.mealie.io)\n" |
12 | 12 | }, |
13 | 13 | "servings-text": { |
14 | 14 | "makes": "Makes", |
|
23 | 23 | "no-recipes-match-your-rules": "규칙과 일치하는 Recipe가 없습니다" |
24 | 24 | }, |
25 | 25 | "user": { |
26 | | - "user-updated": "사용자 업데이트됨", |
| 26 | + "user-updated": "사용자 수정됨", |
27 | 27 | "password-updated": "비밀번호가 변경되었습니다", |
28 | 28 | "invalid-current-password": "현재 비밀번호가 잘못되었습니다", |
29 | 29 | "ldap-update-password-unavailable": "사용자가 LDAP으로 제어되기 때문에 비밀번호를 변경할 수 없습니다" |
|
33 | 33 | }, |
34 | 34 | "exceptions": { |
35 | 35 | "permission_denied": "이 작업을 수행할 권한이 없습니다.", |
36 | | - "recursive-recipe-link": "A recipe cannot reference itself, either directly or indirectly", |
| 36 | + "recursive-recipe-link": "레시피는 직접적이든 간접적이든 자신을 참조할 수 없습니다.", |
37 | 37 | "no-entry-found": "요청한 페이지를 찾을 수 없습니다. 주소를 정확히 입력했는지 확인해보세요.", |
38 | | - "integrity-error": "Database integrity error", |
| 38 | + "integrity-error": "데이터베이스 무결성 오류", |
39 | 39 | "username-conflict-error": "이미 사용 중인 사용자 이름입니다.", |
40 | 40 | "email-conflict-error": "이 이메일은 이미 사용중입니다" |
41 | 41 | }, |
42 | 42 | "notifications": { |
43 | | - "generic-created": "{name} was created", |
44 | | - "generic-updated": "{name} was updated", |
45 | | - "generic-created-with-url": "{name} has been created, {url}", |
46 | | - "generic-updated-with-url": "{name} has been updated, {url}", |
47 | | - "generic-duplicated": "{name} has been duplicated", |
48 | | - "generic-deleted": "{name} has been deleted", |
49 | | - "logged-out": "Logged out" |
| 43 | + "generic-created": "{name}이(가) 생성되었습니다", |
| 44 | + "generic-updated": "{name}이(가) 수정되었습니다", |
| 45 | + "generic-created-with-url": "{name}이(가) 생성되었습니다, {url}", |
| 46 | + "generic-updated-with-url": "{name}이(가) 수정되었습니다, {url}", |
| 47 | + "generic-duplicated": "{name}이(가) 복제되었습니다", |
| 48 | + "generic-deleted": "{name}이(가) 삭제되었습니다", |
| 49 | + "logged-out": "로그아웃됨" |
50 | 50 | }, |
51 | 51 | "datetime": { |
52 | | - "year": "year|years", |
53 | | - "day": "day|days", |
54 | | - "hour": "hour|hours", |
55 | | - "minute": "minute|minutes", |
56 | | - "second": "second|seconds", |
| 52 | + "year": "년|년", |
| 53 | + "day": "일|일", |
| 54 | + "hour": "시간/시간", |
| 55 | + "minute": "분/분", |
| 56 | + "second": "초|초", |
57 | 57 | "millisecond": "millisecond|milliseconds", |
58 | 58 | "microsecond": "microsecond|microseconds" |
59 | 59 | }, |
60 | 60 | "emails": { |
61 | 61 | "password": { |
62 | | - "subject": "Mealie Forgot Password", |
| 62 | + "subject": "Mealie 비밀번호 잊음", |
63 | 63 | "header_text": "비밀번호를 분실", |
64 | 64 | "message_top": "비밀번호 재설정을 요청하셨습니다", |
65 | 65 | "message_bottom": "비밀번호를 변경하려면 아래 버튼을 클릭하십시오.", |
66 | 66 | "button_text": "비밀번호 재설정" |
67 | 67 | }, |
68 | 68 | "invitation": { |
69 | | - "subject": "Invitation to join Mealie", |
| 69 | + "subject": "Mealie 가입 초대", |
70 | 70 | "header_text": "귀하는 초대되었습니다!", |
71 | | - "message_top": "You have been invited to join Mealie.", |
72 | | - "message_bottom": "Please click the button above to accept the invitation.", |
| 71 | + "message_top": "Mealie에 초대되었습니다.", |
| 72 | + "message_bottom": "초대를 수락하려면 위의 버튼을 클릭해 주세요.", |
73 | 73 | "button_text": "초대 수락" |
74 | 74 | }, |
75 | 75 | "test": { |
76 | | - "subject": "Mealie Test Email", |
| 76 | + "subject": "Mealie 테스트 이메일", |
77 | 77 | "header_text": "테스트 이메일", |
78 | 78 | "message_top": "이것은 테스트용 이메일입니다.", |
79 | 79 | "message_bottom": "비밀번호를 변경하려면 아래 버튼을 클릭하십시오.", |
80 | | - "button_text": "Open Mealie" |
| 80 | + "button_text": "Mealie 열기" |
81 | 81 | } |
82 | 82 | } |
83 | 83 | } |
0 commit comments