Defect #42580 » 0001-Updates-translations-for-Array-to_sentence.patch
config/locales/ar.yml | ||
---|---|---|
94 | 94 |
# Used in array.to_sentence. |
95 | 95 |
support: |
96 | 96 |
array: |
97 |
sentence_connector: "و" |
|
98 |
skip_last_comma: false |
|
97 |
last_word_connector: " و " |
|
98 |
two_words_connector: " و " |
|
99 |
words_connector: " ، " |
|
99 | 100 | |
100 | 101 |
activerecord: |
101 | 102 |
errors: |
config/locales/az.yml | ||
---|---|---|
208 | 208 | |
209 | 209 |
support: |
210 | 210 |
array: |
211 |
# Rails 2.2
|
|
212 |
sentence_connector: "və"
|
|
213 |
skip_last_comma: true
|
|
211 |
last_word_connector: " və "
|
|
212 |
two_words_connector: " və "
|
|
213 |
words_connector: ", "
|
|
214 | 214 | |
215 | 215 |
# Rails 2.3 |
216 | 216 |
words_connector: ", " |
config/locales/bg.yml | ||
---|---|---|
96 | 96 |
# Used in array.to_sentence. |
97 | 97 |
support: |
98 | 98 |
array: |
99 |
sentence_connector: "и" |
|
100 |
skip_last_comma: false |
|
99 |
last_word_connector: " и " |
|
100 |
two_words_connector: " и " |
|
101 |
words_connector: ", " |
|
101 | 102 | |
102 | 103 |
activerecord: |
103 | 104 |
errors: |
config/locales/bs.yml | ||
---|---|---|
113 | 113 |
# Used in array.to_sentence. |
114 | 114 |
support: |
115 | 115 |
array: |
116 |
sentence_connector: "i" |
|
117 |
skip_last_comma: false |
|
116 |
last_word_connector: " i " |
|
117 |
two_words_connector: " i " |
|
118 |
words_connector: ", " |
|
118 | 119 | |
119 | 120 |
activerecord: |
120 | 121 |
errors: |
config/locales/ca.yml | ||
---|---|---|
99 | 99 |
# Used in array.to_sentence. |
100 | 100 |
support: |
101 | 101 |
array: |
102 |
sentence_connector: "i" |
|
103 |
skip_last_comma: false |
|
102 |
last_word_connector: ", i " |
|
103 |
two_words_connector: " i " |
|
104 |
words_connector: ", " |
|
104 | 105 | |
105 | 106 |
activerecord: |
106 | 107 |
errors: |
config/locales/cs.yml | ||
---|---|---|
99 | 99 |
# Used in array.to_sentence. |
100 | 100 |
support: |
101 | 101 |
array: |
102 |
sentence_connector: "a" |
|
103 |
skip_last_comma: false |
|
102 |
last_word_connector: " a " |
|
103 |
two_words_connector: " a " |
|
104 |
words_connector: ", " |
|
104 | 105 | |
105 | 106 |
activerecord: |
106 | 107 |
errors: |
config/locales/da.yml | ||
---|---|---|
30 | 30 | |
31 | 31 |
support: |
32 | 32 |
array: |
33 |
sentence_connector: "og" |
|
34 |
skip_last_comma: true |
|
33 |
last_word_connector: " og " |
|
34 |
two_words_connector: " og " |
|
35 |
words_connector: ", " |
|
35 | 36 | |
36 | 37 |
datetime: |
37 | 38 |
distance_in_words: |
config/locales/de.yml | ||
---|---|---|
109 | 109 |
# Used in array.to_sentence. |
110 | 110 |
support: |
111 | 111 |
array: |
112 |
sentence_connector: "und" |
|
113 |
skip_last_comma: true |
|
112 |
last_word_connector: " und " |
|
113 |
two_words_connector: " und " |
|
114 |
words_connector: ", " |
|
114 | 115 | |
115 | 116 |
activerecord: |
116 | 117 |
errors: |
config/locales/el.yml | ||
---|---|---|
96 | 96 |
# Used in array.to_sentence. |
97 | 97 |
support: |
98 | 98 |
array: |
99 |
sentence_connector: "and" |
|
100 |
skip_last_comma: false |
|
99 |
last_word_connector: " και " |
|
100 |
two_words_connector: " και " |
|
101 |
words_connector: ", " |
|
101 | 102 | |
102 | 103 |
activerecord: |
103 | 104 |
errors: |
config/locales/en-GB.yml | ||
---|---|---|
99 | 99 |
# Used in array.to_sentence. |
100 | 100 |
support: |
101 | 101 |
array: |
102 |
sentence_connector: "and" |
|
103 |
skip_last_comma: false |
|
102 |
last_word_connector: ", and " |
|
103 |
two_words_connector: " and " |
|
104 |
words_connector: ", " |
|
104 | 105 | |
105 | 106 |
activerecord: |
106 | 107 |
errors: |
config/locales/en.yml | ||
---|---|---|
95 | 95 |
# Used in array.to_sentence. |
96 | 96 |
support: |
97 | 97 |
array: |
98 |
sentence_connector: "and" |
|
99 |
skip_last_comma: false |
|
98 |
last_word_connector: ", and " |
|
99 |
two_words_connector: " and " |
|
100 |
words_connector: ", " |
|
100 | 101 | |
101 | 102 |
activerecord: |
102 | 103 |
errors: |
config/locales/es-PA.yml | ||
---|---|---|
191 | 191 |
# Used in array.to_sentence. |
192 | 192 |
support: |
193 | 193 |
array: |
194 |
sentence_connector: "y" |
|
194 |
last_word_connector: " y " |
|
195 |
two_words_connector: " y " |
|
196 |
words_connector: ", " |
|
195 | 197 | |
196 | 198 |
actionview_instancetag_blank_option: Por favor seleccione |
197 | 199 |
config/locales/es.yml | ||
---|---|---|
189 | 189 |
# Used in array.to_sentence. |
190 | 190 |
support: |
191 | 191 |
array: |
192 |
sentence_connector: "y" |
|
192 |
last_word_connector: " y " |
|
193 |
two_words_connector: " y " |
|
194 |
words_connector: ", " |
|
193 | 195 | |
194 | 196 |
actionview_instancetag_blank_option: Por favor seleccione |
195 | 197 |
config/locales/et.yml | ||
---|---|---|
112 | 112 |
# Used in array.to_sentence. |
113 | 113 |
support: |
114 | 114 |
array: |
115 |
sentence_connector: "ja" |
|
116 |
skip_last_comma: false |
|
115 |
last_word_connector: " ja " |
|
116 |
two_words_connector: " ja " |
|
117 |
words_connector: ", " |
|
117 | 118 | |
118 | 119 |
activerecord: |
119 | 120 |
errors: |
config/locales/eu.yml | ||
---|---|---|
97 | 97 |
# Used in array.to_sentence. |
98 | 98 |
support: |
99 | 99 |
array: |
100 |
sentence_connector: "eta" |
|
101 |
skip_last_comma: false |
|
100 |
last_word_connector: " eta " |
|
101 |
two_words_connector: " eta " |
|
102 |
words_connector: ", " |
|
102 | 103 | |
103 | 104 |
activerecord: |
104 | 105 |
errors: |
config/locales/fa.yml | ||
---|---|---|
98 | 98 |
# Used in array.to_sentence. |
99 | 99 |
support: |
100 | 100 |
array: |
101 |
sentence_connector: "و" |
|
102 |
skip_last_comma: false |
|
101 |
last_word_connector: " و " |
|
102 |
two_words_connector: " و " |
|
103 |
words_connector: "، " |
|
103 | 104 | |
104 | 105 |
activerecord: |
105 | 106 |
errors: |
config/locales/fi.yml | ||
---|---|---|
33 | 33 |
two_words_connector: " ja " |
34 | 34 |
last_word_connector: " ja " |
35 | 35 | |
36 | ||
37 | ||
38 | 36 |
number: |
39 | 37 |
format: |
40 | 38 |
separator: "," |
config/locales/fr.yml | ||
---|---|---|
111 | 111 | |
112 | 112 |
support: |
113 | 113 |
array: |
114 |
sentence_connector: 'et' |
|
115 |
skip_last_comma: true |
|
116 | 114 |
word_connector: ", " |
117 | 115 |
two_words_connector: " et " |
118 | 116 |
last_word_connector: " et " |
config/locales/gl.yml | ||
---|---|---|
123 | 123 | |
124 | 124 |
support: |
125 | 125 |
array: |
126 |
sentence_connector: e |
|
126 |
last_word_connector: " e " |
|
127 |
two_words_connector: " e " |
|
128 |
words_connector: ", " |
|
127 | 129 | |
128 | 130 |
activerecord: |
129 | 131 |
models: |
config/locales/he.yml | ||
---|---|---|
101 | 101 | |
102 | 102 |
support: |
103 | 103 |
array: |
104 |
sentence_connector: "וגם" |
|
105 |
skip_last_comma: true |
|
104 |
last_word_connector: " ו" |
|
105 |
two_words_connector: " ו" |
|
106 |
words_connector: ", " |
|
106 | 107 | |
107 | 108 |
activerecord: |
108 | 109 |
errors: |
config/locales/hr.yml | ||
---|---|---|
90 | 90 |
# Used in array.to_sentence. |
91 | 91 |
support: |
92 | 92 |
array: |
93 |
sentence_connector: "i" |
|
94 |
skip_last_comma: false |
|
93 |
last_word_connector: " i " |
|
94 |
two_words_connector: " i " |
|
95 |
words_connector: ", " |
|
95 | 96 | |
96 | 97 |
activerecord: |
97 | 98 |
errors: |
config/locales/hu.yml | ||
---|---|---|
114 | 114 | |
115 | 115 |
support: |
116 | 116 |
array: |
117 |
# sentence_connector: "és" |
|
118 |
# skip_last_comma: true |
|
119 | 117 |
words_connector: ", " |
120 | 118 |
two_words_connector: " és " |
121 | 119 |
last_word_connector: " és " |
config/locales/id.yml | ||
---|---|---|
95 | 95 | |
96 | 96 |
support: |
97 | 97 |
array: |
98 |
sentence_connector: "dan" |
|
99 |
skip_last_comma: false |
|
98 |
last_word_connector: ", dan " |
|
99 |
two_words_connector: " dan " |
|
100 |
words_connector: ", " |
|
100 | 101 | |
101 | 102 |
activerecord: |
102 | 103 |
errors: |
config/locales/it.yml | ||
---|---|---|
107 | 107 |
# Used in array.to_sentence. |
108 | 108 |
support: |
109 | 109 |
array: |
110 |
sentence_connector: "e" |
|
111 |
skip_last_comma: false |
|
110 |
last_word_connector: " e " |
|
111 |
two_words_connector: " e " |
|
112 |
words_connector: ", " |
|
112 | 113 | |
113 | 114 |
activerecord: |
114 | 115 |
errors: |
config/locales/ja.yml | ||
---|---|---|
114 | 114 |
# Used in array.to_sentence. |
115 | 115 |
support: |
116 | 116 |
array: |
117 |
sentence_connector: "及び" |
|
118 |
skip_last_comma: true |
|
117 |
last_word_connector: "、" |
|
118 |
two_words_connector: "、" |
|
119 |
words_connector: "、" |
|
119 | 120 | |
120 | 121 |
activerecord: |
121 | 122 |
errors: |
config/locales/ko.yml | ||
---|---|---|
140 | 140 |
words_connector: ", " |
141 | 141 |
two_words_connector: "과 " |
142 | 142 |
last_word_connector: ", " |
143 |
sentence_connector: "그리고" |
|
144 |
skip_last_comma: false |
|
145 | 143 | |
146 | 144 |
activerecord: |
147 | 145 |
errors: |
... | ... | |
487 | 485 |
label_logout: 로그아웃 |
488 | 486 |
label_help: 도움말 |
489 | 487 |
label_reported_issues: 보고한 일감 |
490 |
label_assigned_to_me_issues: 내가 맡은 일감
|
|
488 |
label_assigned_to_me_issues: 내가 맡은 일감 |
|
491 | 489 |
label_registered_on: 등록시각 |
492 | 490 |
label_activity: 작업내역 |
493 | 491 |
label_user_activity: "%{value}의 작업내역" |
... | ... | |
648 | 646 |
label_options: 옵션 |
649 | 647 |
label_copy_workflow_from: 업무흐름 복사하기 |
650 | 648 |
label_permissions_report: 권한 보고서 |
651 |
label_watched_issues: 지켜보고 있는 일감
|
|
649 |
label_watched_issues: 지켜보고 있는 일감 |
|
652 | 650 |
label_related_issues: 연결된 일감 |
653 | 651 |
label_applied_status: 적용된 상태 |
654 | 652 |
label_loading: 읽는 중... |
... | ... | |
847 | 845 |
enumeration_doc_categories: 문서 범주 |
848 | 846 |
enumeration_activities: 작업분류(시간추적) |
849 | 847 | |
850 |
field_issue_to: 관련 일감
|
|
848 |
field_issue_to: 관련 일감 |
|
851 | 849 |
label_view_all_revisions: 모든 개정판 표시 |
852 | 850 |
label_tag: 태그(Tag) |
853 | 851 |
label_branch: 브랜치(Branch) |
... | ... | |
1021 | 1019 |
notice_failed_to_save_time_entries: "%{total} 개의 시간입력중 다음 %{count} 개의 저장에 실패했습니다:: %{ids}." |
1022 | 1020 |
label_x_issues: |
1023 | 1021 |
zero: 0 일감 |
1024 |
one: 1 일감
|
|
1022 |
one: 1 일감 |
|
1025 | 1023 |
other: "%{count} 일감" |
1026 | 1024 |
label_repository_new: 저장소 추가 |
1027 | 1025 |
field_repository_is_default: 주 저장소 |
config/locales/lt.yml | ||
---|---|---|
103 | 103 |
# Used in array.to_sentence. |
104 | 104 |
support: |
105 | 105 |
array: |
106 |
sentence_connector: "ir" |
|
107 |
skip_last_comma: false |
|
106 |
last_word_connector: " ir " |
|
107 |
two_words_connector: " ir " |
|
108 |
words_connector: ", " |
|
108 | 109 | |
109 | 110 |
activerecord: |
110 | 111 |
errors: |
config/locales/lv.yml | ||
---|---|---|
89 | 89 | |
90 | 90 |
support: |
91 | 91 |
array: |
92 |
sentence_connector: "un" |
|
93 |
skip_last_comma: false |
|
92 |
last_word_connector: " un " |
|
93 |
two_words_connector: " un " |
|
94 |
words_connector: ", " |
|
94 | 95 | |
95 | 96 |
activerecord: |
96 | 97 |
errors: |
config/locales/mk.yml | ||
---|---|---|
96 | 96 |
# Used in array.to_sentence. |
97 | 97 |
support: |
98 | 98 |
array: |
99 |
sentence_connector: "и" |
|
100 |
skip_last_comma: false |
|
99 |
last_word_connector: ", и " |
|
100 |
two_words_connector: " и " |
|
101 |
words_connector: ", " |
|
101 | 102 | |
102 | 103 |
activerecord: |
103 | 104 |
errors: |
config/locales/mn.yml | ||
---|---|---|
95 | 95 |
# Used in array.to_sentence. |
96 | 96 |
support: |
97 | 97 |
array: |
98 |
sentence_connector: "бас" |
|
99 |
skip_last_comma: false |
|
98 |
last_word_connector: " болон " |
|
99 |
two_words_connector: " болон " |
|
100 |
words_connector: ", " |
|
100 | 101 | |
101 | 102 |
activerecord: |
102 | 103 |
errors: |
config/locales/nl.yml | ||
---|---|---|
93 | 93 |
# Used in array.to_sentence. |
94 | 94 |
support: |
95 | 95 |
array: |
96 |
sentence_connector: "en" |
|
97 |
skip_last_comma: false |
|
96 |
last_word_connector: " en " |
|
97 |
two_words_connector: " en " |
|
98 |
words_connector: ", " |
|
98 | 99 | |
99 | 100 |
activerecord: |
100 | 101 |
errors: |
config/locales/no.yml | ||
---|---|---|
2 | 2 |
"no": |
3 | 3 |
support: |
4 | 4 |
array: |
5 |
sentence_connector: "og" |
|
5 |
last_word_connector: " og " |
|
6 |
two_words_connector: " og " |
|
7 |
words_connector: ", " |
|
6 | 8 |
direction: ltr |
7 | 9 |
date: |
8 | 10 |
formats: |
config/locales/pl.yml | ||
---|---|---|
107 | 107 |
# Used in array.to_sentence. |
108 | 108 |
support: |
109 | 109 |
array: |
110 |
sentence_connector: "i" |
|
111 |
skip_last_comma: true |
|
110 |
last_word_connector: " oraz " |
|
111 |
two_words_connector: " i " |
|
112 |
words_connector: ", " |
|
112 | 113 | |
113 | 114 |
activerecord: |
114 | 115 |
errors: |
config/locales/pt-BR.yml | ||
---|---|---|
114 | 114 |
tb: "TB" |
115 | 115 |
support: |
116 | 116 |
array: |
117 |
sentence_connector: "e" |
|
118 |
skip_last_comma: true |
|
117 |
last_word_connector: " e " |
|
118 |
two_words_connector: " e " |
|
119 |
words_connector: ", " |
|
119 | 120 | |
120 | 121 |
# Active Record |
121 | 122 |
activerecord: |
config/locales/pt.yml | ||
---|---|---|
6 | 6 |
pt: |
7 | 7 |
support: |
8 | 8 |
array: |
9 |
sentence_connector: "e" |
|
10 |
skip_last_comma: true |
|
9 |
last_word_connector: " e " |
|
10 |
two_words_connector: " e " |
|
11 |
words_connector: ", " |
|
11 | 12 | |
12 | 13 |
direction: ltr |
13 | 14 |
date: |
config/locales/ro.yml | ||
---|---|---|
90 | 90 |
# Used in array.to_sentence. |
91 | 91 |
support: |
92 | 92 |
array: |
93 |
sentence_connector: "și" |
|
94 |
skip_last_comma: true |
|
93 |
last_word_connector: " și " |
|
94 |
two_words_connector: " și " |
|
95 |
words_connector: ", " |
|
95 | 96 | |
96 | 97 |
activerecord: |
97 | 98 |
errors: |
config/locales/ru.yml | ||
---|---|---|
218 | 218 | |
219 | 219 |
support: |
220 | 220 |
array: |
221 |
# Rails 2.2
|
|
222 |
sentence_connector: "и"
|
|
223 |
skip_last_comma: true
|
|
221 |
last_word_connector: " и "
|
|
222 |
two_words_connector: " и "
|
|
223 |
words_connector: ", "
|
|
224 | 224 | |
225 | 225 |
# Rails 2.3 |
226 | 226 |
words_connector: ", " |
config/locales/sk.yml | ||
---|---|---|
94 | 94 |
# Used in array.to_sentence. |
95 | 95 |
support: |
96 | 96 |
array: |
97 |
sentence_connector: "a" |
|
98 |
skip_last_comma: false |
|
97 |
last_word_connector: " a " |
|
98 |
two_words_connector: " a " |
|
99 |
words_connector: ", " |
|
99 | 100 | |
100 | 101 |
activerecord: |
101 | 102 |
errors: |
config/locales/sl.yml | ||
---|---|---|
94 | 94 |
# Used in array.to_sentence. |
95 | 95 |
support: |
96 | 96 |
array: |
97 |
sentence_connector: "in" |
|
98 |
skip_last_comma: false |
|
97 |
last_word_connector: " in " |
|
98 |
two_words_connector: " in " |
|
99 |
words_connector: ", " |
|
99 | 100 | |
100 | 101 |
activerecord: |
101 | 102 |
errors: |
config/locales/sq.yml | ||
---|---|---|
95 | 95 |
# Used in array.to_sentence. |
96 | 96 |
support: |
97 | 97 |
array: |
98 |
sentence_connector: "dhe" |
|
99 |
skip_last_comma: false |
|
98 |
last_word_connector: ", dhe " |
|
99 |
two_words_connector: " dhe " |
|
100 |
words_connector: ", " |
|
100 | 101 | |
101 | 102 |
activerecord: |
102 | 103 |
errors: |
config/locales/sr-YU.yml | ||
---|---|---|
98 | 98 |
# Used in array.to_sentence. |
99 | 99 |
support: |
100 | 100 |
array: |
101 |
sentence_connector: "i" |
|
102 |
skip_last_comma: false |
|
101 |
last_word_connector: ", i " |
|
102 |
two_words_connector: " i " |
|
103 |
words_connector: ", " |
|
103 | 104 | |
104 | 105 |
activerecord: |
105 | 106 |
errors: |
... | ... | |
296 | 297 |
field_delay: Kašnjenje |
297 | 298 |
field_assignable: Problem može biti dodeljen ovoj ulozi |
298 | 299 |
field_redirect_existing_links: Preusmeri postojeće veze |
299 |
field_estimated_hours: Procenjeno vreme
|
|
300 |
field_estimated_hours: Procenjeno vreme |
|
300 | 301 |
field_column_names: Kolone |
301 | 302 |
field_time_zone: Vremenska zona |
302 | 303 |
field_searchable: Može da se pretražuje |
config/locales/sr.yml | ||
---|---|---|
96 | 96 |
# Used in array.to_sentence. |
97 | 97 |
support: |
98 | 98 |
array: |
99 |
sentence_connector: "и" |
|
100 |
skip_last_comma: false |
|
99 |
last_word_connector: ", и " |
|
100 |
two_words_connector: " и " |
|
101 |
words_connector: ", " |
|
101 | 102 | |
102 | 103 |
activerecord: |
103 | 104 |
errors: |
config/locales/sv.yml | ||
---|---|---|
178 | 178 |
# Used in array.to_sentence. |
179 | 179 |
support: |
180 | 180 |
array: |
181 |
sentence_connector: "och" |
|
182 |
skip_last_comma: true |
|
181 |
last_word_connector: " och " |
|
182 |
two_words_connector: " och " |
|
183 |
words_connector: ", " |
|
183 | 184 | |
184 | 185 |
actionview_instancetag_blank_option: Var god välj |
185 | 186 |
config/locales/ta-IN.yml | ||
---|---|---|
99 | 99 |
# Used in array.to_sentence. |
100 | 100 |
support: |
101 | 101 |
array: |
102 |
sentence_connector: "மற்றும்" |
|
103 |
skip_last_comma: false |
|
102 |
last_word_connector: ", மற்றும் " |
|
103 |
two_words_connector: " மற்றும் " |
|
104 |
words_connector: ", " |
|
104 | 105 | |
105 | 106 |
activerecord: |
106 | 107 |
errors: |
config/locales/th.yml | ||
---|---|---|
93 | 93 |
# Used in array.to_sentence. |
94 | 94 |
support: |
95 | 95 |
array: |
96 |
sentence_connector: "and" |
|
97 |
skip_last_comma: false |
|
96 |
last_word_connector: ", และ " |
|
97 |
two_words_connector: " และ " |
|
98 |
words_connector: ", " |
|
98 | 99 | |
99 | 100 |
activerecord: |
100 | 101 |
errors: |
config/locales/tr.yml | ||
---|---|---|
108 | 108 | |
109 | 109 |
support: |
110 | 110 |
array: |
111 |
sentence_connector: "ve" |
|
112 |
skip_last_comma: true |
|
111 |
last_word_connector: " ve " |
|
112 |
two_words_connector: " ve " |
|
113 |
words_connector: ", " |
|
113 | 114 | |
114 | 115 |
activerecord: |
115 | 116 |
errors: |
config/locales/uk.yml | ||
---|---|---|
109 | 109 |
# Used in array.to_sentence. |
110 | 110 |
support: |
111 | 111 |
array: |
112 |
sentence_connector: "і" |
|
113 |
skip_last_comma: false |
|
112 |
last_word_connector: " та " |
|
113 |
two_words_connector: " і " |
|
114 |
words_connector: ", " |
|
114 | 115 | |
115 | 116 |
activerecord: |
116 | 117 |
errors: |
config/locales/zh-TW.yml | ||
---|---|---|
42 | 42 |
words_connector: ", " |
43 | 43 |
two_words_connector: " 和 " |
44 | 44 |
last_word_connector: ", 和 " |
45 |
sentence_connector: "且" |
|
46 |
skip_last_comma: false |
|
47 | 45 | |
48 | 46 |
number: |
49 | 47 |
# 使用於 number_with_delimiter() |
config/locales/zh.yml | ||
---|---|---|
99 | 99 |
# Used in array.to_sentence. |
100 | 100 |
support: |
101 | 101 |
array: |
102 |
sentence_connector: "和" |
|
103 |
skip_last_comma: false |
|
102 |
words_connector: ", " |
|
103 |
two_words_connector: " 和 " |
|
104 |
last_word_connector: ", 和 " |
|
104 | 105 | |
105 | 106 |
activerecord: |
106 | 107 |
errors: |