1 # Catalan translations for Rails
2 # by Emili Parreño (emili@eparreno.com - www.eparreno.com)
7 # Use the strftime parameters for formats.
8 # When no format has been given, it uses default.
9 # You can provide other formats here if you like!
12 long: "%d de %B de %Y"
31 # Don't forget the nil at the beginning; there's no such thing as a 0th month
60 # Used in date_select and datime_select.
68 default: "%A, %d de %B de %Y %H:%M:%S %z"
69 short: "%d de %b %H:%M"
70 long: "%d de %B de %Y %H:%M"
74 # Used in array.to_sentence.
77 sentence_connector: "i"
79 two_words_connector: " i "
80 last_word_connector: ", i "
83 prompt: "Si us plau tria"
86 # Used in number_with_delimiter()
87 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
89 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
91 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
93 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
96 strip_insignificant_zeros: false
98 # Used in number_to_currency()
101 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
104 # These three are to override number.format and are optional
109 strip_insignificant_zeros: false
111 # Used in number_to_percentage()
114 # These three are to override number.format and are optional
119 # Used in number_to_precision()
122 # These three are to override number.format and are optional
127 # Used in number_to_human_size()
130 # These three are to override number.format and are optional
135 strip_insignificant_zeros: true
137 # Storage units output formatting.
138 # %u is the storage unit, %n is the number (default: 2 MB)
156 quadrillion: "Quatrilió"
158 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
161 half_a_minute: "mig minut"
163 one: "menys d'1 segon"
164 other: "menys de %{count} segons"
167 other: "%{count} segons"
169 one: "menys d'1 minut"
170 other: "menys de %{count} minuts"
173 other: "%{count} minuts"
175 one: "aproximadament 1 hora"
176 other: "aproximadament %{count} hores"
179 other: "%{count} dies"
181 one: "aproximadament 1 mes"
182 other: "aproximadament %{count} mesos"
185 other: "%{count} mesos"
187 one: "aproximadament 1 any"
188 other: "aproximadament %{count} anys"
191 other: "més de %{count} anys"
194 other: "casi %{count} anys"
205 prompt: "Si us plau tria"
208 create: 'Crear %{model}'
209 update: 'Actualizar %{model}'
210 submit: 'Guardar %{model}'
214 format: "%{attribute} %{message}"
216 messages: &errors_messages
217 inclusion: "no està inclós a la llista"
218 exclusion: "està reservat"
219 invalid: "no és vàlid"
220 confirmation: "no coincideix"
221 accepted: "ha de ser acceptat"
222 empty: "no pot estar buit"
223 blank: "no pot estar en blanc"
224 too_long: "és massa llarg (%{count} caràcters màxim)"
225 too_short: "és massa curt (%{count} caràcters mínim)"
226 wrong_length: "no té la longitud correcte (%{count} caràcters exactament)"
227 not_a_number: "no és un número"
228 not_an_integer: "ha de ser un enter"
229 taken: "no està disponible"
230 not_a_number: "no és un número"
231 greater_than: "ha de ser més gran que %{count}"
232 greater_than_or_equal_to: "ha de ser més gran o igual a %{count}"
233 equal_to: "ha de ser igual a %{count}"
234 less_than: "ha de ser menor que %{count}"
235 less_than_or_equal_to: "ha de ser menor o igual a %{count}"
236 odd: "ha de ser imparell"
237 even: "ha de ser parell"
243 one: "No s'ha pogut desar aquest/a %{model} perquè hi ha 1 error"
244 other: "No s'ha pogut desar aquest/a %{model} perquè hi ha hagut %{count} errors"
245 body: "Hi ha hagut problemes amb els següents camps:"
248 taken: "ja està fet servir"
249 record_invalid: "La validació ha fallat: %{errors}"
253 format: "%{attribute} %{message}"