This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch 5.0 in repository https://gitbox.apache.org/repos/asf/superset.git
commit b5bb3c76a0b822477fbada73377bda461154ea0d Author: Christiaan Baartse <[email protected]> AuthorDate: Wed Mar 26 16:13:50 2025 +0100 fix(translation): Dutch translations for Current datetime filter (#31869) (cherry picked from commit 6c7f089ebb7abf57b2f21ce87bf328ae7196f3c6) --- superset/translations/nl/LC_MESSAGES/messages.po | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/superset/translations/nl/LC_MESSAGES/messages.po b/superset/translations/nl/LC_MESSAGES/messages.po index e652b9b74f..ffdc05c88b 100644 --- a/superset/translations/nl/LC_MESSAGES/messages.po +++ b/superset/translations/nl/LC_MESSAGES/messages.po @@ -3056,9 +3056,8 @@ msgstr "Configuratie" msgid "Configure Advanced Time Range " msgstr "Configureer geavanceerd tijdbereik " -#, fuzzy msgid "Configure Time Range: Current..." -msgstr "Configureer Tijdbereik: Laatste..." +msgstr "Configureer Tijdbereik: Huidige..." msgid "Configure Time Range: Last..." msgstr "Configureer Tijdbereik: Laatste..." @@ -3366,29 +3365,23 @@ msgstr "Valuta voorvoegsel of achtervoegsel" msgid "Currency symbol" msgstr "Valuta symbool" -#, fuzzy msgid "Current" -msgstr "Valuta" +msgstr "Huidig" -#, fuzzy msgid "Current day" -msgstr "Valuta" +msgstr "Huidige dag" -#, fuzzy msgid "Current month" -msgstr "Valuta symbool" +msgstr "Huidige maand" -#, fuzzy msgid "Current quarter" -msgstr "Voer huidige query uit" +msgstr "Huidig kwartaal" -#, fuzzy msgid "Current week" -msgstr "Voer huidige query uit" +msgstr "Huidige week" -#, fuzzy msgid "Current year" -msgstr "Valuta" +msgstr "Huidig jaar" #, python-format msgid "Currently rendered: %s"
