Skip to content

Commit

Permalink
Merge pull request #4152 from Achintha444/master
Browse files Browse the repository at this point in the history
Update i18n of roles.
  • Loading branch information
Achintha Isuru authored Oct 3, 2023
2 parents b8c4e31 + 9e75f3f commit 79cb319
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-plums-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/i18n": patch
---

Updated i18n of roles.
3 changes: 3 additions & 0 deletions modules/i18n/src/translations/en-US/portals/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9644,6 +9644,9 @@ export const console: ConsoleNS = {
applicationSubTitle: {
application: "Support application-scoped roles",
organization: "Support organization-scoped roles"
},
validations: {
empty: "Assigned application is required to create an application-scoped role."
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions modules/i18n/src/translations/fr-FR/portals/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7943,6 +7943,9 @@ export const console: ConsoleNS = {
applicationSubTitle: {
application: "Prise en charge des rôles à application",
organization: "Rôles de soutien à l'organisation"
},
validations: {
empty: "L'application attribuée est nécessaire pour créer un rôle à application."
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions modules/i18n/src/translations/si-LK/portals/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7775,6 +7775,9 @@ export const console: ConsoleNS = {
applicationSubTitle: {
application: "අයදුම්පත් සහිත භූමිකාවන් සහාය",
organization: "සංවිධාන භූමිකාවන් සහාය"
},
validations: {
empty: "අයදුම්පත් සහිත භූමිකාවක් නිර්මාණය කිරීම සඳහා පවරා ඇති අයදුම්පතක් අවශ්ය වේ."
}
}
}
Expand Down

0 comments on commit 79cb319

Please sign in to comment.