Skip to content

Commit

Permalink
Fix translation message "order"
Browse files Browse the repository at this point in the history
  • Loading branch information
panlatent committed Mar 3, 2019
1 parent b896a61 commit 2d94b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/translations/zh/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
'Couldn’t save global set.' => '无法保存全局集。',
'Couldn’t save group.' => '无法保存组。',
'Couldn’t save message.' => '无法保存消息。',
'Couldn’t save new order.' => '无法保存新订单',
'Couldn’t save new order.' => '无法保存新排序',
'Couldn’t save new route order.' => '无法保存新路径顺序。',
'Couldn’t save plugin settings.' => '无法保存插件设置。',
'Couldn’t save route.' => '无法保存路径。',
Expand Down Expand Up @@ -638,7 +638,7 @@
'New group' => '新建群组',
'New heading' => '新建标题',
'New image transform' => '新建图像转换',
'New order saved.' => '新订单已保存',
'New order saved.' => '新顺序已保存',
'New position saved.' => '新位置已保存。',
'New route' => '新建路由',
'New route order saved.' => '新的路由排序已经保存。',
Expand Down

0 comments on commit 2d94b66

Please sign in to comment.