Update conststr.php

pull/13/head
qkqpttgf 2020-01-09 14:30:20 +08:00 committed by GitHub
parent b4bc700f3f
commit 7fcb08f2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -429,4 +429,9 @@ $constStr = [
'zh-cn' => '选择语言', 'zh-cn' => '选择语言',
'ja' => '言語を選択してください', 'ja' => '言語を選択してください',
], ],
'RefreshCache' => [
'en-us' => 'RefreshCache',
'zh-cn' => '刷新缓存',
'ja' => 'キャッシュを再構築',
],
]; ];