20 lines
537 B
YAML
20 lines
537 B
YAML
en:
|
|
activerecord:
|
|
models:
|
|
service:
|
|
one: 'Service'
|
|
other: 'Services'
|
|
attributes:
|
|
service:
|
|
adresse: 'Mail address'
|
|
email: 'Email'
|
|
telephone: 'Phone'
|
|
errors:
|
|
models:
|
|
service:
|
|
attributes:
|
|
siret:
|
|
format: 'SIRET number %{message}'
|
|
length: 'must contain exactly 14 digits'
|
|
checksum: 'is invalid'
|
|
not_prefillable: 'Unable to pre-fill information for this SIRET, please fill it manually'
|