Merge remote-tracking branch 'weblate/master'

This commit is contained in:
Dessalines 2020-04-14 19:38:18 -04:00
commit a32935fbe6
2 changed files with 23 additions and 13 deletions

View File

@ -200,5 +200,6 @@
"sorting_help": "並び順のヘルプ",
"block_leaving": "このページから離れてもよろしいですか?",
"number_of_upvotes": "{{count}} 票の賛成",
"number_of_downvotes": "{{count}} 票の反対"
"number_of_downvotes": "{{count}} 票の反対",
"show_context": "前後を表示"
}

View File

@ -110,22 +110,19 @@
"setup_admin": "设置管理员",
"your_site": "你的站点",
"modified": "修改",
"sponsors": "发起人",
"sponsors_of_lemmy": "Lemmy 的发起人",
"sponsor_message":
"Lemmy is free, <1>open-source</1> software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project. Thank you to the following people:",
"support_on_patreon": "在 Patreon 赞助",
"support_on_liberapay": "在 on 赞助",
"general_sponsors":
"General Sponsors are those that pledged $10 to $39 to Lemmy.",
"crypto": "加密",
"sponsors": "赞助者",
"sponsors_of_lemmy": "Lemmy 的赞助者",
"sponsor_message": "Lemmy 是自由的<1>开源</1> 软件, 也就是说,决不会有广告、盈利行为和风险投资介入。您的捐款将被直接用于支持项目的开发。感谢以下诸位:",
"support_on_patreon": "在 Patreon 支持",
"support_on_liberapay": "在 Liberapay支持",
"general_sponsors": "General Sponsors are those that pledged $10 to $39 to Lemmy.",
"crypto": "加密货币",
"bitcoin": "比特币",
"ethereum": "以太币",
"code": "代码",
"joined": "已加入",
"powered_by": "保留所有权利",
"landing_0":
"Lemmy is a <1>link aggregator</1> / reddit alternative, intended to work in the <2>fediverse</2>.<3></3>It's self-hostable, has live-updating comment threads, and is tiny (<4>~80kB</4>). Federation into the ActivityPub network is on the roadmap. <5></5>This is a <6>very early beta version</6>, and a lot of features are currently broken or missing. <7></7>Suggest new features or report bugs <8>here.</8><9></9>Made with <10>Rust</10>, <11>Actix</11>, <12>Inferno</12>, <13>Typescript</13>.",
"landing_0": "Lemmy is a <1>link aggregator</1> / reddit alternative, intended to work in the <2>fediverse</2>.<3></3>It's self-hostable, has live-updating comment threads, and is tiny (<4>~80kB</4>). Federation into the ActivityPub network is on the roadmap. <5></5>This is a <6>very early beta version</6>, and a lot of features are currently broken or missing. <7></7>Suggest new features or report bugs <8>here.</8><9></9>Made with <10>Rust</10>, <11>Actix</11>, <12>Inferno</12>, <13>Typescript</13>.",
"not_logged_in": "未登录.",
"community_ban": "你被此节点禁止.",
"site_ban": "你被此站点禁止",
@ -158,5 +155,17 @@
"admin_already_created": "抱歉,管理员已存在.",
"user_already_exists": "用户已存在.",
"couldnt_update_user": "不可以更新用户.",
"system_err_login": "系统错误. 尝试注销再登录"
"system_err_login": "系统错误. 尝试注销再登录",
"nsfw": "工作场所不宜",
"show_nsfw": "显示工作场所不宜内容",
"theme": "主题",
"from": "来自",
"donate_to_lemmy": "向Lemmy捐赠",
"donate": "捐赠",
"monero": "门罗币",
"to": "致",
"are_you_sure": "你确定吗?",
"yes": "是",
"no": "否",
"logged_in": "已登陆"
}