80 lines
3.5 KiB
JSON
80 lines
3.5 KiB
JSON
|
{
|
||
|
"messages": {
|
||
|
"welcome": {
|
||
|
"morning": [
|
||
|
"{0} Good morning and welcome! {1}"
|
||
|
],
|
||
|
"midday": [
|
||
|
"{0} Good day and welcome! {1}"
|
||
|
],
|
||
|
"evening": [
|
||
|
"{0} Good evening and welcome! {1}"
|
||
|
],
|
||
|
"night": [
|
||
|
"{0} Good night and welcome! {1}"
|
||
|
],
|
||
|
"unknown": [
|
||
|
"{0} Hello and welcome! {1}"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"actions": {
|
||
|
"bite": {
|
||
|
"name": "Bite",
|
||
|
"text": "**{user_name}** bites **{target_name}**"
|
||
|
},
|
||
|
"hug": {
|
||
|
"name": "Hug",
|
||
|
"text": "**{user_name}** hugs **{target_name}**"
|
||
|
},
|
||
|
"kiss": {
|
||
|
"name": "Kiss",
|
||
|
"text": "**{user_name}** kisses **{target_name}**"
|
||
|
},
|
||
|
"lick": {
|
||
|
"name": "Lick",
|
||
|
"text": "**{user_name}** licks **{target_name}**"
|
||
|
},
|
||
|
"pat": {
|
||
|
"name": "Pat",
|
||
|
"text": "**{user_name}** pats **{target_name}**"
|
||
|
},
|
||
|
"poke": {
|
||
|
"name": "Poke",
|
||
|
"text": "**{user_name}** pokes **{target_name}**"
|
||
|
},
|
||
|
"wave": {
|
||
|
"name": "Wave",
|
||
|
"text": "**{user_name}** waves **{target_name}**"
|
||
|
},
|
||
|
"wink": {
|
||
|
"name": "Wink",
|
||
|
"text": "**{user_name}** winks **{target_name}**"
|
||
|
}
|
||
|
},
|
||
|
"tracking": {
|
||
|
"dhl": {
|
||
|
"statuses": {
|
||
|
"delivered": "Delivered",
|
||
|
"transit": "Transit",
|
||
|
"pre-transit": "Pre-transit",
|
||
|
"failure": "Failure"
|
||
|
},
|
||
|
"messages": {
|
||
|
"DHL PAKET (parcel)": "DHL PAKET (parcel)",
|
||
|
"The shipment was prepared for onward transport.": "The shipment was prepared for onward transport.",
|
||
|
"Warenpost (Merchandise Shipment)": "Warenpost (Merchandise Shipment)",
|
||
|
"The shipment has been processed in the parcel center": "The shipment has been processed in the parcel center",
|
||
|
"Unfortunately, the shipment could not be delivered today due to a strike action.": "Unfortunately, the shipment could not be delivered today due to a strike action.",
|
||
|
"Die Sendung wurde von DHL abgeholt.": "The shipment has been picked up by DHL.",
|
||
|
"The shipment has been successfully delivered": "The shipment has been successfully delivered",
|
||
|
"The shipment could not be delivered, and the recipient has been notified": "The shipment could not be delivered, and the recipient has been notified",
|
||
|
"The shipment has been loaded onto the delivery vehicle": "The shipment has been loaded onto the delivery vehicle",
|
||
|
"The shipment arrived in the region of recipient and will be transported to the delivery base in the next step.": "The shipment arrived in the region of recipient and will be transported to the delivery base in the next step.",
|
||
|
"The shipment has been processed in the parcel center of origin": "The shipment has been processed in the parcel center of origin",
|
||
|
"The shipment has been posted by the sender at the retail outlet": "The shipment has been posted by the sender at the retail outlet",
|
||
|
"The instruction data for this shipment have been provided by the sender to DHL electronically": "The instruction data for this shipment have been provided by the sender to DHL electronically"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|