-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
1,496 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
> :warning: | ||
> This is currently considered internal, please use `@dhis2/ui`. | ||
> | ||
> See the [Getting started | ||
> guide](https://github.com/dhis2/ui/blob/master/docs/getting-started.md) | ||
> for more information. | ||
For usage instructions see [the documentation for this component](https://ui.dhis2.nu/components/select). |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
type: 'lib', | ||
entryPoints: { | ||
lib: 'src/index.js', | ||
}, | ||
} |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# | ||
# Translators: | ||
# phil_dhis2, 2021 | ||
# Hamza Assada <[email protected]>, 2021 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: Hamza Assada <[email protected]>, 2021\n" | ||
"Language-Team: Arabic (https://www.transifex.com/hisp-uio/teams/100509/ar/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: ar\n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
msgid "Clear" | ||
msgstr "مسح" | ||
|
||
msgid "No data found" | ||
msgstr "لم يتم إيجاد بيانات" | ||
|
||
msgid "Type to filter options" | ||
msgstr "اكتب لتصفية الخيارات" | ||
|
||
msgid "Loading options" | ||
msgstr "تحميل الخيارات" | ||
|
||
msgid "No options found" | ||
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Translators: | ||
# KRG HIS <[email protected]>, 2021 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: KRG HIS <[email protected]>, 2021\n" | ||
"Language-Team: Arabic (Iraq) (https://www.transifex.com/hisp-uio/teams/100509/ar_IQ/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: ar_IQ\n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
msgid "Clear" | ||
msgstr "مسح" | ||
|
||
msgid "No data found" | ||
msgstr "" | ||
|
||
msgid "Type to filter options" | ||
msgstr "" | ||
|
||
msgid "Loading options" | ||
msgstr "" | ||
|
||
msgid "No options found" | ||
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Translators: | ||
# KRG HIS <[email protected]>, 2021 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: KRG HIS <[email protected]>, 2021\n" | ||
"Language-Team: Central Kurdish (https://www.transifex.com/hisp-uio/teams/100509/ckb/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: ckb\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
msgid "Clear" | ||
msgstr "پاککردنەوە" | ||
|
||
msgid "No data found" | ||
msgstr "" | ||
|
||
msgid "Type to filter options" | ||
msgstr "" | ||
|
||
msgid "Loading options" | ||
msgstr "" | ||
|
||
msgid "No options found" | ||
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Translators: | ||
# trendspotter <[email protected]>, 2021 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: trendspotter <[email protected]>, 2021\n" | ||
"Language-Team: Czech (https://www.transifex.com/hisp-uio/teams/100509/cs/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: cs\n" | ||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" | ||
|
||
msgid "Clear" | ||
msgstr "Vyčistit" | ||
|
||
msgid "No data found" | ||
msgstr "Nenalezena žádná data" | ||
|
||
msgid "Type to filter options" | ||
msgstr "Zadáním filtrujete možnosti" | ||
|
||
msgid "Loading options" | ||
msgstr "Možnosti načítání" | ||
|
||
msgid "No options found" | ||
msgstr "Nenalezeny žádné možnosti" |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Translators: | ||
# phil_dhis2, 2021 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: phil_dhis2, 2021\n" | ||
"Language-Team: Danish (https://www.transifex.com/hisp-uio/teams/100509/da/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: da\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
msgid "Clear" | ||
msgstr "Clear" | ||
|
||
msgid "No data found" | ||
msgstr "" | ||
|
||
msgid "Type to filter options" | ||
msgstr "" | ||
|
||
msgid "Loading options" | ||
msgstr "" | ||
|
||
msgid "No options found" | ||
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-05-10T11:56:32.496Z\n" | ||
|
||
msgid "Clear" | ||
msgstr "" | ||
|
||
msgid "No data found" | ||
msgstr "" | ||
|
||
msgid "Type to filter options" | ||
msgstr "" | ||
|
||
msgid "Loading options" | ||
msgstr "" | ||
|
||
msgid "No options found" | ||
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Translators: | ||
# Prabhjot Singh, 2021 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: Prabhjot Singh, 2021\n" | ||
"Language-Team: Spanish (https://www.transifex.com/hisp-uio/teams/100509/es/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: es\n" | ||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" | ||
|
||
msgid "Clear" | ||
msgstr "Limpiar" | ||
|
||
msgid "No data found" | ||
msgstr "Datos no encontrados" | ||
|
||
msgid "Type to filter options" | ||
msgstr "Escriba para filtrar opciones" | ||
|
||
msgid "Loading options" | ||
msgstr "Cargando las opciones" | ||
|
||
msgid "No options found" | ||
msgstr "No se ha encontrado ninguna opción" |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Translators: | ||
# Jaime Bosque <[email protected]>, 2022 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: Jaime Bosque <[email protected]>, 2022\n" | ||
"Language-Team: Spanish (Latin America) (https://www.transifex.com/hisp-uio/teams/100509/es_419/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: es_419\n" | ||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" | ||
|
||
msgid "Clear" | ||
msgstr "Limpiar" | ||
|
||
msgid "No data found" | ||
msgstr "" | ||
|
||
msgid "Type to filter options" | ||
msgstr "" | ||
|
||
msgid "Loading options" | ||
msgstr "" | ||
|
||
msgid "No options found" | ||
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# | ||
# Translators: | ||
# phil_dhis2, 2021 | ||
# Viktor Varland <[email protected]>, 2021 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: Viktor Varland <[email protected]>, 2021\n" | ||
"Language-Team: French (https://www.transifex.com/hisp-uio/teams/100509/fr/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: fr\n" | ||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" | ||
|
||
msgid "Clear" | ||
msgstr "Effacer" | ||
|
||
msgid "No data found" | ||
msgstr "Aucune valeur trouvée" | ||
|
||
msgid "Type to filter options" | ||
msgstr "" | ||
|
||
msgid "Loading options" | ||
msgstr "" | ||
|
||
msgid "No options found" | ||
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# | ||
# Translators: | ||
# Viktor Varland <[email protected]>, 2021 | ||
# Farida Sibuea <[email protected]>, 2023 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: Farida Sibuea <[email protected]>, 2023\n" | ||
"Language-Team: Indonesian (https://app.transifex.com/hisp-uio/teams/100509/id/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: id\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
|
||
msgid "Clear" | ||
msgstr "Hapus" | ||
|
||
msgid "No data found" | ||
msgstr "Tidak ada data yang ditemukan" | ||
|
||
msgid "Type to filter options" | ||
msgstr "Tipe opsi filter" | ||
|
||
msgid "Loading options" | ||
msgstr "Opsi mengunggah" | ||
|
||
msgid "No options found" | ||
msgstr "Opsi tidak tersedia" |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Translators: | ||
# channara rin, 2023 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: channara rin, 2023\n" | ||
"Language-Team: Khmer (https://app.transifex.com/hisp-uio/teams/100509/km/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: km\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
|
||
msgid "Clear" | ||
msgstr "សម្អាត" | ||
|
||
msgid "No data found" | ||
msgstr "មិនមានទិន្នន័យបង្ហាញ" | ||
|
||
msgid "Type to filter options" | ||
msgstr "វាយបញ្ចូលមុខងារដើម្បីច្រោះ" | ||
|
||
msgid "Loading options" | ||
msgstr "កំពុងទាញយកមុខងារ" | ||
|
||
msgid "No options found" | ||
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Translators: | ||
# phil_dhis2, 2021 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: i18next-conv\n" | ||
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n" | ||
"PO-Revision-Date: 2021-06-24 12:50+0000\n" | ||
"Last-Translator: phil_dhis2, 2021\n" | ||
"Language-Team: Lao (https://www.transifex.com/hisp-uio/teams/100509/lo/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: lo\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
|
||
msgid "Clear" | ||
msgstr "ລຶບ" | ||
|
||
msgid "No data found" | ||
msgstr "ບໍ່ພົບຂໍ້ມູນ" | ||
|
||
msgid "Type to filter options" | ||
msgstr "" | ||
|
||
msgid "Loading options" | ||
msgstr "" | ||
|
||
msgid "No options found" | ||
msgstr "" |
Oops, something went wrong.