Simple | Home | Top | List | Something |
Somethings |
Mrs | Mr | Mrs Abbr | Mr Abbr |
Hello | Cordially | Automatic | Do Not Reply |
Prod | Staging | Preprod | Test | Dev |
Local |
401 Title | 401 Message | 403 Title | 403 Message | 404 Title |
404 Message | 419 Title | 419 Message | 500 Title | 500 Message |
503 Title | 503 Message |
Decimals Separator | Thousands Separator |
Search |
B | Bit | Bits | B | Byte |
Bytes | Kb | Mb | Gb | Tb |
Millimeter | Centimeter | Meter | Kilometer | Gram |
Kilogram | Milliliter | Deciliter | Liter |
Click for details and usage of Add
- Key:
'add'
- Value:
'add'
- Usage:
'action.add'
trans('action.add');
Click for details and usage of Add Something
- Key:
'add_something'
- Value:
'add :something'
- Usage:
'action.add_something'
trans('action.add_something', [
'something' => 'something',
]);
trans('action.add_something', [
'something' => e($something),
]);
Click for details and usage of Edit
- Key:
'edit'
- Value:
'edit'
- Usage:
'action.edit'
trans('action.edit');
Click for details and usage of Edit Something
- Key:
'edit_something'
- Value:
'edit :something'
- Usage:
'action.edit_something'
trans('action.edit_something', [
'something' => 'something',
]);
trans('action.edit_something', [
'something' => e($something),
]);
Click for details and usage of Show
- Key:
'show'
- Value:
'show'
- Usage:
'action.show'
trans('action.show');
Click for details and usage of Show Something
- Key:
'show_something'
- Value:
'show :something'
- Usage:
'action.show_something'
trans('action.show_something', [
'something' => 'something',
]);
trans('action.show_something', [
'something' => e($something),
]);
Click for details and usage of Preview
- Key:
'preview'
- Value:
'preview'
- Usage:
'action.preview'
trans('action.preview');
Click for details and usage of Preview Something
- Key:
'preview_something'
- Value:
'preview :something'
- Usage:
'action.preview_something'
trans('action.preview_something', [
'something' => 'something',
]);
trans('action.preview_something', [
'something' => e($something),
]);
Click for details and usage of Save
- Key:
'save'
- Value:
'save'
- Usage:
'action.save'
trans('action.save');
Click for details and usage of Save Something
- Key:
'save_something'
- Value:
'save :something'
- Usage:
'action.save_something'
trans('action.save_something', [
'something' => 'something',
]);
trans('action.save_something', [
'something' => e($something),
]);
Click for details and usage of Save And Close
- Key:
'save_and_close'
- Value:
'Save & Close'
- Usage:
'action.save_and_close'
trans('action.save_and_close');
Click for details and usage of Save And Return
- Key:
'save_and_return'
- Value:
'Save & Return'
- Usage:
'action.save_and_return'
trans('action.save_and_return');
Click for details and usage of Save And New
- Key:
'save_and_new'
- Value:
'Save & New'
- Usage:
'action.save_and_new'
trans('action.save_and_new');
Click for details and usage of Enable
- Key:
'enable'
- Value:
'enable'
- Usage:
'action.enable'
trans('action.enable');
Click for details and usage of Enable Something
- Key:
'enable_something'
- Value:
'enable :something'
- Usage:
'action.enable_something'
trans('action.enable_something', [
'something' => 'something',
]);
trans('action.enable_something', [
'something' => e($something),
]);
Click for details and usage of Disable
- Key:
'disable'
- Value:
'disable'
- Usage:
'action.disable'
trans('action.disable');
Click for details and usage of Disable Something
- Key:
'disable_something'
- Value:
'disable :something'
- Usage:
'action.disable_something'
trans('action.disable_something', [
'something' => 'something',
]);
trans('action.disable_something', [
'something' => e($something),
]);
Click for details and usage of Archive
- Key:
'archive'
- Value:
'archive'
- Usage:
'action.archive'
trans('action.archive');
Click for details and usage of Archive Something
- Key:
'archive_something'
- Value:
'archive :something'
- Usage:
'action.archive_something'
trans('action.archive_something', [
'something' => 'something',
]);
trans('action.archive_something', [
'something' => e($something),
]);
Click for details and usage of Unarchive
- Key:
'unarchive'
- Value:
'unarchive'
- Usage:
'action.unarchive'
trans('action.unarchive');
Click for details and usage of Unarchive Something
- Key:
'unarchive_something'
- Value:
'unarchive :something'
- Usage:
'action.unarchive_something'
trans('action.unarchive_something', [
'something' => 'something',
]);
trans('action.unarchive_something', [
'something' => e($something),
]);
Click for details and usage of Refresh
- Key:
'refresh'
- Value:
'refresh'
- Usage:
'action.refresh'
trans('action.refresh');
Click for details and usage of Refresh Something
- Key:
'refresh_something'
- Value:
'refresh :something'
- Usage:
'action.refresh_something'
trans('action.refresh_something', [
'something' => 'something',
]);
trans('action.refresh_something', [
'something' => e($something),
]);
Click for details and usage of Reload
- Key:
'reload'
- Value:
'reload'
- Usage:
'action.reload'
trans('action.reload');
Click for details and usage of Reload Something
- Key:
'reload_something'
- Value:
'reload :something'
- Usage:
'action.reload_something'
trans('action.reload_something', [
'something' => 'something',
]);
trans('action.reload_something', [
'something' => e($something),
]);
Click for details and usage of Restore
- Key:
'restore'
- Value:
'restore'
- Usage:
'action.restore'
trans('action.restore');
Click for details and usage of Restore Something
- Key:
'restore_something'
- Value:
'restore :something'
- Usage:
'action.restore_something'
trans('action.restore_something', [
'something' => 'something',
]);
trans('action.restore_something', [
'something' => e($something),
]);
Click for details and usage of Delete
- Key:
'delete'
- Value:
'delete'
- Usage:
'action.delete'
trans('action.delete');
Click for details and usage of Delete Something
- Key:
'delete_something'
- Value:
'delete :something'
- Usage:
'action.delete_something'
trans('action.delete_something', [
'something' => 'something',
]);
trans('action.delete_something', [
'something' => e($something),
]);
Click for details and usage of Cancel
- Key:
'cancel'
- Value:
'cancel'
- Usage:
'action.cancel'
trans('action.cancel');
Click for details and usage of Cancel Something
- Key:
'cancel_something'
- Value:
'cancel :something'
- Usage:
'action.cancel_something'
trans('action.cancel_something', [
'something' => 'something',
]);
trans('action.cancel_something', [
'something' => e($something),
]);
Click for details and usage of Duplicate
- Key:
'duplicate'
- Value:
'duplicate'
- Usage:
'action.duplicate'
trans('action.duplicate');
Click for details and usage of Duplicate Something
- Key:
'duplicate_something'
- Value:
'duplicate :something'
- Usage:
'action.duplicate_something'
trans('action.duplicate_something', [
'something' => 'something',
]);
trans('action.duplicate_something', [
'something' => e($something),
]);
Click for details and usage of Close
- Key:
'close'
- Value:
'close'
- Usage:
'action.close'
trans('action.close');
Click for details and usage of Close Something
- Key:
'close_something'
- Value:
'close :something'
- Usage:
'action.close_something'
trans('action.close_something', [
'something' => 'something',
]);
trans('action.close_something', [
'something' => e($something),
]);
Click for details and usage of See Website
- Key:
'see_website'
- Value:
'see website'
- Usage:
'action.see_website'
trans('action.see_website');
Click for details and usage of See Website Addresss
- Key:
'see_website_addresss'
- Value:
'see website :addresss'
- Usage:
'action.see_website_addresss'
trans('action.see_website_addresss', [
'addresss' => 'addresss',
]);
trans('action.see_website_addresss', [
'addresss' => e($addresss),
]);
Click for details and usage of Send
- Key:
'send'
- Value:
'send'
- Usage:
'action.send'
trans('action.send');
Click for details and usage of Send Something
- Key:
'send_something'
- Value:
'send :something'
- Usage:
'action.send_something'
trans('action.send_something', [
'something' => 'something',
]);
trans('action.send_something', [
'something' => e($something),
]);
Click for details and usage of Send Email
- Key:
'send_email'
- Value:
'send an email'
- Usage:
'action.send_email'
trans('action.send_email');
Click for details and usage of Send Email To Address
- Key:
'send_email_to_address'
- Value:
'send an email to :address'
- Usage:
'action.send_email_to_address'
trans('action.send_email_to_address', [
'address' => 'address',
]);
trans('action.send_email_to_address', [
'address' => e($address),
]);
Click for details and usage of Call Phone
- Key:
'call_phone'
- Value:
'call on phone'
- Usage:
'action.call_phone'
trans('action.call_phone');
Click for details and usage of Call Phone Number
- Key:
'call_phone_number'
- Value:
'call on phone the :phone-number'
- Usage:
'action.call_phone_number'
trans('action.call_phone_number', [
'phone-number' => 'phone-number',
]);
trans('action.call_phone_number', [
'phone-number' => e($phone-number),
]);
Click for details and usage of Search
- Key:
'search'
- Value:
'search'
- Usage:
'action.search'
trans('action.search');
Click for details and usage of Copy
- Key:
'copy'
- Value:
'copy'
- Usage:
'action.copy'
trans('action.copy');
Click for details and usage of Copy Something
- Key:
'copy_something'
- Value:
'copy :something'
- Usage:
'action.copy_something'
trans('action.copy_something', [
'something' => 'something',
]);
trans('action.copy_something', [
'something' => e($something),
]);
Click for details and usage of Browse
- Key:
'browse'
- Value:
'browse'
- Usage:
'action.browse'
trans('action.browse');
Click for details and usage of Up
- Key:
'up'
- Value:
'up'
- Usage:
'action.up'
trans('action.up');
Click for details and usage of Down
- Key:
'down'
- Value:
'down'
- Usage:
'action.down'
trans('action.down');
Click for details and usage of Login
- Key:
'login'
- Value:
'login'
- Usage:
'action.login'
trans('action.login');
Click for details and usage of Logout
- Key:
'logout'
- Value:
'logout'
- Usage:
'action.logout'
trans('action.logout');
Click for details and usage of Simple
- Key:
'simple'
- Value:
'back'
- Usage:
'back.simple'
trans('back.simple');
Click for details and usage of Home
- Key:
'home'
- Value:
'back to home'
- Usage:
'back.home'
trans('back.home');
Click for details and usage of Top
- Key:
'top'
- Value:
'back to top'
- Usage:
'back.top'
trans('back.top');
Click for details and usage of List
- Key:
'list'
- Value:
'back to the list'
- Usage:
'back.list'
trans('back.list');
Click for details and usage of Something
- Key:
'something'
- Value:
'back to :something'
- Usage:
'back.something'
trans('back.something', [
'something' => 'something',
]);
trans('back.something', [
'something' => e($something),
]);
Click for details and usage of Somethings
- Key:
'somethings'
- Value:
'back to :somethings'
- Usage:
'back.somethings'
trans('back.somethings', [
'somethings' => 'somethings',
]);
trans('back.somethings', [
'somethings' => e($somethings),
]);
Click for details and usage of Mrs
- Key:
'mrs'
- Value:
'Madame'
- Usage:
'civilities.mrs'
trans('civilities.mrs');
Click for details and usage of Mr
- Key:
'mr'
- Value:
'Mister'
- Usage:
'civilities.mr'
trans('civilities.mr');
Click for details and usage of Mrs Abbr
- Key:
'mrs_abbr'
- Value:
'Mrs'
- Usage:
'civilities.mrs_abbr'
trans('civilities.mrs_abbr');
Click for details and usage of Mr Abbr
- Key:
'mr_abbr'
- Value:
'Mr.'
- Usage:
'civilities.mr_abbr'
trans('civilities.mr_abbr');
Click for details and usage of Hello
- Key:
'hello'
- Value:
'Hello,'
- Usage:
'email.hello'
trans('email.hello');
Click for details and usage of Cordially
- Key:
'cordially'
- Value:
'Cordially,'
- Usage:
'email.cordially'
trans('email.cordially');
Click for details and usage of Automatic
- Key:
'automatic'
- Value:
'This is an automatic message.'
- Usage:
'email.automatic'
trans('email.automatic');
Click for details and usage of Do Not Reply
- Key:
'do_not_reply'
- Value:
'Please do not answer it, your answer will be lost.'
- Usage:
'email.do_not_reply'
trans('email.do_not_reply');
Click for details and usage of Prod
- Key:
'prod'
- Value:
'Production'
- Usage:
'env.prod'
trans('env.prod');
Click for details and usage of Staging
- Key:
'staging'
- Value:
'Staging'
- Usage:
'env.staging'
trans('env.staging');
Click for details and usage of Preprod
- Key:
'preprod'
- Value:
'Preproduction'
- Usage:
'env.preprod'
trans('env.preprod');
Click for details and usage of Test
- Key:
'test'
- Value:
'Test'
- Usage:
'env.test'
trans('env.test');
Click for details and usage of Dev
- Key:
'dev'
- Value:
'Development'
- Usage:
'env.dev'
trans('env.dev');
Click for details and usage of Local
- Key:
'local'
- Value:
'Local'
- Usage:
'env.local'
trans('env.local');
Click for details and usage of 401 Title
- Key:
'401_title'
- Value:
'401 error - Unauthorized'
- Usage:
'errors.401_title'
trans('errors.401_title');
Click for details and usage of 401 Message
- Key:
'401_message'
- Value:
'Sorry but an authentication is required to view this document.'
- Usage:
'errors.401_message'
trans('errors.401_message');
Click for details and usage of 403 Title
- Key:
'403_title'
- Value:
'403 error - Acces denied'
- Usage:
'errors.403_title'
trans('errors.403_title');
Click for details and usage of 403 Message
- Key:
'403_message'
- Value:
'Sorry, but you do not have permission to view this document.'
- Usage:
'errors.403_message'
trans('errors.403_message');
Click for details and usage of 404 Title
- Key:
'404_title'
- Value:
'404 error - Document not found'
- Usage:
'errors.404_title'
trans('errors.404_title');
Click for details and usage of 404 Message
- Key:
'404_message'
- Value:
'Sorry but the document you are looking for does not exist.'
- Usage:
'errors.404_message'
trans('errors.404_message');
Click for details and usage of 419 Title
- Key:
'419_title'
- Value:
'419 error - Your session has expired'
- Usage:
'errors.419_title'
trans('errors.419_title');
Click for details and usage of 419 Message
- Key:
'419_message'
- Value:
'Sorry, please login again.'
- Usage:
'errors.419_message'
trans('errors.419_message');
Click for details and usage of 500 Title
- Key:
'500_title'
- Value:
'500 error - Internal server error'
- Usage:
'errors.500_title'
trans('errors.500_title');
Click for details and usage of 500 Message
- Key:
'500_message'
- Value:
'The HTTP server encountered an unexpected condition that prevented it from processing the request.'
- Usage:
'errors.500_message'
trans('errors.500_message');
Click for details and usage of 503 Title
- Key:
'503_title'
- Value:
'Maintenance'
- Usage:
'errors.503_title'
trans('errors.503_title');
Click for details and usage of 503 Message
- Key:
'503_message'
- Value:
'Back in a few minutes ...'
- Usage:
'errors.503_message'
trans('errors.503_message');
Click for details and usage of Yes
- Key:
'yes'
- Value:
'yes'
- Usage:
'misc.yes'
trans('misc.yes');
Click for details and usage of No
- Key:
'no'
- Value:
'no'
- Usage:
'misc.no'
trans('misc.no');
Click for details and usage of All
- Key:
'all'
- Value:
'all'
- Usage:
'misc.all'
trans('misc.all');
Click for details and usage of All Fem
- Key:
'all_fem'
- Value:
'all'
- Usage:
'misc.all_fem'
trans('misc.all_fem');
Click for details and usage of Previous
- Key:
'previous'
- Value:
'previous'
- Usage:
'misc.previous'
trans('misc.previous');
Click for details and usage of Previous Fem
- Key:
'previous_fem'
- Value:
'previous'
- Usage:
'misc.previous_fem'
trans('misc.previous_fem');
Click for details and usage of Next
- Key:
'next'
- Value:
'next'
- Usage:
'misc.next'
trans('misc.next');
Click for details and usage of Next Fem
- Key:
'next_fem'
- Value:
'next'
- Usage:
'misc.next_fem'
trans('misc.next_fem');
Click for details and usage of Or
- Key:
'or'
- Value:
'or'
- Usage:
'misc.or'
trans('misc.or');
Click for details and usage of Other
- Key:
'other'
- Value:
'other'
- Usage:
'misc.other'
trans('misc.other');
Click for details and usage of With
- Key:
'with'
- Value:
'with'
- Usage:
'misc.with'
trans('misc.with');
Click for details and usage of Without
- Key:
'without'
- Value:
'without'
- Usage:
'misc.without'
trans('misc.without');
Click for details and usage of Recycle Bin
- Key:
'recycle_bin'
- Value:
'recycle bin'
- Usage:
'misc.recycle_bin'
trans('misc.recycle_bin');
Click for details and usage of Recycle Bin Of
- Key:
'recycle_bin_of'
- Value:
'recycle bin of :things'
- Usage:
'misc.recycle_bin_of'
trans('misc.recycle_bin_of', [
'things' => 'things',
]);
trans('misc.recycle_bin_of', [
'things' => e($things),
]);
Click for details and usage of Archives
- Key:
'archives'
- Value:
'archives'
- Usage:
'misc.archives'
trans('misc.archives');
Click for details and usage of Archives Of
- Key:
'archives_of'
- Value:
'archives of :things'
- Usage:
'misc.archives_of'
trans('misc.archives_of', [
'things' => 'things',
]);
trans('misc.archives_of', [
'things' => e($things),
]);
Click for details and usage of Required Field
- Key:
'required_field'
- Value:
'required field'
- Usage:
'misc.required_field'
trans('misc.required_field');
Click for details and usage of Info Required Fields
- Key:
'info_required_fields'
- Value:
'Mandatory fields are indicated by:'
- Usage:
'misc.info_required_fields'
trans('misc.info_required_fields');
Click for details and usage of Unknown
- Key:
'unknown'
- Value:
'unknown'
- Usage:
'misc.unknown'
trans('misc.unknown');
Click for details and usage of Unknown Fem
- Key:
'unknown_fem'
- Value:
'unknown'
- Usage:
'misc.unknown_fem'
trans('misc.unknown_fem');
Click for details and usage of Page N
- Key:
'page_n'
- Value:
'Page :number'
- Usage:
'misc.page_n'
trans('misc.page_n', [
'number' => 'number',
]);
trans('misc.page_n', [
'number' => e($number),
]);
Click for details and usage of Developed By
- Key:
'developed_by'
- Value:
'Developed by :author'
- Usage:
'misc.developed_by'
trans('misc.developed_by', [
'author' => 'author',
]);
trans('misc.developed_by', [
'author' => e($author),
]);
Click for details and usage of Under Maintenance
- Key:
'under_maintenance'
- Value:
'under maintenance…'
- Usage:
'misc.under_maintenance'
trans('misc.under_maintenance');
Click for details and usage of Quoted
- Key:
'quoted'
- Value:
'":string"'
- Usage:
'misc.quoted'
trans('misc.quoted', [
'string' => 'string',
]);
trans('misc.quoted', [
'string' => e($string),
]);
Click for details and usage of Decimals Separator
- Key:
'decimals_separator'
- Value:
'.'
- Usage:
'number.decimals_separator'
trans('number.decimals_separator');
Click for details and usage of Thousands Separator
- Key:
'thousands_separator'
- Value:
','
- Usage:
'number.thousands_separator'
trans('number.thousands_separator');
Click for details and usage of Search
- Key:
'search'
- Value:
'Search...'
- Usage:
'placeholder.search'
trans('placeholder.search');
Click for details and usage of Saved
- Key:
'saved'
- Value:
'saved'
- Usage:
'status.saved'
trans('status.saved');
Click for details and usage of Saved Fem
- Key:
'saved_fem'
- Value:
'saved'
- Usage:
'status.saved_fem'
trans('status.saved_fem');
Click for details and usage of Active
- Key:
'active'
- Value:
'active'
- Usage:
'status.active'
trans('status.active');
Click for details and usage of Active Fem
- Key:
'active_fem'
- Value:
'active'
- Usage:
'status.active_fem'
trans('status.active_fem');
Click for details and usage of Inactive
- Key:
'inactive'
- Value:
'inactive'
- Usage:
'status.inactive'
trans('status.inactive');
Click for details and usage of Inactive Fem
- Key:
'inactive_fem'
- Value:
'inactive'
- Usage:
'status.inactive_fem'
trans('status.inactive_fem');
Click for details and usage of Active Inactive
- Key:
'active_inactive'
- Value:
'active and inactive'
- Usage:
'status.active_inactive'
trans('status.active_inactive');
Click for details and usage of Active Inactive Fem
- Key:
'active_inactive_fem'
- Value:
'active and inactive'
- Usage:
'status.active_inactive_fem'
trans('status.active_inactive_fem');
Click for details and usage of Only Actives
- Key:
'only_actives'
- Value:
'only active'
- Usage:
'status.only_actives'
trans('status.only_actives');
Click for details and usage of Only Actives Fem
- Key:
'only_actives_fem'
- Value:
'only active'
- Usage:
'status.only_actives_fem'
trans('status.only_actives_fem');
Click for details and usage of Only Inactives
- Key:
'only_inactives'
- Value:
'only inactive'
- Usage:
'status.only_inactives'
trans('status.only_inactives');
Click for details and usage of Only Inactives Fem
- Key:
'only_inactives_fem'
- Value:
'only inactive'
- Usage:
'status.only_inactives_fem'
trans('status.only_inactives_fem');
Click for details and usage of Enabled
- Key:
'enabled'
- Value:
'enabled'
- Usage:
'status.enabled'
trans('status.enabled');
Click for details and usage of Enabled Fem
- Key:
'enabled_fem'
- Value:
'enabled'
- Usage:
'status.enabled_fem'
trans('status.enabled_fem');
Click for details and usage of Disabled
- Key:
'disabled'
- Value:
'disabled'
- Usage:
'status.disabled'
trans('status.disabled');
Click for details and usage of Disabled Fem
- Key:
'disabled_fem'
- Value:
'disabled'
- Usage:
'status.disabled_fem'
trans('status.disabled_fem');
Click for details and usage of Online
- Key:
'online'
- Value:
'online'
- Usage:
'status.online'
trans('status.online');
Click for details and usage of Offline
- Key:
'offline'
- Value:
'offline'
- Usage:
'status.offline'
trans('status.offline');
Click for details and usage of Info
- Key:
'info'
- Value:
'Information'
- Usage:
'status.info'
trans('status.info');
Click for details and usage of Success
- Key:
'success'
- Value:
'Success'
- Usage:
'status.success'
trans('status.success');
Click for details and usage of Warning
- Key:
'warning'
- Value:
'Warning'
- Usage:
'status.warning'
trans('status.warning');
Click for details and usage of Error
- Key:
'error'
- Value:
'Error'
- Usage:
'status.error'
trans('status.error');
Click for details and usage of B
- Key:
'b'
- Value:
'b'
- Usage:
'unit.b'
trans('unit.b');
Click for details and usage of Bit
- Key:
'bit'
- Value:
'bit'
- Usage:
'unit.bit'
trans('unit.bit');
Click for details and usage of Bits
- Key:
'bits'
- Value:
'bits'
- Usage:
'unit.bits'
trans('unit.bits');
Click for details and usage of B
- Key:
'B'
- Value:
'B'
- Usage:
'unit.B'
trans('unit.B');
Click for details and usage of Byte
- Key:
'byte'
- Value:
'byte'
- Usage:
'unit.byte'
trans('unit.byte');
Click for details and usage of Bytes
- Key:
'bytes'
- Value:
'bytes'
- Usage:
'unit.bytes'
trans('unit.bytes');
Click for details and usage of Kb
- Key:
'kB'
- Value:
'kB'
- Usage:
'unit.kB'
trans('unit.kB');
Click for details and usage of Mb
- Key:
'MB'
- Value:
'MB'
- Usage:
'unit.MB'
trans('unit.MB');
Click for details and usage of Gb
- Key:
'GB'
- Value:
'GB'
- Usage:
'unit.GB'
trans('unit.GB');
Click for details and usage of Tb
- Key:
'TB'
- Value:
'TB'
- Usage:
'unit.TB'
trans('unit.TB');
Click for details and usage of Millimeter
- Key:
'millimeter'
- Value:
'millimeter'
- Usage:
'unit.millimeter'
trans('unit.millimeter');
Click for details and usage of Centimeter
- Key:
'centimeter'
- Value:
'centimeter'
- Usage:
'unit.centimeter'
trans('unit.centimeter');
Click for details and usage of Meter
- Key:
'meter'
- Value:
'meter'
- Usage:
'unit.meter'
trans('unit.meter');
Click for details and usage of Kilometer
- Key:
'kilometer'
- Value:
'kilometer'
- Usage:
'unit.kilometer'
trans('unit.kilometer');
Click for details and usage of Gram
- Key:
'gram'
- Value:
'gram'
- Usage:
'unit.gram'
trans('unit.gram');
Click for details and usage of Kilogram
- Key:
'kilogram'
- Value:
'kilogram'
- Usage:
'unit.kilogram'
trans('unit.kilogram');
Click for details and usage of Milliliter
- Key:
'milliliter'
- Value:
'milliliter'
- Usage:
'unit.milliliter'
trans('unit.milliliter');
Click for details and usage of Deciliter
- Key:
'deciliter'
- Value:
'deciliter'
- Usage:
'unit.deciliter'
trans('unit.deciliter');
Click for details and usage of Liter
- Key:
'liter'
- Value:
'liter'
- Usage:
'unit.liter'
trans('unit.liter');