feat: support showing publish failed messages (#1209)

This commit is contained in:
Alex 2023-01-17 20:56:51 +08:00 committed by GitHub
parent 0b2b9a713b
commit 85e163a0ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 93 additions and 17 deletions

View file

@ -47,6 +47,7 @@
"boost": "Boost",
"boost_count": "{0}",
"boosted": "Boosted",
"clear_publish_failed": "Clear publish errors",
"clear_upload_failed": "Clear file upload errors",
"close": "Close",
"compose": "Compose",
@ -400,6 +401,7 @@
"edited": "(Edited)",
"editing": "Editing",
"loading": "Loading...",
"publish_failed": "Publish failed",
"publishing": "Publishing",
"upload_failed": "Upload failed",
"uploading": "Uploading..."
@ -499,6 +501,7 @@
"explore_links_intro": "These news stories are being talked about by people on this and other servers of the decentralized network right now.",
"explore_posts_intro": "These posts from this and other servers in the decentralized network are gaining traction on this server right now.",
"explore_tags_intro": "These hashtags are gaining traction among people on this and other servers of the decentralized network right now.",
"publish_failed": "Close failed messages at the top of editor to republish posts",
"toggle_code_block": "Toggle code block"
},
"user": {

View file

@ -45,7 +45,8 @@
"bookmarked": "已收藏",
"boost": "转发",
"boosted": "已转发",
"clear_upload_failed": "清除上传失败",
"clear_publish_failed": "清除发布失败信息",
"clear_upload_failed": "清除上传失败信息",
"close": "关闭",
"compose": "撰写",
"confirm": "确认",
@ -374,6 +375,8 @@
"edited": "(已编辑)",
"editing": "编辑中",
"loading": "加载中...",
"publish_failed": "发布失败",
"publishing": "发布中...",
"upload_failed": "上传失败",
"uploading": "上传中..."
},
@ -472,6 +475,7 @@
"explore_links_intro": "这些新闻故事正被本站和分布式网络上其他站点的用户谈论。",
"explore_posts_intro": "来自本站和分布式网络上其他站点的这些嘟文正在本站引起关注。",
"explore_tags_intro": "这些标签正在本站和分布式网络上其他站点的用户中引起关注。",
"publish_failed": "关闭编辑器上方的错误信息以重新发布帖文。",
"toggle_code_block": "切换代码块"
},
"user": {