40488a5a53
- Add new translation entries - Fix several language files
32 lines
752 B
TypeScript
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",
|
|
};
|