umfangreiche Behebung von TS-Fehlern. "npm run types" läuft nun ohne Fehler durch
This commit is contained in:
@@ -482,9 +482,6 @@ export const messages: Record<LocaleCode, NestedMessages> = {
|
||||
optimizedNotice: 'Wir haben dein Foto verkleinert, damit der Upload schneller klappt. Eingespart: {saved}',
|
||||
optimizedFallback: 'Optimierung nicht möglich – wir laden das Original hoch.',
|
||||
retrying: 'Verbindung holperig – neuer Versuch ({attempt}).',
|
||||
errors: {
|
||||
tooLargeHint: 'Das Foto war zu groß. Bitte erneut versuchen – wir verkleinern es automatisch.',
|
||||
},
|
||||
controls: {
|
||||
toggleGrid: 'Raster umschalten',
|
||||
toggleCountdown: 'Countdown umschalten',
|
||||
@@ -560,6 +557,7 @@ export const messages: Record<LocaleCode, NestedMessages> = {
|
||||
packageMissing: 'Dieses Event akzeptiert derzeit keine Uploads.',
|
||||
galleryExpired: 'Die Galerie ist abgelaufen. Uploads sind nicht mehr möglich.',
|
||||
generic: 'Upload fehlgeschlagen. Bitte versuche es erneut.',
|
||||
tooLargeHint: 'Das Foto war zu groß. Bitte erneut versuchen – wir verkleinern es automatisch.',
|
||||
},
|
||||
cameraInactive: 'Kamera ist nicht aktiv. {hint}',
|
||||
cameraInactiveHint: 'Tippe auf "{label}", um loszulegen.',
|
||||
@@ -1126,9 +1124,6 @@ export const messages: Record<LocaleCode, NestedMessages> = {
|
||||
optimizedNotice: 'We optimized your photo to speed up the upload. Saved: {saved}',
|
||||
optimizedFallback: 'Could not optimize – uploading the original.',
|
||||
retrying: 'Connection unstable – retrying ({attempt}).',
|
||||
errors: {
|
||||
tooLargeHint: 'The photo was too large. Please try again — we compress it automatically.',
|
||||
},
|
||||
controls: {
|
||||
toggleGrid: 'Toggle grid',
|
||||
toggleCountdown: 'Toggle countdown',
|
||||
@@ -1204,6 +1199,7 @@ export const messages: Record<LocaleCode, NestedMessages> = {
|
||||
packageMissing: 'This event is not accepting uploads right now.',
|
||||
galleryExpired: 'The gallery has expired. Uploads are no longer possible.',
|
||||
generic: 'Upload failed. Please try again.',
|
||||
tooLargeHint: 'The photo was too large. Please try again — we compress it automatically.',
|
||||
},
|
||||
cameraInactive: 'Camera is not active. {hint}',
|
||||
cameraInactiveHint: 'Tap "{label}" to get started.',
|
||||
|
||||
Reference in New Issue
Block a user