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