mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Settings translation text consistency (#4440)
This commit is contained in:
parent
7aee97d63b
commit
f4bb7c29c7
@ -6,7 +6,7 @@
|
||||
|
||||
{% block label %}global-notifications{% endblock label %}
|
||||
|
||||
{% block heading %}{% trans "Global Notification Settings" %}{% endblock heading %}
|
||||
{% block heading %}{% trans "Notification Settings" %}{% endblock heading %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
@ -6,13 +6,13 @@
|
||||
{% trans "User Settings" as text %}
|
||||
{% include "sidebar_header.html" with text=text icon='fa-user-cog' %}
|
||||
|
||||
{% trans "Account Settings" as text %}
|
||||
{% trans "Account" as text %}
|
||||
{% include "sidebar_item.html" with label='account' text=text icon="fa-sign-in-alt" %}
|
||||
{% trans "Display Settings" as text %}
|
||||
{% trans "Display" as text %}
|
||||
{% include "sidebar_item.html" with label='user-display' text=text icon="fa-desktop" %}
|
||||
{% trans "Home Page" as text %}
|
||||
{% include "sidebar_item.html" with label='user-home' text=text icon="fa-home" %}
|
||||
{% trans "Search Settings" as text %}
|
||||
{% trans "Search" as text %}
|
||||
{% include "sidebar_item.html" with label='user-search' text=text icon="fa-search" %}
|
||||
{% trans "Notifications" as text %}
|
||||
{% include "sidebar_item.html" with label='user-notifications' text=text icon="fa-bell" %}
|
||||
@ -24,9 +24,9 @@
|
||||
{% trans "Global Settings" as text %}
|
||||
{% include "sidebar_header.html" with text=text icon='fa-cogs' %}
|
||||
|
||||
{% trans "Server Configuration" as text %}
|
||||
{% trans "Server" as text %}
|
||||
{% include "sidebar_item.html" with label='server' text=text icon="fa-server" %}
|
||||
{% trans "Login Settings" as text %}
|
||||
{% trans "Login" as text %}
|
||||
{% include "sidebar_item.html" with label='login' text=text icon="fa-fingerprint" %}
|
||||
{% trans "Barcode Support" as text %}
|
||||
{% include "sidebar_item.html" with label='barcodes' text=text icon="fa-qrcode" %}
|
||||
@ -34,7 +34,7 @@
|
||||
{% include "sidebar_item.html" with label='global-notifications' text=text icon="fa-bell" %}
|
||||
{% trans "Pricing" as text %}
|
||||
{% include "sidebar_item.html" with label='pricing' text=text icon="fa-dollar-sign" %}
|
||||
{% trans "Label Printing" as text %}
|
||||
{% trans "Labels" as text %}
|
||||
{% include "sidebar_item.html" with label='labels' text=text icon='fa-tag' %}
|
||||
{% trans "Reporting" as text %}
|
||||
{% include "sidebar_item.html" with label='reporting' text=text icon="fa-file-pdf" %}
|
||||
@ -53,7 +53,6 @@
|
||||
{% trans "Sales Orders" as text %}
|
||||
{% include "sidebar_item.html" with label='sales-order' text=text icon="fa-truck" %}
|
||||
|
||||
|
||||
{% trans "Plugin Settings" as text %}
|
||||
{% include "sidebar_header.html" with text=text %}
|
||||
{% trans "Plugins" as text %}
|
||||
|
Loading…
Reference in New Issue
Block a user