11< div >
2- < button class ="btn btn-default navbar-btn navbar-last-item " title ="Скачать выбранный лог "
2+ < button class ="btn btn-default navbar-btn navbar-last-item " title ="Download selected log "
33 ng-click ="$ctrl.toggleDialog() " ng-show ="$ctrl.isShowingButton ">
44 < span class ="glyphicon glyphicon-download-alt " aria-hidden ="true "> </ span >
55 </ button >
66
77 < div class ="panel panel-default " ng-show ="$ctrl.isShowingDialog ">
88 < div class ="panel-body ">
99 < div class ="dialog-header ">
10- < h4 > Контрольная сводка </ h4 >
10+ < h4 > Download Summary </ h4 >
1111 < div ng-switch ="$ctrl.isLoading ">
1212 < div ng-switch-when ="true ">
1313 < div class ="loader "> </ div >
@@ -30,15 +30,15 @@ <h4>Контрольная сводка</h4>
3030 </ tr >
3131 < tr ng-show ="$ctrl.allMembers.length == 1 ">
3232 <!-- node may not be specified if selected log is set manually through browser location bar -->
33- < th scope ="row "> Узел </ th > < td > {{$ctrl.file2Download.node || 'текущий '}}</ td >
33+ < th scope ="row "> Node </ th > < td > {{$ctrl.file2Download.node || 'current '}}</ td >
3434 </ tr > < tr >
35- < th scope ="row "> Путь </ th > < td > {{$ctrl.file2Download.path}}</ td >
35+ < th scope ="row "> Path </ th > < td > {{$ctrl.file2Download.path}}</ td >
3636 </ tr > < tr >
37- < th scope ="row "> Изменен </ th > < td > {{$ctrl.lastModified | dateFormatter}}</ td >
37+ < th scope ="row "> Changed </ th > < td > {{$ctrl.lastModified | dateFormatter}}</ td >
3838 </ tr > < tr >
39- < th scope ="row "> Размер </ th > < td > {{$ctrl.currentSize | sizeFormatter}}</ td >
39+ < th scope ="row "> Size </ th > < td > {{$ctrl.currentSize | sizeFormatter}}</ td >
4040 </ tr > < tr ng-show ="$ctrl.lastError ">
41- < th scope ="row "> Статус </ th > < td class ="text-danger "> {{$ctrl.lastError | errorFormatter}}</ td >
41+ < th scope ="row "> Status </ th > < td class ="text-danger "> {{$ctrl.lastError | errorFormatter}}</ td >
4242 </ tr >
4343 </ tbody >
4444 </ table >
@@ -47,25 +47,25 @@ <h4>Контрольная сводка</h4>
4747 < a ng-href ="{{$ctrl.downloadLink}} "
4848 ng-disabled ="$ctrl.lastError || $ctrl.isLoading "
4949 ng-click ="$ctrl.onDownloadClick() "
50- class ="btn btn-primary " download > Скачать целиком </ a >
50+ class ="btn btn-primary " download > Download Fully </ a >
5151 < a href ng-disabled ="$ctrl.lastError || $ctrl.isLoading || ($ctrl.currentSize < 1024*50) "
5252 class ="btn btn-primary dropdown-toggle "
5353 data-toggle ="dropdown "> < span class ="caret "> </ span > </ a >
5454 < ul class ="dropdown-menu ">
5555 < li ng-show ="$ctrl.currentSize>1024*50 " ng-click ="$ctrl.closeDialog() ">
56- < a ng-href ="{{$ctrl.downloadLink+'&last-kbytes=50'}} " download > Последние 50 КБ </ a > </ li >
56+ < a ng-href ="{{$ctrl.downloadLink+'&last-kbytes=50'}} " download > Last 50 KB </ a > </ li >
5757 < li ng-show ="$ctrl.currentSize>1024*500 " ng-click ="$ctrl.closeDialog() ">
58- < a ng-href ="{{$ctrl.downloadLink+'&last-kbytes=500'}} " download > Последние 500 КБ </ a > </ li >
58+ < a ng-href ="{{$ctrl.downloadLink+'&last-kbytes=500'}} " download > Last 500 KB </ a > </ li >
5959 < li ng-show ="$ctrl.currentSize>1024*5120 " ng-click ="$ctrl.closeDialog() ">
60- < a ng-href ="{{$ctrl.downloadLink+'&last-kbytes=5120'}} " download > Последние 5 МБ </ a > </ li >
60+ < a ng-href ="{{$ctrl.downloadLink+'&last-kbytes=5120'}} " download > Last 5 MB </ a > </ li >
6161 < li ng-show ="$ctrl.currentSize>1024*51200 " ng-click ="$ctrl.closeDialog() ">
62- < a ng-href ="{{$ctrl.downloadLink+'&last-kbytes=51200'}} " download > Последние 50 МБ </ a > </ li >
62+ < a ng-href ="{{$ctrl.downloadLink+'&last-kbytes=51200'}} " download > Last 50 MB </ a > </ li >
6363 < li class ="divider " ng-show ="$ctrl.currentSize>1024*204800 "> </ li >
6464 < li ng-show ="$ctrl.currentSize>1024*204800 " ng-click ="$ctrl.closeDialog() ">
65- < a ng-href ="{{$ctrl.downloadLink+'&last-kbytes=204800'}} " download > Последние 200 МБ </ a > </ li >
65+ < a ng-href ="{{$ctrl.downloadLink+'&last-kbytes=204800'}} " download > Last 200 MB </ a > </ li >
6666 </ ul >
6767 </ div >
68- < a ng-click ="$ctrl.closeDialog() " href class ="card-link cancel "> Отмена </ a >
68+ < a ng-click ="$ctrl.closeDialog() " href class ="card-link cancel "> Cancel </ a >
6969 </ div >
7070 </ div >
7171</ div >
0 commit comments