Files
grecia/config/locales/activerecord.en.yml
2015-10-14 15:48:55 +02:00

52 lines
1.3 KiB
YAML

en:
activerecord:
errors:
models:
user:
attributes:
email:
password_already_set: "This user already has a password"
models:
activity: Activity
comment: Comment
debate: Debate
proposal: Proposal
tag: Topic
user: User
vote: Vote
organization: Organization
attributes:
comment:
body: Comment
user: User
debate:
author: Author
description: Opinion
terms_of_service: Terms of service
title: Title
proposal:
author: Author
title: Title
question: Question
description: Description
terms_of_service: Terms of service
user:
email: Email
username: Username
password: Password
phone_number: Phone number
official_position: Official position
official_level: Official level
organization:
name: Organization name
responsible_name: Person in charge
errors:
models:
debate:
attributes:
tag_list:
less_than_or_equal_to: tags must be less than or equal to %{count}
proposal:
attributes:
tag_list:
less_than_or_equal_to: tags must be less than or equal to %{count}