🔧 chore(merge): Add advertising module and device settings

This commit is contained in:
web@ppanel
2025-02-27 13:40:57 +07:00
parent c2b858e3fe
commit 0130e02ffd
86 changed files with 2286 additions and 38 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"cancel": "キャンセル",
"confirm": "確認",
"confirmDelete": "削除を確認",
"create": "広告を作成",
"createAds": "広告を作成",
"createSuccess": "作成に成功しました",
"delete": "削除",
"deleteSuccess": "削除に成功しました",
"deleteWarning": "この広告を削除してもよろしいですか?",
"disabled": "無効",
"edit": "編集",
"editAds": "広告を編集",
"enabled": "有効",
"form": {
"cancel": "キャンセル",
"confirm": "確認",
"content": "コンテンツ",
"description": "説明",
"endTime": "終了時間",
"enterContent": "広告の内容を入力してください",
"enterDescription": "広告の説明を入力してください",
"enterEndTime": "終了時間を選択してください",
"enterStartTime": "開始時間を選択してください",
"enterTargetUrl": "ターゲットURLを入力してください",
"enterTitle": "広告のタイトルを入力してください",
"startTime": "開始時間",
"targetUrl": "ターゲットURL",
"title": "タイトル",
"type": "広告の種類",
"typeImage": "画像",
"typeVideo": "動画"
},
"status": "ステータス",
"targetUrl": "ターゲットURL",
"title": "タイトル",
"type": "種類",
"updateSuccess": "更新に成功しました",
"validityPeriod": "有効期限"
}
+11 -1
View File
@@ -1,4 +1,14 @@
{
"blockVirtualMachine": "仮想マシンをブロック",
"blockVirtualMachineDescription": "有効にすると、デバイスは仮想マシンやエミュレーター上での実行が禁止されます",
"communicationKey": "通信キー",
"communicationKeyDescription": "通信キーは、デバイスとサーバー間の安全な通信に使用されます",
"enable": "有効化",
"enableDescription": "有効化後、ログインおよび登録のために、IMEI/IDFA/IDFV/AndroidID/Macアドレスなどの複数のデバイス識別子がサポートされます。"
"enableDescription": "有効化後、ログインおよび登録のために、IMEI/IDFA/IDFV/AndroidID/Macアドレスなどの複数のデバイス識別子がサポートされます。",
"enableSecurity": "通信暗号化を有効にする",
"enableSecurityDescription": "有効にすると、デバイスとサーバー間の通信が暗号化されます",
"saveFailed": "保存に失敗しました",
"saveSuccess": "保存に成功しました",
"showAds": "広告を表示",
"showAdsDescription": "有効にすると、デバイスに広告が表示されます"
}
+1
View File
@@ -1,4 +1,5 @@
{
"ADS Config": "ADS設定",
"Announcement Management": "お知らせ管理",
"Apple": "Apple ID",
"Auth Control": "認証管理",