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
+21 -19
View File
@@ -1,22 +1,24 @@
<?php
$lang_ipsearch = array (
'std_error' => '間違い',
'std_invalid_ip' => '無効なIPアドレス。',
'std_invalid_subnet_mask' => '無効なサブネットマスク。',
'head_search_ip_history' => 'IP履歴を検索します',
'text_search_ip_history' => 'IP履歴を検索します',
'row_ip' => 'IP',
'row_subnet_mask' => 'サブネットマスク',
'submit_search' => '私を探してください',
'text_no_users_found' => 'ユーザーは見つかりませんでした',
'text_users_used_the_ip' => 'ユーザーがこのIPを使用しました:',
'col_username' => 'ユーザー名',
'col_last_ip' => '最近のIP',
'col_last_access' => '最近の訪問',
'col_ip_num' => 'IPSの数',
'col_last_access_on' => 'このIPは最近訪問されました',
'col_added' => '参加時間',
'col_invited_by' => '招待者',
'text_not_available' => 'なし',
$lang_ipsearch = array
(
'std_error' => "エラー",
'std_invalid_ip' => "無効なIPです。",
'std_invalid_subnet_mask' => "サブネットマスクが無効です。",
'head_search_ip_history' => "IP履歴から検索",
'text_search_ip_history' => "IP履歴から検索",
'row_ip' => "IP",
'row_subnet_mask' => "サブネットマスク",
'submit_search' => "検索",
'text_no_users_found' => "ユーザーが見つかりませんでした",
'text_users_used_the_ip' => " ユーザーは以下のIPを使用しています: ",
'col_username' => "ユーザー名",
'col_last_ip' => "最後のIP",
'col_last_access' => "最終アクセス",
'col_ip_num' => "IP Nums",
'col_last_access_on' => "このIPへの最終アクセス",
'col_added' => "追加しました",
'col_invited_by' => "招待者",
'text_not_available' => "該当なし",
);
?>