mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 23:54:44 +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:
|
registrar:
|
||||||
blank: 'Registrar is missing'
|
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:
|
dnskey:
|
||||||
attributes:
|
attributes:
|
||||||
alg:
|
alg:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue