added missing locales

did committed Jan 08, 2013
commit a9ced3e5ad0e28a3347d72127b4e31ff1d0a1091
Showing 10 changed files with 1394 additions and 2 deletions
TODO +2 -2
@@ @@ -8,9 +8,9 @@ x dragonfly
- make it work for other platforms (linux, windows)
x post content entry
x liquid assigns: sessions (rack)
- - I18n keys
+ x I18n keys
x fr/en
- - other locales
+ x other locales
- static js/css assets (non coffeescript or sass files) are not reloaded if got changed.
- content types / liquid
- group_contents_by
locales/de.yml +143 -0
@@ @@ -0,0 +1,143 @@
+ de:
+ errors:
+ messages:
+ blank: "leer"
+
+ pagination:
+ previous: "« Zurück"
+ next: "Vor »"
+
+ date:
+ formats:
+ default: "%d.%m.%Y"
+ short: "%e %b"
+ long: "%e %B %Y"
+ long_ordinal: "%e %B %Y"
+ only_day: "%e"
+
+ day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag]
+ abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
+ month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
+ abbr_month_names: [~, Jan., Feb., Mär., Apr., Mai, Juni, Juli, Aug., Sept., Okt., Nov., Dez.]
+ order: [ day, month, year ]
+
+ pagination:
+ previous: "« Zurück"
+ next: "Vor »"
+
+ time:
+ formats:
+ default: "%d %B %Y %H:%M"
+ time: "%H:%M"
+ short: "%d %b %H:%M"
+ long: "%A %d %B %Y %H:%M:%S %Z"
+ long_ordinal: "%A %d %B %Y %H:%M:%S %Z"
+ only_second: "%S"
+ am: 'vormittags'
+ pm: 'nachmittags'
+
+ datetime:
+ distance_in_words:
+ half_a_minute: 'eine halbe Minute'
+ less_than_x_seconds:
+ one: 'weniger als eine Sekunde'
+ other: 'weniger als %{count} Sekunden'
+ x_seconds:
+ one: 'eine Sekunde'
+ other: '%{count} Sekunden'
+ less_than_x_minutes:
+ one: 'weniger als eine Minute'
+ other: 'weniger als %{count} Minuten'
+ x_minutes:
+ one: 'eine Minute'
+ other: '%{count} Minuten'
+ about_x_hours:
+ one: 'etwa eine Stunde'
+ other: 'etwa %{count} Stunden'
+ x_days:
+ one: 'ein Tag'
+ other: '%{count} Tage'
+ about_x_months:
+ one: 'etwa ein Monat'
+ other: 'etwa %{count} Monate'
+ x_months:
+ one: 'ein Monat'
+ other: '%{count} Monate'
+ almost_x_years:
+ one: 'fast ein Jahr'
+ other: 'fast %{count} Jahre'
+ about_x_years:
+ one: 'etwa ein Jahr'
+ other: 'etwa %{count} Jahre'
+ over_x_years:
+ one: 'mehr als ein Jahr'
+ other: 'mehr als %{count} Jahre'
+ prompts:
+ second: "Sekunden"
+ minute: "Minuten"
+ hour: "Stunden"
+ day: "Tag"
+ month: "Monat"
+ year: "Jahr"
+
+ number:
+ format:
+ precision: 2
+ separator: ','
+ delimiter: '.'
+ significant: false
+ strip_insignificant_zeros: false
+ currency:
+ format:
+ unit: '€'
+ format: '%n%u'
+ separator: ","
+ delimiter: ""
+ precision: 2
+ significant: false
+ strip_insignificant_zeros: false
+ percentage:
+ format:
+ delimiter: ""
+ precision:
+ format:
+ delimiter: ""
+ human:
+ format:
+ delimiter: ""
+ precision: 1
+ significant: true
+ strip_insignificant_zeros: true
+ storage_units:
+ # Storage units output formatting.
+ # %u is the storage unit, %n is the number (default: 2 MB)
+ format: "%n %u"
+ units:
+ byte:
+ one: "Byte"
+ other: "Bytes"
+ kb: "KB"
+ mb: "MB"
+ gb: "GB"
+ tb: "TB"
+ decimal_units:
+ format: "%n %u"
+ units:
+ unit: ""
+ thousand: Tausend
+ million: Millionen
+ billion:
+ one: Milliarde
+ others: Milliarden
+ trillion: Billionen
+ quadrillion:
+ one: Billiarde
+ others: Billiarden
+
+ support:
+ array:
+ sentence_connector: 'und'
+ skip_last_comma: true
+ words_connector: ", "
+ two_words_connector: " und "
+ last_word_connector: " und "
\ No newline at end of file
locales/es.yml +119 -0
@@ @@ -0,0 +1,119 @@
+ es:
+ errors:
+ messages:
+ blank: "no puede estar en blanco"
+
+ pagination:
+ previous: "« Anterior"
+ next: "Siguiente »"
+
+ date:
+ formats:
+ default: "%d/%m/%Y"
+ short: "%e-%b"
+ long: "%e-%B-%Y"
+ long_ordinal: "%e de %B de %Y"
+ only_day: "%e"
+
+ day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado]
+ abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
+ month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Septiembre, Octubre, Noviembre, Diciembre]
+ abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic]
+ order: [ year, month, day ]
+
+ time:
+ formats:
+ default: "%A, %d de %B de %Y %H:%M:%S %z"
+ time: "%H:%M"
+ short: "%d de %b %H:%M"
+ long: "%d de %B de %Y %H:%M"
+ long_ordinal: "%A %d %B %Y %H:%M:%S %Z"
+ only_second: "%S"
+ am: "am"
+ pm: "pm"
+
+
+ datetime:
+ distance_in_words:
+ half_a_minute: "medio minuto"
+ less_than_x_seconds:
+ one: "menos de 1 segundo"
+ other: "menos de %{count} segundos"
+ x_seconds:
+ one: "1 segundo"
+ other: "%{count} segundos"
+ less_than_x_minutes:
+ one: "menos de 1 minuto"
+ other: "menos de %{count} minutos"
+ x_minutes:
+ one: "1 minuto"
+ other: "%{count} minutos"
+ about_x_hours:
+ one: "alrededor de 1 hora"
+ other: "alrededor de %{count} horas"
+ x_days:
+ one: "1 día"
+ other: "%{count} días"
+ about_x_months:
+ one: "alrededor de 1 mes"
+ other: "alrededor de %{count} meses"
+ x_months:
+ one: "1 mes"
+ other: "%{count} meses"
+ about_x_years:
+ one: "alrededor de 1 año"
+ other: "alrededor de %{count} años"
+ over_x_years:
+ one: "más de 1 año"
+ other: "más de %{count} años"
+ almost_x_years:
+ one: "casi 1 año"
+ other: "casi %{count} años"
+ prompts:
+ year: "Año"
+ month: "Mes"
+ day: "Día"
+ hour: "Hora"
+ minute: "Minuto"
+ second: "Segundo"
+
+ number:
+ format:
+ separator: ","
+ delimiter: "."
+ precision: 3
+ currency:
+ format:
+ format: "%n %u"
+ unit: "€"
+ separator: ","
+ delimiter: "."
+ precision: 2
+ percentage:
+ format:
+ delimiter: ""
+ precision:
+ format:
+ delimiter: ""
+ human:
+ format:
+ delimiter: ""
+ precision: 1
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: "Byte"
+ other: "Bytes"
+ kb: "KB"
+ mb: "MB"
+ gb: "GB"
+ tb: "TB"
+
+ support:
+ array:
+ sentence_connector: 'y'
+ skip_last_comma: true
+ words_connector: ", "
+ two_words_connector: " y "
+ last_word_connector: " y "
\ No newline at end of file
locales/et.yml +140 -0
@@ @@ -0,0 +1,140 @@
+ et:
+ errors:
+ messages:
+ blank: "tühi"
+
+ pagination:
+ previous: "« Eelmine"
+ next: "Järgmine »"
+
+ date:
+ formats:
+ default: "%d.%m.%Y"
+ short: "%e %b"
+ long: "%e %B %Y"
+ long_ordinal: "%e %B %Y"
+ only_day: "%e"
+
+ day_names: [Pühapäev, Esmaspäev, Teisipäev, Kolmapäev, Neljapäev, Reede, Laupäev]
+ abbr_day_names: [Pü, Es, Te, Ko, Ne, Re, La]
+ month_names: [~, Jaanuar, Veebruar, Märts, Aprill, Mai, Juuni, Juuli, August, September, Oktoober, November, Detsember]
+ abbr_month_names: [~, Jaan., Veeb., Mär., Apr., Mai, Jun, Jul, Aug., Sept., Okt., Nov., Dez.]
+ order: [ day, month, year ]
+
+ time:
+ formats:
+ default: "%d %B %Y %H:%M"
+ time: "%H:%M"
+ short: "%d %b %H:%M"
+ long: "%A %d %B %Y %H:%M:%S %Z"
+ long_ordinal: "%A %d %B %Y %H:%M:%S %Z"
+ only_second: "%S"
+ am: 'ennelõunat'
+ pm: 'pealelõunat'
+
+ datetime:
+ distance_in_words:
+ half_a_minute: 'pool minutit'
+ less_than_x_seconds:
+ one: 'vähem kui 1 sekund'
+ other: 'vähem kui %{count} sekundit'
+ x_seconds:
+ one: 'üks sekund'
+ other: '%{count} sekundit'
+ less_than_x_minutes:
+ one: 'vähem kui üks minut'
+ other: 'vähem kui %{count} minutit'
+ x_minutes:
+ one: 'üks minut'
+ other: '%{count} minutit'
+ about_x_hours:
+ one: 'umber üks tund'
+ other: 'umbes %{count} tundi'
+ x_days:
+ one: 'üks päev'
+ other: '%{count} päeva'
+ about_x_months:
+ one: 'umbes üks kuu'
+ other: 'umbes %{count} kuud'
+ x_months:
+ one: 'üks kuu'
+ other: '%{count} kuud'
+ almost_x_years:
+ one: 'peaaegu üks aasta'
+ other: 'peaaegu %{count} aastat'
+ about_x_years:
+ one: 'umbes üks aasta'
+ other: 'umbes %{count} aastat'
+ over_x_years:
+ one: 'üle ühe aasta'
+ other: 'üle %{count} aasta'
+ prompts:
+ second: "Sekundit"
+ minute: "Minutit"
+ hour: "Tundi"
+ day: "Päeva"
+ month: "Kuud"
+ year: "Aastat"
+
+ number:
+ format:
+ precision: 2
+ separator: ' '
+ delimiter: '.'
+ significant: false
+ strip_insignificant_zeros: false
+ currency:
+ format:
+ unit: '€'
+ format: '%n%u'
+ separator: ","
+ delimiter: ""
+ precision: 2
+ significant: false
+ strip_insignificant_zeros: false
+ percentage:
+ format:
+ delimiter: ""
+ precision:
+ format:
+ delimiter: ""
+ human:
+ format:
+ delimiter: ""
+ precision: 1
+ significant: true
+ strip_insignificant_zeros: true
+ storage_units:
+ # Storage units output formatting.
+ # %u is the storage unit, %n is the number (default: 2 MB)
+ format: "%n %u"
+ units:
+ byte:
+ one: "Bait"
+ other: "Baiti"
+ kb: "KB"
+ mb: "MB"
+ gb: "GB"
+ tb: "TB"
+ decimal_units:
+ format: "%n %u"
+ units:
+ unit: ""
+ thousand: Tuhat
+ million: Miljon
+ billion:
+ one: Miljard
+ others: Miljardit
+ trillion: Triljon
+ quadrillion:
+ one: Kvadriljon
+ others: Kvadriljonit
+
+ support:
+ array:
+ sentence_connector: 'ja'
+ skip_last_comma: true
+ words_connector: ", "
+ two_words_connector: " ja "
+ last_word_connector: " ja "
+
locales/it.yml +141 -0
@@ @@ -0,0 +1,141 @@
+ it:
+ errors:
+ messages:
+ blank: "non può essere lasciato in bianco"
+
+ pagination:
+ previous: "« Precedente"
+ next: "Successiva »"
+
+ date:
+ formats:
+ default: "%d/%m/%Y"
+ short: "%d %b"
+ long: "%d %B %Y"
+ long_ordinal: "%d %B %Y"
+ only_day: "%e"
+
+ day_names: [Domenica, Lunedì, Martedì, Mercoledì, Giovedì, Venerdì, Sabato]
+ abbr_day_names: [Dom, Lun, Mar, Mer, Gio, Ven, Sab]
+ month_names: [~, Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre]
+ abbr_month_names: [~, Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic]
+ order: [day, month, year]
+
+ time:
+ formats:
+ default: "%a %d %b %Y, %H:%M:%S %z"
+ time: "%H:%M"
+ short: "%d %b %H:%M"
+ long: "%d %B %Y %H:%M"
+ long_ordinal: "%d %B %Y %H:%M"
+ only_second: "%S"
+ am: 'am'
+ pm: 'pm'
+
+ datetime:
+ distance_in_words:
+ half_a_minute: "mezzo minuto"
+ less_than_x_seconds:
+ one: "meno di un secondo"
+ other: "meno di %{count} secondi"
+ x_seconds:
+ one: "1 secondo"
+ other: "%{count} secondi"
+ less_than_x_minutes:
+ one: "meno di un minuto"
+ other: "meno di %{count} minuti"
+ x_minutes:
+ one: "1 minuto"
+ other: "%{count} minuti"
+ about_x_hours:
+ one: "circa un'ora"
+ other: "circa %{count} ore"
+ x_days:
+ one: "1 giorno"
+ other: "%{count} giorni"
+ about_x_months:
+ one: "circa un mese"
+ other: "circa %{count} mesi"
+ x_months:
+ one: "1 mese"
+ other: "%{count} mesi"
+ about_x_years:
+ one: "circa un anno"
+ other: "circa %{count} anni"
+ over_x_years:
+ one: "oltre un anno"
+ other: "oltre %{count} anni"
+ almost_x_years:
+ one: "circa 1 anno"
+ other: "circa %{count} anni"
+ prompts:
+ year: "Anno"
+ month: "Mese"
+ day: "Giorno"
+ hour: "Ora"
+ minute: "Minuto"
+ second: "Secondi"
+
+ number:
+ format:
+ delimiter: ""
+ precision: 2
+ significant: false
+ strip_insignificant_zeros: false
+ separator: "."
+
+ currency:
+ format:
+ format: "%n %u"
+ unit: "€"
+ separator: "."
+ delimiter: ","
+ precision: 2
+ significant: false
+ strip_insignificant_zeros: false
+
+ percentage:
+ format:
+ delimiter: ""
+ # precision:
+
+ precision:
+ format:
+ # separator:
+ delimiter: ""
+ # precision:
+
+ human:
+ format:
+ # separator:
+ delimiter: ""
+ precision: 1
+ significant: true
+ strip_insignificant_zeros: true
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: "Byte"
+ other: "Byte"
+ kb: "Kb"
+ mb: "Mb"
+ gb: "Gb"
+ tb: "Tb"
+ decimal_units:
+ format: "%n %u"
+ units:
+ unit: ""
+ thousand: "Mila"
+ million: "Milioni"
+ billion: "Miliardi"
+ trillion: "Bilioni"
+ quadrillion: "Biliardi"
+
+ support:
+ array:
+ sentence_connector: 'e'
+ skip_last_comma: true
+ words_connector: ", "
+ two_words_connector: " e "
+ last_word_connector: " e "
\ No newline at end of file
locales/nb.yml +177 -0
@@ @@ -0,0 +1,177 @@
+ nb:
+ date:
+ formats:
+ default: "%d.%m.%Y"
+
+ errors:
+ messages:
+ blank: "kan ikke være blank"
+
+ pagination:
+ previous: "« Previous"
+ next: "Next »"
+ support:
+ array:
+ words_connector: ", "
+ two_words_connector: " og "
+ last_word_connector: " og "
+ select:
+ prompt: "Velg"
+ date:
+ formats:
+ default: "%d.%m.%Y"
+ short: "%e. %b"
+ long: "%e. %B %Y"
+ day_names:
+ - søndag
+ - mandag
+ - tirsdag
+ - onsdag
+ - torsdag
+ - fredag
+ - lørdag
+ abbr_day_names:
+ - søn
+ - man
+ - tir
+ - ons
+ - tor
+ - fre
+ - lør
+ month_names:
+ - ~
+ - januar
+ - februar
+ - mars
+ - april
+ - mai
+ - juni
+ - juli
+ - august
+ - september
+ - oktober
+ - november
+ - desember
+ abbr_month_names:
+ - ~
+ - jan
+ - feb
+ - mar
+ - apr
+ - mai
+ - jun
+ - jul
+ - aug
+ - sep
+ - okt
+ - nov
+ - des
+ order:
+ - :day
+ - :month
+ - :year
+ time:
+ formats:
+ default: "%A, %e. %B %Y, %H:%M"
+ short: "%e. %B, %H:%M"
+ long: "%A, %e. %B %Y, %H:%M"
+ am: ""
+ pm: ""
+ datetime:
+ distance_in_words:
+ half_a_minute: "et halvt minutt"
+ less_than_x_seconds:
+ one: "mindre enn 1 sekund"
+ other: "mindre enn %{count} sekunder"
+ x_seconds:
+ one: "1 sekund"
+ other: "%{count} sekunder"
+ less_than_x_minutes:
+ one: "mindre enn 1 minutt"
+ other: "mindre enn %{count} minutter"
+ x_minutes:
+ one: "1 minutt"
+ other: "%{count} minutter"
+ about_x_hours:
+ one: "rundt 1 time"
+ other: "rundt %{count} timer"
+ x_days:
+ one: "1 dag"
+ other: "%{count} dager"
+ about_x_months:
+ one: "rundt 1 måned"
+ other: "rundt %{count} måneder"
+ x_months:
+ one: "1 måned"
+ other: "%{count} måneder"
+ about_x_years:
+ one: "rundt 1 år"
+ other: "rundt %{count} år"
+ over_x_years:
+ one: "over 1 år"
+ other: "over %{count} år"
+ almost_x_years:
+ one: "nesten 1 år"
+ other: "nesten %{count} år"
+ prompts:
+ year: "År"
+ month: "Måned"
+ day: "Dag"
+ hour: "Time"
+ minute: "Minutt"
+ second: "Sekund"
+ number:
+ format: &number_format
+ precision: 2
+ separator: ","
+ delimiter: " "
+ significant: false
+ strip_insignificant_zeros: true
+ currency:
+ format:
+ unit: "kr"
+ format: "%n %u"
+ <<: *number_format
+ precision:
+ format:
+ delimiter: ""
+ human:
+ format:
+ precision: 1
+ separator: ","
+ delimiter: " "
+ significant: false
+ strip_insignificant_zeros: true
+ storage_units:
+ # Storage units output formatting.
+ # %u is the storage unit, %n is the number (default: 2 MB)
+ format: "%n %u"
+ units:
+ byte:
+ one: "Byte"
+ other: "Bytes"
+ kb: "kB"
+ mb: "MB"
+ gb: "GB"
+ tb: "TB"
+ decimal_units:
+ format: "%n %u"
+ units:
+ unit: ""
+ thousand: "tusen"
+ million:
+ one: "million"
+ other: "millioner"
+ billion:
+ one: "milliard"
+ other: "milliarder"
+ trillion:
+ one: "billion"
+ other: "billioner"
+ quadrillion:
+ one: "billiard"
+ other: "billiarder"
+
+ percentage:
+ format:
+ delimiter: ""
\ No newline at end of file
locales/nl.yml +148 -0
@@ @@ -0,0 +1,148 @@
+ nl:
+ errors:
+ messages:
+ blank: "kan ikke være blank"
+
+ number:
+ format:
+ separator: ","
+ precision: 2
+ delimiter: .
+ human:
+ storage_units:
+ format: "%n %u"
+ units:
+ kb: KB
+ tb: TB
+ gb: GB
+ byte:
+ one: Byte
+ other: Bytes
+ mb: MB
+ currency:
+ format:
+ format: "%u %n"
+ unit: !binary |
+ 4oKs
+
+ separator: .
+ precision: 2
+ delimiter: .
+
+ time:
+ am: "'s ochtends"
+ formats:
+ default: "%a %d %b %Y %H:%M:%S %Z"
+ time: "%H:%M"
+ short: "%d %b %H:%M"
+ only_second: "%S"
+ datetime:
+ formats:
+ default: "%d-%m-%YT%H:%M:%S%Z"
+ long: "%d %B %Y %H:%M"
+ pm: "'s middages"
+ date:
+ month_names:
+ -
+ - Januari
+ - Februari
+ - Maart
+ - April
+ - Mei
+ - Juni
+ - Juli
+ - Augustus
+ - September
+ - Oktober
+ - November
+ - December
+ abbr_day_names:
+ - Zon
+ - Maa
+ - Din
+ - Woe
+ - Don
+ - Vri
+ - Zat
+ order:
+ - :day
+ - :month
+ - :year
+ formats:
+ only_day: "%e"
+ default: "%d/%m/%Y"
+ short: "%e %b"
+ long: "%e %B %Y"
+ day_names:
+ - Zondag
+ - Maandag
+ - Dinsdag
+ - Woensdag
+ - Donderdag
+ - Vrijdag
+ - Zaterdag
+ abbr_month_names:
+ -
+ - Jan
+ - Feb
+ - Mar
+ - Apr
+ - Mei
+ - Jun
+ - Jul
+ - Aug
+ - Sep
+ - Okt
+ - Nov
+ - Dec
+ support:
+ array:
+ words_connector: ","
+ last_word_connector: ", en"
+ two_words_connector: en
+ datetime:
+ format:
+ default: "%Y-%m-%dT%H:%M:%S%Z"
+ prompts:
+ minute: Minuut
+ second: Seconden
+ month: Maand
+ hour: Uur
+ day: Dag
+ year: Jaar
+ distance_in_words:
+ less_than_x_minutes:
+ one: "minder dan \xC3\xA9\xC3\xA9n minuut"
+ other: minder dan {{count}} minuten
+ x_days:
+ one: 1 dag
+ other: "{{count}} dagen"
+ x_seconds:
+ one: 1 seconde
+ other: "{{count}} seconden"
+ about_x_hours:
+ one: "ongeveer \xC3\xA9\xC3\xA9n uur"
+ other: ongeveer {{count}} uur
+ less_than_x_seconds:
+ one: "minder dan \xC3\xA9\xC3\xA9n seconde"
+ other: minder dan {{count}} seconden
+ x_months:
+ one: 1 maand
+ other: "{{count}} maanden"
+ x_minutes:
+ one: 1 minuut
+ other: "{{count}} minuten"
+ about_x_years:
+ one: "ongeveer \xC3\xA9\xC3\xA9n jaar"
+ other: ongeveer {{count}} jaren
+ about_x_months:
+ one: "ongeveer \xC3\xA9\xC3\xA9n maand"
+ other: ongeveer {{count}} maanden
+ over_x_years:
+ one: "langer dan \xC3\xA9\xC3\xA9n jaar"
+ other: langer {{count}} jaar
+ half_a_minute: halve minuut
+
+ pagination:
+ previous: "&laquo; Vorige"
+ next: "Volgende &raquo;"
\ No newline at end of file
locales/pl.yml +189 -0
@@ @@ -0,0 +1,189 @@
+ pl:
+ errors:
+ messages:
+ blank: "nie może być puste"
+
+ date:
+ formats:
+ default: "%d-%m-%Y"
+ short: "%d %b"
+ long: "%B %d, %Y"
+ long_ordinal: "%B %d, %Y"
+ only_day: "%e"
+ day_names:
+ - niedziela
+ - poniedziałek
+ - wtorek
+ - środa
+ - czwartek
+ - piątek
+ - sobota
+ abbr_day_names:
+ - nie
+ - pon
+ - wto
+ - śro
+ - czw
+ - pia
+ - sob
+ month_names:
+ - ~
+ - styczeń
+ - luty
+ - marzec
+ - kwiecień
+ - maj
+ - czerwiec
+ - lipiec
+ - sierpień
+ - wrzesień
+ - październik
+ - listopad
+ - grudzień
+ abbr_month_names:
+ - ~
+ - sty
+ - lut
+ - mar
+ - kwi
+ - maj
+ - cze
+ - lip
+ - sie
+ - wrz
+ - paź
+ - lis
+ - gru
+ order:
+ - :day
+ - :month
+ - :year
+
+ pagination:
+ previous: "&laquo; Poprzednia"
+ next: "Następna &raquo;"
+
+ time:
+ formats:
+ default: "%a, %d %b %Y %H:%M:%S %z"
+ short: "%d %b %H:%M"
+ long: "%B %d, %Y %H:%M"
+ am: "przed południem"
+ pm: "po południu"
+
+ support:
+ array:
+ words_connector: ", "
+ two_words_connector: " i "
+ last_word_connector: " oraz "
+
+ select:
+ prompt: "Wybierz"
+
+ number:
+ format:
+ separator: ","
+ delimiter: " "
+ precision: 3
+ significant: false
+ strip_insignificant_zeros: false
+
+ currency:
+ format:
+ format: "%u %n"
+ unit: "PLN"
+ separator: ","
+ delimiter: " "
+ precision: 2
+ significant: false
+ strip_insignificant_zeros: true
+
+ percentage:
+ format:
+ delimiter: ""
+
+ precision:
+ format:
+ delimiter: ""
+
+ human:
+ format:
+ delimiter: ""
+ precision: 3
+ significant: true
+ strip_insignificant_zeros: true
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: "bajt"
+ other: "bajty"
+ kb: "KB"
+ mb: "MB"
+ gb: "GB"
+ tb: "TB"
+ decimal_units:
+ format: "%n %u"
+ units:
+ unit: ""
+ thousand: Tysiąc
+ million: Milion
+ billion: Miliard
+ trillion: Bilion
+ quadrillion: Biliard
+
+ datetime:
+ distance_in_words:
+ half_a_minute: "pół minuty"
+ less_than_x_seconds:
+ one: "mniej niż sekundę"
+ few: "mniej niż %{count} sekundy"
+ other: "mniej niż %{count} sekund"
+ x_seconds:
+ one: "1 sekunda"
+ few: "%{count} sekundy"
+ other: "%{count} sekund"
+ less_than_x_minutes:
+ one: "mniej niż minutę"
+ few: "mniej niż %{count} minuty"
+ other: "mniej niż %{count} minut"
+ x_minutes:
+ one: "1 minuta"
+ few: "%{count} minuty"
+ other: "%{count} minut"
+ about_x_hours:
+ one: "około godziny"
+ few: "około %{count} godziny"
+ other: "około %{count} godzin"
+ x_days:
+ one: "1 dzień"
+ few: "%{count} dni"
+ other: "%{count} dni"
+ about_x_months:
+ one: "około miesiąca"
+ few: "około %{count} miesiące"
+ other: "około %{count} miesięcy"
+ x_months:
+ one: "1 miesiąc"
+ few: "%{count} miesiące"
+ other: "%{count} miesięcy"
+ about_x_years:
+ one: "około rok"
+ few: "około %{count} lata"
+ other: "około %{count} lat"
+ over_x_years:
+ one: "ponad rok"
+ few: "ponad %{count} lata"
+ other: "ponad %{count} lat"
+ almost_x_years:
+ one: "prawie rok"
+ few: "prawie %{count} lata"
+ other: "prawie %{count} lat"
+ prompts:
+ year: "Rok"
+ month: "Miesiąc"
+ day: "Dzień"
+ hour: "Godzina"
+ minute: "Minuta"
+ second: "Sekundy"
+
locales/pt-BR.yml +125 -0
@@ @@ -0,0 +1,125 @@
+ pt-BR:
+ errors:
+ messages:
+ blank: "não pode ficar em branco"
+
+ date:
+ formats:
+ default: "%d/%m/%Y"
+
+ pagination:
+ previous: "&laquo; Anterior"
+ next: "Próximo &raquo;"
+
+ date:
+ formats:
+ default: "%d/%m/%Y"
+ short: "%e %b"
+ long: "%e %B %Y"
+ long_ordinal: "%e %B %Y"
+ only_day: "%e"
+
+ day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado]
+ abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb]
+
+ month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
+ abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
+ order: [day, month, year]
+
+
+ time:
+ formats:
+ default: "%d %B %Y %H:%M"
+ time: "%H:%M"
+ short: "%d %b %H:%M"
+ long: "%A %d %B %Y %H:%M:%S %Z"
+ long_ordinal: "%A %d %B %Y %H:%M:%S %Z"
+ only_second: "%S"
+ am: 'am'
+ pm: 'pm'
+
+ datetime:
+ distance_in_words:
+ half_a_minute: 'meio minuto'
+ less_than_x_seconds:
+ one: 'menos de 1 segundo'
+ other: 'menos de %{count} segundos'
+
+ x_seconds:
+ one: '1 segundo'
+ other: '%{count} segundos'
+
+ less_than_x_minutes:
+ one: 'menos de um minuto'
+ other: 'menos de %{count} minutos'
+
+ x_minutes:
+ one: '1 minuto'
+ other: '%{count} minutos'
+
+ about_x_hours:
+ one: 'aproximadamente 1 hora'
+ other: 'aproximadamente %{count} horas'
+
+ x_days:
+ one: '1 dia'
+ other: '%{count} dias'
+
+ about_x_months:
+ one: 'aproximadamente 1 mês'
+ other: 'aproximadamente %{count} meses'
+
+ x_months:
+ one: '1 mês'
+ other: '%{count} meses'
+
+ about_x_years:
+ one: 'aproximadamente 1 ano'
+ other: 'aproximadamente %{count} anos'
+
+ over_x_years:
+ one: 'mais de 1 ano'
+ other: 'mais de %{count} anos'
+
+ almost_x_years:
+ one: 'quase 1 ano'
+ other: 'quase %{count} anos'
+
+ prompts:
+ year: "Ano"
+ month: "Mês"
+ day: "Dia"
+ hour: "Hora"
+ minute: "Minuto"
+ second: "Segundos"
+
+
+ number:
+ format:
+ precision: 3
+ separator: ','
+ delimiter: '. '
+ currency:
+ format:
+ unit: 'R$'
+ precision: 2
+ format: '%n %u'
+ human:
+ format:
+ precision: 2
+ storage_units:
+ format: '%n %u'
+ units:
+ byte: 'Byte'
+ kb: 'Kb'
+ mb: 'Mb'
+ gb: 'Gb'
+ tb: 'Tb'
+
+ support:
+ array:
+ sentence_connector: ' e '
+ skip_last_comma: true
+ words_connector: ", "
+ two_words_connector: " e "
+ last_word_connector: " e "
locales/ru.yml +210 -0
@@ @@ -0,0 +1,210 @@
+ ru:
+ errors:
+ messages:
+ blank: "can not be blank"
+
+ pagination:
+ previous: "&laquo; Предыдущая"
+ next: "Следующая &raquo;"
+
+ date:
+ formats:
+ # Форматы указываются в виде, поддерживаемом strftime.
+ # По умолчанию используется default.
+ # Можно добавлять собственные форматы
+ #
+ #
+ # Use the strftime parameters for formats.
+ # When no format has been given, it uses default.
+ # You can provide other formats here if you like!
+ default: "%d.%m.%Y"
+ short: "%d %b"
+ long: "%d %B %Y"
+
+ # Названия дней недели -- контекстные и отдельностоящие
+ day_names: [воскресенье, понедельник, вторник, среда, четверг, пятница, суббота]
+ standalone_day_names: [Воскресенье, Понедельник, Вторник, Среда, Четверг, Пятница, Суббота]
+ abbr_day_names: [Вс, Пн, Вт, Ср, Чт, Пт, Сб]
+
+ # Названия месяцев -- сокращенные и полные, плюс отдельностоящие.
+ # Не забудьте nil в начале массиве (~)
+ #
+ #
+ # Don't forget the nil at the beginning; there's no such thing as a 0th month
+ month_names: [~, января, февраля, марта, апреля, мая, июня, июля, августа, сентября, октября, ноября, декабря]
+ standalone_month_names: [~, Январь, Февраль, Март, Апрель, Май, Июнь, Июль, Август, Сентябрь, Октябрь, Ноябрь, Декабрь]
+ abbr_month_names: [~, янв., февр., марта, апр., мая, июня, июля, авг., сент., окт., нояб., дек.]
+ standalone_abbr_month_names: [~, янв., февр., март, апр., май, июнь, июль, авг., сент., окт., нояб., дек.]
+
+ # Порядок компонентов даты для хелперов
+ #
+ #
+ # Used in date_select and datime_select.
+ order:
+ - :day
+ - :month
+ - :year
+
+ time:
+ # Форматы времени
+ formats:
+ default: "%a, %d %b %Y, %H:%M:%S %z"
+ short: "%d %b, %H:%M"
+ long: "%d %B %Y, %H:%M"
+
+ # am/pm решено перевести как "утра/вечера" :)
+ am: "утра"
+ pm: "вечера"
+
+ number:
+ # Используется в number_with_delimiter()
+ # Также является установками по умолчанию для 'currency', 'percentage', 'precision', 'human'
+ #
+ # Used in number_with_delimiter()
+ # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
+ format:
+ # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
+ separator: "."
+ # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
+ delimiter: " "
+ # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
+ precision: 3
+
+ # Used in number_to_currency()
+ currency:
+ format:
+ # Формат отображения валюты и обозначение самой валюты
+ #
+ #
+ # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
+ format: "%n %u"
+ unit: "руб."
+ # These three are to override number.format and are optional
+ separator: "."
+ delimiter: " "
+ precision: 2
+
+ # Used in number_to_percentage()
+ percentage:
+ format:
+ # These three are to override number.format and are optional
+ # separator:
+ delimiter: ""
+
+ # Used in number_to_precision()
+ precision:
+ format:
+ # These three are to override number.format and are optional
+ # separator:
+ delimiter: ""
+ # precision:
+
+ # Used in number_to_human_size()
+ human:
+ format:
+ # These three are to override number.format and are optional
+ # separator:
+ delimiter: ""
+ precision: 1
+
+ # Rails 2.2
+ # storage_units: [байт, КБ, МБ, ГБ, ТБ]
+
+ # Rails 2.3
+ storage_units:
+ # Storage units output formatting.
+ # %u is the storage unit, %n is the number (default: 2 MB)
+ format: "%n %u"
+ units:
+ byte:
+ one: "байт"
+ few: "байта"
+ many: "байт"
+ other: "байта"
+ kb: "КБ"
+ mb: "МБ"
+ gb: "ГБ"
+ tb: "ТБ"
+
+ # Используется в хелперах distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
+ #
+ #
+ # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
+ datetime:
+ distance_in_words:
+ half_a_minute: "меньше минуты"
+ less_than_x_seconds:
+ one: "меньше %{count} секунды"
+ few: "меньше %{count} секунд"
+ many: "меньше %{count} секунд"
+ other: "меньше %{count} секунды"
+ x_seconds:
+ one: "%{count} секунда"
+ few: "%{count} секунды"
+ many: "%{count} секунд"
+ other: "%{count} секунды"
+ less_than_x_minutes:
+ one: "меньше %{count} минуты"
+ few: "меньше %{count} минут"
+ many: "меньше %{count} минут"
+ other: "меньше %{count} минуты"
+ x_minutes:
+ one: "%{count} минуту"
+ few: "%{count} минуты"
+ many: "%{count} минут"
+ other: "%{count} минуты"
+ about_x_hours:
+ one: "около %{count} часа"
+ few: "около %{count} часов"
+ many: "около %{count} часов"
+ other: "около %{count} часа"
+ x_days:
+ one: "%{count} день"
+ few: "%{count} дня"
+ many: "%{count} дней"
+ other: "%{count} дня"
+ about_x_months:
+ one: "около %{count} месяца"
+ few: "около %{count} месяцев"
+ many: "около %{count} месяцев"
+ other: "около %{count} месяца"
+ x_months:
+ one: "%{count} месяц"
+ few: "%{count} месяца"
+ many: "%{count} месяцев"
+ other: "%{count} месяца"
+ about_x_years:
+ one: "около %{count} года"
+ few: "около %{count} лет"
+ many: "около %{count} лет"
+ other: "около %{count} лет"
+ over_x_years:
+ one: "больше %{count} года"
+ few: "больше %{count} лет"
+ many: "больше %{count} лет"
+ other: "больше %{count} лет"
+ almost_x_years:
+ one: "почти %{count} год"
+ few: "почти %{count} года"
+ many: "почти %{count} лет"
+ other: "почти %{count} лет"
+ prompts:
+ year: "Год"
+ month: "Месяц"
+ day: "День"
+ hour: "Часов"
+ minute: "Минут"
+ second: "Секунд"
+
+
+ # Used in array.to_sentence.
+ support:
+ array:
+ # Rails 2.2
+ sentence_connector: "и"
+ skip_last_comma: true
+
+ # Rails 2.3
+ words_connector: ", "
+ two_words_connector: " и "
+ last_word_connector: " и "