From 89256d5b4c807f0c24267231e42e8dcc7bde4e40 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Tue, 31 Jan 2023 13:29:56 +0100 Subject: [PATCH] Add nav link to dashboard --- po/ca.po | 7 ++++++- po/es.po | 7 ++++++- web/template/app.gohtml | 1 + 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/po/ca.po b/po/ca.po index 39f86bc..85c882e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: numerus\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" "Last-Translator: jordi fita mas \n" "Language-Team: Catalan \n" @@ -39,6 +39,11 @@ msgstr "Surt" #: web/template/app.gohtml:42 msgctxt "nav" +msgid "Dashboard" +msgstr "Tauler" + +#: web/template/app.gohtml:43 +msgctxt "nav" msgid "Customers" msgstr "Clients" diff --git a/po/es.po b/po/es.po index 5fc43ec..0547e44 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: numerus\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" "Last-Translator: jordi fita mas \n" "Language-Team: Spanish \n" @@ -39,6 +39,11 @@ msgstr "Salir" #: web/template/app.gohtml:42 msgctxt "nav" +msgid "Dashboard" +msgstr "Panel" + +#: web/template/app.gohtml:43 +msgctxt "nav" msgid "Customers" msgstr "Clientes" diff --git a/web/template/app.gohtml b/web/template/app.gohtml index 3d0da4a..24009c1 100644 --- a/web/template/app.gohtml +++ b/web/template/app.gohtml @@ -39,6 +39,7 @@