From 16586270698489738574d2f528121f86d6fb6af4 Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Sun, 22 Nov 2020 09:44:50 +0100 Subject: [PATCH] updated language files --- resources/js/i18n/lang/cn.json | 1 + resources/js/i18n/lang/sk.json | 1 + 2 files changed, 2 insertions(+) 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}"