chore(i18n): add ORG_SETTINGS_MANAGER (#9393)

# Which Problems Are Solved

The i18n element `ORG_SETTINGS_MANAGER` is missing a translation.

# How the Problems Are Solved

Added translations for `ORG_SETTINGS_MANAGER` in each language.

Please note that the translations were generated using Copilot, so they
may not be entirely accurate (I'm only confident that they are correct
for English and Japanese). I appreciate any corrections or improvements.
This commit is contained in:
Kenta Yamaguchi
2025-02-27 15:26:53 +09:00
committed by GitHub
parent e670b9126c
commit 696b00e329
18 changed files with 18 additions and 0 deletions

View File

@@ -512,6 +512,7 @@
"ORG_OWNER": "Has permission over the whole organization",
"ORG_USER_MANAGER": "Has permission to create and manage users of the organization",
"ORG_OWNER_VIEWER": "Has permission to review the whole organization",
"ORG_SETTINGS_MANAGER": "Has permission to manage organization settings",
"ORG_USER_PERMISSION_EDITOR": "Has permission to manage user grants",
"ORG_PROJECT_PERMISSION_EDITOR": "Has permission to manage project grants",
"ORG_PROJECT_CREATOR": "Has permission to create his own projects and underlying settings",