Skip to content

Latest commit

 

History

History
2702 lines (1772 loc) · 40.9 KB

File metadata and controls

2702 lines (1772 loc) · 40.9 KB

Glossary

Action

Add Add Something Edit Edit Something Show
Show Something Preview Preview Something Save Save Something
Save And Close Save And Return Save And New Send Send Something
Enable Enable Something Disable Disable Something Archive
Archive Something Unarchive Unarchive Something Refresh Refresh Something
Reload Reload Something Restore Restore Something Delete
Delete Something Cancel Cancel Something Duplicate Duplicate Something
Close Close Something Search Browse Up
Down Login Logout

Back

Simple Home Top List Something
Somethings

Civilities

Mrs Mr Mrs Abbr Mr Abbr

Email

Hello Cordially Automatic Do Not Reply

Env

Prod Staging Preprod Test Dev
Local

Errors

401 Title 401 Message 403 Title 403 Message 404 Title
404 Message 419 Title 419 Message 500 Title 500 Message
503 Title 503 Message

Misc

Yes No All All Fem Previous
Previous Fem Next Next Fem Or Other
With Without Recycle Bin Recycle Bin Of Archives
Archives Of Required Field Info Required Fields Unknown Unknown Fem
Page N Developed By Under Maintenance Quoted

Number

Decimals Separator Thousands Separator

Placeholder

Search

Status

Saved Saved Fem Active Active Fem Inactive
Inactive Fem Active Inactive Active Inactive Fem Only Actives Only Actives Fem
Only Inactives Only Inactives Fem Enabled Enabled Fem Disabled
Disabled Fem Online Offline Info Success
Warning Error

Unit

B Bit Bits B Byte
Bytes Kb Mb Gb Tb
Millimeter Centimeter Meter Kilometer Gram
Kilogram Milliliter Deciliter Liter

Action

Add

Click for details and usage of Add
  • Key: 'add'
  • Value: 'add'
  • Usage: 'action.add'
trans('action.add');

Back to top ^

Add Something

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),
]);

Back to top ^

Edit

Click for details and usage of Edit
  • Key: 'edit'
  • Value: 'edit'
  • Usage: 'action.edit'
trans('action.edit');

Back to top ^

Edit Something

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),
]);

Back to top ^

Show

Click for details and usage of Show
  • Key: 'show'
  • Value: 'show'
  • Usage: 'action.show'
trans('action.show');

Back to top ^

Show Something

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),
]);

Back to top ^

Preview

Click for details and usage of Preview
  • Key: 'preview'
  • Value: 'preview'
  • Usage: 'action.preview'
trans('action.preview');

Back to top ^

Preview Something

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),
]);

Back to top ^

Save

Click for details and usage of Save
  • Key: 'save'
  • Value: 'save'
  • Usage: 'action.save'
trans('action.save');

Back to top ^

Save Something

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),
]);

Back to top ^

Save And Close

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');

Back to top ^

Save And Return

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');

Back to top ^

Save And New

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');

Back to top ^

Send

Click for details and usage of Send
  • Key: 'send'
  • Value: 'send'
  • Usage: 'action.send'
trans('action.send');

Back to top ^

Send Something

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),
]);

Back to top ^

Enable

Click for details and usage of Enable
  • Key: 'enable'
  • Value: 'enable'
  • Usage: 'action.enable'
trans('action.enable');

Back to top ^

Enable Something

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),
]);

Back to top ^

Disable

Click for details and usage of Disable
  • Key: 'disable'
  • Value: 'disable'
  • Usage: 'action.disable'
trans('action.disable');

Back to top ^

Disable Something

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),
]);

Back to top ^

Archive

Click for details and usage of Archive
  • Key: 'archive'
  • Value: 'archive'
  • Usage: 'action.archive'
trans('action.archive');

Back to top ^

Archive Something

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),
]);

Back to top ^

Unarchive

Click for details and usage of Unarchive
  • Key: 'unarchive'
  • Value: 'unarchive'
  • Usage: 'action.unarchive'
trans('action.unarchive');

Back to top ^

Unarchive Something

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),
]);

Back to top ^

Refresh

Click for details and usage of Refresh
  • Key: 'refresh'
  • Value: 'refresh'
  • Usage: 'action.refresh'
trans('action.refresh');

Back to top ^

Refresh Something

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),
]);

Back to top ^

Reload

Click for details and usage of Reload
  • Key: 'reload'
  • Value: 'reload'
  • Usage: 'action.reload'
trans('action.reload');

Back to top ^

Reload Something

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),
]);

Back to top ^

Restore

Click for details and usage of Restore
  • Key: 'restore'
  • Value: 'restore'
  • Usage: 'action.restore'
trans('action.restore');

Back to top ^

Restore Something

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),
]);

Back to top ^

Delete

Click for details and usage of Delete
  • Key: 'delete'
  • Value: 'delete'
  • Usage: 'action.delete'
trans('action.delete');

Back to top ^

Delete Something

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),
]);

Back to top ^

Cancel

Click for details and usage of Cancel
  • Key: 'cancel'
  • Value: 'cancel'
  • Usage: 'action.cancel'
trans('action.cancel');

Back to top ^

Cancel Something

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),
]);

Back to top ^

Duplicate

Click for details and usage of Duplicate
  • Key: 'duplicate'
  • Value: 'duplicate'
  • Usage: 'action.duplicate'
trans('action.duplicate');

Back to top ^

Duplicate Something

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),
]);

Back to top ^

Close

Click for details and usage of Close
  • Key: 'close'
  • Value: 'close'
  • Usage: 'action.close'
trans('action.close');

Back to top ^

Close Something

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),
]);

Back to top ^

Search

Click for details and usage of Search
  • Key: 'search'
  • Value: 'search'
  • Usage: 'action.search'
trans('action.search');

Back to top ^

Browse

Click for details and usage of Browse
  • Key: 'browse'
  • Value: 'browse'
  • Usage: 'action.browse'
trans('action.browse');

Back to top ^

Up

Click for details and usage of Up
  • Key: 'up'
  • Value: 'up'
  • Usage: 'action.up'
trans('action.up');

Back to top ^

Down

Click for details and usage of Down
  • Key: 'down'
  • Value: 'down'
  • Usage: 'action.down'
trans('action.down');

Back to top ^

Login

Click for details and usage of Login
  • Key: 'login'
  • Value: 'login'
  • Usage: 'action.login'
trans('action.login');

Back to top ^

Logout

Click for details and usage of Logout
  • Key: 'logout'
  • Value: 'logout'
  • Usage: 'action.logout'
trans('action.logout');

Back to top ^

Back

Simple

Click for details and usage of Simple
  • Key: 'simple'
  • Value: 'back'
  • Usage: 'back.simple'
trans('back.simple');

Back to top ^

Home

Click for details and usage of Home
  • Key: 'home'
  • Value: 'back to home'
  • Usage: 'back.home'
trans('back.home');

Back to top ^

Top

Click for details and usage of Top
  • Key: 'top'
  • Value: 'back to top'
  • Usage: 'back.top'
trans('back.top');

Back to top ^

List

Click for details and usage of List
  • Key: 'list'
  • Value: 'back to the list'
  • Usage: 'back.list'
trans('back.list');

Back to top ^

Something

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),
]);

Back to top ^

Somethings

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),
]);

Back to top ^

Civilities

Mrs

Click for details and usage of Mrs
  • Key: 'mrs'
  • Value: 'Madame'
  • Usage: 'civilities.mrs'
trans('civilities.mrs');

Back to top ^

Mr

Click for details and usage of Mr
  • Key: 'mr'
  • Value: 'Mister'
  • Usage: 'civilities.mr'
trans('civilities.mr');

Back to top ^

Mrs Abbr

Click for details and usage of Mrs Abbr
  • Key: 'mrs_abbr'
  • Value: 'Mrs'
  • Usage: 'civilities.mrs_abbr'
trans('civilities.mrs_abbr');

Back to top ^

Mr Abbr

Click for details and usage of Mr Abbr
  • Key: 'mr_abbr'
  • Value: 'Mr.'
  • Usage: 'civilities.mr_abbr'
trans('civilities.mr_abbr');

Back to top ^

Email

Hello

Click for details and usage of Hello
  • Key: 'hello'
  • Value: 'Hello,'
  • Usage: 'email.hello'
trans('email.hello');

Back to top ^

Cordially

Click for details and usage of Cordially
  • Key: 'cordially'
  • Value: 'Cordially,'
  • Usage: 'email.cordially'
trans('email.cordially');

Back to top ^

Automatic

Click for details and usage of Automatic
  • Key: 'automatic'
  • Value: 'This is an automatic message.'
  • Usage: 'email.automatic'
trans('email.automatic');

Back to top ^

Do Not Reply

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');

Back to top ^

Env

Prod

Click for details and usage of Prod
  • Key: 'prod'
  • Value: 'Production'
  • Usage: 'env.prod'
trans('env.prod');

Back to top ^

Staging

Click for details and usage of Staging
  • Key: 'staging'
  • Value: 'Staging'
  • Usage: 'env.staging'
trans('env.staging');

Back to top ^

Preprod

Click for details and usage of Preprod
  • Key: 'preprod'
  • Value: 'Preproduction'
  • Usage: 'env.preprod'
trans('env.preprod');

Back to top ^

Test

Click for details and usage of Test
  • Key: 'test'
  • Value: 'Test'
  • Usage: 'env.test'
trans('env.test');

Back to top ^

Dev

Click for details and usage of Dev
  • Key: 'dev'
  • Value: 'Development'
  • Usage: 'env.dev'
trans('env.dev');

Back to top ^

Local

Click for details and usage of Local
  • Key: 'local'
  • Value: 'Local'
  • Usage: 'env.local'
trans('env.local');

Back to top ^

Errors

401 Title

Click for details and usage of 401 Title
  • Key: '401_title'
  • Value: '401 error - Unauthorized'
  • Usage: 'errors.401_title'
trans('errors.401_title');

Back to top ^

401 Message

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');

Back to top ^

403 Title

Click for details and usage of 403 Title
  • Key: '403_title'
  • Value: '403 error - Acces denied'
  • Usage: 'errors.403_title'
trans('errors.403_title');

Back to top ^

403 Message

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');

Back to top ^

404 Title

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');

Back to top ^

404 Message

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');

Back to top ^

419 Title

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');

Back to top ^

419 Message

Click for details and usage of 419 Message
  • Key: '419_message'
  • Value: 'Sorry, please login again.'
  • Usage: 'errors.419_message'
trans('errors.419_message');

Back to top ^

500 Title

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');

Back to top ^

500 Message

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');

Back to top ^

503 Title

Click for details and usage of 503 Title
  • Key: '503_title'
  • Value: 'Maintenance'
  • Usage: 'errors.503_title'
trans('errors.503_title');

Back to top ^

503 Message

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');

Back to top ^

Misc

Yes

Click for details and usage of Yes
  • Key: 'yes'
  • Value: 'yes'
  • Usage: 'misc.yes'
trans('misc.yes');

Back to top ^

No

Click for details and usage of No
  • Key: 'no'
  • Value: 'no'
  • Usage: 'misc.no'
trans('misc.no');

Back to top ^

All

Click for details and usage of All
  • Key: 'all'
  • Value: 'all'
  • Usage: 'misc.all'
trans('misc.all');

Back to top ^

All Fem

Click for details and usage of All Fem
  • Key: 'all_fem'
  • Value: 'all'
  • Usage: 'misc.all_fem'
trans('misc.all_fem');

Back to top ^

Previous

Click for details and usage of Previous
  • Key: 'previous'
  • Value: 'previous'
  • Usage: 'misc.previous'
trans('misc.previous');

Back to top ^

Previous Fem

Click for details and usage of Previous Fem
  • Key: 'previous_fem'
  • Value: 'previous'
  • Usage: 'misc.previous_fem'
trans('misc.previous_fem');

Back to top ^

Next

Click for details and usage of Next
  • Key: 'next'
  • Value: 'next'
  • Usage: 'misc.next'
trans('misc.next');

Back to top ^

Next Fem

Click for details and usage of Next Fem
  • Key: 'next_fem'
  • Value: 'next'
  • Usage: 'misc.next_fem'
trans('misc.next_fem');

Back to top ^

Or

Click for details and usage of Or
  • Key: 'or'
  • Value: 'or'
  • Usage: 'misc.or'
trans('misc.or');

Back to top ^

Other

Click for details and usage of Other
  • Key: 'other'
  • Value: 'other'
  • Usage: 'misc.other'
trans('misc.other');

Back to top ^

With

Click for details and usage of With
  • Key: 'with'
  • Value: 'with'
  • Usage: 'misc.with'
trans('misc.with');

Back to top ^

Without

Click for details and usage of Without
  • Key: 'without'
  • Value: 'without'
  • Usage: 'misc.without'
trans('misc.without');

Back to top ^

Recycle Bin

Click for details and usage of Recycle Bin
  • Key: 'recycle_bin'
  • Value: 'recycle bin'
  • Usage: 'misc.recycle_bin'
trans('misc.recycle_bin');

Back to top ^

Recycle Bin Of

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),
]);

Back to top ^

Archives

Click for details and usage of Archives
  • Key: 'archives'
  • Value: 'archives'
  • Usage: 'misc.archives'
trans('misc.archives');

Back to top ^

Archives Of

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),
]);

Back to top ^

Required Field

Click for details and usage of Required Field
  • Key: 'required_field'
  • Value: 'required field'
  • Usage: 'misc.required_field'
trans('misc.required_field');

Back to top ^

Info Required Fields

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');

Back to top ^

Unknown

Click for details and usage of Unknown
  • Key: 'unknown'
  • Value: 'unknown'
  • Usage: 'misc.unknown'
trans('misc.unknown');

Back to top ^

Unknown Fem

Click for details and usage of Unknown Fem
  • Key: 'unknown_fem'
  • Value: 'unknown'
  • Usage: 'misc.unknown_fem'
trans('misc.unknown_fem');

Back to top ^

Page N

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),
]);

Back to top ^

Developed By

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),
]);

Back to top ^

Under Maintenance

Click for details and usage of Under Maintenance
  • Key: 'under_maintenance'
  • Value: 'under maintenance…'
  • Usage: 'misc.under_maintenance'
trans('misc.under_maintenance');

Back to top ^

Quoted

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),
]);

Back to top ^

Number

Decimals Separator

Click for details and usage of Decimals Separator
  • Key: 'decimals_separator'
  • Value: '.'
  • Usage: 'number.decimals_separator'
trans('number.decimals_separator');

Back to top ^

Thousands Separator

Click for details and usage of Thousands Separator
  • Key: 'thousands_separator'
  • Value: ','
  • Usage: 'number.thousands_separator'
trans('number.thousands_separator');

Back to top ^

Placeholder

Search

Click for details and usage of Search
  • Key: 'search'
  • Value: 'Search...'
  • Usage: 'placeholder.search'
trans('placeholder.search');

Back to top ^

Status

Saved

Click for details and usage of Saved
  • Key: 'saved'
  • Value: 'saved'
  • Usage: 'status.saved'
trans('status.saved');

Back to top ^

Saved Fem

Click for details and usage of Saved Fem
  • Key: 'saved_fem'
  • Value: 'saved'
  • Usage: 'status.saved_fem'
trans('status.saved_fem');

Back to top ^

Active

Click for details and usage of Active
  • Key: 'active'
  • Value: 'active'
  • Usage: 'status.active'
trans('status.active');

Back to top ^

Active Fem

Click for details and usage of Active Fem
  • Key: 'active_fem'
  • Value: 'active'
  • Usage: 'status.active_fem'
trans('status.active_fem');

Back to top ^

Inactive

Click for details and usage of Inactive
  • Key: 'inactive'
  • Value: 'inactive'
  • Usage: 'status.inactive'
trans('status.inactive');

Back to top ^

Inactive Fem

Click for details and usage of Inactive Fem
  • Key: 'inactive_fem'
  • Value: 'inactive'
  • Usage: 'status.inactive_fem'
trans('status.inactive_fem');

Back to top ^

Active Inactive

Click for details and usage of Active Inactive
  • Key: 'active_inactive'
  • Value: 'active and inactive'
  • Usage: 'status.active_inactive'
trans('status.active_inactive');

Back to top ^

Active Inactive Fem

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');

Back to top ^

Only Actives

Click for details and usage of Only Actives
  • Key: 'only_actives'
  • Value: 'only active'
  • Usage: 'status.only_actives'
trans('status.only_actives');

Back to top ^

Only Actives Fem

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');

Back to top ^

Only Inactives

Click for details and usage of Only Inactives
  • Key: 'only_inactives'
  • Value: 'only inactive'
  • Usage: 'status.only_inactives'
trans('status.only_inactives');

Back to top ^

Only Inactives Fem

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');

Back to top ^

Enabled

Click for details and usage of Enabled
  • Key: 'enabled'
  • Value: 'enabled'
  • Usage: 'status.enabled'
trans('status.enabled');

Back to top ^

Enabled Fem

Click for details and usage of Enabled Fem
  • Key: 'enabled_fem'
  • Value: 'enabled'
  • Usage: 'status.enabled_fem'
trans('status.enabled_fem');

Back to top ^

Disabled

Click for details and usage of Disabled
  • Key: 'disabled'
  • Value: 'disabled'
  • Usage: 'status.disabled'
trans('status.disabled');

Back to top ^

Disabled Fem

Click for details and usage of Disabled Fem
  • Key: 'disabled_fem'
  • Value: 'disabled'
  • Usage: 'status.disabled_fem'
trans('status.disabled_fem');

Back to top ^

Online

Click for details and usage of Online
  • Key: 'online'
  • Value: 'online'
  • Usage: 'status.online'
trans('status.online');

Back to top ^

Offline

Click for details and usage of Offline
  • Key: 'offline'
  • Value: 'offline'
  • Usage: 'status.offline'
trans('status.offline');

Back to top ^

Info

Click for details and usage of Info
  • Key: 'info'
  • Value: 'Information'
  • Usage: 'status.info'
trans('status.info');

Back to top ^

Success

Click for details and usage of Success
  • Key: 'success'
  • Value: 'Success'
  • Usage: 'status.success'
trans('status.success');

Back to top ^

Warning

Click for details and usage of Warning
  • Key: 'warning'
  • Value: 'Warning'
  • Usage: 'status.warning'
trans('status.warning');

Back to top ^

Error

Click for details and usage of Error
  • Key: 'error'
  • Value: 'Error'
  • Usage: 'status.error'
trans('status.error');

Back to top ^

Unit

B

Click for details and usage of B
  • Key: 'b'
  • Value: 'b'
  • Usage: 'unit.b'
trans('unit.b');

Back to top ^

Bit

Click for details and usage of Bit
  • Key: 'bit'
  • Value: 'bit'
  • Usage: 'unit.bit'
trans('unit.bit');

Back to top ^

Bits

Click for details and usage of Bits
  • Key: 'bits'
  • Value: 'bits'
  • Usage: 'unit.bits'
trans('unit.bits');

Back to top ^

B

Click for details and usage of B
  • Key: 'B'
  • Value: 'B'
  • Usage: 'unit.B'
trans('unit.B');

Back to top ^

Byte

Click for details and usage of Byte
  • Key: 'byte'
  • Value: 'byte'
  • Usage: 'unit.byte'
trans('unit.byte');

Back to top ^

Bytes

Click for details and usage of Bytes
  • Key: 'bytes'
  • Value: 'bytes'
  • Usage: 'unit.bytes'
trans('unit.bytes');

Back to top ^

Kb

Click for details and usage of Kb
  • Key: 'kB'
  • Value: 'kB'
  • Usage: 'unit.kB'
trans('unit.kB');

Back to top ^

Mb

Click for details and usage of Mb
  • Key: 'MB'
  • Value: 'MB'
  • Usage: 'unit.MB'
trans('unit.MB');

Back to top ^

Gb

Click for details and usage of Gb
  • Key: 'GB'
  • Value: 'GB'
  • Usage: 'unit.GB'
trans('unit.GB');

Back to top ^

Tb

Click for details and usage of Tb
  • Key: 'TB'
  • Value: 'TB'
  • Usage: 'unit.TB'
trans('unit.TB');

Back to top ^

Millimeter

Click for details and usage of Millimeter
  • Key: 'millimeter'
  • Value: 'millimeter'
  • Usage: 'unit.millimeter'
trans('unit.millimeter');

Back to top ^

Centimeter

Click for details and usage of Centimeter
  • Key: 'centimeter'
  • Value: 'centimeter'
  • Usage: 'unit.centimeter'
trans('unit.centimeter');

Back to top ^

Meter

Click for details and usage of Meter
  • Key: 'meter'
  • Value: 'meter'
  • Usage: 'unit.meter'
trans('unit.meter');

Back to top ^

Kilometer

Click for details and usage of Kilometer
  • Key: 'kilometer'
  • Value: 'kilometer'
  • Usage: 'unit.kilometer'
trans('unit.kilometer');

Back to top ^

Gram

Click for details and usage of Gram
  • Key: 'gram'
  • Value: 'gram'
  • Usage: 'unit.gram'
trans('unit.gram');

Back to top ^

Kilogram

Click for details and usage of Kilogram
  • Key: 'kilogram'
  • Value: 'kilogram'
  • Usage: 'unit.kilogram'
trans('unit.kilogram');

Back to top ^

Milliliter

Click for details and usage of Milliliter
  • Key: 'milliliter'
  • Value: 'milliliter'
  • Usage: 'unit.milliliter'
trans('unit.milliliter');

Back to top ^

Deciliter

Click for details and usage of Deciliter
  • Key: 'deciliter'
  • Value: 'deciliter'
  • Usage: 'unit.deciliter'
trans('unit.deciliter');

Back to top ^

Liter

Click for details and usage of Liter
  • Key: 'liter'
  • Value: 'liter'
  • Usage: 'unit.liter'
trans('unit.liter');

Back to top ^