diff options
Diffstat (limited to 'config/locales/views/voicemail_accounts')
-rw-r--r-- | config/locales/views/voicemail_accounts/de.yml | 65 | ||||
-rw-r--r-- | config/locales/views/voicemail_accounts/en.yml | 65 |
2 files changed, 130 insertions, 0 deletions
diff --git a/config/locales/views/voicemail_accounts/de.yml b/config/locales/views/voicemail_accounts/de.yml new file mode 100644 index 0000000..99145f6 --- /dev/null +++ b/config/locales/views/voicemail_accounts/de.yml @@ -0,0 +1,65 @@ +de: + voicemail_accounts: + name: 'Voicemail Konto' + controller: + successfuly_created: 'Voicemail Konto wurde angelegt.' + successfuly_updated: 'Voicemail Konto wurde aktualisiert.' + successfuly_destroyed: 'Voicemail Konto wurde gelöscht.' + index: + page_title: 'Voicemail Konten' + uuid: 'Uuid' + name: 'Name' + active: 'Active' + gs_node_id: 'Gs node' + voicemail_accountable_type: 'Voicemail accountable type' + voicemail_accountable_id: 'Voicemail accountable' + actions: + confirm_destroy: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Voicemail Konto' + destroy: 'Löschen' + edit: 'Bearbeiten' + show: 'Anzeigen' + create: 'Neu anlegen' + create_for: 'Voicemail Konto neu anlegen für %{resource}' + show: + page_title: 'Voicemail Konto bearbeiten' + uuid: 'Uuid' + name: 'Name' + active: 'Active' + gs_node_id: 'Gs node' + voicemail_accountable_type: 'Voicemail accountable type' + voicemail_accountable_id: 'Voicemail accountable' + 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: 'Voicemail Konto neu anlegen' + actions: + back_to_list: 'Zurück zur Übersicht' + edit: + page_title: 'Voicemail Konto bearbeiten' + actions: + back_to_list: 'Zurück zur Übersicht' + edit: 'Bearbeiten' + view_all: 'Alle anzeigen' + form: + uuid: + label: 'Uuid' + hint: '' + name: + label: 'Name' + hint: '' + active: + label: 'Active' + hint: '' + gs_node_id: + label: 'Gs node' + hint: '' + voicemail_accountable_type: + label: 'Voicemail accountable type' + hint: '' + voicemail_accountable_id: + label: 'Voicemail accountable' + hint: '' + submit: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/voicemail_accounts/en.yml b/config/locales/views/voicemail_accounts/en.yml new file mode 100644 index 0000000..bf097a5 --- /dev/null +++ b/config/locales/views/voicemail_accounts/en.yml @@ -0,0 +1,65 @@ +en: + voicemail_accounts: + name: 'Voicemail Account' + controller: + successfuly_created: 'Successfully created Voicemail Account.' + successfuly_updated: 'Successfully updated Voicemail Account.' + successfuly_destroyed: 'Successfully destroyed Voicemail Account.' + index: + page_title: 'Voicemail Accounts' + uuid: 'Uuid' + name: 'Name' + active: 'Active' + gs_node_id: 'Gs node' + voicemail_accountable_type: 'Voicemail accountable type' + voicemail_accountable_id: 'Voicemail accountable' + actions: + confirm_destroy: 'Are you sure you want to delete this Voicemail Account?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New Voicemail Account for %{resource}' + show: + page_title: 'Show Voicemail Account' + uuid: 'Uuid' + name: 'Name' + active: 'Active' + gs_node_id: 'Gs node' + voicemail_accountable_type: 'Voicemail accountable type' + voicemail_accountable_id: 'Voicemail accountable' + actions: + confirm_destroy: 'Are you sure you want to delete this element?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View All' + new: + page_title: 'New Voicemail Account' + actions: + back_to_list: 'Back to Index' + edit: + page_title: 'Editing Voicemail Account' + actions: + back_to_list: 'Back to Index' + edit: 'Edit' + view_all: 'View All' + form: + uuid: + label: 'Uuid' + hint: '' + name: + label: 'Name' + hint: '' + active: + label: 'Active' + hint: '' + gs_node_id: + label: 'Gs node' + hint: '' + voicemail_accountable_type: + label: 'Voicemail accountable type' + hint: '' + voicemail_accountable_id: + label: 'Voicemail accountable' + hint: '' + submit: 'Submit'
\ No newline at end of file |