cc-viewer 1.0.13 → 1.0.14
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/dist/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>Claude Code Viewer</title>
|
|
7
7
|
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-DBKfmoXt.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-B3Du_Qas.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="root"></div>
|
package/locales/i18n.json
CHANGED
|
@@ -679,6 +679,46 @@
|
|
|
679
679
|
"tr": "Ham moda dön",
|
|
680
680
|
"uk": "Повернутися до режиму raw"
|
|
681
681
|
},
|
|
682
|
+
"ui.viewRequest": {
|
|
683
|
+
"zh": "查看请求",
|
|
684
|
+
"en": "View Request",
|
|
685
|
+
"zh-TW": "查看請求",
|
|
686
|
+
"ko": "요청 보기",
|
|
687
|
+
"ja": "リクエストを表示",
|
|
688
|
+
"de": "Anfrage anzeigen",
|
|
689
|
+
"es": "Ver solicitud",
|
|
690
|
+
"fr": "Voir la requête",
|
|
691
|
+
"it": "Visualizza richiesta",
|
|
692
|
+
"da": "Vis forespørgsel",
|
|
693
|
+
"pl": "Zobacz żądanie",
|
|
694
|
+
"ru": "Просмотр запроса",
|
|
695
|
+
"ar": "عرض الطلب",
|
|
696
|
+
"no": "Vis forespørsel",
|
|
697
|
+
"pt-BR": "Ver requisição",
|
|
698
|
+
"th": "ดูคำขอ",
|
|
699
|
+
"tr": "İsteği görüntüle",
|
|
700
|
+
"uk": "Переглянути запит"
|
|
701
|
+
},
|
|
702
|
+
"ui.cannotMap": {
|
|
703
|
+
"zh": "无法映射到对话",
|
|
704
|
+
"en": "Cannot map to conversation",
|
|
705
|
+
"zh-TW": "無法映射到對話",
|
|
706
|
+
"ko": "대화에 매핑할 수 없습니다",
|
|
707
|
+
"ja": "会話にマッピングできません",
|
|
708
|
+
"de": "Kann nicht zur Konversation zugeordnet werden",
|
|
709
|
+
"es": "No se puede mapear a la conversación",
|
|
710
|
+
"fr": "Impossible de mapper à la conversation",
|
|
711
|
+
"it": "Impossibile mappare alla conversazione",
|
|
712
|
+
"da": "Kan ikke mappe til samtale",
|
|
713
|
+
"pl": "Nie można zmapować do rozmowy",
|
|
714
|
+
"ru": "Невозможно сопоставить с диалогом",
|
|
715
|
+
"ar": "لا يمكن الربط بالمحادثة",
|
|
716
|
+
"no": "Kan ikke tilordne til samtale",
|
|
717
|
+
"pt-BR": "Não é possível mapear para a conversa",
|
|
718
|
+
"th": "ไม่สามารถแมปไปยังการสนทนาได้",
|
|
719
|
+
"tr": "Konuşmaya eşlenemedi",
|
|
720
|
+
"uk": "Неможливо зіставити з діалогом"
|
|
721
|
+
},
|
|
682
722
|
"ui.cacheExpired": {
|
|
683
723
|
"zh": "已失效",
|
|
684
724
|
"en": "Expired",
|