ethereum/mist

View on GitHub
interface/i18n/app.zh-TW.i18n.json

Summary

Maintainability
Test Coverage
{
    "app": {
        "loading": "載入中……",
        "offline": "無法連接,您的網路是否已經斷線?",
        "logginIn": "登入中……"
    },
    "error": {
        "insufficientRights": "您沒有足夠的權限執行本次操作。"
    },
    "buttons": {
        "ok": "好",
        "cancel": "取消",
        "save": "儲存",
        "edit": "編輯",
        "send": "發送",
        "next": "下一個",
        "previous": "上一個",
        "back": "返回",
        "skip": "跳過",
        "sending": "發送中……",
        "create": "創建",
        "tryToReconnect": "嘗試連線",
        "stayAnonymous": "Stay anonymous",
        "authorize": "Authorize"
    },
    "commonWords": {
        "you": "您",
        "send": "發送",
        "or": "或者",
        "of": "的",
        "with": "以及",
        "and": "和",
        "on": "在",
        "per": "每"
    }
}