summaryrefslogtreecommitdiff
path: root/config/locales/views/backup_jobs/en.yml
blob: 74d14c2d733499c9f766c39bdb2c30c8f50dca31 (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
en:
  backup_jobs:
    name: 'Backup job'
    controller:
      successfuly_created: 'Successfully created backup job.'
      successfuly_updated: 'Successfully updated backup job.'
      successfuly_destroyed: 'Successfully destroyed backup job.'
    index:
      page_title: 'Listing backup jobs'
      page_title_with_limit: 'Listing of the last %{limit} backup jobs'
      started_at: 'Started at'
      finished_at: 'Finished at'
      state: 'State'
      directory: 'Directory'
      size_of_the_backup: 'Size of the backup'
      actions:
        confirm_destroy: 'Are you sure you want to delete this backup job?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New backup job for %{resource}'
    show:
      page_title: 'Show backup job'
      started_at: 'Started at'
      finished_at: 'Finished at'
      state: 'State'
      directory: 'Directory'
      size_of_the_backup: 'Size of the backup'
      actions:
        confirm_destroy: 'Are you sure you want to delete this element?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New backup job'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing backup job'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      started_at:
        label: 'Started at'
        hint: ''
      finished_at:
        label: 'Finished at'
        hint: ''
      state:
        label: 'State'
        hint: ''
      directory:
        label: 'Directory'
        hint: ''
      size_of_the_backup:
        label: 'Size of the backup'
        hint: ''
      submit: 'Submit'