diff options
| -rw-r--r-- | .mailmap | 1 | ||||
| -rw-r--r-- | src/components/poll/poll_form.vue | 1 | ||||
| -rw-r--r-- | src/i18n/zh.json | 16 |
3 files changed, 14 insertions, 4 deletions
diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..0b198a47 --- /dev/null +++ b/.mailmap @@ -0,0 +1 @@ +rinpatch <rin@patch.cx> <rinpatch@sdf.org>
\ No newline at end of file diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue index 09496105..c4403210 100644 --- a/src/components/poll/poll_form.vue +++ b/src/components/poll/poll_form.vue @@ -151,6 +151,7 @@ border: none; box-shadow: none; background-color: transparent; + padding-right: 0.75em; } } diff --git a/src/i18n/zh.json b/src/i18n/zh.json index b4185b30..3b377b85 100644 --- a/src/i18n/zh.json +++ b/src/i18n/zh.json @@ -39,7 +39,11 @@ "close": "关闭", "retry": "重试", "error_retry": "请重试", - "loading": "载入中…" + "loading": "载入中…", + "role": { + "moderator": "监察员", + "admin": "管理员" + } }, "image_cropper": { "crop_picture": "裁剪图片", @@ -120,7 +124,9 @@ "expiry": "投票期限", "expires_in": "投票于 {0} 后结束", "expired": "投票 {0} 前已结束", - "not_enough_options": "投票的选项太少" + "not_enough_options": "投票的选项太少", + "votes_count": "{count} 票 | {count} 票", + "people_voted_count": "{count} 人已投票 | {count} 人已投票" }, "stickers": { "add_sticker": "添加贴纸" @@ -552,7 +558,8 @@ "mute_import": "隐藏名单导入", "mute_export_button": "导出你的隐藏名单到一个 csv 文件", "mute_export": "隐藏名单导出", - "hide_wallpaper": "隐藏实例壁纸" + "hide_wallpaper": "隐藏实例壁纸", + "setting_changed": "与默认设置不同" }, "time": { "day": "{0} 天", @@ -683,7 +690,8 @@ "show_repeats": "显示转发", "hide_repeats": "隐藏转发", "message": "消息", - "mention": "提及" + "mention": "提及", + "bot": "机器人" }, "user_profile": { "timeline_title": "用户时间线", |
