File: /home/richfield/www/vendor/tcg/voyager/publishable/lang/mm/database.php
<?php
return [
'add_new_column' => 'Add New Column',
'add_softdeletes' => 'Add Soft Deletes',
'add_timestamps' => 'Add Timestamps',
'already_exists' => 'already exists',
'already_exists_table' => 'Table :table already exists',
'bread_crud_actions' => 'BREAD/CRUD Actions',
'bread_info' => 'BREAD info',
'browse_bread' => 'Browse BREAD',
'column' => 'Column',
'composite_warning' => 'Warning: this column is part of a composite index',
'create_new_table' => 'Create New Table',
'create_your_new_table' => 'Create Your New Table',
'create_model_table' => 'Create model for this table?',
'default' => 'Default',
'delete_bread_before_table' => 'Please make sure to remove the BREAD on this table before deleting the table.',
'delete_table_confirm' => 'Yes, delete this table',
'delete_table_question' => 'Are you sure you want to delete the :table table?',
'editing_table' => 'Editing table :table',
'edit_table' => 'Edit the :table table below',
'edit_table_not_exist' => 'The table you want to edit doesn\'t exist',
'extra' => 'Extra',
'field' => 'Field',
'field_safe_failed' => 'Failed to save field :field, we\'re rolling back!',
'index' => 'INDEX',
'input_type' => 'Input Type',
'key' => 'Key',
'name_warning' => 'Please name the column before adding an index',
'no_composites_warning' => 'This table has composite indexes. Please note that they are not supported at the moment. Be careful when trying to add/remove indexes.',
'null' => 'Null',
'optional_details' => 'Optional Details',
'policy_class' => 'Policy Class Name',
'policy_name' => 'Policy Name',
'policy_name_ph' => 'ex. \App\Policies\UserPolicy, if left empty will try and use the default',
'primary' => 'PRIMARY',
'server_pagination' => 'Server-side Pagination',
'success_create_table' => 'Successfully created :table table',
'success_created_bread' => 'Successfully created new BREAD',
'success_delete_table' => 'Successfully deleted :table table',
'success_remove_bread' => 'Successfully removed BREAD from :datatype',
'success_update_bread' => 'Successfully updated the :datatype BREAD',
'success_update_table' => 'Successfully updated :table table',
'table_actions' => 'Table Actions',
'table_columns' => 'Table Columns',
'table_has_index' => 'The table already has a primary index.',
'table_name' => 'Table Name',
'table_no_columns' => 'The table has no columns...',
'type' => 'Type',
'type_not_supported' => 'This type is not supported',
'unique' => 'UNIQUE',
'unknown_type' => 'Unknown Type',
'update_table' => 'Update Table',
'url_slug' => 'URL Slug (must be unique)',
'url_slug_ph' => 'URL slug (ex. posts)',
'visibility' => 'Visibility',
'relationship' => [
'relationship' => 'Relationship',
'relationships' => 'Relationships',
'has_one' => 'Has One',
'has_many' => 'Has Many',
'belongs_to' => 'Belongs To',
'belongs_to_many' => 'Belongs To Many',
'which_column_from' => 'Which column from the',
'is_used_to_reference' => 'is used to reference the',
'pivot_table' => 'Pivot Table',
'selection_details' => 'Selection Details',
'display_the' => 'Display the',
'store_the' => 'Store the',
'allow_tagging' => 'Allow Tagging',
'easy_there' => 'Easy there Captain',
'before_create' => 'Before you can create a new relationship you will need to create the BREAD first.<br> Then, return back to edit the BREAD and you will be able to add relationships.<br> Thanks.',
'cancel' => 'Cancel',
'add_new' => 'Add New relationship',
'open' => 'Open',
'close' => 'Close',
'relationship_details' => 'Relationship Details',
'browse' => 'Browse',
'read' => 'Read',
'edit' => 'Edit',
'add' => 'Add',
'delete' => 'Delete',
'create' => 'Create a Relationship',
'namespace' => 'Fully Qualified Model Name (ex. App\Category)',
],
];