@inlang/paraglide-js 1.0.0-prerelease.2 → 1.0.0-prerelease.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -2
- package/dist/cli/commands/compile.d.ts.map +1 -1
- package/dist/cli/commands/compile.js +16 -19
- package/dist/cli/commands/compile.test.d.ts +2 -0
- package/dist/cli/commands/compile.test.d.ts.map +1 -0
- package/dist/cli/commands/compile.test.js +77 -0
- package/dist/cli/commands/init.d.ts +26 -0
- package/dist/cli/commands/init.d.ts.map +1 -0
- package/dist/cli/commands/init.js +277 -0
- package/dist/cli/commands/init.test.d.ts +2 -0
- package/dist/cli/commands/init.test.d.ts.map +1 -0
- package/dist/cli/commands/init.test.js +472 -0
- package/dist/cli/main.d.ts +0 -8
- package/dist/cli/main.d.ts.map +1 -1
- package/dist/cli/main.js +12 -21
- package/dist/cli/main.test.d.ts +2 -0
- package/dist/cli/main.test.d.ts.map +1 -0
- package/dist/cli/main.test.js +37 -0
- package/dist/cli/state.d.ts +14 -0
- package/dist/cli/state.d.ts.map +1 -0
- package/dist/cli/state.js +28 -0
- package/dist/compiled-output/website/messages.d.ts +73 -0
- package/dist/compiled-output/website/messages.js +1543 -0
- package/dist/compiled-output/{sveltekit-example → website}/runtime.d.ts +1 -1
- package/dist/compiled-output/{react-example → website}/runtime.js +1 -1
- package/package.json +4 -1
- package/dist/compiled-output/example-javascript/messages.d.ts +0 -7
- package/dist/compiled-output/example-javascript/messages.js +0 -42
- package/dist/compiled-output/example-javascript/runtime.d.ts +0 -38
- package/dist/compiled-output/example-javascript/runtime.js +0 -112
- package/dist/compiled-output/react-example/messages.d.ts +0 -7
- package/dist/compiled-output/react-example/messages.js +0 -42
- package/dist/compiled-output/react-example/runtime.d.ts +0 -38
- package/dist/compiled-output/sveltekit-example/messages.d.ts +0 -7
- package/dist/compiled-output/sveltekit-example/messages.js +0 -42
- package/dist/compiled-output/sveltekit-example/runtime.js +0 -112
- package/dist/compiler/jsdocFromParams.d.ts +0 -12
- package/dist/compiler/jsdocFromParams.d.ts.map +0 -1
- package/dist/compiler/jsdocFromParams.js +0 -17
- package/dist/compiler/jsdocFromParams.test.d.ts +0 -2
- package/dist/compiler/jsdocFromParams.test.d.ts.map +0 -1
- package/dist/compiler/jsdocFromParams.test.js +0 -6
|
@@ -0,0 +1,1543 @@
|
|
|
1
|
+
|
|
2
|
+
import { languageTag } from "./runtime.js"
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
7
|
+
*
|
|
8
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
9
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
10
|
+
*
|
|
11
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* @returns {string}
|
|
15
|
+
*/
|
|
16
|
+
export const footer_category_application = () => {
|
|
17
|
+
const variants = {
|
|
18
|
+
"en": `Global Application`,
|
|
19
|
+
"de": `Globale Anwendung`
|
|
20
|
+
}
|
|
21
|
+
return variants[languageTag()] ?? "footer_category_application"
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
27
|
+
*
|
|
28
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
29
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
30
|
+
*
|
|
31
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
32
|
+
*
|
|
33
|
+
*
|
|
34
|
+
* @returns {string}
|
|
35
|
+
*/
|
|
36
|
+
export const footer_category_lint = () => {
|
|
37
|
+
const variants = {
|
|
38
|
+
"en": `Lint Rules`,
|
|
39
|
+
"de": `Lint Regeln`
|
|
40
|
+
}
|
|
41
|
+
return variants[languageTag()] ?? "footer_category_lint"
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
47
|
+
*
|
|
48
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
49
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
50
|
+
*
|
|
51
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
52
|
+
*
|
|
53
|
+
*
|
|
54
|
+
* @returns {string}
|
|
55
|
+
*/
|
|
56
|
+
export const footer_category_markdown = () => {
|
|
57
|
+
const variants = {
|
|
58
|
+
"en": `Global Markdown`,
|
|
59
|
+
"de": `Globales Markdown`
|
|
60
|
+
}
|
|
61
|
+
return variants[languageTag()] ?? "footer_category_markdown"
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
67
|
+
*
|
|
68
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
69
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
70
|
+
*
|
|
71
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
72
|
+
*
|
|
73
|
+
*
|
|
74
|
+
* @returns {string}
|
|
75
|
+
*/
|
|
76
|
+
export const footer_category_title = () => {
|
|
77
|
+
const variants = {
|
|
78
|
+
"en": `Categories`,
|
|
79
|
+
"de": `Kategorien`
|
|
80
|
+
}
|
|
81
|
+
return variants[languageTag()] ?? "footer_category_title"
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
87
|
+
*
|
|
88
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
89
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
90
|
+
*
|
|
91
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
92
|
+
*
|
|
93
|
+
*
|
|
94
|
+
* @returns {string}
|
|
95
|
+
*/
|
|
96
|
+
export const footer_category_website = () => {
|
|
97
|
+
const variants = {
|
|
98
|
+
"en": `Global Website`,
|
|
99
|
+
"de": `Globale Webseite`
|
|
100
|
+
}
|
|
101
|
+
return variants[languageTag()] ?? "footer_category_website"
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
107
|
+
*
|
|
108
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
109
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
110
|
+
*
|
|
111
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
112
|
+
*
|
|
113
|
+
*
|
|
114
|
+
* @returns {string}
|
|
115
|
+
*/
|
|
116
|
+
export const footer_contact_blog = () => {
|
|
117
|
+
const variants = {
|
|
118
|
+
"de": `Blog`,
|
|
119
|
+
"en": `Blog`,
|
|
120
|
+
"pt-BR": `Blog`,
|
|
121
|
+
"sk": `Blog`,
|
|
122
|
+
"zh": `博客`
|
|
123
|
+
}
|
|
124
|
+
return variants[languageTag()] ?? "footer_contact_blog"
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
130
|
+
*
|
|
131
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
132
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
133
|
+
*
|
|
134
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
135
|
+
*
|
|
136
|
+
*
|
|
137
|
+
* @returns {string}
|
|
138
|
+
*/
|
|
139
|
+
export const footer_contact_feedback = () => {
|
|
140
|
+
const variants = {
|
|
141
|
+
"de": `Feedback`,
|
|
142
|
+
"en": `Feedback`,
|
|
143
|
+
"pt-BR": `Feedback`,
|
|
144
|
+
"sk": `Spätná väzba`,
|
|
145
|
+
"zh": `反馈`
|
|
146
|
+
}
|
|
147
|
+
return variants[languageTag()] ?? "footer_contact_feedback"
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
153
|
+
*
|
|
154
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
155
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
156
|
+
*
|
|
157
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
158
|
+
*
|
|
159
|
+
*
|
|
160
|
+
* @returns {string}
|
|
161
|
+
*/
|
|
162
|
+
export const footer_contact_getInTouch = () => {
|
|
163
|
+
const variants = {
|
|
164
|
+
"de": `In Kontakt treten`,
|
|
165
|
+
"en": `Get in Touch`,
|
|
166
|
+
"pt-BR": `Fale com a gente`,
|
|
167
|
+
"sk": `Kontaktujte nás`,
|
|
168
|
+
"zh": `联系我们`
|
|
169
|
+
}
|
|
170
|
+
return variants[languageTag()] ?? "footer_contact_getInTouch"
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
176
|
+
*
|
|
177
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
178
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
179
|
+
*
|
|
180
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
181
|
+
*
|
|
182
|
+
*
|
|
183
|
+
* @returns {string}
|
|
184
|
+
*/
|
|
185
|
+
export const footer_contact_join = () => {
|
|
186
|
+
const variants = {
|
|
187
|
+
"de": `Bewerben`,
|
|
188
|
+
"en": `Join the Team`,
|
|
189
|
+
"pt-BR": `Faça parte da equipe`,
|
|
190
|
+
"sk": `Pridajte sa k tímu`,
|
|
191
|
+
"zh": `加入团队`
|
|
192
|
+
}
|
|
193
|
+
return variants[languageTag()] ?? "footer_contact_join"
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
199
|
+
*
|
|
200
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
201
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
202
|
+
*
|
|
203
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
204
|
+
*
|
|
205
|
+
*
|
|
206
|
+
* @returns {string}
|
|
207
|
+
*/
|
|
208
|
+
export const footer_contact_title = () => {
|
|
209
|
+
const variants = {
|
|
210
|
+
"de": `Kontakt`,
|
|
211
|
+
"en": `Let's talk`,
|
|
212
|
+
"pt-BR": `Vamos conversar`,
|
|
213
|
+
"sk": `Poďme sa rozprávať`,
|
|
214
|
+
"zh": `联系`
|
|
215
|
+
}
|
|
216
|
+
return variants[languageTag()] ?? "footer_contact_title"
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
222
|
+
*
|
|
223
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
224
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
225
|
+
*
|
|
226
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
227
|
+
*
|
|
228
|
+
*
|
|
229
|
+
* @returns {string}
|
|
230
|
+
*/
|
|
231
|
+
export const footer_documentation_contribute = () => {
|
|
232
|
+
const variants = {
|
|
233
|
+
"de": `Mitwirken`,
|
|
234
|
+
"en": `Contribute`,
|
|
235
|
+
"pt-BR": `Contribua`,
|
|
236
|
+
"sk": `Prispieť`,
|
|
237
|
+
"zh": `贡献指南`
|
|
238
|
+
}
|
|
239
|
+
return variants[languageTag()] ?? "footer_documentation_contribute"
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
245
|
+
*
|
|
246
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
247
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
248
|
+
*
|
|
249
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
250
|
+
*
|
|
251
|
+
*
|
|
252
|
+
* @returns {string}
|
|
253
|
+
*/
|
|
254
|
+
export const footer_documentation_gettingStarted = () => {
|
|
255
|
+
const variants = {
|
|
256
|
+
"de": `Loslegen`,
|
|
257
|
+
"en": `Getting Started`,
|
|
258
|
+
"pt-BR": `Começando agora`,
|
|
259
|
+
"sk": `Začať`,
|
|
260
|
+
"zh": `使用入门指南`
|
|
261
|
+
}
|
|
262
|
+
return variants[languageTag()] ?? "footer_documentation_gettingStarted"
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
268
|
+
*
|
|
269
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
270
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
271
|
+
*
|
|
272
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
273
|
+
*
|
|
274
|
+
*
|
|
275
|
+
* @returns {string}
|
|
276
|
+
*/
|
|
277
|
+
export const footer_documentation_title = () => {
|
|
278
|
+
const variants = {
|
|
279
|
+
"en": `Build on inlang`,
|
|
280
|
+
"pt-BR": `Documentação`,
|
|
281
|
+
"sk": `Dokumentácia`,
|
|
282
|
+
"zh": `文档`,
|
|
283
|
+
"de": `Bauen Sie auf Inlang auf`
|
|
284
|
+
}
|
|
285
|
+
return variants[languageTag()] ?? "footer_documentation_title"
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
291
|
+
*
|
|
292
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
293
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
294
|
+
*
|
|
295
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
296
|
+
*
|
|
297
|
+
*
|
|
298
|
+
* @returns {string}
|
|
299
|
+
*/
|
|
300
|
+
export const footer_documentation_whyInlang = () => {
|
|
301
|
+
const variants = {
|
|
302
|
+
"de": `Warum inlang?`,
|
|
303
|
+
"en": `Why inlang?`,
|
|
304
|
+
"pt-BR": `Porquê o inlang?`,
|
|
305
|
+
"sk": `Prečo inlang?`,
|
|
306
|
+
"zh": `为什么是 inlang?`
|
|
307
|
+
}
|
|
308
|
+
return variants[languageTag()] ?? "footer_documentation_whyInlang"
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
314
|
+
*
|
|
315
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
316
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
317
|
+
*
|
|
318
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
319
|
+
*
|
|
320
|
+
*
|
|
321
|
+
* @returns {string}
|
|
322
|
+
*/
|
|
323
|
+
export const footer_inlang_tagline = () => {
|
|
324
|
+
const variants = {
|
|
325
|
+
"en": `The ecosystem to go global`,
|
|
326
|
+
"de": `Das Ökosystem um global zu gehen`
|
|
327
|
+
}
|
|
328
|
+
return variants[languageTag()] ?? "footer_inlang_tagline"
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
334
|
+
*
|
|
335
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
336
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
337
|
+
*
|
|
338
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
339
|
+
*
|
|
340
|
+
*
|
|
341
|
+
* @returns {string}
|
|
342
|
+
*/
|
|
343
|
+
export const footer_resources_discord = () => {
|
|
344
|
+
const variants = {
|
|
345
|
+
"de": `Discord`,
|
|
346
|
+
"en": `Discord`,
|
|
347
|
+
"pt-BR": `Discord`,
|
|
348
|
+
"sk": `Discord`,
|
|
349
|
+
"zh": `Discord`
|
|
350
|
+
}
|
|
351
|
+
return variants[languageTag()] ?? "footer_resources_discord"
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
357
|
+
*
|
|
358
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
359
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
360
|
+
*
|
|
361
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
362
|
+
*
|
|
363
|
+
*
|
|
364
|
+
* @returns {string}
|
|
365
|
+
*/
|
|
366
|
+
export const footer_resources_github = () => {
|
|
367
|
+
const variants = {
|
|
368
|
+
"de": `GitHub`,
|
|
369
|
+
"en": `GitHub`,
|
|
370
|
+
"pt-BR": `GitHub`,
|
|
371
|
+
"sk": `GitHub`,
|
|
372
|
+
"zh": `GitHub`
|
|
373
|
+
}
|
|
374
|
+
return variants[languageTag()] ?? "footer_resources_github"
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
/**
|
|
379
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
380
|
+
*
|
|
381
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
382
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
383
|
+
*
|
|
384
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
385
|
+
*
|
|
386
|
+
*
|
|
387
|
+
* @returns {string}
|
|
388
|
+
*/
|
|
389
|
+
export const footer_resources_marketplace = () => {
|
|
390
|
+
const variants = {
|
|
391
|
+
"de": `Marktplatz`,
|
|
392
|
+
"en": `Marketplace`,
|
|
393
|
+
"pt-BR": `Marketplace`,
|
|
394
|
+
"sk": `Trhovisko`,
|
|
395
|
+
"zh": `市场`
|
|
396
|
+
}
|
|
397
|
+
return variants[languageTag()] ?? "footer_resources_marketplace"
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
403
|
+
*
|
|
404
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
405
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
406
|
+
*
|
|
407
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
408
|
+
*
|
|
409
|
+
*
|
|
410
|
+
* @returns {string}
|
|
411
|
+
*/
|
|
412
|
+
export const footer_resources_roadmap = () => {
|
|
413
|
+
const variants = {
|
|
414
|
+
"de": `Produktplan`,
|
|
415
|
+
"en": `Roadmap`,
|
|
416
|
+
"pt-BR": `Roadmap`,
|
|
417
|
+
"sk": `Roadmap`,
|
|
418
|
+
"zh": `发展计划`
|
|
419
|
+
}
|
|
420
|
+
return variants[languageTag()] ?? "footer_resources_roadmap"
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
426
|
+
*
|
|
427
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
428
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
429
|
+
*
|
|
430
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
431
|
+
*
|
|
432
|
+
*
|
|
433
|
+
* @returns {string}
|
|
434
|
+
*/
|
|
435
|
+
export const footer_resources_title = () => {
|
|
436
|
+
const variants = {
|
|
437
|
+
"de": `Ressourcen`,
|
|
438
|
+
"en": `Resources`,
|
|
439
|
+
"pt-BR": `Recursos`,
|
|
440
|
+
"sk": `Zdroje`,
|
|
441
|
+
"zh": `资源`
|
|
442
|
+
}
|
|
443
|
+
return variants[languageTag()] ?? "footer_resources_title"
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
449
|
+
*
|
|
450
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
451
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
452
|
+
*
|
|
453
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
454
|
+
*
|
|
455
|
+
*
|
|
456
|
+
* @returns {string}
|
|
457
|
+
*/
|
|
458
|
+
export const footer_resources_twitter = () => {
|
|
459
|
+
const variants = {
|
|
460
|
+
"de": `X`,
|
|
461
|
+
"en": `X`,
|
|
462
|
+
"pt-BR": `X`,
|
|
463
|
+
"sk": `X`,
|
|
464
|
+
"zh": `推特`
|
|
465
|
+
}
|
|
466
|
+
return variants[languageTag()] ?? "footer_resources_twitter"
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
472
|
+
*
|
|
473
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
474
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
475
|
+
*
|
|
476
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
477
|
+
*
|
|
478
|
+
*
|
|
479
|
+
* @returns {string}
|
|
480
|
+
*/
|
|
481
|
+
export const home_featured_title = () => {
|
|
482
|
+
const variants = {
|
|
483
|
+
"en": `Featured`,
|
|
484
|
+
"de": `Hervorgehoben`
|
|
485
|
+
}
|
|
486
|
+
return variants[languageTag()] ?? "home_featured_title"
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
/**
|
|
491
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
492
|
+
*
|
|
493
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
494
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
495
|
+
*
|
|
496
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
497
|
+
*
|
|
498
|
+
*
|
|
499
|
+
* @returns {string}
|
|
500
|
+
*/
|
|
501
|
+
export const home_inlang_button = () => {
|
|
502
|
+
const variants = {
|
|
503
|
+
"en": `More about the ecosystem`,
|
|
504
|
+
"de": `Mehr zum Ökosystem`
|
|
505
|
+
}
|
|
506
|
+
return variants[languageTag()] ?? "home_inlang_button"
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
/**
|
|
511
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
512
|
+
*
|
|
513
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
514
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
515
|
+
*
|
|
516
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
517
|
+
*
|
|
518
|
+
*
|
|
519
|
+
* @returns {string}
|
|
520
|
+
*/
|
|
521
|
+
export const home_inlang_description = () => {
|
|
522
|
+
const variants = {
|
|
523
|
+
"en": `Expand to new markets and acquire more customers.`,
|
|
524
|
+
"de": `Erschließe neue Märkte und gewinne mehr Kunden.`
|
|
525
|
+
}
|
|
526
|
+
return variants[languageTag()] ?? "home_inlang_description"
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
/**
|
|
531
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
532
|
+
*
|
|
533
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
534
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
535
|
+
*
|
|
536
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
537
|
+
*
|
|
538
|
+
*
|
|
539
|
+
* @returns {string}
|
|
540
|
+
*/
|
|
541
|
+
export const home_inlang_title_first_part = () => {
|
|
542
|
+
const variants = {
|
|
543
|
+
"en": `Welcome to inlang,`,
|
|
544
|
+
"de": `Willkommen bei inlang,`
|
|
545
|
+
}
|
|
546
|
+
return variants[languageTag()] ?? "home_inlang_title_first_part"
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
/**
|
|
551
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
552
|
+
*
|
|
553
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
554
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
555
|
+
*
|
|
556
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
557
|
+
*
|
|
558
|
+
*
|
|
559
|
+
* @returns {string}
|
|
560
|
+
*/
|
|
561
|
+
export const home_inlang_title_second_part = () => {
|
|
562
|
+
const variants = {
|
|
563
|
+
"en": `the ecosystem to go global.`,
|
|
564
|
+
"de": `das Ökosystem um global zu gehen.`
|
|
565
|
+
}
|
|
566
|
+
return variants[languageTag()] ?? "home_inlang_title_second_part"
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
/**
|
|
571
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
572
|
+
*
|
|
573
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
574
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
575
|
+
*
|
|
576
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
577
|
+
*
|
|
578
|
+
*
|
|
579
|
+
* @returns {string}
|
|
580
|
+
*/
|
|
581
|
+
export const home_lix_button = () => {
|
|
582
|
+
const variants = {
|
|
583
|
+
"en": `More about Lix`,
|
|
584
|
+
"de": `Mehr über Lix`
|
|
585
|
+
}
|
|
586
|
+
return variants[languageTag()] ?? "home_lix_button"
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
592
|
+
*
|
|
593
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
594
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
595
|
+
*
|
|
596
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
597
|
+
*
|
|
598
|
+
*
|
|
599
|
+
* @returns {string}
|
|
600
|
+
*/
|
|
601
|
+
export const home_lix_description = () => {
|
|
602
|
+
const variants = {
|
|
603
|
+
"en": `The backbone of the ecosystem`,
|
|
604
|
+
"de": `Die Basis des Ökosystems`
|
|
605
|
+
}
|
|
606
|
+
return variants[languageTag()] ?? "home_lix_description"
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
612
|
+
*
|
|
613
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
614
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
615
|
+
*
|
|
616
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
617
|
+
*
|
|
618
|
+
*
|
|
619
|
+
* @returns {string}
|
|
620
|
+
*/
|
|
621
|
+
export const home_lix_title = () => {
|
|
622
|
+
const variants = {
|
|
623
|
+
"en": `Lix change control`,
|
|
624
|
+
"de": `Lix-Änderungskontrolle`
|
|
625
|
+
}
|
|
626
|
+
return variants[languageTag()] ?? "home_lix_title"
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
/**
|
|
631
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
632
|
+
*
|
|
633
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
634
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
635
|
+
*
|
|
636
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
637
|
+
*
|
|
638
|
+
*
|
|
639
|
+
* @returns {string}
|
|
640
|
+
*/
|
|
641
|
+
export const home_stack_title = () => {
|
|
642
|
+
const variants = {
|
|
643
|
+
"en": `Stack`,
|
|
644
|
+
"de": `Stack`
|
|
645
|
+
}
|
|
646
|
+
return variants[languageTag()] ?? "home_stack_title"
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
652
|
+
*
|
|
653
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
654
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
655
|
+
*
|
|
656
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
657
|
+
*
|
|
658
|
+
*
|
|
659
|
+
* @returns {string}
|
|
660
|
+
*/
|
|
661
|
+
export const home_guides_title = () => {
|
|
662
|
+
const variants = {
|
|
663
|
+
"en": `Guides`,
|
|
664
|
+
"de": `Guides`
|
|
665
|
+
}
|
|
666
|
+
return variants[languageTag()] ?? "home_guides_title"
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
/**
|
|
671
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
672
|
+
*
|
|
673
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
674
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
675
|
+
*
|
|
676
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
677
|
+
*
|
|
678
|
+
*
|
|
679
|
+
* @returns {string}
|
|
680
|
+
*/
|
|
681
|
+
export const marketplace_application_header_generic_button = () => {
|
|
682
|
+
const variants = {
|
|
683
|
+
"en": `Get started`,
|
|
684
|
+
"de": `Loslegen`
|
|
685
|
+
}
|
|
686
|
+
return variants[languageTag()] ?? "marketplace_application_header_generic_button"
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
/**
|
|
691
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
692
|
+
*
|
|
693
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
694
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
695
|
+
*
|
|
696
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
697
|
+
*
|
|
698
|
+
*
|
|
699
|
+
* @returns {string}
|
|
700
|
+
*/
|
|
701
|
+
export const marketplace_application_header_generic_description = () => {
|
|
702
|
+
const variants = {
|
|
703
|
+
"en": `A general guide on the minimum steps required to make your project ready for the ecosystem of inlang.`,
|
|
704
|
+
"de": `Eine allgemeine Anleitung, um dein Projekt mit dem inlang-Ökosystem aufzusetzen.`
|
|
705
|
+
}
|
|
706
|
+
return variants[languageTag()] ?? "marketplace_application_header_generic_description"
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
712
|
+
*
|
|
713
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
714
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
715
|
+
*
|
|
716
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
717
|
+
*
|
|
718
|
+
*
|
|
719
|
+
* @returns {string}
|
|
720
|
+
*/
|
|
721
|
+
export const marketplace_application_header_generic_tag = () => {
|
|
722
|
+
const variants = {
|
|
723
|
+
"en": `How to`,
|
|
724
|
+
"de": `How to`
|
|
725
|
+
}
|
|
726
|
+
return variants[languageTag()] ?? "marketplace_application_header_generic_tag"
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
/**
|
|
731
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
732
|
+
*
|
|
733
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
734
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
735
|
+
*
|
|
736
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
737
|
+
*
|
|
738
|
+
*
|
|
739
|
+
* @returns {string}
|
|
740
|
+
*/
|
|
741
|
+
export const marketplace_application_header_generic_title = () => {
|
|
742
|
+
const variants = {
|
|
743
|
+
"en": `Setup inlang for your project`,
|
|
744
|
+
"de": `Baue inlang in dein Project ein`
|
|
745
|
+
}
|
|
746
|
+
return variants[languageTag()] ?? "marketplace_application_header_generic_title"
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
/**
|
|
751
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
752
|
+
*
|
|
753
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
754
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
755
|
+
*
|
|
756
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
757
|
+
*
|
|
758
|
+
*
|
|
759
|
+
* @returns {string}
|
|
760
|
+
*/
|
|
761
|
+
export const marketplace_application_header_svelte_button = () => {
|
|
762
|
+
const variants = {
|
|
763
|
+
"en": `Get started`,
|
|
764
|
+
"de": `Loslegen`
|
|
765
|
+
}
|
|
766
|
+
return variants[languageTag()] ?? "marketplace_application_header_svelte_button"
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
/**
|
|
771
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
772
|
+
*
|
|
773
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
774
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
775
|
+
*
|
|
776
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
777
|
+
*
|
|
778
|
+
*
|
|
779
|
+
* @returns {string}
|
|
780
|
+
*/
|
|
781
|
+
export const marketplace_application_header_svelte_description = () => {
|
|
782
|
+
const variants = {
|
|
783
|
+
"en": `A basic guide on how to adopte inlang with paraglide.js and message-format-plugin in your svelte app.`,
|
|
784
|
+
"de": `Eine grundlegende Anleitung zur Einführung von inlang mit paraglide.js und dem message-format-plugin in deine Svelte App.`
|
|
785
|
+
}
|
|
786
|
+
return variants[languageTag()] ?? "marketplace_application_header_svelte_description"
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
/**
|
|
791
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
792
|
+
*
|
|
793
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
794
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
795
|
+
*
|
|
796
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
797
|
+
*
|
|
798
|
+
*
|
|
799
|
+
* @returns {string}
|
|
800
|
+
*/
|
|
801
|
+
export const marketplace_application_header_svelte_title = () => {
|
|
802
|
+
const variants = {
|
|
803
|
+
"en": `Build a global svelte app: A basic guide`,
|
|
804
|
+
"de": `Erstelle eine globale Svelte App: Eine grundlegende Anleitung`
|
|
805
|
+
}
|
|
806
|
+
return variants[languageTag()] ?? "marketplace_application_header_svelte_title"
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
/**
|
|
811
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
812
|
+
*
|
|
813
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
814
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
815
|
+
*
|
|
816
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
817
|
+
*
|
|
818
|
+
*
|
|
819
|
+
* @returns {string}
|
|
820
|
+
*/
|
|
821
|
+
export const marketplace_grid_build_your_own_description = () => {
|
|
822
|
+
const variants = {
|
|
823
|
+
"en": `Build your own solution!`,
|
|
824
|
+
"de": `Baue deine eigene Lösung!`
|
|
825
|
+
}
|
|
826
|
+
return variants[languageTag()] ?? "marketplace_grid_build_your_own_description"
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
832
|
+
*
|
|
833
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
834
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
835
|
+
*
|
|
836
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
837
|
+
*
|
|
838
|
+
*
|
|
839
|
+
* @returns {string}
|
|
840
|
+
*/
|
|
841
|
+
export const marketplace_grid_build_your_own_title = () => {
|
|
842
|
+
const variants = {
|
|
843
|
+
"en": `Can't find what you are looking for?`,
|
|
844
|
+
"de": `Du kannst nicht finden, was du suchst?`
|
|
845
|
+
}
|
|
846
|
+
return variants[languageTag()] ?? "marketplace_grid_build_your_own_title"
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
852
|
+
*
|
|
853
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
854
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
855
|
+
*
|
|
856
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
857
|
+
*
|
|
858
|
+
*
|
|
859
|
+
* @returns {string}
|
|
860
|
+
*/
|
|
861
|
+
export const marketplace_grid_need_help = () => {
|
|
862
|
+
const variants = {
|
|
863
|
+
"en": `Need help or have questions? Join our Discord!`,
|
|
864
|
+
"de": `Benötigst du Hilfe oder hast du Fragen? Trete unserem Discord bei!`
|
|
865
|
+
}
|
|
866
|
+
return variants[languageTag()] ?? "marketplace_grid_need_help"
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
/**
|
|
871
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
872
|
+
*
|
|
873
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
874
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
875
|
+
*
|
|
876
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
877
|
+
*
|
|
878
|
+
*
|
|
879
|
+
* @returns {string}
|
|
880
|
+
*/
|
|
881
|
+
export const marketplace_grid_subscribe_button = () => {
|
|
882
|
+
const variants = {
|
|
883
|
+
"en": `Notify me`,
|
|
884
|
+
"de": `Benachrichtige mich`
|
|
885
|
+
}
|
|
886
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_button"
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
/**
|
|
891
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
892
|
+
*
|
|
893
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
894
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
895
|
+
*
|
|
896
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
897
|
+
*
|
|
898
|
+
*
|
|
899
|
+
* @returns {string}
|
|
900
|
+
*/
|
|
901
|
+
export const marketplace_grid_subscribe_could_not_subscribe = () => {
|
|
902
|
+
const variants = {
|
|
903
|
+
"en": `You are already getting notified.`,
|
|
904
|
+
"de": `Du wirst bereits benachrichtigt.`
|
|
905
|
+
}
|
|
906
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_could_not_subscribe"
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
912
|
+
*
|
|
913
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
914
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
915
|
+
*
|
|
916
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
917
|
+
*
|
|
918
|
+
*
|
|
919
|
+
* @returns {string}
|
|
920
|
+
*/
|
|
921
|
+
export const marketplace_grid_subscribe_description_first_part = () => {
|
|
922
|
+
const variants = {
|
|
923
|
+
"en": `We will let you know when we get`,
|
|
924
|
+
"de": `Wir werden dich informieren, wenn wir`
|
|
925
|
+
}
|
|
926
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_description_first_part"
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
/**
|
|
931
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
932
|
+
*
|
|
933
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
934
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
935
|
+
*
|
|
936
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
937
|
+
*
|
|
938
|
+
*
|
|
939
|
+
* @returns {string}
|
|
940
|
+
*/
|
|
941
|
+
export const marketplace_grid_subscribe_description_last_part = () => {
|
|
942
|
+
const variants = {
|
|
943
|
+
"en": `some new results.`,
|
|
944
|
+
"de": `neue Ergebnisse haben.`
|
|
945
|
+
}
|
|
946
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_description_last_part"
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
/**
|
|
951
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
952
|
+
*
|
|
953
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
954
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
955
|
+
*
|
|
956
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
957
|
+
*
|
|
958
|
+
*
|
|
959
|
+
* @returns {string}
|
|
960
|
+
*/
|
|
961
|
+
export const marketplace_grid_subscribe_error = () => {
|
|
962
|
+
const variants = {
|
|
963
|
+
"en": `Something went wrong. Please try again later.`,
|
|
964
|
+
"de": `Etwas ist schief gelaufen. Bitte versuche es später noch einmal.`
|
|
965
|
+
}
|
|
966
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_error"
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
/**
|
|
971
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
972
|
+
*
|
|
973
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
974
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
975
|
+
*
|
|
976
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
977
|
+
*
|
|
978
|
+
*
|
|
979
|
+
* @returns {string}
|
|
980
|
+
*/
|
|
981
|
+
export const marketplace_grid_subscribe_no_email = () => {
|
|
982
|
+
const variants = {
|
|
983
|
+
"en": `Please enter your email address.`,
|
|
984
|
+
"de": `Gib bitte deine Email-Adresse ein.`
|
|
985
|
+
}
|
|
986
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_no_email"
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
992
|
+
*
|
|
993
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
994
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
995
|
+
*
|
|
996
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
997
|
+
*
|
|
998
|
+
*
|
|
999
|
+
* @returns {string}
|
|
1000
|
+
*/
|
|
1001
|
+
export const marketplace_grid_subscribe_placeholder = () => {
|
|
1002
|
+
const variants = {
|
|
1003
|
+
"en": `Enter email...`,
|
|
1004
|
+
"de": `Email eingeben...`
|
|
1005
|
+
}
|
|
1006
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_placeholder"
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
/**
|
|
1011
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1012
|
+
*
|
|
1013
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1014
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1015
|
+
*
|
|
1016
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1017
|
+
*
|
|
1018
|
+
*
|
|
1019
|
+
* @returns {string}
|
|
1020
|
+
*/
|
|
1021
|
+
export const marketplace_grid_subscribe_secondary_button = () => {
|
|
1022
|
+
const variants = {
|
|
1023
|
+
"en": `Help us build the ecosystem`,
|
|
1024
|
+
"de": `Helfe uns, das Ökosystem aufzubauen`
|
|
1025
|
+
}
|
|
1026
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_secondary_button"
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
/**
|
|
1031
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1032
|
+
*
|
|
1033
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1034
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1035
|
+
*
|
|
1036
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1037
|
+
*
|
|
1038
|
+
*
|
|
1039
|
+
* @returns {string}
|
|
1040
|
+
*/
|
|
1041
|
+
export const marketplace_grid_subscribe_success = () => {
|
|
1042
|
+
const variants = {
|
|
1043
|
+
"en": `You will be notified when this feature is available.`,
|
|
1044
|
+
"de": `Du wirst benachrichtigt, wenn diese Funktion verfügbar ist.`
|
|
1045
|
+
}
|
|
1046
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_success"
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
/**
|
|
1051
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1052
|
+
*
|
|
1053
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1054
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1055
|
+
*
|
|
1056
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1057
|
+
*
|
|
1058
|
+
*
|
|
1059
|
+
* @returns {string}
|
|
1060
|
+
*/
|
|
1061
|
+
export const marketplace_grid_subscribe_title = () => {
|
|
1062
|
+
const variants = {
|
|
1063
|
+
"en": `No results yet`,
|
|
1064
|
+
"de": `Noch keine Ergebnisse`
|
|
1065
|
+
}
|
|
1066
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_title"
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
/**
|
|
1071
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1072
|
+
*
|
|
1073
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1074
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1075
|
+
*
|
|
1076
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1077
|
+
*
|
|
1078
|
+
*
|
|
1079
|
+
* @returns {string}
|
|
1080
|
+
*/
|
|
1081
|
+
export const marketplace_grid_subscribe_unvalid_email = () => {
|
|
1082
|
+
const variants = {
|
|
1083
|
+
"en": `Please enter a valid email address.`,
|
|
1084
|
+
"de": `Bitte gib eine gültige E-Mail-Adresse ein.`
|
|
1085
|
+
}
|
|
1086
|
+
return variants[languageTag()] ?? "marketplace_grid_subscribe_unvalid_email"
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
/**
|
|
1091
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1092
|
+
*
|
|
1093
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1094
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1095
|
+
*
|
|
1096
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1097
|
+
*
|
|
1098
|
+
*
|
|
1099
|
+
* @returns {string}
|
|
1100
|
+
*/
|
|
1101
|
+
export const marketplace_grid_title_generic = () => {
|
|
1102
|
+
const variants = {
|
|
1103
|
+
"en": `All Products`,
|
|
1104
|
+
"de": `Alle Produkte`
|
|
1105
|
+
}
|
|
1106
|
+
return variants[languageTag()] ?? "marketplace_grid_title_generic"
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
/**
|
|
1111
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1112
|
+
*
|
|
1113
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1114
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1115
|
+
*
|
|
1116
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1117
|
+
*
|
|
1118
|
+
*
|
|
1119
|
+
* @returns {string}
|
|
1120
|
+
*/
|
|
1121
|
+
export const marketplace_grid_title_guides = () => {
|
|
1122
|
+
const variants = {
|
|
1123
|
+
"en": `All Guides`,
|
|
1124
|
+
"de": `Alle Guides`
|
|
1125
|
+
}
|
|
1126
|
+
return variants[languageTag()] ?? "marketplace_grid_title_guides"
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
/**
|
|
1131
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1132
|
+
*
|
|
1133
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1134
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1135
|
+
*
|
|
1136
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1137
|
+
*
|
|
1138
|
+
*
|
|
1139
|
+
* @returns {string}
|
|
1140
|
+
*/
|
|
1141
|
+
export const marketplace_header_build_on_inlang_button = () => {
|
|
1142
|
+
const variants = {
|
|
1143
|
+
"en": `Build on inlang`,
|
|
1144
|
+
"de": `Baue auf inlang auf`
|
|
1145
|
+
}
|
|
1146
|
+
return variants[languageTag()] ?? "marketplace_header_build_on_inlang_button"
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
/**
|
|
1151
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1152
|
+
*
|
|
1153
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1154
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1155
|
+
*
|
|
1156
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1157
|
+
*
|
|
1158
|
+
*
|
|
1159
|
+
* @returns {string}
|
|
1160
|
+
*/
|
|
1161
|
+
export const marketplace_header_category_application = () => {
|
|
1162
|
+
const variants = {
|
|
1163
|
+
"en": `Application`,
|
|
1164
|
+
"de": `Anwendung`
|
|
1165
|
+
}
|
|
1166
|
+
return variants[languageTag()] ?? "marketplace_header_category_application"
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
/**
|
|
1171
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1172
|
+
*
|
|
1173
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1174
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1175
|
+
*
|
|
1176
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1177
|
+
*
|
|
1178
|
+
*
|
|
1179
|
+
* @returns {string}
|
|
1180
|
+
*/
|
|
1181
|
+
export const marketplace_header_category_lint = () => {
|
|
1182
|
+
const variants = {
|
|
1183
|
+
"en": `Lint Rules`,
|
|
1184
|
+
"de": `Lint Regeln`
|
|
1185
|
+
}
|
|
1186
|
+
return variants[languageTag()] ?? "marketplace_header_category_lint"
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
/**
|
|
1191
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1192
|
+
*
|
|
1193
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1194
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1195
|
+
*
|
|
1196
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1197
|
+
*
|
|
1198
|
+
*
|
|
1199
|
+
* @returns {string}
|
|
1200
|
+
*/
|
|
1201
|
+
export const marketplace_header_category_markdown = () => {
|
|
1202
|
+
const variants = {
|
|
1203
|
+
"en": `Markdown`,
|
|
1204
|
+
"de": `Markdown`
|
|
1205
|
+
}
|
|
1206
|
+
return variants[languageTag()] ?? "marketplace_header_category_markdown"
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
/**
|
|
1211
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1212
|
+
*
|
|
1213
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1214
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1215
|
+
*
|
|
1216
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1217
|
+
*
|
|
1218
|
+
*
|
|
1219
|
+
* @returns {string}
|
|
1220
|
+
*/
|
|
1221
|
+
export const marketplace_header_category_missing_something = () => {
|
|
1222
|
+
const variants = {
|
|
1223
|
+
"en": `Missing something?`,
|
|
1224
|
+
"de": `Fehlt etwas?`
|
|
1225
|
+
}
|
|
1226
|
+
return variants[languageTag()] ?? "marketplace_header_category_missing_something"
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
/**
|
|
1231
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1232
|
+
*
|
|
1233
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1234
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1235
|
+
*
|
|
1236
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1237
|
+
*
|
|
1238
|
+
*
|
|
1239
|
+
* @returns {string}
|
|
1240
|
+
*/
|
|
1241
|
+
export const marketplace_header_category_website = () => {
|
|
1242
|
+
const variants = {
|
|
1243
|
+
"en": `Website`,
|
|
1244
|
+
"de": `Webseite`
|
|
1245
|
+
}
|
|
1246
|
+
return variants[languageTag()] ?? "marketplace_header_category_website"
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
/**
|
|
1251
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1252
|
+
*
|
|
1253
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1254
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1255
|
+
*
|
|
1256
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1257
|
+
*
|
|
1258
|
+
*
|
|
1259
|
+
* @returns {string}
|
|
1260
|
+
*/
|
|
1261
|
+
export const marketplace_header_search_placeholder = () => {
|
|
1262
|
+
const variants = {
|
|
1263
|
+
"en": `⌘ + k to search`,
|
|
1264
|
+
"de": `⌘ + k um zu suchen`
|
|
1265
|
+
}
|
|
1266
|
+
return variants[languageTag()] ?? "marketplace_header_search_placeholder"
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
/**
|
|
1271
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1272
|
+
*
|
|
1273
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1274
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1275
|
+
*
|
|
1276
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1277
|
+
*
|
|
1278
|
+
*
|
|
1279
|
+
* @returns {string}
|
|
1280
|
+
*/
|
|
1281
|
+
export const newsletter_button = () => {
|
|
1282
|
+
const variants = {
|
|
1283
|
+
"de": `Abschicken`,
|
|
1284
|
+
"en": `Subscribe`,
|
|
1285
|
+
"pt-BR": `Inscrever-se`,
|
|
1286
|
+
"sk": `Prihlásiť sa`,
|
|
1287
|
+
"zh": `订阅`
|
|
1288
|
+
}
|
|
1289
|
+
return variants[languageTag()] ?? "newsletter_button"
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
/**
|
|
1294
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1295
|
+
*
|
|
1296
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1297
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1298
|
+
*
|
|
1299
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1300
|
+
*
|
|
1301
|
+
*
|
|
1302
|
+
* @returns {string}
|
|
1303
|
+
*/
|
|
1304
|
+
export const newsletter_error_alreadySubscribed = () => {
|
|
1305
|
+
const variants = {
|
|
1306
|
+
"de": `Sie haben sich bereits für unseren Newsletter angemeldet.`,
|
|
1307
|
+
"en": `You are already subscribed to our newsletter.`,
|
|
1308
|
+
"pt-BR": `Você já está inscrito em nossa newsletter.`,
|
|
1309
|
+
"sk": `Už ste sa prihlásili na odber nášho informačného bulletinu.`,
|
|
1310
|
+
"zh": `你已经订阅了我们的通讯。`
|
|
1311
|
+
}
|
|
1312
|
+
return variants[languageTag()] ?? "newsletter_error_alreadySubscribed"
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
/**
|
|
1317
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1318
|
+
*
|
|
1319
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1320
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1321
|
+
*
|
|
1322
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1323
|
+
*
|
|
1324
|
+
*
|
|
1325
|
+
* @returns {string}
|
|
1326
|
+
*/
|
|
1327
|
+
export const newsletter_error_emptyEmail = () => {
|
|
1328
|
+
const variants = {
|
|
1329
|
+
"de": `Bitte geben Sie Ihre E-Mail Adresse ein.`,
|
|
1330
|
+
"en": `Please enter your email address.`,
|
|
1331
|
+
"pt-BR": `Por favor, insira seu endereço de e-mail.`,
|
|
1332
|
+
"sk": `Zadajte svoju e-mailovú adresu.`,
|
|
1333
|
+
"zh": `请输入你的电子邮件地址。`
|
|
1334
|
+
}
|
|
1335
|
+
return variants[languageTag()] ?? "newsletter_error_emptyEmail"
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
/**
|
|
1340
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1341
|
+
*
|
|
1342
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1343
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1344
|
+
*
|
|
1345
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1346
|
+
*
|
|
1347
|
+
*
|
|
1348
|
+
* @returns {string}
|
|
1349
|
+
*/
|
|
1350
|
+
export const newsletter_error_generic = () => {
|
|
1351
|
+
const variants = {
|
|
1352
|
+
"de": `Es ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.`,
|
|
1353
|
+
"en": `Something went wrong. Please try again later.`,
|
|
1354
|
+
"pt-BR": `Algo deu errado. Por favor, tente novamente mais tarde.`,
|
|
1355
|
+
"sk": `Niečo sa pokazilo. Skúste to prosím neskôr.`,
|
|
1356
|
+
"zh": `出了点问题,请稍后再试。`
|
|
1357
|
+
}
|
|
1358
|
+
return variants[languageTag()] ?? "newsletter_error_generic"
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
/**
|
|
1363
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1364
|
+
*
|
|
1365
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1366
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1367
|
+
*
|
|
1368
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1369
|
+
*
|
|
1370
|
+
*
|
|
1371
|
+
* @returns {string}
|
|
1372
|
+
*/
|
|
1373
|
+
export const newsletter_error_invalidEmail = () => {
|
|
1374
|
+
const variants = {
|
|
1375
|
+
"de": `Bitte geben Sie eine gültige E-Mail Adresse ein.`,
|
|
1376
|
+
"en": `Please enter a valid email address.`,
|
|
1377
|
+
"pt-BR": `Por favor, insira um endereço de e-mail válido.`,
|
|
1378
|
+
"sk": `Zadajte platnú e-mailovú adresu.`,
|
|
1379
|
+
"zh": `请输入有效的电子邮件地址。`
|
|
1380
|
+
}
|
|
1381
|
+
return variants[languageTag()] ?? "newsletter_error_invalidEmail"
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
/**
|
|
1386
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1387
|
+
*
|
|
1388
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1389
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1390
|
+
*
|
|
1391
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1392
|
+
*
|
|
1393
|
+
*
|
|
1394
|
+
* @returns {string}
|
|
1395
|
+
*/
|
|
1396
|
+
export const newsletter_placeholder = () => {
|
|
1397
|
+
const variants = {
|
|
1398
|
+
"de": `Eingabe der E-Mail ...`,
|
|
1399
|
+
"en": `Enter your email ...`,
|
|
1400
|
+
"pt-BR": `Digite o seu e-mail...`,
|
|
1401
|
+
"sk": `Zadajte email ...`,
|
|
1402
|
+
"zh": `输入你的电子邮箱 ...`
|
|
1403
|
+
}
|
|
1404
|
+
return variants[languageTag()] ?? "newsletter_placeholder"
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
|
|
1408
|
+
/**
|
|
1409
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1410
|
+
*
|
|
1411
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1412
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1413
|
+
*
|
|
1414
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1415
|
+
*
|
|
1416
|
+
*
|
|
1417
|
+
* @returns {string}
|
|
1418
|
+
*/
|
|
1419
|
+
export const newsletter_subscribe_description = () => {
|
|
1420
|
+
const variants = {
|
|
1421
|
+
"de": `Abonnieren Sie unseren Newsletter, um über die neuesten Entwicklungen auf dem Laufenden zu bleiben.`,
|
|
1422
|
+
"en": `We'll send you updates about inlang and globalization. You can unsubscribe at any time.`,
|
|
1423
|
+
"pt-BR": `Vamos te enviar atualizações sobre o inlang e globalização. Você pode se desinscrever a qualquer momento.`,
|
|
1424
|
+
"sk": `Budeme vám posielať aktuálne informácie o inlangu a globalizácii. Odber môžete kedykoľvek zrušiť.`,
|
|
1425
|
+
"zh": `我们将向你发送有关 inlang 和全球化的最新信息。你可以随时取消订阅。`
|
|
1426
|
+
}
|
|
1427
|
+
return variants[languageTag()] ?? "newsletter_subscribe_description"
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
/**
|
|
1432
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1433
|
+
*
|
|
1434
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1435
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1436
|
+
*
|
|
1437
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1438
|
+
*
|
|
1439
|
+
*
|
|
1440
|
+
* @returns {string}
|
|
1441
|
+
*/
|
|
1442
|
+
export const newsletter_subscribe_title = () => {
|
|
1443
|
+
const variants = {
|
|
1444
|
+
"de": `Bleiben Sie auf dem Laufenden`,
|
|
1445
|
+
"en": `Subscribe to our newsletter`,
|
|
1446
|
+
"pt-BR": `Receba as nossas novidades`,
|
|
1447
|
+
"sk": `Prihláste sa na odber našich noviniek`,
|
|
1448
|
+
"zh": `订阅我们的通讯`
|
|
1449
|
+
}
|
|
1450
|
+
return variants[languageTag()] ?? "newsletter_subscribe_title"
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
/**
|
|
1455
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1456
|
+
*
|
|
1457
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1458
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1459
|
+
*
|
|
1460
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1461
|
+
*
|
|
1462
|
+
*
|
|
1463
|
+
* @returns {string}
|
|
1464
|
+
*/
|
|
1465
|
+
export const newsletter_success = () => {
|
|
1466
|
+
const variants = {
|
|
1467
|
+
"de": `Vielen Dank für Ihr Abonnement!`,
|
|
1468
|
+
"en": `Thank you for subscribing!`,
|
|
1469
|
+
"pt-BR": `Obrigado por se inscrever!`,
|
|
1470
|
+
"sk": `Ďakujeme, že ste sa prihlásili na odber!`,
|
|
1471
|
+
"zh": `感谢你的订阅!`
|
|
1472
|
+
}
|
|
1473
|
+
return variants[languageTag()] ?? "newsletter_success"
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
/**
|
|
1478
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1479
|
+
*
|
|
1480
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1481
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1482
|
+
*
|
|
1483
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1484
|
+
*
|
|
1485
|
+
*
|
|
1486
|
+
* @returns {string}
|
|
1487
|
+
*/
|
|
1488
|
+
export const newsletter_title = () => {
|
|
1489
|
+
const variants = {
|
|
1490
|
+
"de": `Newsletter`,
|
|
1491
|
+
"en": `Newsletter`,
|
|
1492
|
+
"pt-BR": `Newsletter`,
|
|
1493
|
+
"sk": `Newsletter`,
|
|
1494
|
+
"zh": `订阅邮件`
|
|
1495
|
+
}
|
|
1496
|
+
return variants[languageTag()] ?? "newsletter_title"
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
|
|
1500
|
+
/**
|
|
1501
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1502
|
+
*
|
|
1503
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1504
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1505
|
+
*
|
|
1506
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1507
|
+
*
|
|
1508
|
+
*
|
|
1509
|
+
* @returns {string}
|
|
1510
|
+
*/
|
|
1511
|
+
export const newsletter_unsubscribed_description = () => {
|
|
1512
|
+
const variants = {
|
|
1513
|
+
"de": `Sie haben sich erfolgreich von unserem Newsletter abgemeldet. Besuchen Sie uns bei Fragen auf`,
|
|
1514
|
+
"en": `We're sad to see you go. If you have any feedback, please let us know on our`,
|
|
1515
|
+
"pt-BR": `Estamos tristes de ver você ir. Se você tiver qualquer feedback, nos informe em nosso`,
|
|
1516
|
+
"sk": `Je nám ľúto, že odchádzate. Ak máte nejakú spätnú väzbu, dajte nám vedieť na našej`,
|
|
1517
|
+
"zh": `我们很舍不得你离开。如果你有任何反馈意见,请在我们的`
|
|
1518
|
+
}
|
|
1519
|
+
return variants[languageTag()] ?? "newsletter_unsubscribed_description"
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
/**
|
|
1524
|
+
* This message has been compiled by [inlang paraglide](https://inlang.com/marketplace/library.inlang.paraglideJs).
|
|
1525
|
+
*
|
|
1526
|
+
* - Don't edit the message manually. Use the [inlang ide extension](https://inlang.com/marketplace/app.inlang.ideExtension)
|
|
1527
|
+
* or the [web editor](https://inlang.com/marketplace/app.inlang.editor) to edit the message.
|
|
1528
|
+
*
|
|
1529
|
+
* - The params are NonNullable<unknown> because inlang can't know the value type of a param (yet).
|
|
1530
|
+
*
|
|
1531
|
+
*
|
|
1532
|
+
* @returns {string}
|
|
1533
|
+
*/
|
|
1534
|
+
export const newsletter_unsubscribed_title = () => {
|
|
1535
|
+
const variants = {
|
|
1536
|
+
"de": `Abmeldung erfolgreich`,
|
|
1537
|
+
"en": `You're unsubscribed`,
|
|
1538
|
+
"pt-BR": `Você se desinscreveu`,
|
|
1539
|
+
"sk": `Ste odhlásený z odberu`,
|
|
1540
|
+
"zh": `你已退订`
|
|
1541
|
+
}
|
|
1542
|
+
return variants[languageTag()] ?? "newsletter_unsubscribed_title"
|
|
1543
|
+
}
|