added upload queue notifications
This commit is contained in:
@@ -370,6 +370,23 @@ export const messages: Record<LocaleCode, NestedMessages> = {
|
||||
title: 'Uploads',
|
||||
description: 'Warteschlange mit Fortschritt und erneuten Versuchen; Hintergrund-Sync umschalten.',
|
||||
},
|
||||
pendingUploads: {
|
||||
title: 'Uploads in Prüfung',
|
||||
subtitle: 'Deine Fotos warten noch auf die Freigabe.',
|
||||
successTitle: 'Upload gespeichert',
|
||||
successBody: 'Dein Foto ist hochgeladen und wartet auf die Freigabe.',
|
||||
emptyTitle: 'Keine wartenden Uploads',
|
||||
emptyBody: 'Wenn du ein Foto hochlädst, erscheint es hier bis zur Freigabe.',
|
||||
cta: 'Weiteres Foto aufnehmen',
|
||||
refresh: 'Aktualisieren',
|
||||
loading: 'Lade Uploads...',
|
||||
error: 'Laden fehlgeschlagen. Bitte versuche es erneut.',
|
||||
card: {
|
||||
pending: 'Wartet auf Freigabe',
|
||||
uploadedAt: 'Hochgeladen {time}',
|
||||
justNow: 'Gerade eben',
|
||||
},
|
||||
},
|
||||
lightbox: {
|
||||
taskLabel: 'Aufgabe',
|
||||
loadingTask: 'Lade Aufgabe...',
|
||||
@@ -1033,6 +1050,23 @@ export const messages: Record<LocaleCode, NestedMessages> = {
|
||||
title: 'Uploads',
|
||||
description: 'Queue with progress/retry and background sync toggle.',
|
||||
},
|
||||
pendingUploads: {
|
||||
title: 'Pending uploads',
|
||||
subtitle: 'Your photos are waiting for approval.',
|
||||
successTitle: 'Upload saved',
|
||||
successBody: 'Your photo is uploaded and waiting for approval.',
|
||||
emptyTitle: 'No pending uploads',
|
||||
emptyBody: 'Once you upload a photo, it will appear here until it is approved.',
|
||||
cta: 'Take another photo',
|
||||
refresh: 'Refresh',
|
||||
loading: 'Loading uploads...',
|
||||
error: 'Failed to load uploads. Please try again.',
|
||||
card: {
|
||||
pending: 'Waiting for approval',
|
||||
uploadedAt: 'Uploaded {time}',
|
||||
justNow: 'Just now',
|
||||
},
|
||||
},
|
||||
lightbox: {
|
||||
taskLabel: 'Task',
|
||||
loadingTask: 'Loading task...',
|
||||
|
||||
Reference in New Issue
Block a user