Add performance translation for Simplified Chinese
This commit is contained in:
parent
28b158c748
commit
4a613a3897
|
@ -30,10 +30,10 @@ export default {
|
|||
gzipCompression: 'Gzip 压缩',
|
||||
enableGzipCompression: `${common.enable}Gzip压缩`,
|
||||
brotliCompression: 'Brotli 压缩',
|
||||
enableBrotliCompression: `${common.enable}brotli压缩`,
|
||||
brotliIsANonStandardModule: 'Brotli isn\'t a standard NGINX module, check the ', // TODO: translate
|
||||
brotliGoogleNgxBrotliProject: 'Google ngx_brotli project', // TODO: translate
|
||||
brotliForBuildingNginxWithBrotli: ' for how to build NGINX with Brotli!', // TODO: translate
|
||||
enableBrotliCompression: `${common.enable} Brotli 压缩`,
|
||||
brotliIsANonStandardModule: 'Brotli 并不是一个 standard NGINX 模块, 请查看 ',
|
||||
brotliGoogleNgxBrotliProject: 'Google ngx_brotli 项目',
|
||||
brotliForBuildingNginxWithBrotli: ' 以构建支持 Brotli 的 NGINX!',
|
||||
expirationForAssets: '资源有效期',
|
||||
expirationForMedia: '媒体资源有效期',
|
||||
expirationForSvgs: 'SVGs有效期',
|
||||
|
|
Loading…
Reference in New Issue