summaryrefslogtreecommitdiff
path: root/config/locales/views/generic_files/en.yml
blob: d09376ab39620d4e76bde7580f02b48318411fa1 (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:
  generic_files:
    name: 'File'
    controller:
      successfuly_created: 'Successfully created File.'
      successfuly_updated: 'Successfully updated File.'
      successfuly_destroyed: 'Successfully destroyed File.'
    index:
      page_title: 'Files'
      name: 'Name'
      file: 'File'
      file_type: 'Type'
      category: 'Category'
      owner_id: 'Owner'
      owner_type: 'Owner type'
      actions:
        confirm_destroy: 'Are you sure you want to delete this File?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New File for %{resource}'
    show:
      page_title: 'Show File'
      name: 'Name'
      file: 'File'
      file_type: 'Type'
      category: 'Category'
      owner_id: 'Owner'
      owner_type: 'Owner type'
      actions:
        confirm_destroy: 'Are you sure you want to delete this File?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New File'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing File'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      name:
        label: 'Name'
        hint: ''
      file:
        label: 'File'
        hint: ''
      file_type:
        label: 'Type'
        hint: ''
      category:
        label: 'Category'
        hint: ''
      owner_id:
        label: 'Owner'
        hint: ''
      owner_type:
        label: 'Owner type'
        hint: ''
      submit: 'Submit'