feat: add NSFW script generation feature and Grok API configuration
This commit is contained in:
@@ -57,5 +57,9 @@
|
||||
"email": "メールアドレス",
|
||||
"changePassword": "パスワード変更",
|
||||
"passwordChangeSuccess": "パスワードを変更しました",
|
||||
"passwordChangeFailed": "パスワードの変更に失敗しました"
|
||||
"passwordChangeFailed": "パスワードの変更に失敗しました",
|
||||
"grokConfig": "Grok-4 設定(NSFWモード)",
|
||||
"grokConfigDescription": "NSFWスクリプト生成用のGrok APIを設定します。NSFW権限を持つユーザーに適用されます",
|
||||
"grokApiKey": "Grok API Key",
|
||||
"grokModel": "モデル(デフォルト: grok-4)"
|
||||
}
|
||||
|
||||
@@ -44,6 +44,9 @@
|
||||
"isSuperuser": "スーパー管理者",
|
||||
"canUseLocalModel": "ローカルモデル権限",
|
||||
"canUseLocalModelDescription": "ユーザーにローカルTTSモデルの使用を許可",
|
||||
"canUseNsfw": "NSFWスクリプト権限",
|
||||
"canUseNsfwDescription": "ユーザーにNSFWコンテンツ生成を許可",
|
||||
"nsfwPermission": "NSFW",
|
||||
"saving": "保存中...",
|
||||
"active": "アクティブ",
|
||||
"inactive": "非アクティブ",
|
||||
|
||||
Reference in New Issue
Block a user