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

@@ -511,6 +511,7 @@
"ORG_OWNER": "Имеет разрешение на всю организацию",
"ORG_USER_MANAGER": "Имеет разрешение на создание и управление пользователями организации",
"ORG_OWNER_VIEWER": "Имеет разрешение на просмотр всей организации",
"ORG_SETTINGS_MANAGER": "Имеет разрешение на управление настройками организации",
"ORG_USER_PERMISSION_EDITOR": "Имеет разрешение на управление допусками пользователей",
"ORG_PROJECT_PERMISSION_EDITOR": "Имеет разрешение на управление допусками проекта",
"ORG_PROJECT_CREATOR": "Имеет разрешение на создание собственных проектов и базовых настроек",