diff --git a/components/resources/platform-core/src/main/resources/META-INF/dirigible/platform-core/ui/platform/shell.js b/components/resources/platform-core/src/main/resources/META-INF/dirigible/platform-core/ui/platform/shell.js index 7e600e51dd4..067929a0b6b 100644 --- a/components/resources/platform-core/src/main/resources/META-INF/dirigible/platform-core/ui/platform/shell.js +++ b/components/resources/platform-core/src/main/resources/META-INF/dirigible/platform-core/ui/platform/shell.js @@ -213,7 +213,7 @@ if (window !== top) { dialogHub.showAlert({ type: AlertTypes.Error, title: LocaleService.t('exports.error.delTitle', 'Could not delete export'), - message: LocaleService.t('exports.error.genericMsg', 'Please check the console log for more information.'), + message: LocaleService.t('unknownErrorMsg', 'Please check the console log for more information.'), }); console.error(reject); }); @@ -230,7 +230,7 @@ if (window !== top) { dialogHub.showAlert({ type: AlertTypes.Error, title: LocaleService.t('exports.error.delTitle', 'Could not delete export'), - message: LocaleService.t('exports.error.genericMsg', 'Please check the console log for more information.'), + message: LocaleService.t('unknownErrorMsg', 'Please check the console log for more information.'), }); console.error(reject); }); @@ -278,7 +278,7 @@ if (window !== top) { dialogHub.showAlert({ type: AlertTypes.Error, title: LocaleService.t('exports.error.fetchTitle', 'Could not get export list'), - message: LocaleService.t('exports.error.genericMsg', 'Please check the console log for more information.'), + message: LocaleService.t('unknownErrorMsg', 'Please check the console log for more information.'), }); console.error(reject); }); diff --git a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/translations/bg-BG/common.json b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/translations/bg-BG/common.json index 211ddbf6657..51d3126d6be 100644 --- a/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/translations/bg-BG/common.json +++ b/components/resources/resources-dashboard/src/main/resources/META-INF/dirigible/dashboard/translations/bg-BG/common.json @@ -23,7 +23,6 @@ "finished": "Експортирането е завършено", "exporting": "Eкспортиране...", "error": { - "genericMsg": "Моля, проверете лога на конзолата за повече информация.", "fetchTitle": "Неуспешно получаване на списъка с експорти", "delTitle": "Експортът не можа да бъде изтрит", "delAllTitle": "Експортите не можаха да бъдат изтрити" @@ -57,6 +56,7 @@ "search": "Търсене", "loading": "Зареждане", "folder": "Папка", + "file": "Файл", "rename": "Преименуване", "refresh": "Опресняване", "settings": "Настройки", @@ -64,5 +64,6 @@ "about": "Относно", "status": "Статус", "download": "Изтегли", - "unknownError": "Неизвестна Грешка" + "unknownError": "Неизвестна Грешка", + "unknownErrorMsg": "Моля, проверете лога на конзолата за повече информация." } \ No newline at end of file diff --git a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/constraints.js b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/constraints.js index 05a8aec9623..9de781fdfef 100644 --- a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/constraints.js +++ b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/constraints.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Eclipse Dirigible contributors + * Copyright (c) 2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/documents.js b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/documents.js index 025e7be9693..2dc9fdafbb4 100644 --- a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/documents.js +++ b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/documents.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Eclipse Dirigible contributors + * Copyright (c) 2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/constraintsProcessor.js b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/constraintsProcessor.js index 0e6a3e5ba57..38267c999bc 100644 --- a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/constraintsProcessor.js +++ b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/constraintsProcessor.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Eclipse Dirigible contributors + * Copyright (c) 2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/documentsProcessor.js b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/documentsProcessor.js index b575069d126..8a21ee694cd 100644 --- a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/documentsProcessor.js +++ b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/documentsProcessor.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Eclipse Dirigible contributors + * Copyright (c) 2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/imageProcessor.js b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/imageProcessor.js index 2f27d3487d7..380dfd34114 100644 --- a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/imageProcessor.js +++ b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/api/processors/imageProcessor.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Eclipse Dirigible contributors + * Copyright (c) 2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/configs/documents.js b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/configs/documents.js index 88c56663cf5..ff3d9b66e23 100644 --- a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/configs/documents.js +++ b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/configs/documents.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Eclipse Dirigible contributors + * Copyright (c) 2026 Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 diff --git a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/index.html b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/index.html index 3b28c2c778d..fc0751635cc 100644 --- a/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/index.html +++ b/components/resources/resources-documents/src/main/resources/META-INF/dirigible/documents/index.html @@ -1,6 +1,6 @@