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

View File

@@ -1,23 +1,26 @@
<?php
$lang_moforums = array (
'head_overforum_management' => 'フォーラムパーティション管理',
'text_forum_management' => 'フォーラム管理',
'text_overforum_management' => 'フォーラムパーティション管理',
'col_name' => '名前',
'col_viewed_by' => '最小許容表示レベル',
'col_modify' => '改訂',
'text_edit' => '編集',
'text_delete' => '消去',
'js_sure_to_delete_overforum' => 'このフォーラムパーティションを削除したいですか?',
'text_no_records_found' => '申し訳ありませんが、記録はありません!',
'text_new_overforum' => '新しいフォーラムパーティション',
'text_overforum_name' => '名前',
'text_overforum_description' => '説明する',
'text_minimum_view_permission' => '最小許可読み取りレベル',
'text_overforum_order' => 'フォーラムパーティションソート',
'text_overforum_order_note' => '数字の昇順でアレンジ、つまり、0が上部に表示されます。',
'submit_make_overforum' => '新しいパーティションを作成します',
'text_edit_overforum' => 'パーティションを編集します',
'submit_edit_overforum' => 'パーティションを編集します',
$lang_moforums = array
(
'head_overforum_management' => "オーバーフォーラム管理",
'text_forum_management' => "フォーラム管理",
'text_overforum_management' => "オーバーフォーラム管理",
'col_name' => "名前",
'col_viewed_by' => "閲覧者",
'col_modify' => "変更",
'text_edit' => "編集",
'text_delete' => "削除",
'js_sure_to_delete_overforum' => "このオーバーフォーラムを削除してもよろしいですか?",
'text_no_records_found' => "申し訳ありませんが、レコードが見つかりませんでした!",
'text_new_overforum' => "New Overforum",
'text_overforum_name' => "オーバーフォーラム名",
'text_overforum_description' => "フォーラムの説明を上書き",
'text_minimum_view_permission' => "最小表示権限",
'text_overforum_order' => "オーバフォーラムの注文",
'text_overforum_order_note' => "上位順。つまり、0が最上位に表示されます。",
'submit_make_overforum' => "オーバーフォーラムを作成",
'text_edit_overforum' => "オーバーフォーラムを編集",
'submit_edit_overforum' => "オーバーフォーラムを編集"
);
?>