mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-08-04 22:21:22 +02:00
feat(request): translate string in request list page
This commit is contained in:
@@ -714,6 +714,7 @@
|
||||
FORM_REWARDS_MAX_MIN: 'Rewards score numbers must more than {{min}} and less than {{max}}',
|
||||
BTN_SUBMIT_REQUEST: 'Submit Request',
|
||||
NO_MY_REQUESTS: 'You aren’t post any request.',
|
||||
NO_REQUESTS: 'Has no anybody post request.',
|
||||
STATUS_GETTING: 'Getting requests, please waiting ...',
|
||||
STATUS_GETTING_ERROR: 'Getting requests ERROR!',
|
||||
POST_REQUEST_SUCCESSFULLY: 'Create request successfully',
|
||||
|
||||
@@ -714,6 +714,7 @@
|
||||
FORM_REWARDS_MAX_MIN: '悬赏积分必须大于 {{min}} 且小于 {{max}}',
|
||||
BTN_SUBMIT_REQUEST: '提交请求',
|
||||
NO_MY_REQUESTS: '您没有提交过任何求种请求.',
|
||||
NO_REQUESTS: '还有没任何用户发起求种请求.',
|
||||
STATUS_GETTING: '正在获取求种请求, 请稍候 ...',
|
||||
STATUS_GETTING_ERROR: '获取求种请求失败!',
|
||||
POST_REQUEST_SUCCESSFULLY: '创建求种请求成功!',
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<div ng-if="!vm.statusMsg && vm.pagedItems.length<=0">
|
||||
<i class="fa fa-users fa-2x text-muted" aria-hidden="true"></i>
|
||||
<h3 class="text-muted">{{'FOLLOW.NO_FOLLOWERS' | translate}}</h3>
|
||||
<h3 class="text-muted">{{'REQUESTS.NO_REQUESTS' | translate}}</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-if="vm.pagedItems.length>0">
|
||||
|
||||
Reference in New Issue
Block a user