date and number formats changed according to rails-I18n locale
This commit is contained in:
parent
2f0953692c
commit
bfa4231f5e
1 changed files with 63 additions and 63 deletions
|
@ -20,7 +20,6 @@
|
||||||
# available at http://guides.rubyonrails.org/i18n.html.
|
# available at http://guides.rubyonrails.org/i18n.html.
|
||||||
|
|
||||||
en:
|
en:
|
||||||
hello: "Hello world"
|
|
||||||
utils:
|
utils:
|
||||||
deconnexion: "Log out"
|
deconnexion: "Log out"
|
||||||
involved: "See concerned people"
|
involved: "See concerned people"
|
||||||
|
@ -64,36 +63,36 @@ en:
|
||||||
supportadmin:
|
supportadmin:
|
||||||
# admin demande rdv: Demande de RDV pour une présentation à distance de demarches-simplifiees.fr
|
# admin demande rdv: Demande de RDV pour une présentation à distance de demarches-simplifiees.fr
|
||||||
admin question: I have a question about demarches-simplifiees.fr
|
admin question: I have a question about demarches-simplifiees.fr
|
||||||
admin soucis: I have a technical issue on demarches-simplifiees.fr
|
admin soucis: I am facing a technical issue on demarches-simplifiees.fr
|
||||||
admin suggestion produit: I have a suggestion for an evolution
|
admin suggestion produit: I have a suggestion for an evolution
|
||||||
admin demande compte: I wish to open an admin account with an Orange, Wanadoo, etc. email
|
admin demande compte: I want to open an admin account with an Orange, Wanadoo, etc. email
|
||||||
admin autre: Other topic
|
admin autre: Other topic
|
||||||
|
|
||||||
number:
|
number:
|
||||||
currency:
|
currency:
|
||||||
format:
|
format:
|
||||||
delimiter: " "
|
delimiter: ","
|
||||||
format: "%n %u"
|
format: "%u%n"
|
||||||
precision: 2
|
precision: 2
|
||||||
separator: ","
|
separator: "."
|
||||||
significant: false
|
significant: false
|
||||||
strip_insignificant_zeros: false
|
strip_insignificant_zeros: false
|
||||||
unit: "€"
|
unit: "€"
|
||||||
format:
|
format:
|
||||||
delimiter: " "
|
delimiter: ","
|
||||||
precision: 3
|
precision: 3
|
||||||
separator: ","
|
separator: "."
|
||||||
significant: false
|
significant: false
|
||||||
strip_insignificant_zeros: false
|
strip_insignificant_zeros: false
|
||||||
human:
|
human:
|
||||||
decimal_units:
|
decimal_units:
|
||||||
format: "%n %u"
|
format: "%n %u"
|
||||||
units:
|
units:
|
||||||
billion: billion
|
billion: Billion
|
||||||
million: million
|
million: Million
|
||||||
quadrillion: quadrillion
|
quadrillion: Quadrillion
|
||||||
thousand: thousand
|
thousand: Thousand
|
||||||
trillion: trillion
|
trillion: Trillion
|
||||||
unit: ''
|
unit: ''
|
||||||
format:
|
format:
|
||||||
delimiter: ''
|
delimiter: ''
|
||||||
|
@ -104,12 +103,13 @@ en:
|
||||||
format: "%n %u"
|
format: "%n %u"
|
||||||
units:
|
units:
|
||||||
byte:
|
byte:
|
||||||
one: byte
|
one: Byte
|
||||||
other: bytes
|
other: Bytes
|
||||||
gb: Gb
|
gb: GB
|
||||||
kb: kb
|
kb: KB
|
||||||
mb: Mb
|
mb: MB
|
||||||
tb: Tb
|
pb: PB
|
||||||
|
tb: TB
|
||||||
percentage:
|
percentage:
|
||||||
format:
|
format:
|
||||||
delimiter: ''
|
delimiter: ''
|
||||||
|
@ -200,57 +200,57 @@ en:
|
||||||
|
|
||||||
date:
|
date:
|
||||||
abbr_day_names:
|
abbr_day_names:
|
||||||
- sun
|
- Sun
|
||||||
- mon
|
- Mon
|
||||||
- tue
|
- Tue
|
||||||
- wed
|
- Wed
|
||||||
- thu
|
- Thu
|
||||||
- fri
|
- Fri
|
||||||
- sat
|
- Sat
|
||||||
abbr_month_names:
|
abbr_month_names:
|
||||||
-
|
-
|
||||||
- jan.
|
- Jan
|
||||||
- feb.
|
- Feb
|
||||||
- mar.
|
- Mar
|
||||||
- apr.
|
- Apr
|
||||||
- may
|
- May
|
||||||
- jun.
|
- Jun
|
||||||
- jul.
|
- Jul
|
||||||
- aug.
|
- Aug
|
||||||
- sept.
|
- Sep
|
||||||
- oct.
|
- Oct
|
||||||
- nov.
|
- Nov
|
||||||
- dec.
|
- Dec
|
||||||
month_names:
|
month_names:
|
||||||
-
|
-
|
||||||
- january
|
- January
|
||||||
- february
|
- February
|
||||||
- march
|
- March
|
||||||
- april
|
- April
|
||||||
- may
|
- May
|
||||||
- june
|
- June
|
||||||
- july
|
- July
|
||||||
- august
|
- August
|
||||||
- september
|
- September
|
||||||
- october
|
- October
|
||||||
- november
|
- November
|
||||||
- december
|
- December
|
||||||
order:
|
order:
|
||||||
- :day
|
|
||||||
- :month
|
|
||||||
- :year
|
- :year
|
||||||
|
- :month
|
||||||
|
- :day
|
||||||
day_names:
|
day_names:
|
||||||
- sunday
|
- Sunday
|
||||||
- monday
|
- Monday
|
||||||
- tuesday
|
- Tuesday
|
||||||
- wednesday
|
- Wednesday
|
||||||
- thursday
|
- Thursday
|
||||||
- friday
|
- Friday
|
||||||
- saturday
|
- Saturday
|
||||||
formats:
|
formats:
|
||||||
default: "%d %B %Y"
|
default: "%Y-%m-%d"
|
||||||
short: "%e %b"
|
long: "%B %d, %Y"
|
||||||
long: "%e %B %Y"
|
short: "%b %d"
|
||||||
datetime:
|
datetime:
|
||||||
distance_in_words:
|
distance_in_words:
|
||||||
about_x_hours:
|
about_x_hours:
|
||||||
|
@ -291,7 +291,7 @@ en:
|
||||||
other: "%{count} seconds"
|
other: "%{count} seconds"
|
||||||
time:
|
time:
|
||||||
formats:
|
formats:
|
||||||
default: "%d %B %Y %R"
|
default: "%B %d %Y %R"
|
||||||
pluralize:
|
pluralize:
|
||||||
case:
|
case:
|
||||||
zero: file
|
zero: file
|
||||||
|
|
Loading…
Reference in a new issue