viveworker 0.4.6 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/web/i18n.js CHANGED
@@ -49,6 +49,12 @@ const translations = {
49
49
  "common.assistantFinal": "Final reply",
50
50
  "common.item": "Item",
51
51
  "common.sns": "SNS",
52
+ "common.moltbookReply": "Reply",
53
+ "common.moltbookDraft": "Post Draft",
54
+ "common.moltbookDraftReply": "Reply Draft",
55
+ "common.threadShare": "Thread Share",
56
+ "common.a2aTaskRequest": "Task Request",
57
+ "common.a2aTaskResult": "Completed",
52
58
  "common.untitledItem": "Untitled item",
53
59
  "common.useDeviceLanguage": "Use device language",
54
60
  "language.option.en": "English",
@@ -222,8 +228,13 @@ const translations = {
222
228
  "timeline.kindFilter.plans": "Plans",
223
229
  "timeline.kindFilter.choices": "Choices",
224
230
  "timeline.kindFilter.completions": "Completed",
231
+ "timeline.kindFilter.finalAnswers": "Final Answers",
225
232
  "timeline.kindFilter.moltbookDrafts": "Drafts",
226
- "timeline.kindFilter.moltbookComments": "Comments",
233
+ "timeline.kindFilter.moltbookReplyDrafts": "Reply Drafts",
234
+ "timeline.kindFilter.moltbookPostDrafts": "Post Drafts",
235
+ "timeline.kindFilter.moltbookComments": "Replies",
236
+ "timeline.kindFilter.a2aRequests": "Task Requests",
237
+ "timeline.kindFilter.a2aResults": "Task Results",
227
238
  "fileEvent.read": "Checked files",
228
239
  "fileEvent.write": "Updated files",
229
240
  "fileEvent.create": "Created files",
@@ -382,6 +393,8 @@ const translations = {
382
393
  "settings.a2aRelay.status.polling": "Connecting...",
383
394
  "settings.a2aRelay.apiKey.configured": "Configured",
384
395
  "settings.a2aRelay.apiKey.notConfigured": "Not configured",
396
+ "settings.a2aRelay.publicTasks.title": "Accept public tasks",
397
+ "settings.a2aRelay.publicTasks.description": "Allow any agent to send tasks without an API key. Rate-limited to 5 tasks/day per IP.",
385
398
  "settings.row.a2aStatus": "Status",
386
399
  "settings.row.a2aUserId": "User ID",
387
400
  "settings.row.a2aRelay": "Relay",
@@ -390,9 +403,22 @@ const translations = {
390
403
  "a2a.task.eyebrow": "A2A Task Request",
391
404
  "a2a.task.from": "From",
392
405
  "a2a.task.instruction": "Task",
406
+ "a2a.task.response": "Response",
393
407
  "a2a.task.approve": "Approve & Execute",
394
408
  "a2a.task.deny": "Deny",
395
409
  "a2a.task.editHint": "Review the task request, then approve to execute or deny to reject.",
410
+ "a2a.task.executor": "Execute with",
411
+ "a2a.executor.codex": "Codex",
412
+ "a2a.executor.claude": "Claude",
413
+ "settings.a2aExecutor.title": "Task Executor",
414
+ "settings.a2aExecutor.subtitle": "Which tool executes A2A tasks",
415
+ "settings.a2aExecutor.copy": "Choose which tool processes approved A2A tasks.",
416
+ "settings.a2aExecutor.auto": "Auto",
417
+ "settings.a2aExecutor.codex": "Codex",
418
+ "settings.a2aExecutor.claude": "Claude",
419
+ "settings.a2aExecutor.ask": "Ask every time",
420
+ "settings.a2aExecutor.unavailable": "Not detected",
421
+ "settings.a2aExecutor.detected": "Detected",
396
422
  "a2a.task.resolved": "This task has already been resolved.",
397
423
  "a2a.task.statusSubmitted": "Awaiting your decision",
398
424
  "a2a.task.statusWorking": "Executing...",
@@ -400,6 +426,16 @@ const translations = {
400
426
  "a2a.task.statusFailed": "Failed",
401
427
  "a2a.task.statusCanceled": "Canceled",
402
428
  "a2a.task.statusRejected": "Rejected",
429
+ "threadShare.eyebrow": "Thread Share",
430
+ "threadShare.content": "Shared content",
431
+ "threadShare.approve": "Approve & Share",
432
+ "threadShare.deny": "Deny",
433
+ "threadShare.editHint": "Review the content below. Edit if needed, then approve to share or deny to skip.",
434
+ "threadShare.resolved": "This share request has been resolved.",
435
+ "threadShare.contextFiles": "Context files (read by recipient)",
436
+ "threadShare.type.message": "Message",
437
+ "threadShare.type.planReview": "Plan Review",
438
+ "threadShare.type.handoff": "Handoff",
403
439
  "notice.notificationsEnabled": "Notifications are enabled on this device.",
404
440
  "notice.notificationsDisabled": "Notifications are disabled on this device.",
405
441
  "notice.testNotificationSent": "Test notification sent.",
@@ -666,6 +702,12 @@ const translations = {
666
702
  "common.assistantFinal": "最終回答",
667
703
  "common.item": "項目",
668
704
  "common.sns": "SNS",
705
+ "common.moltbookReply": "返信",
706
+ "common.moltbookDraft": "投稿提案",
707
+ "common.moltbookDraftReply": "返信提案",
708
+ "common.threadShare": "スレッド共有",
709
+ "common.a2aTaskRequest": "タスク依頼",
710
+ "common.a2aTaskResult": "完了",
669
711
  "common.untitledItem": "無題の項目",
670
712
  "common.useDeviceLanguage": "端末の言語を使う",
671
713
  "language.option.en": "English",
@@ -835,8 +877,13 @@ const translations = {
835
877
  "timeline.kindFilter.plans": "プラン",
836
878
  "timeline.kindFilter.choices": "選択",
837
879
  "timeline.kindFilter.completions": "完了",
838
- "timeline.kindFilter.moltbookDrafts": "ドラフト",
839
- "timeline.kindFilter.moltbookComments": "コメント",
880
+ "timeline.kindFilter.finalAnswers": "最終回答",
881
+ "timeline.kindFilter.moltbookDrafts": "提案",
882
+ "timeline.kindFilter.moltbookReplyDrafts": "返信提案",
883
+ "timeline.kindFilter.moltbookPostDrafts": "投稿提案",
884
+ "timeline.kindFilter.moltbookComments": "返信",
885
+ "timeline.kindFilter.a2aRequests": "タスク依頼",
886
+ "timeline.kindFilter.a2aResults": "タスク完了",
840
887
  "fileEvent.read": "ファイルを確認",
841
888
  "fileEvent.write": "ファイルを更新",
842
889
  "fileEvent.create": "ファイルを作成",
@@ -995,6 +1042,8 @@ const translations = {
995
1042
  "settings.a2aRelay.status.polling": "接続中...",
996
1043
  "settings.a2aRelay.apiKey.configured": "設定済み",
997
1044
  "settings.a2aRelay.apiKey.notConfigured": "未設定",
1045
+ "settings.a2aRelay.publicTasks.title": "パブリックタスクを受け付ける",
1046
+ "settings.a2aRelay.publicTasks.description": "APIキーなしで任意のエージェントからのタスクを許可します。IPあたり1日5件まで。",
998
1047
  "settings.row.a2aStatus": "ステータス",
999
1048
  "settings.row.a2aUserId": "ユーザー ID",
1000
1049
  "settings.row.a2aRelay": "リレー",
@@ -1003,9 +1052,22 @@ const translations = {
1003
1052
  "a2a.task.eyebrow": "A2A タスクリクエスト",
1004
1053
  "a2a.task.from": "送信元",
1005
1054
  "a2a.task.instruction": "タスク内容",
1055
+ "a2a.task.response": "返答内容",
1006
1056
  "a2a.task.approve": "承認して実行",
1007
1057
  "a2a.task.deny": "拒否",
1008
1058
  "a2a.task.editHint": "タスクリクエストを確認し、承認して実行するか拒否してください。",
1059
+ "a2a.task.executor": "実行ツール",
1060
+ "a2a.executor.codex": "Codex",
1061
+ "a2a.executor.claude": "Claude",
1062
+ "settings.a2aExecutor.title": "タスク実行ツール",
1063
+ "settings.a2aExecutor.subtitle": "A2A タスクの実行先",
1064
+ "settings.a2aExecutor.copy": "承認済み A2A タスクを処理するツールを選択します。",
1065
+ "settings.a2aExecutor.auto": "自動",
1066
+ "settings.a2aExecutor.codex": "Codex",
1067
+ "settings.a2aExecutor.claude": "Claude",
1068
+ "settings.a2aExecutor.ask": "毎回確認する",
1069
+ "settings.a2aExecutor.unavailable": "未検出",
1070
+ "settings.a2aExecutor.detected": "検出",
1009
1071
  "a2a.task.resolved": "このタスクは既に処理済みです。",
1010
1072
  "a2a.task.statusSubmitted": "承認待ち",
1011
1073
  "a2a.task.statusWorking": "実行中...",
@@ -1013,6 +1075,16 @@ const translations = {
1013
1075
  "a2a.task.statusFailed": "失敗",
1014
1076
  "a2a.task.statusCanceled": "キャンセル",
1015
1077
  "a2a.task.statusRejected": "拒否済み",
1078
+ "threadShare.eyebrow": "スレッド共有",
1079
+ "threadShare.content": "共有内容",
1080
+ "threadShare.approve": "承認して共有",
1081
+ "threadShare.deny": "拒否",
1082
+ "threadShare.editHint": "内容を確認してください。必要に応じて編集し、承認で共有、拒否でスキップします。",
1083
+ "threadShare.resolved": "この共有リクエストは処理済みです。",
1084
+ "threadShare.contextFiles": "コンテキストファイル(受信側が読み込みます)",
1085
+ "threadShare.type.message": "メッセージ",
1086
+ "threadShare.type.planReview": "プランレビュー",
1087
+ "threadShare.type.handoff": "引き継ぎ",
1016
1088
  "notice.notificationsEnabled": "この端末で通知を有効にしました。",
1017
1089
  "notice.notificationsDisabled": "この端末の通知を無効にしました。",
1018
1090
  "notice.testNotificationSent": "テスト通知を送信しました。",