Fix missing translations (#8871)

* Fix missing translations

* Fix
This commit is contained in:
Francisco Roldán 2017-05-17 11:12:04 -03:00 committed by Nabin Hait
parent e4f80a6eaa
commit 85bfc05efa
12 changed files with 55 additions and 55 deletions

View File

@ -2,7 +2,7 @@
{%= frappe.boot.letter_heads[filters.letter_head || frappe.defaults.get_default("letter_head")] %} {%= frappe.boot.letter_heads[filters.letter_head || frappe.defaults.get_default("letter_head")] %}
</div> </div>
<h2 class="text-center">{%= __(report.report_name) %}</h2> <h2 class="text-center">{%= __(report.report_name) %}</h2>
<h5 class="text-center">From {%= filters.date_range[0] %} to {%= filters.date_range[1] %}</h5> <h5 class="text-center">{{ __("From") }} {%= filters.date_range[0] %} {{ __("to") }} {%= filters.date_range[1] %}</h5>
<hr> <hr>
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
@ -34,4 +34,4 @@
{% } %} {% } %}
</tbody> </tbody>
</table> </table>
<p class="text-right text-muted">Printed On {%= dateutil.str_to_user(dateutil.get_datetime_as_string()) %}</p> <p class="text-right text-muted">{{ __("Printed On") }} {%= dateutil.str_to_user(dateutil.get_datetime_as_string()) %}</p>

View File

@ -1,20 +1,20 @@
<div class="pos_payment row"> <div class="pos_payment row">
<div class="row" style="padding: 0px 30px;"> <div class="row" style="padding: 0px 30px;">
<h3>Total Amount: <span class="label label-default" style="font-size:20px;padding:5px">{%= format_currency(grand_total, currency) %}</span></h3> <h3>{{ __("Total Amount") }}: <span class="label label-default" style="font-size:20px;padding:5px">{%= format_currency(grand_total, currency) %}</span></h3>
</div> </div>
<div class="row amount-row"> <div class="row amount-row">
<div class="col-xs-6 col-sm-3 text-center"> <div class="col-xs-6 col-sm-3 text-center">
<p class="amount-label"> Paid <h3 class="paid_amount">{%= format_currency(paid_amount, currency) %}</h3></p> <p class="amount-label"> {{ __("Paid") }} <h3 class="paid_amount">{%= format_currency(paid_amount, currency) %}</h3></p>
</div> </div>
<div class="col-xs-6 col-sm-3 text-center"> <div class="col-xs-6 col-sm-3 text-center">
<p class="amount-label"> Outstanding <h3 class="outstanding_amount">{%= format_currency(outstanding_amount, currency) %} </h3></p> <p class="amount-label"> {{ __("Outstanding") }} <h3 class="outstanding_amount">{%= format_currency(outstanding_amount, currency) %} </h3></p>
</div> </div>
<div class="col-xs-6 col-sm-3 text-center"> <div class="col-xs-6 col-sm-3 text-center">
<p class="amount-label"> Change <input class="form-control text-right change_amount bold" type="text" idx="change_amount" value="{{format_number(change_amount, null, 2)}}"> <p class="amount-label"> {{ __("Change") }} <input class="form-control text-right change_amount bold" type="text" idx="change_amount" value="{{format_number(change_amount, null, 2)}}">
</p> </p>
</div> </div>
<div class="col-xs-6 col-sm-3 text-center"> <div class="col-xs-6 col-sm-3 text-center">
<p class="amount-label"> Write off <input class="form-control text-right write_off_amount bold" type="text" idx="write_off_amount" value="{{format_number(write_off_amount, null, 2)}}"> <p class="amount-label"> {{ __("Write off") }} <input class="form-control text-right write_off_amount bold" type="text" idx="write_off_amount" value="{{format_number(write_off_amount, null, 2)}}">
</p> </p>
</div> </div>
</div> </div>
@ -33,7 +33,7 @@
</div> </div>
{% } %} {% } %}
<div class="row"> <div class="row">
<button type="button" class="btn btn-default delete-btn">Del</button> <button type="button" class="btn btn-default delete-btn">{{ __("Del") }}</button>
<button type="button" class="btn btn-default pos-keyboard-key">0</button> <button type="button" class="btn btn-default pos-keyboard-key">0</button>
<button type="button" class="btn btn-default pos-keyboard-key">.</button> <button type="button" class="btn btn-default pos-keyboard-key">.</button>
</div> </div>

View File

@ -17,7 +17,7 @@
<div class="no-items-message text-extra-muted"> <div class="no-items-message text-extra-muted">
<span class="text-center"> <span class="text-center">
<i class="fa fa-2x fa-shopping-cart"></i> <i class="fa fa-2x fa-shopping-cart"></i>
<p>Tap items to add them here</p> <p>{{ __("Tap items to add them here") }}</p>
</span> </span>
</div> </div>
<div class="items"> <div class="items">
@ -68,7 +68,7 @@
</div> </div>
<div class="col-xs-6 numeric_keypad hidden-xs" style="display:none"> <div class="col-xs-6 numeric_keypad hidden-xs" style="display:none">
{% var chartData = ["Qty", "Disc", "Price"] %} {% for(var i=0; i {% var chartData = [__("Qty"), __("Disc"), __("Price")] %} {% for(var i=0; i
<3; i++) { %} <div class="row text-right"> <3; i++) { %} <div class="row text-right">
{% for(var j=i*3; j {% for(var j=i*3; j
<(i+1)*3; j++) { %} <button type="button" class="btn btn-default numeric-keypad" val="{{j+1}}">{{j+1}}</button> <(i+1)*3; j++) { %} <button type="button" class="btn btn-default numeric-keypad" val="{{j+1}}">{{j+1}}</button>
@ -77,10 +77,10 @@
</div> </div>
{% } %} {% } %}
<div class="row text-right"> <div class="row text-right">
<button type="button" class="btn btn-default numeric-keypad numeric-del">Del</button> <button type="button" class="btn btn-default numeric-keypad numeric-del">{{ __("Del") }}</button>
<button type="button" class="btn btn-default numeric-keypad" val="0">0</button> <button type="button" class="btn btn-default numeric-keypad" val="0">0</button>
<button type="button" class="btn btn-default numeric-keypad" val=".">.</button> <button type="button" class="btn btn-default numeric-keypad" val=".">.</button>
<button type="button" class="btn btn-primary numeric-keypad pos-pay">Pay</button> <button type="button" class="btn btn-primary numeric-keypad pos-pay">{{ __("Pay") }}</button>
</div> </div>
</div> </div>
</div> </div>
@ -97,7 +97,7 @@
<div class="no-items-message text-extra-muted"> <div class="no-items-message text-extra-muted">
<span class="text-center"> <span class="text-center">
<i class="fa fa-2x fa-user"></i> <i class="fa fa-2x fa-user"></i>
<p>No Customers yet!</p> <p>{{ __("No Customers yet!") }}</p>
</span> </span>
</div> </div>
</div> </div>
@ -112,7 +112,7 @@
<div class="pos-list-row pos-bill-header text-muted h6"> <div class="pos-list-row pos-bill-header text-muted h6">
<div class="cell subject search-item-group"> <div class="cell subject search-item-group">
<div class="dropdown"> <div class="dropdown">
<a class="text-muted dropdown-toggle" data-toggle="dropdown"><span class="dropdown-text">All Item Groups</span><i class="caret"></i></a> <a class="text-muted dropdown-toggle" data-toggle="dropdown"><span class="dropdown-text">{{ __("All Item Groups") }}</span><i class="caret"></i></a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
</ul> </ul>
</div> </div>

View File

@ -1,7 +1,7 @@
<div class="pos-item-wrapper image-view-item" data-item-code="{{item_code}}"> <div class="pos-item-wrapper image-view-item" data-item-code="{{item_code}}">
<div class="image-view-header doclist-row"> <div class="image-view-header doclist-row">
<div class="list-value"> <div class="list-value">
<a class="grey list-id" data-name="{{item_code}}" title="{{ item_name || item_code}}">{{item_name || item_code}}<br>({{item_stock}})</a> <a class="grey list-id" data-name="{{item_code}}" title="{{ item_name || item_code}}">{{item_name || item_code}}<br>({{ _(item_stock) }})</a>
</div> </div>
</div> </div>
<div class="image-view-body"> <div class="image-view-body">

View File

@ -1,22 +1,22 @@
<div class="pos-selected-item-action" data-item-code="{%= item_code %}"> <div class="pos-selected-item-action" data-item-code="{%= item_code %}">
<div class="pos-list-row"> <div class="pos-list-row">
<div class="cell">Quantity:</div> <div class="cell">{{ __("Quantity") }}:</div>
<input type="tel" class="form-control cell pos-item-qty" value="{%= qty %}"/> <input type="tel" class="form-control cell pos-item-qty" value="{%= qty %}"/>
</div> </div>
<div class="pos-list-row"> <div class="pos-list-row">
<div class="cell">Price List Rate:</div> <div class="cell">{{ __("Price List Rate") }}:</div>
<input type="tel" class="form-control cell" disabled value="{%= price_list_rate %}"/> <input type="tel" class="form-control cell" disabled value="{%= price_list_rate %}"/>
</div> </div>
<div class="pos-list-row"> <div class="pos-list-row">
<div class="cell">Discount:</div> <div class="cell">{{ __("Discount") }}:</div>
<input type="tel" class="form-control cell pos-item-disc" value="{%= discount_percentage %}"> <input type="tel" class="form-control cell pos-item-disc" value="{%= discount_percentage %}">
</div> </div>
<div class="pos-list-row"> <div class="pos-list-row">
<div class="cell">Price:</div> <div class="cell">{{ __("Price") }}:</div>
<input type="tel" class="form-control cell pos-item-price" value="{%= rate %}"/> <input type="tel" class="form-control cell pos-item-price" value="{%= rate %}"/>
</div> </div>
<div class="pos-list-row"> <div class="pos-list-row">
<div class="cell">Amount:</div> <div class="cell">{{ __("Amount") }}:</div>
<input type="tel" class="form-control cell pos-amount" value="{%= amount %}"/> <input type="tel" class="form-control cell pos-amount" value="{%= amount %}"/>
</div> </div>
</div> </div>

View File

@ -33,14 +33,14 @@
</div> </div>
<div class="text-center item-group-nav-buttons"> <div class="text-center item-group-nav-buttons">
{% if frappe.form_dict.start|int > 0 %} {% if frappe.form_dict.start|int > 0 %}
<a class="btn btn-default" href="/{{ pathname }}?start={{ frappe.form_dict.start|int - page_length }}">Prev</a> <a class="btn btn-default" href="/{{ pathname }}?start={{ frappe.form_dict.start|int - page_length }}">{{ __("Prev") }}</a>
{% endif %} {% endif %}
{% if items|length > page_length %} {% if items|length > page_length %}
<a class="btn btn-default" href="/{{ pathname }}?start={{ frappe.form_dict.start|int + page_length }}">Next</a> <a class="btn btn-default" href="/{{ pathname }}?start={{ frappe.form_dict.start|int + page_length }}">{{ __("Next") }}</a>
{% endif %} {% endif %}
</div> </div>
{% else %} {% else %}
<div class="text-muted">No items listed.</div> <div class="text-muted">{{ __("No items listed") }}.</div>
{% endif %} {% endif %}
</div> </div>
</div> </div>

View File

@ -4,7 +4,7 @@
<li class="shopping-cart hidden"> <li class="shopping-cart hidden">
<div class="cart-icon"> <div class="cart-icon">
<a class="dropdown-toggle" href="#" data-toggle="dropdown" id="navLogin"> <a class="dropdown-toggle" href="#" data-toggle="dropdown" id="navLogin">
Cart <span class="badge-wrapper" id="cart-count"></span> {{ _("Cart") }} <span class="badge-wrapper" id="cart-count"></span>
</a> </a>
<div id="cart-overlay" class="dropdown-menu shopping-cart-menu"></div> <div id="cart-overlay" class="dropdown-menu shopping-cart-menu"></div>
</div> </div>

View File

@ -6,7 +6,7 @@
<span class="indicator {{ "red" if task.status=="Open" else "green" if task.status=="Closed" else "darkgrey" }}" title="{{ task.status }}" > {{ task.subject }}</span> <span class="indicator {{ "red" if task.status=="Open" else "green" if task.status=="Closed" else "darkgrey" }}" title="{{ task.status }}" > {{ task.subject }}</span>
<div class="small text-muted item-timestamp" <div class="small text-muted item-timestamp"
title="{{ frappe.utils.pretty_date(task.modified) }}"> title="{{ frappe.utils.pretty_date(task.modified) }}">
modified {{ frappe.utils.pretty_date(task.modified) }} {{ __("modified") }} {{ frappe.utils.pretty_date(task.modified) }}
</div> </div>
</div> </div>
<div class='col-xs-1'>{% if task.todo %} <div class='col-xs-1'>{% if task.todo %}

View File

@ -5,7 +5,7 @@
<div class='col-xs-9'> <div class='col-xs-9'>
<span class="indicator {{ "blue" if timesheet.info.status=="Submitted" else "red" if timesheet.info.status=="Draft" else "darkgrey" }}" title="{{ timesheet.info.status }}" > {{ timesheet.info.name }} </span> <span class="indicator {{ "blue" if timesheet.info.status=="Submitted" else "red" if timesheet.info.status=="Draft" else "darkgrey" }}" title="{{ timesheet.info.status }}" > {{ timesheet.info.name }} </span>
<div class="small text-muted item-timestamp"> <div class="small text-muted item-timestamp">
From {{ frappe.format_date(timesheet.from_time) }} to {{ frappe.format_date(timesheet.to_time) }} {{ __("From") }} {{ frappe.format_date(timesheet.from_time) }} {{ __("to") }} {{ frappe.format_date(timesheet.to_time) }}
</div> </div>
</div> </div>
<div class='col-xs-1 gravatar-top'> <div class='col-xs-1 gravatar-top'>

View File

@ -60,7 +60,7 @@
{{doc.terms}} {{doc.terms}}
</div> </div>
<div class="cart-link"> <div class="cart-link">
<a href="#" onclick="show_terms();return false;">*Terms and Conditions</a> <a href="#" onclick="show_terms();return false;">*{{ __("Terms and Conditions") }}</a>
</div> </div>
{% endif %} {% endif %}

View File

@ -19,9 +19,9 @@
<div class="col-sm-4"> <div class="col-sm-4">
<div class="page-header-actions-block" data-html-block="header-actions"> <div class="page-header-actions-block" data-html-block="header-actions">
<button type="submit" class="btn btn-primary btn-sm btn-form-submit"> <button type="submit" class="btn btn-primary btn-sm btn-form-submit">
Update</button> {{ __("Update") }}</button>
<a href="tasks" class="btn btn-default btn-sm"> <a href="tasks" class="btn btn-default btn-sm">
Cancel</a> {{ __("Cancel") }}</a>
</div> </div>
</div> </div>
</div> </div>
@ -36,45 +36,45 @@
<div class="row"> <div class="row">
<div class="col-sm-12" style="max-width: 500px;"> <div class="col-sm-12" style="max-width: 500px;">
<div class="form-group"> <div class="form-group">
<label for="project" class="control-label text-muted small">Project</label> <label for="project" class="control-label text-muted small">{{ __("Project") }}</label>
<input type="text" class="form-control" name="project" readonly value= "{{ doc.project }}"> <input type="text" class="form-control" name="project" readonly value= "{{ doc.project }}">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="subject" class="control-label text-muted small">Subject</label> <label for="subject" class="control-label text-muted small">{{ __("Subject") }}</label>
<input type="text" class="form-control" name="subject" readonly value="{{ doc.subject }}"> <input type="text" class="form-control" name="subject" readonly value="{{ doc.subject }}">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="description" class="control-label text-muted small">Details</label> <label for="description" class="control-label text-muted small">{{ __("Details") }}</label>
<textarea class="form-control" style="height: 200px;" name="description">{{ doc.description }}</textarea> <textarea class="form-control" style="height: 200px;" name="description">{{ doc.description }}</textarea>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="priority" class="control-label text-muted small">Priority</label> <label for="priority" class="control-label text-muted small">{{ __("Priority") }}</label>
<input type="text" class="form-control" name="priority" readonly value="{{ doc.priority }}"> <input type="text" class="form-control" name="priority" readonly value="{{ doc.priority }}">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="exp_start_date" class="control-label text-muted small">Expected Start Date</label> <label for="exp_start_date" class="control-label text-muted small">{{ __("Expected Start Date") }}</label>
<input type="text" class="form-control hasDatepicker" name="exp_start_date" readonly value="{{ doc.exp_start_date }}"> <input type="text" class="form-control hasDatepicker" name="exp_start_date" readonly value="{{ doc.exp_start_date }}">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="exp_end_date" class="control-label text-muted small">Expected End Date</label> <label for="exp_end_date" class="control-label text-muted small">{{ __("Expected End Date") }}</label>
<input type="text" class="form-control hasDatepicker" name="exp_end_date" readonly value="{{ doc.exp_end_date }}"> <input type="text" class="form-control hasDatepicker" name="exp_end_date" readonly value="{{ doc.exp_end_date }}">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="status" class="control-label text-muted small">Status</label> <label for="status" class="control-label text-muted small">{{ __("Status") }}</label>
<select class="form-control" name="status" id="status" data-label="Status" data-fieldtype="Select"> <select class="form-control" name="status" id="status" data-label="Status" data-fieldtype="Select">
<option value="Open" selected="selected"> <option value="Open" selected="selected">
Open</option><option value="Working"> {{ __("Open") }}</option><option value="Working">
Working</option><option value="Pending Review"> {{ __("Working") }}</option><option value="Pending Review">
Pending Review</option><option value="Overdue"> {{ __("Pending Review") }}</option><option value="Overdue">
Overdue</option><option value="Closed"> {{ __("Overdue") }}</option><option value="Closed">
Closed</option><option value="Cancelled"> {{ __("Closed") }}</option><option value="Cancelled">
Cancelled</option> {{ __("Cancelled") }}</option>
</select> </select>
</div> </div>
</div> </div>
@ -83,22 +83,22 @@
</div> </div>
<div class="comments"> <div class="comments">
<h3>Comments</h3> <h3>{{ __("Comments") }}</h3>
<div class="no-comment"> <div class="no-comment">
{% for comment in comments %} {% for comment in comments %}
<p class="text-muted">{{comment.sender_full_name}}: <p class="text-muted">{{comment.sender_full_name}}:
{{comment.subject}} on {{comment.creation.strftime('%Y-%m-%d')}}</p> {{comment.subject}} {{ __("on") }} {{comment.creation.strftime('%Y-%m-%d')}}</p>
{% endfor %} {% endfor %}
</div> </div>
<div class="comment-form-wrapper"> <div class="comment-form-wrapper">
<a class="add-comment btn btn-default btn-sm">Add Comment</a> <a class="add-comment btn btn-default btn-sm">{{ __("Add Comment") }}</a>
<div style="display: none;" id="comment-form"> <div style="display: none;" id="comment-form">
<p>Add Comment</p> <p>{{ __("Add Comment") }}</p>
<form> <form>
<fieldset> <fieldset>
<textarea class="form-control" name="comment" rows="5" placeholder="Comment"></textarea> <textarea class="form-control" name="comment" rows="5" placeholder="Comment"></textarea>
<p> <p>
<button class="btn btn-primary btn-sm" id="submit-comment">Submit</button> <button class="btn btn-primary btn-sm" id="submit-comment">{{ __("Submit") }}</button>
</p> </p>
</fieldset> </fieldset>
</form> </form>

View File

@ -19,28 +19,28 @@
<div class="page-content-block"> <div class="page-content-block">
<div class="row"> <div class="row">
<div class="col-sm-12" style="max-width: 500px;"> <div class="col-sm-12" style="max-width: 500px;">
<label for="project" class="control-label text-muted small">Project</label> <label for="project" class="control-label text-muted small">{{ __("Project") }}</label>
<input type="text" class="form-control" name="project" readonly value= "{{ doc.project }}"> <input type="text" class="form-control" name="project" readonly value= "{{ doc.project }}">
<label for="activity_type" class="control-label text-muted small">Activity Type</label> <label for="activity_type" class="control-label text-muted small">{{ __("Activity Type") }}</label>
<input type="text" class="form-control" name="activity_type" readonly value= "{{ doc.activity_type }}"> <input type="text" class="form-control" name="activity_type" readonly value= "{{ doc.activity_type }}">
<label for="task" class="control-label text-muted small">Task</label> <label for="task" class="control-label text-muted small">{{ __("Task") }}</label>
<input type="text" class="form-control" name="task" readonly value= "{{ doc.task }}"> <input type="text" class="form-control" name="task" readonly value= "{{ doc.task }}">
<label for="from_time" class="control-label text-muted small">From Time</label> <label for="from_time" class="control-label text-muted small">{{ __("From Time") }}</label>
<input type="text" class="form-control" name="from_time" readonly value= "{{ doc.from_time }}"> <input type="text" class="form-control" name="from_time" readonly value= "{{ doc.from_time }}">
<label for="to_time" class="control-label text-muted small">To Time</label> <label for="to_time" class="control-label text-muted small">{{ __("To Time") }}</label>
<input type="text" class="form-control" name="to_time" readonly value= "{{ doc.to_time }}"> <input type="text" class="form-control" name="to_time" readonly value= "{{ doc.to_time }}">
<label for="to_time" class="control-label text-muted small">Hours</label> <label for="to_time" class="control-label text-muted small">{{ __("Hours") }}</label>
<input type="text" class="form-control" name="Hours" readonly value= "{{ doc.hours }}"> <input type="text" class="form-control" name="Hours" readonly value= "{{ doc.hours }}">
<label for="status" class="control-label text-muted small">Status</label> <label for="status" class="control-label text-muted small">{{ __("Status") }}</label>
<input type="text" class="form-control" name="status" readonly value= "{{ doc.status }}"> <input type="text" class="form-control" name="status" readonly value= "{{ doc.status }}">
<label for="Note" class="control-label text-muted small">Note</label> <label for="Note" class="control-label text-muted small">{{ __("Note") }}</label>
<textarea class="form-control" name="Hours" readonly> {{ doc.note }} </textarea> <textarea class="form-control" name="Hours" readonly> {{ doc.note }} </textarea>
</div> </div>
</div> </div>