1 # Catalan translations for Rails
2 # by Emili Parreño (emili@eparreno.com - www.eparreno.com)
6 # Used in number_with_delimiter()
7 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
9 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
11 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
13 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
16 # Used in number_to_currency()
19 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
22 # These three are to override number.format and are optional
27 # Used in number_to_percentage()
30 # These three are to override number.format and are optional
35 # Used in number_to_precision()
38 # These three are to override number.format and are optional
43 # Used in number_to_human_size()
46 # These three are to override number.format and are optional
51 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
54 half_a_minute: "mig minut"
56 one: "menys d'1 segon"
57 other: "menys de {{count}} segons"
60 other: "{{count}} segons"
62 one: "menys d'1 minut"
63 other: "menys de {{count}} minuts"
66 other: "{{count}} minuts"
68 one: "aproximadament 1 hora"
69 other: "aproximadament {{count}} hores"
72 other: "{{count}} dies"
74 one: "aproximadament 1 mes"
75 other: "aproximadament {{count}} mesos"
78 other: "{{count}} mesos"
80 one: "aproximadament 1 any"
81 other: "aproximadament {{count}} anys"
84 other: "més de {{count}} anys"
90 one: "No s'ha pogut desar aquest/a {{model}} perquè hi ha 1 error"
91 other: "No s'ha pogut desar aquest/a {{model}} perquè hi ha hagut {{count}} errors"
92 # The variable :count is also available
93 body: "Hi ha hagut problemes amb els següents camps:"
95 # The values :model, :attribute and :value are always available for interpolation
96 # The value :count is available when applicable. Can be used for pluralization.
98 inclusion: "no està incluós a la llista"
99 exclusion: "està reservat"
100 invalid: "no és vàlid"
101 confirmation: "no coincideix"
102 accepted: "ha de ser acceptat"
103 empty: "no pot estar buit"
104 blank: "no pot estar en blanc"
105 too_long: "és massa llarg ({{count}} caràcters màxim)"
106 too_short: "és massa curt ({{count}} caràcters mínim)"
107 wrong_length: "no té la longitud correcte ({{count}} caràcters exactament)"
108 taken: "no està disponible"
109 not_a_number: "no és un número"
110 greater_than: "ha de ser més gran que {{count}}"
111 greater_than_or_equal_to: "ha de ser més gran o igual a {{count}}"
112 equal_to: "ha de ser igual a {{count}}"
113 less_than: "ha de ser menor que {{count}}"
114 less_than_or_equal_to: "ha de ser menor o igual a {{count}}"
115 odd: "ha de ser imparell"
116 even: "ha de ser parell"
118 # Append your own errors here or at the model/attributes scope.
121 # Overrides default messages
124 # Overrides model and default messages.
128 # Use the strftime parameters for formats.
129 # When no format has been given, it uses default.
130 # You can provide other formats here if you like!
133 long: "%d de %B de %Y"
135 day_names: [diumenge, dilluns, dimarts, dimecres, dijous, divendres, dissabte]
136 abbr_day_names: [dg, dl, dm, dc, dj, dv, ds]
138 # Don't forget the nil at the beginning; there's no such thing as a 0th month
139 month_names: [~, gener, febrer, març, abril, maig, juny, juliol, agost, setembre, octubre, novembre, desembre]
140 abbr_month_names: [~, Gen, Feb, Mar, Abr, Mai, Jun, Jul, Ago, Set, Oct, Nov, Des]
141 # Used in date_select and datime_select.
142 order: [ :day, :month, :year ]
146 default: "%A, %d de %B de %Y %H:%M:%S %z"
147 short: "%d de %b %H:%M"
148 long: "%d de %B de %Y %H:%M"
152 # Used in array.to_sentence.
155 sentence_connector: "i"