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

37 lines
1.1 KiB
YAML
Raw Normal View History

2012-07-13 12:18:12 +01:00
en:
layout:
key_pairs:
repository_id: Repository
user_id: User
public: Public key
secret: Secret key
2012-07-30 20:07:49 +01:00
confirm_delete: Are you sure you want to delete this signature?
header: Signatures
2012-07-13 12:18:12 +01:00
flash:
key_pairs:
2012-07-30 20:07:49 +01:00
saved: Repository successfully signed
save_error: Signature save error
destroyed: Signature succefully destroyed
destroy_error: Signature destroy error
2012-07-13 12:18:12 +01:00
activerecord:
2012-07-30 20:07:49 +01:00
errors:
key_pair:
repo_key_exists: Repository has been signed already! Please remove old signature and try again
2012-12-20 15:00:30 +00:00
wrong_keys: keys are imported, but it is not a key pair (ids differ)
wrong_key: wrong
wrong_public_key: contains secret key
wrong_secret_key: contains public key
2012-12-20 15:00:30 +00:00
key_has_passphrase: contains passphrase
2012-07-13 12:18:12 +01:00
models:
key_pair: Key Pair
attributes:
key_pair:
id: Id
created_at: Created
updated_at: Updated
user_id: User
repository_id: Repository
public: Public key
secret: Secret key
key_id: Signature