FirefoxBar / xStyle

A user styles manager for Firefox and Chrome
http://team.firefoxcn.net/#addons
GNU General Public License v3.0
171 stars 13 forks source link

Translation update notify #48

Open sylingd opened 6 years ago

sylingd commented 6 years ago

You can subscribe this issue, whenever the translation file is updated, I will reply this issue so that you can receive a email sent by GitHub. Subscribe button is on the right. Before subscribe this issue, you need to json the transifex team Thank you.

sylingd commented 6 years ago

Update: Added those words

    "GT_connect": {
        "message": "Connect",
        "description": "Button to connect GhostText host"
    },
    "GT_disconnect": {
        "message": "Disconnect",
        "description": "Button to disconnect GhostText host"
    },
    "GT_port": {
        "message": "GhostText Port",
        "description": "Input GhostText's port here"
    },
    "GT_fail_connect": {
        "message": "Can not connect to GhostText",
        "description": "Displayed when the connection fails"
    },
    "GT_fail_version": {
        "message": "The GhostText version not be supported yet, please contact the author",
        "description": "Displayed when the connection success but the GhostText version not be supported by xStyle"
    },
    "GT_connected": {
        "message": "Connected. You can switch to your editor now",
        "description": "Displayed when the connection success"
    },