mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Extract translations
This commit is contained in:
parent
f6ad22156e
commit
c7e426b8ed
2 changed files with 13 additions and 10 deletions
13
config/locales/api_users.en.yml
Normal file
13
config/locales/api_users.en.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
en:
|
||||
activerecord:
|
||||
errors:
|
||||
models:
|
||||
api_user:
|
||||
attributes:
|
||||
username:
|
||||
blank: 'Username is missing'
|
||||
taken: 'Username already exists'
|
||||
password:
|
||||
blank: 'Password is missing'
|
||||
registrar:
|
||||
blank: 'Registrar is missing'
|
|
@ -135,16 +135,6 @@ en:
|
|||
registrar:
|
||||
blank: 'Registrar is missing'
|
||||
|
||||
api_user:
|
||||
attributes:
|
||||
username:
|
||||
blank: 'Username is missing'
|
||||
taken: 'Username already exists'
|
||||
password:
|
||||
blank: 'Password is missing'
|
||||
registrar:
|
||||
blank: 'Registrar is missing'
|
||||
|
||||
dnskey:
|
||||
attributes:
|
||||
alg:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue