You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.7 KiB
52 lines
1.7 KiB
<?php
|
|
|
|
return [
|
|
|
|
// Labels
|
|
'subscription' => 'Subscription',
|
|
'subscriptions' => 'Subscription List',
|
|
'list' => 'Subscription List',
|
|
'view_all' => 'View All Subscriptions',
|
|
'detail' => 'Subscription Detail',
|
|
'search' => 'Search Subscription',
|
|
'found' => 'Subscription found.',
|
|
'not_found' => 'Subscription not found.',
|
|
'empty' => 'Subscription list is empty.',
|
|
'back_to_show' => 'Back to Subscription Detail',
|
|
'back_to_index' => 'Back to Subscription List',
|
|
|
|
// Actions
|
|
'create' => 'Create new Subscription',
|
|
'created' => 'Subscription has been created.',
|
|
'show' => 'Show Subscription Detail',
|
|
'edit' => 'Edit Subscription',
|
|
'update' => 'Update Subscription',
|
|
'updated' => 'Subscription data has been updated.',
|
|
'delete' => 'Delete Subscription',
|
|
'deleted' => 'Subscription has been deleted.',
|
|
'undeleted' => 'Subscription not deleted.',
|
|
|
|
// Attributes
|
|
'name' => 'Subscription Name',
|
|
'price' => 'Price',
|
|
'domain_name' => 'Domain',
|
|
'domain_price' => 'Domain Price',
|
|
'epp_code' => 'EPP Code',
|
|
'hosting_capacity' => 'Hosting Capacity',
|
|
'hosting_price' => 'Hosting Price',
|
|
'start_date' => 'Start Date',
|
|
'due_date' => 'Due Date',
|
|
'extension_price' => 'Extension Price',
|
|
'project' => 'Project',
|
|
'customer' => 'Customer',
|
|
'vendor' => 'Vendor',
|
|
'notes' => 'Notes',
|
|
'type' => 'Subscription Type',
|
|
|
|
// Types
|
|
'types' => [
|
|
'domain' => 'Domain',
|
|
'hosting' => 'Hosting',
|
|
'maintenance' => 'Maintenance',
|
|
],
|
|
];
|