File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 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"
22import * as en from "./locales/en.json"
33import * as ja from "./locales/ja.json"
44import * as th from "./locales/th.json"
5+ import * as ur from "./locales/ur.json"
56import * as zhCn from "./locales/zh-cn.json"
7+
68init ( {
79 lng : "en" ,
810 fallbackLng : "en" , // language to use if translations in user language are not available.
2224 ja : {
2325 translation : ja ,
2426 } ,
27+ ur : {
28+ translation : ur ,
29+ } ,
2530 } ,
2631} )
2732
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