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: {
| design: 'Oblikovanje',
| videos: 'Videi',
| education: 'Izobraževanje',
| search: 'Iskanje',
| image: 'Slika',
| medical: 'Medicinski',
| weather: 'Vreme',
| social: 'Družbeni',
| entertainment: 'Zabava',
| productivity: 'Produktivnost',
| finance: 'Finance',
| news: 'Novice',
| business: 'Poslovanje',
| utilities: 'Komunalne storitve',
| agent: 'Agent',
| other: 'Drugo',
| travel: 'Potovanje',
| },
| searchTags: 'Iskalne oznake',
| allTags: 'Vse nalepke',
| }
|
| export default translation
|
|