Skip to content

Commit 2154af1

Browse files
committed
Prepare for the addition of the Swedish translation
1 parent 5382fe8 commit 2154af1

File tree

3 files changed

+276
-7
lines changed

3 files changed

+276
-7
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
<a href="index.html?a_lang=en">EN</a><br>
9999
<a href="index.html?a_lang=fr">FR</a><br>
100100
<a href="index.html?a_lang=it">IT</a><br>
101-
<a href="index.html?a_lang=tr">TR</a>
101+
<a href="index.html?a_lang=tr">TR</a><br>
102+
<a href="index.html?a_lang=sv">SV</a>
102103
</div>
103104
< for testing end. -->
104105

json_matrix.js

+47
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ arrNoxen = [
1010
"noxe_fr": "Poussières fines",
1111
"noxe_it": "Polveri sottili",
1212
"noxe_tr": "Partikül Madde",
13+
"noxe_sv": "TODO SV: Particulate matter",
1314
},
1415
{
1516
"id": 2,
@@ -18,6 +19,7 @@ arrNoxen = [
1819
"noxe_fr": "Ozone",
1920
"noxe_it": "Ozono",
2021
"noxe_tr": "Ozon",
22+
"noxe_sv": "TODO SV: Ozone",
2123
},
2224
{
2325
"id": 3,
@@ -26,6 +28,7 @@ arrNoxen = [
2628
"noxe_fr": "Dioxyde d'azote",
2729
"noxe_it": "Diossido di azoto",
2830
"noxe_tr": "Azot dioksit",
31+
"noxe_sv": "TODO SV: Nitrogen dioxide",
2932
},
3033
{
3134
"id": 4,
@@ -34,6 +37,7 @@ arrNoxen = [
3437
"noxe_fr": "Dioxyde de soufre",
3538
"noxe_it": "Anidride solforosa",
3639
"noxe_tr": "Sülfür dioksit",
40+
"noxe_sv": "TODO SV: Sulphur dioxide",
3741
},
3842
{
3943
"id": 5,
@@ -42,6 +46,7 @@ arrNoxen = [
4246
"noxe_fr": "Monoxyde de carbone",
4347
"noxe_it": "Monossido di carbonio",
4448
"noxe_tr": "Karbonmonoksit",
49+
"noxe_sv": "TODO SV: Carbon monoxide",
4550
}
4651
];
4752

@@ -55,6 +60,7 @@ arrOrgane = [
5560
"organ_fr": "Voies respiratoires",
5661
"organ_it": "Vie respiratorie",
5762
"organ_tr": "Solunum sistemi",
63+
"organ_sv": "TODO SV: Respiratory system",
5864
},
5965
{
6066
"id": 2,
@@ -64,6 +70,7 @@ arrOrgane = [
6470
"organ_fr": "Système cardiovasculaire",
6571
"organ_it": "Sistema cardiovascolare",
6672
"organ_tr": "Kardiyovasküler sistem",
73+
"organ_sv": "TODO SV: Cardiovascular system",
6774
},
6875
{
6976
"id": 3,
@@ -73,6 +80,7 @@ arrOrgane = [
7380
"organ_fr": "Système nerveux",
7481
"organ_it": "Sistema nervoso",
7582
"organ_tr": "Sinir sistemi",
83+
"organ_sv": "TODO SV: Nervous system",
7684
},
7785
{
7886
"id": 4,
@@ -82,6 +90,7 @@ arrOrgane = [
8290
"organ_fr": "Métabolisme/système immunitaire",
8391
"organ_it": "Metabolismo/sistema immunitario",
8492
"organ_tr": "Metabolizma/Bağışıklık sistemi",
93+
"organ_sv": "TODO SV: Metabolism/Immune system",
8594
},
8695
{
8796
"id": 5,
@@ -91,6 +100,7 @@ arrOrgane = [
91100
"organ_fr": "Mortalité",
92101
"organ_it": "Mortalità",
93102
"organ_tr": "Ölüm",
103+
"organ_sv": "TODO SV: Mortality",
94104
},
95105
{
96106
"id": 6,
@@ -100,6 +110,7 @@ arrOrgane = [
100110
"organ_fr": "Urgences",
101111
"organ_it": "Emergenze",
102112
"organ_tr": "Acil durumlar",
113+
"organ_sv": "TODO SV: Emergency",
103114
}
104115
];
105116

@@ -112,6 +123,7 @@ arrEffekte = [
112123
"effekt_fr": "Asthme",
113124
"effekt_it": "Asma",
114125
"effekt_tr": "Astım",
126+
"effekt_sv": "TODO SV: Asthma",
115127
"organ": "Atemwege"
116128
},
117129
{
@@ -121,6 +133,7 @@ arrEffekte = [
121133
"effekt_fr": "Symptômes des voies respira&shy;toires, p. ex. respiration sifflante",
122134
"effekt_it": "Sintomi respiratori, ad es. respiro sibilante",
123135
"effekt_tr": "Solunum/solunum yolu semptomları örn. Hırıltı",
136+
"effekt_sv": "TODO SV: Respiratory/airway symptoms e.g. wheeze",
124137
"organ": "Atemwege"
125138
},
126139
{
@@ -130,6 +143,7 @@ arrEffekte = [
130143
"effekt_fr": "Aggravation de la maladie, augmentation des symptômes ou du traitement chez les patients asthmatiques",
131144
"effekt_it": "Peggioramento della malattia, più sintomi o farmaci nei pazienti con asma",
132145
"effekt_tr": "Astımlı hastalarda hastalığın alevlenmesi, semptomların artması veya ilaç tedavisi",
146+
"effekt_sv": "TODO SV: Exacerbation of the disease, increase in symptoms or medication in patients with asthma",
133147
"organ": "Atemwege"
134148
},
135149
{
@@ -139,6 +153,7 @@ arrEffekte = [
139153
"effekt_fr": "Fonction pulmonaire réduite chez les patients asthmatiques",
140154
"effekt_it": "Funzione polmonare ridotta nei pazienti con asma",
141155
"effekt_tr": "Astımlı hastalarda akciğer fonksiyonlarında azalma",
156+
"effekt_sv": "TODO SV: Lung function decline in patients with asthma",
142157
"organ": "Atemwege"
143158
},
144159
{
@@ -148,6 +163,7 @@ arrEffekte = [
148163
"effekt_fr": "Aggravation de la maladie ou aug&shy;mentation des symptômes chez les patients atteints de BPCO",
149164
"effekt_it": "Peggioramento della malattia o più sintomi in pazienti con COPD",
150165
"effekt_tr": "KOAH hastalarında hastalığın kötüleşmesi veya semptomların artması",
166+
"effekt_sv": "TODO SV: Worsening of the disease or increase in symptoms in patients with COPD",
151167
"organ": "Atemwege"
152168
},
153169
{
@@ -157,6 +173,7 @@ arrEffekte = [
157173
"effekt_fr": "Augmentation des symptômes chez les personnes allergiques",
158174
"effekt_it": "Più sintomi per chi soffre di allergie",
159175
"effekt_tr": "Alerji hastalarında semptomlarda artış",
176+
"effekt_sv": "TODO SV: Increase in symptoms for allergy patients",
160177
"organ": "Atemwege"
161178
},
162179
{
@@ -166,6 +183,7 @@ arrEffekte = [
166183
"effekt_fr": "Bronchite chronique",
167184
"effekt_it": "Bronchite cronica",
168185
"effekt_tr": "Kronik bronşit",
186+
"effekt_sv": "TODO SV: Chronic bronchitis",
169187
"organ": "Atemwege"
170188
},
171189
{
@@ -175,6 +193,7 @@ arrEffekte = [
175193
"effekt_fr": "Réduction de la fonction pulmonaire",
176194
"effekt_it": "Funzione polmonare ridotta",
177195
"effekt_tr": "Akciğer fonksiyonunda azalma",
196+
"effekt_sv": "TODO SV: Lung function decline",
178197
"organ": "Atemwege"
179198
},
180199
{
@@ -184,6 +203,7 @@ arrEffekte = [
184203
"effekt_fr": "Réduction de la croissance des poumons",
185204
"effekt_it": "Crescita polmonare ridotta",
186205
"effekt_tr": "Uyumsuz akciğer büyümesi",
206+
"effekt_sv": "TODO SV: Impaired Lung growth",
187207
"organ": "Atemwege"
188208
},
189209
{
@@ -193,6 +213,7 @@ arrEffekte = [
193213
"effekt_fr": "Accélération de la diminution de la fonction pulmonaire",
194214
"effekt_it": "Riduzione accelerata della funzione polmonare",
195215
"effekt_tr": "Akciğer fonksiyonunda hızlı düşüş",
216+
"effekt_sv": "TODO SV: Accelerated decline in lung function",
196217
"organ": "Atemwege"
197218
},
198219
{
@@ -202,6 +223,7 @@ arrEffekte = [
202223
"effekt_fr": "Bronchite",
203224
"effekt_it": "Bronchite",
204225
"effekt_tr": "Bronşit",
226+
"effekt_sv": "TODO SV: Bronchitis",
205227
"organ": "Atemwege"
206228
},
207229
{
@@ -211,6 +233,7 @@ arrEffekte = [
211233
"effekt_fr": "Inflammation des voies respira&shy;toires, réaction inflammatoire",
212234
"effekt_it": "Infiammazione delle vie aeree, reazione infiammatoria",
213235
"effekt_tr": "Hava yolu/solunum iltihabı, inflamatuar reaksiyon",
236+
"effekt_sv": "TODO SV: Airway/respiratory inflammation, inflammatory reaction",
214237
"organ": "Atemwege"
215238
},
216239
{
@@ -220,6 +243,7 @@ arrEffekte = [
220243
"effekt_fr": "Développement d’un cancer du poumon",
221244
"effekt_it": "Sviluppo di cancro ai polmoni",
222245
"effekt_tr": "Akciğer kanseri gelişimi",
246+
"effekt_sv": "TODO SV: Development of lung cancer",
223247
"organ": "Atemwege"
224248
},
225249
{
@@ -229,6 +253,7 @@ arrEffekte = [
229253
"effekt_fr": "Artériosclérose",
230254
"effekt_it": "Arteriosclerosi",
231255
"effekt_tr": "Koroner arter hastalığı",
256+
"effekt_sv": "TODO SV: Atherosclerosis",
232257
"organ": "Herz"
233258
},
234259
{
@@ -238,6 +263,7 @@ arrEffekte = [
238263
"effekt_fr": "Hypertension artérielle",
239264
"effekt_it": "Ipertensione arteriosa",
240265
"effekt_tr": "Kan basıncı, hipertansiyon",
266+
"effekt_sv": "TODO SV: Hypertension",
241267
"organ": "Herz"
242268
},
243269
{
@@ -247,6 +273,7 @@ arrEffekte = [
247273
"effekt_fr": "Arythmies cardiaques",
248274
"effekt_it": "Variabilità della frequenza cardiaca",
249275
"effekt_tr": "Aritmi",
276+
"effekt_sv": "TODO SV: Arrhythmia",
250277
"organ": "Herz"
251278
},
252279
{
@@ -256,6 +283,7 @@ arrEffekte = [
256283
"effekt_fr": "Coagulation du sang",
257284
"effekt_it": "Coagulazione del sangue",
258285
"effekt_tr": "Kan pıhtılaşması",
286+
"effekt_sv": "TODO SV: Blood coagulation",
259287
"organ": "Herz"
260288
},
261289
{
@@ -265,6 +293,7 @@ arrEffekte = [
265293
"effekt_fr": "Troubles/maladies du métabolisme des sucres et des graisses (p. ex., diabète)",
266294
"effekt_it": "Disturbi/malattie del metabolismo degli zuccheri e dei grassi (ad es. diabete)",
267295
"effekt_tr": "Şeker ve metabolik bozukluklar/hastalıklar (örn. Diyabet)",
296+
"effekt_sv": "TODO SV: Sugar- and metabolic disorders/diseases (e.g. diabetes)",
268297
"organ": "Stoffwechsel"
269298
},
270299
{
@@ -274,6 +303,7 @@ arrEffekte = [
274303
"effekt_fr": "Réduction des défenses immunitaires",
275304
"effekt_it": "Difesa immunitaria ridotta",
276305
"effekt_tr": "Bağışıklık ve savunma sisteminde azalma",
306+
"effekt_sv": "TODO SV: Decline in immune defence",
277307
"organ": "Stoffwechsel"
278308
},
279309
{
@@ -283,6 +313,7 @@ arrEffekte = [
283313
"effekt_fr": "Réduction du volume du cerveau (masse blanche)",
284314
"effekt_it": "Volume del cervello (massa bianca) ridotto",
285315
"effekt_tr": "Beyin hacminde (beyaz madde) azalma",
316+
"effekt_sv": "TODO SV: Brain volume (white matter) decline",
286317
"organ": "Nervensystem"
287318
},
288319
{
@@ -292,6 +323,7 @@ arrEffekte = [
292323
"effekt_fr": "Diminution des performances cognitives (démence)",
293324
"effekt_it": "Diminuzione delle prestazioni cognitive (demenza)",
294325
"effekt_tr": "Bilişsel performans düşüşü (demans)",
326+
"effekt_sv": "TODO SV: Cognitive performance decline (dementia)",
295327
"organ": "Nervensystem"
296328
},
297329
{
@@ -301,6 +333,7 @@ arrEffekte = [
301333
"effekt_fr": "Mortalité due à la maladie",
302334
"effekt_it": "Mortalità dovuta a malattia ",
303335
"effekt_tr": "Kaza kaynaklı olmayan ölüm",
336+
"effekt_sv": "TODO SV: Non-accidental mortality",
304337
"organ": "Sterblichkeit"
305338
},
306339
{
@@ -310,6 +343,7 @@ arrEffekte = [
310343
"effekt_fr": "Mortalité due à des maladies cardiovasculaires",
311344
"effekt_it": "Mortalità dovuta a malattie cardiovascolari",
312345
"effekt_tr": "Kardiyovasküler kaynaklı ölüm",
346+
"effekt_sv": "TODO SV: Mortality due to cardiovascular disease",
313347
"organ": "Sterblichkeit"
314348
},
315349
{
@@ -319,6 +353,7 @@ arrEffekte = [
319353
"effekt_fr": "Mortalité due à des maladies des voies respiratoires",
320354
"effekt_it": "Mortalità a causa di malattie respiratorie",
321355
"effekt_tr": "Solunum hastalıkları kaynaklı ölüm",
356+
"effekt_sv": "TODO SV: Mortality due to respiratory diseases",
322357
"organ": "Sterblichkeit"
323358
},
324359
{
@@ -328,6 +363,7 @@ arrEffekte = [
328363
"effekt_fr": "Mortalité due à l'asthme",
329364
"effekt_it": "Mortalità a causa di asma",
330365
"effekt_tr": "Ölüm: astım",
366+
"effekt_sv": "TODO SV: Mortality due to asthma",
331367
"organ": "Sterblichkeit"
332368
},
333369
{
@@ -337,6 +373,7 @@ arrEffekte = [
337373
"effekt_fr": "Mortalité due à la BPCO",
338374
"effekt_it": "Mortalità a causa di COPD",
339375
"effekt_tr": "Ölüm: KOAH",
376+
"effekt_sv": "TODO SV: Mortality due to COPD",
340377
"organ": "Sterblichkeit"
341378
},
342379
{
@@ -346,6 +383,7 @@ arrEffekte = [
346383
"effekt_fr": "Mortalité due au cancer du poumon",
347384
"effekt_it": "Mortalità a causa di cancro ai polmoni",
348385
"effekt_tr": "Ölüm: akciğer kanseri",
386+
"effekt_sv": "TODO SV: Mortality due to lung cancer",
349387
"organ": "Sterblichkeit"
350388
},
351389
{
@@ -355,6 +393,7 @@ arrEffekte = [
355393
"effekt_fr": "Mortalité due aux infections des voies respiratoires",
356394
"effekt_it": "Mortalità a causa di infezioni delle vie respiratorie",
357395
"effekt_tr": "Ölüm: solunum yolu enfeksiyonu",
396+
"effekt_sv": "TODO SV: Mortality due to respiratory (tract) infection",
358397
"organ": "Sterblichkeit"
359398
},
360399
{
@@ -364,6 +403,7 @@ arrEffekte = [
364403
"effekt_fr": "Urgences dues à des maladies respiratoires",
365404
"effekt_it": "Emergenze a causa di malattie respiratorie",
366405
"effekt_tr": "Solunum hastalıkları kaynaklı acil durum",
406+
"effekt_sv": "TODO SV: Emergency due to respiratory diseases",
367407
"organ": "Notfaelle"
368408
},
369409
{
@@ -373,6 +413,7 @@ arrEffekte = [
373413
"effekt_fr": "Urgences dues à l'asthme",
374414
"effekt_it": "Emergenze a causa di asma",
375415
"effekt_tr": "Astım kaynaklı acil durum",
416+
"effekt_sv": "TODO SV: Emergency due to asthma",
376417
"organ": "Notfaelle"
377418
},
378419
{
@@ -382,6 +423,7 @@ arrEffekte = [
382423
"effekt_fr": "Urgences dues à la BPCO",
383424
"effekt_it": "Emergenze a causa di COPD",
384425
"effekt_tr": "KOAH kaynaklı acil durum",
426+
"effekt_sv": "TODO SV: Emergency due to COPD",
385427
"organ": "Notfaelle"
386428
},
387429
{
@@ -391,6 +433,7 @@ arrEffekte = [
391433
"effekt_fr": "Urgences dues aux maladies cardiovasculaires",
392434
"effekt_it": "Emergenze a causa di malattie cardiovascolari",
393435
"effekt_tr": "Kardiyovasküler hastalıklar kaynaklı acil durum",
436+
"effekt_sv": "TODO SV: Emergency due to cardiovascular diseases",
394437
"organ": "Notfaelle"
395438
}
396439
];
@@ -457,6 +500,7 @@ arrMatrix = [
457500
"effekt_zusatz_fr": "(l'enfant)",
458501
"effekt_zusatz_it": "(bambini)",
459502
"effekt_zusatz_tr": "(çocuklar)",
503+
"effekt_zusatz_sv": "TODO SV: (children)",
460504
},
461505
{
462506
"id": 1017,
@@ -553,6 +597,7 @@ arrMatrix = [
553597
"effekt_zusatz_fr": "(cardiopulmonaire)",
554598
"effekt_zusatz_it": "(cardiopolmonare)",
555599
"effekt_zusatz_tr": "(kardiyopulmoner)",
600+
"effekt_zusatz_sv": "TODO SV: (cardiopulmonary)",
556601
},
557602
{
558603
"id": 1054,
@@ -917,6 +962,7 @@ arrMatrix = [
917962
"effekt_zusatz_fr": "(personnes sensibles)",
918963
"effekt_zusatz_it": "(persone sensibili)",
919964
"effekt_zusatz_tr": "(duyarlı kişiler)",
965+
"effekt_zusatz_sv": "TODO SV: (Susceptible persons)",
920966
},
921967
{
922968
"id": 4151,
@@ -938,6 +984,7 @@ arrMatrix = [
938984
"effekt_zusatz_fr": "(enfants, 65+/personnes âgées)",
939985
"effekt_zusatz_it": "(bambini, 65+/gli anziani)",
940986
"effekt_zusatz_tr": "(çocuk, 65+/yaşlı)",
987+
"effekt_zusatz_sv": "TODO SV: (children, 65 years and older)",
941988
},
942989

943990
{

0 commit comments

Comments
 (0)