Skip to content

Commit 80caf71

Browse files
committed
bug #6860 Update EasyAdminBundle.zh_CN.php (ywisax)
This PR was merged into the 4.x branch. Discussion ---------- Update EasyAdminBundle.zh_CN.php Fix batch_action_modal translation error. <!-- Thanks for your contribution! If you are proposing a new feature that is complex, please open an issue first so we can discuss about it. Note: all your contributions adhere implicitly to the MIT license --> Commits ------- aa578fc Update EasyAdminBundle.zh_CN.php
2 parents 3a84de0 + aa578fc commit 80caf71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translations/EasyAdminBundle.zh_CN.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
],
6363

6464
'batch_action_modal' => [
65-
'title' => '标题',
66-
'content' => '内容',
67-
'action' => '操作',
65+
'title' => '你即将 %action_name% 选中的 %num_items% 条项目',
66+
'content' => '此操作无法撤销。',
67+
'action' => '继续',
6868
],
6969

7070
'delete_modal' => [

0 commit comments

Comments
 (0)