blob: 2a5f48e11c387b0c18874018cb70cc990af1a81e (
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
49
50
|
en:
group_permissions:
name: 'Grouppermission'
controller:
successfuly_created: 'Successfully created Grouppermission.'
successfuly_updated: 'Successfully updated Grouppermission.'
successfuly_destroyed: 'Successfully destroyed Grouppermission.'
index:
page_title: 'Listing Grouppermission'
group_id: 'Group'
permission: 'Permission'
target_group_id: 'Target group'
actions:
confirm_destroy: 'Are you sure you want to delete this Grouppermission?'
destroy: 'Delete'
edit: 'Edit'
show: 'View'
create: 'New'
create_for: 'New Grouppermission for %{resource}'
show:
page_title: 'Show Grouppermission'
group_id: 'Group'
permission: 'Permission'
target_group_id: 'Target group'
actions:
confirm_destroy: 'Are you sure you want to delete this element?'
destroy: 'Delete'
edit: 'Edit'
view_all: 'View All'
new:
page_title: 'New Grouppermission'
actions:
back_to_list: 'Back to Index'
edit:
page_title: 'Editing Grouppermission'
actions:
back_to_list: 'Back to Index'
edit: 'Edit'
view_all: 'View All'
form:
group_id:
label: 'Group'
hint: ''
permission:
label: 'Permission'
hint: ''
target_group_id:
label: 'Target group'
hint: ''
submit: 'Submit'
|