diff options
Diffstat (limited to 'config/locales/views/phones')
-rw-r--r-- | config/locales/views/phones/de.yml | 31 | ||||
-rw-r--r-- | config/locales/views/phones/en.yml | 25 |
2 files changed, 31 insertions, 25 deletions
diff --git a/config/locales/views/phones/de.yml b/config/locales/views/phones/de.yml index 814267c..373db13 100644 --- a/config/locales/views/phones/de.yml +++ b/config/locales/views/phones/de.yml @@ -8,16 +8,16 @@ de: index: page_title: 'Telefone' mac_address: 'MAC-Adresse' - phone_model_id: 'Telefonmodell' + phone_model_id: 'Modell' hot_deskable: 'Hot-Desk fähig' ip_address: 'IP-Adresse' last_ip_address: 'Letzte IP-Adresse' - http_user: 'http user' - http_password: 'http password' + http_user: 'Phone WebGUI Username' + http_password: 'Phone WebGUI Passwort' nightly_reboot: 'Nachts automatischer Reboot' provisioning_key_active: 'Provisioning Schlüssel aktiv' actions: - confirm: 'Sind Sie sicher, dass Sie diese Telefon aus Gemeinschaft entfernen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diese Telefon aus Gemeinschaft entfernen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' show: 'Anzeigen' @@ -26,17 +26,17 @@ de: show: page_title: 'Telefon anzeigen' mac_address: 'MAC-Adresse' - phone_model_id: 'Telefonmodell' + phone_model_id: 'Modell' hot_deskable: 'Hot-Desk fähig' ip_address: 'IP-Adresse' last_ip_address: 'Letzte IP-Adresse' - http_user: 'http user' - http_password: 'http password' + http_user: 'Phone WebGUI Username' + http_password: 'Phone WebGUI Passwort' nightly_reboot: 'Nachts automatischer Reboot' fallback_sip_account_id: 'Fallback SIP Account' manual: 'Handbuch' actions: - confirm: 'Sind Sie sicher, dass Sie diese Telefon aus Gemeinschaft entfernen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diese Telefon aus Gemeinschaft entfernen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' view_all: 'Alle Telefone anzeigen' @@ -51,7 +51,7 @@ de: label: 'MAC-Adresse' hint: '' phone_model_id: - label: 'Telefonmodell' + label: 'Modell' hint: '' hot_deskable: label: 'Hot-Desk fähig' @@ -66,10 +66,10 @@ de: label: 'Letzte IP-Adresse' hint: '' http_user: - label: 'http user' + label: 'Phone WebGUI Username' hint: '' http_password: - label: 'http password' + label: 'Phone WebGUI Passwort' hint: '' provisioning_key_active: label: 'Provisioning Schlüssel aktiv' @@ -77,7 +77,10 @@ de: fallback_sip_account_id: label: 'Fallback SIP Account' hint: '' - button: 'Absenden' + submit: 'Absenden' sip_accounts: - title: 'Auf dem Telefon eingetragene SIP-Konten' - connect_to_sip_account: 'Neues SIP-Konto auf das Telefon eintragen'
\ No newline at end of file + title: 'Verknüpfte SIP-Accounts' + connect_to_sip_account: 'SIP-Account mit dem Telefon verknüpfen' + tool_tips: + hot_desk: 'Mit aktivierter Hot Desk Fähigkeit können sich User der Anlage an einem Telefon ein- und ausloggen.' + missing_ip_address: 'Das Telefon hat sich bis jetzt noch nicht bei Gemeinschaft gemeldet. Vielleicht müssen Sie das Telefon manuell rebooten.' diff --git a/config/locales/views/phones/en.yml b/config/locales/views/phones/en.yml index 15e212e..87a6160 100644 --- a/config/locales/views/phones/en.yml +++ b/config/locales/views/phones/en.yml @@ -8,15 +8,15 @@ en: index: page_title: 'Phones' mac_address: 'Mac address' - phone_model_id: 'Phone model' + phone_model_id: 'Model' hot_deskable: 'Hot-deskable' ip_address: 'IP address' last_ip_address: 'Last IP address' - http_user: 'http user' - http_password: 'http password' + http_user: 'Phone WebGUI username' + http_password: 'Phone WebGUI password' nightly_reboot: 'Nightly reboot' actions: - confirm: 'Are you sure you want to delete this phone?' + confirm_destroy: 'Are you sure you want to delete this phone?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -25,18 +25,18 @@ en: show: page_title: 'Show phone' mac_address: 'Mac address' - phone_model_id: 'Phone model' + phone_model_id: 'Model' hot_deskable: 'Hot-deskable' ip_address: 'IP address' last_ip_address: 'Last IP address' - http_user: 'http user' - http_password: 'http password' + http_user: 'Phone WebGUI username' + http_password: 'Phone WebGUI password' nightly_reboot: 'Nightly reboot' provisioning_key_active: 'Provisioning key active' fallback_sip_account_id: 'Fallback SIP Account' manual: 'Manual' actions: - confirm: 'Are you sure you want to delete this phone?' + confirm_destroy: 'Are you sure you want to delete this phone?' destroy: 'Delete phone' edit: 'Edit phone' view_all: 'View all phones' @@ -51,7 +51,7 @@ en: label: 'Mac address' hint: '' phone_model_id: - label: 'Phone model' + label: 'Model' hint: '' hot_deskable: label: 'Hot-deskable' @@ -77,7 +77,10 @@ en: fallback_sip_account_id: label: 'Fallback SIP Account' hint: '' - button: 'Submit' + submit: 'Submit' sip_accounts: title: 'Listing of connected SIP accounts' - connect_to_sip_account: 'Connect to an existing SIP account'
\ No newline at end of file + connect_to_sip_account: 'Connect to an existing SIP account' + tool_tips: + hot_desk: 'Hot desk triggers the ability for a user to login and out of a given phone.' + missing_ip_address: "The phone hasn't contacted this system yet. Maybe you need to reboot the phone." |