locals init ...

This commit is contained in:
duanfuxiang
2025-05-01 13:09:03 +08:00
parent db34038acc
commit 03e0d08623
27 changed files with 176 additions and 3 deletions

12
src/lang/locale/en.ts Normal file
View File

@@ -0,0 +1,12 @@
// import { APPNAME, MINEXCALIDRAWVERSION } from "src/constants/constants";
//Magyar
export default {
prompt: {
"title": "Prompts",
"description": "Click + to create a new mode",
"modeName": "Mode Name",
"modeNameDescription": "Mode Description",
"modeNamePlaceholder": "Enter mode name...",
}
}