update lang

This commit is contained in:
xiaomlove
2025-05-05 21:27:48 +07:00
parent fb88455323
commit 6814e3ca4d
664 changed files with 28724 additions and 6738 deletions
+7 -7
View File
@@ -1,9 +1,9 @@
<?php
$lang_docleanup = array (
'title' => 'クリーンアップを実行します',
'running' => '掃除が進行中です、待ってください...',
'force' => '強制的に徹底的にクリーニングする必要がある場合は、<a href = "docleanup.phpforceall = 1"> here </a>をクリックします。',
'time_consumed' => '時間:%f秒',
'done' => '仕上げる',
);
$lang_docleanup = [
'title' => 'クリーンアップを行う',
'running' => '清掃中です...お待ちください',
'force' => 'If you need to force a complete cleaning, click<a href="docleanup.php?forceall=1">here</a>',
'time_consumed' => 'Time consumed%f sec',
'done' => '完了',
];