@voyantjs/notifications-react 0.106.0 → 0.107.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 +30 -0
- package/dist/admin/index.d.ts +82 -0
- package/dist/admin/index.d.ts.map +1 -0
- package/dist/admin/index.js +96 -0
- package/dist/admin/notification-deliveries-host.d.ts +7 -0
- package/dist/admin/notification-deliveries-host.d.ts.map +1 -0
- package/dist/admin/notification-deliveries-host.js +92 -0
- package/dist/admin/notification-delivery-detail-dialog.d.ts +8 -0
- package/dist/admin/notification-delivery-detail-dialog.d.ts.map +1 -0
- package/dist/admin/notification-delivery-detail-dialog.js +30 -0
- package/dist/admin/notification-reminder-rule-detail-host.d.ts +12 -0
- package/dist/admin/notification-reminder-rule-detail-host.d.ts.map +1 -0
- package/dist/admin/notification-reminder-rule-detail-host.js +23 -0
- package/dist/admin/notification-reminder-rule-dialog.d.ts +10 -0
- package/dist/admin/notification-reminder-rule-dialog.d.ts.map +1 -0
- package/dist/admin/notification-reminder-rule-dialog.js +122 -0
- package/dist/admin/notification-reminder-rules-host.d.ts +8 -0
- package/dist/admin/notification-reminder-rules-host.d.ts.map +1 -0
- package/dist/admin/notification-reminder-rules-host.js +57 -0
- package/dist/admin/notification-reminder-runs-host.d.ts +7 -0
- package/dist/admin/notification-reminder-runs-host.d.ts.map +1 -0
- package/dist/admin/notification-reminder-runs-host.js +28 -0
- package/dist/admin/notification-settings-host.d.ts +7 -0
- package/dist/admin/notification-settings-host.d.ts.map +1 -0
- package/dist/admin/notification-settings-host.js +11 -0
- package/dist/admin/notification-template-authoring-help.d.ts +25 -0
- package/dist/admin/notification-template-authoring-help.d.ts.map +1 -0
- package/dist/admin/notification-template-authoring-help.js +8 -0
- package/dist/admin/notification-template-detail-host.d.ts +11 -0
- package/dist/admin/notification-template-detail-host.d.ts.map +1 -0
- package/dist/admin/notification-template-detail-host.js +159 -0
- package/dist/admin/notification-template-dialog.d.ts +10 -0
- package/dist/admin/notification-template-dialog.d.ts.map +1 -0
- package/dist/admin/notification-template-dialog.js +364 -0
- package/dist/admin/notification-templates-host.d.ts +9 -0
- package/dist/admin/notification-templates-host.d.ts.map +1 -0
- package/dist/admin/notification-templates-host.js +52 -0
- package/dist/admin/notifications-admin-shared.d.ts +14 -0
- package/dist/admin/notifications-admin-shared.d.ts.map +1 -0
- package/dist/admin/notifications-admin-shared.js +17 -0
- package/dist/admin/reminders-preview-host.d.ts +7 -0
- package/dist/admin/reminders-preview-host.d.ts.map +1 -0
- package/dist/admin/reminders-preview-host.js +13 -0
- package/dist/components/notification-settings-form.d.ts +2 -0
- package/dist/components/notification-settings-form.d.ts.map +1 -0
- package/dist/components/notification-settings-form.js +66 -0
- package/dist/components/reminders-preview-list.d.ts +6 -0
- package/dist/components/reminders-preview-list.d.ts.map +1 -0
- package/dist/components/reminders-preview-list.js +19 -0
- package/dist/components/stage-channel-editor-dialog.d.ts +11 -0
- package/dist/components/stage-channel-editor-dialog.d.ts.map +1 -0
- package/dist/components/stage-channel-editor-dialog.js +77 -0
- package/dist/components/stage-channel-list.d.ts +6 -0
- package/dist/components/stage-channel-list.d.ts.map +1 -0
- package/dist/components/stage-channel-list.js +20 -0
- package/dist/components/stage-editor-dialog.d.ts +10 -0
- package/dist/components/stage-editor-dialog.d.ts.map +1 -0
- package/dist/components/stage-editor-dialog.js +104 -0
- package/dist/components/stage-list.d.ts +5 -0
- package/dist/components/stage-list.d.ts.map +1 -0
- package/dist/components/stage-list.js +34 -0
- package/dist/components/template-picker.d.ts +19 -0
- package/dist/components/template-picker.d.ts.map +1 -0
- package/dist/components/template-picker.js +26 -0
- package/dist/components/timezone-combobox.d.ts +9 -0
- package/dist/components/timezone-combobox.d.ts.map +1 -0
- package/dist/components/timezone-combobox.js +67 -0
- package/dist/i18n/en.d.ts +3 -0
- package/dist/i18n/en.d.ts.map +1 -0
- package/dist/i18n/en.js +385 -0
- package/dist/i18n/index.d.ts +5 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/index.js +3 -0
- package/dist/i18n/messages.d.ts +386 -0
- package/dist/i18n/messages.d.ts.map +1 -0
- package/dist/i18n/messages.js +1 -0
- package/dist/i18n/provider.d.ts +26 -0
- package/dist/i18n/provider.d.ts.map +1 -0
- package/dist/i18n/provider.js +44 -0
- package/dist/i18n/ro.d.ts +3 -0
- package/dist/i18n/ro.d.ts.map +1 -0
- package/dist/i18n/ro.js +385 -0
- package/dist/ui.d.ts +9 -0
- package/dist/ui.d.ts.map +1 -0
- package/dist/ui.js +8 -0
- package/package.json +71 -10
- package/src/styles.css +2 -0
package/dist/i18n/en.js
ADDED
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
export const notificationsUiEn = {
|
|
2
|
+
common: {
|
|
3
|
+
cancel: "Cancel",
|
|
4
|
+
save: "Save",
|
|
5
|
+
create: "Create",
|
|
6
|
+
edit: "Edit",
|
|
7
|
+
delete: "Delete",
|
|
8
|
+
add: "Add",
|
|
9
|
+
none: "—",
|
|
10
|
+
loading: "Loading…",
|
|
11
|
+
optionalPlaceholder: "Optional",
|
|
12
|
+
},
|
|
13
|
+
stage: {
|
|
14
|
+
listHeading: "Stages",
|
|
15
|
+
listEmpty: "No stages yet. Add one to define when this rule fires.",
|
|
16
|
+
addStage: "Add stage",
|
|
17
|
+
deleteConfirm: "Delete this stage?",
|
|
18
|
+
fields: {
|
|
19
|
+
name: "Name",
|
|
20
|
+
orderIndex: "Order",
|
|
21
|
+
anchor: "Anchor",
|
|
22
|
+
windowStartDays: "Window start (days)",
|
|
23
|
+
windowEndDays: "Window end (days)",
|
|
24
|
+
cadenceKind: "Cadence",
|
|
25
|
+
cadenceEveryDays: "Every N days",
|
|
26
|
+
cadenceIntervals: "Escalation buckets",
|
|
27
|
+
maxSendsInStage: "Max sends in stage",
|
|
28
|
+
respectQuietHours: "Respect quiet hours",
|
|
29
|
+
},
|
|
30
|
+
descriptions: {
|
|
31
|
+
window: "When the eligibility window opens, relative to the chosen anchor.",
|
|
32
|
+
cadence: "How often this stage may fire while inside the window.",
|
|
33
|
+
emptyIntervals: "Add buckets keyed on days-until-due to scale cadence as the deadline approaches.",
|
|
34
|
+
stopConditions: "Stop conditions",
|
|
35
|
+
maxSendsInStage: "Leave blank for no limit. When reached, the next stage takes over.",
|
|
36
|
+
respectQuietHours: "Defer fires that would land inside the tenant's quiet-hours window.",
|
|
37
|
+
},
|
|
38
|
+
placeholders: {
|
|
39
|
+
name: "First reminder",
|
|
40
|
+
},
|
|
41
|
+
anchors: {
|
|
42
|
+
due_date: "Due date",
|
|
43
|
+
booking_created_at: "Booking created at",
|
|
44
|
+
departure_date: "Departure date",
|
|
45
|
+
invoice_issued_at: "Invoice issued at",
|
|
46
|
+
last_send_at: "Last send",
|
|
47
|
+
},
|
|
48
|
+
cadences: {
|
|
49
|
+
once: "Once",
|
|
50
|
+
every_n_days: "Every N days",
|
|
51
|
+
escalating: "Escalating buckets",
|
|
52
|
+
},
|
|
53
|
+
intervalRow: {
|
|
54
|
+
whenDaysUntilDueGT: "When days-until-due >",
|
|
55
|
+
whenDaysUntilDueLT: "When days-until-due <",
|
|
56
|
+
repeatEveryDays: "Repeat every (days)",
|
|
57
|
+
addInterval: "Add bucket",
|
|
58
|
+
removeInterval: "Remove",
|
|
59
|
+
},
|
|
60
|
+
titles: {
|
|
61
|
+
create: "Add stage",
|
|
62
|
+
edit: "Edit stage",
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
channel: {
|
|
66
|
+
listHeading: "Channels",
|
|
67
|
+
listEmpty: "No channels yet. Add at least one for this stage to deliver.",
|
|
68
|
+
addChannel: "Add channel",
|
|
69
|
+
deleteConfirm: "Delete this channel?",
|
|
70
|
+
fields: {
|
|
71
|
+
orderIndex: "Order",
|
|
72
|
+
channel: "Channel",
|
|
73
|
+
provider: "Provider",
|
|
74
|
+
template: "Template",
|
|
75
|
+
recipientKind: "Recipient",
|
|
76
|
+
},
|
|
77
|
+
channels: {
|
|
78
|
+
email: "Email",
|
|
79
|
+
sms: "SMS",
|
|
80
|
+
},
|
|
81
|
+
recipientKinds: {
|
|
82
|
+
primary: "Primary",
|
|
83
|
+
cc: "CC",
|
|
84
|
+
bcc: "BCC",
|
|
85
|
+
},
|
|
86
|
+
providers: {
|
|
87
|
+
automatic: "Automatic",
|
|
88
|
+
resend: "Resend (email)",
|
|
89
|
+
twilio: "Twilio (SMS)",
|
|
90
|
+
},
|
|
91
|
+
titles: {
|
|
92
|
+
create: "Add channel",
|
|
93
|
+
edit: "Edit channel",
|
|
94
|
+
},
|
|
95
|
+
placeholders: {
|
|
96
|
+
template: "Search templates…",
|
|
97
|
+
},
|
|
98
|
+
descriptions: {
|
|
99
|
+
automaticProvider: "Use Automatic to fall back to the deployment default for this channel.",
|
|
100
|
+
},
|
|
101
|
+
},
|
|
102
|
+
settings: {
|
|
103
|
+
heading: "Notification settings",
|
|
104
|
+
description: "Tenant-wide defaults for quiet hours, blackouts, and per-recipient rate limits.",
|
|
105
|
+
sections: {
|
|
106
|
+
quietHours: "Quiet hours",
|
|
107
|
+
quietHoursDesc: "When reminders are eligible to send, in the recipient's timezone.",
|
|
108
|
+
blackouts: "Blackout dates",
|
|
109
|
+
blackoutsDesc: "Specific dates to skip entirely (holidays, company closures).",
|
|
110
|
+
rateLimits: "Rate limits & dedup",
|
|
111
|
+
rateLimitsDesc: "Caps that apply across all rules to protect recipients from spam.",
|
|
112
|
+
},
|
|
113
|
+
fields: {
|
|
114
|
+
quietHoursStart: "Start",
|
|
115
|
+
quietHoursEnd: "End",
|
|
116
|
+
quietHoursTz: "Timezone",
|
|
117
|
+
blackoutDates: "Blackout dates",
|
|
118
|
+
skipWeekends: "Skip weekends",
|
|
119
|
+
skipWeekendsDesc: "Defer reminders that would land on Saturday or Sunday.",
|
|
120
|
+
recipientRateLimitPerDay: "Per-recipient daily cap",
|
|
121
|
+
suppressionWindowHours: "Suppression window (hours)",
|
|
122
|
+
},
|
|
123
|
+
placeholders: {
|
|
124
|
+
tz: "Search timezones…",
|
|
125
|
+
noBlackouts: "No blackout dates yet.",
|
|
126
|
+
},
|
|
127
|
+
helpers: {
|
|
128
|
+
blackoutDates: "Add a date for each calendar day to skip.",
|
|
129
|
+
recipientRateLimitPerDay: "Maximum sent reminders per recipient per channel per 24h. Leave blank for no limit.",
|
|
130
|
+
suppressionWindowHours: "Window for suppression group dedup across rules sharing a tag.",
|
|
131
|
+
},
|
|
132
|
+
actions: {
|
|
133
|
+
addBlackoutDate: "Add date",
|
|
134
|
+
removeBlackoutDate: "Remove",
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
|
+
pickers: {
|
|
138
|
+
templates: {
|
|
139
|
+
placeholder: "Search templates…",
|
|
140
|
+
empty: "No templates found.",
|
|
141
|
+
},
|
|
142
|
+
timezones: {
|
|
143
|
+
placeholder: "Search timezones…",
|
|
144
|
+
empty: "No timezones found.",
|
|
145
|
+
},
|
|
146
|
+
},
|
|
147
|
+
preview: {
|
|
148
|
+
dateLabel: "Date",
|
|
149
|
+
empty: "Nothing would fire on this date.",
|
|
150
|
+
columns: {
|
|
151
|
+
rule: "Rule",
|
|
152
|
+
stage: "Stage",
|
|
153
|
+
target: "Target",
|
|
154
|
+
anchor: "Anchor",
|
|
155
|
+
scheduledAt: "Scheduled at",
|
|
156
|
+
reasoning: "Reasoning",
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
admin: {
|
|
160
|
+
common: {
|
|
161
|
+
channelFilterPlaceholder: "Channel",
|
|
162
|
+
statusFilterPlaceholder: "Status",
|
|
163
|
+
allChannels: "All channels",
|
|
164
|
+
allStatuses: "All statuses",
|
|
165
|
+
channelEmail: "Email",
|
|
166
|
+
channelSms: "SMS",
|
|
167
|
+
statusDraft: "Draft",
|
|
168
|
+
statusActive: "Active",
|
|
169
|
+
statusArchived: "Archived",
|
|
170
|
+
statusPending: "Pending",
|
|
171
|
+
statusSent: "Sent",
|
|
172
|
+
statusFailed: "Failed",
|
|
173
|
+
statusCancelled: "Cancelled",
|
|
174
|
+
statusQueued: "Queued",
|
|
175
|
+
statusProcessing: "Processing",
|
|
176
|
+
statusSkipped: "Skipped",
|
|
177
|
+
saveChanges: "Save Changes",
|
|
178
|
+
directTemplate: "direct",
|
|
179
|
+
defaultSender: "Default sender",
|
|
180
|
+
previewDataNotObject: "Preview data must be a JSON object.",
|
|
181
|
+
previewInvalidJson: "Preview data is invalid JSON.",
|
|
182
|
+
previewFailed: "Preview failed",
|
|
183
|
+
},
|
|
184
|
+
templatesPage: {
|
|
185
|
+
title: "Notification Templates",
|
|
186
|
+
description: "Manage email and SMS templates rendered with Liquid.",
|
|
187
|
+
newTemplate: "New Template",
|
|
188
|
+
searchPlaceholder: "Search templates...",
|
|
189
|
+
empty: "No notification templates yet. Create one to start sending branded emails and SMS messages.",
|
|
190
|
+
},
|
|
191
|
+
templateDialog: {
|
|
192
|
+
editTitle: "Edit Notification Template",
|
|
193
|
+
createTitle: "New Notification Template",
|
|
194
|
+
nameLabel: "Name",
|
|
195
|
+
namePlaceholder: "Booking confirmation",
|
|
196
|
+
slugLabel: "Slug",
|
|
197
|
+
slugPlaceholder: "booking-confirmation",
|
|
198
|
+
channelLabel: "Channel",
|
|
199
|
+
statusLabel: "Status",
|
|
200
|
+
attachmentsLabel: "Attachments",
|
|
201
|
+
attachmentContract: "Contract",
|
|
202
|
+
attachmentInvoice: "Invoice",
|
|
203
|
+
attachmentBrochure: "Brochure",
|
|
204
|
+
fromAddressLabel: "From address",
|
|
205
|
+
fromAddressPlaceholder: "reservations@example.com",
|
|
206
|
+
subjectLabel: "Subject",
|
|
207
|
+
subjectPlaceholder: "Your booking {{ booking.reference }}",
|
|
208
|
+
htmlBodyLabel: "HTML body",
|
|
209
|
+
htmlBodyPlaceholder: "Compose the email body using Liquid variables...",
|
|
210
|
+
smsBodyLabel: "SMS body",
|
|
211
|
+
smsBodyPlaceholder: 'Hi {{ traveler.firstName | default: "traveler" }}, your booking is confirmed.',
|
|
212
|
+
tabAuthoring: "Authoring",
|
|
213
|
+
tabPreview: "Preview & Test",
|
|
214
|
+
insertIntoLabel: "Insert into",
|
|
215
|
+
insertTargetSubject: "Subject",
|
|
216
|
+
insertTargetHtmlBody: "HTML body",
|
|
217
|
+
insertTargetSmsBody: "SMS body",
|
|
218
|
+
insertHint: "Variables insert as Liquid tags in text fields and as inline chips in the rich-text HTML body.",
|
|
219
|
+
previewDataLabel: "Preview data (JSON)",
|
|
220
|
+
previewDataPlaceholder: '{"booking":{"reference":"BKG-2026-00125"}}',
|
|
221
|
+
previewDataHint: "Use sample JSON to preview Liquid rendering and send a safe test message.",
|
|
222
|
+
refreshPreview: "Refresh Preview",
|
|
223
|
+
renderedPreviewTitle: "Rendered preview",
|
|
224
|
+
renderedSubjectLabel: "Subject",
|
|
225
|
+
renderedHtmlLabel: "HTML body",
|
|
226
|
+
renderedSmsLabel: "SMS body",
|
|
227
|
+
noSubjectRendered: "No subject rendered yet.",
|
|
228
|
+
noHtmlRendered: "No HTML content rendered yet.",
|
|
229
|
+
noSmsRendered: "No SMS content rendered yet.",
|
|
230
|
+
testSendTitle: "Test send",
|
|
231
|
+
testSendDescription: "Sends the current unsaved content through the configured provider path.",
|
|
232
|
+
recipientEmailLabel: "Recipient email",
|
|
233
|
+
recipientPhoneLabel: "Recipient phone",
|
|
234
|
+
recipientEmailPlaceholder: "qa@example.com",
|
|
235
|
+
recipientPhonePlaceholder: "+40 721 111 222",
|
|
236
|
+
providerAutoNote: "Provider is selected automatically by the app runtime.",
|
|
237
|
+
fromNote: "From: {sender}",
|
|
238
|
+
sendTestEmail: "Send Test Email",
|
|
239
|
+
sendTestSms: "Send Test SMS",
|
|
240
|
+
testQueuedEmail: "Test email queued successfully.",
|
|
241
|
+
testQueuedSms: "Test SMS queued successfully.",
|
|
242
|
+
testSendFailed: "Test send failed",
|
|
243
|
+
recipientEmailRequired: "Recipient email is required.",
|
|
244
|
+
recipientPhoneRequired: "Recipient phone is required.",
|
|
245
|
+
markActiveLabel: "Mark template active after saving",
|
|
246
|
+
createTemplate: "Create Template",
|
|
247
|
+
},
|
|
248
|
+
templateDetail: {
|
|
249
|
+
backToTemplates: "Back to templates",
|
|
250
|
+
notFound: "Notification template not found.",
|
|
251
|
+
editTemplate: "Edit Template",
|
|
252
|
+
metaChannel: "Channel",
|
|
253
|
+
metaFrom: "From",
|
|
254
|
+
metaUpdated: "Updated",
|
|
255
|
+
tabOverview: "Overview",
|
|
256
|
+
tabPreview: "Preview",
|
|
257
|
+
recentDeliveries: "Recent deliveries",
|
|
258
|
+
messageStructureTitle: "Message structure",
|
|
259
|
+
subjectLabel: "Subject",
|
|
260
|
+
textFallbackLabel: "Text fallback",
|
|
261
|
+
descriptionLabel: "Description",
|
|
262
|
+
htmlBodyTitle: "HTML body",
|
|
263
|
+
noHtmlConfigured: "No HTML body configured.",
|
|
264
|
+
sampleDataTitle: "Sample data",
|
|
265
|
+
customJsonLabel: "Render with custom JSON",
|
|
266
|
+
renderPreview: "Render Preview",
|
|
267
|
+
renderedOutputTitle: "Rendered output",
|
|
268
|
+
notRenderedYet: "Not rendered yet.",
|
|
269
|
+
noRenderedHtml: "No rendered HTML yet.",
|
|
270
|
+
noRenderedText: "No rendered text yet.",
|
|
271
|
+
smsBodyLabel: "SMS body",
|
|
272
|
+
inspect: "Inspect",
|
|
273
|
+
noDeliveriesForTemplate: "No deliveries recorded for this template yet.",
|
|
274
|
+
},
|
|
275
|
+
deliveriesPage: {
|
|
276
|
+
title: "Deliveries",
|
|
277
|
+
description: "Review notification delivery attempts, rendered payloads, and provider-level outcomes.",
|
|
278
|
+
empty: "No deliveries yet.",
|
|
279
|
+
resend: "Resend",
|
|
280
|
+
detailsButton: "Details",
|
|
281
|
+
resendFailed: "Notification resend failed",
|
|
282
|
+
dialogTitle: "Delivery details",
|
|
283
|
+
dialogDescription: "Provider response, failure log, rendered content, and payload for this notification.",
|
|
284
|
+
labels: {
|
|
285
|
+
deliveryId: "Delivery ID",
|
|
286
|
+
status: "Status",
|
|
287
|
+
provider: "Provider",
|
|
288
|
+
providerMessageId: "Provider message ID",
|
|
289
|
+
template: "Template",
|
|
290
|
+
channel: "Channel",
|
|
291
|
+
created: "Created",
|
|
292
|
+
failed: "Failed",
|
|
293
|
+
sent: "Sent",
|
|
294
|
+
scheduled: "Scheduled",
|
|
295
|
+
to: "To",
|
|
296
|
+
from: "From",
|
|
297
|
+
subject: "Subject",
|
|
298
|
+
target: "Target",
|
|
299
|
+
},
|
|
300
|
+
errorMessageTitle: "Error message",
|
|
301
|
+
failureLogTitle: "Failure log",
|
|
302
|
+
noFailureLog: "No structured failure log was captured.",
|
|
303
|
+
payloadDataTitle: "Payload data",
|
|
304
|
+
metadataTitle: "Metadata",
|
|
305
|
+
textBodyTitle: "Text body",
|
|
306
|
+
htmlBodyTitle: "HTML body",
|
|
307
|
+
},
|
|
308
|
+
deliveryDetail: {
|
|
309
|
+
title: "Delivery details",
|
|
310
|
+
loadFailed: "Failed to load delivery.",
|
|
311
|
+
labels: {
|
|
312
|
+
to: "To",
|
|
313
|
+
template: "Template",
|
|
314
|
+
provider: "Provider",
|
|
315
|
+
status: "Status",
|
|
316
|
+
channel: "Channel",
|
|
317
|
+
from: "From",
|
|
318
|
+
targetType: "Target type",
|
|
319
|
+
targetId: "Target id",
|
|
320
|
+
providerMessageId: "Provider message id",
|
|
321
|
+
created: "Created",
|
|
322
|
+
sent: "Sent",
|
|
323
|
+
failed: "Failed",
|
|
324
|
+
subject: "Subject",
|
|
325
|
+
error: "Error",
|
|
326
|
+
text: "Text",
|
|
327
|
+
},
|
|
328
|
+
metadataTitle: "Metadata",
|
|
329
|
+
renderedPayloadTitle: "Rendered payload",
|
|
330
|
+
htmlBodyTitle: "HTML body",
|
|
331
|
+
noHtmlStored: "No HTML body stored for this delivery.",
|
|
332
|
+
payloadDataTitle: "Payload data",
|
|
333
|
+
close: "Close",
|
|
334
|
+
},
|
|
335
|
+
reminderRulesPage: {
|
|
336
|
+
title: "Reminder Rules",
|
|
337
|
+
description: "Schedule booking payment reminders and event notifications against templates and channels.",
|
|
338
|
+
empty: "No reminder rules yet.",
|
|
339
|
+
newRule: "New Rule",
|
|
340
|
+
searchPlaceholder: "Search rules...",
|
|
341
|
+
targetFilterPlaceholder: "Target",
|
|
342
|
+
allTargets: "All targets",
|
|
343
|
+
manageStages: "Manage stages",
|
|
344
|
+
targets: {
|
|
345
|
+
booking_confirmed: "Booking confirmed",
|
|
346
|
+
booking_payment_schedule: "Booking payment schedule",
|
|
347
|
+
payment_complete: "Payment complete",
|
|
348
|
+
booking_cancelled_non_payment: "Booking cancelled (non-payment)",
|
|
349
|
+
invoice: "Invoice",
|
|
350
|
+
},
|
|
351
|
+
},
|
|
352
|
+
reminderRuleDialog: {
|
|
353
|
+
editTitle: "Edit Reminder Rule",
|
|
354
|
+
createTitle: "New Reminder Rule",
|
|
355
|
+
nameLabel: "Name",
|
|
356
|
+
namePlaceholder: "Payment due in 3 days",
|
|
357
|
+
targetLabel: "Target",
|
|
358
|
+
statusLabel: "Status",
|
|
359
|
+
channelLabel: "Channel",
|
|
360
|
+
defaultTemplateLabel: "Default template",
|
|
361
|
+
selectTemplatePlaceholder: "Select template",
|
|
362
|
+
defaultTemplateHint: "Used as a fallback. Per-stage channels can override this.",
|
|
363
|
+
stagesHintBefore: "After creating the rule, click",
|
|
364
|
+
stagesHintAction: "Manage stages",
|
|
365
|
+
stagesHintAfter: "on the row to define when it fires (anchor, window, cadence) and which channels deliver it.",
|
|
366
|
+
createRule: "Create Rule",
|
|
367
|
+
},
|
|
368
|
+
reminderRuleDetail: {
|
|
369
|
+
fallbackTitle: "Reminder rule",
|
|
370
|
+
},
|
|
371
|
+
reminderRunsPage: {
|
|
372
|
+
title: "Reminder Runs",
|
|
373
|
+
description: "Inspect queued and processed reminder executions, linked deliveries, and failure reasons.",
|
|
374
|
+
empty: "No reminder runs yet.",
|
|
375
|
+
},
|
|
376
|
+
previewPage: {
|
|
377
|
+
title: "Reminders preview",
|
|
378
|
+
description: "What would fire on a chosen date with the active reminder sequences. Read-only.",
|
|
379
|
+
},
|
|
380
|
+
authoringHelp: {
|
|
381
|
+
title: "Notification variables",
|
|
382
|
+
description: "Notifications render with Liquid. Use variables for subject/body content and control tags for conditionals or loops.",
|
|
383
|
+
},
|
|
384
|
+
},
|
|
385
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { notificationsUiEn } from "./en.js";
|
|
2
|
+
export type { NotificationsUiMessages } from "./messages.js";
|
|
3
|
+
export { getNotificationsUiI18n, type NotificationsUiMessageOverrides, NotificationsUiMessagesProvider, notificationsUiMessageDefinitions, resolveNotificationsUiMessages, useNotificationsUiI18n, useNotificationsUiI18nOrDefault, useNotificationsUiMessages, useNotificationsUiMessagesOrDefault, } from "./provider.js";
|
|
4
|
+
export { notificationsUiRo } from "./ro.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAC3C,YAAY,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAA;AAC5D,OAAO,EACL,sBAAsB,EACtB,KAAK,+BAA+B,EACpC,+BAA+B,EAC/B,iCAAiC,EACjC,8BAA8B,EAC9B,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,mCAAmC,GACpC,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { notificationsUiEn } from "./en.js";
|
|
2
|
+
export { getNotificationsUiI18n, NotificationsUiMessagesProvider, notificationsUiMessageDefinitions, resolveNotificationsUiMessages, useNotificationsUiI18n, useNotificationsUiI18nOrDefault, useNotificationsUiMessages, useNotificationsUiMessagesOrDefault, } from "./provider.js";
|
|
3
|
+
export { notificationsUiRo } from "./ro.js";
|