|
8 | 8 | "save": "Save", |
9 | 9 | "clear_search": "Clear search", |
10 | 10 | "no_search_results": "No results found", |
11 | | - "no_search_results_description": "We couldn't find any results for your search" |
| 11 | + "no_search_results_description": "We couldn't find any results for your search", |
| 12 | + "loading": "Loading" |
12 | 13 | }, |
13 | 14 | "status": { |
14 | 15 | "title": "Status", |
|
56 | 57 | "fqdn_helper": "FQDN of the instance. Must be a valid domain name", |
57 | 58 | "address": "Public IP address", |
58 | 59 | "address_helper": "IPv4 address expected to receive VoIP traffic", |
59 | | - "public_address": "Public IP address", |
60 | | - "public_address_helper": "Public IPV4 address expected to receive VoIP traffic, in case of NAT", |
61 | 60 | "addresses_format": "Must be in IPv4 format", |
62 | | - "interfaces": "Network interfaces", |
63 | | - "interfaces_placeholder": "Select interface" |
| 61 | + "interface": "Network interface", |
| 62 | + "interface_placeholder": "Select interface", |
| 63 | + "address_and_iface_dont_match": "@:settings.interface and @:settings.address do not match", |
| 64 | + "address_and_iface_dont_match_message": "For the devices in the PBX local network to work correctly, the 'Hairpin NAT' feature — also known as 'NAT reflection', 'NAT hairpinning', 'NAT on a stick' or 'Loopback NAT' — must be enabled on the firewall (specifically, on the device that manages the NAT of the public IP).", |
| 65 | + "address_tooltip": "This is required only if it differs from @:settings.interface address. The address is filled automatically based on the resolved FQDN above, but you can change it if needed." |
64 | 66 | }, |
65 | 67 | "about": { |
66 | 68 | "title": "About" |
|
98 | 100 | "cannot_retrieve_module_info": "Cannot retrieve module info", |
99 | 101 | "cannot_retrieve_installed_modules": "Cannot retrieve installed modules", |
100 | 102 | "error_loading_providers": "Error loading list-service-providers", |
101 | | - "provider_missing_fields": "One instance have missing fields: {module_id}" |
102 | | - }, |
103 | | - "warning": { |
104 | | - "warning_title_message": "Warning: IP addresses don't match", |
105 | | - "different_ip_message": "In order for the devices in the PBX local network to work correctly, the 'hairpin NAT' function, also known as NAT reflection / NAT hairpining / NAT on a stick / loopback NAT, must be enabled on the firewall (more precisely on the device that manages the NAT of the public IP)." |
| 103 | + "provider_missing_fields": "One instance have missing fields: {module_id}", |
| 104 | + "invalid_fqdn": "FQDN cannot end with .invalid" |
106 | 105 | } |
107 | 106 | } |
0 commit comments