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

25 lines
535 B
YAML

en:
ssh_keys: SSH Keys
add_key: Add key
activerecord:
errors:
ssh_key:
wrong_key: '^Wrong public key'
models:
ssh_key: SSH Key
attributes:
ssh_key:
id: Id
name: Name
fingerprint: Key
created_at: Created
updated_at: Updated
user_id: User
key: Key
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