@treasure-dev/tdk-react
Version:
Treasure Development Kit for React-based projects
52 lines (51 loc) • 1.99 kB
JavaScript
// src/translations/ja.tsx
import { Fragment, jsxs } from "react/jsx-runtime";
var translation = {
connect: {
action: "\u63A5\u7D9A",
header: ({ appName }) => /* @__PURE__ */ jsxs(Fragment, { children: [
appName,
" \u306B\u63A5\u7D9A\u3059\u308B"
] }),
footer: ({ thirdweb }) => /* @__PURE__ */ jsxs(Fragment, { children: [
"\u63D0\u4F9B\u5143\uFF1A",
thirdweb
] }),
option: {
email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9",
or: "\u307E\u305F\u306F",
apple: "Apple",
discord: "Discord",
google: "Google",
passkey: "\u30D1\u30B9\u30AD\u30FC",
wallet: "\u30A6\u30A9\u30EC\u30C3\u30C8",
x: "X"
},
verify: {
header: "\u30B3\u30FC\u30C9\u3092\u78BA\u8A8D",
description: ({ recipient }) => /* @__PURE__ */ jsxs(Fragment, { children: [
recipient,
" ",
"\u306B\u78BA\u8A8D\u30B3\u30FC\u30C9\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F\u3002\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3059\u308B\u3068\u81EA\u52D5\u7684\u306B\u30ED\u30B0\u30A4\u30F3\u3055\u308C\u307E\u3059\u3002"
] }),
inputLabel: "\u78BA\u8A8D\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\uFF1A",
action: "\u78BA\u8A8D",
resend: {
prompt: "\u30B3\u30FC\u30C9\u304C\u5C4A\u304B\u306A\u3044\u5834\u5408\u306F\uFF1F",
action: "\u518D\u9001\u4FE1",
countdown: ({ seconds }) => `${seconds}\u79D2\u5F8C\u306B\u518D\u9001\u4FE1\u53EF\u80FD...`
}
},
migrate: {
header: "Migrate existing account",
description: "It looks like you have several existing Treasure profiles. Please choose one you would like to use moving forward as your identity across the Treasure ecosystem.",
approve: "Use this account",
reject: "Start fresh",
disclaimer: "NOTE: This is irreversible, so please choose carefully."
}
}
};
var ja_default = translation;
export {
ja_default as default
};