File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
import i18next , { init } from "i18next"
2
2
import * as en from "./locales/en.json"
3
3
import * as zhCn from "./locales/zh-cn.json"
4
-
4
+ import * as th from "./locales/th.json"
5
5
init ( {
6
6
lng : "en" ,
7
7
fallbackLng : "en" , // language to use if translations in user language are not available.
15
15
"zh-cn" : {
16
16
translation : zhCn ,
17
17
} ,
18
+ th : {
19
+ translation : th ,
20
+ } ,
18
21
} ,
19
22
} )
20
23
Original file line number Diff line number Diff line change
1
+ {
2
+ "LOGIN_TITLE" : " เข้าสู่ระบบ {{app}}" ,
3
+ "LOGIN_BELOW" : " กรุณาเข้าสู่ระบบด้านล่าง" ,
4
+ "WELCOME" : " ยินดีต้อนรับสู่ {{app}}" ,
5
+ "LOGIN_PASSWORD" : " ตรวจสอบไฟล์กำหนดค่าที่ {{configFile}} เพื่อดูรหัสผ่าน" ,
6
+ "LOGIN_USING_ENV_PASSWORD" : " รหัสผ่านถูกกำหนดเป็น $PASSWORD" ,
7
+ "LOGIN_USING_HASHED_PASSWORD" : " รรหัสผ่านถูกกำหนดเป็น $HASHED_PASSWORD" ,
8
+ "SUBMIT" : " ส่ง" ,
9
+ "PASSWORD_PLACEHOLDER" : " รหัสผ่าน" ,
10
+ "LOGIN_RATE_LIMIT" : " ถึงขีดจำกัดอัตราการเข้าสู่ระบบ!" ,
11
+ "MISS_PASSWORD" : " รหัสผ่านหายไป" ,
12
+ "INCORRECT_PASSWORD" : " รหัสผ่านไม่ถูกต้อง"
13
+ }
You can’t perform that action at this time.
0 commit comments