export default { title: 'File upload - Recv', disclaimer: '', dateTimeFormat: 'MM/DD/YYYY hh:mm a', landing: { invitePlaceholder: 'Code', inviteButton: 'Check code', inviteButtonChecking: 'Checking...', loginButton: 'Log in' }, notification: { invalidCode: 'The specified code is invalid or has expired', invalidLogin: 'The specified username or password is incorrect' }, messageFrom: 'Message from ', uppyDashboard: { done: 'Done', dropPaste: 'Drop files here, paste or', browse: 'browse' }, admin: { loading: 'Loading…', empty: 'No data', logout: 'Logout', cancel: 'Cancel', save: 'Save', delete: 'Delete', diskspace: '%{available} disk space available of %{total} total', login: { usernamePlaceholder: 'Username or e-mail address', passwordPlaceholder: 'Password', button: 'Login', buttonChecking: 'Checking...' }, menu: { uploads: 'Uploads', codes: 'Codes', users: 'Users' }, uploads: { created: 'Date', code: 'Code', owner: 'Owner' }, codes: { add: 'Generate code', list: { code: 'Code', owner: 'Owner', actions: 'Actions' }, detail: { code: 'Code', codeHint: 'Direct link to the upload page for this code:', owner: 'Owner', created: 'Date created', description: 'Description', descriptionHint: 'The description will be visible only in the admin panel', expiration: 'Expiration', message: 'Message', messageHint: 'The message will be displayed to the user on the upload page after the code is entered. Markdown is supported.' } } } }