remove locales

arnaud sellenet committed Apr 01, 2014
commit 530fe2c97c20b7d745301dde7b86f5711c92a738
Showing 11 changed files with 0 additions and 1853 deletions
locales/de.yml +0 -157
@@ @@ -1,157 +0,0 @@
- de:
- locomotive:
- locales:
- en: Englisch
- de: Deutsch
- fr: Französisch
- pl: Polnisch
- pt-BR: "Bras. Portugiesisch"
- it: Italienisch
- nl: Niederländisch
- nb: Norwegisch
- es: Spanisch
- ru: Russisch
- et: Estnisch
-
- 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/en.yml +0 -189
@@ @@ -1,189 +0,0 @@
- en:
- locomotive:
- locales:
- en: English
- de: German
- fr: French
- pl: Polish
- pt-BR: "Brazilian Portuguese"
- it: Italian
- nl: Dutch
- nb: Norwegian
- es: Spanish
- ru: Russian
- et: Estonian
-
- errors:
- syntax:
- editable_text: "Syntax Error in 'editable_text' - Valid syntax: editable_text [slug], [options]"
- editable_file: "Syntax Error in 'editable_file' - Valid syntax: editable_file [slug], [options]"
- editable_control: "Syntax Error in 'editable_control' - Valid syntax: editable_control [slug], [options]"
- consume: "Syntax Error in 'consume' - Valid syntax: consume <var> from [url] [, username: value, password: value]"
- google_analytics: "Syntax Error in 'google_analytics' - Valid syntax: google_analytics [account_id]"
- link_to: "Syntax Error in 'link_to' - Valid syntax: link_to [page_handle], locale: es (locale is optional)"
- locale_switcher: "Syntax Error in 'locale_switcher' - Valid syntax: locale_switcher [options]"
- nav: "Syntax Error in 'nav' - Valid syntax: nav [site|parent|page|<path to a page>] [options]>"
- paginate: "Syntax Error in 'paginate' - Valid syntax: paginate <collection> by <number>"
- session_assign: "Syntax Error in 'session_assign' - Valid syntax: session_assign [var] = [source]"
- messages:
- blank: "can't not be blank"
-
- pagination:
- previous: "&laquo; Previous"
- next: "Next &raquo;"
-
- date:
- abbr_day_names:
- - Sun
- - Mon
- - Tue
- - Wed
- - Thu
- - Fri
- - Sat
- abbr_month_names:
- -
- - Jan
- - Feb
- - Mar
- - Apr
- - May
- - Jun
- - Jul
- - Aug
- - Sep
- - Oct
- - Nov
- - Dec
- day_names:
- - Sunday
- - Monday
- - Tuesday
- - Wednesday
- - Thursday
- - Friday
- - Saturday
- formats:
- default: ! '%Y-%m-%d'
- long: ! '%B %d, %Y'
- short: ! '%b %d'
- month_names:
- -
- - January
- - February
- - March
- - April
- - May
- - June
- - July
- - August
- - September
- - October
- - November
- - December
- order:
- - :year
- - :month
- - :day
- datetime:
- distance_in_words:
- about_x_hours:
- one: about 1 hour
- other: about %{count} hours
- about_x_months:
- one: about 1 month
- other: about %{count} months
- about_x_years:
- one: about 1 year
- other: about %{count} years
- almost_x_years:
- one: almost 1 year
- other: almost %{count} years
- half_a_minute: half a minute
- less_than_x_minutes:
- one: less than a minute
- other: less than %{count} minutes
- less_than_x_seconds:
- one: less than 1 second
- other: less than %{count} seconds
- over_x_years:
- one: over 1 year
- other: over %{count} years
- x_days:
- one: 1 day
- other: ! '%{count} days'
- x_minutes:
- one: 1 minute
- other: ! '%{count} minutes'
- x_months:
- one: 1 month
- other: ! '%{count} months'
- x_seconds:
- one: 1 second
- other: ! '%{count} seconds'
- prompts:
- day: Day
- hour: Hour
- minute: Minute
- month: Month
- second: Seconds
- year: Year
- number:
- currency:
- format:
- delimiter: ! ','
- format: ! '%u%n'
- precision: 2
- separator: .
- significant: false
- strip_insignificant_zeros: false
- unit: $
- format:
- delimiter: ! ','
- precision: 3
- separator: .
- significant: false
- strip_insignificant_zeros: false
- human:
- decimal_units:
- format: ! '%n %u'
- units:
- billion: Billion
- million: Million
- quadrillion: Quadrillion
- thousand: Thousand
- trillion: Trillion
- unit: ''
- format:
- delimiter: ''
- precision: 3
- significant: true
- strip_insignificant_zeros: true
- storage_units:
- format: ! '%n %u'
- units:
- byte:
- one: Byte
- other: Bytes
- gb: GB
- kb: KB
- mb: MB
- tb: TB
- percentage:
- format:
- delimiter: ''
- precision:
- format:
- delimiter: ''
- support:
- array:
- last_word_connector: ! ', and '
- two_words_connector: ! ' and '
- words_connector: ! ', '
- time:
- am: am
- formats:
- default: ! '%a, %d %b %Y %H:%M:%S %z'
- long: ! '%B %d, %Y %H:%M'
- short: ! '%d %b %H:%M'
- pm: pm
\ No newline at end of file
locales/es.yml +0 -133
@@ @@ -1,133 +0,0 @@
- es:
- locomotive:
- locales:
- en: Inglés
- de: Alemán
- fr: Francés
- pl: polaco
- pt-BR: "Portugués (Brasil)"
- it: Italiano
- nl: holandés
- nb: Noruego
- es: Español
- ru: Ruso
- et: Estonio
-
- errors:
- messages:
- blank: "no puede estar en blanco"
-
- pagination:
- previous: "&laquo; Anterior"
- next: "Siguiente &raquo;"
-
- 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 +0 -154
@@ @@ -1,154 +0,0 @@
- et:
- locomotive:
- locales:
- en: Inglise
- de: Saksa
- fr: Prantsuse
- pl: Poola
- pt-BR: "Brasiilia Portugali"
- it: Itaalia
- nl: Hollandi
- nb: Norra
- es: Hispaania
- ru: Vene
- et: Eesti
-
- errors:
- messages:
- blank: "tühi"
-
- pagination:
- previous: "&laquo; Eelmine"
- next: "Järgmine &raquo;"
-
- 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/fr.yml +0 -148
@@ @@ -1,148 +0,0 @@
- fr:
- locomotive:
- locales:
- en: Anglais
- de: Allemand
- fr: Français
- pl: Polonais
- pt-BR: "Portugais"
- it: "Italien"
- nl: "Hollandais"
- nb: "Norvégien"
- es: Espagnol
- ru: Russe
- et: Estonien
- ja: Japonais
-
- errors:
- messages:
- blank: "doit être rempli(e)"
-
- pagination:
- previous: "&laquo; Précédent"
- next: "Suivant &raquo;"
- date:
- formats:
- default: "%d/%m/%Y"
- short: "%e %b"
- long: "%e %B %Y"
- long_ordinal: "%e %B %Y"
- only_day: "%e"
-
- day_names: [dimanche, lundi, mardi, mercredi, jeudi, vendredi, samedi]
- abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam]
- # month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre]
- # abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.]
- month_names:
- - ~
- - janvier
- - février
- - mars
- - avril
- - mai
- - juin
- - juillet
- - août
- - septembre
- - octobre
- - novembre
- - décembre
- abbr_month_names:
- - ~
- - jan.
- - fév.
- - mar.
- - avr.
- - mai
- - juin
- - juil.
- - août
- - sept.
- - oct.
- - nov.
- - déc.
- 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: "une demi-minute"
- less_than_x_seconds:
- zero: "moins d'une seconde"
- one: "moins de 1 seconde"
- other: "moins de %{count} secondes"
- x_seconds:
- one: "1 seconde"
- other: "%{count} secondes"
- less_than_x_minutes:
- zero: "moins d'une minute"
- one: "moins de 1 minute"
- other: "moins de %{count} minutes"
- x_minutes:
- one: "1 minute"
- other: "%{count} minutes"
- about_x_hours:
- one: "environ une heure"
- other: "environ %{count} heures"
- x_days:
- one: "1 jour"
- other: "%{count} jours"
- about_x_months:
- one: "environ un mois"
- other: "environ %{count} mois"
- x_months:
- one: "1 mois"
- other: "%{count} mois"
- about_x_years:
- one: "environ un an"
- other: "environ %{count} ans"
- over_x_years:
- one: "plus d'un an"
- other: "plus de %{count} ans"
- prompts:
- year: "Année"
- month: "Mois"
- day: "Jour"
- hour: "Heure"
- minute: "Minute"
- second: "Seconde"
-
- number:
- format:
- precision: 3
- separator: ','
- delimiter: ' '
- currency:
- format:
- unit: '€'
- precision: 2
- format: '%n %u'
- human:
- format:
- precision: 2
- storage_units:
- format: '%n %u'
- units:
- byte: 'Octet'
- kb: 'ko'
- mb: 'Mo'
- gb: 'Go'
- tb: 'To'
-
- support:
- array:
- sentence_connector: 'et'
- skip_last_comma: true
- words_connector: ", "
- two_words_connector: " et "
- last_word_connector: " et "
\ No newline at end of file
locales/it.yml +0 -155
@@ @@ -1,155 +0,0 @@
- it:
- locomotive:
- locales:
- en: Inglese
- de: Tedesco
- fr: Francese
- pl: Polacco
- pt-BR: "Portoghese Brasiliano"
- it: Italiano
- nl: Olandese
- nb: Norvegese
- es: Spagnolo
- ru: Russo
- et: Estone
-
- errors:
- messages:
- blank: "non può essere lasciato in bianco"
-
- pagination:
- previous: "&laquo; Precedente"
- next: "Successiva &raquo;"
-
- 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 +0 -191
@@ @@ -1,191 +0,0 @@
- nb:
- locomotive:
- locales:
- en: Engelsk
- de: Tysk
- fr: Fransk
- pl: Polsk
- pt-BR: "Brazilian Portuguese"
- it: Italiensk
- nl: Nederlandsk
- nb: Norsk
- es: Spansk
- ru: Russisk
- et: Estisk
-
- date:
- formats:
- default: "%d.%m.%Y"
-
- errors:
- messages:
- blank: "kan ikke være blank"
-
- pagination:
- previous: "&laquo; Previous"
- next: "Next &raquo;"
- 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 +0 -160
@@ @@ -1,160 +0,0 @@
- nl:
- locomotive:
- locales:
- en: Engels
- de: Duits
- fr: Frans
- pt-BR: "Braziliaans Portugees"
- it: Italiaans
- nl: Nederlands
- nb: Noors
- ru: Russisch
- et: Estlands
-
- 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 +0 -203
@@ @@ -1,203 +0,0 @@
- pl:
- locomotive:
- locales:
- en: angielski
- de: niemiecki
- fr: francuski
- pl: polski
- pt-BR: "portugalski (brazylijski)"
- it: włoski
- nl: niderlandzki
- nb: norweski
- es: hiszpański
- ru: rosyjski
- et: estoński
-
- 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 +0 -139
@@ @@ -1,139 +0,0 @@
- pt-BR:
- locomotive:
- locales:
- en: Inglês
- de: Alemão
- fr: Francês
- pl: Polonês
- pt-BR: "Português do Brasil"
- it: Italiano
- nl: Holandês
- nb: Norueguês
- es: Espanhol
- ru: Russo
- et: Estoniano
-
- 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 +0 -224
@@ @@ -1,224 +0,0 @@
- ru:
- locomotive:
- locales:
- en: Английский
- de: Немецкий
- fr: Французский
- pl: Польский
- pt-BR: "Браз. - Португальский"
- it: Итальянский
- nl: Голландский
- nb: Норвежский
- es: Испанский
- ru: Русский
- et: Эстонский
-
- 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: " и "