RED-3800: add marker

This commit is contained in:
Dan Percic 2023-05-17 00:00:15 +03:00
parent 3c7c37db59
commit adafe39b53
8 changed files with 3 additions and 22 deletions

View File

@ -1249,9 +1249,6 @@
"text": "Freier Text"
},
"file-attribute": {
"actions": {
"edit": ""
},
"update": {
"error": "",
"success": ""

View File

@ -1249,9 +1249,6 @@
"text": "Free Text"
},
"file-attribute": {
"actions": {
"edit": "Edit"
},
"update": {
"error": "Failed to update file attribute value!",
"success": "File attribute value has been updated successfully!"

View File

@ -1249,9 +1249,6 @@
"text": "Freier Text"
},
"file-attribute": {
"actions": {
"edit": ""
},
"update": {
"error": "",
"success": ""

View File

@ -1249,9 +1249,6 @@
"text": "Free Text"
},
"file-attribute": {
"actions": {
"edit": "Edit"
},
"update": {
"error": "Failed to update file attribute value!",
"success": "File attribute value has been updated successfully!"

@ -1 +1 @@
Subproject commit cc90d9a561f4cc1cea277b924775b1b0c62dafa5
Subproject commit 7bf0b845fcd26470147950c5a9bbf05feeea2027

View File

@ -33,7 +33,6 @@
"@angular/platform-browser-dynamic": "15.1.2",
"@angular/router": "15.1.2",
"@angular/service-worker": "15.1.2",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@materia-ui/ngx-monaco-editor": "^6.0.0",
"@messageformat/core": "^3.1.0",
"@ngx-translate/core": "^14.0.0",

View File

@ -29,7 +29,8 @@
"@translations/*": ["apps/red-ui/src/app/translations/*"],
"@upload-download/*": ["apps/red-ui/src/app/modules/upload-download/*"],
"@users/*": ["apps/red-ui/src/app/users/*"],
"@utils/*": ["apps/red-ui/src/app/utils/*"]
"@utils/*": ["apps/red-ui/src/app/utils/*"],
"@biesbjerg/ngx-translate-extract-marker": ["libs/common-ui/src/lib/translations/ngx-translate-extract-marker"]
}
},
"exclude": ["node_modules", "tmp"],

View File

@ -1594,13 +1594,6 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
"@biesbjerg/ngx-translate-extract-marker@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@biesbjerg/ngx-translate-extract-marker/-/ngx-translate-extract-marker-1.0.0.tgz#3c50b5305fb2ffe4826c1473e25e6f746bb31916"
integrity sha512-GlCBQKmFE+b+qfIO0aGvuRc4LJVSfK27K2QQFXZLP55/w28iiq/q2CnBS8ya+4l+hapm7U3QPtFoZu9lmbUuew==
dependencies:
tslib "^1.9.0"
"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"