blob: 75c06ebe2004ef04b092697802b1e57794bc9f91 (
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
|
en:
gs_nodes:
name: 'GS Node'
controller:
successfuly_created: 'Successfully created GS Node.'
successfuly_updated: 'Successfully updated GS Node.'
successfuly_destroyed: 'Successfully destroyed GS Node.'
index:
page_title: 'Listing GS Nodes'
name: 'Name'
ip_address: 'IP address'
push_updates_to: 'Push updates to this node?'
accepts_updates_from: 'Accepts updates from this node?'
site: 'Site'
element_name: 'Element name'
actions:
confirm_destroy: 'Are you sure you want to delete this GS Node?'
destroy: 'Delete'
edit: 'Edit'
show: 'View'
create: 'New'
create_for: 'New GS Node for %{resource}'
show:
page_title: 'Show GS Node'
name: 'Name'
ip_address: 'IP address'
push_updates_to: 'Push updates'
site: 'Site'
element_name: 'Element name'
accepts_updates_from: 'Accepts updates from this node?'
actions:
confirm_destroy: 'Are you sure you want to delete this element?'
destroy: 'Delete'
edit: 'Edit'
view_all: 'View All'
new:
page_title: 'New GS Node'
actions:
back_to_list: 'Back to Index'
edit:
page_title: 'Editing GS Node'
actions:
back_to_list: 'Back to Index'
edit: 'Edit'
view_all: 'View All'
form:
name:
label: 'Name'
hint: ''
ip_address:
label: 'IP address'
hint: ''
site:
label: 'Site'
hint: 'e.g. http://0.0.0.0:3000/'
element_name:
label: 'Element name'
hint: ''
push_updates_to:
label: 'Push updates to'
hint: ''
accepts_updates_from:
label: 'Accepts updates from this node?'
hint: ''
submit: 'Submit'
|