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 # Storage units output formatting.
52 # %u is the storage unit, %n is the number (default: 2 MB)
63 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
66 half_a_minute: "mig minut"
68 one: "menys d'1 segon"
69 other: "menys de %{count} segons"
72 other: "%{count} segons"
74 one: "menys d'1 minut"
75 other: "menys de %{count} minuts"
78 other: "%{count} minuts"
80 one: "aproximadament 1 hora"
81 other: "aproximadament %{count} hores"
84 other: "%{count} dies"
86 one: "aproximadament 1 mes"
87 other: "aproximadament %{count} mesos"
90 other: "%{count} mesos"
92 one: "aproximadament 1 any"
93 other: "aproximadament %{count} anys"
96 other: "més de %{count} anys"
102 one: "No s'ha pogut desar aquest/a %{model} perquè hi ha 1 error"
103 other: "No s'ha pogut desar aquest/a %{model} perquè hi ha hagut %{count} errors"
104 # The variable :count is also available
105 body: "Hi ha hagut problemes amb els següents camps:"
107 # The values :model, :attribute and :value are always available for interpolation
108 # The value :count is available when applicable. Can be used for pluralization.
110 inclusion: "no està incluós a la llista"
111 exclusion: "està reservat"
112 invalid: "no és vàlid"
113 confirmation: "no coincideix"
114 accepted: "ha de ser acceptat"
115 empty: "no pot estar buit"
116 blank: "no pot estar en blanc"
117 too_long: "és massa llarg (%{count} caràcters màxim)"
118 too_short: "és massa curt (%{count} caràcters mínim)"
119 wrong_length: "no té la longitud correcte (%{count} caràcters exactament)"
120 taken: "no està disponible"
121 not_a_number: "no és un número"
122 greater_than: "ha de ser més gran que %{count}"
123 greater_than_or_equal_to: "ha de ser més gran o igual a %{count}"
124 equal_to: "ha de ser igual a %{count}"
125 less_than: "ha de ser menor que %{count}"
126 less_than_or_equal_to: "ha de ser menor o igual a %{count}"
127 odd: "ha de ser imparell"
128 even: "ha de ser parell"
130 # Append your own errors here or at the model/attributes scope.
133 # Overrides default messages
136 # Overrides model and default messages.
140 # Use the strftime parameters for formats.
141 # When no format has been given, it uses default.
142 # You can provide other formats here if you like!
145 long: "%d de %B de %Y"
147 day_names: [diumenge, dilluns, dimarts, dimecres, dijous, divendres, dissabte]
148 abbr_day_names: [dg, dl, dm, dc, dj, dv, ds]
150 # Don't forget the nil at the beginning; there's no such thing as a 0th month
151 month_names: [~, gener, febrer, març, abril, maig, juny, juliol, agost, setembre, octubre, novembre, desembre]
152 abbr_month_names: [~, Gen, Feb, Mar, Abr, Mai, Jun, Jul, Ago, Set, Oct, Nov, Des]
153 # Used in date_select and datime_select.
161 default: "%A, %d de %B de %Y %H:%M:%S %z"
162 short: "%d de %b %H:%M"
163 long: "%d de %B de %Y %H:%M"
167 # Used in array.to_sentence.
170 sentence_connector: "i"