diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ar.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ar.json index f404ff978d..86a9ad9581 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ar.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ar.json @@ -109,6 +109,9 @@ "TotalRecords": "إجمالي السجلات", "ExcelFileAttachedMessage": "ملف Excel مرفق بهذا البريد الإلكتروني.", "EntityChangeExportCompletedSubject": "تم إكمال تصدير تغييرات الكيان", - "AuditLogExportCompletedSubject": "تم إكمال تصدير سجل التدقيق" + "AuditLogExportCompletedSubject": "تم إكمال تصدير سجل التدقيق", + "DownloadLinkExplanation": "يمكنك تنزيل الملف باستخدام الرابط أدناه حتى {0} (UTC)", + "DownloadNow": "تنزيل الآن", + "TryAgainMessage": "الرجاء المحاولة مرة أخرى. إذا استمرت المشكلة، يرجى الاتصال بالدعم." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/cs.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/cs.json index 059fd7c46d..a98da37703 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/cs.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/cs.json @@ -109,6 +109,9 @@ "TotalRecords": "Celkem záznamů", "ExcelFileAttachedMessage": "Soubor Excel je připojen k tomuto e-mailu.", "EntityChangeExportCompletedSubject": "Export změn entit dokončen", - "AuditLogExportCompletedSubject": "Export protokolu auditu dokončen" + "AuditLogExportCompletedSubject": "Export protokolu auditu dokončen", + "DownloadLinkExplanation": "Soubor můžete stáhnout pomocí odkazu níže až do {0} (UTC)", + "DownloadNow": "Stáhnout nyní", + "TryAgainMessage": "Zkuste to prosím znovu. Pokud problém přetrvává, kontaktujte podporu." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/de-DE.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/de-DE.json index 512556988f..334ada8c9a 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/de-DE.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/de-DE.json @@ -81,6 +81,9 @@ "Feature:AuditLoggingGroup": "Audit-Protokollierung", "Feature:AuditLoggingEnable": "Aktivieren Sie die Überwachungsprotokollseite", "Feature:AuditLoggingEnableDescription": "Aktivieren Sie die Überwachungsprotokollseite in der App.", - "TenantId": "Mandanten-ID" + "TenantId": "Mandanten-ID", + "DownloadLinkExplanation": "Sie können die Datei über den Link unten bis {0} (UTC) herunterladen", + "DownloadNow": "Jetzt herunterladen", + "TryAgainMessage": "Bitte versuchen Sie es erneut. Wenn das Problem weiterhin besteht, wenden Sie sich bitte an den Support." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/de.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/de.json index 775ddd9f7c..cc316ff867 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/de.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/de.json @@ -109,6 +109,9 @@ "TotalRecords": "Gesamtdatensätze", "ExcelFileAttachedMessage": "Die Excel-Datei ist an diese E-Mail angehängt.", "EntityChangeExportCompletedSubject": "Entity-Änderungsexport abgeschlossen", - "AuditLogExportCompletedSubject": "Audit-Log-Export abgeschlossen" + "AuditLogExportCompletedSubject": "Audit-Log-Export abgeschlossen", + "DownloadLinkExplanation": "Sie können die Datei über den Link unten bis {0} (UTC) herunterladen", + "DownloadNow": "Jetzt herunterladen", + "TryAgainMessage": "Bitte versuchen Sie es erneut. Wenn das Problem weiterhin besteht, wenden Sie sich bitte an den Support." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json index b793926e79..e837e01666 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json @@ -109,6 +109,9 @@ "TotalRecords": "Total records", "ExcelFileAttachedMessage": "The Excel file is attached to this email.", "EntityChangeExportCompletedSubject": "Entity change export completed", - "AuditLogExportCompletedSubject": "Audit log export completed" + "AuditLogExportCompletedSubject": "Audit log export completed", + "DownloadLinkExplanation": "You can download the file using the link below until {0} (UTC)", + "DownloadNow": "Download now", + "TryAgainMessage": "Please try again. If the problem persists, please contact support." } } diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/es.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/es.json index 7ccaac0f10..518c29d0ea 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/es.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/es.json @@ -109,6 +109,9 @@ "TotalRecords": "Total de registros", "ExcelFileAttachedMessage": "El archivo de Excel está adjunto a este correo electrónico.", "EntityChangeExportCompletedSubject": "Exportación de cambios de entidad completada", - "AuditLogExportCompletedSubject": "Exportación de registro de auditoría completada" + "AuditLogExportCompletedSubject": "Exportación de registro de auditoría completada", + "DownloadLinkExplanation": "Puede descargar el archivo usando el enlace a continuación hasta {0} (UTC)", + "DownloadNow": "Descargar ahora", + "TryAgainMessage": "Por favor, inténtelo de nuevo. Si el problema persiste, contacte con soporte." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/fi.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/fi.json index cc136dc12f..a71a9cf5e8 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/fi.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/fi.json @@ -109,6 +109,9 @@ "TotalRecords": "Tietueiden kokonaismäärä", "ExcelFileAttachedMessage": "Excel-tiedosto on liitetty tähän sähköpostiin.", "EntityChangeExportCompletedSubject": "Entiteettimuutosten vienti valmis", - "AuditLogExportCompletedSubject": "Tarkastuslokin vienti valmis" + "AuditLogExportCompletedSubject": "Tarkastuslokin vienti valmis", + "DownloadLinkExplanation": "Voit ladata tiedoston alla olevan linkin kautta {0} (UTC) asti", + "DownloadNow": "Lataa nyt", + "TryAgainMessage": "Yritä uudelleen. Jos ongelma jatkuu, ota yhteyttä tukeen." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/fr.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/fr.json index 1b3d459922..c12e499403 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/fr.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/fr.json @@ -109,6 +109,9 @@ "TotalRecords": "Total des enregistrements", "ExcelFileAttachedMessage": "Le fichier Excel est joint à cet e-mail.", "EntityChangeExportCompletedSubject": "Exportation des changements d'entité terminée", - "AuditLogExportCompletedSubject": "Exportation du journal d'audit terminée" + "AuditLogExportCompletedSubject": "Exportation du journal d'audit terminée", + "DownloadLinkExplanation": "Vous pouvez télécharger le fichier en utilisant le lien ci-dessous jusqu'au {0} (UTC)", + "DownloadNow": "Télécharger maintenant", + "TryAgainMessage": "Veuillez réessayer. Si le problème persiste, veuillez contacter le support." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hi.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hi.json index 7e1e84de7e..b2e2788e52 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hi.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hi.json @@ -82,6 +82,9 @@ "Feature:AuditLoggingGroup": "ऑडिट लॉगिंग", "Feature:AuditLoggingEnable": "सक्षम ऑडिट लॉगिंग पृष्ठ", "Feature:AuditLoggingEnableDescription": "एप्लिकेशन में ऑडिट लॉगिंग पृष्ठ सक्षम करें।", - "TenantId": "किरायेदार आईडी" + "TenantId": "किरायेदार आईडी", + "DownloadLinkExplanation": "आप {0} (UTC) तक नीचे दिए गए लिंक का उपयोग करके फ़ाइल डाउनलोड कर सकते हैं", + "DownloadNow": "अभी डाउनलोड करें", + "TryAgainMessage": "कृपया पुनः प्रयास करें। यदि समस्या बनी रहती है, तो कृपया सहायता से संपर्क करें।" } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hr.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hr.json index ed6c345578..7d4a3f57b6 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hr.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hr.json @@ -82,6 +82,9 @@ "Feature:AuditLoggingGroup": "Zapisivanje revizije", "Feature:AuditLoggingEnable": "Omogućena stranica za bilježenje revizije", "Feature:AuditLoggingEnableDescription": "Omogućite stranicu za bilježenje revizije u aplikaciji.", - "TenantId": "ID stanara" + "TenantId": "ID stanara", + "DownloadLinkExplanation": "Datoteku možete preuzeti pomoću veze u nastavku do {0} (UTC)", + "DownloadNow": "Preuzmi odmah", + "TryAgainMessage": "Molimo pokušajte ponovno. Ako se problem nastavi, obratite se podršci." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hu.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hu.json index e0cbef8fef..af744ac07b 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hu.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/hu.json @@ -109,6 +109,9 @@ "TotalRecords": "Összes rekord", "ExcelFileAttachedMessage": "Az Excel fájl csatolva van ehhez az e-mailhez.", "EntityChangeExportCompletedSubject": "Entitás változás exportálás befejezve", - "AuditLogExportCompletedSubject": "Audit napló exportálás befejezve" + "AuditLogExportCompletedSubject": "Audit napló exportálás befejezve", + "DownloadLinkExplanation": "A fájlt letöltheti az alábbi linken keresztül {0} (UTC) időpontig", + "DownloadNow": "Letöltés most", + "TryAgainMessage": "Kérjük, próbálja újra. Ha a probléma továbbra is fennáll, forduljon az ügyfélszolgálathoz." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/is.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/is.json index fc556570ff..2d2f8915f3 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/is.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/is.json @@ -82,6 +82,9 @@ "Feature:AuditLoggingGroup": "Endurskoðunarskráning", "Feature:AuditLoggingEnable": "Virkjað endurskoðunarskráningarsíða", "Feature:AuditLoggingEnableDescription": "Virkjaðu endurskoðunarskráningarsíðu í forritinu.", - "TenantId": "Leigutakaauðkenni" + "TenantId": "Leigutakaauðkenni", + "DownloadLinkExplanation": "Þú getur sótt skrána með tenglinum hér að neðan til {0} (UTC)", + "DownloadNow": "Sækja núna", + "TryAgainMessage": "Vinsamlegast reyndu aftur. Ef vandamálið er viðvarandi, hafðu samband við þjónustuaðila." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/it.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/it.json index 739fb28c6d..b43511d03b 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/it.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/it.json @@ -109,6 +109,9 @@ "TotalRecords": "Record totali", "ExcelFileAttachedMessage": "Il file Excel è allegato a questa email.", "EntityChangeExportCompletedSubject": "Esportazione modifiche entità completata", - "AuditLogExportCompletedSubject": "Esportazione log di audit completata" + "AuditLogExportCompletedSubject": "Esportazione log di audit completata", + "DownloadLinkExplanation": "Puoi scaricare il file utilizzando il link qui sotto fino a {0} (UTC)", + "DownloadNow": "Scarica ora", + "TryAgainMessage": "Per favore riprova. Se il problema persiste, contatta il supporto." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/nl.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/nl.json index c07f5d9e2f..9b44a3c884 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/nl.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/nl.json @@ -109,6 +109,9 @@ "TotalRecords": "Totaal aantal records", "ExcelFileAttachedMessage": "Het Excel-bestand is bijgevoegd bij deze e-mail.", "EntityChangeExportCompletedSubject": "Export van entiteitswijzigingen voltooid", - "AuditLogExportCompletedSubject": "Auditlog export voltooid" + "AuditLogExportCompletedSubject": "Auditlog export voltooid", + "DownloadLinkExplanation": "U kunt het bestand downloaden via de onderstaande link tot {0} (UTC)", + "DownloadNow": "Download nu", + "TryAgainMessage": "Probeer het opnieuw. Als het probleem aanhoudt, neem dan contact op met de ondersteuning." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/pl-PL.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/pl-PL.json index 90d0ba5e05..17162d6af8 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/pl-PL.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/pl-PL.json @@ -109,6 +109,9 @@ "TotalRecords": "Łączna liczba rekordów", "ExcelFileAttachedMessage": "Plik Excel jest załączony do tego e-maila.", "EntityChangeExportCompletedSubject": "Eksport zmian encji zakończony", - "AuditLogExportCompletedSubject": "Eksport dziennika audytu zakończony" + "AuditLogExportCompletedSubject": "Eksport dziennika audytu zakończony", + "DownloadLinkExplanation": "Możesz pobrać plik, korzystając z poniższego łącza do {0} (UTC)", + "DownloadNow": "Pobierz teraz", + "TryAgainMessage": "Proszę spróbuj ponownie. Jeśli problem nie ustąpi, skontaktuj się z pomocą techniczną." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/pt-BR.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/pt-BR.json index 3c8700114d..03ec81d51e 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/pt-BR.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/pt-BR.json @@ -109,6 +109,9 @@ "TotalRecords": "Total de registros", "ExcelFileAttachedMessage": "O arquivo Excel está anexado a este email.", "EntityChangeExportCompletedSubject": "Exportação de mudanças de entidade concluída", - "AuditLogExportCompletedSubject": "Exportação de log de auditoria concluída" + "AuditLogExportCompletedSubject": "Exportação de log de auditoria concluída", + "DownloadLinkExplanation": "Você pode baixar o arquivo usando o link abaixo até {0} (UTC)", + "DownloadNow": "Baixar agora", + "TryAgainMessage": "Por favor, tente novamente. Se o problema persistir, entre em contato com o suporte." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ro-RO.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ro-RO.json index 0b546c4866..2cc471a1e4 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ro-RO.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ro-RO.json @@ -82,6 +82,9 @@ "Feature:AuditLoggingGroup": "Înregistrare de audit", "Feature:AuditLoggingEnable": "Pagina de înregistrare a auditului activată", "Feature:AuditLoggingEnableDescription": "Activați pagina de înregistrare a auditului în aplicație.", - "TenantId": "ID chiriaș" + "TenantId": "ID chiriaș", + "DownloadLinkExplanation": "Puteți descărca fișierul folosind link-ul de mai jos până la {0} (UTC)", + "DownloadNow": "Descărcați acum", + "TryAgainMessage": "Vă rugăm să încercați din nou. Dacă problema persistă, vă rugăm să contactați asistența." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ru.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ru.json index 14c7eb7696..f07c7baa78 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ru.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/ru.json @@ -109,6 +109,9 @@ "TotalRecords": "Всего записей", "ExcelFileAttachedMessage": "Файл Excel прикреплен к этому электронному письму.", "EntityChangeExportCompletedSubject": "Экспорт изменений сущности завершен", - "AuditLogExportCompletedSubject": "Экспорт журнала аудита завершен" + "AuditLogExportCompletedSubject": "Экспорт журнала аудита завершен", + "DownloadLinkExplanation": "Вы можете скачать файл по ссылке ниже до {0} (UTC)", + "DownloadNow": "Скачать сейчас", + "TryAgainMessage": "Пожалуйста, попробуйте еще раз. Если проблема не исчезнет, обратитесь в службу поддержки." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sk.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sk.json index ca2264190d..e406b3ec25 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sk.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sk.json @@ -109,6 +109,9 @@ "TotalRecords": "Celkom záznamov", "ExcelFileAttachedMessage": "Súbor Excel je pripojený k tomuto e-mailu.", "EntityChangeExportCompletedSubject": "Export zmien entít dokončený", - "AuditLogExportCompletedSubject": "Export protokolu auditu dokončený" + "AuditLogExportCompletedSubject": "Export protokolu auditu dokončený", + "DownloadLinkExplanation": "Súbor si môžete stiahnuť pomocou odkazu nižšie do {0} (UTC)", + "DownloadNow": "Stiahnuť teraz", + "TryAgainMessage": "Skúste to prosím znova. Ak problém pretrváva, kontaktujte podporu." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sl.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sl.json index 55a7e7ca71..0efc30a3d0 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sl.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sl.json @@ -109,6 +109,9 @@ "TotalRecords": "Skupaj zapisov", "ExcelFileAttachedMessage": "Datoteka Excel je priložena tej e-pošti.", "EntityChangeExportCompletedSubject": "Izvoz sprememb entitet dokončan", - "AuditLogExportCompletedSubject": "Izvoz dnevnika revizije dokončan" + "AuditLogExportCompletedSubject": "Izvoz dnevnika revizije dokončan", + "DownloadLinkExplanation": "Datoteko lahko prenesete s spodnjo povezavo do {0} (UTC)", + "DownloadNow": "Prenesi zdaj", + "TryAgainMessage": "Prosimo, poskusite znova. Če težava vztraja, se obrnite na podporo." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sv.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sv.json index 384c586410..b3a44c27ed 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sv.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/sv.json @@ -109,6 +109,9 @@ "TotalRecords": "Totalt antal poster", "ExcelFileAttachedMessage": "Excel-filen är bifogad till detta e-postmeddelande.", "EntityChangeExportCompletedSubject": "Export av entitetsändringar slutförd", - "AuditLogExportCompletedSubject": "Export av granskningslogg slutförd" + "AuditLogExportCompletedSubject": "Export av granskningslogg slutförd", + "DownloadLinkExplanation": "Du kan ladda ner filen via länken nedan fram till {0} (UTC)", + "DownloadNow": "Ladda ner nu", + "TryAgainMessage": "Försök igen. Om problemet kvarstår, kontakta support." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/tr.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/tr.json index 4ab5640621..86105e1a08 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/tr.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/tr.json @@ -94,6 +94,9 @@ "TotalRecords": "Toplam kayıt", "ExcelFileAttachedMessage": "Excel dosyası bu e-postaya eklenmiştir.", "EntityChangeExportCompletedSubject": "Entity değişiklik dışa aktarma tamamlandı", - "AuditLogExportCompletedSubject": "İşlem log dışa aktarma tamamlandı" + "AuditLogExportCompletedSubject": "İşlem log dışa aktarma tamamlandı", + "DownloadLinkExplanation": "Dosyayı aşağıdaki bağlantıyı kullanarak {0} (UTC) tarihine kadar indirebilirsiniz", + "DownloadNow": "Şimdi İndir", + "TryAgainMessage": "Lütfen tekrar deneyin. Sorun devam ederse, lütfen destek ekibiyle iletişime geçin." } } diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/vi.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/vi.json index 933593c168..ad4f040a96 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/vi.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/vi.json @@ -82,6 +82,9 @@ "Feature:AuditLoggingGroup": "Ghi nhật ký kiểm tra", "Feature:AuditLoggingEnable": "Đã bật trang ghi nhật ký kiểm tra", "Feature:AuditLoggingEnableDescription": "Kích hoạt trang ghi nhật ký kiểm tra trong ứng dụng.", - "TenantId": "ID người thuê" + "TenantId": "ID người thuê", + "DownloadLinkExplanation": "Bạn có thể tải xuống tệp bằng liên kết bên dưới cho đến {0} (UTC)", + "DownloadNow": "Tải xuống ngay", + "TryAgainMessage": "Vui lòng thử lại. Nếu sự cố vẫn tiếp diễn, vui lòng liên hệ bộ phận hỗ trợ." } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/zh-Hans.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/zh-Hans.json index 0d6bbd9165..4b3d61f2a3 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/zh-Hans.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/zh-Hans.json @@ -109,6 +109,9 @@ "TotalRecords": "总记录数", "ExcelFileAttachedMessage": "Excel文件已附加到此电子邮件。", "EntityChangeExportCompletedSubject": "实体变更导出已完成", - "AuditLogExportCompletedSubject": "审计日志导出已完成" + "AuditLogExportCompletedSubject": "审计日志导出已完成", + "DownloadLinkExplanation": "您可以使用下面的链接下载文件,直到{0}(UTC)", + "DownloadNow": "立即下载", + "TryAgainMessage": "请再试一次。如果问题仍然存在,请联系支持人员。" } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/zh-Hant.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/zh-Hant.json index 77c92a6566..00e9cc4c08 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/zh-Hant.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/zh-Hant.json @@ -109,6 +109,9 @@ "TotalRecords": "總記錄數", "ExcelFileAttachedMessage": "Excel檔案已附加到此電子郵件。", "EntityChangeExportCompletedSubject": "實體變更匯出已完成", - "AuditLogExportCompletedSubject": "稽核日誌匯出已完成" + "AuditLogExportCompletedSubject": "稽核日誌匯出已完成", + "DownloadLinkExplanation": "您可以使用下面的連結下載檔案,直到{0}(UTC)", + "DownloadNow": "立即下載", + "TryAgainMessage": "請再試一次。如果問題仍然存在,請聯絡支援人員。" } } \ No newline at end of file