From 9b8cf8dade675dcc5f0c6152a29acb00ab586441 Mon Sep 17 00:00:00 2001 From: mostafaznv Date: Fri, 9 Jun 2023 19:39:44 +0330 Subject: [PATCH] update lang file --- lang/en.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/lang/en.json b/lang/en.json index f5749a3..7957683 100644 --- a/lang/en.json +++ b/lang/en.json @@ -7,5 +7,28 @@ "nova-laracache.expiration": "Expiration", "nova-laracache.view": "View", "nova-laracache.delete": "Delete", - "nova-laracache.refresh": "Refresh" + "nova-laracache.refresh": "Refresh", + "nova-laracache.model": "Model", + "nova-laracache.entities": "Entities", + "nova-laracache.modal.model.delete.title": "Delete Cache Entities", + "nova-laracache.modal.model.delete.description": "Are you sure you want to delete the following cache entities?", + "nova-laracache.modal.model.refresh.title": "Refresh Cache Entities", + "nova-laracache.modal.model.refresh.description": "Are you sure you want to refresh the following cache entities?", + "nova-laracache.modal.group.delete.title": "Delete Cache Group", + "nova-laracache.modal.group.delete.description": "Are you sure you want to delete the following cache group?", + "nova-laracache.modal.group.refresh.title": "Refresh Cache Group", + "nova-laracache.modal.group.refresh.description": "Are you sure you want to refresh the following cache group?", + "nova-laracache.modal.delete.submit": "Delete", + "nova-laracache.modal.refresh.submit": "Refresh", + "nova-laracache.modal.success-msg": "Cache operation has been done successfully. Data will be updated soon.", + "nova-laracache.valid-for-day": "Valid For Rest Of The Day", + "nova-laracache.valid-for-week": "Valid For Rest Of The Week", + "nova-laracache.forever": "Valid Forever", + "nova-laracache.is-queueable": "Queueable", + "nova-laracache.refresh-after.create": "Refresh After Create", + "nova-laracache.refresh-after.update": "Refresh After Update", + "nova-laracache.refresh-after.delete": "Refresh After Delete", + "nova-laracache.refresh-after.restore": "Refresh After Restore", + "nova-laracache.group": "Group", + "nova-laracache.groups": "Groups" }