Files
Oxicloud/static/locales/en.json
T
2025-03-27 01:13:34 +01:00

109 lines
3.1 KiB
JSON

{
"app": {
"title": "OxiCloud",
"description": "Minimalist cloud storage system"
},
"nav": {
"files": "Files",
"shared": "Shared",
"recent": "Recent",
"favorites": "Favorites",
"trash": "Trash"
},
"actions": {
"search": "Search files...",
"new_folder": "New folder",
"upload": "Upload",
"rename": "Rename",
"move": "Move to...",
"move_to": "Move to",
"delete": "Delete",
"cancel": "Cancel",
"confirm": "Confirm"
},
"files": {
"name": "Name",
"type": "Type",
"size": "Size",
"modified": "Modified",
"no_files": "No files in this folder",
"view_grid": "Grid view",
"view_list": "List view",
"file_types": {
"document": "Document",
"image": "Image",
"video": "Video",
"audio": "Audio",
"pdf": "PDF",
"text": "Text",
"folder": "Folder"
}
},
"dialogs": {
"rename_folder": "Rename folder",
"new_name": "New name",
"move_file": "Move file",
"select_destination": "Select destination folder",
"root": "Root",
"delete_confirmation": "Are you sure you want to delete",
"and_contents": "and all its contents",
"no_undo": "This action cannot be undone"
},
"dropzone": {
"drag_files": "Drag files here or click to select",
"drop_files": "Drop files to upload"
},
"errors": {
"file_not_found": "File not found",
"folder_not_found": "Folder not found",
"delete_error": "Error deleting",
"upload_error": "Error uploading file",
"rename_error": "Error renaming",
"move_error": "Error moving",
"empty_name": "Name cannot be empty",
"name_exists": "A file or folder with that name already exists",
"generic_error": "An error has occurred"
},
"breadcrumb": {
"home": "Home"
},
"trash": {
"empty_trash": "Empty Trash",
"empty_state": "Trash is empty",
"original_location": "Original location",
"deleted_date": "Deletion date",
"actions": "Actions",
"restore": "Restore",
"delete_permanently": "Delete permanently",
"empty_confirm": "Are you sure you want to empty the trash? This will permanently delete all items."
},
"auth": {
"login_title": "Sign in",
"username": "Username",
"username_placeholder": "Enter your username",
"password": "Password",
"password_placeholder": "Enter your password",
"login_button": "Sign in",
"no_account": "Don't have an account?",
"register": "Sign up",
"admin_setup": "First time?",
"setup": "Setup administrator",
"register_title": "Create account",
"email": "Email",
"email_placeholder": "Enter your email",
"confirm_password": "Confirm password",
"confirm_password_placeholder": "Confirm your password",
"register_button": "Create account",
"have_account": "Already have an account?",
"login": "Sign in",
"setup_title": "Initial setup",
"setup_step1": "Admin",
"setup_step2": "System",
"setup_step3": "Complete",
"admin_username": "Admin username",
"admin_email": "Admin email",
"admin_password": "Admin password",
"create_admin": "Create administrator",
"back_to_login": "Already set up?"
}
}