mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
Fix translate voucher_import_tool.js
This commit is contained in:
@@ -9,7 +9,7 @@ wn.pages['voucher-import-tool'].onload = function(wrapper) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(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">'+wn._('Import multiple accounting entries via CSV (spreadsheet) file:')+'</p>'+
|
||||||
'<h3>'+wn._('1. Download Template')+'</h3><br>'+
|
'<h3> 1.'+wn._(' Download Template')+'</h3><br>'+
|
||||||
'<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-two-accounts">'+wn._('Download')+'</button>'+
|
||||||
'<p class="help">'+wn._('Import multiple vouchers with one debit and one credit entry')+'</p>'+
|
'<p class="help">'+wn._('Import multiple vouchers with one debit and one credit entry')+'</p>'+
|
||||||
@@ -19,7 +19,7 @@ wn.pages['voucher-import-tool'].onload = function(wrapper) {
|
|||||||
'<p class="help">'+wn._('Import multiple vouchers with multiple accounts')+'</p>'+
|
'<p class="help">'+wn._('Import multiple vouchers with multiple accounts')+'</p>'+
|
||||||
'</div>'+
|
'</div>'+
|
||||||
'<hr>'+
|
'<hr>'+
|
||||||
'<h3>'+wn._('2. 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')+'</p>'+
|
||||||
'<div id="voucher-upload"></div>'+
|
'<div id="voucher-upload"></div>'+
|
||||||
|
|||||||
Reference in New Issue
Block a user