Browse Source

Fix zhCN translation for fallback routing (#359)

pull/360/head
kongmoumou 3 years ago committed by GitHub
parent
commit
f559111607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/nginxconfig/i18n/zh-cn/templates/domain_sections/routing.js

4
src/nginxconfig/i18n/zh-cn/templates/domain_sections/routing.js

@ -27,8 +27,8 @@ THE SOFTWARE.
import common from '../../common'; import common from '../../common';
export default { export default {
fallbackRouting: '回调路由', fallbackRouting: '后备路由',
fallbackRoutingPhpPath: `回调路由${common.php}路径`, fallbackRoutingPhpPath: `后备路由${common.php}路径`,
legacyPhpRouting: `传统${common.php}路由`, legacyPhpRouting: `传统${common.php}路由`,
enableLegacyRouting: `${common.enable}传统路由`, enableLegacyRouting: `${common.enable}传统路由`,
routing: '路由设置', routing: '路由设置',

Loading…
Cancel
Save