PHP Classes

File: resources/js/Lang/en.js

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   S3 B2B PHP Amazon S3 File Manager   resources/js/Lang/en.js   Download  
File: resources/js/Lang/en.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: S3 B2B PHP Amazon S3 File Manager
Manage files stored in multiple Amazon S3 buckets
Author: By
Last change:
Date: 9 months ago
Size: 2,111 bytes
 

Contents

Class file image Download
export default { 'nav': { 'add_bucket': 'Add Bucket' }, 'file_manager': { 'files': 'Files', 'folders': 'Folders', 'form': { 'new_folder': { 'title': 'New Folder', 'description': 'Fill in the form below to create a new folder.', } }, 'file': { 'information': 'Information', 'last_modified': 'Last Modified', 'file_size': 'File Size', 'mime_type': 'Mime Type', 'file_visibility': 'File Visibility' } }, 'activity': { 'title': 'Recent Activity', 'empty': 'No recent activity.', }, 'buckets': { 'title': 'Buckets', 'keep_file': 'Keep Original File', 'move': 'Move', 'select_folder': 'Select Folder or Bucket to move the file to', 'form': { 'create': { 'title': 'Add Bucket', 'description': 'Fill in the form below to add a new bucket.', }, 'edit': { 'title': 'Edit Bucket', 'description': 'Fill in the form below to edit the bucket.', }, 'name': 'Name', 'key': 'Key', 'secret': 'Secret', 'region': 'Region', 'endpoint': 'Endpoint', 'url': 'URL', 'bucket': 'Bucket' } }, 'buttons': { 'submit': 'Submit', 'save': 'Save', 'cancel': 'Cancel', 'delete': 'Delete', 'edit': 'Edit', 'view': 'View', 'add': 'Add', 'select': 'Select', 'upload': 'Upload', 'move': 'Move', 'new_folder': 'New Folder', 'download': 'Download' }, 'plural': { 'items': 'Item | Items', }, 'empty_state': { 'title': 'No buckets', 'description': 'Get started by creating a new bucket.', }, 'modals': { 'delete_title': 'Are you sure?', 'delete_folder': 'You are about to delete the following folder, this cannot be undone:', 'delete_file': 'You are about to delete the following file, this cannot be undone:', 'delete_bucket': 'You are about to delete the following bucket, this cannot be undone:', }, 'menus': { 'view': 'View', 'edit': 'Edit', 'delete': 'Delete', 'move': 'Move', 'upload': 'Upload' } }