summaryrefslogtreecommitdiff
path: root/config/locales/views/sim_cards/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/views/sim_cards/en.yml')
-rw-r--r--config/locales/views/sim_cards/en.yml70
1 files changed, 70 insertions, 0 deletions
diff --git a/config/locales/views/sim_cards/en.yml b/config/locales/views/sim_cards/en.yml
new file mode 100644
index 0000000..af82295
--- /dev/null
+++ b/config/locales/views/sim_cards/en.yml
@@ -0,0 +1,70 @@
+en:
+ sim_cards:
+ name: 'SIM card'
+ controller:
+ successfuly_created: 'Successfully created SIM card.'
+ successfuly_updated: 'Successfully updated SIM card.'
+ successfuly_destroyed: 'Successfully destroyed SIM card.'
+ no_existing_sip_accounts_warning: 'There is no available SIP account to create a new SIM card.'
+ index:
+ page_title: 'Listing SIM cards'
+ sim_card_provider_id: 'SIM card provider'
+ auto_order_card: 'Auto order card'
+ sip_account_id: 'Sip account'
+ auth_key: 'Auth key'
+ state: 'State'
+ log: 'Log'
+ actions:
+ confirm_destroy: 'Are you sure you want to delete this SIM card?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New SIM card for %{resource}'
+ show:
+ page_title: 'Show SIM card'
+ sim_card_provider_id: 'SIM card provider'
+ auto_order_card: 'Auto order card'
+ sip_account_id: 'Sip account'
+ auth_key: 'Auth key'
+ state: 'State'
+ log: 'Log'
+ sim_number: 'SIM-No.'
+ actions:
+ confirm_destroy: 'Are you sure you want to delete this element?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New SIM card'
+ actions:
+ back_to_list: 'Back to Index'
+ edit:
+ page_title: 'Editing SIM card'
+ actions:
+ back_to_list: 'Back to Index'
+ edit: 'Edit'
+ view_all: 'View All'
+ form:
+ sim_card_provider_id:
+ label: 'SIM card provider'
+ hint: ''
+ sim_number:
+ label: 'SIM-Nr.'
+ hint: ''
+ auto_order_card:
+ label: 'Auto order card'
+ hint: ''
+ sip_account_id:
+ label: 'Sip account'
+ hint: ''
+ auth_key:
+ label: 'Auth key'
+ hint: ''
+ state:
+ label: 'State'
+ hint: ''
+ log:
+ label: 'Log'
+ hint: ''
+ submit: 'Submit' \ No newline at end of file