Add nav link to dashboard
This commit is contained in:
parent
3117c9a268
commit
89256d5b4c
7
po/ca.po
7
po/ca.po
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: numerus\n"
|
"Project-Id-Version: numerus\n"
|
||||||
"Report-Msgid-Bugs-To: jordi@tandem.blog\n"
|
"Report-Msgid-Bugs-To: jordi@tandem.blog\n"
|
||||||
"POT-Creation-Date: 2023-01-31 12:59+0100\n"
|
"POT-Creation-Date: 2023-01-31 13:28+0100\n"
|
||||||
"PO-Revision-Date: 2023-01-18 17:08+0100\n"
|
"PO-Revision-Date: 2023-01-18 17:08+0100\n"
|
||||||
"Last-Translator: jordi fita mas <jordi@tandem.blog>\n"
|
"Last-Translator: jordi fita mas <jordi@tandem.blog>\n"
|
||||||
"Language-Team: Catalan <ca@dodds.net>\n"
|
"Language-Team: Catalan <ca@dodds.net>\n"
|
||||||
|
@ -39,6 +39,11 @@ msgstr "Surt"
|
||||||
|
|
||||||
#: web/template/app.gohtml:42
|
#: web/template/app.gohtml:42
|
||||||
msgctxt "nav"
|
msgctxt "nav"
|
||||||
|
msgid "Dashboard"
|
||||||
|
msgstr "Tauler"
|
||||||
|
|
||||||
|
#: web/template/app.gohtml:43
|
||||||
|
msgctxt "nav"
|
||||||
msgid "Customers"
|
msgid "Customers"
|
||||||
msgstr "Clients"
|
msgstr "Clients"
|
||||||
|
|
||||||
|
|
7
po/es.po
7
po/es.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: numerus\n"
|
"Project-Id-Version: numerus\n"
|
||||||
"Report-Msgid-Bugs-To: jordi@tandem.blog\n"
|
"Report-Msgid-Bugs-To: jordi@tandem.blog\n"
|
||||||
"POT-Creation-Date: 2023-01-31 12:59+0100\n"
|
"POT-Creation-Date: 2023-01-31 13:28+0100\n"
|
||||||
"PO-Revision-Date: 2023-01-18 17:45+0100\n"
|
"PO-Revision-Date: 2023-01-18 17:45+0100\n"
|
||||||
"Last-Translator: jordi fita mas <jordi@tandem.blog>\n"
|
"Last-Translator: jordi fita mas <jordi@tandem.blog>\n"
|
||||||
"Language-Team: Spanish <es@tp.org.es>\n"
|
"Language-Team: Spanish <es@tp.org.es>\n"
|
||||||
|
@ -39,6 +39,11 @@ msgstr "Salir"
|
||||||
|
|
||||||
#: web/template/app.gohtml:42
|
#: web/template/app.gohtml:42
|
||||||
msgctxt "nav"
|
msgctxt "nav"
|
||||||
|
msgid "Dashboard"
|
||||||
|
msgstr "Panel"
|
||||||
|
|
||||||
|
#: web/template/app.gohtml:43
|
||||||
|
msgctxt "nav"
|
||||||
msgid "Customers"
|
msgid "Customers"
|
||||||
msgstr "Clientes"
|
msgstr "Clientes"
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
</header>
|
</header>
|
||||||
<nav aria-label="{{( pgettext "Main" "title" )}}">
|
<nav aria-label="{{( pgettext "Main" "title" )}}">
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="{{ companyURI "/" }}">{{( pgettext "Dashboard" "nav" )}}</a></li>
|
||||||
<li><a href="{{ companyURI "/contacts" }}">{{( pgettext "Customers" "nav" )}}</a></li>
|
<li><a href="{{ companyURI "/contacts" }}">{{( pgettext "Customers" "nav" )}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in New Issue