From 71b52d106a5727e611d326392a6afbd88c84a88f Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Fri, 2 Dec 2022 12:56:14 +0100 Subject: [PATCH] =?UTF-8?q?asset:=20liste=20mit=20reiter=20f=C3=BCr=20aktu?= =?UTF-8?q?ell/inaktiv/alle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asset.xml | 23 +++++++++++++++++++++++ locale/de.po | 16 ++++++++++++++++ locale/en.po | 12 ++++++++++++ 3 files changed, 51 insertions(+) diff --git a/asset.xml b/asset.xml index 6946a72..b3db885 100644 --- a/asset.xml +++ b/asset.xml @@ -35,6 +35,29 @@ full copyright notices and license terms. --> + + + Current + + + + + + + Inactive + + + + + + + All + + + + + + diff --git a/locale/de.po b/locale/de.po index 2185c6d..3e80241 100644 --- a/locale/de.po +++ b/locale/de.po @@ -67,6 +67,22 @@ msgid "Update Source" msgstr "Quelle aktualisieren" +############################### +# ir.action.act_window.domain # +############################### +msgctxt "model:ir.action.act_window.domain,name:act_asset_domain_current" +msgid "Current" +msgstr "Aktuell" + +msgctxt "model:ir.action.act_window.domain,name:act_asset_domain_inactive" +msgid "Inactive" +msgstr "Inaktiv" + +msgctxt "model:ir.action.act_window.domain,name:act_asset_domain_all" +msgid "All" +msgstr "Alle" + + ############################ # investment.source_update # ############################ diff --git a/locale/en.po b/locale/en.po index 42552c2..a8572bc 100644 --- a/locale/en.po +++ b/locale/en.po @@ -46,6 +46,18 @@ msgctxt "model:ir.action,name:updt_source_wiz" msgid "Update Source" msgstr "Update Source" +msgctxt "model:ir.action.act_window.domain,name:act_asset_domain_current" +msgid "Current" +msgstr "Current" + +msgctxt "model:ir.action.act_window.domain,name:act_asset_domain_inactive" +msgid "Inactive" +msgstr "Inactive" + +msgctxt "model:ir.action.act_window.domain,name:act_asset_domain_all" +msgid "All" +msgstr "All" + msgctxt "model:investment.source_update,name:" msgid "Update Source" msgstr "Update Source"