icu-to-json

"Your account has been created successfully." - {}
"Account verification required: {verificationCode}" - {"verificationCode":"123456"}
"Achievement unlocked: {achievementName}" - {"achievementName":"Master Explorer"}
"Alert: {alertText}" - {"alertText":"Emergency: Evacuate immediately!"}
"Reminder: Your appointment is on {appointmentDate, date, short} at {appointmentTime, time, short}." - {"appointmentDate":"2023-11-15T00:00:00.000Z","appointmentTime":"2023-11-15T14:30:00.000Z"}
"Battery level: {level, number, #%}" - {"level":75}
"Thank you for your purchase. Checkout is complete." - {}
"Your contact form has been submitted." - {}
"Feel free to contact us for any inquiries." - {}
"Coupon applied: {couponCode}" - {"couponCode":"SAVE20"}
"Discount applied: {discountPercentage, number, percent}" - {"discountPercentage":15}
"A verification email has been sent to your email address." - {}
"An error occurred. Please try again later." - {}
"Event reminder: {eventName} on {eventDate, date, medium} at {eventTime, time, short}." - {"eventDate":"2023-12-05T00:00:00.000Z","eventName":"Annual Party","eventTime":"2023-12-05T19:00:00.000Z"}
"Your download has started." - {}
"File uploaded: {fileName}" - {"fileName":"document.pdf"}
"Uploading the file. Please wait..." - {}
"Inventory {status, select, available {available} low {running low} other {out of stock}}." - {"status":"In Stock"}
"Inventory updated: {updateType, select, add {Added} remove {Removed} other {Updated}} {quantity, number} items." - {"quantity":100,"updateType":"Add"}
"The item has been added to your cart." - {}
"You have {itemCount, number} items in your cart." - {"itemCount":5}
"Sorry, this item is currently out of stock." - {}
"The item has been removed from your cart." - {}
"You must be logged in to access this page." - {}
"Are you sure you want to log out?" - {}
"Reminder: Your meeting is tomorrow at {meetingTime, time, short}." - {"meetingTime":"2023-11-10T10:00:00.000Z"}
"Meeting scheduled for {meetingDate, date, medium} at {meetingTime, time, short}." - {"meetingDate":"2023-11-15T00:00:00.000Z","meetingTime":"2023-11-15T15:30:00.000Z"}
"Your {membershipType} membership is {status, select, active {active} other {expired}}." - {"membershipType":"Premium","status":"Active"}
"{messageCount, plural, =0 {No new messages} one {1 new message} other {# new messages}} in your inbox." - {"messageCount":3}
"New order received: Order #{orderNumber}" - {"orderNumber":"ORD123456"}
"You are now subscribed to our newsletter." - {}
"Notification: {notificationType, select, email {New email} message {New message} other {Alert}}" - {"notificationType":"Information"}
"Your order has been placed." - {}
"Your order is being processed." - {}
"Order {status, select, shipped {shipped} processing {processing} other {cancelled}}." - {"status":"Shipped"}
"Order total: {totalAmount, number, currency:GBP}" - {"totalAmount":99.99}
"404 - Page not found" - {}
"Password successfully changed!" - {}
"Your password has been changed successfully." - {}
"Payment confirmed: {paymentAmount, number, currency:GBP}" - {"paymentAmount":49.99}
"Payment due: {amount, number, currency:GBP}" - {"amount":25}
"Processing your payment..." - {}
"Payment {status, select, approved {approved} declined {declined} other {pending}}." - {"status":"Paid"}
"Access denied: {reason}" - {"reason":"Insufficient privileges"}
"Our privacy policy has been updated." - {}
"The product is {available, select, true {available} other {out of stock}}." - {"available":"In Stock"}
"Product rating: {rating, number, #.#}" - {"rating":4.5}
"Your profile is {completion, number, percent} complete." - {"completion":75}
"Rate your experience: {rating, number, #.#}" - {"rating":4}
"Recommended: {productName}" - {"productName":"Product XYZ"}
"An error occurred on the server: {errorMessage}" - {"errorMessage":"Internal server error"}
"Shipment {trackingStatus, select, in_transit {in transit} out_for_delivery {out for delivery} other {delivered}}." - {"trackingStatus":"In Transit"}
"Shipping {status, select, shipped {shipped} in_transit {in transit} other {delivered}}." - {"status":"Shipped"}
"Stock quantity: {quantity, number}" - {"quantity":50}
"Subscription for {service} has been cancelled." - {"service":"Gold Membership"}
"Your subscription has expired." - {}
"Payment for your subscription is due soon." - {}
"Payment for your subscription has failed." - {}
"Subscription renewed for {subscriptionPeriod} at {nextBillingDate, date, short}." - {"nextBillingDate":"2023-12-01T00:00:00.000Z","subscriptionPeriod":"1 Year"}
"Your subscription has been renewed." - {}
"Operation completed successfully." - {}
"Task completed: {taskName}" - {"taskName":"Project Alpha"}
"The temperature is currently {temperature}°C." - {"temperature":"25"}
"Thank you for your purchase." - {}
"Total Price: {price, number, currency:GBP}" - {"price":149.99}
"Transaction failed: {reason}" - {"reason":"Insufficient funds"}
"Travel reminder: {travelDate, date, long} to {destination}." - {"destination":"Paris","travelDate":"2023-11-20T00:00:00.000Z"}
"You have {unreadCount, plural, =0 {no unread messages} one {1 unread message} other {# unread messages}}." - {"unreadCount":10}
"Your profile has been updated successfully." - {}
"Update successful!" - {}
"Urgent Alert: {alertMessage}" - {"alertMessage":"Urgent: Evacuation required!"}
"Notification: {notificationText}" - {"notificationText":"New message received"}
"Weather forecast for {location}: {forecast}" - {"forecast":"Partly cloudy","location":"New York"}
"Welcome, {name}!" - {"name":"John Doe","username":"johndoe123"}