mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: ja
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
$lang_claim = array (
|
||||
'title_for_torrent' => 'シードクレームの詳細',
|
||||
'title_for_user' => '種子を主張するユーザーの詳細',
|
||||
'th_id' => 'id',
|
||||
'th_username' => 'ユーザー',
|
||||
'th_torrent_name' => 'シード名',
|
||||
'th_torrent_size' => '種子サイズ',
|
||||
'th_torrent_ttl' => '種子は生き残ります',
|
||||
'th_claim_at' => 'クレームタイム',
|
||||
'th_last_settle' => '最後のチェックアウト時間',
|
||||
'th_seed_time_this_month' => '今月の植え付け時間',
|
||||
'th_uploaded_this_month' => '今月はアップロードします',
|
||||
'th_reached_or_not' => '今月は基準が満たされますか',
|
||||
);
|
||||
Reference in New Issue
Block a user