update translations in ja.
- templates.globalSections.performance.disableHtmlCaching - templates.globalSections.performance.enableDisableHtmlCachingpull/368/head
parent
2a04539698
commit
5e840c19de
|
@ -27,6 +27,8 @@ THE SOFTWARE.
|
||||||
import common from '../../common';
|
import common from '../../common';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
disableHtmlCaching: 'HTML キャッシュの無効化',
|
||||||
|
enableDisableHtmlCaching: 'TML キャッシュを無効にする',
|
||||||
gzipCompression: 'Gzip 圧縮',
|
gzipCompression: 'Gzip 圧縮',
|
||||||
enableGzipCompression: `gzip 圧縮を${common.enable}`,
|
enableGzipCompression: `gzip 圧縮を${common.enable}`,
|
||||||
brotliCompression: 'Brotli 圧縮',
|
brotliCompression: 'Brotli 圧縮',
|
||||||
|
|
Loading…
Reference in New Issue