| 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'
  }
}
 |