Merge pull request #828 from MMP0/patch-11
Update translations in public settings
Cette révision appartient à :
révision
ae38aee9f5
3 fichiers modifiés avec 34 ajouts et 2 suppressions
|
@ -13,10 +13,10 @@
|
|||
</select>
|
||||
<h3>{{call $.T "theme"}}</h3>
|
||||
<select id="theme-selector" name="theme" class="form-input" onchange="switchThemes()">
|
||||
<option value="{{$.Theme}}" selected>{{call $.T "select"}}</option>
|
||||
<option value="{{$.Theme}}" selected>{{call $.T "theme_select"}}</option>
|
||||
<option value="g">/g/</option>
|
||||
<option value="tomorrow">Tomorrow</option>
|
||||
<option value="">None</option>
|
||||
<option value="">{{call $.T "theme_none"}}</option>
|
||||
</select>
|
||||
</br>
|
||||
</br>
|
||||
|
|
|
@ -970,5 +970,21 @@
|
|||
{
|
||||
"id": "torrent_nav_deleted",
|
||||
"translation": "Torrents deleted"
|
||||
},
|
||||
{
|
||||
"id": "theme",
|
||||
"translation": "Theme"
|
||||
},
|
||||
{
|
||||
"id": "theme_select",
|
||||
"translation": "Select a Theme"
|
||||
},
|
||||
{
|
||||
"id": "theme_none",
|
||||
"translation": "None"
|
||||
},
|
||||
{
|
||||
"id": "mark_as_hidden",
|
||||
"translation": "Mark as Hidden"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -970,5 +970,21 @@
|
|||
{
|
||||
"id": "torrent_nav_deleted",
|
||||
"translation": "Torrent は削除されました"
|
||||
},
|
||||
{
|
||||
"id": "theme",
|
||||
"translation": "テーマ"
|
||||
},
|
||||
{
|
||||
"id": "theme_select",
|
||||
"translation": "-- テーマを選択 --"
|
||||
},
|
||||
{
|
||||
"id": "theme_none",
|
||||
"translation": "なし"
|
||||
},
|
||||
{
|
||||
"id": "mark_as_hidden",
|
||||
"translation": "非表示としてマークする"
|
||||
}
|
||||
]
|
||||
|
|
Référencer dans un nouveau ticket