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:
lyker189
2025-10-02 05:10:11 +07:00
parent a4364936e3
commit b6ef4ff7a5
62 changed files with 2721 additions and 639 deletions
@@ -6,6 +6,8 @@ export interface ServerThreshold {
name: string;
cpu_threshold: number;
ram_threshold: number;
// Some API responses may use a different field name; include it as optional
ram_threshold_message?: number;
disk_threshold: number;
network_threshold: number;
created: string;