Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
Eliot Whalan 2017-05-16 12:53:14 +10:00
révision 85cfd1ddc2
3 fichiers modifiés avec 109 ajouts et 10 suppressions

Voir le fichier

@ -426,6 +426,17 @@ select#bottom_language_selector {
hyphens: auto;
}
.filelist-control {
cursor: pointer;
}
.filelist-control::before {
content: "\25B6 ";
}
.filelist-control[aria-expanded="true"]::before {
content: "\25BC ";
}
/*Comments*/

Voir le fichier

@ -90,10 +90,10 @@
</div>
</div>
{{ if gt (len .FileList) 0 }}
<div class="row" id="files">
<div class="row">
<div class="col-md-12">
<h4>{{T "files"}}</h4>
<div class="table-responsive">
<h4 data-toggle="collapse" data-target="#files" class="filelist-control" aria-expanded="false">{{T "files"}}</h4>
<div class="table-responsive collapse" id="files">
<table class="table custom-table-hover">
<tr>
<th class="col-xs-8">{{T "filename"}}</th>

Voir le fichier

@ -101,7 +101,7 @@
},
{
"id":"signup_verification_email",
"translation": "現時点では認証メールを送信できませんので、すぐにアカウントを使えます。後日、メールボックスを確認してください。迷惑メールフォルダーの確認もお忘れなく。"
"translation": "現在は一時的にメールアドレスの認証が無効になっているので、すぐにアカウントを使うことができます。後日、メールボックスを確認してください。迷惑メールフォルダーの確認もお忘れなく。"
},
{
"id":"signup_verification_noemail",
@ -149,7 +149,7 @@
},
{
"id": "date",
"translation": "日"
"translation": "日"
},
{
"id": "size",
@ -317,11 +317,7 @@
},
{
"id": "answer_which_trackers_do_you_recommend",
"translation": "独自のトラッカーを用意していますので、アップロードする前にリストの一番上に追加してください:"
},
{
"id": "other_trackers",
"translation": "ただし、うまくいかない場合に備え、これらも追加しておく必要があります"
"translation": "doko.moe という独自のトラッカーをご用意しました。アップロードする前にリストの一番上に追加してください。また、Torrent の安定性を維持するために、以下のトラッカーをすべて追加する必要があります。"
},
{
"id": "how_can_i_help",
@ -459,6 +455,38 @@
"id": "software_games",
"translation": "ソフトウェア ゲーム"
},
{
"id": "art",
"translation": "アート"
},
{
"id": "art_anime",
"translation": "アート - アニメ"
},
{
"id": "art_doujinshi",
"translation": "アート - 同人誌"
},
{
"id": "art_games",
"translation": "アート - ゲーム"
},
{
"id": "art_manga",
"translation": "アート - 漫画"
},
{
"id": "real_life",
"translation": "日常"
},
{
"id": "real_life_photobooks_and_pictures",
"translation": "日常 - フォトブック、写真"
},
{
"id": "real_life_videos",
"translation": "日常 - ビデオ"
},
{
"id": "torrent_description",
"translation": "Torrent の説明"
@ -646,5 +674,65 @@
{
"id": "delete",
"translation": "削除"
},
{
"id": "files",
"translation": "ファイル"
},
{
"id": "filename",
"translation": "ファイル名"
},
{
"id": "uploaded_by",
"translation": "アップロード者:"
},
{
"id": "download_btn",
"translation": "ダウンロード"
},
{
"id": "report_btn",
"translation": "通報"
},
{
"id": "are_you_sure",
"translation": "よろしいですか。"
},
{
"id": "report_torrent_number",
"translation": "Torrent #%s を通報"
},
{
"id": "report_type",
"translation": "通報理由"
},
{
"id": "illegal_content",
"translation": "違法なコンテンツ"
},
{
"id": "spam_garbage",
"translation": "スパム / ゴミ"
},
{
"id": "wrong_category",
"translation": "誤ったカテゴリー"
},
{
"id": "duplicate_deprecated",
"translation": "重複 / 非推奨"
},
{
"id": "captcha",
"translation": "画像認証"
},
{
"id": "file_name",
"translation": "ファイル名"
},
{
"id": "cancel",
"translation": "キャンセル"
}
]