summaryrefslogtreecommitdiff
path: root/config/locales/views/sim_cards/en.yml
blob: af82295297bc28c757fdcb7e5693b14b66d3514d (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
66
67
68
69
70
en:
  sim_cards:
    name: 'SIM card'
    controller:
      successfuly_created: 'Successfully created SIM card.'
      successfuly_updated: 'Successfully updated SIM card.'
      successfuly_destroyed: 'Successfully destroyed SIM card.'
      no_existing_sip_accounts_warning: 'There is no available SIP account to create a new SIM card.'
    index:
      page_title: 'Listing SIM cards'
      sim_card_provider_id: 'SIM card provider'
      auto_order_card: 'Auto order card'
      sip_account_id: 'Sip account'
      auth_key: 'Auth key'
      state: 'State'
      log: 'Log'
      actions:
        confirm_destroy: 'Are you sure you want to delete this SIM card?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New SIM card for %{resource}'
    show:
      page_title: 'Show SIM card'
      sim_card_provider_id: 'SIM card provider'
      auto_order_card: 'Auto order card'
      sip_account_id: 'Sip account'
      auth_key: 'Auth key'
      state: 'State'
      log: 'Log'
      sim_number: 'SIM-No.'
      actions:
        confirm_destroy: 'Are you sure you want to delete this element?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New SIM card'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing SIM card'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      sim_card_provider_id:
        label: 'SIM card provider'
        hint: ''
      sim_number:
        label: 'SIM-Nr.'
        hint: ''        
      auto_order_card:
        label: 'Auto order card'
        hint: ''
      sip_account_id:
        label: 'Sip account'
        hint: ''
      auth_key:
        label: 'Auth key'
        hint: ''
      state:
        label: 'State'
        hint: ''
      log:
        label: 'Log'
        hint: ''
      submit: 'Submit'