summaryrefslogtreecommitdiff
path: root/config/locales/views/tenants/en.yml
blob: adbf45fa2874c98ef881793e14b93f55844a7788 (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
71
72
73
en:
  tenants:
    name: "Tenant"
    new_name_scaffold: 'Snake Oil #%{counter}, Ltd.'
    controller:
      successfuly_created: 'Successfully created the tenant "%{resource}".'
      successfuly_created_plus_delayed_jobs: 'Successfully created the tenant "%{resource}". A total of %{amount_of_numbers} extensions and external numbers is being proccessed in the background. Depending on your hardware that can take a couple of minutes.'
      successfuly_updated: 'Successfully updated tenant.'
      successfuly_destroyed: 'Successfully destroyed tenant.'
    index:
      page_title: 'Tenants'
      name: 'Name'
      description: 'Description'
      state: 'State'
      position: 'Position'
      from_field_voicemail_email: 'Voicemail sender'
      from_field_pin_change_email: 'PIN change sender'
      actions:
        confirm: 'Are you sure you want to delete this tenant?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
    show:
      page_title: 'Show Tenant'
      name: 'Name'
      description: 'Description'
      state: 'State'
      position: 'Position'
      from_field_voicemail_email: 'Voicemail sender'
      from_field_pin_change_email: 'PIN change sender'
      actions:
        confirm: 'Are you sure you want to delete this tenant?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View all tenants'
    new:
      page_title: 'New Tenant'
    edit:
      page_title: 'Editing Tenant %{resource}'
    form:
      phone_numbers: 'Phone numbers'
      intro: 'Gemeinschaft is strict with phone numbers. You need to define the range of available numbers.'
      name:
        label: 'Name'
        hint: ''
      description:
        label: 'Description'
        hint: ''
      country_id:
        label: 'Country'
        hint: ''
      language_id:
        label: 'Language'
        hint: ''
      sip_domain:
        label: 'SIP domain'
        hint: ''
      from_field_voicemail_email:
        label: 'Voicemail sender'
        hint: 'From field for e-mails with voicemails.'
      from_field_pin_change_email:
        label: 'PIN change sender'
        hint: 'From field for e-mails about PIN changes.'
      internal_extension_ranges:
        label: 'Internal extensions'
        hint: 'Define ranges (e.g. "10-99", "10-20,50-85" or "150-299").'
      did_list:
        label: 'External numbers'
        hint: 'These are the phone numbers which can be called from the outside (seperated by commas). The x represents all internal extensions (can be added to a trunk number). You can mix MSNs and DIDs. Examples: "0228-12345x, 0228-123450" (this would be the solution for most companies), "0228-123456", "0228-123456,0228-123999"'
      button: 'Submit'
    
    switch_to_tenant: "Switch to tenant"