summaryrefslogtreecommitdiff
path: root/config/locales/views/acd_agents/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/views/acd_agents/en.yml')
-rw-r--r--config/locales/views/acd_agents/en.yml76
1 files changed, 76 insertions, 0 deletions
diff --git a/config/locales/views/acd_agents/en.yml b/config/locales/views/acd_agents/en.yml
new file mode 100644
index 0000000..8287dd7
--- /dev/null
+++ b/config/locales/views/acd_agents/en.yml
@@ -0,0 +1,76 @@
+en:
+ acd_agents:
+ name: 'ACD Agent'
+ controller:
+ successfuly_created: 'Successfully created Agent.'
+ successfuly_updated: 'Successfully updated Agent.'
+ successfuly_destroyed: 'Successfully destroyed Agent.'
+ index:
+ page_title: 'Agents'
+ uuid: 'UUID'
+ name: 'Name'
+ status: 'Status'
+ automatic_call_distributor_id: 'ACD ID'
+ last_call: 'Last call'
+ calls_answered: 'Calls answered'
+ destination_type: 'Destination type'
+ destination_id: 'Destination ID'
+ destination: 'Destination'
+ actions:
+ confirm: 'Are you sure you want to delete this Agent?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New Agent for %{resource}'
+ show:
+ page_title: 'Show Agent'
+ uuid: 'UUID'
+ name: 'Name'
+ status: 'Status'
+ automatic_call_distributor_id: 'ACD ID'
+ last_call: 'Last call'
+ calls_answered: 'Calls answered'
+ destination_type: 'Destination type'
+ destination_id: 'Destination'
+ actions:
+ confirm: 'Are you sure you want to delete this element?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New Agent'
+ actions:
+ back_to_list: 'Back to Index'
+ edit:
+ page_title: 'Editing Agent'
+ actions:
+ back_to_list: 'Back to Index'
+ edit: 'Edit'
+ view_all: 'View All'
+ form:
+ uuid:
+ label: 'UUID'
+ hint: 'Universally unique identifier'
+ name:
+ label: 'Name'
+ hint: 'Entry name'
+ status:
+ label: 'Status'
+ hint: 'Entry status'
+ automatic_call_distributor_id:
+ label: 'ACD ID'
+ hint: 'ID of parent ACD'
+ last_call:
+ label: 'Last call'
+ hint: 'Last answered call'
+ calls_answered:
+ label: 'Calls answered'
+ hint: 'Number of calls'
+ destination_type:
+ label: 'Destination type'
+ hint: ''
+ destination_id:
+ label: 'Destination'
+ hint: ''
+ button: 'Submit' \ No newline at end of file