mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-09 02:49:35 +00:00
Added som translation files.
This commit is contained in:
parent
5b49dc2a3f
commit
0063fd68c8
4 changed files with 568 additions and 13 deletions
|
|
@ -67,7 +67,7 @@
|
|||
<label for="regex" class="form-check-label">{% trans %}RegEx Matching{% endtrans %}</label></div>
|
||||
</div>
|
||||
</div>
|
||||
<input type="search" class="form-control mr-sm-2" placeholder="{% trans %}Suche{% endtrans %}" name="keyword" onkeyup="livesearch(event, this, 2);">
|
||||
<input type="search" class="form-control mr-sm-2" placeholder="{% trans %}Searc{% endtrans %}" name="keyword" onkeyup="livesearch(event, this, 2);">
|
||||
<button type="submit" id="search-submit" class="btn btn-outline-secondary my-2">{% trans %}Go!{% endtrans %}</button>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -107,7 +107,6 @@
|
|||
<nav class="fixed-sidebar col-md-3 col-lg-2 " id="fixed-sidebar">
|
||||
<ul class="nav flex-column">
|
||||
<li id="categories">
|
||||
<!-- <h4>{% trans %}Kategorien{% endtrans %}</h4>-->
|
||||
<div class="dropdown">
|
||||
<button class="btn-text dropdown-toggle mb-2" type="button" id="dropdownCat" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||
<span class="sidebar-title" id="tree-categories-title">{% trans %}Categories{% endtrans %}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue