mirror of https://github.com/status-im/codimd.git
Merge pull request #639 from mosterdt/master
Fix small spelling mistake and add untranslated sentences to locale
This commit is contained in:
commit
a0736f9a2e
|
@ -29,6 +29,8 @@
|
||||||
"Import from browser": "Import from browser",
|
"Import from browser": "Import from browser",
|
||||||
"Releases": "Releases",
|
"Releases": "Releases",
|
||||||
"Are you sure?": "Are you sure?",
|
"Are you sure?": "Are you sure?",
|
||||||
|
"Do you really want to delete this note?": "Do you really want to delete this note?",
|
||||||
|
"All users will lose their connection.": "All users will lose their connection.",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancel",
|
||||||
"Yes, do it!": "Yes, do it!",
|
"Yes, do it!": "Yes, do it!",
|
||||||
"Choose method": "Choose method",
|
"Choose method": "Choose method",
|
||||||
|
|
|
@ -29,6 +29,8 @@
|
||||||
"Import from browser": "Importeer van browser",
|
"Import from browser": "Importeer van browser",
|
||||||
"Releases": "Releases",
|
"Releases": "Releases",
|
||||||
"Are you sure?": "Weet je het zeker?",
|
"Are you sure?": "Weet je het zeker?",
|
||||||
|
"Do you really want to delete this note?": "Will je deze notitie echt verwijderen?",
|
||||||
|
"All users will lose their connection.": "Alle gebruikers zullen hun verbinding verliezen.",
|
||||||
"Cancel": "Stoppen",
|
"Cancel": "Stoppen",
|
||||||
"Yes, do it!": "Ja, doe het!",
|
"Yes, do it!": "Ja, doe het!",
|
||||||
"Choose method": "Kies methode",
|
"Choose method": "Kies methode",
|
||||||
|
|
|
@ -234,8 +234,8 @@
|
||||||
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
|
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body" style="color:black;">
|
<div class="modal-body" style="color:black;">
|
||||||
<h5 class="ui-delete-modal-msg">Do you really want to delete this note?</h5>
|
<h5 class="ui-delete-modal-msg"><%= __('Do you really want to delete this note?') %></h5>
|
||||||
<strong class="ui-delete-modal-item">All users will lost their connection.</strong>
|
<strong class="ui-delete-modal-item"><%= __('All users will lose their connection.') %></strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="button" class="btn btn-default" data-dismiss="modal"><%= __('Cancel') %></button>
|
<button type="button" class="btn btn-default" data-dismiss="modal"><%= __('Cancel') %></button>
|
||||||
|
|
Loading…
Reference in New Issue