-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into DHIS2-15480
- Loading branch information
Showing
10 changed files
with
536 additions
and
499 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
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,56 +1,67 @@ | ||
// flow-typed signature: c6feccb0af432a25a3ab1270f8309035 | ||
// flow-typed version: <<STUB>>/@dhis2/ui_v^6.1/flow_v0.132.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* '@dhis2/ui' | ||
* | ||
* Fill this stub out by replacing all the `any` types. | ||
* | ||
* Once filled out, we encourage you to share your work with the | ||
* community by sending a pull request to: | ||
* https://github.com/flowtype/flow-typed | ||
*/ | ||
|
||
declare module '@dhis2/ui' { | ||
declare module.exports: any; | ||
} | ||
|
||
/** | ||
* We include stubs for each file inside this npm package in case you need to | ||
* require those files directly. Feel free to delete any files that aren't | ||
* needed. | ||
* Flowtype definitions for index | ||
* Generated by Flowgen from a Typescript Definition | ||
* Flowgen v1.21.0 | ||
*/ | ||
declare module '@dhis2/ui/build/cjs/lib' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module '@dhis2/ui/build/es/lib' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module '@dhis2/ui/d2.config' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module '@dhis2/ui/src' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module '@dhis2/ui/build/cjs/lib.js' { | ||
declare module.exports: $Exports<'@dhis2/ui/build/cjs/lib'>; | ||
} | ||
declare module '@dhis2/ui/build/es/lib.js' { | ||
declare module.exports: $Exports<'@dhis2/ui/build/es/lib'>; | ||
} | ||
declare module '@dhis2/ui/d2.config.js' { | ||
declare module.exports: $Exports<'@dhis2/ui/d2.config'>; | ||
} | ||
declare module '@dhis2/ui/src/index' { | ||
declare module.exports: $Exports<'@dhis2/ui/src'>; | ||
} | ||
declare module '@dhis2/ui/src/index.js' { | ||
declare module.exports: $Exports<'@dhis2/ui/src'>; | ||
} | ||
declare export * from "@dhis2/ui-constants"; | ||
declare export * from "@dhis2/ui-icons"; | ||
declare export * from "@dhis2/ui-forms"; | ||
declare export * from "@dhis2-ui/alert"; | ||
declare export * from "@dhis2-ui/button"; | ||
declare export * from "@dhis2-ui/box"; | ||
declare export * from "@dhis2-ui/calendar"; | ||
declare export * from "@dhis2-ui/card"; | ||
declare export * from "@dhis2-ui/center"; | ||
declare export * from "@dhis2-ui/checkbox"; | ||
declare export * from "@dhis2-ui/chip"; | ||
declare export * from "@dhis2-ui/cover"; | ||
declare export * from "@dhis2-ui/css"; | ||
declare export * from "@dhis2-ui/divider"; | ||
declare export * from "@dhis2-ui/field"; | ||
declare export * from "@dhis2-ui/file-input"; | ||
declare export * from "@dhis2-ui/header-bar"; | ||
declare export * from "@dhis2-ui/help"; | ||
declare export * from "@dhis2-ui/input"; | ||
declare export * from "@dhis2-ui/intersection-detector"; | ||
declare export * from "@dhis2-ui/label"; | ||
declare export * from "@dhis2-ui/layer"; | ||
declare export * from "@dhis2-ui/legend"; | ||
declare export * from "@dhis2-ui/loader"; | ||
declare export * from "@dhis2-ui/logo"; | ||
declare export * from "@dhis2-ui/menu"; | ||
declare export * from "@dhis2-ui/modal"; | ||
declare export * from "@dhis2-ui/node"; | ||
declare export * from "@dhis2-ui/notice-box"; | ||
declare export * from "@dhis2-ui/organisation-unit-tree"; | ||
declare export * from "@dhis2-ui/popover"; | ||
declare export { Popper, PopperProps } from "@dhis2-ui/popper"; | ||
declare export * from "@dhis2-ui/portal"; | ||
declare export * from "@dhis2-ui/radio"; | ||
declare export * from "@dhis2-ui/required"; | ||
declare export { Pagination, PaginationProps } from "@dhis2-ui/pagination"; | ||
declare export * from "@dhis2-ui/sharing-dialog"; | ||
declare export { | ||
SingleSelect, | ||
SingleSelectField, | ||
SingleSelectOption, | ||
MultiSelect, | ||
MultiSelectField, | ||
MultiSelectOption, | ||
SingleSelectProps, | ||
SingleSelectFieldProps, | ||
SingleSelectOptionProps, | ||
MultiSelectProps, | ||
MultiSelectFieldProps, | ||
MultiSelectOptionProps, | ||
} from "@dhis2-ui/select"; | ||
declare export * from "@dhis2-ui/selector-bar"; | ||
declare export * from "@dhis2-ui/switch"; | ||
declare export * from "@dhis2-ui/table"; | ||
declare export * from "@dhis2-ui/tab"; | ||
declare export * from "@dhis2-ui/tag"; | ||
declare export * from "@dhis2-ui/text-area"; | ||
declare export * from "@dhis2-ui/tooltip"; | ||
declare export * from "@dhis2-ui/transfer"; | ||
declare export * from "@dhis2-ui/user-avatar"; | ||
declare export * from "@dhis2-ui/segmented-control"; |
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 |
---|---|---|
|
@@ -10,16 +10,16 @@ | |
# Janeth Cruz, 2023 | ||
# Prabhjot Singh, 2023 | ||
# Christian Atavillos, 2023 | ||
# Enzo Nicolas Rossi <[email protected]>, 2023 | ||
# Gabriela Rodriguez <[email protected]>, 2023 | ||
# Viktor Varland <[email protected]>, 2023 | ||
# Enzo Nicolas Rossi <[email protected]>, 2024 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2023-09-12T06:24:49.265Z\n" | ||
"PO-Revision-Date: 2019-06-27 07:31+0000\n" | ||
"Last-Translator: Viktor Varland <viktor@dhis2.org>, 2023\n" | ||
"Last-Translator: Enzo Nicolas Rossi <enzo@dhis2.org>, 2024\n" | ||
"Language-Team: Spanish (https://app.transifex.com/hisp-uio/teams/100509/es/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -176,7 +176,7 @@ msgid "Complete event" | |
msgstr "Completar el evento" | ||
|
||
msgid "{{ stageName }} - Basic info" | ||
msgstr "" | ||
msgstr "{{ stageName }} - Información básica" | ||
|
||
msgid "{{ stageName }} - Status" | ||
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# | ||
# Translators: | ||
# Enzo Nicolas Rossi <[email protected]>, 2023 | ||
# Jaime Bosque <[email protected]>, 2023 | ||
# Enzo Nicolas Rossi <[email protected]>, 2024 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2023-09-12T06:24:49.265Z\n" | ||
"PO-Revision-Date: 2019-06-27 07:31+0000\n" | ||
"Last-Translator: Jaime Bosque <jaime.bosque@dhis2.org>, 2023\n" | ||
"Last-Translator: Enzo Nicolas Rossi <enzo@dhis2.org>, 2024\n" | ||
"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -1281,7 +1281,7 @@ msgid "Scheduled date cannot be changed for {{ eventStatus }} events" | |
msgstr "" | ||
|
||
msgid "Event completed" | ||
msgstr "" | ||
msgstr "Evento completado" | ||
|
||
msgid "Back to all stages and events" | ||
msgstr "Volver a todas las etapas y eventos" | ||
|
@@ -1431,7 +1431,7 @@ msgid "Working list could not be loaded" | |
msgstr "" | ||
|
||
msgid "Download as JSON" | ||
msgstr "" | ||
msgstr "Descargar como JSON" | ||
|
||
msgid "Download as CSV" | ||
msgstr "" | ||
|
@@ -1512,7 +1512,7 @@ msgid "Show All" | |
msgstr "" | ||
|
||
msgid "An error has occured. See log for details" | ||
msgstr "" | ||
msgstr " Ha ocurrido un error. Ver el registro para más detalles." | ||
|
||
msgid "Scheduled{{ escape }} due {{ time }}" | ||
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# | ||
# Translators: | ||
# Caroline Hesthagen Holen <[email protected]>, 2023 | ||
# Karoline Tufte Lien <[email protected]>, 2023 | ||
# Karoline Tufte Lien <[email protected]>, 2024 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2023-09-12T06:24:49.265Z\n" | ||
"PO-Revision-Date: 2019-06-27 07:31+0000\n" | ||
"Last-Translator: Karoline Tufte Lien <[email protected]>, 2023\n" | ||
"Last-Translator: Karoline Tufte Lien <[email protected]>, 2024\n" | ||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/hisp-uio/teams/100509/nb/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -756,7 +756,7 @@ msgstr "" | |
"{{tetName}}." | ||
|
||
msgid "Enroll a new {{selectedTetName}} in this program." | ||
msgstr "Registrer en ny {{teiDisplayName}} i dette programmet" | ||
msgstr "Registrer en ny {{selectedTetName}} i dette programmet" | ||
|
||
msgid "{{programName}} is an event program and does not have enrollments." | ||
msgstr "{{programName}} er et hendelsesprogram og har ikke registreringer." | ||
|
@@ -837,7 +837,7 @@ msgid "Registered events" | |
msgstr "Registrerte hendelser" | ||
|
||
msgid "Please select {{category}}." | ||
msgstr "Velg {{kategori}}." | ||
msgstr "Velg {{category}}." | ||
|
||
msgid "Or see all records accessible to you in {{program}} " | ||
msgstr "Eller se alle opptegnelser som er tilgjengelige for deg i {{program}}" | ||
|
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
Oops, something went wrong.