fix: eslint check
This commit is contained in:
parent
5b34bb0af9
commit
3099306f06
|
@ -28,7 +28,7 @@ import common from '../../common';
|
|||
|
||||
export default {
|
||||
disableHtmlCaching: 'Disable HTML caching',
|
||||
enableChangesTakeEffect: `disable HTML caching`,
|
||||
enableChangesTakeEffect: 'disable HTML caching',
|
||||
gzipCompression: 'Gzip Komprimierung',
|
||||
enableGzipCompression: `${common.enable} Gzip Komprimierung`,
|
||||
brotliCompression: 'Brotli Komprimierung',
|
||||
|
|
|
@ -28,7 +28,7 @@ import common from '../../common';
|
|||
|
||||
export default {
|
||||
disableHtmlCaching: 'Disable HTML caching',
|
||||
enableChangesTakeEffect: `disable HTML caching`,
|
||||
enableChangesTakeEffect: 'disable HTML caching',
|
||||
gzipCompression: 'Gzip compression',
|
||||
enableGzipCompression: `${common.enable} gzip compression`,
|
||||
brotliCompression: 'Brotli compression',
|
||||
|
|
|
@ -28,7 +28,7 @@ import common from '../../common';
|
|||
|
||||
export default {
|
||||
disableHtmlCaching: 'Disable HTML caching',
|
||||
enableChangesTakeEffect: `disable HTML caching`,
|
||||
enableChangesTakeEffect: 'disable HTML caching',
|
||||
gzipCompression: 'Compresión Gzip',
|
||||
enableGzipCompression: `${common.enable} compresión gzip`,
|
||||
brotliCompression: 'Compresión Brotli',
|
||||
|
|
|
@ -28,7 +28,7 @@ import common from '../../common';
|
|||
|
||||
export default {
|
||||
disableHtmlCaching: 'Disable HTML caching',
|
||||
enableChangesTakeEffect: `disable HTML caching`,
|
||||
enableChangesTakeEffect: 'disable HTML caching',
|
||||
gzipCompression: 'Compression Gzip',
|
||||
enableGzipCompression: `${common.enable} la compression gzip`,
|
||||
brotliCompression: 'Compression Brotli',
|
||||
|
|
|
@ -28,7 +28,7 @@ import common from '../../common';
|
|||
|
||||
export default {
|
||||
disableHtmlCaching: 'Disable HTML caching',
|
||||
enableChangesTakeEffect: `disable HTML caching`,
|
||||
enableChangesTakeEffect: 'disable HTML caching',
|
||||
gzipCompression: 'Kompresja gzip',
|
||||
enableGzipCompression: `${common.enable} kompresję gzip`,
|
||||
brotliCompression: 'Kompresja brotli',
|
||||
|
|
|
@ -28,7 +28,7 @@ import common from '../../common';
|
|||
|
||||
export default {
|
||||
disableHtmlCaching: 'Disable HTML caching',
|
||||
enableChangesTakeEffect: `disable HTML caching`,
|
||||
enableChangesTakeEffect: 'disable HTML caching',
|
||||
gzipCompression: 'Compressão Gzip',
|
||||
enableGzipCompression: `${common.enable} compressão gzip`,
|
||||
brotliCompression: 'Compressão Brotli',
|
||||
|
|
|
@ -28,7 +28,7 @@ import common from '../../common';
|
|||
|
||||
export default {
|
||||
disableHtmlCaching: 'Disable HTML caching',
|
||||
enableChangesTakeEffect: `disable HTML caching`,
|
||||
enableChangesTakeEffect: 'disable HTML caching',
|
||||
gzipCompression: 'Gzip сжатие',
|
||||
enableGzipCompression: `${common.enable} gzip сжатие`,
|
||||
brotliCompression: 'Brotli сжатие',
|
||||
|
|
|
@ -28,6 +28,7 @@ import common from '../../common';
|
|||
|
||||
export default {
|
||||
disableHtmlCaching: '禁用 HTML 缓存',
|
||||
enableChangesTakeEffect: '禁用 HTML 缓存',
|
||||
gzipCompression: 'Gzip 压缩',
|
||||
enableGzipCompression: `${common.enable} Gzip 压缩`,
|
||||
brotliCompression: 'Brotli 压缩',
|
||||
|
@ -35,7 +36,6 @@ export default {
|
|||
brotliIsANonStandardModule: 'Brotli 并不是一个 standard NGINX 模块, 请查看 ',
|
||||
brotliGoogleNgxBrotliProject: 'Google ngx_brotli 项目',
|
||||
brotliForBuildingNginxWithBrotli: ' 以构建支持 Brotli 的 NGINX!',
|
||||
enableChangesTakeEffect: `禁用 HTML 缓存`,
|
||||
expirationForAssets: '资源有效期',
|
||||
expirationForMedia: '媒体资源有效期',
|
||||
expirationForSvgs: 'SVGs有效期',
|
||||
|
|
|
@ -28,7 +28,7 @@ import common from '../../common';
|
|||
|
||||
export default {
|
||||
disableHtmlCaching: 'Disable HTML caching',
|
||||
enableChangesTakeEffect: `disable HTML caching`,
|
||||
enableChangesTakeEffect: 'disable HTML caching',
|
||||
gzipCompression: 'Gzip 壓縮',
|
||||
enableGzipCompression: `${common.enable}Gzip壓縮`,
|
||||
brotliCompression: 'Brotli 壓縮',
|
||||
|
|
Loading…
Reference in New Issue