Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Review fixes for ukrainian translation - part 2 #36

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions json_matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ arrEffekte = [
"effekt_fr": "Bronchite chronique",
"effekt_it": "Bronchite cronica",
"effekt_tr": "Kronik bronşit",
"effekt_uk": "Хронічний бронхіт",
"effekt_uk": "Хронічний Бронхіт",
"organ": "atemwege"
},
{
Expand Down Expand Up @@ -228,7 +228,7 @@ arrEffekte = [
"effekt_fr": "Bronchite",
"effekt_it": "Bronchite",
"effekt_tr": "Bronşit",
"effekt_uk": "бронхіт",
"effekt_uk": "Бронхіт",
"organ": "atemwege"
},
{
Expand Down
10 changes: 5 additions & 5 deletions json_text.js
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ arrUI = [
"text_fr": "A court terme",
"text_it": "A breve termine",
"text_tr": "Kısa dönem",
"text_uk": "Коротко<br>стро<br>ковий",
"text_uk": "Коротко-<br>стро-<br>ковий",
},
{
"id": 2,
Expand All @@ -1291,7 +1291,7 @@ arrUI = [
"text_fr": "A long terme",
"text_it": "A lungo termine",
"text_tr": "Uzun dönem",
"text_uk": "Довго<br>стро<br>ковий",
"text_uk": "Довго-<br>стро-<br>ковий",
},

{
Expand Down Expand Up @@ -1332,7 +1332,7 @@ arrUI = [
"text_fr": "Dioxyde de soufre",
"text_it": "Diossido di zolfo",
"text_tr": "Sülfür dioksit",
"text_uk": "ДДвоокис сірки",
"text_uk": "Двоокис сірки",
},
{
"id": 7,
Expand All @@ -1342,7 +1342,7 @@ arrUI = [
"text_fr": "Monoxyde de carbone",
"text_it": "Monossido di carbonio",
"text_tr": "Karbon monoksit",
"text_uk": "TОкис вуглецю",
"text_uk": "Окис вуглецю",
},

{
Expand Down Expand Up @@ -1648,7 +1648,7 @@ arrUI = [
"," +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects-turkish\" target=\"_blank\"> турецькою</a>" +
", та" +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects-ukrainian\" target=\"_blank\"> українська</a>" +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects-ukrainian\" target=\"_blank\"> українською</a>" +
"." +
"<br><br>" +
"Додаткова довідкова інформація наведена в нижній частині малюнка.",
Expand Down