File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 272
272
< span class ="input-group-addon ">
273
273
< i class ="fa fa-search "> </ i > {{objects.length}}
274
274
< span ng-if ="nextObjectsMarker "> +</ span >
275
+ < i
276
+ class ="fa fa-question-circle "
277
+ style ="margin-left: 3px; "
278
+ uib-tooltip ="{{ 'search.files.num_msg' | translate(objects.length) }} "
279
+ tooltip-placement ="bottom "
280
+ tooltip-append-to-body ="true "
281
+ > </ i >
275
282
</ span >
276
283
</ div >
277
284
</ div >
Original file line number Diff line number Diff line change @@ -273,6 +273,8 @@ module.exports = {
273
273
"move.cancel" : "Cancel Move" ,
274
274
275
275
"search.files.placeholder" : "Filter by name prefix" ,
276
+ "search.files.num_msg" :
277
+ "The number of currently loaded directories and objects is {{num}}, not the total number of objects in the current bucket." ,
276
278
277
279
"genAuthToken.title" : "Generate Authorization Token" ,
278
280
"genAuthToken.message1.1" : "Authorize to Bucket" ,
@@ -473,7 +475,6 @@ module.exports = {
473
475
474
476
"copy.successfully" : "It has been copied to the clipboard" ,
475
477
"click.download" : "click to download" ,
476
- "qrcode.download" : "scan qrcode to download" ,
477
478
478
479
saving : "Saving" ,
479
480
"save.successfully" : "Saved" ,
Original file line number Diff line number Diff line change @@ -276,6 +276,8 @@ module.exports = {
276
276
"move.cancel" : "移動のキャンセル" ,
277
277
278
278
"search.files.placeholder" : "名前プレフィックスでフィルタリング" ,
279
+ "search.files.num_msg" :
280
+ "現在読み込まれているディレクトリとオブジェクトの数は{{num}}であり、現在のバケット内のオブジェクトの総数ではありません。" ,
279
281
280
282
"genAuthToken.title" : "認証トークンの生成" ,
281
283
"genAuthToken.message1.1" : "認証するバケット" ,
@@ -476,7 +478,6 @@ module.exports = {
476
478
477
479
"copy.successfully" : "クリップボードにコピー済みです" ,
478
480
"click.download" : "クリックしてダウンロード" ,
479
- "qrcode.download" : "QR コードをスキャンしてダウンロード" ,
480
481
481
482
saving : "保存中" ,
482
483
"save.successfully" : "成功完了" ,
Original file line number Diff line number Diff line change @@ -267,6 +267,8 @@ module.exports = {
267
267
"move.cancel" : "取消移动" ,
268
268
269
269
"search.files.placeholder" : "按名称前缀过滤" ,
270
+ "search.files.num_msg" :
271
+ "当前已加载的目录及Object数量为{{num}},并非当前Bucket的总共Object数量。" ,
270
272
271
273
"genAuthToken.title" : "生成授权码" ,
272
274
"genAuthToken.message1.1" : "授权给Bucket" ,
@@ -457,7 +459,6 @@ module.exports = {
457
459
458
460
"copy.successfully" : "已复制到剪贴板" ,
459
461
"click.download" : "点此下载" ,
460
- "qrcode.download" : "扫码下载" ,
461
462
462
463
saving : "正在保存" ,
463
464
"save.successfully" : "保存成功" ,
You can’t perform that action at this time.
0 commit comments