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.
78 two_words_connector: " i "
79 last_word_connector: ", i "
82 prompt: "Si us plau tria"
85 # Used in number_with_delimiter()
86 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
88 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
90 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
92 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
95 strip_insignificant_zeros: false
97 # Used in number_to_currency()
100 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
103 # These three are to override number.format and are optional
108 strip_insignificant_zeros: false
110 # Used in number_to_percentage()
113 # These three are to override number.format and are optional
118 # Used in number_to_precision()
121 # These three are to override number.format and are optional
126 # Used in number_to_human_size()
129 # These three are to override number.format and are optional
134 strip_insignificant_zeros: true
136 # Storage units output formatting.
137 # %u is the storage unit, %n is the number (default: 2 MB)
155 quadrillion: "Quatrilió"
157 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
160 half_a_minute: "mig minut"
162 one: "menys d'1 segon"
163 other: "menys de %{count} segons"
166 other: "%{count} segons"
168 one: "menys d'1 minut"
169 other: "menys de %{count} minuts"
172 other: "%{count} minuts"
174 one: "aproximadament 1 hora"
175 other: "aproximadament %{count} hores"
178 other: "%{count} dies"
180 one: "aproximadament 1 mes"
181 other: "aproximadament %{count} mesos"
184 other: "%{count} mesos"
186 one: "aproximadament 1 any"
187 other: "aproximadament %{count} anys"
190 other: "més de %{count} anys"
193 other: "casi %{count} anys"
204 prompt: "Si us plau tria"
207 create: 'Crear %{model}'
208 update: 'Actualizar %{model}'
209 submit: 'Guardar %{model}'
213 format: "%{attribute} %{message}"
215 messages: &errors_messages
216 inclusion: "no està inclós a la llista"
217 exclusion: "està reservat"
218 invalid: "no és vàlid"
219 confirmation: "no coincideix"
220 accepted: "ha de ser acceptat"
221 empty: "no pot estar buit"
222 blank: "no pot estar en blanc"
223 too_long: "és massa llarg (%{count} caràcters màxim)"
224 too_short: "és massa curt (%{count} caràcters mínim)"
225 wrong_length: "no té la longitud correcte (%{count} caràcters exactament)"
226 not_a_number: "no és un número"
227 not_an_integer: "ha de ser un enter"
228 taken: "no està disponible"
229 not_a_number: "no és un número"
230 greater_than: "ha de ser més gran que %{count}"
231 greater_than_or_equal_to: "ha de ser més gran o igual a %{count}"
232 equal_to: "ha de ser igual a %{count}"
233 less_than: "ha de ser menor que %{count}"
234 less_than_or_equal_to: "ha de ser menor o igual a %{count}"
235 odd: "ha de ser imparell"
236 even: "ha de ser parell"
237 record_invalid: "La validació ha fallat: %{errors}"
238 template: &errors_template
240 one: "No s'ha pogut desar aquest/a %{model} perquè hi ha 1 error"
241 other: "No s'ha pogut desar aquest/a %{model} perquè hi ha hagut %{count} errors"
242 body: "Hi ha hagut problemes amb els següents camps:"
252 format: "%{attribute} %{message}"