Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #828 from MMP0/patch-11

Update translations in public settings
Cette révision appartient à :
akuma06 2017-05-29 13:24:24 +02:00 révisé par GitHub
révision ae38aee9f5
3 fichiers modifiés avec 34 ajouts et 2 suppressions

Voir le fichier

@ -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>

Voir le fichier

@ -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"
}
]

Voir le fichier

@ -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": "非表示としてマークする"
}
]