Refactor the Translations language to seperate their own directory, for easy to maintenable and scalable language
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
|
||||
import { CommonTranslations } from '../types/common';
|
||||
|
||||
export const commonTranslations: CommonTranslations = {
|
||||
welcome: "Welcome",
|
||||
logout: "Logout",
|
||||
language: "Language",
|
||||
english: "English",
|
||||
khmer: "Khmer",
|
||||
german: "Deutsch",
|
||||
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",
|
||||
};
|
||||
Reference in New Issue
Block a user