-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(vcd): rework translations structure and constant labels #14318
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ecf0d8f
to
79e0aa9
Compare
chipp972
approved these changes
Nov 28, 2024
darsene
reviewed
Nov 28, 2024
packages/manager/apps/hpc-vmware-managed-vcd/src/pages/dashboard/dashboard.constants.ts
Outdated
Show resolved
Hide resolved
packages/manager/apps/hpc-vmware-managed-vcd/src/pages/listing/datacentres/datacentres.page.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/hpc-vmware-managed-vcd/src/test-utils/test-i18n.ts
Outdated
Show resolved
Hide resolved
79e0aa9
to
9c74832
Compare
3d06918
to
5be9d9f
Compare
b75486f
to
cdedc24
Compare
darsene
approved these changes
Nov 29, 2024
f60f6c8
to
5d09aa0
Compare
cdedc24
to
1f6cb8f
Compare
4638950
to
1c4d358
Compare
1f6cb8f
to
a1ff82a
Compare
003badd
to
5ef2ab7
Compare
a1ff82a
to
0b09734
Compare
99b4f10
to
e6ebbe3
Compare
0b09734
to
7e3ab9e
Compare
c9f36e3
to
53a7947
Compare
ref: MANAGER-15996 Signed-off-by: Paul Dickerson <[email protected]>
ref: MANAGER-15996 Signed-off-by: Paul Dickerson <[email protected]>
7e3ab9e
to
e4115fb
Compare
|
chipp972
pushed a commit
that referenced
this pull request
Dec 12, 2024
* feat(vcd): rework translations structure and constant labels desc: update file structure and standardize filenames ref: MANAGER-15996 Signed-off-by: Paul Dickerson <[email protected]> Signed-off-by: Nicolas Pierre-charles <[email protected]>
chipp972
pushed a commit
that referenced
this pull request
Dec 13, 2024
* feat(vcd): rework translations structure and constant labels desc: update file structure and standardize filenames ref: MANAGER-15996 Signed-off-by: Paul Dickerson <[email protected]> Signed-off-by: Nicolas Pierre-charles <[email protected]>
tibs245
pushed a commit
that referenced
this pull request
Dec 13, 2024
ref: MANAGER-15700 feat(vcd): add vcd reset password ref: MANAGER-15191 Signed-off-by: Paul Dickerson <[email protected]> Signed-off-by: Nicolas Pierre-charles <[email protected]> feat(*): move vcd api to module ref: MANAGER-15700 Signed-off-by: Nicolas Pierre-charles <[email protected]> Signed-off-by: Paul Dickerson <[email protected]> Signed-off-by: Nicolas Pierre-charles <[email protected]> test(*): upgrade test dependencies ref: MANAGER-15995 Signed-off-by: Nicolas Pierre-charles <[email protected]> feat(hpc-vmware-managed-vcd): cleanup tests with test-utils ref: MANAGER-15997 Signed-off-by: Nicolas Pierre-charles <[email protected]> feat(vcd): implement usage tile in vdc dashboard ref: MANAGER-15243 Signed-off-by: Paul Dickerson <[email protected]> Signed-off-by: Nicolas Pierre-charles <[email protected]> fix(*): fix packages versions ref: MANAGER-00000 Signed-off-by: Nicolas Pierre-charles <[email protected]> fix(*): improve test-utils ref: MANAGER-00000 Signed-off-by: Nicolas Pierre-charles <[email protected]> fix(vcd-veeam): fix failing test in delete-veeam Signed-off-by: Paul Dickerson <[email protected]> Signed-off-by: Nicolas Pierre-charles <[email protected]> feat(vcd): rework translations structure and constant labels (#14318) * feat(vcd): rework translations structure and constant labels desc: update file structure and standardize filenames ref: MANAGER-15996 Signed-off-by: Paul Dickerson <[email protected]> Signed-off-by: Nicolas Pierre-charles <[email protected]> fix(i18n): add missing translations [CDS 3556] Signed-off-by: CDS Translator Agent <[email protected]> Signed-off-by: Nicolas Pierre-charles <[email protected]> feat(kms): refacto delete modal ref: MANAGER-15233 Signed-off-by: Nicolas Pierre-charles <[email protected]> fix(hycu): fix translation on edit name ref: MANAGER-15973 Signed-off-by: Thibault Barske <[email protected]> Signed-off-by: Thibault Barske <[email protected]> fix(i18n): add missing translations [CDS 3559] Signed-off-by: CDS Translator Agent <[email protected]>
tibs245
pushed a commit
that referenced
this pull request
Dec 16, 2024
* feat(vcd): rework translations structure and constant labels desc: update file structure and standardize filenames ref: MANAGER-15996 Signed-off-by: Paul Dickerson <[email protected]> Signed-off-by: Nicolas Pierre-charles <[email protected]> fix(i18n): add missing translations [CDS 3556] Signed-off-by: CDS Translator Agent <[email protected]> Signed-off-by: Nicolas Pierre-charles <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ref: MANAGER-15996
feat/vcd-veeam-postga
Description
Related