Skip to content
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(dedicated): add modal for ipv6 on vrack #11675

Merged
merged 2 commits into from May 17, 2024

Conversation

mhelhali-soufien
Copy link
Contributor

Question Answer
Branch? feat/additional-ipv6-feature
Bug fix? no
New feature? yes
Breaking change? no
Tickets Fix #MANAGER-13850
License BSD 3-Clause
  • Try to keep pull requests small so they can be easily reviewed.
  • Commits are signed-off
  • Only FR translations have been updated
  • Branch is up-to-date with target branch
  • Lint has passed locally
  • Standalone app was ran and tested locally
  • Ticket reference is mentioned in linked commits (internal only)
  • Breaking change is mentioned in relevant commits

Description

Related

  ref: MANAGER-13850

Signed-off-by: mhalheli soufien <mhalheli.soufien@gmail.com>
@@ -11,9 +11,13 @@
"vrack__assigned-ipv6__subnet_delete_title": "Retirer le sous réseau de votre vRack",
"vrack__assigned-ipv6__subnet_delete_description": "Confirmez-vous vouloir retirer le sous réseau de votre vRack ?",
"vrack__assigned-ipv6_subnet_via": "{{ ipblock }} via {{ ip }} ",
"vrack_add_ipv6_modal_title": "Ajouter un IP block dans le vRack",
"vrack_add_ipv6_modal_description": "Vous allez ajouter un bloc IP : <strong>{{ ipblock }}</strong> (situé dans <strong>{{ region }}</strong>) dans votre vRack : <strong>{{ vrack }}</strong> <br> Cette action permettra d'atteindre les machines situées dans ce vRack depuis l'internet public.<br>Le trafic public sera routé à travers la région <strong>{{ region }}</strong>.<br>Pour plus d'information, veuillez consulter",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: Avoid HTML in translation files. Instead include the HTML tags in the data-translate-values.

Suggested change
"vrack_add_ipv6_modal_description": "Vous allez ajouter un bloc IP : <strong>{{ ipblock }}</strong> (situé dans <strong>{{ region }}</strong>) dans votre vRack : <strong>{{ vrack }}</strong> <br> Cette action permettra d'atteindre les machines situées dans ce vRack depuis l'internet public.<br>Le trafic public sera routé à travers la région <strong>{{ region }}</strong>.<br>Pour plus d'information, veuillez consulter",
"vrack_add_ipv6_modal_description": "Vous allez ajouter un bloc IP : {{ ipblock }} (situé dans {{ region }}) dans votre vRack :{{ vrack }} <br> Cette action permettra d'atteindre les machines situées dans ce vRack depuis l'internet public.<br>Le trafic public sera routé à travers la région {{ region }}.<br>Pour plus d'information, veuillez consulter",

@@ -11,9 +11,13 @@
"vrack__assigned-ipv6__subnet_delete_title": "Retirer le sous réseau de votre vRack",
"vrack__assigned-ipv6__subnet_delete_description": "Confirmez-vous vouloir retirer le sous réseau de votre vRack ?",
"vrack__assigned-ipv6_subnet_via": "{{ ipblock }} via {{ ip }} ",
"vrack_add_ipv6_modal_title": "Ajouter un IP block dans le vRack",
"vrack_add_ipv6_modal_description": "Vous allez ajouter un bloc IP : <strong>{{ ipblock }}</strong> (situé dans <strong>{{ region }}</strong>) dans votre vRack : <strong>{{ vrack }}</strong> <br> Cette action permettra d'atteindre les machines situées dans ce vRack depuis l'internet public.<br>Le trafic public sera routé à travers la région <strong>{{ region }}</strong>.<br>Pour plus d'information, veuillez consulter",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: Avoid break lines in translations by splitting into multiple messages.

@github-actions github-actions bot added has conflicts Has conflicts to resolve before merging and removed has conflicts Has conflicts to resolve before merging labels May 16, 2024
Copy link

sonarcloud bot commented May 17, 2024

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@mhelhali-soufien mhelhali-soufien merged commit 1a0f780 into feat/additional-ipv6-feature May 17, 2024
12 of 14 checks passed
@mhelhali-soufien mhelhali-soufien deleted the feat/MANAGER-13850 branch May 17, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants