feat(i18n): localize frontend components and add missing translations
- Replaced hardcoded UI strings with translation keys across frontend files - Added and updated English(en) and Khmer(km) translation files for settings, notifications, and server components - Improved localization and multi-language support throughout the frontend
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
import { PublicTranslations } from '../types/public';
|
||||
|
||||
export const publicTranslations: PublicTranslations = {
|
||||
systemStatus: "ស្ថានភាពប្រព័ន្ធ",
|
||||
allOperational: "ប្រព័ន្ធទាំងអស់ដំណើរការធម្មតា",
|
||||
degradedPerformance: "ខ្លះៗកំពុងមានប្រសិទ្ធភាពធ្លាក់ចុះ",
|
||||
underMaintenance: "ប្រព័ន្ធកំពុងថែទាំ",
|
||||
majorOutage: "យើងកំពុងជួបការរាំងស្ទះធ្ងន់ធ្ងរ",
|
||||
statusUnknown: "មិនស្គាល់ស្ថានភាព",
|
||||
autoUpdatedByHealth: "ស្ថានភាពត្រូវបានធ្វើបច្ចុប្បន្នភាពដោយស្វ័យប្រវត្តិតាមសុខភាពសមាសភាគ",
|
||||
lastUpdatedAt: "បានធ្វើបច្ចុប្បន្នភាពចុងក្រោយ: {time} UTC",
|
||||
liveStatusMonitoring: "ការត្រួតពិនិត្យស្ថានភាពផ្ទាល់",
|
||||
|
||||
loadingStatusPage: "កំពុងផ្ទុកទំព័រស្ថានភាព",
|
||||
fetchingRealtimeStatus: "កំពុងទាញយកស្ថានភាពប្រព័ន្ធពេលជាក់ស្តែង...",
|
||||
slugLabel: "Slug",
|
||||
statusPageNotFound: "រកមិនឃើញទំព័រស្ថានភាព",
|
||||
notFoundDescription: "ទំព័រស្ថានភាពដែលបានស្នើរសុំមិនអាចរកឃើញ ឬមិនអាចចូលមើលជាសាធារណៈបាន។",
|
||||
goBack: "ត្រឡប់ក្រោយ",
|
||||
retry: "ព្យាយាមម្តងទៀត",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user