// Copyright 2015-2017 Parity Technologies (UK) Ltd. // This file is part of Parity. // Parity is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // Parity is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // along with Parity. If not, see . export default { button: { close: `關閉`, // Close create: `建立`, // Create next: `下一步`, // Next print: `列印片語`, // Print Phrase skip: `跳過`// Skip }, completed: { congrats: `恭喜!你的節點設定已經完成,你現在可以使用應用了。`, // Congratulations! Your node setup has been completed successfully and you are ready to use the application. next: `下面你將瀏覽可用的功能和通用的應用介面,讓你最快速地使用Parity。` // Next you will receive a walk-through of the available functions and the general application interface to get you up and running in record time. }, title: { completed: `完成`, // completed newAccount: `新帳戶`, // new account recovery: `恢復`, // recovery terms: `條款`, // terms welcome: `歡迎`// welcome }, tnc: { accept: `我接受這些條款和條件`// I accept these terms and conditions }, welcome: { description: `作為初次安裝的一部分,下面的幾個步驟將指導你如何設定你的Parity和相關帳戶。我們的目標是使得使用Parity變得儘可能的簡單,讓你成功執行,所以請有點耐心。 一旦完成,你將擁有`, // As part of a new installation, the next few steps will guide you through the process of setting up your Parity instance and your associated accounts.Our aim is to make it as simple as possible and to get you up and running in record-time, so please bear with us.Once completed you will have - greeting: `歡迎使用Parity,這是執行以太坊節點的最快和最簡單的方式。`, // Welcome to Parity, the fastest and simplest way to run your node. next: `點選下一步繼續`, // Click Next to continue your journey. step: { account: `建立你的第一個Parity帳戶`, // Created your first Parity account privacy: `理解你的隱私政策和運作條款`, // Understood our privacy policy & terms of operation recovery: `有能力可以恢復你的帳戶`// Have the ability to recover your account } } };