diff --git a/resources/js/i18n/lang/cn.json b/resources/js/i18n/lang/cn.json index 21d09088..bddb76d1 100644 --- a/resources/js/i18n/lang/cn.json +++ b/resources/js/i18n/lang/cn.json @@ -718,6 +718,7 @@ "href": "Please confirm your payment." }, "uploading": { + "cancel": "Cancel Uploading", "processing_file": "Processing File...", "progress_single_upload": "上传文件 {progress}%", "progress": "上传文件 {progress}% - {current}/{total}" diff --git a/resources/js/i18n/lang/sk.json b/resources/js/i18n/lang/sk.json index b492510d..116c61c7 100644 --- a/resources/js/i18n/lang/sk.json +++ b/resources/js/i18n/lang/sk.json @@ -720,6 +720,7 @@ "href": "Prosím potvrďte Vašu platbu." }, "uploading": { + "cancel": "Zrušiť nahrávanie", "processing_file": "Spracuvávam súbor...", "progress_single_upload": "Nahrávam súbor {progress}%", "progress": "Nahrávam súbory {progress}% - {current}/{total}"