@jjlmoya/utils-tabletop 1.6.0 → 1.7.0
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/package.json +1 -1
- package/src/tool/investigation-board/i18n/de.ts +105 -22
- package/src/tool/investigation-board/i18n/en.ts +158 -76
- package/src/tool/investigation-board/i18n/es.ts +105 -22
- package/src/tool/investigation-board/i18n/fr.ts +105 -22
- package/src/tool/investigation-board/i18n/id.ts +105 -22
- package/src/tool/investigation-board/i18n/it.ts +105 -22
- package/src/tool/investigation-board/i18n/ja.ts +105 -22
- package/src/tool/investigation-board/i18n/ko.ts +105 -22
- package/src/tool/investigation-board/i18n/nl.ts +111 -28
- package/src/tool/investigation-board/i18n/pl.ts +116 -33
- package/src/tool/investigation-board/i18n/pt.ts +118 -35
- package/src/tool/investigation-board/i18n/ru.ts +120 -37
- package/src/tool/investigation-board/i18n/sv.ts +119 -36
- package/src/tool/investigation-board/i18n/tr.ts +113 -30
- package/src/tool/investigation-board/i18n/zh.ts +117 -34
|
@@ -3,82 +3,141 @@ import type { InvestigationBoardLocaleContent } from '../entry';
|
|
|
3
3
|
|
|
4
4
|
export const content: InvestigationBoardLocaleContent = {
|
|
5
5
|
slug: "investigation-board",
|
|
6
|
-
title: "
|
|
7
|
-
description: "
|
|
6
|
+
title: "线索墙制作器:在线侦探RPG线索与人物关系图整理工具",
|
|
7
|
+
description: "设计交互式线索墙和RPG调查地图。使用定制的彩色关系线将嫌疑人、线索和地点连接起来。",
|
|
8
8
|
ui: {
|
|
9
9
|
"title": "线索墙制作器",
|
|
10
10
|
"addCard": "添加卡片",
|
|
11
11
|
"searchPlaceholder": "按名称或线索搜索卡片",
|
|
12
12
|
"filterAll": "所有类别",
|
|
13
|
-
"filterCharacter": "
|
|
13
|
+
"filterCharacter": "人物",
|
|
14
14
|
"filterClue": "线索",
|
|
15
15
|
"filterLocation": "地点",
|
|
16
|
-
"filterItem": "
|
|
16
|
+
"filterItem": "道具",
|
|
17
17
|
"cardName": "卡片名称",
|
|
18
18
|
"cardCategory": "类别",
|
|
19
19
|
"cardDescription": "描述",
|
|
20
20
|
"cardNotes": "私人备注",
|
|
21
|
-
"cardTags": "
|
|
21
|
+
"cardTags": "以逗号分隔的的标签",
|
|
22
22
|
"cardColor": "卡片高亮颜色",
|
|
23
23
|
"save": "保存修改",
|
|
24
24
|
"delete": "删除",
|
|
25
25
|
"cancel": "取消",
|
|
26
26
|
"clearBoard": "清空画板",
|
|
27
|
-
"connectionsTitle": "
|
|
27
|
+
"connectionsTitle": "关系地图",
|
|
28
28
|
"addConnection": "添加连接",
|
|
29
29
|
"connectionLabel": "关系标签",
|
|
30
|
-
"connectionColor": "
|
|
30
|
+
"connectionColor": "连线颜色",
|
|
31
31
|
"sourceCard": "起始卡片",
|
|
32
32
|
"targetCard": "目标卡片",
|
|
33
33
|
"close": "关闭",
|
|
34
|
-
"character": "
|
|
34
|
+
"character": "人物",
|
|
35
35
|
"clue": "线索",
|
|
36
36
|
"location": "地点",
|
|
37
|
-
"item": "
|
|
37
|
+
"item": "道具",
|
|
38
38
|
"custom": "自定义",
|
|
39
39
|
"immersive": "全屏模式"
|
|
40
40
|
},
|
|
41
41
|
seo: [
|
|
42
|
-
{ type: 'title', text: "
|
|
43
|
-
{ type: 'paragraph', html: "
|
|
42
|
+
{ type: 'title', text: "在线线索墙制作器:整理侦探RPG线索与人物关系地图", level: 2 },
|
|
43
|
+
{ type: 'paragraph', html: "在侦探RPG中,理清复杂的谎言网络、追踪嫌疑人的不在场证明并连接案发现场证据,很容易让玩家感到混乱。无论是运行《克苏鲁的呼唤》跑团、赛博朋克谋杀谜案、D&D侦探冒险,还是撰写悬疑小说,我们的在线线索墙制作器都是终极工具。在无限的数字化软木板上拖放、分类并关联线索、NPC和实体物证。使用彩色关系连线,瞬间直观查看嫌疑人与案发现场、不在场证明以及隐藏动机的关系。" },
|
|
44
44
|
{
|
|
45
45
|
type: 'stats',
|
|
46
46
|
items: [
|
|
47
47
|
{ value: "无限制", label: "节点画板" },
|
|
48
|
-
{ value: "4", label: "
|
|
49
|
-
{ value: "
|
|
48
|
+
{ value: "4", label: "节点类别" },
|
|
49
|
+
{ value: "拖拽操作", label: "操作界面" }
|
|
50
50
|
],
|
|
51
51
|
columns: 3
|
|
52
52
|
},
|
|
53
|
-
{ type: 'title', text: "
|
|
54
|
-
{ type: '
|
|
55
|
-
|
|
56
|
-
faq: [
|
|
53
|
+
{ type: 'title', text: "侦探RPG调查画板整理技巧", level: 2 },
|
|
54
|
+
{ type: 'tip', title: "三线索原则", html: "对于你希望玩家得出的每个结论或推理,在调查画板上至少添加三个不同的线索。使用自定义的彩色连线将它们连接起来,展示不同的推理路径。使用人物卡代表嫌疑人与证人,地点卡代表案发现场,道具卡代表物证或文档。根据玩家的发现及时更新私人备注。" },
|
|
55
|
+
{ type: 'title', text: "数字线索墙与实体软木板对比", level: 2 },
|
|
57
56
|
{
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
type: 'proscons',
|
|
58
|
+
title: "数字线索墙与实体软木板对比",
|
|
59
|
+
items: [
|
|
60
|
+
{ pro: "无限的画板尺寸,可根据需要添加任意数量的线索、嫌疑人和人物关系,不受空间限制。", con: "桌面跑团时需要在游戏桌上准备屏幕、平板电脑或数字化设备。" },
|
|
61
|
+
{ pro: "即时搜索和类别过滤器,可在游戏过程中立即定位特定证人或物证。", con: "缺少在真实墙壁上使用图钉和真实红毛线连接的实体触感。" },
|
|
62
|
+
{ pro: "数字化保存、加载和分享调查地图,在游戏间隙不占用任何物理空间。", con: "需要互联网连接或浏览器本地存储来保存画板状态。" }
|
|
63
|
+
]
|
|
60
64
|
},
|
|
65
|
+
{ type: 'title', text: "为你的谜题地图选择卡片类别", level: 3 },
|
|
61
66
|
{
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
67
|
+
type: 'comparative',
|
|
68
|
+
items: [
|
|
69
|
+
{
|
|
70
|
+
title: "人物节点",
|
|
71
|
+
description: "代表NPC、嫌疑人、证人或组织。使用彩色连线突出人物关系。",
|
|
72
|
+
icon: 'mdi:account-group',
|
|
73
|
+
highlight: true,
|
|
74
|
+
points: [
|
|
75
|
+
"追踪嫌疑人不在场证明与动机",
|
|
76
|
+
"关联家族关系与秘密组织结盟",
|
|
77
|
+
"记录证人证言的详细内容"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
title: "线索节点",
|
|
82
|
+
description: "代表玩家在跑团过程中发现的实体物证、尸检报告、不在场证明或传闻。",
|
|
83
|
+
icon: 'mdi:magnify',
|
|
84
|
+
highlight: false,
|
|
85
|
+
points: [
|
|
86
|
+
"尸检报告与法医鉴定数据",
|
|
87
|
+
"从案发现场收集到的实体物品",
|
|
88
|
+
"听到的传闻与泄露的秘密"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
title: "地点节点",
|
|
93
|
+
description: "案发现场、嫌疑人住宅、秘密藏身处或城市。",
|
|
94
|
+
icon: 'mdi:map-marker',
|
|
95
|
+
highlight: false,
|
|
96
|
+
points: [
|
|
97
|
+
"案发现场照片与平面图",
|
|
98
|
+
"关键NPC的住所与工作地",
|
|
99
|
+
"秘密据点与异次元传送门"
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
columns: 3
|
|
104
|
+
},
|
|
105
|
+
{ type: 'title', text: "线索墙专业术语表", level: 3 },
|
|
68
106
|
{
|
|
69
|
-
|
|
70
|
-
|
|
107
|
+
type: 'glossary',
|
|
108
|
+
items: [
|
|
109
|
+
{ term: "调查节点", definition: "画布上代表人物、地点、线索或道具 hard card 卡片。" },
|
|
110
|
+
{ term: "关系连线", definition: "连接两张卡片的彩色线条,指示它们的关系(例如:嫌疑人、不在场证明、所有者)。" },
|
|
111
|
+
{ term: "沉浸模式", definition: "隐藏控制面板的全屏布局,可最大化移动端或平板上的画布工作空间。" },
|
|
112
|
+
{ term: "高亮路径", definition: "仅彩色显示与所选卡片直接相连的节点和连线,同时将画板其余部分变暗的视觉效果。" }
|
|
113
|
+
]
|
|
71
114
|
},
|
|
72
115
|
{
|
|
73
|
-
|
|
74
|
-
|
|
116
|
+
type: 'diagnostic',
|
|
117
|
+
variant: 'info',
|
|
118
|
+
title: "移动端性能建议",
|
|
119
|
+
icon: 'mdi:information-outline',
|
|
120
|
+
badge: 'GRID TIP',
|
|
121
|
+
html: "如果旧款平板电脑上拖拽节点较慢,请开启沉浸模式以隐藏浮动菜单。确保启用了网格吸附(卡片每15像素吸附对齐),以便轻松保持画板整洁。"
|
|
75
122
|
}
|
|
76
123
|
],
|
|
124
|
+
faq: [
|
|
125
|
+
{ question: "如何添加连接线?", answer: "点击控制面板中的“添加连接”,或点击卡片上的链接图标,然后选择目标卡片。" },
|
|
126
|
+
{ question: "我可以在手机上拖动卡片吗?", answer: "可以,画板支持触摸手势,可在智能手机和平板电脑上流畅地拖动和移动卡片。" },
|
|
127
|
+
{ question: "我可以使用自定义的卡片颜色吗?", answer: "可以。双击卡片,在类别下选择 Custom,然后选择高亮颜色。" },
|
|
128
|
+
{ question: "画板会保存我的工作吗?", answer: "会。您的进度会自动保存在浏览器的本地存储中,保存在当前画板名称下。" },
|
|
129
|
+
{ question: "如何放大、缩小和移动画板?", answer: "使用双指捏合手势或鼠标滚轮进行放大和缩小。拖动背景可在画布上平移移动。" }
|
|
130
|
+
],
|
|
131
|
+
bibliography,
|
|
132
|
+
howTo: [
|
|
133
|
+
{ name: "添加调查卡片", text: "创建代表NPC、线索、案发现场或道具的卡片。" },
|
|
134
|
+
{ name: "关联关系", text: "在卡片之间创建连接线,以显示线索之间的关联。" }
|
|
135
|
+
],
|
|
77
136
|
schemas: [
|
|
78
137
|
{
|
|
79
138
|
'@context': 'https://schema.org',
|
|
80
139
|
'@type': 'SoftwareApplication',
|
|
81
|
-
'name': "
|
|
140
|
+
'name': "线索墙制作器:在线侦探RPG线索与人物关系图整理工具",
|
|
82
141
|
'operatingSystem': 'All',
|
|
83
142
|
'applicationCategory': 'UtilitiesApplication',
|
|
84
143
|
'browserRequirements': 'Requires HTML5 SVG support. Requires JavaScript.'
|
|
@@ -92,7 +151,7 @@ export const content: InvestigationBoardLocaleContent = {
|
|
|
92
151
|
'name': "如何添加连接线?",
|
|
93
152
|
'acceptedAnswer': {
|
|
94
153
|
'@type': 'Answer',
|
|
95
|
-
'text': "
|
|
154
|
+
'text': "点击控制面板中的“添加连接”,或点击卡片上的链接图标,然后选择目标卡片。"
|
|
96
155
|
}
|
|
97
156
|
},
|
|
98
157
|
{
|
|
@@ -100,7 +159,31 @@ export const content: InvestigationBoardLocaleContent = {
|
|
|
100
159
|
'name': "我可以在手机上拖动卡片吗?",
|
|
101
160
|
'acceptedAnswer': {
|
|
102
161
|
'@type': 'Answer',
|
|
103
|
-
'text': "
|
|
162
|
+
'text': "可以,画板支持触摸手势,可在智能手机和平板电脑上流畅地拖动和移动卡片。"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
'@type': 'Question',
|
|
167
|
+
'name': "我可以使用自定义的卡片颜色吗?",
|
|
168
|
+
'acceptedAnswer': {
|
|
169
|
+
'@type': 'Answer',
|
|
170
|
+
'text': "可以。双击卡片,在类别下选择 Custom,然后选择高亮颜色。"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
'@type': 'Question',
|
|
175
|
+
'name': "画板会保存我的工作吗?",
|
|
176
|
+
'acceptedAnswer': {
|
|
177
|
+
'@type': 'Answer',
|
|
178
|
+
'text': "会。您的进度会自动保存在浏览器的本地存储中,保存在当前画板名称下。"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@type': 'Question',
|
|
183
|
+
'name': "如何放大、缩小和移动画板?",
|
|
184
|
+
'acceptedAnswer': {
|
|
185
|
+
'@type': 'Answer',
|
|
186
|
+
'text': "使用双指捏合手势或鼠标滚轮进行放大和缩小。拖动背景可在画布上平移移动。"
|
|
104
187
|
}
|
|
105
188
|
}
|
|
106
189
|
]
|
|
@@ -113,11 +196,11 @@ export const content: InvestigationBoardLocaleContent = {
|
|
|
113
196
|
{
|
|
114
197
|
'@type': 'HowToStep',
|
|
115
198
|
'name': "添加调查卡片",
|
|
116
|
-
'text': "创建代表NPC
|
|
199
|
+
'text': "创建代表NPC、线索、案发现场或道具的卡片。"
|
|
117
200
|
},
|
|
118
201
|
{
|
|
119
202
|
'@type': 'HowToStep',
|
|
120
|
-
'name': "
|
|
203
|
+
'name': "关联关系",
|
|
121
204
|
'text': "在卡片之间创建连接线,以显示线索之间的关联。"
|
|
122
205
|
}
|
|
123
206
|
]
|