diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/views/gateway_settings/de.yml | 60 | ||||
| -rw-r--r-- | config/locales/views/gateway_settings/en.yml | 60 | 
2 files changed, 120 insertions, 0 deletions
| diff --git a/config/locales/views/gateway_settings/de.yml b/config/locales/views/gateway_settings/de.yml new file mode 100644 index 0000000..b008e5e --- /dev/null +++ b/config/locales/views/gateway_settings/de.yml @@ -0,0 +1,60 @@ +de: +  gateway_settings: +    name: 'Gatewaysetting' +    controller: +      successfuly_created: 'Gatewaysetting wurde angelegt.' +      successfuly_updated: 'Gatewaysetting wurde aktualisiert.' +      successfuly_destroyed: 'Gatewaysetting wurde gelöscht.' +    index: +      page_title: 'Übersicht von Gatewaysetting' +      gateway_id: 'Gateway' +      name: 'Name' +      value: 'Value' +      class_type: 'Class type' +      description: 'Description' +      actions: +        confirm: 'Sind Sie sicher, dass Sie folgendes löschen möchten: Gatewaysetting' +        destroy: 'Löschen' +        edit: 'Bearbeiten' +        show: 'Anzeigen' +        create: 'Neu anlegen' +        create_for: 'Gatewaysetting neu anlegen für %{resource}' +    show: +      page_title: 'Gatewaysetting bearbeiten' +      gateway_id: 'Gateway' +      name: 'Name' +      value: 'Value' +      class_type: 'Class type' +      description: 'Description' +      actions: +        confirm: 'Sind Sie sicher, dass die dieses Element löschen möchten?' +        destroy: 'Löschen' +        edit: 'Bearbeiten' +        view_all: 'Alle anzeigen' +    new: +      page_title: 'Gatewaysetting neu anlegen' +      actions: +        back_to_list: 'Zurück zur Übersicht' +    edit: +      page_title: 'Gatewaysetting bearbeiten' +      actions: +        back_to_list: 'Zurück zur Übersicht' +        edit: 'Bearbeiten' +        view_all: 'Alle anzeigen' +    form: +      gateway_id: +        label: 'Gateway' +        hint: '' +      name: +        label: 'Name' +        hint: '' +      value: +        label: 'Value' +        hint: '' +      class_type: +        label: 'Class type' +        hint: '' +      description: +        label: 'Description' +        hint: '' +      button: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/gateway_settings/en.yml b/config/locales/views/gateway_settings/en.yml new file mode 100644 index 0000000..3072eb9 --- /dev/null +++ b/config/locales/views/gateway_settings/en.yml @@ -0,0 +1,60 @@ +en: +  gateway_settings: +    name: 'Gatewaysetting' +    controller: +      successfuly_created: 'Successfully created Gatewaysetting.' +      successfuly_updated: 'Successfully updated Gatewaysetting.' +      successfuly_destroyed: 'Successfully destroyed Gatewaysetting.' +    index: +      page_title: 'Listing Gatewaysetting' +      gateway_id: 'Gateway' +      name: 'Name' +      value: 'Value' +      class_type: 'Class type' +      description: 'Description' +      actions: +        confirm: 'Are you sure you want to delete this Gatewaysetting?' +        destroy: 'Delete' +        edit: 'Edit' +        show: 'View' +        create: 'New' +        create_for: 'New Gatewaysetting for %{resource}' +    show: +      page_title: 'Show Gatewaysetting' +      gateway_id: 'Gateway' +      name: 'Name' +      value: 'Value' +      class_type: 'Class type' +      description: 'Description' +      actions: +        confirm: 'Are you sure you want to delete this element?' +        destroy: 'Delete' +        edit: 'Edit' +        view_all: 'View All' +    new: +      page_title: 'New Gatewaysetting' +      actions: +        back_to_list: 'Back to Index' +    edit: +      page_title: 'Editing Gatewaysetting' +      actions: +        back_to_list: 'Back to Index' +        edit: 'Edit' +        view_all: 'View All' +    form: +      gateway_id: +        label: 'Gateway' +        hint: '' +      name: +        label: 'Name' +        hint: '' +      value: +        label: 'Value' +        hint: '' +      class_type: +        label: 'Class type' +        hint: '' +      description: +        label: 'Description' +        hint: '' +      button: 'Submit'
\ No newline at end of file | 
