Synchronize new translations

This commit is contained in:
德二吹风机 2025-06-10 02:09:44 +08:00 committed by GitHub
parent abd079a3aa
commit a34f883e8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@
"default_title": "默认投票标题", "default_title": "默认投票标题",
"max_votes": "每个用户最多选几项", "max_votes": "每个用户最多选几项",
"disallow_vote_update": "不允许用户更改投票", "disallow_vote_update": "不允许用户更改投票",
"allow_anon_voting": "允许匿名投票",
"info_choices": "如果数字大于1,那么就是多选投票", "info_choices": "如果数字大于1,那么就是多选投票",
"settings": "设置", "settings": "设置",
"save": "保存", "save": "保存",
@ -29,10 +30,12 @@


"error.not_main": "只能在帖子主体中添加投票", "error.not_main": "只能在帖子主体中添加投票",
"error.privilege.create": "你不被允许创建投票", "error.privilege.create": "你不被允许创建投票",
"error.anon-voting-not-allowed": "不允许匿名投票",


"warning.redactor": "你正在使用编辑器。<strong>请不要</strong>手动编辑投票模块。 可以重新使用投票创建工具。", "warning.redactor": "你正在使用编辑器。<strong>请不要</strong>手动编辑投票模块。 可以重新使用投票创建工具。",


"vote": "投票", "vote": "投票",
"vote_anonymously": "匿名投票",
"update_vote": "更改投票", "update_vote": "更改投票",
"remove_vote": "删除投票", "remove_vote": "删除投票",
"to_voting": "去投票", "to_voting": "去投票",
@ -43,5 +46,8 @@
"vote_is_final": "投票已结束,无法更改", "vote_is_final": "投票已结束,无法更改",


"vote_count": "名用户投了此票", "vote_count": "名用户投了此票",
"votes": "票" "votes": "票",
} "x-votes": "%1 票",
"total-votes-x": "总票数: %1",
"admin.create-poll": "创建投票"
}