Skip to content

Commit

Permalink
Merge pull request #3938 from panlatent/develop
Browse files Browse the repository at this point in the history
Fix translation message "order"
  • Loading branch information
brandonkelly authored Mar 5, 2019
2 parents 61d957f + 187571e commit b60915b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/translations/zh/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
'Are you sure you want to delete “{name}” and all its tags?' => '确定要删除“{name}”及其所有标签吗?',
'Are you sure you want to delete “{name}”?' => '确定要删除“{name}”吗?',
'Are you sure you want to transfer your license to this domain?' => '确定要把您的许可证转移给该域名吗?',
'Are you sure you want to uninstall {plugin}? You will lose all of its associated data.' => '确定要安装 {plugin} 吗?您将失去所有与其相关的数据。',
'Are you sure you want to uninstall {plugin}? You will lose all of its associated data.' => '确定要卸载 {plugin} 吗?您将失去所有与其相关的数据。',
'Ascending' => '升序',
'Ask on Stack Exchange' => '询问堆栈交换',
'Ask on Stack Exchange' => '在 Stack Exchange 上询问',
'Asset' => '资源',
'Asset Indexes' => '资源索引',
'Asset Settings' => '资源设置',
Expand Down 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 b60915b

Please sign in to comment.