summaryrefslogtreecommitdiffstats
path: root/ui/src/translations/zh.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/translations/zh.ts')
-rw-r--r--ui/src/translations/zh.ts26
1 files changed, 14 insertions, 12 deletions
diff --git a/ui/src/translations/zh.ts b/ui/src/translations/zh.ts
index 2a407678..7beaf83e 100644
--- a/ui/src/translations/zh.ts
+++ b/ui/src/translations/zh.ts
@@ -5,18 +5,18 @@ export const zh = {
no_posts: '没有帖子.',
create_a_post: '创建新帖子',
create_post: '创建帖子',
- number_of_posts:'{{count}} 帖子',
+ number_of_posts: '{{count}} 帖子',
posts: '帖子',
related_posts: '相关的帖子',
comments: '评论',
- number_of_comments:'{{count}} 评论',
+ number_of_comments: '{{count}} 评论',
remove_comment: '移除评论',
communities: '节点',
create_a_community: '创建新节点',
create_community: '创建节点',
remove_community: '移除节点',
- subscribed_to_communities:'订阅新 <1>节点</1>',
- trending_communities:'<1>节点</1>趋势',
+ subscribed_to_communities: '订阅新 <1>节点</1>',
+ trending_communities: '<1>节点</1>趋势',
list_of_communities: '节点列表',
community_reqs: '包含小写与下划线且没有空格的字符串.',
edit: '编辑',
@@ -53,9 +53,9 @@ export const zh = {
create: '创建',
username: '用户名',
email_or_username: '邮箱或用户名',
- number_of_users:'{{count}} 用户',
- number_of_subscribers:'{{count}} 订阅',
- number_of_points:'{{count}} 分',
+ number_of_users: '{{count}} 用户',
+ number_of_subscribers: '{{count}} 订阅',
+ number_of_points: '{{count}} 分',
name: '名字',
title: '标题',
category: '分类',
@@ -113,16 +113,19 @@ export const zh = {
modified: '修改',
sponsors: 'Sponsors',
sponsors_of_lemmy: 'Sponsors of 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:',
+ 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: 'Support on Patreon',
- general_sponsors:'General Sponsors are those that pledged $10 to $39 to Lemmy.',
+ 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: '你被此站点禁止',
@@ -157,5 +160,4 @@ export const zh = {
couldnt_update_user: '不可以更新用户.',
system_err_login: '系统错误. 尝试注销再登录',
},
-}
-
+};