diff options
Diffstat (limited to 'config/locales/views/access_authorizations')
-rw-r--r-- | config/locales/views/access_authorizations/de.yml | 45 | ||||
-rw-r--r-- | config/locales/views/access_authorizations/en.yml | 48 |
2 files changed, 93 insertions, 0 deletions
diff --git a/config/locales/views/access_authorizations/de.yml b/config/locales/views/access_authorizations/de.yml new file mode 100644 index 0000000..1d38cc1 --- /dev/null +++ b/config/locales/views/access_authorizations/de.yml @@ -0,0 +1,45 @@ +de: + access_authorizations: + name: 'Zugangsberechtigung' + controller: + successfuly_created: 'Eine neue Zugangsberechtigung wurde erstellt.' + successfuly_updated: 'Die Zugangsberechtigung wurde aktualisiert.' + successfuly_destroyed: 'Die Zugangsberechtigung wurde gelöscht.' + index: + page_title: 'Zugangsberechtigungen' + name: 'Name' + login: 'Login' + pin: 'PIN' + actions: + confirm: 'Sind Sie sicher, dass Sie diese Zugangsberechtigung löschen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + show: 'Anzeigen' + create: 'Neu anlegen' + create_for: 'Neue Zugangsberechtigung für %{resource} anlegen' + show: + page_title: 'Zugangsberechtigung anzeigen' + name: 'Name' + login: 'Login' + pin: 'PIN' + index_phone_numbers: 'Telefonnummern' + actions: + confirm: 'Sind Sie sicher, dass Sie diese Zugangsberechtigung löschen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + view_all: 'Alle Zugangsberechtigungen anzeigen.' + new: + page_title: 'Neue Zugangsberechtigung anlegen' + edit: + page_title: 'Zugangsberechtigung bearbeiten' + form: + name: + label: 'Name' + hint: '' + login: + label: 'Login' + hint: '' + pin: + label: 'PIN' + hint: '' + button: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/access_authorizations/en.yml b/config/locales/views/access_authorizations/en.yml new file mode 100644 index 0000000..9832e4a --- /dev/null +++ b/config/locales/views/access_authorizations/en.yml @@ -0,0 +1,48 @@ +en: + access_authorizations: + name: 'Access authorization' + controller: + successfuly_created: 'Successfully created access authorization.' + successfuly_updated: 'Successfully updated access authorization.' + successfuly_destroyed: 'Successfully destroyed access authorization.' + index: + page_title: 'Access authorizations' + name: 'Name' + login: 'Login' + pin: 'PIN' + actions: + confirm: 'Are you sure you want to delete this access authorization?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New access authorization for %{resource}' + show: + page_title: 'Show access authorization' + name: 'Name' + login: 'Login' + pin: 'PIN' + index_phone_numbers: 'Phone numbers' + actions: + confirm: 'Are you sure you want to delete this access authorization?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View All' + new: + page_title: 'New access authorization' + edit: + page_title: 'Editing access authorization' + actions: + edit: 'Edit' + view_all: 'View All' + form: + name: + label: 'Name' + hint: '' + login: + label: 'Login' + hint: '' + pin: + label: 'PIN' + hint: '' + button: 'Submit'
\ No newline at end of file |