Add new translations
Add new translations
Cette révision appartient à :
Parent
a9b99b832c
révision
44a6eaf524
6 fichiers modifiés avec 28 ajouts et 4 suppressions
|
@ -2,7 +2,7 @@
|
|||
{{/* unset if user doesn't need captcha */}}
|
||||
{{if ne .CaptchaID ""}}
|
||||
<div class="form-group captcha-container">
|
||||
<label for="solution">Captcha</label>
|
||||
<label for="solution">{{T "captcha"}}</label>
|
||||
<input type="text" name="captchaID" value="{{.CaptchaID}}" hidden>
|
||||
<img src="/captcha/{{.CaptchaID}}.png">
|
||||
<input type="text" name="solution" id="solution" class="form-control" placeholder="Captcha" autocomplete="off" required>
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
<div class="col-md-8">
|
||||
<input type="submit" class="btn btn-primary" name="save" value="{{ T "save_changes"}}">
|
||||
<span></span>
|
||||
<input type="reset" class="btn btn-default" value="Cancel">
|
||||
<input type="reset" class="btn btn-default" value="{{ T "cancel"}}">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{{end}}
|
||||
<div class="form-group">
|
||||
<label for="name">{{T "name"}}</label>
|
||||
<input type="text" name="name" class="form-control" placeholder="File Name" value="{{.Name}}" required>
|
||||
<input type="text" name="name" class="form-control" placeholder="{{T "file_name"}}" value="{{.Name}}" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="c">{{T "category"}}</label>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<label for="name">{{T "name"}}</label>
|
||||
<input type="text" name="name" id="name" class="form-control" placeholder="File Name" value="{{.Name}}" autofocus required>
|
||||
<input type="text" name="name" id="name" class="form-control" placeholder="{{T "file_name"}}" value="{{.Name}}" autofocus required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="torrent">{{T "torrent_file"}}</label>
|
||||
|
|
|
@ -686,5 +686,17 @@
|
|||
{
|
||||
"id": "duplicate_deprecated",
|
||||
"translation": "Duplicate / Deprecated"
|
||||
},
|
||||
{
|
||||
"id": "captcha",
|
||||
"translation": "Captcha"
|
||||
},
|
||||
{
|
||||
"id": "file_name",
|
||||
"translation": "File Name"
|
||||
},
|
||||
{
|
||||
"id": "cancel",
|
||||
"translation": "Cancel"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -674,5 +674,17 @@
|
|||
{
|
||||
"id": "duplicate_deprecated",
|
||||
"translation": "资源重复 / 低质量"
|
||||
},
|
||||
{
|
||||
"id": "captcha",
|
||||
"translation": "验证码"
|
||||
},
|
||||
{
|
||||
"id": "file_name",
|
||||
"translation": "文件名"
|
||||
},
|
||||
{
|
||||
"id": "cancel",
|
||||
"translation": "取消"
|
||||
}
|
||||
]
|
Référencer dans un nouveau ticket