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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
|
{
"extensionName": {
"message": "LibRedirect",
"description": "name of the extension"
},
"extensionDescription": {
"message": "Selainlaajennus joka uudelleenohjaa suositut sivustot vaihtoehtoisiin yksityisyysystävällisiin käyttöliittymiin",
"description": "description of the extension"
},
"switchInstance": {
"message": "Vaihda instanssi",
"description": "used in manifest.json as shortcut description"
},
"settings": {
"message": "Asetukset",
"description": "used in the popup"
},
"general": {
"message": "Yleiset",
"description": "used in the settings page"
},
"theme": {
"message": "Teema",
"description": "used in the settings page"
},
"light": {
"message": "Vaalea",
"description": "used in the settings page"
},
"dark": {
"message": "Tumma",
"description": "used in the settings page"
},
"auto": {
"message": "Automaattinen",
"description": "used in the settings page"
},
"excludeFromRedirecting": {
"message": "Poissuljettu uudelleenohjaukselta",
"description": "used in the settings page"
},
"importSettings": {
"message": "Tuo asetukset",
"description": "used in the settings page"
},
"exportSettings": {
"message": "Vie asetukset",
"description": "used in the settings page"
},
"resetSettings": {
"message": "Nollaa asetukset",
"description": "used in the settings page"
},
"enable": {
"message": "Ota käyttöön",
"description": "used in the settings page"
},
"showInPopup": {
"message": "Näytä ponnahdusvalikossa",
"description": "used in the settings page"
},
"frontend": {
"message": "Käyttöliittymä",
"description": "used in the settings page"
},
"redirectType": {
"message": "Uudelleenohjauksen tyyppi",
"description": "used in the settings page"
},
"both": {
"message": "molemmat",
"description": "used in the settings page"
},
"onlyEmbedded": {
"message": "vain upotetut",
"description": "used in the settings page"
},
"onlyNotEmbedded": {
"message": "vain muut kuin upotetut",
"description": "used in the settings page"
},
"addYourFavoriteInstances": {
"message": "Lisää suosikki-instanssisi",
"description": "used in the settings page"
},
"copyOriginal": {
"message": "Kopioi alkuperäinen"
},
"copied": {
"message": "Kopioitu"
},
"redirectToOriginal": {
"message": "Uudelleenohjaa alkuperäiseen",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "Yritä uudelleenohjata",
"description": "Used in context menus when right clicking on a hyperlink"
},
"about": {
"message": "Tietoja"
},
"unsupportedIframesHandling": {
"message": "Tukemattomien upotusten käsittely"
},
"fetchPublicInstances": {
"message": "Hae julkiset instanssit"
},
"disable": {
"message": "Poista käytöstä"
},
"pingInstances": {
"message": "Kokeile yhteyttä instanssiin"
},
"exportSettingsToSync": {
"message": "Vie asetukset Sync:iin"
},
"importSettingsFromSync": {
"message": "Tuo asetukset Sync:istä"
},
"services": {
"message": "Palvelut"
},
"service": {
"message": "Palvelu"
},
"bookmarksMenu": {
"message": "Kirjanmerkkipalkki"
},
"redirectOnlyInIncognito": {
"message": "Uudelleenohjaa vain yksityisikkunassa"
},
"bypass": {
"message": "Ohita"
},
"block": {
"message": "Estä"
},
"searchHint": {
"message": "Aseta LibRedirect oletushakukoneeksi. Ohjeita varten chromium-selaimissa, paina <a href='https://libredirect.github.io/docs.html#search_engine_chromium' target='_blank' rel='noopener noreferrer'>tästä</a>."
},
"redirect": {
"message": "Uudelleenohjaa"
},
"autoPickInstance": {
"message": "Automaattisesti valitse instanssi"
},
"redirectGoogle": {
"message": "Uudelleenohjaa Googleen"
},
"search_frontend": {
"message": "Hae käyttöliittymää"
},
"searchService": {
"message": "Hae palveluja"
},
"embedFrontend": {
"message": "Upota käyttöliittymä"
}
}
|