Guest User

Untitled

a guest
Mar 4th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.58 KB | None | 0 0
  1. import React from "react";
  2.  
  3. module.exports = {
  4. profile_saved: {
  5. en: "The changes have been saved.",
  6. ja: "変更内容が保存されました。",
  7. },
  8. edit: {
  9. en: "Edit",
  10. ja: "編集",
  11. },
  12. edit_profile: {
  13. en: "Edit Profile",
  14. ja: "プロフィール編集",
  15. },
  16. enter_address: {
  17. en: "Enter your Ethereum wallet address",
  18. ja: "イーサリアムのウォレットアドレスを入力してください",
  19. },
  20. save: {
  21. en: "Save",
  22. ja: "保存",
  23. },
  24. thank_you_for_signing_up: {
  25. en: "THANK YOU FOR SIGNING UP!",
  26. ja: "ご登録ありがとうございました!",
  27. },
  28. please_check_your_email_for_confirmation: {
  29. en: "An email with activation link has been sent to your email address. Please click on the link to activate your account.",
  30. ja: "まだ登録は完了していません。入力いただいたメールアドレスに登録確認のメールをお送りしますのでご確認いただき、登録を完了させてください。",
  31. },
  32. member_area: {
  33. en: "Registered area",
  34. ja: "会員のみページ",
  35. },
  36. not_logged_in: {
  37. en: "Please Login to access this page",
  38. ja: "ログインしてください",
  39. },
  40. confirmed_signup: {
  41. en: "User registration has been completed. We will send a notification when the token pre-sale starts.",
  42. ja: "アカウント登録が完了いたしました。",
  43. },
  44. my_page: {
  45. en: "My Page",
  46. ja: "マイページ",
  47. },
  48. presale_bonus: {
  49. en: "Presale Bonus",
  50. ja: "早期購入ボーナス",
  51. },
  52. referral_bonus: {
  53. en: "Referral Bonus",
  54. ja: "紹介者ボーナス",
  55. },
  56. wallet_address: {
  57. en: "Wallet Address",
  58. ja: "ウォレットアドレス",
  59. },
  60. no_exchange_address: {
  61. en: "※ Please don't input your account address of any exchange.",
  62. ja: "※ 取引所のウォレットアドレスは入力しないでください",
  63. },
  64. login: {
  65. en: "Login",
  66. ja: "ログイン",
  67. },
  68. already_registered: {
  69. en: "If you already have an account, please ",
  70. ja: "ログインIDをお持ちの方は、こちらから",
  71. },
  72. not_registered: {
  73. en: "If you do not have an account, please ",
  74. ja: "会員登録がまだの方は、こちらから",
  75. },
  76. sign_up: {
  77. en: "Create a new account",
  78. ja: "新規登録",
  79. },
  80. required_first_name: {
  81. en: "Enter your nickname",
  82. ja: "ニックネームを入力してください",
  83. },
  84. "email already exist": {
  85. en: "Email already registered",
  86. ja: "メールアドレスがすでに登録されています",
  87. },
  88. required_last_name: {
  89. en: "Enter your last name",
  90. ja: "指姓を入力してください",
  91. },
  92. required_email: {
  93. en: "Enter your email address",
  94. ja: "メールアドレスを入力してください",
  95. },
  96. required_password: {
  97. en: "Enter password",
  98. ja: "パスワードを入力してください",
  99. },
  100. required_password_confirmation: {
  101. en: "Repeat your password",
  102. ja: "パスワードを再入力してください",
  103. },
  104. first_name: {
  105. en: "Nickname",
  106. ja: "ニックネーム",
  107. },
  108. inquiry_content: {
  109. en: "Inquiry Content",
  110. ja: "内容",
  111. },
  112. send: {
  113. en: "Send",
  114. ja: "送信",
  115. },
  116. password_not_match: {
  117. en: "Password does not match",
  118. ja: "パスワードが一致しません",
  119. },
  120. username: {
  121. en: "Fullname",
  122. ja: "氏名",
  123. },
  124. fullname: {
  125. en: "Fullname",
  126. ja: "氏名",
  127. },
  128. profile: {
  129. en: "Profile",
  130. ja: "プロフィール",
  131. },
  132. token: {
  133. en: "Token",
  134. ja: "トークン",
  135. },
  136. token_purchased: {
  137. en: "Token Purchased",
  138. ja: "購入済トークン数",
  139. },
  140. token_to_be_transferred: {
  141. en: "Token to be transferred",
  142. ja: "ウォレット未送信トークン数",
  143. },
  144. token_price: {
  145. en: "Token Price",
  146. ja: "トークン価格",
  147. },
  148. token_in_user_wallet: {
  149. en: "Token in user wallet",
  150. ja: "ウォレット内トークン残高",
  151. },
  152. bonus: {
  153. en: "Bonus",
  154. ja: "ボーナス",
  155. },
  156. referral: {
  157. en: "Referral Email",
  158. ja: "紹介者のメールアドレス",
  159. },
  160. last_name: {
  161. en: "Last Name",
  162. ja: "姓",
  163. },
  164. email: {
  165. en: "Email",
  166. ja: "メールアドレス",
  167. },
  168. password: {
  169. en: "Password",
  170. ja: "パスワード",
  171. },
  172. password_confirmation: {
  173. en: "Password Confirmation",
  174. ja: "パスワード再入力",
  175. },
  176. whitepaper: {
  177. en: "Whitepaper",
  178. ja: "ホワイトペーパー",
  179. },
  180. buy_token: {
  181. en: "Buy Token",
  182. ja: "トークン購入",
  183. },
  184. how_to_buy: {
  185. en: "How to buy",
  186. ja: "購入方法",
  187. },
  188. required_agree_terms: {
  189. en: "Field is required",
  190. ja: "必須",
  191. },
  192. agree_terms: {
  193. en: `<span>By clicking Create a new account, you accept the <a href="/en/terms">Terms and conditions</a>.</span>`,
  194. ja: `<span><a href="/ja/terms">利用規約</a>をよくお読みいただき、同意後にチェックを入れてください。</span>`,
  195. },
  196. already_have_account: {
  197. en: `
  198. <div>
  199. Already have an account <a to="/en/auth/login">Login here</a>
  200. </div>
  201. `,
  202. ja: `
  203. <div>
  204. 会員登録がお済みの方は<a href="/ja/auth/login">こちらからログインしてください</a>
  205. </div>
  206. `,
  207. },
  208. days: {
  209. en: "days",
  210. ja: "日",
  211. },
  212. hours: {
  213. en: "hours",
  214. ja: "時間",
  215. },
  216. minutes: {
  217. en: "minutes",
  218. ja: "分",
  219. },
  220. seconds: {
  221. en: "seconds",
  222. ja: "秒",
  223. },
  224. token_sale_will_start_in: {
  225. en: "The Main Token Sale will start in..",
  226. ja: "本番のトークンプレセール開始あと..",
  227. },
  228. purpose_of_ico: {
  229. en: "Purpose of ICO",
  230. ja: "ICO事業の目的",
  231. },
  232. purpose: {
  233. en: "Purpose",
  234. ja: "ICO事業の目的",
  235. },
  236. token_information: {
  237. en: "Token Information",
  238. ja: "トークン情報",
  239. },
  240. schedule: {
  241. en: "ICO Schedule",
  242. ja: "ICOのスケジュール",
  243. },
  244. roadmap: {
  245. en: "Project Roadmap",
  246. ja: "プロジェクトロードマップ"
  247. },
  248. inquiry: {
  249. en: "Inquiry",
  250. ja: "お問い合わせ",
  251. },
  252. logout: {
  253. en: "Logout",
  254. ja: "ログアウト",
  255. },
  256. token_price: {
  257. en: "Token Price",
  258. ja: "トークン価格",
  259. },
  260. minimum_btc_note: {
  261. en: "Minimum purchase with BTC is 40 tokens.",
  262. ja: "最小購入は 40NAR より可能",
  263. },
  264. minimum_eth_note: {
  265. en: "Minimum purchase with ETH is 10 tokens.",
  266. ja: "最小購入は 10NAR より可能",
  267. },
  268. financing: {
  269. en: "Financing",
  270. ja: "資金調達",
  271. },
  272. targeted_fund: {
  273. en: "Targeted Fund: HK$350 million / 5 billion JPY",
  274. ja: "資金調達目標額: HK$3.5億 / 50億円",
  275. },
  276. token_for_sale: {
  277. en: "NAR tokens for sale: 150,000,000 NAR",
  278. ja: "NAR発行総数: 150,000,000 NAR",
  279. },
  280. token_to_be_issued: {
  281. en: "NAR tokens to be issued: 300,000,000 NAR",
  282. ja: "NAR発行総数: 300,000,000 NAR",
  283. },
  284. bonus30: {
  285. en: "Bonus 30%",
  286. ja: "30%ボーナス",
  287. },
  288. bonus15: {
  289. en: "Bonus 15%",
  290. ja: "15%ボーナス",
  291. },
  292. bonus5: {
  293. en: "Bonus 5%",
  294. ja: "5%ボーナス",
  295. },
  296. bonus0: {
  297. en: "No Bonus",
  298. ja: "ボーナスなし",
  299. },
  300. bonus0_date: {
  301. en: "May 23 2018, 14:00 (JST) - June 20 2018, 13:59 (JST)",
  302. ja: "2018年5月23日, 14:00 (JST) - 2018年6月20日, 13:59 (JST)",
  303. },
  304. bonus30_date: {
  305. en: "February 28 2018, 14:00 (JST) - March 28 2018, 13:59 (JST)",
  306. ja: "2018年2月28日, 14:00 (JST) - 2018年3月28日, 13:59 (JST)",
  307. },
  308. bonus15_date: {
  309. en: "March 28 2018, 14:00 (JST) - April 25 2018, 13:59 (JST)",
  310. ja: "2018年3月28日, 14:00 (JST) - 2018年4月25日, 13:59 (JST)",
  311. },
  312. bonus5_date: {
  313. en: "April 25 2018, 14:00 (JST) - May 23 2018, 13:59 (JST)",
  314. ja: "2018年4月25日, 14:00 (JST) - 2018年5月23日, 14:00 (JST)",
  315. },
  316. story: {
  317. en: "Story",
  318. ja: "ストーリー",
  319. },
  320. phase1: {
  321. en: "Phase 1",
  322. ja: "フェーズ 1",
  323. },
  324. phase2: {
  325. en: "Phase 2",
  326. ja: "フェーズ 2",
  327. },
  328. phase3: {
  329. en: "Phase 3",
  330. ja: "フェーズ 3",
  331. },
  332. phase4: {
  333. en: "Phase 4",
  334. ja: "フェーズ4",
  335. },
  336. team: {
  337. en: "Team",
  338. ja: "チーム",
  339. },
  340. initial_token_sale: {
  341. en: "Initial Token Sale",
  342. ja: "初期トークン販売",
  343. },
  344. website_launch: {
  345. en: "Website Launch",
  346. ja: "ウェブサイト公開",
  347. },
  348. platform: {
  349. en: "Platform",
  350. ja: "プラットフォーム",
  351. },
  352. blockchain_platform: {
  353. en: "Blockchain-based Diamond Trading Platform",
  354. ja: "調達した資金により分散型ダイヤモンド取引プラットフォーム",
  355. },
  356. use_of_funds: {
  357. en: "Use of Funds",
  358. ja: "Use of Funds",
  359. },
  360. supply_distribution: {
  361. en: "Token Supply Distribution",
  362. ja: "トークン供給分布",
  363. },
  364. introducer: {
  365. en: "Introducer",
  366. ja: "紹介者",
  367. },
  368. reserved: {
  369. en: "Reserved",
  370. ja: "リザーバー",
  371. },
  372. timebonus: {
  373. en: "Timebonus",
  374. ja: "タイムボーナス",
  375. },
  376. investor: {
  377. en: "Investor",
  378. ja: "投資者",
  379. },
  380. blockchain_msg: {
  381. en: `
  382. <div>
  383. <p>We will use collected fund mainly on the development of online diamond trading system. The decentralized trading system not only record each diamond profile, with parameters like serial number, shape, cutting style, size, carats, etc but also record each transaction of diamond on the blockchain.</p>
  384. <p>In the existing diamond trade, an original certification of authentic is required, traders need to always bring the original certification with him each time if he want to sell the diamond, besides, a handwriting signature on the certification is still used till now.</p>
  385. <p>In our system, we digitize the signature by collaboration with Israel company, simplify and accelerate the daily online trade, we have a set of 3 dimensional scanning technique to create the complete profile of each diamond, generate unique ID combined with, and record the in the system.</p>
  386. </div>
  387. `,
  388. ja: `
  389. <div>
  390. <p>調達した資金により分散型ダイヤモンド取引プラットフォームの開発に取り掛かります。</p>
  391. <p>
  392. 分散型ダイヤモンド取引プラットフォームとは、ダイヤモンドの取引履歴と会わせて、ダイヤモンドに刻印されたシリアルナンバー、形状、カッティングスタイル、サイズ、カラット数などといったダイヤモンドを識別するための複数のデータをブロックチェーンに記録します。
  393. <p>
  394. <p>
  395. 既存のダイヤモンド取引はダイヤモンドが本物であることを証明する品質証明書の原本が必要不可欠です。担当者が取引先へ行くのに世界を横断するのと併せてそのダイヤモンドの品質証明書の原本も持ち出されております。もちろん新たな契約には直筆のサインもされているという古くからの慣習が今現在も行われております。
  396. </p>
  397. <p>
  398. そこで私たちが開発するブロックチェーンによるダイヤモンド取引プラットフォームでは常日頃取引を行っているイスラエルの関係機関と協力して鑑定書のデジタル化を行います。さらに個々のダイヤモンドをスキャンし、それぞれに固有の ID を与えて、すべての情報をブロックチェーンに格納しています。
  399. </p>
  400. <p>
  401. このダイヤモンドのスキャン情報は形状データ、色、カット、透明度、カラットなどをデータ化したものを生態認証として作成し、それにシリアル番号と所有者の情報を加えたブロックチェーン台帳を作成します。
  402. </p>
  403. <p>
  404. これにより原産地から消費者までを網羅した取引の全プロセスで透明性を確保できます。また必要に応じて、銀行、保険会社、ディーラー、消費者のすべてが各ダイヤモンドの履歴を自由に閲覧できるのです。また個々のダイヤモンドを識別することが可能になることで、その石がどのように売買されてきたかという履歴もブロックチェーンから確認できます。それによって不正な売買取引を防ぐことができます。宝石販売店は購入者の名前をブロックチェーンに記録することで、もしも盗まれた時には、他の宝石店やネットで盗品が販売されているのを発見しやすくなることが期待されます。
  405. </p>
  406. </div>
  407. `,
  408. },
  409. purpose_of_ico_msg: {
  410. en: `
  411. <div>
  412. <p>As a pioneer in the diamond industry, the NEWART group is a company that sells original bridal rings, providing tiara and wedding hall rental services. We also handle original fashion jewelry including anniversary jewelry. Our company is the first to develop business model specialized in bridal jewelry, sticking to the engagement ring that is suitable for making diamond the most beautiful. We enlightened Diamond's quality standard "4C" and provided a salon-style customer service, we achieved the best hospitality for all visitors.</p>
  413. <p>Currently, NEWART is promoting various corporate management besides general bridal service. For example, New art · La Palae of esthetic beauty industry, integrates art and finance, which leads to New Art · FinTech. Furthermore, New Art · FinTech of golf, joined our group, and in a wide range of fields We are proceeding with business development with new technology.</p>
  414. <p>It’s our new move to further develop new business model by combining fintech technology with the traditional diamond business, which is our core part. Besides, we will integrate the copyright of artwork into blockchain platform. We issue ICO and raise fund for these two main purpose.</p>
  415. </div>
  416. `,
  417. ja: `
  418. <div>
  419. <p>
  420. NEWARTグループはダイヤモンド業界のパイオニアとしてオリジナルブライダルリングの制作・販売や、ティアラレンタルサービス、結婚式場紹介サービスを展開する総合ブライダルサービス企業です。アニバーサリージュエリーをはじめとしたオリジナルファッションジュエリーも取り扱っています。ダイヤモンドを最も美しく輝かせるのにふさわしいエンゲージリングにこだわり、ブライダルジュエリーに特化したビジネスモデルを展開したのは当社が初めてです。ダイヤモンドの品質基準「4C」の啓蒙と、従来行われていなかったサロン形式の接客を行い、ご来店頂いた全てのお客さまに最高のおもてなしを実現しました。
  421. </p>
  422. <p>
  423. 現在、NEWARTは、総合ブライダルサービス以外にさまざまな企業運営を進めております。エステ美容産業のニューアート・ラ・パルレ、アートと金融を融合させるニューアート・フィンテック、ゴルフを中心としたスポーツ関係事業のニューアート・クレイジーといった会社が当社のグループに加わり、広範囲な分野でのビジネス展開を進めております。
  424. </p>
  425. <p>
  426. この度、当社グループの事業の中心であるダイヤモンド事業においてその伝統を守りつつ、新たな試みとしてフィンテック技術を融合させてさらなる発展を遂げるための事業、および、新たに進めているアート事業に関するライセンスビジネスの基盤づくりのためにICO を実施し、資金調達を図ります。
  427. </p>
  428. </div>
  429. `,
  430. },
  431. };
Add Comment
Please, Sign In to add comment