@liberfi.io/i18n 0.1.122 → 0.1.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/locale.csv +6 -6
- package/dist/locales/zh.json +6 -6
- package/package.json +2 -2
package/dist/locale.csv
CHANGED
|
@@ -233,13 +233,13 @@
|
|
|
233
233
|
"predict.trade.max","MAX","全倉"
|
|
234
234
|
"predict.trade.limitPrice","Limit Price","限價"
|
|
235
235
|
"predict.trade.kycRequired","KYC Required","需要身份驗證"
|
|
236
|
-
"predict.trade.kycModalTitle","Identity Verification Required","
|
|
237
|
-
"predict.trade.kycModalDescription","Buying prediction market outcome tokens requires identity verification through Proof — a Solana-based identity service.","
|
|
238
|
-
"predict.trade.kycModalBullet1","Verify once, trade across all supported markets","
|
|
239
|
-
"predict.trade.kycModalBullet2","Government ID + selfie verification","
|
|
240
|
-
"predict.trade.kycModalBullet3","Link your wallet to your verified identity","
|
|
236
|
+
"predict.trade.kycModalTitle","Identity Verification Required","Kalshi 身份驗證"
|
|
237
|
+
"predict.trade.kycModalDescription","Buying prediction market outcome tokens requires identity verification through Proof — a Solana-based identity service.","買入 Kalshi 預測市場倉位需要通過 Proof 完成身份驗證。"
|
|
238
|
+
"predict.trade.kycModalBullet1","Verify once, trade across all supported markets","接收結果代幣的錢包必須通過驗證"
|
|
239
|
+
"predict.trade.kycModalBullet2","Government ID + selfie verification","通過 Proof 進行政府證件 + 自拍驗證"
|
|
240
|
+
"predict.trade.kycModalBullet3","Link your wallet to your verified identity","未驗證仍可瀏覽市場和查看報價"
|
|
241
241
|
"predict.trade.kycModalNote","Your personal data is handled by Proof and is not shared with us. Verification typically takes a few minutes.","您的個人資料由 Proof 處理,不會與我們共享。驗證通常只需幾分鐘。"
|
|
242
|
-
"predict.trade.goToKYC","Verify My Identity","
|
|
242
|
+
"predict.trade.goToKYC","Verify My Identity","前往驗證"
|
|
243
243
|
"predict.trade.setExpiration","Set Expiration","設定過期時間"
|
|
244
244
|
"predict.trade.expiration.5m","5m","5分鐘"
|
|
245
245
|
"predict.trade.expiration.1h","1h","1小時"
|
package/dist/locales/zh.json
CHANGED
|
@@ -233,13 +233,13 @@
|
|
|
233
233
|
"predict.trade.max": "全倉",
|
|
234
234
|
"predict.trade.limitPrice": "限價",
|
|
235
235
|
"predict.trade.kycRequired": "需要身份驗證",
|
|
236
|
-
"predict.trade.kycModalTitle": "
|
|
237
|
-
"predict.trade.kycModalDescription": "
|
|
238
|
-
"predict.trade.kycModalBullet1": "
|
|
239
|
-
"predict.trade.kycModalBullet2": "
|
|
240
|
-
"predict.trade.kycModalBullet3": "
|
|
236
|
+
"predict.trade.kycModalTitle": "Kalshi 身份驗證",
|
|
237
|
+
"predict.trade.kycModalDescription": "買入 Kalshi 預測市場倉位需要通過 Proof 完成身份驗證。",
|
|
238
|
+
"predict.trade.kycModalBullet1": "接收結果代幣的錢包必須通過驗證",
|
|
239
|
+
"predict.trade.kycModalBullet2": "通過 Proof 進行政府證件 + 自拍驗證",
|
|
240
|
+
"predict.trade.kycModalBullet3": "未驗證仍可瀏覽市場和查看報價",
|
|
241
241
|
"predict.trade.kycModalNote": "您的個人資料由 Proof 處理,不會與我們共享。驗證通常只需幾分鐘。",
|
|
242
|
-
"predict.trade.goToKYC": "
|
|
242
|
+
"predict.trade.goToKYC": "前往驗證",
|
|
243
243
|
"predict.trade.setExpiration": "設定過期時間",
|
|
244
244
|
"predict.trade.expiration.5m": "5分鐘",
|
|
245
245
|
"predict.trade.expiration.1h": "1小時",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liberfi.io/i18n",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.123",
|
|
4
4
|
"description": "Internationalization for Liberfi React SDK",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"tsup": "^8.5.0",
|
|
51
51
|
"typescript": "^5.9.2",
|
|
52
52
|
"yargs": "^17.7.2",
|
|
53
|
-
"tsconfig": "0.1.
|
|
53
|
+
"tsconfig": "0.1.109"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": ">=18",
|