rosa-build/config/locales/models/ssh_key.en.yml

25 lines
535 B
YAML
Raw Normal View History

2013-02-28 17:02:14 +00:00
en:
2013-03-01 11:33:02 +00:00
ssh_keys: SSH Keys
add_key: Add key
2013-02-28 17:02:14 +00:00
activerecord:
errors:
ssh_key:
wrong_key: '^Wrong public key'
2013-02-28 17:02:14 +00:00
models:
ssh_key: SSH Key
attributes:
ssh_key:
id: Id
name: Name
fingerprint: Key
2013-02-28 17:02:14 +00:00
created_at: Created
updated_at: Updated
user_id: User
key: Key
2013-03-01 11:33:02 +00:00
flash:
ssh_keys:
saved: SSH key successfully saved
save_error: SSH key save error
destroyed: SSH key succefully destroyed
destroy_error: SSH key destroy error