feat: add wallet provider foundation
This commit is contained in:
@@ -143,6 +143,9 @@ export const enDict: Dict = {
|
||||
favoritesComingSoon: "Coming Soon",
|
||||
favoritesComingSoonDesc:
|
||||
"Sign-in and favorites are in development. Stay tuned.",
|
||||
walletLoginSuccess: "Wallet connected",
|
||||
walletLoginFailed: "Wallet login failed",
|
||||
walletDisconnected: "Wallet disconnected",
|
||||
featureUnavailable: "Not available yet",
|
||||
featureUnavailableDesc: "This feature is not available yet.",
|
||||
confirm: "Got it",
|
||||
|
||||
@@ -143,6 +143,9 @@ export const idDict: Dict = {
|
||||
favoritesComingSoon: "Segera Hadir",
|
||||
favoritesComingSoonDesc:
|
||||
"Fitur masuk dan favorit sedang dikembangkan. Nantikan.",
|
||||
walletLoginSuccess: "Dompet terhubung",
|
||||
walletLoginFailed: "Login dompet gagal",
|
||||
walletDisconnected: "Dompet terputus",
|
||||
featureUnavailable: "Belum tersedia",
|
||||
featureUnavailableDesc: "Fitur ini belum tersedia.",
|
||||
confirm: "Mengerti",
|
||||
|
||||
@@ -143,6 +143,9 @@ export const jaDict: Dict = {
|
||||
favorites: "お気に入り",
|
||||
favoritesComingSoon: "近日公開",
|
||||
favoritesComingSoonDesc: "ログインとお気に入り機能は開発中です。お楽しみに。",
|
||||
walletLoginSuccess: "ウォレットを接続しました",
|
||||
walletLoginFailed: "ウォレットログインに失敗しました",
|
||||
walletDisconnected: "ウォレットを切断しました",
|
||||
featureUnavailable: "未公開",
|
||||
featureUnavailableDesc: "この機能はまだご利用いただけません。",
|
||||
confirm: "了解",
|
||||
|
||||
@@ -143,6 +143,9 @@ export const koDict: Dict = {
|
||||
favoritesComingSoon: "출시 예정",
|
||||
favoritesComingSoonDesc:
|
||||
"로그인과 즐겨찾기 기능을 개발 중입니다. 많은 기대 부탁드립니다.",
|
||||
walletLoginSuccess: "지갑이 연결되었습니다",
|
||||
walletLoginFailed: "지갑 로그인에 실패했습니다",
|
||||
walletDisconnected: "지갑 연결이 해제되었습니다",
|
||||
featureUnavailable: "준비 중",
|
||||
featureUnavailableDesc: "이 기능은 아직 사용할 수 없습니다.",
|
||||
confirm: "확인",
|
||||
|
||||
@@ -143,6 +143,9 @@ export const msDict: Dict = {
|
||||
favoritesComingSoon: "Akan Hadir",
|
||||
favoritesComingSoonDesc:
|
||||
"Ciri log masuk dan kegemaran sedang dibangunkan. Nantikan.",
|
||||
walletLoginSuccess: "Dompet disambungkan",
|
||||
walletLoginFailed: "Log masuk dompet gagal",
|
||||
walletDisconnected: "Dompet diputuskan",
|
||||
featureUnavailable: "Belum tersedia",
|
||||
featureUnavailableDesc: "Ciri ini belum tersedia.",
|
||||
confirm: "Faham",
|
||||
|
||||
@@ -143,6 +143,9 @@ export const viDict: Dict = {
|
||||
favoritesComingSoon: "Sắp ra mắt",
|
||||
favoritesComingSoonDesc:
|
||||
"Tính năng đăng nhập và yêu thích đang phát triển. Hãy chờ đón.",
|
||||
walletLoginSuccess: "Đã kết nối ví",
|
||||
walletLoginFailed: "Đăng nhập ví thất bại",
|
||||
walletDisconnected: "Đã ngắt kết nối ví",
|
||||
featureUnavailable: "Chưa khả dụng",
|
||||
featureUnavailableDesc: "Tính năng này hiện chưa khả dụng.",
|
||||
confirm: "Đã hiểu",
|
||||
|
||||
@@ -140,6 +140,9 @@ export const zhDict: Dict = {
|
||||
favorites: "我的收藏",
|
||||
favoritesComingSoon: "功能即将推出",
|
||||
favoritesComingSoonDesc: "登入与收藏功能开发中,敬请期待。",
|
||||
walletLoginSuccess: "钱包已连接",
|
||||
walletLoginFailed: "钱包登录失败",
|
||||
walletDisconnected: "钱包已断开",
|
||||
featureUnavailable: "未开放",
|
||||
featureUnavailableDesc: "该功能暂未开放。",
|
||||
confirm: "知道了",
|
||||
|
||||
Reference in New Issue
Block a user