Revision 2406
Added by Jean-Philippe Lang over 16 years ago
sandbox/rails-2.2/app/models/time_entry.rb | ||
---|---|---|
48 | 48 |
end |
49 | 49 |
|
50 | 50 |
def validate |
51 |
errors.add :hours, :activerecord_error_invalid if hours && (hours < 0 || hours >= 1000)
|
|
52 |
errors.add :project_id, :activerecord_error_invalid if project.nil?
|
|
53 |
errors.add :issue_id, :activerecord_error_invalid if (issue_id && !issue) || (issue && project!=issue.project)
|
|
51 |
errors.add :hours, :invalid if hours && (hours < 0 || hours >= 1000) |
|
52 |
errors.add :project_id, :invalid if project.nil? |
|
53 |
errors.add :issue_id, :invalid if (issue_id && !issue) || (issue && project!=issue.project) |
|
54 | 54 |
end |
55 | 55 |
|
56 | 56 |
def hours=(h) |
sandbox/rails-2.2/config/locales/bg.yml | ||
---|---|---|
112 | 112 |
actionview_datehelper_time_in_words_second_less_than_plural: "по-малко от {{count}} секунди" |
113 | 113 |
actionview_instancetag_blank_option: Изберете |
114 | 114 |
|
115 |
activerecord_error_inclusion: не съществува в списъка |
|
116 |
activerecord_error_exclusion: е запазено |
|
117 |
activerecord_error_invalid: е невалидно |
|
118 |
activerecord_error_confirmation: липсва одобрение |
|
119 |
activerecord_error_accepted: трябва да се приеме |
|
120 |
activerecord_error_empty: не може да е празно |
|
121 |
activerecord_error_blank: не може да е празно |
|
122 |
activerecord_error_too_long: е прекалено дълго |
|
123 |
activerecord_error_too_short: е прекалено късо |
|
124 |
activerecord_error_wrong_length: е с грешна дължина |
|
125 |
activerecord_error_taken: вече съществува |
|
126 |
activerecord_error_not_a_number: не е число |
|
127 |
activerecord_error_not_a_date: е невалидна дата |
|
128 |
activerecord_error_greater_than_start_date: трябва да е след началната дата |
|
129 |
activerecord_error_not_same_project: не е от същия проект |
|
130 |
activerecord_error_circular_dependency: Тази релация ще доведе до безкрайна зависимост |
|
131 |
|
|
132 | 115 |
general_text_No: 'Не' |
133 | 116 |
general_text_Yes: 'Да' |
134 | 117 |
general_text_no: 'не' |
sandbox/rails-2.2/config/locales/ca.yml | ||
---|---|---|
112 | 112 |
actionview_datehelper_time_in_words_second_less_than_plural: "menys de {{count}} segons" |
113 | 113 |
actionview_instancetag_blank_option: Seleccioneu |
114 | 114 |
|
115 |
activerecord_error_inclusion: no està inclòs a la llista |
|
116 |
activerecord_error_exclusion: està reservat |
|
117 |
activerecord_error_invalid: no és vàlid |
|
118 |
activerecord_error_confirmation: la confirmació no coincideix |
|
119 |
activerecord_error_accepted: "s'ha d'acceptar" |
|
120 |
activerecord_error_empty: no pot estar buit |
|
121 |
activerecord_error_blank: no pot estar en blanc |
|
122 |
activerecord_error_too_long: és massa llarg |
|
123 |
activerecord_error_too_short: és massa curt |
|
124 |
activerecord_error_wrong_length: la longitud és incorrecta |
|
125 |
activerecord_error_taken: "ja s'està utilitzant" |
|
126 |
activerecord_error_not_a_number: no és un número |
|
127 |
activerecord_error_not_a_date: no és una data vàlida |
|
128 |
activerecord_error_greater_than_start_date: ha de ser superior que la data inicial |
|
129 |
activerecord_error_not_same_project: no pertany al mateix projecte |
|
130 |
activerecord_error_circular_dependency: Aquesta relació crearia una dependència circular |
|
131 |
|
|
132 | 115 |
general_text_No: 'No' |
133 | 116 |
general_text_Yes: 'Si' |
134 | 117 |
general_text_no: 'no' |
sandbox/rails-2.2/config/locales/cs.yml | ||
---|---|---|
115 | 115 |
actionview_datehelper_time_in_words_second_less_than_plural: "méně než {{count}} sekundami" |
116 | 116 |
actionview_instancetag_blank_option: Prosím vyberte |
117 | 117 |
|
118 |
activerecord_error_inclusion: není zahrnuto v seznamu |
|
119 |
activerecord_error_exclusion: je rezervováno |
|
120 |
activerecord_error_invalid: je neplatné |
|
121 |
activerecord_error_confirmation: se neshoduje s potvrzením |
|
122 |
activerecord_error_accepted: musí být akceptováno |
|
123 |
activerecord_error_empty: nemůže být prázdný |
|
124 |
activerecord_error_blank: nemůže být prázdný |
|
125 |
activerecord_error_too_long: je příliš dlouhý |
|
126 |
activerecord_error_too_short: je příliš krátký |
|
127 |
activerecord_error_wrong_length: má chybnou délku |
|
128 |
activerecord_error_taken: je již použito |
|
129 |
activerecord_error_not_a_number: není číslo |
|
130 |
activerecord_error_not_a_date: není platné datum |
|
131 |
activerecord_error_greater_than_start_date: musí být větší než počáteční datum |
|
132 |
activerecord_error_not_same_project: nepatří stejnému projektu |
|
133 |
activerecord_error_circular_dependency: Tento vztah by vytvořil cyklickou závislost |
|
134 |
|
|
135 | 118 |
general_text_No: 'Ne' |
136 | 119 |
general_text_Yes: 'Ano' |
137 | 120 |
general_text_no: 'ne' |
sandbox/rails-2.2/config/locales/da.yml | ||
---|---|---|
141 | 141 |
actionview_datehelper_time_in_words_second_less_than_plural: "mindre end {{count}} sekunder" |
142 | 142 |
actionview_instancetag_blank_option: Vælg venligst |
143 | 143 |
|
144 |
activerecord_error_inclusion: er ikke i listen |
|
145 |
activerecord_error_exclusion: er reserveret |
|
146 |
activerecord_error_invalid: er ugyldig |
|
147 |
activerecord_error_confirmation: passer ikke bekræftelsen |
|
148 |
activerecord_error_accepted: skal accepteres |
|
149 |
activerecord_error_empty: kan ikke være tom |
|
150 |
activerecord_error_blank: kan ikke være blank |
|
151 |
activerecord_error_too_long: er for lang |
|
152 |
activerecord_error_too_short: er for kort |
|
153 |
activerecord_error_wrong_length: har den forkerte længde |
|
154 |
activerecord_error_taken: er allerede valgt |
|
155 |
activerecord_error_not_a_number: er ikke et nummer |
|
156 |
activerecord_error_not_a_date: er en ugyldig dato |
|
157 |
activerecord_error_greater_than_start_date: skal være senere end startdatoen |
|
158 |
activerecord_error_not_same_project: høre ikke til samme projekt |
|
159 |
activerecord_error_circular_dependency: Denne relation vil skabe et afhængighedsforhold |
|
160 |
|
|
161 | 144 |
general_text_No: 'Nej' |
162 | 145 |
general_text_Yes: 'Ja' |
163 | 146 |
general_text_no: 'nej' |
sandbox/rails-2.2/config/locales/de.yml | ||
---|---|---|
141 | 141 |
actionview_datehelper_time_in_words_second_less_than_plural: "weniger als {{count}} Sekunden" |
142 | 142 |
actionview_instancetag_blank_option: Bitte auswählen |
143 | 143 |
|
144 |
activerecord_error_inclusion: ist nicht in der Liste enthalten |
|
145 |
activerecord_error_exclusion: ist reserviert |
|
146 |
activerecord_error_invalid: ist unzulässig |
|
147 |
activerecord_error_confirmation: passt nicht zur Bestätigung |
|
148 |
activerecord_error_accepted: muss angenommen werden |
|
149 |
activerecord_error_empty: darf nicht leer sein |
|
150 |
activerecord_error_blank: darf nicht leer sein |
|
151 |
activerecord_error_too_long: ist zu lang |
|
152 |
activerecord_error_too_short: ist zu kurz |
|
153 |
activerecord_error_wrong_length: hat die falsche Länge |
|
154 |
activerecord_error_taken: ist bereits vergeben |
|
155 |
activerecord_error_not_a_number: ist keine Zahl |
|
156 |
activerecord_error_not_a_date: ist kein gültiges Datum |
|
157 |
activerecord_error_greater_than_start_date: muss größer als Anfangsdatum sein |
|
158 |
activerecord_error_not_same_project: gehört nicht zum selben Projekt |
|
159 |
activerecord_error_circular_dependency: Diese Beziehung würde eine zyklische Abhängigkeit erzeugen |
|
160 |
|
|
161 | 144 |
general_text_No: 'Nein' |
162 | 145 |
general_text_Yes: 'Ja' |
163 | 146 |
general_text_no: 'nein' |
sandbox/rails-2.2/config/locales/en.yml | ||
---|---|---|
112 | 112 |
actionview_datehelper_time_in_words_second_less_than_plural: "less than {{count}} seconds" |
113 | 113 |
actionview_instancetag_blank_option: Please select |
114 | 114 |
|
115 |
activerecord_error_inclusion: is not included in the list |
|
116 |
activerecord_error_exclusion: is reserved |
|
117 |
activerecord_error_invalid: is invalid |
|
118 |
activerecord_error_confirmation: doesn't match confirmation |
|
119 |
activerecord_error_accepted: must be accepted |
|
120 |
activerecord_error_empty: can't be empty |
|
121 |
activerecord_error_blank: can't be blank |
|
122 |
activerecord_error_too_long: is too long |
|
123 |
activerecord_error_too_short: is too short |
|
124 |
activerecord_error_wrong_length: is the wrong length |
|
125 |
activerecord_error_taken: has already been taken |
|
126 |
activerecord_error_not_a_number: is not a number |
|
127 |
activerecord_error_not_a_date: is not a valid date |
|
128 |
activerecord_error_greater_than_start_date: must be greater than start date |
|
129 |
activerecord_error_not_same_project: doesn't belong to the same project |
|
130 |
activerecord_error_circular_dependency: This relation would create a circular dependency |
|
131 |
|
|
132 | 115 |
general_text_No: 'No' |
133 | 116 |
general_text_Yes: 'Yes' |
134 | 117 |
general_text_no: 'no' |
sandbox/rails-2.2/config/locales/es.yml | ||
---|---|---|
175 | 175 |
actionview_datehelper_time_in_words_second_less_than: menos de un segundo |
176 | 176 |
actionview_datehelper_time_in_words_second_less_than_plural: "menos de {{count}} segundos" |
177 | 177 |
actionview_instancetag_blank_option: Por favor seleccione |
178 |
activerecord_error_accepted: debe ser aceptado |
|
179 |
activerecord_error_blank: no puede estar en blanco |
|
180 |
activerecord_error_circular_dependency: Esta relación podría crear una dependencia circular |
|
181 |
activerecord_error_confirmation: la confirmación no coincide |
|
182 |
activerecord_error_empty: no puede estar vacío |
|
183 |
activerecord_error_exclusion: está reservado |
|
184 |
activerecord_error_greater_than_start_date: debe ser posterior a la fecha de comienzo |
|
185 |
activerecord_error_inclusion: no está incluído en la lista |
|
186 |
activerecord_error_invalid: no es válido |
|
187 |
activerecord_error_not_a_date: no es una fecha válida |
|
188 |
activerecord_error_not_a_number: no es un número |
|
189 |
activerecord_error_not_same_project: no pertenece al mismo proyecto |
|
190 |
activerecord_error_taken: ya está siendo usado |
|
191 |
activerecord_error_too_long: es demasiado largo |
|
192 |
activerecord_error_too_short: es demasiado corto |
|
193 |
activerecord_error_wrong_length: la longitud es incorrecta |
|
178 |
|
|
194 | 179 |
button_activate: Activar |
195 | 180 |
button_add: Añadir |
196 | 181 |
button_annotate: Anotar |
sandbox/rails-2.2/config/locales/fi.yml | ||
---|---|---|
154 | 154 |
actionview_datehelper_time_in_words_second_less_than_plural: "vähemmän kuin {{count}} sekuntia" |
155 | 155 |
actionview_instancetag_blank_option: Valitse, ole hyvä |
156 | 156 |
|
157 |
activerecord_error_inclusion: ei ole listalla |
|
158 |
activerecord_error_exclusion: on varattu |
|
159 |
activerecord_error_invalid: ei ole kelpaava |
|
160 |
activerecord_error_confirmation: ei vastaa vahvistusta |
|
161 |
activerecord_error_accepted: tulee hyväksyä |
|
162 |
activerecord_error_empty: ei voi olla tyhjä |
|
163 |
activerecord_error_blank: ei voi olla tyhjä |
|
164 |
activerecord_error_too_long: on liian pitkä |
|
165 |
activerecord_error_too_short: on liian lyhyt |
|
166 |
activerecord_error_wrong_length: on väärän pituinen |
|
167 |
activerecord_error_taken: on jo varattu |
|
168 |
activerecord_error_not_a_number: ei ole numero |
|
169 |
activerecord_error_not_a_date: ei ole oikea päivä |
|
170 |
activerecord_error_greater_than_start_date: tulee olla aloituspäivän jälkeinen |
|
171 |
activerecord_error_not_same_project: ei kuulu samaan projektiin |
|
172 |
activerecord_error_circular_dependency: Tämä suhde loisi kehän. |
|
173 |
|
|
174 | 157 |
general_text_No: 'Ei' |
175 | 158 |
general_text_Yes: 'Kyllä' |
176 | 159 |
general_text_no: 'ei' |
sandbox/rails-2.2/config/locales/fr.yml | ||
---|---|---|
145 | 145 |
actionview_datehelper_time_in_words_second_less_than_plural: "moins de {{count}} secondes" |
146 | 146 |
actionview_instancetag_blank_option: Choisir |
147 | 147 |
|
148 |
activerecord_error_inclusion: n'est pas inclus dans la liste |
|
149 |
activerecord_error_exclusion: est reservé |
|
150 |
activerecord_error_invalid: est invalide |
|
151 |
activerecord_error_confirmation: ne correspond pas à la confirmation |
|
152 |
activerecord_error_accepted: doit être accepté |
|
153 |
activerecord_error_empty: doit être renseigné |
|
154 |
activerecord_error_blank: doit être renseigné |
|
155 |
activerecord_error_too_long: est trop long |
|
156 |
activerecord_error_too_short: est trop court |
|
157 |
activerecord_error_wrong_length: n'est pas de la bonne longueur |
|
158 |
activerecord_error_taken: est déjà utilisé |
|
159 |
activerecord_error_not_a_number: n'est pas un nombre |
|
160 |
activerecord_error_not_a_date: n'est pas une date valide |
|
161 |
activerecord_error_greater_than_start_date: doit être postérieur à la date de début |
|
162 |
activerecord_error_not_same_project: n'appartient pas au même projet |
|
163 |
activerecord_error_circular_dependency: Cette relation créerait une dépendance circulaire |
|
164 |
|
|
165 | 148 |
general_text_No: 'Non' |
166 | 149 |
general_text_Yes: 'Oui' |
167 | 150 |
general_text_no: 'non' |
sandbox/rails-2.2/config/locales/gl.yml | ||
---|---|---|
155 | 155 |
actionview_datehelper_time_in_words_second_less_than: menos dun segundo |
156 | 156 |
actionview_datehelper_time_in_words_second_less_than_plural: "menos de {{count}} segundos" |
157 | 157 |
actionview_instancetag_blank_option: Por favor seleccione |
158 |
activerecord_error_accepted: debe ser aceptado |
|
159 |
activerecord_error_blank: non pode estar en branco |
|
160 |
activerecord_error_circular_dependency: Esta relación podería crear unha dependencia circular |
|
161 |
activerecord_error_confirmation: a confirmación non coincide |
|
162 |
activerecord_error_empty: non pode estar baleiro |
|
163 |
activerecord_error_exclusion: está reservado |
|
164 |
activerecord_error_greater_than_start_date: debe ser posterior á data de comezo |
|
165 |
activerecord_error_inclusion: non está incluído nas lista |
|
166 |
activerecord_error_invalid: non é válido |
|
167 |
activerecord_error_not_a_date: non é una data válida |
|
168 |
activerecord_error_not_a_number: non é un número |
|
169 |
activerecord_error_not_same_project: non pertence ao mesmo proxecto |
|
170 |
activerecord_error_taken: xa está sendo usado |
|
171 |
activerecord_error_too_long: é demasiado longo |
|
172 |
activerecord_error_too_short: é demasiado curto |
|
173 |
activerecord_error_wrong_length: a lonxitude é incorrecta |
|
158 |
|
|
174 | 159 |
button_activate: Activar |
175 | 160 |
button_add: Engadir |
176 | 161 |
button_annotate: Anotar |
sandbox/rails-2.2/config/locales/he.yml | ||
---|---|---|
123 | 123 |
actionview_datehelper_time_in_words_second_less_than_plural: "פחות מ-{{count}} שניות" |
124 | 124 |
actionview_instancetag_blank_option: בחר בבקשה |
125 | 125 |
|
126 |
activerecord_error_inclusion: לא כלול ברשימה |
|
127 |
activerecord_error_exclusion: שמור |
|
128 |
activerecord_error_invalid: לא קביל |
|
129 |
activerecord_error_confirmation: לא מתאים לאישור |
|
130 |
activerecord_error_accepted: חייב להסכים |
|
131 |
activerecord_error_empty: לא יכול להיות ריק |
|
132 |
activerecord_error_blank: לא יכול להיות חסר |
|
133 |
activerecord_error_too_long: ארוך מדי |
|
134 |
activerecord_error_too_short: קצר מדי |
|
135 |
activerecord_error_wrong_length: בארוך שגוי |
|
136 |
activerecord_error_taken: כבר נלקח |
|
137 |
activerecord_error_not_a_number: אינו מספר |
|
138 |
activerecord_error_not_a_date: אינו תאריך קביל |
|
139 |
activerecord_error_greater_than_start_date: חייב להיות מאוחר יותר מתאריך ההתחלה |
|
140 |
activerecord_error_not_same_project: לא שייך לאותו הפרויקט |
|
141 |
activerecord_error_circular_dependency: הקשר הזה יצור תלות מעגלית |
|
142 |
|
|
143 | 126 |
general_text_No: 'לא' |
144 | 127 |
general_text_Yes: 'כן' |
145 | 128 |
general_text_no: 'לא' |
sandbox/rails-2.2/config/locales/hu.yml | ||
---|---|---|
149 | 149 |
actionview_datehelper_time_in_words_second_less_than_plural: "kevesebb, mint {{count}} másodperc" |
150 | 150 |
actionview_instancetag_blank_option: Kérem válasszon |
151 | 151 |
|
152 |
activerecord_error_inclusion: nem található a listában |
|
153 |
activerecord_error_exclusion: foglalt |
|
154 |
activerecord_error_invalid: érvénytelen |
|
155 |
activerecord_error_confirmation: jóváhagyás szükséges |
|
156 |
activerecord_error_accepted: ell kell fogadni |
|
157 |
activerecord_error_empty: nem lehet üres |
|
158 |
activerecord_error_blank: nem lehet üres |
|
159 |
activerecord_error_too_long: túl hosszú |
|
160 |
activerecord_error_too_short: túl rövid |
|
161 |
activerecord_error_wrong_length: hibás a hossza |
|
162 |
activerecord_error_taken: már foglalt |
|
163 |
activerecord_error_not_a_number: nem egy szám |
|
164 |
activerecord_error_not_a_date: nem érvényes dátum |
|
165 |
activerecord_error_greater_than_start_date: nagyobbnak kell lennie, mint az indítás dátuma |
|
166 |
activerecord_error_not_same_project: nem azonos projekthez tartozik |
|
167 |
activerecord_error_circular_dependency: Ez a kapcsolat egy körkörös függőséget eredményez |
|
168 |
|
|
169 | 152 |
general_text_No: 'Nem' |
170 | 153 |
general_text_Yes: 'Igen' |
171 | 154 |
general_text_no: 'nem' |
sandbox/rails-2.2/config/locales/it.yml | ||
---|---|---|
126 | 126 |
actionview_datehelper_time_in_words_second_less_than_plural: "meno di {{count}} secondi" |
127 | 127 |
actionview_instancetag_blank_option: Scegli |
128 | 128 |
|
129 |
activerecord_error_inclusion: non è incluso nella lista |
|
130 |
activerecord_error_exclusion: è riservato |
|
131 |
activerecord_error_invalid: non è valido |
|
132 |
activerecord_error_confirmation: non coincide con la conferma |
|
133 |
activerecord_error_accepted: deve essere accettato |
|
134 |
activerecord_error_empty: non può essere vuoto |
|
135 |
activerecord_error_blank: non può essere lasciato in bianco |
|
136 |
activerecord_error_too_long: è troppo lungo/a |
|
137 |
activerecord_error_too_short: è troppo corto/a |
|
138 |
activerecord_error_wrong_length: è della lunghezza sbagliata |
|
139 |
activerecord_error_taken: è già stato/a preso/a |
|
140 |
activerecord_error_not_a_number: non è un numero |
|
141 |
activerecord_error_not_a_date: non è una data valida |
|
142 |
activerecord_error_greater_than_start_date: deve essere maggiore della data di partenza |
|
143 |
activerecord_error_not_same_project: non appartiene allo stesso progetto |
|
144 |
activerecord_error_circular_dependency: Questa relazione creerebbe una dipendenza circolare |
|
145 |
|
|
146 | 129 |
general_text_No: 'No' |
147 | 130 |
general_text_Yes: 'Si' |
148 | 131 |
general_text_no: 'no' |
sandbox/rails-2.2/config/locales/ja.yml | ||
---|---|---|
144 | 144 |
actionview_datehelper_time_in_words_second_less_than_plural: "{{count}}秒以内" |
145 | 145 |
actionview_instancetag_blank_option: 選んでください |
146 | 146 |
|
147 |
activerecord_error_inclusion: がリストに含まれていません |
|
148 |
activerecord_error_exclusion: が予約されています |
|
149 |
activerecord_error_invalid: が無効です |
|
150 |
activerecord_error_confirmation: 確認のパスワードと合っていません |
|
151 |
activerecord_error_accepted: を承諾してください |
|
152 |
activerecord_error_empty: が空です |
|
153 |
activerecord_error_blank: が空白です |
|
154 |
activerecord_error_too_long: が長すぎます |
|
155 |
activerecord_error_too_short: が短かすぎます |
|
156 |
activerecord_error_wrong_length: の長さが間違っています |
|
157 |
activerecord_error_taken: はすでに登録されています |
|
158 |
activerecord_error_not_a_number: が数字ではありません |
|
159 |
activerecord_error_not_a_date: の日付が間違っています |
|
160 |
activerecord_error_greater_than_start_date: を開始日より後にしてください |
|
161 |
activerecord_error_not_same_project: 同じプロジェクトに属していません |
|
162 |
activerecord_error_circular_dependency: この関係では、循環依存になります |
|
163 |
|
|
164 | 147 |
general_text_No: 'いいえ' |
165 | 148 |
general_text_Yes: 'はい' |
166 | 149 |
general_text_no: 'いいえ' |
sandbox/rails-2.2/config/locales/ko.yml | ||
---|---|---|
174 | 174 |
actionview_datehelper_time_in_words_second_less_than_plural: "{{count}} 초 이전" |
175 | 175 |
actionview_instancetag_blank_option: 선택하세요 |
176 | 176 |
|
177 |
activerecord_error_inclusion: 은(는) 목록에 포함되어 있지 않습니다. |
|
178 |
activerecord_error_exclusion: 은(는) 예약되어 있습니다. |
|
179 |
activerecord_error_invalid: 은(는) 유효하지 않습니다. |
|
180 |
activerecord_error_confirmation: 는 제약조건(confirmation)에 맞지 않습니다. |
|
181 |
activerecord_error_accepted: must be accepted |
|
182 |
activerecord_error_empty: 는 길이가 0일 수가 없습니다. |
|
183 |
activerecord_error_blank: 는 빈 값이어서는 안됩니다. |
|
184 |
activerecord_error_too_long: 는 너무 깁니다. |
|
185 |
activerecord_error_too_short: 는 너무 짧습니다. |
|
186 |
activerecord_error_wrong_length: 는 잘못된 길이입니다. |
|
187 |
activerecord_error_taken: 가 이미 값을 가지고 있습니다. |
|
188 |
activerecord_error_not_a_number: 는 숫자가 아닙니다. |
|
189 |
activerecord_error_not_a_date: 는 잘못된 날짜 값입니다. |
|
190 |
activerecord_error_greater_than_start_date: 는 시작날짜보다 커야 합니다. |
|
191 |
activerecord_error_not_same_project: 는 같은 프로젝트에 속해 있지 않습니다. |
|
192 |
activerecord_error_circular_dependency: 이 관계는 순환 의존관계를 만들 수있습니다. |
|
193 |
|
|
194 | 177 |
general_text_No: '아니오' |
195 | 178 |
general_text_Yes: '예' |
196 | 179 |
general_text_no: '아니오' |
sandbox/rails-2.2/config/locales/lt.yml | ||
---|---|---|
152 | 152 |
actionview_datehelper_time_in_words_second_less_than_plural: "mažiau, negu {{count}} sekundės" |
153 | 153 |
actionview_instancetag_blank_option: prašom išrinkti |
154 | 154 |
|
155 |
activerecord_error_inclusion: nėra įtrauktas į sąrašą |
|
156 |
activerecord_error_exclusion: yra rezervuota(as) |
|
157 |
activerecord_error_invalid: yra negaliojanti(is) |
|
158 |
activerecord_error_confirmation: neatitinka patvirtinimo |
|
159 |
activerecord_error_accepted: turi būti priimtas |
|
160 |
activerecord_error_empty: negali būti tuščiu |
|
161 |
activerecord_error_blank: negali būti tuščiu |
|
162 |
activerecord_error_too_long: yra per ilgas |
|
163 |
activerecord_error_too_short: yra per trumpas |
|
164 |
activerecord_error_wrong_length: neteisingas ilgis |
|
165 |
activerecord_error_taken: buvo jau paimtas |
|
166 |
activerecord_error_not_a_number: nėra skaičius |
|
167 |
activerecord_error_not_a_date: data nėra galiojanti |
|
168 |
activerecord_error_greater_than_start_date: turi būti didesnė negu pradžios data |
|
169 |
activerecord_error_not_same_project: nepriklauso tam pačiam projektui |
|
170 |
activerecord_error_circular_dependency: Šis ryšys sukurtų ciklinę priklausomybę |
|
171 |
|
|
172 | 155 |
general_text_No: 'Ne' |
173 | 156 |
general_text_Yes: 'Taip' |
174 | 157 |
general_text_no: 'ne' |
sandbox/rails-2.2/config/locales/nl.yml | ||
---|---|---|
110 | 110 |
actionview_datehelper_time_in_words_second_less_than: minder dan een seconde |
111 | 111 |
actionview_datehelper_time_in_words_second_less_than_plural: "minder dan {{count}} seconden" |
112 | 112 |
actionview_instancetag_blank_option: Selecteer |
113 |
activerecord_error_accepted: moet geaccepteerd worden |
|
114 |
activerecord_error_blank: mag niet blanco zijn |
|
115 |
activerecord_error_circular_dependency: Deze relatie zou een circulaire afhankelijkheid tot gevolg hebben |
|
116 |
activerecord_error_confirmation: komt niet overeen met bevestiging |
|
117 |
activerecord_error_empty: mag niet leeg zijn |
|
118 |
activerecord_error_exclusion: is gereserveerd |
|
119 |
activerecord_error_greater_than_start_date: moet na de startdatum liggen |
|
120 |
activerecord_error_inclusion: staat niet in de lijst |
|
121 |
activerecord_error_invalid: is ongeldig |
|
122 |
activerecord_error_not_a_date: is geen valide datum |
|
123 |
activerecord_error_not_a_number: is geen getal |
|
124 |
activerecord_error_not_same_project: hoort niet bij hetzelfde project |
|
125 |
activerecord_error_taken: is al in gebruik |
|
126 |
activerecord_error_too_long: is te lang |
|
127 |
activerecord_error_too_short: is te kort |
|
128 |
activerecord_error_wrong_length: heeft een onjuiste lengte |
|
113 |
|
|
129 | 114 |
button_activate: Activeer |
130 | 115 |
button_add: Voeg toe |
131 | 116 |
button_annotate: Annoteer |
sandbox/rails-2.2/config/locales/no.yml | ||
---|---|---|
116 | 116 |
actionview_datehelper_time_in_words_second_less_than_plural: "mindre enn {{count}} sekunder" |
117 | 117 |
actionview_instancetag_blank_option: Vennligst velg |
118 | 118 |
|
119 |
activerecord_error_inclusion: finnes ikke i listen |
|
120 |
activerecord_error_exclusion: er reservert |
|
121 |
activerecord_error_invalid: er ugyldig |
|
122 |
activerecord_error_confirmation: stemmer ikke med bekreftelsen |
|
123 |
activerecord_error_accepted: må aksepteres |
|
124 |
activerecord_error_empty: kan ikke være tom |
|
125 |
activerecord_error_blank: kan ikke være blank |
|
126 |
activerecord_error_too_long: er for langt |
|
127 |
activerecord_error_too_short: er for kort |
|
128 |
activerecord_error_wrong_length: har feil lengde |
|
129 |
activerecord_error_taken: er opptatt |
|
130 |
activerecord_error_not_a_number: er ikke et nummer |
|
131 |
activerecord_error_not_a_date: er ikke en gyldig dato |
|
132 |
activerecord_error_greater_than_start_date: må være større enn startdato |
|
133 |
activerecord_error_not_same_project: hører ikke til samme prosjekt |
|
134 |
activerecord_error_circular_dependency: Denne relasjonen ville lagd en sirkulær avhengighet |
|
135 |
|
|
136 | 119 |
general_text_No: 'Nei' |
137 | 120 |
general_text_Yes: 'Ja' |
138 | 121 |
general_text_no: 'nei' |
sandbox/rails-2.2/config/locales/pl.yml | ||
---|---|---|
149 | 149 |
actionview_datehelper_time_in_words_second_less_than_plural5: "mniej niż {{count}} sekund" |
150 | 150 |
actionview_datehelper_time_in_words_second_less_than_plural: "mniej niż {{count}} sekund" |
151 | 151 |
actionview_instancetag_blank_option: Proszę wybierz |
152 |
activerecord_error_accepted: musi być zaakceptowane |
|
153 |
activerecord_error_blank: nie może być czyste |
|
154 |
activerecord_error_circular_dependency: Ta relacja może wytworzyć kołową zależność |
|
155 |
activerecord_error_confirmation: nie pasuje do potwierdzenia |
|
156 |
activerecord_error_empty: nie może być puste |
|
157 |
activerecord_error_exclusion: jest zarezerwowane |
|
158 |
activerecord_error_greater_than_start_date: musi być większe niż początkowa data |
|
159 |
activerecord_error_inclusion: nie jest zawarte na liście |
|
160 |
activerecord_error_invalid: jest nieprawidłowe |
|
161 |
activerecord_error_not_a_date: nie jest prawidłową datą |
|
162 |
activerecord_error_not_a_number: nie jest numerem |
|
163 |
activerecord_error_not_same_project: nie należy do tego samego projektu |
|
164 |
activerecord_error_taken: jest już wybrane |
|
165 |
activerecord_error_too_long: jest za długie |
|
166 |
activerecord_error_too_short: jest za krótkie |
|
167 |
activerecord_error_wrong_length: ma złą długość |
|
152 |
|
|
168 | 153 |
button_activate: Aktywuj |
169 | 154 |
button_add: Dodaj |
170 | 155 |
button_annotate: Adnotuj |
sandbox/rails-2.2/config/locales/pt-BR.yml | ||
---|---|---|
150 | 150 |
actionview_datehelper_time_in_words_second_less_than_plural: "menos de {{count}} segundos" |
151 | 151 |
actionview_instancetag_blank_option: Selecione |
152 | 152 |
|
153 |
activerecord_error_inclusion: não está incluso na lista |
|
154 |
activerecord_error_exclusion: está reservado |
|
155 |
activerecord_error_invalid: é inválido |
|
156 |
activerecord_error_confirmation: confirmação não confere |
|
157 |
activerecord_error_accepted: deve ser aceito |
|
158 |
activerecord_error_empty: não pode ficar vazio |
|
159 |
activerecord_error_blank: não pode ficar em branco |
|
160 |
activerecord_error_too_long: é muito longo |
|
161 |
activerecord_error_too_short: é muito curto |
|
162 |
activerecord_error_wrong_length: esta com o tamanho errado |
|
163 |
activerecord_error_taken: já está em uso |
|
164 |
activerecord_error_not_a_number: não é um número |
|
165 |
activerecord_error_not_a_date: não é uma data válida |
|
166 |
activerecord_error_greater_than_start_date: deve ser maior que a data inicial |
|
167 |
activerecord_error_not_same_project: não pertence ao mesmo projeto |
|
168 |
activerecord_error_circular_dependency: Esta relação geraria uma dependência circular |
|
169 |
|
|
170 | 153 |
general_text_No: 'Não' |
171 | 154 |
general_text_Yes: 'Sim' |
172 | 155 |
general_text_no: 'não' |
sandbox/rails-2.2/config/locales/pt.yml | ||
---|---|---|
135 | 135 |
actionview_datehelper_time_in_words_second_less_than_plural: "menos de {{count}} segundos" |
136 | 136 |
actionview_instancetag_blank_option: Seleccione |
137 | 137 |
|
138 |
activerecord_error_inclusion: não existe na lista |
|
139 |
activerecord_error_exclusion: já existe na lista |
|
140 |
activerecord_error_invalid: é inválido |
|
141 |
activerecord_error_confirmation: não está de acordo com a confirmação |
|
142 |
activerecord_error_accepted: tem de ser aceite |
|
143 |
activerecord_error_empty: não pode estar vazio |
|
144 |
activerecord_error_blank: não pode estar em branco |
|
145 |
activerecord_error_too_long: é demasiado longo |
|
146 |
activerecord_error_too_short: é demasiado curto |
|
147 |
activerecord_error_wrong_length: tem o comprimento errado |
|
148 |
activerecord_error_taken: já foi usado em outro registo |
|
149 |
activerecord_error_not_a_number: não é um número |
|
150 |
activerecord_error_not_a_date: não é uma data válida |
|
151 |
activerecord_error_greater_than_start_date: deve ser maior que a data inicial |
|
152 |
activerecord_error_not_same_project: não pertence ao mesmo projecto |
|
153 |
activerecord_error_circular_dependency: Esta relação iria criar uma dependência circular |
|
154 |
|
|
155 | 138 |
general_text_No: 'Não' |
156 | 139 |
general_text_Yes: 'Sim' |
157 | 140 |
general_text_no: 'não' |
sandbox/rails-2.2/config/locales/ro.yml | ||
---|---|---|
158 | 158 |
actionview_datehelper_time_in_words_second_less_than_plural: "mai putin de {{count}} secunde" |
159 | 159 |
actionview_instancetag_blank_option: Va rog selectati |
160 | 160 |
|
161 |
activerecord_error_inclusion: nu este inclus in lista |
|
162 |
activerecord_error_exclusion: este rezervat |
|
163 |
activerecord_error_invalid: este invalid |
|
164 |
activerecord_error_confirmation: nu corespunde confirmarii |
|
165 |
activerecord_error_accepted: trebuie acceptat |
|
166 |
activerecord_error_empty: nu poate fi gol |
|
167 |
activerecord_error_blank: nu poate fi gol |
|
168 |
activerecord_error_too_long: este prea lung |
|
169 |
activerecord_error_too_short: este prea scurt |
|
170 |
activerecord_error_wrong_length: are lungimea eronata |
|
171 |
activerecord_error_taken: deja a fost luat/rezervat |
|
172 |
activerecord_error_not_a_number: nu este un numar |
|
173 |
activerecord_error_not_a_date: nu este o data valida |
|
174 |
activerecord_error_greater_than_start_date: trebuie sa fie mai mare ca data de start |
|
175 |
activerecord_error_not_same_project: nu apartine projectului respectiv |
|
176 |
activerecord_error_circular_dependency: Aceasta relatie ar crea dependenta circulara |
|
177 |
|
|
178 | 161 |
general_text_No: 'Nu' |
179 | 162 |
general_text_Yes: 'Da' |
180 | 163 |
general_text_no: 'nu' |
sandbox/rails-2.2/config/locales/ru.yml | ||
---|---|---|
229 | 229 |
actionview_datehelper_time_in_words_second_less_than: менее секунды |
230 | 230 |
actionview_instancetag_blank_option: Выберите |
231 | 231 |
|
232 |
activerecord_error_accepted: необходимо принять |
|
233 |
activerecord_error_blank: необходимо заполнить |
|
234 |
activerecord_error_circular_dependency: Такая связь приведет к циклической зависимости |
|
235 |
activerecord_error_confirmation: ошибка в подтверждении |
|
236 |
activerecord_error_empty: необходимо заполнить |
|
237 |
activerecord_error_exclusion: зарезервировано |
|
238 |
activerecord_error_greater_than_start_date: должна быть позднее даты начала |
|
239 |
activerecord_error_inclusion: нет в списке |
|
240 |
activerecord_error_invalid: неверное значение |
|
241 |
activerecord_error_not_a_date: дата недействительна |
|
242 |
activerecord_error_not_a_number: не является числом |
|
243 |
activerecord_error_not_same_project: не относятся к одному проекту |
|
244 |
activerecord_error_taken: уже используется |
|
245 |
activerecord_error_too_long: слишком длинное значение |
|
246 |
activerecord_error_too_short: слишком короткое значение |
|
247 |
activerecord_error_wrong_length: не соответствует длине |
|
248 |
|
|
249 | 232 |
button_activate: Активировать |
250 | 233 |
button_add: Добавить |
251 | 234 |
button_annotate: Авторство |
sandbox/rails-2.2/config/locales/sk.yml | ||
---|---|---|
115 | 115 |
actionview_datehelper_time_in_words_second_less_than_plural: "menej ako {{count}} sekundami" |
116 | 116 |
actionview_instancetag_blank_option: Prosím vyberte |
117 | 117 |
|
118 |
activerecord_error_inclusion: nieje zahrnuté v zozname |
|
119 |
activerecord_error_exclusion: je rezervované |
|
120 |
activerecord_error_invalid: je neplatné |
|
121 |
activerecord_error_confirmation: sa nezhoduje s potvrdením |
|
122 |
activerecord_error_accepted: musí byť akceptované |
|
123 |
activerecord_error_empty: nemôže byť prázdne |
|
124 |
activerecord_error_blank: nemôže byť prázdne |
|
125 |
activerecord_error_too_long: je príliš dlhé |
|
126 |
activerecord_error_too_short: je príliš krátke |
|
127 |
activerecord_error_wrong_length: má chybnú dĺžku |
|
128 |
activerecord_error_taken: je už použité |
|
129 |
activerecord_error_not_a_number: nieje číslo |
|
130 |
activerecord_error_not_a_date: nieje platný dátum |
|
131 |
activerecord_error_greater_than_start_date: musí byť väčší ako počiatočný dátum |
|
132 |
activerecord_error_not_same_project: nepatrí rovnakému projektu |
|
133 |
activerecord_error_circular_dependency: Tento vzťah by vytvoril cyklickú závislosť |
|
134 |
|
|
135 | 118 |
general_text_No: 'Nie' |
136 | 119 |
general_text_Yes: 'Áno' |
137 | 120 |
general_text_no: 'nie' |
sandbox/rails-2.2/config/locales/sl.yml | ||
---|---|---|
112 | 112 |
actionview_datehelper_time_in_words_second_less_than_plural: "manj kot {{count}} sekund" |
113 | 113 |
actionview_instancetag_blank_option: Prosimo izberite |
114 | 114 |
|
115 |
activerecord_error_inclusion: ni vključen na seznamu |
|
116 |
activerecord_error_exclusion: je rezerviran |
|
117 |
activerecord_error_invalid: je napačen |
|
118 |
activerecord_error_confirmation: ne ustreza potrdilu |
|
119 |
activerecord_error_accepted: mora biti sprejet |
|
120 |
activerecord_error_empty: ne sme biti prazen |
|
121 |
activerecord_error_blank: ne sme biti neizpolnjen |
|
122 |
activerecord_error_too_long: je predolg |
|
123 |
activerecord_error_too_short: je prekratek |
|
124 |
activerecord_error_wrong_length: je napačne dolžine |
|
125 |
activerecord_error_taken: je že zaseden |
|
126 |
activerecord_error_not_a_number: ni število |
|
127 |
activerecord_error_not_a_date: ni veljaven datum |
|
128 |
activerecord_error_greater_than_start_date: mora biti kasnejši kot začeten datum |
|
129 |
activerecord_error_not_same_project: ne pripada istemu projektu |
|
130 |
activerecord_error_circular_dependency: Ta odnos bi povzročil krožno odvisnost |
|
131 |
|
|
132 | 115 |
general_text_No: 'Ne' |
133 | 116 |
general_text_Yes: 'Da' |
134 | 117 |
general_text_no: 'ne' |
sandbox/rails-2.2/config/locales/sr.yml | ||
---|---|---|
138 | 138 |
actionview_datehelper_time_in_words_second_less_than_plural: "manje od {{count}} sekundi" |
139 | 139 |
actionview_instancetag_blank_option: Molim izaberite |
140 | 140 |
|
141 |
activerecord_error_inclusion: nije uključen u listu |
|
142 |
activerecord_error_exclusion: je rezervisan |
|
143 |
activerecord_error_invalid: je pogrešan |
|
144 |
activerecord_error_confirmation: Ne slaže se sa potvrdom |
|
145 |
activerecord_error_accepted: mora biti prihvaćen |
|
146 |
activerecord_error_empty: ne sme biti prazan |
|
147 |
activerecord_error_blank: ne sme biti prazno |
|
148 |
activerecord_error_too_long: je suvise dugačko |
|
149 |
activerecord_error_too_short: je suvise kratko |
|
150 |
activerecord_error_wrong_length: je pogrešne dužine |
|
151 |
activerecord_error_taken: je već zauzeto |
|
152 |
activerecord_error_not_a_number: nije broj |
|
153 |
activerecord_error_not_a_date: nije datum |
|
154 |
activerecord_error_greater_than_start_date: mora biti veći od početnog datuma |
|
155 |
activerecord_error_not_same_project: ne pripada istom projektu |
|
156 |
activerecord_error_circular_dependency: Ova relacija bi napravila kružnu zavisnost |
|
157 |
|
|
158 | 141 |
general_text_No: 'Ne' |
159 | 142 |
general_text_Yes: 'Da' |
160 | 143 |
general_text_no: 'ne' |
sandbox/rails-2.2/config/locales/sv.yml | ||
---|---|---|
170 | 170 |
actionview_datehelper_time_in_words_second_less_than_plural: "mindre än {{count}} sekunder" |
171 | 171 |
actionview_instancetag_blank_option: Var god välj |
172 | 172 |
|
173 |
activerecord_error_inclusion: finns inte i listan |
|
174 |
activerecord_error_exclusion: är reserverad |
|
175 |
activerecord_error_invalid: är ogiltig |
|
176 |
activerecord_error_confirmation: överensstämmer inte med bekräftelsen |
|
177 |
activerecord_error_accepted: måste accepteras |
|
178 |
activerecord_error_empty: får inte vara tom |
|
179 |
activerecord_error_blank: får inte vara tom |
|
180 |
activerecord_error_too_long: är för lång |
|
181 |
activerecord_error_too_short: är för kort |
|
182 |
activerecord_error_wrong_length: har fel längd |
|
183 |
activerecord_error_taken: har redan tagits |
|
184 |
activerecord_error_not_a_number: är inte ett nummer |
|
185 |
activerecord_error_not_a_date: är inte ett korrekt datum |
|
186 |
activerecord_error_greater_than_start_date: måste vara senare än startdatumet |
|
187 |
activerecord_error_not_same_project: tillhör inte samma projekt |
|
188 |
activerecord_error_circular_dependency: Denna relation skulle skapa ett cirkulärt beroende |
|
189 |
|
|
190 | 173 |
general_text_No: 'Nej' |
191 | 174 |
general_text_Yes: 'Ja' |
192 | 175 |
general_text_no: 'nej' |
sandbox/rails-2.2/config/locales/th.yml | ||
---|---|---|
112 | 112 |
actionview_datehelper_time_in_words_second_less_than_plural: "ไม่ถึง {{count}} วินาที" |
113 | 113 |
actionview_instancetag_blank_option: กรุณาเลือก |
114 | 114 |
|
115 |
activerecord_error_inclusion: ไม่อยู่ในรายการ |
|
116 |
activerecord_error_exclusion: ถูกสงวนไว้ |
|
117 |
activerecord_error_invalid: ไม่ถูกต้อง |
|
118 |
activerecord_error_confirmation: พิมพ์ไม่เหมือนเดิม |
|
119 |
activerecord_error_accepted: ต้องยอมรับ |
|
120 |
activerecord_error_empty: ต้องเติม |
|
121 |
activerecord_error_blank: ต้องเติม |
|
122 |
activerecord_error_too_long: ยาวเกินไป |
|
123 |
activerecord_error_too_short: สั้นเกินไป |
|
124 |
activerecord_error_wrong_length: ความยาวไม่ถูกต้อง |
|
125 |
activerecord_error_taken: ถูกใช้ไปแล้ว |
|
126 |
activerecord_error_not_a_number: ไม่ใช่ตัวเลข |
|
127 |
activerecord_error_not_a_date: ไม่ใช่วันที่ ที่ถูกต้อง |
|
128 |
activerecord_error_greater_than_start_date: ต้องมากกว่าวันเริ่ม |
|
129 |
activerecord_error_not_same_project: ไม่ได้อยู่ในโครงการเดียวกัน |
|
130 |
activerecord_error_circular_dependency: ความสัมพันธ์อ้างอิงเป็นวงกลม |
|
131 |
|
|
132 | 115 |
general_text_No: 'ไม่' |
133 | 116 |
general_text_Yes: 'ใช่' |
134 | 117 |
general_text_no: 'ไม่' |
sandbox/rails-2.2/config/locales/tr.yml | ||
---|---|---|
150 | 150 |
actionview_datehelper_time_in_words_second_less_than_plural: "{{count}} saniyeden az" |
151 | 151 |
actionview_instancetag_blank_option: Lütfen Seçin |
152 | 152 |
|
153 |
activerecord_error_inclusion: Listede yok |
|
154 |
activerecord_error_exclusion: ayrılmış |
|
155 |
activerecord_error_invalid: doğru değil |
|
156 |
activerecord_error_confirmation: doğrulayıcı ile uyuşmuyor |
|
157 |
activerecord_error_accepted: kabul edilmeli |
|
158 |
activerecord_error_empty: boş bırakılamaz |
|
159 |
activerecord_error_blank: boş bırakılamaz |
|
160 |
activerecord_error_too_long: çok uzun |
|
161 |
activerecord_error_too_short: çok kısa |
|
162 |
activerecord_error_wrong_length: yanlış uzunluk |
|
163 |
activerecord_error_taken: zaten alınmış |
|
164 |
activerecord_error_not_a_number: sayı değil |
|
165 |
activerecord_error_not_a_date: geçerli bir tarih değil |
|
166 |
activerecord_error_greater_than_start_date: başlangıç tarihinden büyük olmalı |
|
167 |
activerecord_error_not_same_project: aynı projeye ait değil |
|
168 |
activerecord_error_circular_dependency: Bu ilişki döngüsel bağımlılık meydana getirecektir |
|
169 |
|
|
170 | 153 |
general_text_No: 'Hayır' |
171 | 154 |
general_text_Yes: 'Evet' |
172 | 155 |
general_text_no: 'hayır' |
sandbox/rails-2.2/config/locales/uk.yml | ||
---|---|---|
112 | 112 |
actionview_datehelper_time_in_words_second_less_than_plural: "менше {{count}} секунд(и)" |
113 | 113 |
actionview_instancetag_blank_option: Оберіть |
114 | 114 |
|
115 |
activerecord_error_inclusion: немає в списку |
|
116 |
activerecord_error_exclusion: зарезервовано |
|
117 |
activerecord_error_invalid: невірне |
|
118 |
activerecord_error_confirmation: не збігається з підтвердженням |
|
119 |
activerecord_error_accepted: необхідно прийняти |
|
120 |
activerecord_error_empty: не може бути порожнім |
|
121 |
activerecord_error_blank: не може бути незаповненим |
|
122 |
activerecord_error_too_long: дуже довге |
|
123 |
activerecord_error_too_short: дуже коротке |
|
124 |
activerecord_error_wrong_length: не відповідає довжині |
|
125 |
activerecord_error_taken: вже використовується |
|
126 |
activerecord_error_not_a_number: не є числом |
|
127 |
activerecord_error_not_a_date: є недійсною датою |
|
128 |
activerecord_error_greater_than_start_date: повинна бути пізніша за дату початку |
|
129 |
activerecord_error_not_same_project: не відносяться до одного проекту |
|
130 |
activerecord_error_circular_dependency: Такий зв'язок приведе до циклічної залежності |
|
131 |
|
|
132 | 115 |
general_text_No: 'Ні' |
133 | 116 |
general_text_Yes: 'Так' |
134 | 117 |
general_text_no: 'Ні' |
sandbox/rails-2.2/config/locales/vi.yml | ||
---|---|---|
180 | 180 |
actionview_datehelper_time_in_words_second_less_than_plural: "cách {{count}} giấy" |
181 | 181 |
actionview_instancetag_blank_option: Vui lòng chọn |
182 | 182 |
|
183 |
activerecord_error_inclusion: không chứa trong danh sách |
|
184 |
activerecord_error_exclusion: đã được dùng |
|
185 |
activerecord_error_invalid: không hợp lệ |
|
186 |
activerecord_error_confirmation: không khớp |
|
187 |
activerecord_error_accepted: phải được chấp nhận |
|
188 |
activerecord_error_empty: không thể để trống |
|
189 |
activerecord_error_blank: không thể để trống |
|
190 |
activerecord_error_too_long: quá dài |
|
191 |
activerecord_error_too_short: quá ngắn |
|
192 |
activerecord_error_wrong_length: độ dài không đúng |
|
193 |
activerecord_error_taken: đã được chọn |
|
194 |
activerecord_error_not_a_number: không phải con số |
|
195 |
activerecord_error_not_a_date: không phải ngày hợp lệ |
|
196 |
activerecord_error_greater_than_start_date: phải đi sau ngày bắt đầu |
|
197 |
activerecord_error_not_same_project: không thuộc cùng dự án |
|
198 |
activerecord_error_circular_dependency: quan hệ có thể gây ra lặp vô tận |
|
199 |
|
|
200 | 183 |
general_text_No: 'Không' |
201 | 184 |
general_text_Yes: 'Có' |
202 | 185 |
general_text_no: 'không' |
sandbox/rails-2.2/config/locales/zh-TW.yml | ||
---|---|---|
143 | 143 |
actionview_datehelper_time_in_words_second_less_than_plural: "小於 {{count}} 秒" |
144 | 144 |
actionview_instancetag_blank_option: 請選擇 |
145 | 145 |
|
146 |
activerecord_error_inclusion: 必須被包含 |
|
147 |
activerecord_error_exclusion: 必須被排除 |
|
148 |
activerecord_error_invalid: 不正確 |
|
149 |
activerecord_error_confirmation: 與確認欄位不相符 |
|
150 |
activerecord_error_accepted: 必須被接受 |
|
151 |
activerecord_error_empty: 不可為空值 |
|
152 |
activerecord_error_blank: 不可為空白 |
|
153 |
activerecord_error_too_long: 長度過長 |
|
154 |
activerecord_error_too_short: 長度太短 |
|
155 |
activerecord_error_wrong_length: 長度不正確 |
|
156 |
activerecord_error_taken: 已經被使用 |
|
157 |
activerecord_error_not_a_number: 不是一個數字 |
|
158 |
activerecord_error_not_a_date: 日期格式不正確 |
|
159 |
activerecord_error_greater_than_start_date: 必須在起始日期之後 |
|
160 |
activerecord_error_not_same_project: 不屬於同一個專案 |
|
161 |
activerecord_error_circular_dependency: 這個關聯會導致環狀相依 |
|
162 |
|
|
163 | 146 |
general_text_No: '否' |
164 | 147 |
general_text_Yes: '是' |
165 | 148 |
general_text_no: '否' |
sandbox/rails-2.2/config/locales/zh.yml | ||
---|---|---|
143 | 143 |
actionview_datehelper_time_in_words_second_less_than_plural: "{{count}} 秒以内" |
144 | 144 |
actionview_instancetag_blank_option: 请选择 |
145 | 145 |
|
146 |
activerecord_error_inclusion: 未被包含在列表中 |
|
147 |
activerecord_error_exclusion: 是保留字 |
|
148 |
activerecord_error_invalid: 是无效的 |
|
149 |
activerecord_error_confirmation: 与确认栏不符 |
|
150 |
activerecord_error_accepted: 必须被接受 |
|
151 |
activerecord_error_empty: 不可为空 |
|
152 |
activerecord_error_blank: 不可为空白 |
|
153 |
activerecord_error_too_long: 过长 |
|
154 |
activerecord_error_too_short: 过短 |
|
155 |
activerecord_error_wrong_length: 长度不正确 |
|
156 |
activerecord_error_taken: 已被使用 |
|
157 |
activerecord_error_not_a_number: 不是数字 |
|
158 |
activerecord_error_not_a_date: 不是有效的日期 |
|
159 |
activerecord_error_greater_than_start_date: 必须在起始日期之后 |
|
160 |
activerecord_error_not_same_project: 不属于同一个项目 |
|
161 |
activerecord_error_circular_dependency: 此关联将导致循环依赖 |
|
162 |
|
|
163 | 146 |
general_text_No: '否' |
164 | 147 |
general_text_Yes: '是' |
165 | 148 |
general_text_no: '否' |
Also available in: Unified diff
Locales cleaning.