Update Japanese translations + Small changes (#635)
* Update ja-jp.all.json * Update ja-jp.all.json * Update _user_list_torrents.html * Update dumps.html * Update _user_list_torrents.html * Update dumps.html * Update _badgemenu.html
Cette révision appartient à :
Parent
f377fadf8c
révision
a0854fe8ee
4 fichiers modifiés avec 17 ajouts et 9 suppressions
|
@ -13,7 +13,11 @@
|
||||||
<li><a href="{{ genRoute "user_logout" }}"><i class="fa fa-sign-out"></i> {{ T "sign_out"}}</a></li>
|
<li><a href="{{ genRoute "user_logout" }}"><i class="fa fa-sign-out"></i> {{ T "sign_out"}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a href="#" class="dropdown-toggle profile-image" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ T "member" }}<span class="caret"></span></a>
|
<a href="#" class="dropdown-toggle profile-image" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
<span class="hidden-md hidden-sm">{{ T "member" }}</span>
|
||||||
|
<span class="glyphicon glyphicon-user visible-md"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="{{ genRoute "user_login" }}"><i class="fa fa-sign-out"></i> {{ T "sign_in"}}</a></li>
|
<li><a href="{{ genRoute "user_login" }}"><i class="fa fa-sign-out"></i> {{ T "sign_in"}}</a></li>
|
||||||
<li><a href="{{ genRoute "user_register" }}"><i class="fa fa-cog"></i> {{ T "sign_up"}}</a></li>
|
<li><a href="{{ genRoute "user_register" }}"><i class="fa fa-cog"></i> {{ T "sign_up"}}</a></li>
|
||||||
|
|
|
@ -32,14 +32,14 @@
|
||||||
{{.Name}}
|
{{.Name}}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="date date-short">{{.Date}}</td>
|
<td class="nowrap date-short">{{.Date}}</td>
|
||||||
<td class="filesize">{{.Filesize}}</td>
|
<td class="nowrap">{{.Filesize}}</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{.Magnet}}" title="Magnet link">
|
<a href="{{.Magnet}}" title="{{ T "magnet_link" }}">
|
||||||
<span class="glyphicon glyphicon-magnet" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-magnet" aria-hidden="true"></span>
|
||||||
</a>
|
</a>
|
||||||
{{if ne .TorrentLink ""}}
|
{{if ne .TorrentLink ""}}
|
||||||
<a href="{{.TorrentLink}}" title="Torrent file">
|
<a href="{{.TorrentLink}}" title="{{ T "torrent_file" }}">
|
||||||
<span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span>
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
<td class="name">
|
<td class="name">
|
||||||
{{.Name}}
|
{{.Name}}
|
||||||
</td>
|
</td>
|
||||||
<td class="hidden-xs date date-short">{{.Date}}</td>
|
<td class="hidden-xs nowrap date-short">{{.Date}}</td>
|
||||||
<td class="hidden-xs filesize">{{.Filesize}}</td>
|
<td class="hidden-xs nowrap">{{.Filesize}}</td>
|
||||||
<td class="hidden-xs">
|
<td class="hidden-xs">
|
||||||
{{if ne .TorrentLink ""}}
|
{{if ne .TorrentLink ""}}
|
||||||
<a href="{{.TorrentLink}}" title="Torrent file">
|
<a href="{{.TorrentLink}}" title="{{ T "torrent_file" }}">
|
||||||
<span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span>
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
@ -197,7 +197,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "404_not_found",
|
"id": "404_not_found",
|
||||||
"translation": "404 ページが見つかりません"
|
"translation": "404 - ページが見つかりません"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "no_torrents_uploaded",
|
"id": "no_torrents_uploaded",
|
||||||
|
@ -755,6 +755,10 @@
|
||||||
"id": "last_scraped",
|
"id": "last_scraped",
|
||||||
"translation": "最終更新日: "
|
"translation": "最終更新日: "
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "server_status_link",
|
||||||
|
"translation": "サーバーの状態"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "no_database_dumps_available",
|
"id": "no_database_dumps_available",
|
||||||
"translation": "現在利用可能なデータベースダンプはありません。"
|
"translation": "現在利用可能なデータベースダンプはありません。"
|
||||||
|
|
Référencer dans un nouveau ticket