blob: c24e03ae0cc3b9101f90b03aa9590727e2fa1922 (
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
en:
route_elements:
name: 'Route element'
controller:
successfuly_created: 'Successfully created Route element.'
successfuly_updated: 'Successfully updated Route element.'
successfuly_destroyed: 'Successfully destroyed Route element.'
index:
page_title: 'Listing Route element'
call_route_id: 'Call route'
var_in: 'Var in'
var_out: 'Var out'
pattern: 'Pattern'
replacement: 'Replacement'
action: 'Action'
mandatory: 'Mandatory'
position: 'Position'
actions:
confirm_destroy: 'Are you sure you want to delete this Route element?'
destroy: 'Delete'
edit: 'Edit'
show: 'View'
create: 'New'
create_for: 'New Route element for %{resource}'
show:
page_title: 'Show Route element'
call_route_id: 'Call route'
var_in: 'Var in'
var_out: 'Var out'
pattern: 'Pattern'
replacement: 'Replacement'
action: 'Action'
mandatory: 'Mandatory'
position: 'Position'
actions:
confirm_destroy: 'Are you sure you want to delete this element?'
destroy: 'Delete'
edit: 'Edit'
view_all: 'View All'
new:
page_title: 'New Route element'
actions:
back_to_list: 'Back to Index'
edit:
page_title: 'Editing Route element'
actions:
back_to_list: 'Back to Index'
edit: 'Edit'
view_all: 'View All'
form:
call_route_id:
label: 'Call route'
hint: ''
var_in:
label: 'Var in'
hint: ''
var_out:
label: 'Var out'
hint: ''
pattern:
label: 'Pattern'
hint: ''
replacement:
label: 'Replacement'
hint: ''
action:
label: 'Action'
hint: ''
mandatory:
label: 'Mandatory'
hint: ''
position:
label: 'Position'
hint: ''
submit: 'Submit'
|