-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2983 from dhis2/dev
feat: merge to master Sept 27
- Loading branch information
Showing
70 changed files
with
3,006 additions
and
780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,11 +126,66 @@ jobs: | |
!cancelled() && | ||
github.ref == 'refs/heads/master' | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@master | ||
|
||
- name: Extract version | ||
id: extract_version | ||
uses: Saionaro/[email protected] | ||
|
||
- name: Send failure message to analytics-internal-bot slack channel | ||
id: slack | ||
uses: slackapi/[email protected] | ||
with: | ||
channel-id: ${{ secrets.SLACK_CHANNEL_ID }} | ||
slack-message: ':small_red_triangle_down: Maps-app release <https://github.com/dhis2/maps-app/actions/workflows/dhis2-verify-app.yml?query=branch%3Amaster+is%3Afailure>' | ||
payload: | | ||
{ | ||
"text": ":small_red_triangle_down: :maps-app: Maps version ${{ steps.extract_version.outputs.version }} release <https://github.com/dhis2/maps-app/actions/workflows/dhis2-verify-app.yml?query=branch%3Amaster+is%3Afailure|failed>", | ||
"blocks": [ | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": ":small_red_triangle_down: :maps-app: Maps version ${{ steps.extract_version.outputs.version }} release <https://github.com/dhis2/maps-app/actions/workflows/dhis2-verify-app.yml?query=branch%3Amaster+is%3Afailure|failed>" | ||
} | ||
} | ||
] | ||
} | ||
env: | ||
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} | ||
|
||
report-release-success: | ||
runs-on: ubuntu-latest | ||
needs: release | ||
if: | | ||
success() && | ||
!cancelled() && | ||
github.ref == 'refs/heads/master' | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@master | ||
|
||
- name: Extract version | ||
id: extract_version | ||
uses: Saionaro/[email protected] | ||
|
||
- name: Send success message to analytics-internal-bot slack channel | ||
id: slack | ||
uses: slackapi/[email protected] | ||
with: | ||
channel-id: ${{ secrets.SLACK_CHANNEL_ID }} | ||
payload: | | ||
{ | ||
"text": ":large_green_circle: :maps-app: :tada: Maps app release succeeded for version: ${{ steps.extract_version.outputs.version }}", | ||
"blocks": [ | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": ":large_green_circle: :maps-app: :tada: Maps version ${{ steps.extract_version.outputs.version }} released <https://github.com/dhis2/maps-app/actions/workflows/dhis2-verify-app.yml?query=branch%3Amaster+is%3Asuccess|successfully>" | ||
} | ||
} | ||
] | ||
} | ||
env: | ||
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# | ||
# Translators: | ||
# phil_dhis2, 2021 | ||
# Philip Larsen Donnelly, 2021 | ||
# Hamza Assada <[email protected]>, 2022 | ||
# Viktor Varland <[email protected]>, 2023 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2023-04-12T09:23:26.646Z\n" | ||
"POT-Creation-Date: 2023-09-06T13:08:55.205Z\n" | ||
"PO-Revision-Date: 2019-06-25 18:35+0000\n" | ||
"Last-Translator: Viktor Varland <[email protected]>, 2023\n" | ||
"Language-Team: Arabic (https://app.transifex.com/hisp-uio/teams/100509/ar/)\n" | ||
|
@@ -26,6 +26,15 @@ msgstr "" | |
msgid "Failed to save map: {{message}}" | ||
msgstr "" | ||
|
||
msgid "Calculation" | ||
msgstr "" | ||
|
||
msgid "No calculations found" | ||
msgstr "" | ||
|
||
msgid "Calculations can be created in the Data Visualizer app." | ||
msgstr "" | ||
|
||
msgid "Classification" | ||
msgstr "تصنيف" | ||
|
||
|
@@ -429,6 +438,9 @@ msgstr "عنصر بيانات الحدث مطلوب" | |
msgid "Program indicator is required" | ||
msgstr "مؤشر البرنامج مطلوب" | ||
|
||
msgid "Calculation is required" | ||
msgstr "" | ||
|
||
msgid "Period is required" | ||
msgstr "الفترة مطلوبة" | ||
|
||
|
@@ -444,6 +456,9 @@ msgstr "عناصر بيانات الحدث" | |
msgid "Program indicators" | ||
msgstr "مؤشرات البرنامج" | ||
|
||
msgid "Calculations" | ||
msgstr "" | ||
|
||
msgid "Item type" | ||
msgstr "نوع العنصر" | ||
|
||
|
@@ -509,9 +524,6 @@ msgstr "" | |
msgid "Indicator group" | ||
msgstr "مجموعة المؤشرات" | ||
|
||
msgid "Interpretations" | ||
msgstr "التفسيرات" | ||
|
||
msgid "Collapse" | ||
msgstr "انهيار" | ||
|
||
|
@@ -1273,6 +1285,9 @@ msgstr "" | |
msgid "You don't have access to this layer data" | ||
msgstr "ليس لديك حق الوصول إلى بيانات الطبقة هذه" | ||
|
||
msgid "The event filter is not supported" | ||
msgstr "" | ||
|
||
msgid "An unknown error occurred while reading layer data" | ||
msgstr "حدث خطأ غير معروف أثناء قراءة بيانات الطبقة" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2023-04-12T09:23:26.646Z\n" | ||
"POT-Creation-Date: 2023-09-06T13:08:55.205Z\n" | ||
"PO-Revision-Date: 2019-06-25 18:35+0000\n" | ||
"Last-Translator: KRG HIS <[email protected]>, 2021\n" | ||
"Language-Team: Arabic (Iraq) (https://app.transifex.com/hisp-uio/teams/100509/ar_IQ/)\n" | ||
|
@@ -24,6 +24,15 @@ msgstr "" | |
msgid "Failed to save map: {{message}}" | ||
msgstr "" | ||
|
||
msgid "Calculation" | ||
msgstr "" | ||
|
||
msgid "No calculations found" | ||
msgstr "" | ||
|
||
msgid "Calculations can be created in the Data Visualizer app." | ||
msgstr "" | ||
|
||
msgid "Classification" | ||
msgstr "" | ||
|
||
|
@@ -426,6 +435,9 @@ msgstr "" | |
msgid "Program indicator is required" | ||
msgstr "" | ||
|
||
msgid "Calculation is required" | ||
msgstr "" | ||
|
||
msgid "Period is required" | ||
msgstr "" | ||
|
||
|
@@ -441,6 +453,9 @@ msgstr "" | |
msgid "Program indicators" | ||
msgstr "" | ||
|
||
msgid "Calculations" | ||
msgstr "" | ||
|
||
msgid "Item type" | ||
msgstr "" | ||
|
||
|
@@ -506,9 +521,6 @@ msgstr "" | |
msgid "Indicator group" | ||
msgstr "" | ||
|
||
msgid "Interpretations" | ||
msgstr "التفسيرات" | ||
|
||
msgid "Collapse" | ||
msgstr "" | ||
|
||
|
@@ -1260,6 +1272,9 @@ msgstr "" | |
msgid "You don't have access to this layer data" | ||
msgstr "" | ||
|
||
msgid "The event filter is not supported" | ||
msgstr "" | ||
|
||
msgid "An unknown error occurred while reading layer data" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.