aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.zh.yml
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2020-04-27 17:57:25 +0200
committerGitHub <noreply@github.com>2020-04-27 17:57:25 +0200
commit976b4bbb115e50feb71accc0e55f1129ac3557e5 (patch)
treefe85e9b1efa90dabd26bf9f8b402a44c94a63300 /src/Wallabag/CoreBundle/Resources/translations/messages.zh.yml
parent34fe51454ad405a49c73cf67e8adde9364cf2248 (diff)
parente247450ade3f8e2ccb66aef0553c424e40834570 (diff)
downloadwallabag-976b4bbb115e50feb71accc0e55f1129ac3557e5.tar.gz
wallabag-976b4bbb115e50feb71accc0e55f1129ac3557e5.tar.zst
wallabag-976b4bbb115e50feb71accc0e55f1129ac3557e5.zip
Merge pull request #4360 from wallabag/config-mass-delete
Added confirmation before mass deleting articles
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.zh.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.zh.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.zh.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.zh.yml
index da125371..e68b91b7 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.zh.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.zh.yml
@@ -280,6 +280,7 @@ entry:
280 shared_by_wallabag: "这篇文章由 %username% 于 <a href='%wallabag_instance%'>wallabag</a> 分享" 280 shared_by_wallabag: "这篇文章由 %username% 于 <a href='%wallabag_instance%'>wallabag</a> 分享"
281 confirm: 281 confirm:
282 delete: "你确定要删除这篇文章吗?" 282 delete: "你确定要删除这篇文章吗?"
283 # delete_entries: "Are you sure you want to remove those articles?"
283 delete_tag: "你确定要从这篇文章删除该标签吗?" 284 delete_tag: "你确定要从这篇文章删除该标签吗?"
284 metadata: 285 metadata:
285 reading_time: "预计阅读时间" 286 reading_time: "预计阅读时间"