Skip to content

Commit

Permalink
fix: translations (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored May 16, 2024
1 parent 4365f6a commit 525a3e4
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 38 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"@ngneat/falso": "^6.4.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@onecx/accelerator": "^4.14.3",
"@onecx/integration-interface": "^4.14.3",
"@onecx/keycloak-auth": "^4.14.3",
"@onecx/portal-integration-angular": "^4.14.3",
"@onecx/portal-layout-styles": "^4.14.3",
"@onecx/accelerator": "^4.23.0",
"@onecx/integration-interface": "^4.23.0",
"@onecx/keycloak-auth": "^4.23.0",
"@onecx/portal-integration-angular": "^4.23.0",
"@onecx/portal-layout-styles": "^4.23.0",
"file-saver": "^2.0.5",
"i18n-iso-countries": "^7.6.0",
"ngx-color": "^8.0.3",
Expand Down
6 changes: 6 additions & 0 deletions src/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
.danger-action-text {
color: var(--danger-button-bg);
}
.danger-action-bg {
color: white;
background-color: var(--danger-button-bg);
}
}
}

Expand Down Expand Up @@ -63,6 +67,7 @@
@mixin card-badges {
:host ::ng-deep {
.card-badge-right {
border-radius: var(--border-radius);
display: inline-block;
position: absolute;
right: 3px;
Expand All @@ -74,6 +79,7 @@
}
}
.card-badge-left {
border-radius: var(--border-radius);
display: inline-block;
position: absolute;
left: 3px;
Expand Down
5 changes: 2 additions & 3 deletions src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,16 +260,15 @@
"ROLES": "Es konnten keine Rollen gefunden werden.",
"PERMISSIONS": "Es konnten keine Berechtigungen gefunden werden.",
"ASSIGNMENTS": "Es konnten keine Berechtigungen gefunden werden.",
"WORKSPACE": "Der Workspace konnte nicht gefunden werden."
"WORKSPACE": "Workspace Daten konnten nicht gefunden werden."
},
"HTTP_STATUS_500": {
"APP": "Unbekanntes Problem beim Abrufen von Apps - Bitte versuchen sie es erneut.",
"APPS": "Unbekanntes Problem beim Abrufen von Apps - Bitte versuchen sie es erneut.",
"ROLES": "Unbekanntes Problem beim Abrufen von Rollen - Bitte versuchen sie es erneut.",
"PERMISSIONS": "Unbekanntes Problem beim Abrufen von Berechtigungen - Bitte versuchen sie es erneut.",
"ASSIGNMENTS": "Unbekanntes Problem beim Abrufen von Berechtigungen - Bitte versuchen sie es erneut.",
"WORKSPACE": "Unbekanntes Problem beim Abrufen der Workspace Daten - Bitte versuchen sie es erneut.",
"WORKSPACES": "Unbekanntes Problem beim Abrufen von Workspaces - Bitte versuchen sie es erneut."
"WORKSPACE": "Unbekanntes Problem beim Abrufen der Workspace Daten - Bitte versuchen sie es erneut."
}
}
}
5 changes: 2 additions & 3 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,16 +260,15 @@
"ROLES": "No Roles could be found.",
"PERMISSIONS": "No Permissions could be found.",
"ASSIGNMENTS": "No Permissions could be found.",
"WORKSPACE": "Workspace could not be found."
"WORKSPACE": "Workspace data could not be found."
},
"HTTP_STATUS_500": {
"APP": "Unknown problem retrieving App/Product data - please try again.",
"APPS": "Unknown problem retrieving App/Products data - please try again.",
"ROLES": "Unknown problem retrieving Role data - please try again.",
"PERMISSIONS": "Unknown problem retrieving Permission data - please try again.",
"ASSIGNMENTS": "Unknown problem retrieving Assignment data - please try again.",
"WORKSPACE": "Unknown problem retrieving Workspace data - please try again.",
"WORKSPACES": "Unknown problem retrieving Workspaces - please try again."
"WORKSPACE": "Unknown problem retrieving Workspace data - please try again."
}
}
}

0 comments on commit 525a3e4

Please sign in to comment.