File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ import i18next, { init } from "i18next"
2
2
import * as en from "./locales/en.json"
3
3
import * as ja from "./locales/ja.json"
4
4
import * as th from "./locales/th.json"
5
+ import * as ur from "./locales/ur.json"
5
6
import * as zhCn from "./locales/zh-cn.json"
7
+
6
8
init ( {
7
9
lng : "en" ,
8
10
fallbackLng : "en" , // language to use if translations in user language are not available.
22
24
ja : {
23
25
translation : ja ,
24
26
} ,
27
+ ur : {
28
+ translation : ur ,
29
+ } ,
25
30
} ,
26
31
} )
27
32
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