forked from AkkomaGang/akkoma-fe
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (682 of 683 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/zh_Hans/
This commit is contained in:
parent
aa240f935f
commit
e720d4dd8a
1 changed files with 12 additions and 4 deletions
|
@ -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": "用户时间线",
|
||||
|
|
Loading…
Reference in a new issue