diff --git a/app/locales/en/translations.coffee b/app/locales/en/translations.coffee index 684e3de0..9f412222 100644 --- a/app/locales/en/translations.coffee +++ b/app/locales/en/translations.coffee @@ -185,6 +185,7 @@ I18nTranslationsEn = "accepted_status": "This item has been accepted." "rejected_status": "This item has been rejected." "cancel_last_item_confirm": "Cancelling the last item will cancel the offer, do you wish to proceed?" + "cancelled_status": "The offer this item belongs to has been cancelled by {{firstName}} {{lastName}} on" "messages": "info_text1": "If we have questions when reviewing this item we will chat with you here." diff --git a/app/locales/zh-tw/translations.coffee b/app/locales/zh-tw/translations.coffee index bf7a534f..6a9418eb 100644 --- a/app/locales/zh-tw/translations.coffee +++ b/app/locales/zh-tw/translations.coffee @@ -185,6 +185,7 @@ I18nTranslationsZhTw = "accepted_status": "此項物品已被接納" "rejected_status": "此項物品不被接納" "cancel_last_item_confirm": "取消最後一項物品即會取消此項捐獻,您是否確定?" + "cancelled_status": "這項捐贈已被 {{lastName}} {{firstName}} 取消。" "messages": "info_text1": "審查物品時,如果有任何問題,我們會在下面的對話框向您查詢"