mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Fix translate voucher_import_tool.js
This commit is contained in:
@@ -8,21 +8,27 @@ wn.pages['voucher-import-tool'].onload = function(wrapper) {
|
|||||||
single_column: true
|
single_column: true
|
||||||
});
|
});
|
||||||
|
|
||||||
$(wrapper).find('.layout-main').html('<p class="help">'+wn._('Import multiple accounting entries via CSV (spreadsheet) file:')+'</p>'+
|
$(wrapper).find('.layout-main').html('<p class="help">' +
|
||||||
'<h3> 1.'+wn._(' Download Template')+'</h3><br>'+
|
wn._('Import multiple accounting entries via CSV (spreadsheet) file:') +
|
||||||
|
'</p><h3> 1. ' + wn._('Download Template') + '</h3><br>' +
|
||||||
|
'<div style="padding-left: 30px;">' +
|
||||||
|
'<button class="btn btn-default btn-download-two-accounts">' +
|
||||||
|
wn._('Download') + '</button>' +
|
||||||
|
'<p class="help">' +
|
||||||
|
wn._('Import multiple vouchers with one debit and one credit entry') +
|
||||||
|
'</p></div>'+
|
||||||
'<div style="padding-left: 30px;">'+
|
'<div style="padding-left: 30px;">'+
|
||||||
'<button class="btn btn-default btn-download-two-accounts">'+wn._('Download')+'</button>'+
|
'<button class="btn btn-default btn-download-multiple-accounts">' +
|
||||||
'<p class="help">'+wn._('Import multiple vouchers with one debit and one credit entry')+'</p>'+
|
wn._('Download') +
|
||||||
'</div>'+
|
'</button><p class="help">' +
|
||||||
'<div style="padding-left: 30px;">'+
|
wn._('Import multiple vouchers with multiple accounts')+
|
||||||
'<button class="btn btn-default btn-download-multiple-accounts">'+wn._('Download')+'</button>'+
|
'</p>'+
|
||||||
'<p class="help">'+wn._('Import multiple vouchers with multiple accounts')+'</p>'+
|
|
||||||
'</div>'+
|
'</div>'+
|
||||||
'<hr>'+
|
'<hr>'+
|
||||||
'<h3> 2.'+wn._(' Upload')+'</h3><br>'+
|
'<h3> 2. ' + wn._('Upload') + '</h3><br>'+
|
||||||
'<div style="padding-left: 30px;">'+
|
'<div style="padding-left: 30px;">'+
|
||||||
'<p class="help">'+wn._('Upload file in CSV format with UTF-8 encoding')+'</p>'+
|
'<p class="help">' + wn._('Upload file in CSV format with UTF-8 encoding') +
|
||||||
'<div id="voucher-upload"></div>'+
|
'</p><div id="voucher-upload"></div>'+
|
||||||
'</div><br>'+
|
'</div><br>'+
|
||||||
'<div class="working"></div>'+
|
'<div class="working"></div>'+
|
||||||
'<div class="well messages" style="display: none;"></div>');
|
'<div class="well messages" style="display: none;"></div>');
|
||||||
|
|||||||
Reference in New Issue
Block a user