summaryrefslogtreecommitdiff
path: root/config/locales/views/backup_jobs/de.yml
blob: b81b5324a0aab6245c30f4e8a903bd67ac855b78 (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
de:
  backup_jobs:
    name: 'Backup job'
    controller:
      successfuly_created: 'Backup job wurde angelegt.'
      successfuly_updated: 'Backup job wurde aktualisiert.'
      successfuly_destroyed: 'Backup job wurde gelöscht.'
    index:
      page_title: 'Übersicht von 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: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Backup job'
        destroy: 'Löschen'
        edit: 'Bearbeiten'
        show: 'Anzeigen'
        create: 'Neu anlegen'
        create_for: 'Backup job neu anlegen für %{resource}'
    show:
      page_title: 'Backup job bearbeiten'
      started_at: 'Started at'
      finished_at: 'Finished at'
      state: 'State'
      directory: 'Directory'
      size_of_the_backup: 'Size of the backup'
      actions:
        confirm_destroy: 'Sind Sie sicher, dass die dieses Element löschen möchten?'
        destroy: 'Löschen'
        edit: 'Bearbeiten'
        view_all: 'Alle anzeigen'
    new:
      page_title: 'Backup job neu anlegen'
      actions:
        back_to_list: 'Zurück zur Übersicht'
    edit:
      page_title: 'Backup job bearbeiten'
      actions:
        back_to_list: 'Zurück zur Übersicht'
        edit: 'Bearbeiten'
        view_all: 'Alle anzeigen'
    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: 'Absenden'