Files
akmon/i18n/en-US/common.uts
2026-01-20 08:04:15 +08:00

81 lines
2.4 KiB
Plaintext

// Common translations
export default { edit: 'Edit',
delete: 'Delete',
login: 'Login',
register: 'Register',
username: 'Username',
password: 'Password',
prev: 'Previous Page',
next_page: 'Next Page',
continueToIterate: 'Continue to load more?',
save: 'Save',
cancel: 'Cancel',
confirm: 'Confirm',
loading: 'Loading...',
error: 'Error',
success: 'Success',
failed: 'Failed',
retry: 'Retry',
refresh: 'Refresh',
search: 'Search',
filter: 'Filter',
sort: 'Sort',
view_details: 'View Details',
export: 'Export',
import: 'Import',
create: 'Create',
update: 'Update',
submit: 'Submit',
close: 'Close',
back: 'Back',
next: 'Next',
previous: 'Previous',
select_all: 'Select All',
clear_all: 'Clear All',
no_data: 'No Data',
total: 'Total',
page: 'Page',
items_per_page: 'Items per page',
all: 'All',
active: 'Active',
inactive: 'Inactive', enabled: 'Enabled',
disabled: 'Disabled',
unknown: 'Unknown',
// Test page related translations
test: {
title: "i18n Module Cache Mixed Test",
current_status: "Current Status",
loaded_modules: "Loaded Modules",
current_module: "Current Test Module",
current_locale: "Current Language",
system_ready: "System Status",
template_translation: "Template Translation Test (Global $t)",
script_translation: "Script Translation Test (UTS Android Compatible)",
basic_keys: "Basic Keys Test",
sp_module: "SP Module Test",
user_module: "User Module Test",
student_module: "Student Module Test",
teacher_module: "Teacher Module Test",
script_results: "Script Translation Results",
refresh_translations: "Manually Refresh Translations",
module_switch: "Module Switch Test",
switch_student: "Switch to Student Module",
switch_teacher: "Switch to Teacher Module",
switch_user: "Switch to User Module",
language_switch: "Language Switch Test",
switch_chinese: "Switch to Chinese",
switch_english: "Switch to English",
switch_time: "Language Switch Time",
cache_management: "Cache Management",
clear_cache: "Clear Cache",
check_cache: "Check Cache Status",
performance_test: "Performance Test",
load_time: "Module Load Time",
run_performance: "Run Performance Test",
realtime_comparison: "Real-time Translation Comparison",
template_method: "Template Method",
script_method: "Script Method"
}
}