first commit
This commit is contained in:
9
assets/res-native/setting/LabLanguage.ts
Normal file
9
assets/res-native/setting/LabLanguage.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
interface LabelConfigType {
|
||||
[key: string]: string[];
|
||||
}
|
||||
|
||||
export const LabelConfig : LabelConfigType = {
|
||||
"自动游戏B": ["自动游戏", "AUTO PLAY"],
|
||||
"剩余次数B:": ["剩余次数:", "REMAINING TIMES:"],
|
||||
"数据错误": ["数据错误", "Data error"],
|
||||
}
|
||||
Reference in New Issue
Block a user