mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
Fix zhCN translation for fallback routing (#359)
This commit is contained in:
parent
da783ae467
commit
f559111607
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ THE SOFTWARE.
|
|||
import common from '../../common';
|
||||
|
||||
export default {
|
||||
fallbackRouting: '回调路由',
|
||||
fallbackRoutingPhpPath: `回调路由${common.php}路径`,
|
||||
fallbackRouting: '后备路由',
|
||||
fallbackRoutingPhpPath: `后备路由${common.php}路径`,
|
||||
legacyPhpRouting: `传统${common.php}路由`,
|
||||
enableLegacyRouting: `${common.enable}传统路由`,
|
||||
routing: '路由设置',
|
||||
|
|
Loading…
Reference in a new issue