64 lines
1.4 KiB
YAML
64 lines
1.4 KiB
YAML
|
en:
|
||
|
attributes:
|
||
|
id: ID
|
||
|
name: Name
|
||
|
email: Email
|
||
|
locality_0: Local
|
||
|
locality_1: National
|
||
|
created_at: Created
|
||
|
updated_at: Modified
|
||
|
created: Created %{date} ago
|
||
|
updated: Updated %{date} ago
|
||
|
|
||
|
# Base de données
|
||
|
activerecord:
|
||
|
models:
|
||
|
event: Event
|
||
|
user: Modérator
|
||
|
lug: Asso
|
||
|
city: City
|
||
|
region: Region
|
||
|
admin_user: Admin
|
||
|
comment: Comment
|
||
|
i18n/backend/active_record/translation: Content
|
||
|
attributes:
|
||
|
user:
|
||
|
login: Login
|
||
|
password: Password
|
||
|
lastname: Name
|
||
|
firstname: First name
|
||
|
city:
|
||
|
majname: Uppercase name
|
||
|
postalcode: Zip code
|
||
|
inseecode: INSEE code
|
||
|
regioncode: Region code
|
||
|
lug:
|
||
|
related_region: Region
|
||
|
department: Department
|
||
|
url: Web address
|
||
|
city: City
|
||
|
event:
|
||
|
title: Title
|
||
|
start_time: Beginning
|
||
|
end_time: End
|
||
|
description: Description
|
||
|
address: Address
|
||
|
city: City
|
||
|
related_region: Region
|
||
|
locality: Scope
|
||
|
url: URL
|
||
|
contact: Contact
|
||
|
submitter: Submitter
|
||
|
submission_time: Waiting for
|
||
|
region:
|
||
|
name_values:
|
||
|
all: All regions
|
||
|
note:
|
||
|
contents: Your comment
|
||
|
i18n/backend/active_record/translation:
|
||
|
locale: Language
|
||
|
key: Key
|
||
|
value: Value
|
||
|
interpolations: Interpolations
|
||
|
is_proc: Procedure?
|