mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:57:35 +00:00
Merge branch 'refs/heads/main' into next
# Conflicts: # cmd/start/start.go # docs/sidebars.js # internal/api/grpc/action/v3alpha/execution_integration_test.go # internal/api/grpc/action/v3alpha/query_integration_test.go # internal/api/grpc/action/v3alpha/target_integration_test.go # internal/api/grpc/feature/v2beta/converter.go # internal/api/grpc/feature/v2beta/converter_test.go # internal/api/grpc/oidc/v2beta/oidc.go # internal/api/grpc/resources/action/v3alpha/server_integration_test.go # internal/api/grpc/settings/v2beta/server.go # internal/api/grpc/user/v2/query_integration_test.go # internal/api/grpc/user/v2beta/query.go # internal/api/grpc/user/v2beta/query_integration_test.go # internal/auth/repository/eventsourcing/eventstore/auth_request_test.go # internal/command/user_idp_link_test.go # internal/crypto/crypto.go # internal/integration/assert.go # internal/integration/client.go # proto/zitadel/action/v3alpha/target.proto # proto/zitadel/feature/v2/instance.proto # proto/zitadel/org/v2/org_service.proto # proto/zitadel/resources/action/v3alpha/action_service.proto # proto/zitadel/resources/action/v3alpha/execution.proto # proto/zitadel/resources/action/v3alpha/query.proto # proto/zitadel/user/v2/user_service.proto
This commit is contained in:
@@ -485,6 +485,7 @@ Errors:
|
||||
SQLStatement: SQLステートメントの作成に失敗しました
|
||||
InvalidRequest: 無効なリクエストです
|
||||
TooManyNestingLevels: クエリのネスト レベルが多すぎます (最大 20)
|
||||
LimitExceeded: 制限を超えました
|
||||
Quota:
|
||||
AlreadyExists: このユニットにはすでにクォータが存在しています
|
||||
NotFound: このユニットにはクォータが見つかりません
|
||||
@@ -553,6 +554,8 @@ Errors:
|
||||
NotFound: 実行が見つかりませんでした
|
||||
IncludeNotFound: 見つからないものを含める
|
||||
NoTargets: ターゲットが定義されていません
|
||||
Failed: 実行に失敗しました
|
||||
ResponseIsNotValidJSON: 応答は有効な JSON ではありません
|
||||
UserSchema:
|
||||
NotEnabled: 機能「ユーザースキーマ」が有効になっていません
|
||||
Type:
|
||||
@@ -574,6 +577,13 @@ Errors:
|
||||
NotForAPI: 偽装されたトークンは API では許可されません
|
||||
Impersonation:
|
||||
PolicyDisabled: インスタンスのセキュリティ ポリシーで偽装が無効になっています
|
||||
WebKey:
|
||||
ActiveDelete: アクティブな Web キーを削除できません
|
||||
Config: 無効な Web キー設定
|
||||
Duplicate: Web キー ID が一意ではありません
|
||||
FeatureDisabled: Web キー機能が無効です
|
||||
NoActive: アクティブな Web キーが見つかりません
|
||||
NotFound: Web キーが見つかりません
|
||||
|
||||
AggregateTypes:
|
||||
action: アクション
|
||||
@@ -597,6 +607,7 @@ AggregateTypes:
|
||||
restrictions: 制限
|
||||
system: システム
|
||||
session: セッション
|
||||
web_key: Web キー
|
||||
|
||||
EventTypes:
|
||||
execution:
|
||||
@@ -1295,6 +1306,11 @@ EventTypes:
|
||||
deactivated: ユーザースキーマが非アクティブ化されました
|
||||
reactivated: ユーザースキーマが再アクティブ化されました
|
||||
deleted: ユーザースキーマが削除されました
|
||||
web_key:
|
||||
added: Web キーが追加されました
|
||||
activated: Web キーが有効化されました
|
||||
deactivated: Web キーが無効化されました
|
||||
removed: Web キーが削除されました
|
||||
|
||||
Application:
|
||||
OIDC:
|
||||
|
Reference in New Issue
Block a user