Files
checkcle/application/src/translations/en/common.ts
T
YiZixuan 40488a5a53 feat(i18n): improve i18n copy and add new translations
- Add new translation entries
- Fix several language files
2025-08-16 15:25:35 +08:00

32 lines
752 B
TypeScript

import { CommonTranslations } from '../types/common';
export const commonTranslations: CommonTranslations = {
welcome: "Welcome",
logout: "Logout",
language: "Language",
english: "Englisch",
khmer: "ភាសាខ្មែរ",
german: "Deutsch",
japanese: "日本語",
simplifiedChinese: "简体中文",
goodMorning: "Good morning",
goodAfternoon: "Good afternoon",
goodEvening: "Good evening",
profile: "Profile",
settings: "Settings",
documentation: "Documentation",
notifications: "Notifications",
close: "Close",
cancel: "Cancel",
view: "View",
edit: "Edit",
delete: "Delete",
status: "Status",
time: "Time",
title: "Title",
description: "Description",
success: "Success",
error: "Error",
};