From 883368a0ead1903a12454c87c4e5bf605db524a1 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Sun, 27 Oct 2024 02:47:29 +0100 Subject: [PATCH 1/2] fix(translations): sync translations from transifex (master) Automatically merged. --- i18n/pt.po | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/i18n/pt.po b/i18n/pt.po index f9caddcd5..c32d16986 100644 --- a/i18n/pt.po +++ b/i18n/pt.po @@ -7,13 +7,14 @@ # Ge Joao , 2023 # Philip Larsen Donnelly, 2024 # Viktor Varland , 2024 +# Shelsea Chumaio, 2024 # msgid "" msgstr "" "Project-Id-Version: i18next-conv\n" -"POT-Creation-Date: 2024-02-13T14:56:50.029Z\n" +"POT-Creation-Date: 2024-06-04T11:01:31.012Z\n" "PO-Revision-Date: 2022-08-23 11:50+0000\n" -"Last-Translator: Viktor Varland , 2024\n" +"Last-Translator: Shelsea Chumaio, 2024\n" "Language-Team: Portuguese (https://app.transifex.com/hisp-uio/teams/100509/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -112,7 +113,7 @@ msgid "End date" msgstr "Data Final" msgid "No items selected" -msgstr "" +msgstr " Nenhum item seleccionado" msgid "Available options" msgstr "Opções disponíveis" @@ -124,7 +125,7 @@ msgid "Selected options" msgstr "" msgid "Nothing found for \"{{- searchTerm}}\"" -msgstr "" +msgstr " Nada encontrado para ''{{- searchTerm}}''" msgid "No options" msgstr "" @@ -294,7 +295,7 @@ msgid "Choose a program" msgstr "Escolha um programa" msgid "No programs found" -msgstr "" +msgstr "Nenhum programa encontrado" msgid "Stage" msgstr "Estagio" @@ -329,7 +330,7 @@ msgid "Clear" msgstr "Limpar" msgid "Search dimensions" -msgstr "" +msgstr "Dimensões de pesquisa" msgid "Your dimensions" msgstr "Suas dimensões" @@ -389,6 +390,9 @@ msgstr "Mostrar interpretações e detalhes" msgid "View" msgstr "Vizualizar" +msgid "Reset sidebar width" +msgstr "" + msgid "Update" msgstr "Atualizar" From 67c808b16e57bafb1abd87ef32f0f4d51eb9d0e9 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Sun, 27 Oct 2024 01:50:00 +0000 Subject: [PATCH 2/2] chore(release): cut 101.1.9 [skip release] ## [101.1.9](https://github.com/dhis2/line-listing-app/compare/v101.1.8...v101.1.9) (2024-10-27) ### Bug Fixes * **translations:** sync translations from transifex (master) ([883368a](https://github.com/dhis2/line-listing-app/commit/883368a0ead1903a12454c87c4e5bf605db524a1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829b8f875..63108d299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.1.9](https://github.com/dhis2/line-listing-app/compare/v101.1.8...v101.1.9) (2024-10-27) + + +### Bug Fixes + +* **translations:** sync translations from transifex (master) ([883368a](https://github.com/dhis2/line-listing-app/commit/883368a0ead1903a12454c87c4e5bf605db524a1)) + ## [101.1.8](https://github.com/dhis2/line-listing-app/compare/v101.1.7...v101.1.8) (2024-08-26) diff --git a/package.json b/package.json index 4ad092ea5..a40099467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "101.1.8", + "version": "101.1.9", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,