summaryrefslogtreecommitdiff
path: root/config/locales/views/gs_cluster_sync_log_entries/en.yml
blob: 6a07984bf7af0fd0fe2010af4e68d8107f21f470 (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
en:
  gs_cluster_sync_log_entries:
    name: 'Gs cluster sync log entry'
    controller:
      successfuly_created: 'Successfully created Gs cluster sync log entry.'
      successfuly_updated: 'Successfully updated Gs cluster sync log entry.'
      successfuly_destroyed: 'Successfully destroyed Gs cluster sync log entry.'
    index:
      page_title: 'Listing Gs cluster sync log entry'
      gs_node_id: 'Gs node'
      class_name: 'Class name'
      action: 'Action'
      content: 'Content'
      status: 'Status'
      actions:
        confirm_destroy: 'Are you sure you want to delete this Gs cluster sync log entry?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New Gs cluster sync log entry for %{resource}'
    show:
      page_title: 'Show Gs cluster sync log entry'
      gs_node_id: 'Gs node'
      class_name: 'Class name'
      action: 'Action'
      content: 'Content'
      status: 'Status'
      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 cluster sync log entry'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing Gs cluster sync log entry'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      gs_node_id:
        label: 'Gs node'
        hint: ''
      class_name:
        label: 'Class name'
        hint: ''
      action:
        label: 'Action'
        hint: ''
      content:
        label: 'Content'
        hint: ''
      status:
        label: 'Status'
        hint: ''
      submit: 'Submit'