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()
134 # These three are to override number.format and are optional
139 # storage_units: [Bytes, KB, MB, GB, TB]
156 one: "Não foi possível guardar {{model}}: 1 erro"
157 other: "Não foi possível guardar {{model}}: {{count}} erros"
158 # The variable :count is also available
159 body: "Por favor, verifique os seguintes campos:"
160 # The values :model, :attribute and :value are always available for interpolation
161 # The value :count is available when applicable. Can be used for pluralization.
163 inclusion: "não está incluído na lista"
164 exclusion: "não está disponível"
165 invalid: "não é válido"
166 confirmation: "não está de acordo com a confirmação"
167 accepted: "precisa de ser aceite"
168 empty: "não pode estar em branco"
169 blank: "não pode estar em branco"
170 too_long: "tem demasiados caracteres (máximo: {{count}} caracteres)"
171 too_short: "tem poucos caracteres (mínimo: {{count}} caracteres)"
172 wrong_length: "não é do tamanho correcto (necessita de ter {{count}} caracteres)"
173 taken: "não está disponível"
174 not_a_number: "não é um número"
175 greater_than: "tem de ser maior do que {{count}}"
176 greater_than_or_equal_to: "tem de ser maior ou igual a {{count}}"
177 equal_to: "tem de ser igual a {{count}}"
178 less_than: "tem de ser menor do que {{count}}"
179 less_than_or_equal_to: "tem de ser menor ou igual a {{count}}"
180 odd: "tem de ser ímpar"
181 even: "tem de ser par"
182 record_invalid: "A validação falhou: {{errors}}"
183 # Append your own errors here or at the model/attributes scope.
185 # You can define own errors for models or model attributes.
186 # The values :model, :attribute and :value are always available for interpolation.
191 # blank: "This is a custom blank message for {{model}}: {{attribute}}"
194 # blank: "This is a custom blank message for User login"
195 # Will define custom blank validation message for User model and
196 # custom blank validation message for login attribute of User model.
199 # Translate model names. Used in Model.human_name().
203 # will translate User model name to "Dude"
205 # Translate model attribute names. Used in Model.human_attribute_name(attribute).
210 # will translate User attribute "login" as "Handle"
217 one: "Não foi possível guardar {{model}}: 1 erro"
218 other: "Não foi possível guardar {{model}}: {{count}} erros"
219 # The variable :count is also available
220 body: "Por favor, verifique os seguintes campos:"