blob: 562ab055752bb7b3d911e75eb5afff02b301df91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
en:
access_authorizations:
name: 'Access authorization'
controller:
successfuly_created: 'Successfully created access authorization.'
successfuly_updated: 'Successfully updated access authorization.'
successfuly_destroyed: 'Successfully destroyed access authorization.'
index:
page_title: 'Access authorizations'
name: 'Name'
login: 'Login'
pin: 'PIN'
actions:
confirm_destroy: 'Are you sure you want to delete this access authorization?'
destroy: 'Delete'
edit: 'Edit'
show: 'View'
create: 'New'
create_for: 'New access authorization for %{resource}'
show:
page_title: 'Show access authorization'
name: 'Name'
login: 'Login'
pin: 'PIN'
index_phone_numbers: 'Phone numbers'
actions:
confirm_destroy: 'Are you sure you want to delete this access authorization?'
destroy: 'Delete'
edit: 'Edit'
view_all: 'View All'
new:
page_title: 'New access authorization'
edit:
page_title: 'Editing access authorization'
actions:
edit: 'Edit'
view_all: 'View All'
form:
name:
label: 'Name'
hint: ''
login:
label: 'Login'
hint: ''
pin:
label: 'PIN'
hint: ''
submit: 'Submit'
|