create-fate 1.5.2 → 1.6.0
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 +1 -2
- package/bin/create-fate.mjs +14 -50
- package/package.json +1 -1
- package/templates/fate/README.md +1 -2
- package/templates/fate/_shared/vue-app/package.json +4 -3
- package/templates/fate/_shared/vue-app/vite.config.ts +18 -11
- package/templates/fate/drizzle/client/package.json +6 -6
- package/templates/fate/graphql/client/package.json +6 -6
- package/templates/fate/graphql/server/.gitignore +5 -0
- package/templates/fate/graphql/server/node_modules/.bin/esbuild +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/eslint +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/fate +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/intent +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/jiti +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/nft +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/nodemon +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/oxfmt +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/oxlint +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/prisma +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/prisma-json-types-generator +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/prisma-pothos-types +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/tsc +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/tsgolint +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/tsx +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/vitest +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/vp +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/vpr +22 -0
- package/templates/fate/graphql/server/node_modules/.bin/yaml +22 -0
- package/templates/fate/graphql-client/README.md +11 -1
- package/templates/fate/graphql-client/env.ts +6 -0
- package/templates/fate/graphql-client/package.json +6 -6
- package/templates/fate/http/client/package.json +6 -6
- package/templates/fate/prisma/client/package.json +6 -6
- package/templates/fate/void/README.md +12 -0
- package/templates/fate/void/db/migrations/20260918045815_legal_dragon_lord.sql +15 -0
- package/templates/fate/{cloudflare/server/db/migrations/meta/20260508073357_snapshot.json → void/db/migrations/meta/20260918045815_snapshot.json} +174 -124
- package/templates/fate/void/db/migrations/meta/_journal.json +7 -0
- package/templates/fate/void/package.json +6 -7
- package/templates/fate/cloudflare/.github/workflows/push.yml +0 -27
- package/templates/fate/cloudflare/.vite-hooks/pre-commit +0 -1
- package/templates/fate/cloudflare/.vscode/extensions.json +0 -12
- package/templates/fate/cloudflare/.vscode/settings.json +0 -25
- package/templates/fate/cloudflare/AGENTS.md +0 -55
- package/templates/fate/cloudflare/README.md +0 -137
- package/templates/fate/cloudflare/_gitignore +0 -20
- package/templates/fate/cloudflare/client/node_modules/.bin/browserslist +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/cf-wrangler +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/drizzle-kit +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/esbuild +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/fate +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/fbtee +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/intent +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/jiti +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/oxfmt +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/oxlint +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/rolldown +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/tsc +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/tsx +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/vitest +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/void +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/vp +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/vpr +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/workerd +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/wrangler +0 -22
- package/templates/fate/cloudflare/client/node_modules/.bin/wrangler2 +0 -22
- package/templates/fate/cloudflare/client/package.json +0 -62
- package/templates/fate/cloudflare/client/pages/index.tsx +0 -96
- package/templates/fate/cloudflare/client/pages/layout.tsx +0 -68
- package/templates/fate/cloudflare/client/pages/login.tsx +0 -107
- package/templates/fate/cloudflare/client/pages/post/[id].tsx +0 -22
- package/templates/fate/cloudflare/client/pages/search.tsx +0 -99
- package/templates/fate/cloudflare/client/public/icon.svg +0 -1
- package/templates/fate/cloudflare/client/src/App.css +0 -153
- package/templates/fate/cloudflare/client/src/lib/AvailableLanguages.tsx +0 -5
- package/templates/fate/cloudflare/client/src/lib/LocaleContext.tsx +0 -61
- package/templates/fate/cloudflare/client/src/lib/cx.tsx +0 -6
- package/templates/fate/cloudflare/client/src/lib/env.tsx +0 -5
- package/templates/fate/cloudflare/client/src/ui/Badge.tsx +0 -31
- package/templates/fate/cloudflare/client/src/ui/Button.tsx +0 -108
- package/templates/fate/cloudflare/client/src/ui/Card.tsx +0 -32
- package/templates/fate/cloudflare/client/src/ui/CommentCard.tsx +0 -75
- package/templates/fate/cloudflare/client/src/ui/Error.tsx +0 -19
- package/templates/fate/cloudflare/client/src/ui/H2.tsx +0 -15
- package/templates/fate/cloudflare/client/src/ui/H3.tsx +0 -20
- package/templates/fate/cloudflare/client/src/ui/Header.tsx +0 -98
- package/templates/fate/cloudflare/client/src/ui/Input.tsx +0 -17
- package/templates/fate/cloudflare/client/src/ui/Link.tsx +0 -11
- package/templates/fate/cloudflare/client/src/ui/LocaleSwitcher.tsx +0 -34
- package/templates/fate/cloudflare/client/src/ui/PostCard.tsx +0 -303
- package/templates/fate/cloudflare/client/src/ui/Section.tsx +0 -23
- package/templates/fate/cloudflare/client/src/ui/UserCard.tsx +0 -131
- package/templates/fate/cloudflare/client/src/user/AuthClient.tsx +0 -6
- package/templates/fate/cloudflare/client/start.mjs +0 -11
- package/templates/fate/cloudflare/client/translations/de-DE.json +0 -632
- package/templates/fate/cloudflare/client/translations/ja-JP.json +0 -632
- package/templates/fate/cloudflare/client/vite.config.ts +0 -41
- package/templates/fate/cloudflare/client/void.json +0 -29
- package/templates/fate/cloudflare/package.json +0 -42
- package/templates/fate/cloudflare/pnpm-workspace.yaml +0 -41
- package/templates/fate/cloudflare/server/.env.example +0 -1
- package/templates/fate/cloudflare/server/db/db.ts +0 -30
- package/templates/fate/cloudflare/server/db/migrations/20260508073357_initial_schema.sql +0 -134
- package/templates/fate/cloudflare/server/db/migrations/20260508120500_seed_cloudflare_demo.sql +0 -170
- package/templates/fate/cloudflare/server/db/migrations/meta/_journal.json +0 -20
- package/templates/fate/cloudflare/server/db/queries.ts +0 -211
- package/templates/fate/cloudflare/server/db/schema.ts +0 -331
- package/templates/fate/cloudflare/server/node_modules/.bin/cf-wrangler +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/drizzle-kit +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/esbuild +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/fate +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/intent +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/jiti +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/oxfmt +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/oxlint +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/tsc +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/tsx +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/vitest +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/vp +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/vpr +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/workerd +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/wrangler +0 -22
- package/templates/fate/cloudflare/server/node_modules/.bin/wrangler2 +0 -22
- package/templates/fate/cloudflare/server/package.json +0 -34
- package/templates/fate/cloudflare/server/src/fate/commentPermissions.ts +0 -17
- package/templates/fate/cloudflare/server/src/fate/context.ts +0 -15
- package/templates/fate/cloudflare/server/src/fate/live.ts +0 -7
- package/templates/fate/cloudflare/server/src/fate/server.ts +0 -414
- package/templates/fate/cloudflare/server/src/fate/views.ts +0 -164
- package/templates/fate/cloudflare/server/src/index.ts +0 -80
- package/templates/fate/cloudflare/server/src/lib/auth.ts +0 -64
- package/templates/fate/cloudflare/server/src/lib/origins.ts +0 -17
- package/templates/fate/cloudflare/server/src/router.ts +0 -2
- package/templates/fate/cloudflare/server/src/user/SessionUser.tsx +0 -17
- package/templates/fate/cloudflare/server/tsconfig.json +0 -10
- package/templates/fate/cloudflare/server/wrangler.jsonc +0 -29
- package/templates/fate/cloudflare/tsconfig.json +0 -24
- package/templates/fate/cloudflare/vite.config.ts +0 -75
- package/templates/fate/graphql-client/.env.example +0 -3
|
@@ -1,632 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"fb-locale": "de-DE",
|
|
3
|
-
"translations": {
|
|
4
|
-
"UbcovqOVkoR40Cj8ythMNg==": {
|
|
5
|
-
"description": "Text for thinking/loading screen",
|
|
6
|
-
"tokens": [],
|
|
7
|
-
"translations": [
|
|
8
|
-
{
|
|
9
|
-
"translation": "Denke nach…",
|
|
10
|
-
"variations": {}
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"types": []
|
|
14
|
-
},
|
|
15
|
-
"hgJmGY0Nk8kIfZm4QB34Zg==": {
|
|
16
|
-
"description": "Sign In headline",
|
|
17
|
-
"tokens": [],
|
|
18
|
-
"translations": [
|
|
19
|
-
{
|
|
20
|
-
"translation": "Anmelden",
|
|
21
|
-
"variations": {}
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"types": []
|
|
25
|
-
},
|
|
26
|
-
"fjAChxxl9YYALSgXtLJkew==": {
|
|
27
|
-
"description": "Email placeholder",
|
|
28
|
-
"tokens": [],
|
|
29
|
-
"translations": [
|
|
30
|
-
{
|
|
31
|
-
"translation": "E-Mail",
|
|
32
|
-
"variations": {}
|
|
33
|
-
}
|
|
34
|
-
],
|
|
35
|
-
"types": []
|
|
36
|
-
},
|
|
37
|
-
"cpewlSg5zFW0qSMLNtcxFw==": {
|
|
38
|
-
"description": "Password placeholder",
|
|
39
|
-
"tokens": [],
|
|
40
|
-
"translations": [
|
|
41
|
-
{
|
|
42
|
-
"translation": "Passwort",
|
|
43
|
-
"variations": {}
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"types": []
|
|
47
|
-
},
|
|
48
|
-
"G7H+7X7c7UTEnQYdTDQxFQ==": {
|
|
49
|
-
"description": "Sign in button",
|
|
50
|
-
"tokens": [],
|
|
51
|
-
"translations": [
|
|
52
|
-
{
|
|
53
|
-
"translation": "Anmelden",
|
|
54
|
-
"variations": {}
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"types": []
|
|
58
|
-
},
|
|
59
|
-
"GjQuNGdVoQW88RkFt7fMBw==": {
|
|
60
|
-
"description": "Try again button",
|
|
61
|
-
"tokens": [],
|
|
62
|
-
"translations": [
|
|
63
|
-
{
|
|
64
|
-
"translation": "Erneut versuchen",
|
|
65
|
-
"variations": {}
|
|
66
|
-
}
|
|
67
|
-
],
|
|
68
|
-
"types": []
|
|
69
|
-
},
|
|
70
|
-
"pxlvTZmpYNhXWc31iqf+uQ==": {
|
|
71
|
-
"description": "fate library tagline",
|
|
72
|
-
"tokens": [],
|
|
73
|
-
"translations": [
|
|
74
|
-
{
|
|
75
|
-
"translation": "Ein moderner Daten-Client für React.",
|
|
76
|
-
"variations": {}
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
"types": []
|
|
80
|
-
},
|
|
81
|
-
"kJ5ukjdPI5cdsGVesqmrcg==": {
|
|
82
|
-
"description": "Search button",
|
|
83
|
-
"tokens": [],
|
|
84
|
-
"translations": [
|
|
85
|
-
{
|
|
86
|
-
"translation": "Suchen",
|
|
87
|
-
"variations": {}
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"types": []
|
|
91
|
-
},
|
|
92
|
-
"PkKwcnNiHG2aiPl+1FyNPw==": {
|
|
93
|
-
"description": "Logout button",
|
|
94
|
-
"tokens": [],
|
|
95
|
-
"translations": [
|
|
96
|
-
{
|
|
97
|
-
"translation": "Abmelden",
|
|
98
|
-
"variations": {}
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"types": []
|
|
102
|
-
},
|
|
103
|
-
"F3p8DbdliugG4CTKslAYqA==": {
|
|
104
|
-
"description": "Login button",
|
|
105
|
-
"tokens": [],
|
|
106
|
-
"translations": [
|
|
107
|
-
{
|
|
108
|
-
"translation": "Einloggen",
|
|
109
|
-
"variations": {}
|
|
110
|
-
}
|
|
111
|
-
],
|
|
112
|
-
"types": []
|
|
113
|
-
},
|
|
114
|
-
"FUJIhsu5G4IY6P5TPRp3Vg==": {
|
|
115
|
-
"description": "Comment add label",
|
|
116
|
-
"tokens": [],
|
|
117
|
-
"translations": [
|
|
118
|
-
{
|
|
119
|
-
"translation": "Kommentar hinzufügen",
|
|
120
|
-
"variations": {}
|
|
121
|
-
}
|
|
122
|
-
],
|
|
123
|
-
"types": []
|
|
124
|
-
},
|
|
125
|
-
"T1ALGhyc+Kaa2DPzPPNtTA==": {
|
|
126
|
-
"description": "Placeholder text for comment input",
|
|
127
|
-
"tokens": [],
|
|
128
|
-
"translations": [
|
|
129
|
-
{
|
|
130
|
-
"translation": "Teilen Sie Ihre Gedanken…",
|
|
131
|
-
"variations": {}
|
|
132
|
-
}
|
|
133
|
-
],
|
|
134
|
-
"types": []
|
|
135
|
-
},
|
|
136
|
-
"BckTW/qty+fgQ5iKKN0y1g==": {
|
|
137
|
-
"description": "Error text",
|
|
138
|
-
"tokens": [],
|
|
139
|
-
"translations": [
|
|
140
|
-
{
|
|
141
|
-
"translation": "Etwas ist schiefgelaufen. Bitte versuchen Sie es erneut.",
|
|
142
|
-
"variations": {}
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"types": []
|
|
146
|
-
},
|
|
147
|
-
"bEtExk1zQe1Iah6xAjqtKQ==": {
|
|
148
|
-
"description": "Post comment button",
|
|
149
|
-
"tokens": [],
|
|
150
|
-
"translations": [
|
|
151
|
-
{
|
|
152
|
-
"translation": "Kommentar posten",
|
|
153
|
-
"variations": {}
|
|
154
|
-
}
|
|
155
|
-
],
|
|
156
|
-
"types": []
|
|
157
|
-
},
|
|
158
|
-
"lUG++psd2OuZ5idF7EFY4w==": {
|
|
159
|
-
"description": "Like count",
|
|
160
|
-
"tokens": [],
|
|
161
|
-
"translations": [
|
|
162
|
-
{
|
|
163
|
-
"translation": "{number} Likes",
|
|
164
|
-
"variations": {}
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
"types": []
|
|
168
|
-
},
|
|
169
|
-
"dMWQOcPqkDZj3MCZcy7/pA==": {
|
|
170
|
-
"description": "Like count",
|
|
171
|
-
"tokens": [],
|
|
172
|
-
"translations": [
|
|
173
|
-
{
|
|
174
|
-
"translation": "1 Like",
|
|
175
|
-
"variations": {}
|
|
176
|
-
}
|
|
177
|
-
],
|
|
178
|
-
"types": []
|
|
179
|
-
},
|
|
180
|
-
"MUnkaSorTo5i+Fx/WIQ+hw==": {
|
|
181
|
-
"description": "Like button",
|
|
182
|
-
"tokens": [],
|
|
183
|
-
"translations": [
|
|
184
|
-
{
|
|
185
|
-
"translation": "Gefällt mir",
|
|
186
|
-
"variations": {}
|
|
187
|
-
}
|
|
188
|
-
],
|
|
189
|
-
"types": []
|
|
190
|
-
},
|
|
191
|
-
"UOSt+no1zSlM9CTWOGmKBw==": {
|
|
192
|
-
"description": "Like button with a slow request",
|
|
193
|
-
"tokens": [],
|
|
194
|
-
"translations": [
|
|
195
|
-
{
|
|
196
|
-
"translation": "Gefällt mir (langsam)",
|
|
197
|
-
"variations": {}
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"types": []
|
|
201
|
-
},
|
|
202
|
-
"oNdagxfUl7t6w9JkaNR0sw==": {
|
|
203
|
-
"description": "Very short error messages",
|
|
204
|
-
"tokens": [],
|
|
205
|
-
"translations": [
|
|
206
|
-
{
|
|
207
|
-
"translation": "Ups, nochmal!",
|
|
208
|
-
"variations": {}
|
|
209
|
-
}
|
|
210
|
-
],
|
|
211
|
-
"types": []
|
|
212
|
-
},
|
|
213
|
-
"miSs0inqjvdLcC/XGl0N9Q==": {
|
|
214
|
-
"description": "Like button that triggers an error",
|
|
215
|
-
"tokens": [],
|
|
216
|
-
"translations": [
|
|
217
|
-
{
|
|
218
|
-
"translation": "Gefällt mir (Fehler)",
|
|
219
|
-
"variations": {}
|
|
220
|
-
}
|
|
221
|
-
],
|
|
222
|
-
"types": []
|
|
223
|
-
},
|
|
224
|
-
"DMbqoljTAyZr91I1ieUePw==": {
|
|
225
|
-
"description": "Like button that triggers a network error",
|
|
226
|
-
"tokens": [],
|
|
227
|
-
"translations": [
|
|
228
|
-
{
|
|
229
|
-
"translation": "Gefällt mir (Netzwerkfehler)",
|
|
230
|
-
"variations": {}
|
|
231
|
-
}
|
|
232
|
-
],
|
|
233
|
-
"types": []
|
|
234
|
-
},
|
|
235
|
-
"2pHWO8Jme4T+4V3ujzB65Q==": {
|
|
236
|
-
"description": "Like button that can be pressed many times",
|
|
237
|
-
"tokens": [],
|
|
238
|
-
"translations": [
|
|
239
|
-
{
|
|
240
|
-
"translation": "Gefällt mir (mehrfach)",
|
|
241
|
-
"variations": {}
|
|
242
|
-
}
|
|
243
|
-
],
|
|
244
|
-
"types": []
|
|
245
|
-
},
|
|
246
|
-
"6zDP+czhNkRqY+5ZMGrOfQ==": {
|
|
247
|
-
"description": "Unlike button",
|
|
248
|
-
"tokens": [],
|
|
249
|
-
"translations": [
|
|
250
|
-
{
|
|
251
|
-
"translation": "Gefällt mir nicht mehr",
|
|
252
|
-
"variations": {}
|
|
253
|
-
}
|
|
254
|
-
],
|
|
255
|
-
"types": []
|
|
256
|
-
},
|
|
257
|
-
"nbg2VP5XZv6NUc/92aYS5g==": {
|
|
258
|
-
"description": "Comment headline",
|
|
259
|
-
"tokens": [],
|
|
260
|
-
"translations": [
|
|
261
|
-
{
|
|
262
|
-
"translation": "{number} Kommentare",
|
|
263
|
-
"variations": {}
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"types": []
|
|
267
|
-
},
|
|
268
|
-
"pD2BZoLk7TPDeYaAKeZSXw==": {
|
|
269
|
-
"description": "Comment headline",
|
|
270
|
-
"tokens": [],
|
|
271
|
-
"translations": [
|
|
272
|
-
{
|
|
273
|
-
"translation": "Ein Kommentar",
|
|
274
|
-
"variations": {}
|
|
275
|
-
}
|
|
276
|
-
],
|
|
277
|
-
"types": []
|
|
278
|
-
},
|
|
279
|
-
"b3poi39jZnMvKCWuAKoPkw==": {
|
|
280
|
-
"description": "Load more comments button",
|
|
281
|
-
"tokens": [],
|
|
282
|
-
"translations": [
|
|
283
|
-
{
|
|
284
|
-
"translation": "Weitere Kommentare laden",
|
|
285
|
-
"variations": {}
|
|
286
|
-
}
|
|
287
|
-
],
|
|
288
|
-
"types": []
|
|
289
|
-
},
|
|
290
|
-
"V+dphRjMQgYEAYIwaZ86eA==": {
|
|
291
|
-
"description": "No matches text",
|
|
292
|
-
"tokens": [],
|
|
293
|
-
"translations": [
|
|
294
|
-
{
|
|
295
|
-
"translation": "Keine Treffer für {=\"[query]\"}",
|
|
296
|
-
"variations": {}
|
|
297
|
-
}
|
|
298
|
-
],
|
|
299
|
-
"types": []
|
|
300
|
-
},
|
|
301
|
-
"jOVKSVdYTyYUaZKttBdCvg==": {
|
|
302
|
-
"description": "In the phrase: \"No matches for {=\"[query]\"}\"",
|
|
303
|
-
"tokens": [],
|
|
304
|
-
"translations": [
|
|
305
|
-
{
|
|
306
|
-
"translation": "„{query}“",
|
|
307
|
-
"variations": {}
|
|
308
|
-
}
|
|
309
|
-
],
|
|
310
|
-
"types": []
|
|
311
|
-
},
|
|
312
|
-
"JmKWBejr/NwXzEjhSgw6NA==": {
|
|
313
|
-
"description": "Search input placeholder",
|
|
314
|
-
"tokens": [],
|
|
315
|
-
"translations": [
|
|
316
|
-
{
|
|
317
|
-
"translation": "Kommentare suchen…",
|
|
318
|
-
"variations": {}
|
|
319
|
-
}
|
|
320
|
-
],
|
|
321
|
-
"types": []
|
|
322
|
-
},
|
|
323
|
-
"0DJP0yKjBJSU20Mmtm3gXA==": {
|
|
324
|
-
"description": "Slowdown label explanation",
|
|
325
|
-
"tokens": [],
|
|
326
|
-
"translations": [
|
|
327
|
-
{
|
|
328
|
-
"translation": "500 ms künstliche Verzögerung",
|
|
329
|
-
"variations": {}
|
|
330
|
-
}
|
|
331
|
-
],
|
|
332
|
-
"types": []
|
|
333
|
-
},
|
|
334
|
-
"mz6EqB/vFEIHqLpLtXPvAQ==": {
|
|
335
|
-
"description": "Headline for update name section",
|
|
336
|
-
"tokens": [],
|
|
337
|
-
"translations": [
|
|
338
|
-
{
|
|
339
|
-
"translation": "Update-Name",
|
|
340
|
-
"variations": {}
|
|
341
|
-
}
|
|
342
|
-
],
|
|
343
|
-
"types": []
|
|
344
|
-
},
|
|
345
|
-
"Dak4b7/tonGn0/lBSJtAsQ==": {
|
|
346
|
-
"description": "Username label",
|
|
347
|
-
"tokens": [],
|
|
348
|
-
"translations": [
|
|
349
|
-
{
|
|
350
|
-
"translation": "Benutzername",
|
|
351
|
-
"variations": {}
|
|
352
|
-
}
|
|
353
|
-
],
|
|
354
|
-
"types": []
|
|
355
|
-
},
|
|
356
|
-
"oIBMQemmmzQYvVo4ilURGw==": {
|
|
357
|
-
"description": "name input field placeholder",
|
|
358
|
-
"tokens": [],
|
|
359
|
-
"translations": [
|
|
360
|
-
{
|
|
361
|
-
"translation": "Name",
|
|
362
|
-
"variations": {}
|
|
363
|
-
}
|
|
364
|
-
],
|
|
365
|
-
"types": []
|
|
366
|
-
},
|
|
367
|
-
"2OzJ2sKoxSsqwHnnbVvq3A==": {
|
|
368
|
-
"description": "Button for saving",
|
|
369
|
-
"tokens": [],
|
|
370
|
-
"translations": [
|
|
371
|
-
{
|
|
372
|
-
"translation": "Speichern",
|
|
373
|
-
"variations": {}
|
|
374
|
-
}
|
|
375
|
-
],
|
|
376
|
-
"types": []
|
|
377
|
-
},
|
|
378
|
-
"tWb7A0wVb3UoE4+aOszc9g==": {
|
|
379
|
-
"description": "Your account headline",
|
|
380
|
-
"tokens": [],
|
|
381
|
-
"translations": [
|
|
382
|
-
{
|
|
383
|
-
"translation": "Ihr Konto",
|
|
384
|
-
"variations": {}
|
|
385
|
-
}
|
|
386
|
-
],
|
|
387
|
-
"types": []
|
|
388
|
-
},
|
|
389
|
-
"QJQdLesxH2DDZ/QixDw2Ag==": {
|
|
390
|
-
"description": "Signed in text",
|
|
391
|
-
"tokens": [],
|
|
392
|
-
"translations": [
|
|
393
|
-
{
|
|
394
|
-
"translation": "Angemeldet als {username}.",
|
|
395
|
-
"variations": {}
|
|
396
|
-
}
|
|
397
|
-
],
|
|
398
|
-
"types": []
|
|
399
|
-
},
|
|
400
|
-
"wGBBoraj5XODDH6aMivFig==": {
|
|
401
|
-
"description": "Latest posts header",
|
|
402
|
-
"tokens": [],
|
|
403
|
-
"translations": [
|
|
404
|
-
{
|
|
405
|
-
"translation": "Neueste Beiträge",
|
|
406
|
-
"variations": {}
|
|
407
|
-
}
|
|
408
|
-
],
|
|
409
|
-
"types": []
|
|
410
|
-
},
|
|
411
|
-
"lxhFAcau1SpZz7pY2MF3aA==": {
|
|
412
|
-
"description": "Load more posts button",
|
|
413
|
-
"tokens": [],
|
|
414
|
-
"translations": [
|
|
415
|
-
{
|
|
416
|
-
"translation": "Weitere Beiträge laden",
|
|
417
|
-
"variations": {}
|
|
418
|
-
}
|
|
419
|
-
],
|
|
420
|
-
"types": []
|
|
421
|
-
},
|
|
422
|
-
"N6sA4e6dEXz2DfLMt0w9Jg==": {
|
|
423
|
-
"description": "Login button label",
|
|
424
|
-
"tokens": [],
|
|
425
|
-
"translations": [
|
|
426
|
-
{
|
|
427
|
-
"translation": "Melden Sie sich an, um Kommentare zu posten.",
|
|
428
|
-
"variations": {}
|
|
429
|
-
}
|
|
430
|
-
],
|
|
431
|
-
"types": []
|
|
432
|
-
},
|
|
433
|
-
"IYUmtYxQtGdt1MucjXrsVA==": {
|
|
434
|
-
"description": "Label with meaning 'at least number'",
|
|
435
|
-
"tokens": [],
|
|
436
|
-
"translations": [
|
|
437
|
-
{
|
|
438
|
-
"translation": "{number}+",
|
|
439
|
-
"variations": {}
|
|
440
|
-
}
|
|
441
|
-
],
|
|
442
|
-
"types": []
|
|
443
|
-
},
|
|
444
|
-
"ZIF1WhVQwt7WZJvFTEbMWw==": {
|
|
445
|
-
"description": "Label with meaning 'less than number'",
|
|
446
|
-
"tokens": [],
|
|
447
|
-
"translations": [
|
|
448
|
-
{
|
|
449
|
-
"translation": "<{number}",
|
|
450
|
-
"variations": {}
|
|
451
|
-
}
|
|
452
|
-
],
|
|
453
|
-
"types": []
|
|
454
|
-
},
|
|
455
|
-
"Oc/9PrbjfyLHS60BXceD1A==": {
|
|
456
|
-
"description": "A list of items of various types, for example: \"San Francisco; London; Tokyo\". {previous items} and {following items} are themselves lists that contain one or more items.",
|
|
457
|
-
"tokens": [],
|
|
458
|
-
"translations": [
|
|
459
|
-
{
|
|
460
|
-
"translation": "{previous items}; {following items}",
|
|
461
|
-
"variations": {}
|
|
462
|
-
}
|
|
463
|
-
],
|
|
464
|
-
"types": []
|
|
465
|
-
},
|
|
466
|
-
"AXXbKEUZuc0ji1IClRrOOw==": {
|
|
467
|
-
"description": "A list of items of various types separated by bullets, for example: \"San Francisco \\u2022 London \\u2022 Tokyo\". {previous items} and {following items} are themselves lists that contain one or more items.",
|
|
468
|
-
"tokens": [],
|
|
469
|
-
"translations": [
|
|
470
|
-
{
|
|
471
|
-
"translation": "{previous items} • {following items}",
|
|
472
|
-
"variations": {}
|
|
473
|
-
}
|
|
474
|
-
],
|
|
475
|
-
"types": []
|
|
476
|
-
},
|
|
477
|
-
"89ACgPMtnwlLDSeqhLBx2Q==": {
|
|
478
|
-
"description": "A list of items of various types separated by commas, for example: \"San Francisco, London, Tokyo\". {previous items} and {following items} are themselves lists that contain one or more items.",
|
|
479
|
-
"tokens": [],
|
|
480
|
-
"translations": [
|
|
481
|
-
{
|
|
482
|
-
"translation": "{previous items}, {following items}",
|
|
483
|
-
"variations": {}
|
|
484
|
-
}
|
|
485
|
-
],
|
|
486
|
-
"types": []
|
|
487
|
-
},
|
|
488
|
-
"5hL7VXOBVnetm46YAjpX0g==": {
|
|
489
|
-
"description": "A list of items of various types with a serial comma, for example: \"item1, item2, and item3\"",
|
|
490
|
-
"tokens": [],
|
|
491
|
-
"translations": [
|
|
492
|
-
{
|
|
493
|
-
"translation": "{list of items} und {last item}",
|
|
494
|
-
"variations": {}
|
|
495
|
-
}
|
|
496
|
-
],
|
|
497
|
-
"types": []
|
|
498
|
-
},
|
|
499
|
-
"icNetEL/crQv/PS6yhySVQ==": {
|
|
500
|
-
"description": "A list of items of various types, for example: \"item1, item2, item3 and item4\"",
|
|
501
|
-
"tokens": [],
|
|
502
|
-
"translations": [
|
|
503
|
-
{
|
|
504
|
-
"translation": "{list of items} und {last item}",
|
|
505
|
-
"variations": {}
|
|
506
|
-
}
|
|
507
|
-
],
|
|
508
|
-
"types": []
|
|
509
|
-
},
|
|
510
|
-
"8kLAQ3ffiiFnQ/bWPqXfuQ==": {
|
|
511
|
-
"description": "A list of items of various types with a serial comma, for example: \"item1, item2, or item3\"",
|
|
512
|
-
"tokens": [],
|
|
513
|
-
"translations": [
|
|
514
|
-
{
|
|
515
|
-
"translation": "{list of items} oder {last item}",
|
|
516
|
-
"variations": {}
|
|
517
|
-
}
|
|
518
|
-
],
|
|
519
|
-
"types": []
|
|
520
|
-
},
|
|
521
|
-
"8eSaAzrWtAqn9ktNKfkaEg==": {
|
|
522
|
-
"description": "A list of items of various types, for example: \"item1, item2, item3 or item4\"",
|
|
523
|
-
"tokens": [],
|
|
524
|
-
"translations": [
|
|
525
|
-
{
|
|
526
|
-
"translation": "{list of items} oder {last item}",
|
|
527
|
-
"variations": {}
|
|
528
|
-
}
|
|
529
|
-
],
|
|
530
|
-
"types": []
|
|
531
|
-
},
|
|
532
|
-
"+IBI7kr/mMKdzp+3stDvkw==": {
|
|
533
|
-
"description": "A list of items of various types, for example: \"San Francisco; London; Tokyo\". {previous items} itself contains one or more items.",
|
|
534
|
-
"tokens": [],
|
|
535
|
-
"translations": [
|
|
536
|
-
{
|
|
537
|
-
"translation": "{previous items}; {last item}",
|
|
538
|
-
"variations": {}
|
|
539
|
-
}
|
|
540
|
-
],
|
|
541
|
-
"types": []
|
|
542
|
-
},
|
|
543
|
-
"55IeE8c0qqtjTU0lo7q9AA==": {
|
|
544
|
-
"description": "A list of items of various types separated by bullets, for example: \"San Francisco \\u2022 London \\u2022 Tokyo\". {previous items} contains one or more items.",
|
|
545
|
-
"tokens": [],
|
|
546
|
-
"translations": [
|
|
547
|
-
{
|
|
548
|
-
"translation": "{list of items} • {last item}",
|
|
549
|
-
"variations": {}
|
|
550
|
-
}
|
|
551
|
-
],
|
|
552
|
-
"types": []
|
|
553
|
-
},
|
|
554
|
-
"6PRJS0QalZfvaN8CkKCUCw==": {
|
|
555
|
-
"description": "A list of items of various types, for example: \"item1, item2, item3, item4\"",
|
|
556
|
-
"tokens": [],
|
|
557
|
-
"translations": [
|
|
558
|
-
{
|
|
559
|
-
"translation": "{list of items}, {last item}",
|
|
560
|
-
"variations": {}
|
|
561
|
-
}
|
|
562
|
-
],
|
|
563
|
-
"types": []
|
|
564
|
-
},
|
|
565
|
-
"6/ZbJcEx19aXKls64qknkg==": {
|
|
566
|
-
"description": "Locale switcher button",
|
|
567
|
-
"tokens": [],
|
|
568
|
-
"translations": [
|
|
569
|
-
{
|
|
570
|
-
"translation": "Sprache ändern",
|
|
571
|
-
"variations": {}
|
|
572
|
-
}
|
|
573
|
-
],
|
|
574
|
-
"types": []
|
|
575
|
-
},
|
|
576
|
-
"8lvoq8uf2l2Q/kHMPHHuGg==": {
|
|
577
|
-
"description": "Description of fate",
|
|
578
|
-
"tokens": [],
|
|
579
|
-
"translations": [
|
|
580
|
-
{
|
|
581
|
-
"translation": "fate ist ein moderner Datenclient für React, inspiriert von Relay und GraphQL.",
|
|
582
|
-
"variations": {}
|
|
583
|
-
}
|
|
584
|
-
],
|
|
585
|
-
"types": []
|
|
586
|
-
},
|
|
587
|
-
"oNAybv4r6KfJmXOwwzWEKg==": {
|
|
588
|
-
"description": "Tagline for fate",
|
|
589
|
-
"tokens": [],
|
|
590
|
-
"translations": [
|
|
591
|
-
{
|
|
592
|
-
"translation": "fate kombiniert View-Komposition, normalisiertes Caching, Datenmaskierung, asynchrone React-Funktionen und typsicheres Laden von Daten.",
|
|
593
|
-
"variations": {}
|
|
594
|
-
}
|
|
595
|
-
],
|
|
596
|
-
"types": []
|
|
597
|
-
},
|
|
598
|
-
"QQezjWtwy5sIytWefNDhfw==": {
|
|
599
|
-
"description": "Text for thinking/loading screen",
|
|
600
|
-
"tokens": [],
|
|
601
|
-
"translations": [
|
|
602
|
-
{
|
|
603
|
-
"translation": "Denke nach…",
|
|
604
|
-
"variations": {}
|
|
605
|
-
}
|
|
606
|
-
],
|
|
607
|
-
"types": []
|
|
608
|
-
},
|
|
609
|
-
"D+Sj8NnepF6xtGZ8B9F43Q==": {
|
|
610
|
-
"description": "Login details",
|
|
611
|
-
"tokens": [],
|
|
612
|
-
"translations": [
|
|
613
|
-
{
|
|
614
|
-
"translation": "Probiere eines der {=Example Accounts [=m1]} aus den Beispieldaten aus.",
|
|
615
|
-
"variations": {}
|
|
616
|
-
}
|
|
617
|
-
],
|
|
618
|
-
"types": []
|
|
619
|
-
},
|
|
620
|
-
"SIc154vl363J+amQWwn5zw==": {
|
|
621
|
-
"description": "In the phrase: \"Try one of the {=Example Accounts [=m1]} in the seed data.\"",
|
|
622
|
-
"tokens": [],
|
|
623
|
-
"translations": [
|
|
624
|
-
{
|
|
625
|
-
"translation": "Beispielkonten {=}",
|
|
626
|
-
"variations": {}
|
|
627
|
-
}
|
|
628
|
-
],
|
|
629
|
-
"types": []
|
|
630
|
-
}
|
|
631
|
-
}
|
|
632
|
-
}
|