1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| const translation = {
| tags: {
| finance: 'Maliye',
| utilities: 'Yardımcı program',
| design: 'Tasarım',
| image: 'Resim',
| videos: 'Video',
| other: 'Diğer',
| education: 'Eğitim',
| medical: 'Tıbbi',
| social: 'Sosyal',
| agent: 'Aracı',
| business: 'İş',
| weather: 'Hava',
| travel: 'Seyahat',
| productivity: 'Verimli -lik',
| news: 'Haberler',
| entertainment: 'Eğlence',
| search: 'Aramak',
| },
| allTags: 'Tüm Etiketler',
| searchTags: 'Arama Etiketleri',
| }
|
| export default translation
|
|