1 # Portuguese localization for Ruby on Rails
2 # by Ricardo Otero <oterosantos@gmail.com>
4 # This localization file targets Rails 2.3.2.
5 # If you need a previous version go to http://github.com/weppos/rails-i18n/
6 # and choose between available tags.
8 # Used in array.to_sentence.
10 # default value for :prompt => true in FormOptionsHelper
12 # default value for :prompt => true in FormOptionsHelper
13 prompt: "Por favor seleccione"
16 # sentence_connector: "y"
19 two_words_connector: "e"
20 last_word_connector: ", e"
24 # Use the strftime parameters for formats.
25 # When no format has been given, it uses default.
26 # You can provide other formats here if you like!
29 long: "%d de %B de %Y"
31 day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado]
32 abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb]
34 # Don't forget the nil at the beginning; there's no such thing as a 0th month
35 month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
36 abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
37 # Used in date_select and datime_select.
38 order: [:day, :month, :year]
42 default: "%A, %d de %B de %Y, %H:%Mh"
43 short: "%d/%m, %H:%M hs"
44 long: "%A, %d de %B de %Y, %H:%Mh"
48 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
51 half_a_minute: "meio minuto"
53 one: "menos de 1 segundo"
54 other: "menos de {{count}} segundos"
57 other: "{{count}} segundos"
59 one: "menos de um minuto"
60 other: "menos de {{count}} minutos"
63 other: "{{count}} minutos"
65 one: "aproximadamente 1 hora"
66 other: "aproximadamente {{count}} horas"
69 other: "{{count}} dias"
71 one: "aproximadamente 1 mês"
72 other: "aproximadamente {{count}} meses"
75 other: "{{count}} meses"
77 one: "aproximadamente 1 ano"
78 other: "aproximadamente {{count}} anos"
81 other: "mais de {{count}} anos"
84 other: "quase {{count}} years"
94 # Used in number_with_delimiter()
95 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
97 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
99 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
101 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
104 # Used in number_to_currency()
106 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
110 # These three are to override number.format and are optional
115 # Used in number_to_percentage()
118 # These three are to override number.format and are optional
123 # Used in number_to_precision()
126 # These three are to override number.format and are optional
131 # Used in number_to_human_size() and number_to_human()
134 # These three are to override number.format and are optional
139 # storage_units: [Bytes, KB, MB, GB, TB]
141 # number_to_human_size()
153 # new in rails 3: please add to other locales
176 one: "Não foi possível guardar {{model}}: 1 erro"
177 other: "Não foi possível guardar {{model}}: {{count}} erros"
178 # The variable :count is also available
179 body: "Por favor, verifique os seguintes campos:"
180 # The values :model, :attribute and :value are always available for interpolation
181 # The value :count is available when applicable. Can be used for pluralization.
183 inclusion: "não está incluído na lista"
184 exclusion: "não está disponível"
185 invalid: "não é válido"
186 confirmation: "não está de acordo com a confirmação"
187 accepted: "precisa de ser aceite"
188 empty: "não pode estar em branco"
189 blank: "não pode estar em branco"
190 too_long: "tem demasiados caracteres (máximo: {{count}} caracteres)"
191 too_short: "tem poucos caracteres (mínimo: {{count}} caracteres)"
192 wrong_length: "não é do tamanho correcto (necessita de ter {{count}} caracteres)"
193 taken: "não está disponível"
194 not_a_number: "não é um número"
195 greater_than: "tem de ser maior do que {{count}}"
196 greater_than_or_equal_to: "tem de ser maior ou igual a {{count}}"
197 equal_to: "tem de ser igual a {{count}}"
198 less_than: "tem de ser menor do que {{count}}"
199 less_than_or_equal_to: "tem de ser menor ou igual a {{count}}"
200 odd: "tem de ser ímpar"
201 even: "tem de ser par"
202 record_invalid: "A validação falhou: {{errors}}"
203 # Append your own errors here or at the model/attributes scope.
205 # You can define own errors for models or model attributes.
206 # The values :model, :attribute and :value are always available for interpolation.
211 # blank: "This is a custom blank message for {{model}}: {{attribute}}"
214 # blank: "This is a custom blank message for User login"
215 # Will define custom blank validation message for User model and
216 # custom blank validation message for login attribute of User model.
219 # Translate model names. Used in Model.human_name().
223 # will translate User model name to "Dude"
225 # Translate model attribute names. Used in Model.human_attribute_name(attribute).
230 # will translate User attribute "login" as "Handle"
237 one: "Não foi possível guardar {{model}}: 1 erro"
238 other: "Não foi possível guardar {{model}}: {{count}} erros"
239 # The variable :count is also available
240 body: "Por favor, verifique os seguintes campos:"