@@ -1,879 +1,880 | |||||
|
1 | # Korean translations for Ruby on Rails | |||
|
2 | # by Kihyun Yoon(ddumbugie@gmail.com) | |||
|
3 | # by John Hwang (jhwang@tavon.org),http://github.com/tavon | |||
|
4 | # last update at 2009-09-11 by Yonghwan SO | |||
1 | ko: |
|
5 | ko: | |
2 | date: |
|
6 | date: | |
3 | formats: |
|
7 | formats: | |
4 | # Use the strftime parameters for formats. |
|
8 | # Use the strftime parameters for formats. | |
5 | # When no format has been given, it uses default. |
|
9 | # When no format has been given, it uses default. | |
6 | # You can provide other formats here if you like! |
|
10 | # You can provide other formats here if you like! | |
7 | default: "%Y/%m/%d" |
|
11 | default: "%Y/%m/%d" | |
8 | short: "%m/%d" |
|
12 | short: "%m/%d" | |
9 | long: "%Y년 %m월 %d일 (%a)" |
|
13 | long: "%Y년 %m월 %d일 (%a)" | |
10 |
|
14 | |||
11 | day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일] |
|
15 | day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일] | |
12 | abbr_day_names: [일, 월, 화, 수, 목, 금, 토] |
|
16 | abbr_day_names: [일, 월, 화, 수, 목, 금, 토] | |
13 |
|
17 | |||
14 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
18 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
15 | month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] |
|
19 | month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] | |
16 | abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] |
|
20 | abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] | |
17 | # Used in date_select and datime_select. |
|
21 | # Used in date_select and datime_select. | |
18 | order: [ :year, :month, :day ] |
|
22 | order: [ :year, :month, :day ] | |
19 |
|
23 | |||
20 | time: |
|
24 | time: | |
21 | formats: |
|
25 | formats: | |
22 | default: "%Y/%m/%d %H:%M:%S" |
|
26 | default: "%Y/%m/%d %H:%M:%S" | |
23 | time: "%H:%M" |
|
27 | time: "%H:%M" | |
24 | short: "%y/%m/%d %H:%M" |
|
28 | short: "%y/%m/%d %H:%M" | |
25 | long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z" |
|
29 | long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z" | |
26 | am: "오전" |
|
30 | am: "오전" | |
27 | pm: "오후" |
|
31 | pm: "오후" | |
28 |
|
32 | |||
29 | datetime: |
|
33 | datetime: | |
30 | distance_in_words: |
|
34 | distance_in_words: | |
31 | half_a_minute: "30초" |
|
35 | half_a_minute: "30초" | |
32 | less_than_x_seconds: |
|
36 | less_than_x_seconds: | |
33 | one: "일초 이하" |
|
37 | one: "일초 이하" | |
34 | other: "{{count}}초 이하" |
|
38 | other: "{{count}}초 이하" | |
35 | x_seconds: |
|
39 | x_seconds: | |
36 | one: "일초" |
|
40 | one: "일초" | |
37 | other: "{{count}}초" |
|
41 | other: "{{count}}초" | |
38 | less_than_x_minutes: |
|
42 | less_than_x_minutes: | |
39 | one: "일분 이하" |
|
43 | one: "일분 이하" | |
40 | other: "{{count}}분 이하" |
|
44 | other: "{{count}}분 이하" | |
41 | x_minutes: |
|
45 | x_minutes: | |
42 | one: "일분" |
|
46 | one: "일분" | |
43 | other: "{{count}}분" |
|
47 | other: "{{count}}분" | |
44 | about_x_hours: |
|
48 | about_x_hours: | |
45 | one: "약 한시간" |
|
49 | one: "약 한시간" | |
46 | other: "약 {{count}}시간" |
|
50 | other: "약 {{count}}시간" | |
47 | x_days: |
|
51 | x_days: | |
48 | one: "하루" |
|
52 | one: "하루" | |
49 | other: "{{count}}일" |
|
53 | other: "{{count}}일" | |
50 | about_x_months: |
|
54 | about_x_months: | |
51 | one: "약 한달" |
|
55 | one: "약 한달" | |
52 | other: "약 {{count}}달" |
|
56 | other: "약 {{count}}달" | |
53 | x_months: |
|
57 | x_months: | |
54 | one: "한달" |
|
58 | one: "한달" | |
55 | other: "{{count}}달" |
|
59 | other: "{{count}}달" | |
56 | about_x_years: |
|
60 | about_x_years: | |
57 | one: "약 일년" |
|
61 | one: "약 일년" | |
58 | other: "약 {{count}}년" |
|
62 | other: "약 {{count}}년" | |
59 | over_x_years: |
|
63 | over_x_years: | |
60 | one: "일년 이상" |
|
64 | one: "일년 이상" | |
61 | other: "{{count}}년 이상" |
|
65 | other: "{{count}}년 이상" | |
62 | prompts: |
|
66 | prompts: | |
63 | year: "년" |
|
67 | year: "년" | |
64 | month: "월" |
|
68 | month: "월" | |
65 | day: "일" |
|
69 | day: "일" | |
66 | hour: "시" |
|
70 | hour: "시" | |
67 | minute: "분" |
|
71 | minute: "분" | |
68 | second: "초" |
|
72 | second: "초" | |
69 |
|
73 | |||
70 | number: |
|
74 | number: | |
71 | # Used in number_with_delimiter() |
|
75 | # Used in number_with_delimiter() | |
72 | # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' |
|
76 | # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' | |
73 | format: |
|
77 | format: | |
74 | # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) |
|
78 | # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) | |
75 | separator: "." |
|
79 | separator: "." | |
76 | # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) |
|
80 | # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) | |
77 | delimiter: "," |
|
81 | delimiter: "," | |
78 | # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00) |
|
82 | # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00) | |
79 | precision: 3 |
|
83 | precision: 3 | |
80 |
|
84 | |||
81 | # Used in number_to_currency() |
|
85 | # Used in number_to_currency() | |
82 | currency: |
|
86 | currency: | |
83 | format: |
|
87 | format: | |
84 | # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) |
|
88 | # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) | |
85 | format: "%u%n" |
|
89 | format: "%u%n" | |
86 | unit: "₩" |
|
90 | unit: "₩" | |
87 | # These three are to override number.format and are optional |
|
91 | # These three are to override number.format and are optional | |
88 | separator: "." |
|
92 | separator: "." | |
89 | delimiter: "," |
|
93 | delimiter: "," | |
90 | precision: 0 |
|
94 | precision: 0 | |
91 |
|
95 | |||
92 | # Used in number_to_percentage() |
|
96 | # Used in number_to_percentage() | |
93 | percentage: |
|
97 | percentage: | |
94 | format: |
|
98 | format: | |
95 | # These three are to override number.format and are optional |
|
99 | # These three are to override number.format and are optional | |
96 | # separator: |
|
100 | # separator: | |
97 | delimiter: "" |
|
101 | delimiter: "" | |
98 | # precision: |
|
102 | # precision: | |
99 |
|
103 | |||
100 | # Used in number_to_precision() |
|
104 | # Used in number_to_precision() | |
101 | precision: |
|
105 | precision: | |
102 | format: |
|
106 | format: | |
103 | # These three are to override number.format and are optional |
|
107 | # These three are to override number.format and are optional | |
104 | # separator: |
|
108 | # separator: | |
105 | delimiter: "" |
|
109 | delimiter: "" | |
106 | # precision: |
|
110 | # precision: | |
107 |
|
111 | |||
108 | # Used in number_to_human_size() |
|
112 | # Used in number_to_human_size() | |
109 | human: |
|
113 | human: | |
110 | format: |
|
114 | format: | |
111 | # These three are to override number.format and are optional |
|
115 | # These three are to override number.format and are optional | |
112 | # separator: |
|
116 | # separator: | |
113 | delimiter: "" |
|
117 | delimiter: "" | |
114 | precision: 1 |
|
118 | precision: 1 | |
115 | storage_units: [Bytes, KB, MB, GB, TB] |
|
119 | storage_units: [Bytes, KB, MB, GB, TB] | |
116 |
|
120 | |||
117 | # Used in array.to_sentence. |
|
121 | # Used in array.to_sentence. | |
118 | support: |
|
122 | support: | |
119 | array: |
|
123 | array: | |
120 | words_connector: ", " |
|
124 | words_connector: ", " | |
121 | two_words_connector: "과 " |
|
125 | two_words_connector: "과 " | |
122 | last_word_connector: ", " |
|
126 | last_word_connector: ", " | |
123 | sentence_connector: "그리고" |
|
127 | sentence_connector: "그리고" | |
124 | skip_last_comma: false |
|
128 | skip_last_comma: false | |
125 |
|
129 | |||
126 | activerecord: |
|
130 | activerecord: | |
127 | errors: |
|
131 | errors: | |
128 | template: |
|
132 | template: | |
129 | header: |
|
133 | header: | |
130 | one: "한개의 오류가 발생해 {{model}}를 저장하지 않았습니다." |
|
134 | one: "한개의 오류가 발생해 {{model}}을(를) 저장하지 않았습니다." | |
131 | other: "{{count}}개의 오류가 발생해 {{model}}를 저장하지 않았습니다." |
|
135 | other: "{{count}}개의 오류가 발생해 {{model}}을(를) 저장하지 않았습니다." | |
132 | # The variable :count is also available |
|
136 | # The variable :count is also available | |
133 | body: "다음 항목에 문제가 발견했습니다:" |
|
137 | body: "다음 항목에 문제가 발견했습니다:" | |
134 |
|
138 | |||
135 | messages: |
|
139 | messages: | |
136 | inclusion: "은 목록에 포함되어 있지 않습니다" |
|
140 | inclusion: "은 목록에 포함되어 있지 않습니다" | |
137 | exclusion: "은 예약되어 있습니다" |
|
141 | exclusion: "은 예약되어 있습니다" | |
138 | invalid: "은 유효하지 않습니다." |
|
142 | invalid: "은 유효하지 않습니다." | |
139 | confirmation: "은 확인이 되지 않았습니다" |
|
143 | confirmation: "은 확인이 되지 않았습니다" | |
140 | accepted: "은 인정되어야 합니다" |
|
144 | accepted: "은 인정되어야 합니다" | |
141 | empty: "은 길이가 0이어서는 안됩니다." |
|
145 | empty: "은 길이가 0이어서는 안됩니다." | |
142 | blank: "은 빈 값이어서는 안 됩니다" |
|
146 | blank: "은 빈 값이어서는 안 됩니다" | |
143 | too_long: "은 너무 깁니다 (최대 {{count}}자 까지)" |
|
147 | too_long: "은 너무 깁니다 (최대 {{count}}자 까지)" | |
144 | too_short: "은 너무 짧습니다 (최소 {{count}}자 까지)" |
|
148 | too_short: "은 너무 짧습니다 (최소 {{count}}자 까지)" | |
145 | wrong_length: "은 길이가 틀렸습니다 ({{count}}자이어야 합니다.)" |
|
149 | wrong_length: "은 길이가 틀렸습니다 ({{count}}자이어야 합니다.)" | |
146 | taken: "은 이미 선택된 겁니다" |
|
150 | taken: "은 이미 선택된 겁니다" | |
147 | not_a_number: "은 숫자가 아닙니다" |
|
151 | not_a_number: "은 숫자가 아닙니다" | |
148 | greater_than: "은 {{count}}보다 커야 합니다." |
|
152 | greater_than: "은 {{count}}보다 커야 합니다." | |
149 | greater_than_or_equal_to: "은 {{count}}보다 크거나 같아야 합니다" |
|
153 | greater_than_or_equal_to: "은 {{count}}보다 크거나 같아야 합니다" | |
150 | equal_to: "은 {{count}}(와)과 같아야 합니다" |
|
154 | equal_to: "은 {{count}}(와)과 같아야 합니다" | |
151 | less_than: "은 {{count}}보다 작어야 합니다" |
|
155 | less_than: "은 {{count}}보다 작어야 합니다" | |
152 | less_than_or_equal_to: "은 {{count}}과 같거나 이하을 요구합니다" |
|
156 | less_than_or_equal_to: "은 {{count}}과 같거나 이하을 요구합니다" | |
153 | odd: "은 홀수여야 합니다" |
|
157 | odd: "은 홀수여야 합니다" | |
154 | even: "은 짝수여야 합니다" |
|
158 | even: "은 짝수여야 합니다" | |
155 | greater_than_start_date: "는 시작날짜보다 커야 합니다" |
|
159 | greater_than_start_date: "는 시작날짜보다 커야 합니다" | |
156 | not_same_project: "는 같은 프로젝트에 속해 있지 않습니다" |
|
160 | not_same_project: "는 같은 프로젝트에 속해 있지 않습니다" | |
157 | circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다" |
|
161 | circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다" | |
158 |
|
162 | |||
159 | actionview_instancetag_blank_option: 선택하세요 |
|
163 | actionview_instancetag_blank_option: 선택하세요 | |
160 |
|
164 | |||
161 | general_text_No: '아니오' |
|
165 | general_text_No: '아니오' | |
162 | general_text_Yes: '예' |
|
166 | general_text_Yes: '예' | |
163 | general_text_no: '아니오' |
|
167 | general_text_no: '아니오' | |
164 | general_text_yes: '예' |
|
168 | general_text_yes: '예' | |
165 |
general_lang_name: 'Korean |
|
169 | general_lang_name: '한국어(Korean)' | |
166 | general_csv_separator: ',' |
|
170 | general_csv_separator: ',' | |
167 | general_csv_decimal_separator: '.' |
|
171 | general_csv_decimal_separator: '.' | |
168 | general_csv_encoding: UTF-8 |
|
172 | general_csv_encoding: UTF-8 | |
169 | general_pdf_encoding: UTF-8 |
|
173 | general_pdf_encoding: UTF-8 | |
170 | general_first_day_of_week: '7' |
|
174 | general_first_day_of_week: '7' | |
171 |
|
175 | |||
172 |
notice_account_updated: 계정이 성공적으로 변경 |
|
176 | notice_account_updated: 계정이 성공적으로 변경되었습니다. | |
173 | notice_account_invalid_creditentials: 잘못된 계정 또는 비밀번호 |
|
177 | notice_account_invalid_creditentials: 잘못된 계정 또는 비밀번호 | |
174 | notice_account_password_updated: 비밀번호가 잘 변경되었습니다. |
|
178 | notice_account_password_updated: 비밀번호가 잘 변경되었습니다. | |
175 | notice_account_wrong_password: 잘못된 비밀번호 |
|
179 | notice_account_wrong_password: 잘못된 비밀번호 | |
176 | notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요. |
|
180 | notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요. | |
177 | notice_account_unknown_email: 알려지지 않은 사용자. |
|
181 | notice_account_unknown_email: 알려지지 않은 사용자. | |
178 | notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다. |
|
182 | notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다. | |
179 | notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다. |
|
183 | notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다. | |
180 |
notice_account_activated: 계정이 활성화 |
|
184 | notice_account_activated: 계정이 활성화되었습니다. 이제 로그인 하실수 있습니다. | |
181 | notice_successful_create: 생성 성공. |
|
185 | notice_successful_create: 생성 성공. | |
182 | notice_successful_update: 변경 성공. |
|
186 | notice_successful_update: 변경 성공. | |
183 | notice_successful_delete: 삭제 성공. |
|
187 | notice_successful_delete: 삭제 성공. | |
184 | notice_successful_connection: 연결 성공. |
|
188 | notice_successful_connection: 연결 성공. | |
185 | notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다. |
|
189 | notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다. | |
186 | notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다. |
|
190 | notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다. | |
187 | notice_not_authorized: 이 페이지에 접근할 권한이 없습니다. |
|
191 | notice_not_authorized: 이 페이지에 접근할 권한이 없습니다. | |
188 | notice_email_sent: "{{value}}님에게 메일이 발송되었습니다." |
|
192 | notice_email_sent: "{{value}}님에게 메일이 발송되었습니다." | |
189 | notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. ({{value}})" |
|
193 | notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. ({{value}})" | |
190 | notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다. |
|
194 | notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다. | |
191 | notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 {{count}}(선택 {{total}}): {{ids}}." |
|
195 | notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 {{count}}(선택 {{total}}): {{ids}}." | |
192 | notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요" |
|
196 | notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요" | |
193 |
notice_account_pending: "계정이 만들어 |
|
197 | notice_account_pending: "계정이 만들어졌으며 관리자 승인 대기중입니다." | |
194 |
notice_default_data_loaded: 기본 |
|
198 | notice_default_data_loaded: 기본값을 성공적으로 읽어들였습니다. | |
195 |
notice_unable_delete_version: 삭제 |
|
199 | notice_unable_delete_version: 삭제할 수 없는 버전입니다. | |
196 |
|
200 | |||
197 |
error_can_t_load_default_data: "기본 |
|
201 | error_can_t_load_default_data: "기본값을 읽어들일 수 없습니다.: {{value}}" | |
198 |
error_scm_not_found: |
|
202 | error_scm_not_found: 항목이나 리비젼이 저장소에 존재하지 않습니다. | |
199 | error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: {{value}}" |
|
203 | error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: {{value}}" | |
200 |
error_scm_annotate: "항목이 없거나 |
|
204 | error_scm_annotate: "항목이 없거나 행별 이력을 볼 수 없습니다." | |
201 | error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.' |
|
205 | error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.' | |
202 |
|
206 | |||
203 | warning_attachments_not_saved: "{{count}}개 파일을 저장할 수 없습니다." |
|
207 | warning_attachments_not_saved: "{{count}}개 파일을 저장할 수 없습니다." | |
204 |
|
208 | |||
205 | mail_subject_lost_password: "{{value}} 비밀번호" |
|
209 | mail_subject_lost_password: "{{value}} 비밀번호" | |
206 |
mail_body_lost_password: '비밀번호를 변경하 |
|
210 | mail_body_lost_password: '비밀번호를 변경하려면 다음 링크를 클릭하세요.' | |
207 | mail_subject_register: "{{value}} 계정 활성화" |
|
211 | mail_subject_register: "{{value}} 계정 활성화" | |
208 |
mail_body_register: '계정을 활성화 |
|
212 | mail_body_register: '계정을 활성화하려면 링크를 클릭하세요.:' | |
209 | mail_body_account_information_external: "로그인할 때 {{value}} 계정을 사용하실 수 있습니다." |
|
213 | mail_body_account_information_external: "로그인할 때 {{value}} 계정을 사용하실 수 있습니다." | |
210 | mail_body_account_information: 계정 정보 |
|
214 | mail_body_account_information: 계정 정보 | |
211 | mail_subject_account_activation_request: "{{value}} 계정 활성화 요청" |
|
215 | mail_subject_account_activation_request: "{{value}} 계정 활성화 요청" | |
212 |
mail_body_account_activation_request: "새 |
|
216 | mail_body_account_activation_request: "새 사용자({{value}})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:" | |
213 |
mail_body_reminder: " |
|
217 | mail_body_reminder: "당신이 맡고 있는 일감 {{count}}개의 완료 기한이 {{days}}일 후 입니다." | |
214 |
mail_subject_reminder: "내일 |
|
218 | mail_subject_reminder: "내일이 만기인 일감 {{count}}개" | |
215 | mail_subject_wiki_content_added: "위키페이지 '{{page}}'가 추가되었습니다." |
|
219 | mail_subject_wiki_content_added: "위키페이지 '{{page}}'이(가) 추가되었습니다." | |
216 | mail_subject_wiki_content_updated: "'위키페이지 {{page}}'가 수정되었습니다." |
|
220 | mail_subject_wiki_content_updated: "'위키페이지 {{page}}'이(가) 수정되었습니다." | |
217 |
mail_body_wiki_content_added: "{{author}} |
|
221 | mail_body_wiki_content_added: "{{author}}이(가) 위키페이지 '{{page}}'을(를) 추가하였습니다." | |
218 |
mail_body_wiki_content_updated: "{{author}} |
|
222 | mail_body_wiki_content_updated: "{{author}}이(가) 위키페이지 '{{page}}'을(를) 수정하였습니다." | |
219 |
|
223 | |||
220 | gui_validation_error: 에러 |
|
224 | gui_validation_error: 에러 | |
221 | gui_validation_error_plural: "{{count}}개 에러" |
|
225 | gui_validation_error_plural: "{{count}}개 에러" | |
222 |
|
226 | |||
223 | field_name: 이름 |
|
227 | field_name: 이름 | |
224 | field_description: 설명 |
|
228 | field_description: 설명 | |
225 | field_summary: 요약 |
|
229 | field_summary: 요약 | |
226 | field_is_required: 필수 |
|
230 | field_is_required: 필수 | |
227 | field_firstname: 이름 |
|
231 | field_firstname: 이름 | |
228 | field_lastname: 성 |
|
232 | field_lastname: 성 | |
229 | field_mail: 메일 |
|
233 | field_mail: 메일 | |
230 | field_filename: 파일 |
|
234 | field_filename: 파일 | |
231 | field_filesize: 크기 |
|
235 | field_filesize: 크기 | |
232 | field_downloads: 다운로드 |
|
236 | field_downloads: 다운로드 | |
233 | field_author: 저자 |
|
237 | field_author: 저자 | |
234 |
field_created_on: |
|
238 | field_created_on: 등록 | |
235 |
field_updated_on: 변경 |
|
239 | field_updated_on: 변경 | |
236 |
field_field_format: |
|
240 | field_field_format: 형식 | |
237 | field_is_for_all: 모든 프로젝트 |
|
241 | field_is_for_all: 모든 프로젝트 | |
238 | field_possible_values: 가능한 값들 |
|
242 | field_possible_values: 가능한 값들 | |
239 | field_regexp: 정규식 |
|
243 | field_regexp: 정규식 | |
240 | field_min_length: 최소 길이 |
|
244 | field_min_length: 최소 길이 | |
241 | field_max_length: 최대 길이 |
|
245 | field_max_length: 최대 길이 | |
242 | field_value: 값 |
|
246 | field_value: 값 | |
243 |
field_category: |
|
247 | field_category: 범주 | |
244 | field_title: 제목 |
|
248 | field_title: 제목 | |
245 | field_project: 프로젝트 |
|
249 | field_project: 프로젝트 | |
246 | field_issue: 일감 |
|
250 | field_issue: 일감 | |
247 | field_status: 상태 |
|
251 | field_status: 상태 | |
248 | field_notes: 덧글 |
|
252 | field_notes: 덧글 | |
249 |
field_is_closed: 완료 |
|
253 | field_is_closed: 완료 상태 | |
250 | field_is_default: 기본값 |
|
254 | field_is_default: 기본값 | |
251 |
field_tracker: |
|
255 | field_tracker: 유형 | |
252 | field_subject: 제목 |
|
256 | field_subject: 제목 | |
253 | field_due_date: 완료 기한 |
|
257 | field_due_date: 완료 기한 | |
254 | field_assigned_to: 담당자 |
|
258 | field_assigned_to: 담당자 | |
255 | field_priority: 우선순위 |
|
259 | field_priority: 우선순위 | |
256 | field_fixed_version: 목표버전 |
|
260 | field_fixed_version: 목표버전 | |
257 | field_user: 사용자 |
|
261 | field_user: 사용자 | |
258 | field_role: 역할 |
|
262 | field_role: 역할 | |
259 | field_homepage: 홈페이지 |
|
263 | field_homepage: 홈페이지 | |
260 | field_is_public: 공개 |
|
264 | field_is_public: 공개 | |
261 | field_parent: 상위 프로젝트 |
|
265 | field_parent: 상위 프로젝트 | |
262 |
field_is_in_chlog: |
|
266 | field_is_in_chlog: 일감 변경이력에 표시 | |
263 |
field_is_in_roadmap: 로드맵에 |
|
267 | field_is_in_roadmap: 로드맵에 표시 | |
264 | field_login: 로그인 |
|
268 | field_login: 로그인 | |
265 | field_mail_notification: 메일 알림 |
|
269 | field_mail_notification: 메일 알림 | |
266 | field_admin: 관리자 |
|
270 | field_admin: 관리자 | |
267 | field_last_login_on: 마지막 로그인 |
|
271 | field_last_login_on: 마지막 로그인 | |
268 | field_language: 언어 |
|
272 | field_language: 언어 | |
269 | field_effective_date: 일자 |
|
273 | field_effective_date: 일자 | |
270 | field_password: 비밀번호 |
|
274 | field_password: 비밀번호 | |
271 | field_new_password: 새 비밀번호 |
|
275 | field_new_password: 새 비밀번호 | |
272 | field_password_confirmation: 비밀번호 확인 |
|
276 | field_password_confirmation: 비밀번호 확인 | |
273 | field_version: 버전 |
|
277 | field_version: 버전 | |
274 |
field_type: |
|
278 | field_type: 방식 | |
275 | field_host: 호스트 |
|
279 | field_host: 호스트 | |
276 | field_port: 포트 |
|
280 | field_port: 포트 | |
277 | field_account: 계정 |
|
281 | field_account: 계정 | |
278 | field_base_dn: 기본 DN |
|
282 | field_base_dn: 기본 DN | |
279 | field_attr_login: 로그인 속성 |
|
283 | field_attr_login: 로그인 속성 | |
280 | field_attr_firstname: 이름 속성 |
|
284 | field_attr_firstname: 이름 속성 | |
281 | field_attr_lastname: 성 속성 |
|
285 | field_attr_lastname: 성 속성 | |
282 | field_attr_mail: 메일 속성 |
|
286 | field_attr_mail: 메일 속성 | |
283 |
field_onthefly: |
|
287 | field_onthefly: 동적 사용자 생성 | |
284 | field_start_date: 시작시간 |
|
288 | field_start_date: 시작시간 | |
285 |
field_done_ratio: |
|
289 | field_done_ratio: 진척도 | |
286 |
field_auth_source: 인증 |
|
290 | field_auth_source: 인증 공급자 | |
287 |
field_hide_mail: |
|
291 | field_hide_mail: 메일 주소 숨기기 | |
288 |
field_comments: |
|
292 | field_comments: 설명 | |
289 | field_url: URL |
|
293 | field_url: URL | |
290 |
field_start_page: |
|
294 | field_start_page: 첫 페이지 | |
291 |
field_subproject: |
|
295 | field_subproject: 하위 프로젝트 | |
292 | field_hours: 시간 |
|
296 | field_hours: 시간 | |
293 | field_activity: 작업종류 |
|
297 | field_activity: 작업종류 | |
294 | field_spent_on: 작업시간 |
|
298 | field_spent_on: 작업시간 | |
295 | field_identifier: 식별자 |
|
299 | field_identifier: 식별자 | |
296 |
field_is_filter: |
|
300 | field_is_filter: 검색조건으로 사용됨 | |
297 | field_issue_to_id: 연관된 일감 |
|
301 | field_issue_to_id: 연관된 일감 | |
298 | field_delay: 지연 |
|
302 | field_delay: 지연 | |
299 |
field_assignable: 이 역할에 |
|
303 | field_assignable: 이 역할에게 일감을 맡길 수 있음 | |
300 | field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect) |
|
304 | field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect) | |
301 | field_estimated_hours: 추정시간 |
|
305 | field_estimated_hours: 추정시간 | |
302 | field_column_names: 컬럼 |
|
306 | field_column_names: 컬럼 | |
303 | field_default_value: 기본값 |
|
307 | field_default_value: 기본값 | |
304 |
field_time_zone: |
|
308 | field_time_zone: 시간대 | |
305 | field_searchable: 검색가능 |
|
309 | field_searchable: 검색가능 | |
306 |
field_comments_sorting: |
|
310 | field_comments_sorting: 댓글 정렬 | |
307 | field_parent_title: 상위 제목 |
|
311 | field_parent_title: 상위 제목 | |
308 | field_editable: 편집가능 |
|
312 | field_editable: 편집가능 | |
309 | field_watcher: 일감지킴이 |
|
313 | field_watcher: 일감지킴이 | |
310 | field_identity_url: OpenID URL |
|
314 | field_identity_url: OpenID URL | |
311 | field_content: 내용 |
|
315 | field_content: 내용 | |
312 | field_group_by: 결과를 묶어 보여줄 기준 |
|
316 | field_group_by: 결과를 묶어 보여줄 기준 | |
313 |
|
317 | |||
314 | setting_app_title: 레드마인 제목 |
|
318 | setting_app_title: 레드마인 제목 | |
315 | setting_app_subtitle: 레드마인 부제목 |
|
319 | setting_app_subtitle: 레드마인 부제목 | |
316 | setting_welcome_text: 환영 메시지 |
|
320 | setting_welcome_text: 환영 메시지 | |
317 | setting_default_language: 기본 언어 |
|
321 | setting_default_language: 기본 언어 | |
318 | setting_login_required: 인증이 필요함 |
|
322 | setting_login_required: 인증이 필요함 | |
319 | setting_self_registration: 사용자 직접등록 |
|
323 | setting_self_registration: 사용자 직접등록 | |
320 | setting_attachment_max_size: 최대 첨부파일 크기 |
|
324 | setting_attachment_max_size: 최대 첨부파일 크기 | |
321 |
setting_issues_export_limit: 일감 내보내기 제한 |
|
325 | setting_issues_export_limit: 일감 내보내기 제한 | |
322 | setting_mail_from: 발신 메일 주소 |
|
326 | setting_mail_from: 발신 메일 주소 | |
323 | setting_bcc_recipients: 참조자들을 bcc로 숨기기 |
|
327 | setting_bcc_recipients: 참조자들을 bcc로 숨기기 | |
324 |
setting_plain_text_mail: |
|
328 | setting_plain_text_mail: 텍스트만 (HTML 없이) | |
325 | setting_host_name: 호스트 이름 |
|
329 | setting_host_name: 호스트 이름과 경로 | |
326 |
setting_text_formatting: |
|
330 | setting_text_formatting: 편집 방식 | |
327 | setting_wiki_compression: 위키 이력 압축 |
|
331 | setting_wiki_compression: 위키 이력 압축 | |
328 |
setting_feeds_limit: |
|
332 | setting_feeds_limit: 피드에 포함할 항목의 수 | |
329 | setting_default_projects_public: 새 프로젝트를 공개로 설정 |
|
333 | setting_default_projects_public: 새 프로젝트를 공개로 설정 | |
330 |
setting_autofetch_changesets: |
|
334 | setting_autofetch_changesets: 제출(commit)된 변경묶음을 자동으로 가져오기 | |
331 |
setting_sys_api_enabled: 저장소 관리 |
|
335 | setting_sys_api_enabled: 저장소 관리에 WS를 사용 | |
332 | setting_commit_ref_keywords: 일감 참조에 사용할 키워드들 |
|
336 | setting_commit_ref_keywords: 일감 참조에 사용할 키워드들 | |
333 | setting_commit_fix_keywords: 일감 해결에 사용할 키워드들 |
|
337 | setting_commit_fix_keywords: 일감 해결에 사용할 키워드들 | |
334 | setting_autologin: 자동 로그인 |
|
338 | setting_autologin: 자동 로그인 | |
335 | setting_date_format: 날짜 형식 |
|
339 | setting_date_format: 날짜 형식 | |
336 | setting_time_format: 시간 형식 |
|
340 | setting_time_format: 시간 형식 | |
337 |
setting_cross_project_issue_relations: |
|
341 | setting_cross_project_issue_relations: 다른 프로젝트의 일감과 연결하는 것을 허용 | |
338 |
setting_issue_list_default_columns: 일감 목록에 |
|
342 | setting_issue_list_default_columns: 일감 목록에 표시할 항목 | |
339 | setting_repositories_encodings: 저장소 인코딩 |
|
343 | setting_repositories_encodings: 저장소 인코딩 | |
340 |
setting_commit_logs_encoding: |
|
344 | setting_commit_logs_encoding: 제출(commit) 기록 인코딩 | |
341 | setting_emails_footer: 메일 꼬리 |
|
345 | setting_emails_footer: 메일 꼬리 | |
342 | setting_protocol: 프로토콜 |
|
346 | setting_protocol: 프로토콜 | |
343 |
setting_per_page_options: |
|
347 | setting_per_page_options: 목록에서, 한 페이지에 표시할 행 | |
344 | setting_user_format: 사용자 표시 형식 |
|
348 | setting_user_format: 사용자 표시 형식 | |
345 |
setting_activity_days_default: 프로젝트 작업내역에 |
|
349 | setting_activity_days_default: 프로젝트 작업내역에 표시할 기간 | |
346 |
setting_display_subprojects_issues: 하위 프로젝트의 일감을 |
|
350 | setting_display_subprojects_issues: 하위 프로젝트의 일감을 함께 표시 | |
347 |
setting_enabled_scm: |
|
351 | setting_enabled_scm: 지원할 SCM | |
348 |
setting_mail_handler_api_enabled: 수신 메일에 |
|
352 | setting_mail_handler_api_enabled: 수신 메일에 WS를 허용 | |
349 | setting_mail_handler_api_key: API 키 |
|
353 | setting_mail_handler_api_key: API 키 | |
350 | setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성 |
|
354 | setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성 | |
351 |
setting_gravatar_enabled: 그라바타 사용자 아이콘 |
|
355 | setting_gravatar_enabled: 그라바타 사용자 아이콘 사용 | |
352 | setting_diff_max_lines_displayed: 차이점보기에 표시할 최대 줄수 |
|
356 | setting_diff_max_lines_displayed: 차이점(diff) 보기에 표시할 최대 줄수 | |
353 |
setting_repository_log_display_limit: |
|
357 | setting_repository_log_display_limit: 저장소 보기에 표시할 개정판 이력의 최대 갯수 | |
354 |
setting_file_max_size_displayed: |
|
358 | setting_file_max_size_displayed: 바로 보여줄 텍스트파일의 최대 크기 | |
355 | setting_openid: OpenID 로그인과 등록 허용 |
|
359 | setting_openid: OpenID 로그인과 등록 허용 | |
356 | setting_password_min_length: 최소 암호 길이 |
|
360 | setting_password_min_length: 최소 암호 길이 | |
357 |
setting_new_project_user_role_id: 프로젝트를 만든 |
|
361 | setting_new_project_user_role_id: 프로젝트를 만든 사용자에게 주어질 역할 | |
358 |
|
362 | |||
359 | permission_add_project: 프로젝트 생성 |
|
363 | permission_add_project: 프로젝트 생성 | |
360 | permission_edit_project: 프로젝트 편집 |
|
364 | permission_edit_project: 프로젝트 편집 | |
361 | permission_select_project_modules: 프로젝트 모듈 선택 |
|
365 | permission_select_project_modules: 프로젝트 모듈 선택 | |
362 |
permission_manage_members: |
|
366 | permission_manage_members: 구성원 관리 | |
363 | permission_manage_versions: 버전 관리 |
|
367 | permission_manage_versions: 버전 관리 | |
364 |
permission_manage_categories: 일감 |
|
368 | permission_manage_categories: 일감 범주 관리 | |
365 | permission_add_issues: 일감 추가 |
|
369 | permission_add_issues: 일감 추가 | |
366 | permission_edit_issues: 일감 편집 |
|
370 | permission_edit_issues: 일감 편집 | |
367 | permission_manage_issue_relations: 일감 관계 관리 |
|
371 | permission_manage_issue_relations: 일감 관계 관리 | |
368 | permission_add_issue_notes: 덧글 추가 |
|
372 | permission_add_issue_notes: 덧글 추가 | |
369 | permission_edit_issue_notes: 덧글 편집 |
|
373 | permission_edit_issue_notes: 덧글 편집 | |
370 | permission_edit_own_issue_notes: 내 덧글 편집 |
|
374 | permission_edit_own_issue_notes: 내 덧글 편집 | |
371 | permission_move_issues: 일감 이동 |
|
375 | permission_move_issues: 일감 이동 | |
372 | permission_delete_issues: 일감 삭제 |
|
376 | permission_delete_issues: 일감 삭제 | |
373 | permission_manage_public_queries: 공용 검색양식 관리 |
|
377 | permission_manage_public_queries: 공용 검색양식 관리 | |
374 |
permission_save_queries: |
|
378 | permission_save_queries: 검색양식 저장 | |
375 | permission_view_gantt: Gantt차트 보기 |
|
379 | permission_view_gantt: Gantt차트 보기 | |
376 | permission_view_calendar: 달력 보기 |
|
380 | permission_view_calendar: 달력 보기 | |
377 | permission_view_issue_watchers: 일감지킴이 보기 |
|
381 | permission_view_issue_watchers: 일감지킴이 보기 | |
378 | permission_add_issue_watchers: 일감지킴이 추가 |
|
382 | permission_add_issue_watchers: 일감지킴이 추가 | |
379 |
permission_log_time: 시간 |
|
383 | permission_log_time: 작업시간 기록 | |
380 |
permission_view_time_entries: 시간 |
|
384 | permission_view_time_entries: 시간입력 보기 | |
381 |
permission_edit_time_entries: 시간 |
|
385 | permission_edit_time_entries: 시간입력 편집 | |
382 |
permission_edit_own_time_entries: 내 시간 |
|
386 | permission_edit_own_time_entries: 내 시간입력 편집 | |
383 | permission_manage_news: 뉴스 관리 |
|
387 | permission_manage_news: 뉴스 관리 | |
384 | permission_comment_news: 뉴스에 댓글달기 |
|
388 | permission_comment_news: 뉴스에 댓글달기 | |
385 | permission_manage_documents: 문서 관리 |
|
389 | permission_manage_documents: 문서 관리 | |
386 | permission_view_documents: 문서 보기 |
|
390 | permission_view_documents: 문서 보기 | |
387 | permission_manage_files: 파일관리 |
|
391 | permission_manage_files: 파일관리 | |
388 | permission_view_files: 파일보기 |
|
392 | permission_view_files: 파일보기 | |
389 | permission_manage_wiki: 위키 관리 |
|
393 | permission_manage_wiki: 위키 관리 | |
390 | permission_rename_wiki_pages: 위키 페이지 이름변경 |
|
394 | permission_rename_wiki_pages: 위키 페이지 이름변경 | |
391 | permission_delete_wiki_pages: 위치 페이지 삭제 |
|
395 | permission_delete_wiki_pages: 위치 페이지 삭제 | |
392 | permission_view_wiki_pages: 위키 보기 |
|
396 | permission_view_wiki_pages: 위키 보기 | |
393 | permission_view_wiki_edits: 위키 기록 보기 |
|
397 | permission_view_wiki_edits: 위키 기록 보기 | |
394 | permission_edit_wiki_pages: 위키 페이지 편집 |
|
398 | permission_edit_wiki_pages: 위키 페이지 편집 | |
395 | permission_delete_wiki_pages_attachments: 첨부파일 삭제 |
|
399 | permission_delete_wiki_pages_attachments: 첨부파일 삭제 | |
396 | permission_protect_wiki_pages: 프로젝트 위키 페이지 |
|
400 | permission_protect_wiki_pages: 프로젝트 위키 페이지 | |
397 | permission_manage_repository: 저장소 관리 |
|
401 | permission_manage_repository: 저장소 관리 | |
398 | permission_browse_repository: 저장소 둘러보기 |
|
402 | permission_browse_repository: 저장소 둘러보기 | |
399 | permission_view_changesets: 변경묶음보기 |
|
403 | permission_view_changesets: 변경묶음보기 | |
400 | permission_commit_access: 변경로그 보기 |
|
404 | permission_commit_access: 변경로그 보기 | |
401 | permission_manage_boards: 게시판 관리 |
|
405 | permission_manage_boards: 게시판 관리 | |
402 | permission_view_messages: 메시지 보기 |
|
406 | permission_view_messages: 메시지 보기 | |
403 | permission_add_messages: 메시지 추가 |
|
407 | permission_add_messages: 메시지 추가 | |
404 | permission_edit_messages: 메시지 편집 |
|
408 | permission_edit_messages: 메시지 편집 | |
405 | permission_edit_own_messages: 자기 메시지 편집 |
|
409 | permission_edit_own_messages: 자기 메시지 편집 | |
406 | permission_delete_messages: 메시지 삭제 |
|
410 | permission_delete_messages: 메시지 삭제 | |
407 | permission_delete_own_messages: 자기 메시지 삭제 |
|
411 | permission_delete_own_messages: 자기 메시지 삭제 | |
408 |
|
412 | |||
409 | project_module_issue_tracking: 일감관리 |
|
413 | project_module_issue_tracking: 일감관리 | |
410 | project_module_time_tracking: 시간추적 |
|
414 | project_module_time_tracking: 시간추적 | |
411 | project_module_news: 뉴스 |
|
415 | project_module_news: 뉴스 | |
412 | project_module_documents: 문서 |
|
416 | project_module_documents: 문서 | |
413 | project_module_files: 파일 |
|
417 | project_module_files: 파일 | |
414 | project_module_wiki: 위키 |
|
418 | project_module_wiki: 위키 | |
415 | project_module_repository: 저장소 |
|
419 | project_module_repository: 저장소 | |
416 | project_module_boards: 게시판 |
|
420 | project_module_boards: 게시판 | |
417 |
|
421 | |||
418 | label_user: 사용자 |
|
422 | label_user: 사용자 | |
419 | label_user_plural: 사용자 |
|
423 | label_user_plural: 사용자 | |
420 | label_user_new: 새 사용자 |
|
424 | label_user_new: 새 사용자 | |
421 | label_project: 프로젝트 |
|
425 | label_project: 프로젝트 | |
422 | label_project_new: 새 프로젝트 |
|
426 | label_project_new: 새 프로젝트 | |
423 | label_project_plural: 프로젝트 |
|
427 | label_project_plural: 프로젝트 | |
424 | label_x_projects: |
|
428 | label_x_projects: | |
425 | zero: 없음 |
|
429 | zero: 없음 | |
426 | one: "한 프로젝트" |
|
430 | one: "한 프로젝트" | |
427 | other: "{{count}}개 프로젝트" |
|
431 | other: "{{count}}개 프로젝트" | |
428 | label_project_all: 모든 프로젝트 |
|
432 | label_project_all: 모든 프로젝트 | |
429 | label_project_latest: 최근 프로젝트 |
|
433 | label_project_latest: 최근 프로젝트 | |
430 | label_issue: 일감 |
|
434 | label_issue: 일감 | |
431 | label_issue_new: 새 일감만들기 |
|
435 | label_issue_new: 새 일감만들기 | |
432 | label_issue_plural: 일감 |
|
436 | label_issue_plural: 일감 | |
433 | label_issue_view_all: 모든 일감 보기 |
|
437 | label_issue_view_all: 모든 일감 보기 | |
434 |
label_issues_by: " |
|
438 | label_issues_by: "{{value}}별 일감" | |
435 | label_issue_added: 일감 추가 |
|
439 | label_issue_added: 일감 추가 | |
436 | label_issue_updated: 일감 수정 |
|
440 | label_issue_updated: 일감 수정 | |
437 | label_document: 문서 |
|
441 | label_document: 문서 | |
438 | label_document_new: 새 문서 |
|
442 | label_document_new: 새 문서 | |
439 | label_document_plural: 문서 |
|
443 | label_document_plural: 문서 | |
440 | label_document_added: 문서 추가 |
|
444 | label_document_added: 문서 추가 | |
441 | label_role: 역할 |
|
445 | label_role: 역할 | |
442 | label_role_plural: 역할 |
|
446 | label_role_plural: 역할 | |
443 | label_role_new: 새 역할 |
|
447 | label_role_new: 새 역할 | |
444 | label_role_and_permissions: 역할 및 권한 |
|
448 | label_role_and_permissions: 역할 및 권한 | |
445 | label_member: 담당자 |
|
449 | label_member: 담당자 | |
446 | label_member_new: 새 담당자 |
|
450 | label_member_new: 새 담당자 | |
447 | label_member_plural: 담당자 |
|
451 | label_member_plural: 담당자 | |
448 | label_tracker: 일감 유형 |
|
452 | label_tracker: 일감 유형 | |
449 | label_tracker_plural: 일감 유형 |
|
453 | label_tracker_plural: 일감 유형 | |
450 | label_tracker_new: 새 일감 유형 |
|
454 | label_tracker_new: 새 일감 유형 | |
451 |
label_workflow: |
|
455 | label_workflow: 업무흐름 | |
452 | label_issue_status: 일감 상태 |
|
456 | label_issue_status: 일감 상태 | |
453 | label_issue_status_plural: 일감 상태 |
|
457 | label_issue_status_plural: 일감 상태 | |
454 | label_issue_status_new: 새 일감 상태 |
|
458 | label_issue_status_new: 새 일감 상태 | |
455 |
label_issue_category: 일감 |
|
459 | label_issue_category: 일감 범주 | |
456 |
label_issue_category_plural: 일감 |
|
460 | label_issue_category_plural: 일감 범주 | |
457 |
label_issue_category_new: 새 일감 |
|
461 | label_issue_category_new: 새 일감 범주 | |
458 |
label_custom_field: 사용자 정의 |
|
462 | label_custom_field: 사용자 정의 항목 | |
459 |
label_custom_field_plural: 사용자 정의 |
|
463 | label_custom_field_plural: 사용자 정의 항목 | |
460 |
label_custom_field_new: 새 사용자 정의 |
|
464 | label_custom_field_new: 새 사용자 정의 항목 | |
461 | label_enumerations: 코드값 |
|
465 | label_enumerations: 코드값 | |
462 | label_enumeration_new: 새 코드값 |
|
466 | label_enumeration_new: 새 코드값 | |
463 | label_information: 정보 |
|
467 | label_information: 정보 | |
464 | label_information_plural: 정보 |
|
468 | label_information_plural: 정보 | |
465 | label_please_login: 로그인하세요. |
|
469 | label_please_login: 로그인하세요. | |
466 | label_register: 등록 |
|
470 | label_register: 등록 | |
467 | label_login_with_open_id_option: 또는 OpenID로 로그인 |
|
471 | label_login_with_open_id_option: 또는 OpenID로 로그인 | |
468 | label_password_lost: 비밀번호 찾기 |
|
472 | label_password_lost: 비밀번호 찾기 | |
469 | label_home: 초기화면 |
|
473 | label_home: 초기화면 | |
470 | label_my_page: 내페이지 |
|
474 | label_my_page: 내페이지 | |
471 | label_my_account: 내계정 |
|
475 | label_my_account: 내계정 | |
472 | label_my_projects: 나의 프로젝트 |
|
476 | label_my_projects: 나의 프로젝트 | |
473 | label_administration: 관리 |
|
477 | label_administration: 관리 | |
474 | label_login: 로그인 |
|
478 | label_login: 로그인 | |
475 | label_logout: 로그아웃 |
|
479 | label_logout: 로그아웃 | |
476 | label_help: 도움말 |
|
480 | label_help: 도움말 | |
477 | label_reported_issues: 보고한 일감 |
|
481 | label_reported_issues: 보고한 일감 | |
478 |
label_assigned_to_me_issues: |
|
482 | label_assigned_to_me_issues: 내가 맡은 일감 | |
479 | label_last_login: 마지막 접속 |
|
483 | label_last_login: 마지막 접속 | |
480 | label_registered_on: 등록시각 |
|
484 | label_registered_on: 등록시각 | |
481 | label_activity: 작업내역 |
|
485 | label_activity: 작업내역 | |
482 | label_overall_activity: 전체 작업내역 |
|
486 | label_overall_activity: 전체 작업내역 | |
483 | label_user_activity: "{{value}}의 작업내역" |
|
487 | label_user_activity: "{{value}}의 작업내역" | |
484 | label_new: 새로 만들기 |
|
488 | label_new: 새로 만들기 | |
485 | label_logged_as: '로그인계정:' |
|
489 | label_logged_as: '로그인계정:' | |
486 | label_environment: 환경 |
|
490 | label_environment: 환경 | |
487 | label_authentication: 인증 |
|
491 | label_authentication: 인증 | |
488 |
label_auth_source: 인증 |
|
492 | label_auth_source: 인증 공급자 | |
489 |
label_auth_source_new: |
|
493 | label_auth_source_new: 새 인증 공급자 | |
490 |
label_auth_source_plural: 인증 |
|
494 | label_auth_source_plural: 인증 공급자 | |
491 |
label_subproject_plural: |
|
495 | label_subproject_plural: 하위 프로젝트 | |
492 |
label_and_its_subprojects: "{{value}}와 |
|
496 | label_and_its_subprojects: "{{value}}와 하위 프로젝트들" | |
493 | label_min_max_length: 최소 - 최대 길이 |
|
497 | label_min_max_length: 최소 - 최대 길이 | |
494 | label_list: 목록 |
|
498 | label_list: 목록 | |
495 | label_date: 날짜 |
|
499 | label_date: 날짜 | |
496 | label_integer: 정수 |
|
500 | label_integer: 정수 | |
497 | label_float: 부동소수 |
|
501 | label_float: 부동소수 | |
498 | label_boolean: 부울린 |
|
502 | label_boolean: 부울린 | |
499 | label_string: 문자열 |
|
503 | label_string: 문자열 | |
500 | label_text: 텍스트 |
|
504 | label_text: 텍스트 | |
501 | label_attribute: 속성 |
|
505 | label_attribute: 속성 | |
502 | label_attribute_plural: 속성 |
|
506 | label_attribute_plural: 속성 | |
503 | label_download: "{{count}} 다운로드" |
|
507 | label_download: "{{count}} 다운로드" | |
504 | label_download_plural: "{{count}} 다운로드" |
|
508 | label_download_plural: "{{count}} 다운로드" | |
505 | label_no_data: 표시할 데이터가 없습니다. |
|
509 | label_no_data: 표시할 데이터가 없습니다. | |
506 | label_change_status: 상태 변경 |
|
510 | label_change_status: 상태 변경 | |
507 | label_history: 이력 |
|
511 | label_history: 이력 | |
508 | label_attachment: 파일 |
|
512 | label_attachment: 파일 | |
509 | label_attachment_new: 파일추가 |
|
513 | label_attachment_new: 파일추가 | |
510 | label_attachment_delete: 파일삭제 |
|
514 | label_attachment_delete: 파일삭제 | |
511 | label_attachment_plural: 파일 |
|
515 | label_attachment_plural: 파일 | |
512 | label_file_added: 파일 추가 |
|
516 | label_file_added: 파일 추가 | |
513 | label_report: 보고서 |
|
517 | label_report: 보고서 | |
514 | label_report_plural: 보고서 |
|
518 | label_report_plural: 보고서 | |
515 | label_news: 뉴스 |
|
519 | label_news: 뉴스 | |
516 | label_news_new: 새 뉴스 |
|
520 | label_news_new: 새 뉴스 | |
517 | label_news_plural: 뉴스 |
|
521 | label_news_plural: 뉴스 | |
518 | label_news_latest: 최근 뉴스 |
|
522 | label_news_latest: 최근 뉴스 | |
519 | label_news_view_all: 모든 뉴스 |
|
523 | label_news_view_all: 모든 뉴스 | |
520 | label_news_added: 뉴스 추가 |
|
524 | label_news_added: 뉴스 추가 | |
521 |
label_change_log: 변경 |
|
525 | label_change_log: 변경 이력 | |
522 | label_settings: 설정 |
|
526 | label_settings: 설정 | |
523 | label_overview: 개요 |
|
527 | label_overview: 개요 | |
524 | label_version: 버전 |
|
528 | label_version: 버전 | |
525 | label_version_new: 새 버전 |
|
529 | label_version_new: 새 버전 | |
526 | label_version_plural: 버전 |
|
530 | label_version_plural: 버전 | |
527 | label_confirmation: 확인 |
|
531 | label_confirmation: 확인 | |
528 | label_export_to: 내보내기 |
|
532 | label_export_to: 내보내기 | |
529 | label_read: 읽기... |
|
533 | label_read: 읽기... | |
530 | label_public_projects: 공개 프로젝트 |
|
534 | label_public_projects: 공개 프로젝트 | |
531 | label_open_issues: 진행중 |
|
535 | label_open_issues: 진행중 | |
532 | label_open_issues_plural: 진행중 |
|
536 | label_open_issues_plural: 진행중 | |
533 | label_closed_issues: 완료됨 |
|
537 | label_closed_issues: 완료됨 | |
534 | label_closed_issues_plural: 완료됨 |
|
538 | label_closed_issues_plural: 완료됨 | |
535 | label_x_open_issues_abbr_on_total: |
|
539 | label_x_open_issues_abbr_on_total: | |
536 | zero: "총 {{total}} 건 모두 완료" |
|
540 | zero: "총 {{total}} 건 모두 완료" | |
537 | one: "총 {{total}} 건 중 한 건 진행 중" |
|
541 | one: "총 {{total}} 건 중 한 건 진행 중" | |
538 | other: "총 {{total}} 건 중 {{count}} 건 진행 중" |
|
542 | other: "총 {{total}} 건 중 {{count}} 건 진행 중" | |
539 | label_x_open_issues_abbr: |
|
543 | label_x_open_issues_abbr: | |
540 | zero: 모두 완료 |
|
544 | zero: 모두 완료 | |
541 | one: 한 건 진행 중 |
|
545 | one: 한 건 진행 중 | |
542 | other: "{{count}} 건 진행 중" |
|
546 | other: "{{count}} 건 진행 중" | |
543 | label_x_closed_issues_abbr: |
|
547 | label_x_closed_issues_abbr: | |
544 | zero: 모두 미완료 |
|
548 | zero: 모두 미완료 | |
545 | one: 한 건 완료 |
|
549 | one: 한 건 완료 | |
546 | other: "{{count}} 건 완료" |
|
550 | other: "{{count}} 건 완료" | |
547 | label_total: 합계 |
|
551 | label_total: 합계 | |
548 | label_permissions: 권한 |
|
552 | label_permissions: 권한 | |
549 | label_current_status: 일감 상태 |
|
553 | label_current_status: 일감 상태 | |
550 | label_new_statuses_allowed: 허용되는 일감 상태 |
|
554 | label_new_statuses_allowed: 허용되는 일감 상태 | |
551 | label_all: 모두 |
|
555 | label_all: 모두 | |
552 | label_none: 없음 |
|
556 | label_none: 없음 | |
553 | label_nobody: 미지정 |
|
557 | label_nobody: 미지정 | |
554 | label_next: 다음 |
|
558 | label_next: 다음 | |
555 | label_previous: 이전 |
|
559 | label_previous: 이전 | |
556 | label_used_by: 사용됨 |
|
560 | label_used_by: 사용됨 | |
557 | label_details: 자세히 |
|
561 | label_details: 자세히 | |
558 | label_add_note: 일감덧글 추가 |
|
562 | label_add_note: 일감덧글 추가 | |
559 | label_per_page: 페이지별 |
|
563 | label_per_page: 페이지별 | |
560 | label_calendar: 달력 |
|
564 | label_calendar: 달력 | |
561 | label_months_from: 개월 동안 | 다음부터 |
|
565 | label_months_from: 개월 동안 | 다음부터 | |
562 | label_gantt: Gantt 챠트 |
|
566 | label_gantt: Gantt 챠트 | |
563 | label_internal: 내부 |
|
567 | label_internal: 내부 | |
564 | label_last_changes: "최근 {{count}}개의 변경사항" |
|
568 | label_last_changes: "최근 {{count}}개의 변경사항" | |
565 | label_change_view_all: 모든 변경 내역 보기 |
|
569 | label_change_view_all: 모든 변경 내역 보기 | |
566 | label_personalize_page: 입맛대로 구성하기 |
|
570 | label_personalize_page: 입맛대로 구성하기 | |
567 | label_comment: 댓글 |
|
571 | label_comment: 댓글 | |
568 | label_comment_plural: 댓글 |
|
572 | label_comment_plural: 댓글 | |
569 | label_x_comments: |
|
573 | label_x_comments: | |
570 | zero: 댓글 없음 |
|
574 | zero: 댓글 없음 | |
571 | one: 한 개의 댓글 |
|
575 | one: 한 개의 댓글 | |
572 | other: "{{count}} 개의 댓글" |
|
576 | other: "{{count}} 개의 댓글" | |
573 | label_comment_add: 댓글 추가 |
|
577 | label_comment_add: 댓글 추가 | |
574 | label_comment_added: 댓글이 추가되었습니다. |
|
578 | label_comment_added: 댓글이 추가되었습니다. | |
575 | label_comment_delete: 댓글 삭제 |
|
579 | label_comment_delete: 댓글 삭제 | |
576 | label_query: 검색양식 |
|
580 | label_query: 검색양식 | |
577 | label_query_plural: 검색양식 |
|
581 | label_query_plural: 검색양식 | |
578 | label_query_new: 새 검색양식 |
|
582 | label_query_new: 새 검색양식 | |
579 | label_filter_add: 검색조건 추가 |
|
583 | label_filter_add: 검색조건 추가 | |
580 | label_filter_plural: 검색조건 |
|
584 | label_filter_plural: 검색조건 | |
581 | label_equals: 이다 |
|
585 | label_equals: 이다 | |
582 | label_not_equals: 아니다 |
|
586 | label_not_equals: 아니다 | |
583 | label_in_less_than: 이내 |
|
587 | label_in_less_than: 이내 | |
584 | label_in_more_than: 이후 |
|
588 | label_in_more_than: 이후 | |
585 | label_greater_or_equal: ">=" |
|
589 | label_greater_or_equal: ">=" | |
586 | label_less_or_equal: "<=" |
|
590 | label_less_or_equal: "<=" | |
587 | label_in: 이내 |
|
591 | label_in: 이내 | |
588 | label_today: 오늘 |
|
592 | label_today: 오늘 | |
589 | label_all_time: 모든 시간 |
|
593 | label_all_time: 모든 시간 | |
590 | label_yesterday: 어제 |
|
594 | label_yesterday: 어제 | |
591 | label_this_week: 이번주 |
|
595 | label_this_week: 이번주 | |
592 | label_last_week: 지난 주 |
|
596 | label_last_week: 지난 주 | |
593 | label_last_n_days: "지난 {{count}} 일" |
|
597 | label_last_n_days: "지난 {{count}} 일" | |
594 | label_this_month: 이번 달 |
|
598 | label_this_month: 이번 달 | |
595 | label_last_month: 지난 달 |
|
599 | label_last_month: 지난 달 | |
596 | label_this_year: 올해 |
|
600 | label_this_year: 올해 | |
597 | label_date_range: 날짜 범위 |
|
601 | label_date_range: 날짜 범위 | |
598 | label_less_than_ago: 이전 |
|
602 | label_less_than_ago: 이전 | |
599 | label_more_than_ago: 이후 |
|
603 | label_more_than_ago: 이후 | |
600 | label_ago: 일 전 |
|
604 | label_ago: 일 전 | |
601 | label_contains: 포함되는 키워드 |
|
605 | label_contains: 포함되는 키워드 | |
602 | label_not_contains: 포함하지 않는 키워드 |
|
606 | label_not_contains: 포함하지 않는 키워드 | |
603 | label_day_plural: 일 |
|
607 | label_day_plural: 일 | |
604 | label_repository: 저장소 |
|
608 | label_repository: 저장소 | |
605 | label_repository_plural: 저장소 |
|
609 | label_repository_plural: 저장소 | |
606 | label_browse: 저장소 살피기 |
|
610 | label_browse: 저장소 살피기 | |
607 | label_modification: "{{count}} 변경" |
|
611 | label_modification: "{{count}} 변경" | |
608 | label_modification_plural: "{{count}} 변경" |
|
612 | label_modification_plural: "{{count}} 변경" | |
609 | label_revision: 개정판 |
|
613 | label_revision: 개정판 | |
610 | label_revision_plural: 개정판 |
|
614 | label_revision_plural: 개정판 | |
611 | label_associated_revisions: 관련된 개정판들 |
|
615 | label_associated_revisions: 관련된 개정판들 | |
612 | label_added: 추가됨 |
|
616 | label_added: 추가됨 | |
613 | label_modified: 변경됨 |
|
617 | label_modified: 변경됨 | |
614 | label_copied: 복사됨 |
|
618 | label_copied: 복사됨 | |
615 | label_renamed: 이름바뀜 |
|
619 | label_renamed: 이름바뀜 | |
616 | label_deleted: 삭제됨 |
|
620 | label_deleted: 삭제됨 | |
617 | label_latest_revision: 최근 개정판 |
|
621 | label_latest_revision: 최근 개정판 | |
618 | label_latest_revision_plural: 최근 개정판 |
|
622 | label_latest_revision_plural: 최근 개정판 | |
619 | label_view_revisions: 개정판 보기 |
|
623 | label_view_revisions: 개정판 보기 | |
620 | label_max_size: 최대 크기 |
|
624 | label_max_size: 최대 크기 | |
621 |
label_sort_highest: |
|
625 | label_sort_highest: 맨 위로 | |
622 | label_sort_higher: 위로 |
|
626 | label_sort_higher: 위로 | |
623 | label_sort_lower: 아래로 |
|
627 | label_sort_lower: 아래로 | |
624 |
label_sort_lowest: |
|
628 | label_sort_lowest: 맨 아래로 | |
625 | label_roadmap: 로드맵 |
|
629 | label_roadmap: 로드맵 | |
626 | label_roadmap_due_in: "기한 {{value}}" |
|
630 | label_roadmap_due_in: "기한 {{value}}" | |
627 | label_roadmap_overdue: "{{value}} 지연" |
|
631 | label_roadmap_overdue: "{{value}} 지연" | |
628 | label_roadmap_no_issues: 이 버전에 해당하는 일감 없음 |
|
632 | label_roadmap_no_issues: 이 버전에 해당하는 일감 없음 | |
629 | label_search: 검색 |
|
633 | label_search: 검색 | |
630 | label_result_plural: 결과 |
|
634 | label_result_plural: 결과 | |
631 | label_all_words: 모든 단어 |
|
635 | label_all_words: 모든 단어 | |
632 | label_wiki: 위키 |
|
636 | label_wiki: 위키 | |
633 | label_wiki_edit: 위키 편집 |
|
637 | label_wiki_edit: 위키 편집 | |
634 | label_wiki_edit_plural: 위키 편집 |
|
638 | label_wiki_edit_plural: 위키 편집 | |
635 | label_wiki_page: 위키 페이지 |
|
639 | label_wiki_page: 위키 페이지 | |
636 | label_wiki_page_plural: 위키 페이지 |
|
640 | label_wiki_page_plural: 위키 페이지 | |
637 | label_index_by_title: 제목별 색인 |
|
641 | label_index_by_title: 제목별 색인 | |
638 | label_index_by_date: 날짜별 색인 |
|
642 | label_index_by_date: 날짜별 색인 | |
639 | label_current_version: 현재 버전 |
|
643 | label_current_version: 현재 버전 | |
640 | label_preview: 미리보기 |
|
644 | label_preview: 미리보기 | |
641 | label_feed_plural: 피드(Feeds) |
|
645 | label_feed_plural: 피드(Feeds) | |
642 | label_changes_details: 모든 상세 변경 내역 |
|
646 | label_changes_details: 모든 상세 변경 내역 | |
643 | label_issue_tracking: 일감 추적 |
|
647 | label_issue_tracking: 일감 추적 | |
644 | label_spent_time: 소요 시간 |
|
648 | label_spent_time: 소요 시간 | |
645 | label_f_hour: "{{value}} 시간" |
|
649 | label_f_hour: "{{value}} 시간" | |
646 | label_f_hour_plural: "{{value}} 시간" |
|
650 | label_f_hour_plural: "{{value}} 시간" | |
647 | label_time_tracking: 시간추적 |
|
651 | label_time_tracking: 시간추적 | |
648 | label_change_plural: 변경사항들 |
|
652 | label_change_plural: 변경사항들 | |
649 | label_statistics: 통계 |
|
653 | label_statistics: 통계 | |
650 |
label_commits_per_month: 월별 |
|
654 | label_commits_per_month: 월별 제출 내역 | |
651 |
label_commits_per_author: |
|
655 | label_commits_per_author: 저자별 제출 내역 | |
652 | label_view_diff: 차이점 보기 |
|
656 | label_view_diff: 차이점 보기 | |
653 | label_diff_inline: 한줄로 |
|
657 | label_diff_inline: 한줄로 | |
654 | label_diff_side_by_side: 두줄로 |
|
658 | label_diff_side_by_side: 두줄로 | |
655 | label_options: 옵션 |
|
659 | label_options: 옵션 | |
656 |
label_copy_workflow_from: |
|
660 | label_copy_workflow_from: 업무흐름 복사하기 | |
657 | label_permissions_report: 권한 보고서 |
|
661 | label_permissions_report: 권한 보고서 | |
658 | label_watched_issues: 지켜보고 있는 일감 |
|
662 | label_watched_issues: 지켜보고 있는 일감 | |
659 | label_related_issues: 연결된 일감 |
|
663 | label_related_issues: 연결된 일감 | |
660 | label_applied_status: 적용된 상태 |
|
664 | label_applied_status: 적용된 상태 | |
661 | label_loading: 읽는 중... |
|
665 | label_loading: 읽는 중... | |
662 | label_relation_new: 새 관계 |
|
666 | label_relation_new: 새 관계 | |
663 | label_relation_delete: 관계 지우기 |
|
667 | label_relation_delete: 관계 지우기 | |
664 |
label_relates_to: 다음 일감과 관련 |
|
668 | label_relates_to: "다음 일감과 관련됨:" | |
665 |
label_duplicates: 다음 일감과 |
|
669 | label_duplicates: "다음 일감과 겹침:" | |
666 |
label_duplicated_by: |
|
670 | label_duplicated_by: "다음 일감과 겹침:" | |
667 |
label_blocks: 다음 일감 |
|
671 | label_blocks: "다음 일감의 해결을 막고 있음:" | |
668 |
label_blocked_by: |
|
672 | label_blocked_by: "다음 일감에게 막혀 있음:" | |
669 |
label_precedes: 다음 |
|
673 | label_precedes: "다음에 진행할 일감:" | |
670 |
label_follows: |
|
674 | label_follows: "다음 일감을 우선 진행:" | |
671 | label_end_to_start: end to start |
|
675 | label_end_to_start: end to start | |
672 | label_end_to_end: end to end |
|
676 | label_end_to_end: end to end | |
673 | label_start_to_start: start to start |
|
677 | label_start_to_start: start to start | |
674 | label_start_to_end: start to end |
|
678 | label_start_to_end: start to end | |
675 | label_stay_logged_in: 로그인 유지 |
|
679 | label_stay_logged_in: 로그인 유지 | |
676 | label_disabled: 비활성화 |
|
680 | label_disabled: 비활성화 | |
677 | label_show_completed_versions: 완료된 버전 보기 |
|
681 | label_show_completed_versions: 완료된 버전 보기 | |
678 | label_me: 나 |
|
682 | label_me: 나 | |
679 | label_board: 게시판 |
|
683 | label_board: 게시판 | |
680 | label_board_new: 새 게시판 |
|
684 | label_board_new: 새 게시판 | |
681 | label_board_plural: 게시판 |
|
685 | label_board_plural: 게시판 | |
682 | label_topic_plural: 주제 |
|
686 | label_topic_plural: 주제 | |
683 | label_message_plural: 글 |
|
687 | label_message_plural: 글 | |
684 | label_message_last: 마지막 글 |
|
688 | label_message_last: 마지막 글 | |
685 | label_message_new: 새글쓰기 |
|
689 | label_message_new: 새글쓰기 | |
686 | label_message_posted: 글 추가 |
|
690 | label_message_posted: 글 추가 | |
687 | label_reply_plural: 답글 |
|
691 | label_reply_plural: 답글 | |
688 | label_send_information: 사용자에게 계정정보를 보냄 |
|
692 | label_send_information: 사용자에게 계정정보를 보냄 | |
689 | label_year: 년 |
|
693 | label_year: 년 | |
690 | label_month: 월 |
|
694 | label_month: 월 | |
691 | label_week: 주 |
|
695 | label_week: 주 | |
692 | label_date_from: '기간:' |
|
696 | label_date_from: '기간:' | |
693 | label_date_to: ' ~ ' |
|
697 | label_date_to: ' ~ ' | |
694 | label_language_based: 언어설정에 따름 |
|
698 | label_language_based: 언어설정에 따름 | |
695 |
label_sort_by: " |
|
699 | label_sort_by: "{{value}}(으)로 정렬" | |
696 | label_send_test_email: 테스트 메일 보내기 |
|
700 | label_send_test_email: 테스트 메일 보내기 | |
697 |
label_feeds_access_key_created_on: " |
|
701 | label_feeds_access_key_created_on: "피드 접근 키가 {{value}} 이전에 생성됨 " | |
698 | label_module_plural: 모듈 |
|
702 | label_module_plural: 모듈 | |
699 | label_added_time_by: "{{author}}이(가) {{age}} 전에 추가함" |
|
703 | label_added_time_by: "{{author}}이(가) {{age}} 전에 추가함" | |
700 | label_updated_time_by: "{{author}}가 {{age}} 전에 변경" |
|
704 | label_updated_time_by: "{{author}}이(가) {{age}} 전에 변경" | |
701 | label_updated_time: "{{value}} 전에 수정됨" |
|
705 | label_updated_time: "{{value}} 전에 수정됨" | |
702 | label_jump_to_a_project: 프로젝트 바로가기 |
|
706 | label_jump_to_a_project: 프로젝트 바로가기 | |
703 | label_file_plural: 파일 |
|
707 | label_file_plural: 파일 | |
704 | label_changeset_plural: 변경묶음 |
|
708 | label_changeset_plural: 변경묶음 | |
705 | label_default_columns: 기본 컬럼 |
|
709 | label_default_columns: 기본 컬럼 | |
706 | label_no_change_option: (수정 안함) |
|
710 | label_no_change_option: (수정 안함) | |
707 | label_bulk_edit_selected_issues: 선택된 일감들을 한꺼번에 수정하기 |
|
711 | label_bulk_edit_selected_issues: 선택된 일감들을 한꺼번에 수정하기 | |
708 | label_theme: 테마 |
|
712 | label_theme: 테마 | |
709 | label_default: 기본 |
|
713 | label_default: 기본 | |
710 | label_search_titles_only: 제목에서만 찾기 |
|
714 | label_search_titles_only: 제목에서만 찾기 | |
711 | label_user_mail_option_all: "내가 속한 프로젝트로들부터 모든 메일 받기" |
|
715 | label_user_mail_option_all: "내가 속한 프로젝트로들부터 모든 메일 받기" | |
712 | label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.." |
|
716 | label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.." | |
713 | label_user_mail_option_none: "내가 속하거나 감시 중인 사항에 대해서만" |
|
717 | label_user_mail_option_none: "내가 속하거나 감시 중인 사항에 대해서만" | |
714 | label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다." |
|
718 | label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다." | |
715 | label_registration_activation_by_email: 메일로 계정을 활성화하기 |
|
719 | label_registration_activation_by_email: 메일로 계정을 활성화하기 | |
716 | label_registration_automatic_activation: 자동 계정 활성화 |
|
720 | label_registration_automatic_activation: 자동 계정 활성화 | |
717 | label_registration_manual_activation: 수동 계정 활성화 |
|
721 | label_registration_manual_activation: 수동 계정 활성화 | |
718 | label_display_per_page: "페이지당: {{value}}" |
|
722 | label_display_per_page: "페이지당: {{value}}" | |
719 | label_age: 마지막 수정일 |
|
723 | label_age: 마지막 수정일 | |
720 | label_change_properties: 속성 변경 |
|
724 | label_change_properties: 속성 변경 | |
721 | label_general: 일반 |
|
725 | label_general: 일반 | |
722 | label_more: 제목 및 설명 수정 |
|
726 | label_more: 제목 및 설명 수정 | |
723 | label_scm: 형상관리시스템 |
|
727 | label_scm: 형상관리시스템 | |
724 | label_plugins: 플러그인 |
|
728 | label_plugins: 플러그인 | |
725 | label_ldap_authentication: LDAP 인증 |
|
729 | label_ldap_authentication: LDAP 인증 | |
726 | label_downloads_abbr: D/L |
|
730 | label_downloads_abbr: D/L | |
727 | label_optional_description: 부가적인 설명 |
|
731 | label_optional_description: 부가적인 설명 | |
728 | label_add_another_file: 다른 파일 추가 |
|
732 | label_add_another_file: 다른 파일 추가 | |
729 | label_preferences: 설정 |
|
733 | label_preferences: 설정 | |
730 | label_chronological_order: 시간 순으로 정렬 |
|
734 | label_chronological_order: 시간 순으로 정렬 | |
731 | label_reverse_chronological_order: 시간 역순으로 정렬 |
|
735 | label_reverse_chronological_order: 시간 역순으로 정렬 | |
732 | label_planning: 프로젝트계획 |
|
736 | label_planning: 프로젝트계획 | |
733 | label_incoming_emails: 수신 메일 |
|
737 | label_incoming_emails: 수신 메일 | |
734 | label_generate_key: 키 생성 |
|
738 | label_generate_key: 키 생성 | |
735 | label_issue_watchers: 일감지킴이 |
|
739 | label_issue_watchers: 일감지킴이 | |
736 | label_example: 예 |
|
740 | label_example: 예 | |
737 | label_display: 표시방식 |
|
741 | label_display: 표시방식 | |
738 | label_sort: 정렬 |
|
742 | label_sort: 정렬 | |
739 | label_ascending: 오름차순 |
|
743 | label_ascending: 오름차순 | |
740 | label_descending: 내림차순 |
|
744 | label_descending: 내림차순 | |
741 | label_date_from_to: "{{start}}부터 {{end}}까지" |
|
745 | label_date_from_to: "{{start}}부터 {{end}}까지" | |
742 | label_wiki_content_added: 위키페이지 추가 |
|
746 | label_wiki_content_added: 위키페이지 추가 | |
743 | label_wiki_content_updated: 위키페이지 수정 |
|
747 | label_wiki_content_updated: 위키페이지 수정 | |
744 |
|
748 | |||
745 | button_login: 로그인 |
|
749 | button_login: 로그인 | |
746 | button_submit: 확인 |
|
750 | button_submit: 확인 | |
747 | button_save: 저장 |
|
751 | button_save: 저장 | |
748 | button_check_all: 모두선택 |
|
752 | button_check_all: 모두선택 | |
749 | button_uncheck_all: 선택해제 |
|
753 | button_uncheck_all: 선택해제 | |
750 | button_delete: 삭제 |
|
754 | button_delete: 삭제 | |
751 | button_create: 만들기 |
|
755 | button_create: 만들기 | |
752 | button_create_and_continue: 만들고 계속하기 |
|
756 | button_create_and_continue: 만들고 계속하기 | |
753 | button_test: 테스트 |
|
757 | button_test: 테스트 | |
754 | button_edit: 편집 |
|
758 | button_edit: 편집 | |
755 | button_add: 추가 |
|
759 | button_add: 추가 | |
756 | button_change: 변경 |
|
760 | button_change: 변경 | |
757 | button_apply: 적용 |
|
761 | button_apply: 적용 | |
758 | button_clear: 초기화 |
|
762 | button_clear: 초기화 | |
759 | button_lock: 잠금 |
|
763 | button_lock: 잠금 | |
760 | button_unlock: 잠금해제 |
|
764 | button_unlock: 잠금해제 | |
761 | button_download: 다운로드 |
|
765 | button_download: 다운로드 | |
762 | button_list: 목록 |
|
766 | button_list: 목록 | |
763 | button_view: 보기 |
|
767 | button_view: 보기 | |
764 | button_move: 이동 |
|
768 | button_move: 이동 | |
765 | button_back: 뒤로 |
|
769 | button_back: 뒤로 | |
766 | button_cancel: 취소 |
|
770 | button_cancel: 취소 | |
767 | button_activate: 활성화 |
|
771 | button_activate: 활성화 | |
768 | button_sort: 정렬 |
|
772 | button_sort: 정렬 | |
769 | button_log_time: 작업시간 기록 |
|
773 | button_log_time: 작업시간 기록 | |
770 | button_rollback: 이 버전으로 롤백 |
|
774 | button_rollback: 이 버전으로 롤백 | |
771 | button_watch: 지켜보기 |
|
775 | button_watch: 지켜보기 | |
772 | button_unwatch: 관심끄기 |
|
776 | button_unwatch: 관심끄기 | |
773 | button_reply: 답글 |
|
777 | button_reply: 답글 | |
774 | button_archive: 잠금보관 |
|
778 | button_archive: 잠금보관 | |
775 | button_unarchive: 잠금보관해제 |
|
779 | button_unarchive: 잠금보관해제 | |
776 | button_reset: 리셋 |
|
780 | button_reset: 리셋 | |
777 | button_rename: 이름변경 |
|
781 | button_rename: 이름변경 | |
778 | button_change_password: 비밀번호 변경 |
|
782 | button_change_password: 비밀번호 변경 | |
779 | button_copy: 복사 |
|
783 | button_copy: 복사 | |
780 |
button_annotate: |
|
784 | button_annotate: 이력해설 | |
781 | button_update: 수정 |
|
785 | button_update: 수정 | |
782 | button_configure: 설정 |
|
786 | button_configure: 설정 | |
783 | button_quote: 댓글달기 |
|
787 | button_quote: 댓글달기 | |
784 |
|
788 | |||
785 | status_active: 사용중 |
|
789 | status_active: 사용중 | |
786 | status_registered: 등록대기 |
|
790 | status_registered: 등록대기 | |
787 | status_locked: 잠김 |
|
791 | status_locked: 잠김 | |
788 |
|
792 | |||
789 | text_select_mail_notifications: 알림메일이 필요한 작업을 선택하세요. |
|
793 | text_select_mail_notifications: 알림메일이 필요한 작업을 선택하세요. | |
790 | text_regexp_info: 예) ^[A-Z0-9]+$ |
|
794 | text_regexp_info: 예) ^[A-Z0-9]+$ | |
791 | text_min_max_length_info: 0 는 제한이 없음을 의미함 |
|
795 | text_min_max_length_info: 0 는 제한이 없음을 의미함 | |
792 | text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까? |
|
796 | text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까? | |
793 |
text_subprojects_destroy_warning: " |
|
797 | text_subprojects_destroy_warning: "하위 프로젝트({{value}})이(가) 자동으로 지워질 것입니다." | |
794 |
text_workflow_edit: |
|
798 | text_workflow_edit: 업무흐름 수정하려면 역할과 일감유형을 선택하세요. | |
795 | text_are_you_sure: 계속 진행 하시겠습니까? |
|
799 | text_are_you_sure: 계속 진행 하시겠습니까? | |
796 | text_tip_task_begin_day: 오늘 시작하는 업무(task) |
|
800 | text_tip_task_begin_day: 오늘 시작하는 업무(task) | |
797 | text_tip_task_end_day: 오늘 종료하는 업무(task) |
|
801 | text_tip_task_end_day: 오늘 종료하는 업무(task) | |
798 | text_tip_task_begin_end_day: 오늘 시작하고 종료하는 업무(task) |
|
802 | text_tip_task_begin_end_day: 오늘 시작하고 종료하는 업무(task) | |
799 |
text_project_identifier_info: '영문 소문자 |
|
803 | text_project_identifier_info: '영문 소문자(a-z) 및 숫자, 대쉬(-) 가능.<br />저장된후에는 식별자 변경 불가능.' | |
800 |
text_caracters_maximum: "최대 {{count}} 글자 가능 |
|
804 | text_caracters_maximum: "최대 {{count}} 글자 가능" | |
801 | text_caracters_minimum: "최소한 {{count}} 글자 이상이어야 합니다." |
|
805 | text_caracters_minimum: "최소한 {{count}} 글자 이상이어야 합니다." | |
802 | text_length_between: "{{min}} 에서 {{max}} 글자" |
|
806 | text_length_between: "{{min}} 에서 {{max}} 글자" | |
803 |
text_tracker_no_workflow: 이 |
|
807 | text_tracker_no_workflow: 이 일감 유형에는 업무흐름이 정의되지 않았습니다. | |
804 | text_unallowed_characters: 허용되지 않는 문자열 |
|
808 | text_unallowed_characters: 허용되지 않는 문자열 | |
805 | text_comma_separated: 복수의 값들이 허용됩니다.(구분자 ,) |
|
809 | text_comma_separated: 복수의 값들이 허용됩니다.(구분자 ,) | |
806 |
text_issues_ref_in_commit_messages: |
|
810 | text_issues_ref_in_commit_messages: 제출 메시지에서 일감을 참조하거나 해결하기 | |
807 | text_issue_added: "{{author}}가 일감 {{id}}를 보고하였습니다." |
|
811 | text_issue_added: "{{author}}이(가) 일감 {{id}}을(를) 보고하였습니다." | |
808 | text_issue_updated: "{{author}}가 일감 {{id}}을 수정하였습니다." |
|
812 | text_issue_updated: "{{author}}이(가) 일감 {{id}}을(를) 수정하였습니다." | |
809 | text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까? |
|
813 | text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까? | |
810 |
text_issue_category_destroy_question: "일부 일감들({{count}}개)이 이 |
|
814 | text_issue_category_destroy_question: "일부 일감들({{count}}개)이 이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?" | |
811 |
text_issue_category_destroy_assignments: |
|
815 | text_issue_category_destroy_assignments: 범주 지정 지우기 | |
812 |
text_issue_category_reassign_to: 일감을 이 |
|
816 | text_issue_category_reassign_to: 일감을 이 범주에 다시 지정하기 | |
813 | text_user_mail_option: "선택하지 않은 프로젝트에서도, 모니터링 중이거나 속해있는 사항(일감을 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다." |
|
817 | text_user_mail_option: "선택하지 않은 프로젝트에서도, 모니터링 중이거나 속해있는 사항(일감을 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다." | |
814 |
text_no_configuration_data: "역할, 일감 |
|
818 | text_no_configuration_data: "역할, 일감 유형, 일감 상태들과 업무흐름이 아직 설정되지 않았습니다.\n기본 설정을 읽어드리는 것을 권장합니다. 읽어들인 후에 수정할 수 있습니다." | |
815 |
text_load_default_configuration: 기본 설정을 |
|
819 | text_load_default_configuration: 기본 설정을 읽어들이기 | |
816 |
text_status_changed_by_changeset: "변경묶음 {{value}}에 |
|
820 | text_status_changed_by_changeset: "변경묶음 {{value}}에 의하여 변경됨" | |
817 | text_issues_destroy_confirmation: '선택한 일감을 정말로 삭제하시겠습니까?' |
|
821 | text_issues_destroy_confirmation: '선택한 일감을 정말로 삭제하시겠습니까?' | |
818 | text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:' |
|
822 | text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:' | |
819 |
text_default_administrator_account_changed: 기본 관리자 계정이 변경 |
|
823 | text_default_administrator_account_changed: 기본 관리자 계정이 변경 | |
820 | text_file_repository_writable: 파일 저장소 쓰기 가능 |
|
824 | text_file_repository_writable: 파일 저장소 쓰기 가능 | |
821 |
text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능 |
|
825 | text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능 | |
822 |
text_rmagick_available: RMagick 사용 |
|
826 | text_rmagick_available: RMagick 사용 가능 (선택적) | |
823 | text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까? |
|
827 | text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까? | |
824 | text_destroy_time_entries: 보고된 시간을 삭제하기 |
|
828 | text_destroy_time_entries: 보고된 시간을 삭제하기 | |
825 | text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기 |
|
829 | text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기 | |
826 | text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:' |
|
830 | text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:' | |
827 | text_user_wrote: "{{value}}의 덧글:" |
|
831 | text_user_wrote: "{{value}}의 덧글:" | |
828 | text_enumeration_category_reassign_to: '새로운 값을 설정:' |
|
832 | text_enumeration_category_reassign_to: '새로운 값을 설정:' | |
829 | text_enumeration_destroy_question: "{{count}} 개의 일감이 이 값을 사용하고 있습니다." |
|
833 | text_enumeration_destroy_question: "{{count}} 개의 일감이 이 값을 사용하고 있습니다." | |
830 | text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/email.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다." |
|
834 | text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/email.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다." | |
831 | text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다." |
|
835 | text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다." | |
832 | text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.' |
|
836 | text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.' | |
833 | text_custom_field_possible_values_info: '각 값당 한 줄' |
|
837 | text_custom_field_possible_values_info: '각 값당 한 줄' | |
834 | text_wiki_page_destroy_question: 이 페이지는 {{descendants}} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까? |
|
838 | text_wiki_page_destroy_question: 이 페이지는 {{descendants}} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까? | |
835 | text_wiki_page_nullify_children: 하위 페이지를 루트 페이지 아래로 지정 |
|
839 | text_wiki_page_nullify_children: 하위 페이지를 루트 페이지 아래로 지정 | |
836 | text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제 |
|
840 | text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제 | |
837 | text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정 |
|
841 | text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정 | |
838 |
|
842 | |||
839 | default_role_manager: 관리자 |
|
843 | default_role_manager: 관리자 | |
840 | default_role_developper: 개발자 |
|
844 | default_role_developper: 개발자 | |
841 | default_role_reporter: 보고자 |
|
845 | default_role_reporter: 보고자 | |
842 | default_tracker_bug: 버그 |
|
846 | default_tracker_bug: 버그 | |
843 |
default_tracker_feature: |
|
847 | default_tracker_feature: 기능 | |
844 | default_tracker_support: 지원 |
|
848 | default_tracker_support: 지원 | |
845 |
default_issue_status_new: 새로 |
|
849 | default_issue_status_new: 새로움 | |
846 | default_issue_status_assigned: 할당 |
|
850 | default_issue_status_assigned: 할당됨 | |
847 | default_issue_status_resolved: 해결 |
|
851 | default_issue_status_resolved: 해결됨 | |
848 |
default_issue_status_feedback: |
|
852 | default_issue_status_feedback: 의견 | |
849 | default_issue_status_closed: 완료 |
|
853 | default_issue_status_closed: 완료 | |
850 | default_issue_status_rejected: 거절 |
|
854 | default_issue_status_rejected: 거절 | |
851 | default_doc_category_user: 사용자 문서 |
|
855 | default_doc_category_user: 사용자 문서 | |
852 | default_doc_category_tech: 기술 문서 |
|
856 | default_doc_category_tech: 기술 문서 | |
853 | default_priority_low: 낮음 |
|
857 | default_priority_low: 낮음 | |
854 | default_priority_normal: 보통 |
|
858 | default_priority_normal: 보통 | |
855 | default_priority_high: 높음 |
|
859 | default_priority_high: 높음 | |
856 | default_priority_urgent: 긴급 |
|
860 | default_priority_urgent: 긴급 | |
857 | default_priority_immediate: 즉시 |
|
861 | default_priority_immediate: 즉시 | |
858 | default_activity_design: 설계 |
|
862 | default_activity_design: 설계 | |
859 | default_activity_development: 개발 |
|
863 | default_activity_development: 개발 | |
860 |
|
864 | |||
861 | enumeration_issue_priorities: 일감 우선순위 |
|
865 | enumeration_issue_priorities: 일감 우선순위 | |
862 |
enumeration_doc_categories: 문서 |
|
866 | enumeration_doc_categories: 문서 범주 | |
863 | enumeration_activities: 작업분류(시간추적) |
|
867 | enumeration_activities: 작업분류(시간추적) | |
864 |
|
868 | |||
865 | # Korean (한글) translations for Ruby on Rails |
|
|||
866 | # by Kihyun Yoon(ddumbugie@gmail.com) |
|
|||
867 | # by John Hwang (jhwang@tavon.org),http://github.com/tavon |
|
|||
868 | field_issue_to: Related issue |
|
869 | field_issue_to: Related issue | |
869 |
label_view_all_revisions: |
|
870 | label_view_all_revisions: 모든 개정판 표시 | |
870 |
label_tag: |
|
871 | label_tag: 태그 | |
871 |
label_branch: |
|
872 | label_branch: 브랜치 | |
872 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. |
|
873 | error_no_tracker_in_project: 사용할 수 있도록 설정된 일감 유형이 없습니다. 프로젝트 설정을 확인하십시오. | |
873 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
|
874 | error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")' | |
874 |
text_journal_changed: "{{label}} |
|
875 | text_journal_changed: "{{label}}을(를) {{old}}에서 {{new}}(으)로 변경함" | |
875 |
text_journal_set_to: "{{label}} |
|
876 | text_journal_set_to: "{{label}}을(를) {{value}}(으)로 정함" | |
876 |
text_journal_deleted: "{{label}} |
|
877 | text_journal_deleted: "{{label}}을(를) 지움" | |
877 | label_group_plural: Groups |
|
878 | label_group_plural: Groups | |
878 | label_group: Group |
|
879 | label_group: Group | |
879 | label_group_new: New group |
|
880 | label_group_new: New group |
General Comments 0
You need to be logged in to leave comments.
Login now