11 lines
240 B
Python
11 lines
240 B
Python
translations = {
|
|
'Schreibtisch': 'Desktop',
|
|
'Dokumente': 'Documents',
|
|
'Downloads': 'Downloads',
|
|
'Musik': 'Music',
|
|
'Bilder': 'Pictures',
|
|
'Öffentlich': 'Public',
|
|
'Vorlagen': 'Templates',
|
|
'Videos': 'Videos',
|
|
}
|