Spaces:
Running
on
Zero
Running
on
Zero
File size: 705 Bytes
4f8fe8f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# topic_translator.py
translate_topics = {
'Agriculture': '๋์
',
'Climate Change': '๊ธฐํ๋ณํ',
'Economic Growth': '๊ฒฝ์ ์ฑ์ฅ',
'Education': '๊ต์ก',
'Energy': '์๋์ง',
'Environment': 'ํ๊ฒฝ',
'Finance': '๊ธ์ต',
'Gender': '์ฑํ๋ฑ',
'Governance': '๊ฑฐ๋ฒ๋์ค',
'Health': '๋ณด๊ฑด',
'Infrastructure': '์ธํ๋ผ',
'Labor': '๋
ธ๋',
'Macroeconomics': '๊ฑฐ์๊ฒฝ์ ',
'Poverty': '๋น๊ณค',
'Private Sector Development': '๋ฏผ๊ฐ๋ถ๋ฌธ ๊ฐ๋ฐ',
'Public Sector': '๊ณต๊ณต๋ถ๋ฌธ',
'Social Development': '์ฌํ๊ฐ๋ฐ',
'Social Protection': '์ฌํ๋ณดํธ',
'Trade': '๋ฌด์ญ',
'Urban Development': '๋์๊ฐ๋ฐ'
} |