@jjlmoya/utils-tabletop 1.18.0 → 1.19.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 +2 -2
- package/src/tests/seo_parity.test.ts +60 -0
- package/src/tests/translation_copy.test.ts +124 -0
- package/src/tool/decision-wheel/i18n/de.ts +28 -0
- package/src/tool/decision-wheel/i18n/es.ts +28 -0
- package/src/tool/decision-wheel/i18n/fr.ts +28 -0
- package/src/tool/decision-wheel/i18n/id.ts +28 -0
- package/src/tool/decision-wheel/i18n/it.ts +28 -0
- package/src/tool/decision-wheel/i18n/ja.ts +28 -0
- package/src/tool/decision-wheel/i18n/ko.ts +28 -0
- package/src/tool/decision-wheel/i18n/nl.ts +28 -0
- package/src/tool/decision-wheel/i18n/pl.ts +28 -0
- package/src/tool/decision-wheel/i18n/pt.ts +28 -0
- package/src/tool/decision-wheel/i18n/sv.ts +28 -0
- package/src/tool/decision-wheel/i18n/tr.ts +28 -0
- package/src/tool/decision-wheel/i18n/zh.ts +28 -0
- package/src/tool/hidden-role-dealer/i18n/de.ts +10 -1
- package/src/tool/hidden-role-dealer/i18n/fr.ts +4 -1
- package/src/tool/hidden-role-dealer/i18n/id.ts +11 -1
- package/src/tool/hidden-role-dealer/i18n/it.ts +11 -1
- package/src/tool/hidden-role-dealer/i18n/ja.ts +11 -1
- package/src/tool/hidden-role-dealer/i18n/ko.ts +11 -1
- package/src/tool/hidden-role-dealer/i18n/nl.ts +11 -1
- package/src/tool/hidden-role-dealer/i18n/pl.ts +11 -1
- package/src/tool/hidden-role-dealer/i18n/pt.ts +11 -1
- package/src/tool/hidden-role-dealer/i18n/ru.ts +11 -1
- package/src/tool/hidden-role-dealer/i18n/sv.ts +11 -1
- package/src/tool/hidden-role-dealer/i18n/tr.ts +11 -1
- package/src/tool/hidden-role-dealer/i18n/zh.ts +11 -1
- package/src/tool/scatter-direction-selector/i18n/de.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/es.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/fr.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/id.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/it.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/ja.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/ko.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/nl.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/pl.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/pt.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/ru.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/sv.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/tr.ts +9 -0
- package/src/tool/scatter-direction-selector/i18n/zh.ts +9 -0
|
@@ -41,6 +41,14 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
41
41
|
},
|
|
42
42
|
{ type: 'title', text: 'Como Usar a Roleta de Decisões', level: 2 },
|
|
43
43
|
{ type: 'paragraph', html: 'Selecione uma configuração padrão ou crie fatias com pesos diferentes para alterar as chances de vitória.' },
|
|
44
|
+
{ type: 'title', text: "Mais cenários de decisão", level: 3 },
|
|
45
|
+
{ type: 'paragraph', html: "Use a roda para votações, encontros aleatórios e ações durante a partida." },
|
|
46
|
+
{ type: 'title', text: "Predefinições para jogos de mesa", level: 3 },
|
|
47
|
+
{ type: 'paragraph', html: "As predefinições carregam rapidamente escolhas comuns dos jogos de mesa." },
|
|
48
|
+
{ type: 'title', text: "Ajustar os pesos", level: 3 },
|
|
49
|
+
{ type: 'paragraph', html: "Os pesos tornam certos resultados mais ou menos frequentes." },
|
|
50
|
+
{ type: 'title', text: "Consultar o histórico", level: 3 },
|
|
51
|
+
{ type: 'paragraph', html: "O histórico guarda os giros recentes para o grupo." },
|
|
44
52
|
],
|
|
45
53
|
faq: [
|
|
46
54
|
{
|
|
@@ -51,6 +59,22 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
51
59
|
question: 'Posso personalizar cores e nomes?',
|
|
52
60
|
answer: 'Sim, você pode adicionar fatias, mudar os nomes de exibição, escolher cores e definir pesos de 1 a 5.',
|
|
53
61
|
},
|
|
62
|
+
{
|
|
63
|
+
question: "Posso alterar as probabilidades?",
|
|
64
|
+
answer: "Sim, altere o peso de um segmento.",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: "Quantos segmentos são possíveis?",
|
|
68
|
+
answer: "Até 16; são necessárias pelo menos duas opções.",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: "Que predefinições existem?",
|
|
72
|
+
answer: "Sim ou Não, Números, Ações, opções próprias, D20, Alinhamento e Saque.",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
question: "Os giros anteriores ficam visíveis?",
|
|
76
|
+
answer: "Sim, o navegador mostra os dez resultados mais recentes.",
|
|
77
|
+
},
|
|
54
78
|
],
|
|
55
79
|
bibliography,
|
|
56
80
|
howTo: [
|
|
@@ -62,6 +86,10 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
62
86
|
name: 'Girar a Roleta',
|
|
63
87
|
text: 'Clique para acionar a rotação e aguarde a roleta parar por completo com física realista.',
|
|
64
88
|
},
|
|
89
|
+
{
|
|
90
|
+
name: "Verificar o resultado",
|
|
91
|
+
text: "Depois de parar, verifique o segmento vencedor e o histórico dos giros recentes.",
|
|
92
|
+
},
|
|
65
93
|
],
|
|
66
94
|
schemas: [
|
|
67
95
|
{
|
|
@@ -41,6 +41,14 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
41
41
|
},
|
|
42
42
|
{ type: 'title', text: 'Hur du Använder Beslutshjulet', level: 2 },
|
|
43
43
|
{ type: 'paragraph', html: 'Välj en mall eller skapa dina egna segment med vikter för att justera chanserna för varje val.' },
|
|
44
|
+
{ type: 'title', text: "Fler beslutsscenarier", level: 3 },
|
|
45
|
+
{ type: 'paragraph', html: "Använd hjulet för omröstningar, slumpmöten och handlingsval i spelet." },
|
|
46
|
+
{ type: 'title', text: "Mallar för sällskapsspel", level: 3 },
|
|
47
|
+
{ type: 'paragraph', html: "Mallar laddar vanliga val för sällskapsspel snabbt." },
|
|
48
|
+
{ type: 'title', text: "Justera resultatvikter", level: 3 },
|
|
49
|
+
{ type: 'paragraph', html: "Vikter gör vissa resultat vanligare eller mer sällsynta." },
|
|
50
|
+
{ type: 'title', text: "Granska historiken", level: 3 },
|
|
51
|
+
{ type: 'paragraph', html: "Historiken sparar de senaste snurren för gruppen." },
|
|
44
52
|
],
|
|
45
53
|
faq: [
|
|
46
54
|
{
|
|
@@ -51,6 +59,22 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
51
59
|
question: 'Kan jag ändra färger och namn?',
|
|
52
60
|
answer: 'Ja, du kan lägga till segment, ändra namnen, välja egna färger och ställa in vikten från 1 till 5.',
|
|
53
61
|
},
|
|
62
|
+
{
|
|
63
|
+
question: "Kan jag ändra sannolikheten?",
|
|
64
|
+
answer: "Ja, ändra segmentets vikt.",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: "Hur många segment är möjliga?",
|
|
68
|
+
answer: "Upp till 16; minst två alternativ krävs.",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: "Vilka mallar finns?",
|
|
72
|
+
answer: "Ja eller Nej, Siffror, Handlingar, egna alternativ, D20, Justering och Byte.",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
question: "Visas tidigare snurr?",
|
|
76
|
+
answer: "Ja, webbläsaren visar de tio senaste resultaten.",
|
|
77
|
+
},
|
|
54
78
|
],
|
|
55
79
|
bibliography,
|
|
56
80
|
howTo: [
|
|
@@ -62,6 +86,10 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
62
86
|
name: 'Snurra Hjulet',
|
|
63
87
|
text: 'Klicka på snurra-knappen för att starta hjulet med realistisk friktionsinbromsning.',
|
|
64
88
|
},
|
|
89
|
+
{
|
|
90
|
+
name: "Kontrollera resultatet",
|
|
91
|
+
text: "När hjulet stannar kontrollerar du det vinnande segmentet och historiken.",
|
|
92
|
+
},
|
|
65
93
|
],
|
|
66
94
|
schemas: [
|
|
67
95
|
{
|
|
@@ -41,6 +41,14 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
41
41
|
},
|
|
42
42
|
{ type: 'title', text: 'Karar Çarkı Nasıl Kullanılır', level: 2 },
|
|
43
43
|
{ type: 'paragraph', html: 'Hazır bir şablon seçin veya olasılıkları ayarlamak için farklı ağırlıklara sahip kendi dilimlerinizi oluşturun.' },
|
|
44
|
+
{ type: 'title', text: "Ek karar senaryolari", level: 3 },
|
|
45
|
+
{ type: 'paragraph', html: "Carki oylama, rastgele karsilasma ve oyun eylemleri icin kullanin." },
|
|
46
|
+
{ type: 'title', text: "Masaustu oyun sablonlari", level: 3 },
|
|
47
|
+
{ type: 'paragraph', html: "Sablonlar masaustu oyunlarindaki yaygin secimleri hizla yukler." },
|
|
48
|
+
{ type: 'title', text: "Sonuc agirliklarini ayarlama", level: 3 },
|
|
49
|
+
{ type: 'paragraph', html: "Agirliklar bazi sonuclari daha sik veya seyrek yapar." },
|
|
50
|
+
{ type: 'title', text: "Gecmisi inceleme", level: 3 },
|
|
51
|
+
{ type: 'paragraph', html: "Gecmis son cevirmeleri grup icin saklar." },
|
|
44
52
|
],
|
|
45
53
|
faq: [
|
|
46
54
|
{
|
|
@@ -51,6 +59,22 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
51
59
|
question: 'Renkleri ve adları özelleştirebilir miyim?',
|
|
52
60
|
answer: 'Evet, yeni dilim ekleyebilir, etiketleri düzenleyebilir, renk atayabilir ve ağırlıklarını 1 ila 5 arasında ayarlayabilirsiniz.',
|
|
53
61
|
},
|
|
62
|
+
{
|
|
63
|
+
question: "Olasilik degistirilebilir mi?",
|
|
64
|
+
answer: "Evet, bir segmentin agirligini degistirin.",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: "Kac segment kullanilabilir?",
|
|
68
|
+
answer: "En fazla 16; en az iki secenek gerekir.",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: "Hangi sablonlar var?",
|
|
72
|
+
answer: "Evet veya Hayir, Sayilar, Eylemler, ozel secenekler, D20, Hizalanma ve Ganimet.",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
question: "Onceki cevirmeler gorunur mu?",
|
|
76
|
+
answer: "Evet, tarayici son on sonucu gosterir.",
|
|
77
|
+
},
|
|
54
78
|
],
|
|
55
79
|
bibliography,
|
|
56
80
|
howTo: [
|
|
@@ -62,6 +86,10 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
62
86
|
name: 'Çarkı Çevirin',
|
|
63
87
|
text: 'Düğmeye tıklayarak gerçekçi yavaşlama efektine sahip çark dönme animasyonunu başlatın.',
|
|
64
88
|
},
|
|
89
|
+
{
|
|
90
|
+
name: "Sonucu kontrol et",
|
|
91
|
+
text: "Cark durdugunda kazanan segmenti ve son cevirme gecmisini inceleyin.",
|
|
92
|
+
},
|
|
65
93
|
],
|
|
66
94
|
schemas: [
|
|
67
95
|
{
|
|
@@ -41,6 +41,14 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
41
41
|
},
|
|
42
42
|
{ type: 'title', text: '如何使用决策轮盘', level: 2 },
|
|
43
43
|
{ type: 'paragraph', html: '选择预设方案,或创建自定义分块并设置权重,以按需调整各选项的被选中概率。' },
|
|
44
|
+
{ type: 'title', text: "更多决策场景", level: 3 },
|
|
45
|
+
{ type: 'paragraph', html: "转盘适合投票、随机遭遇和游戏中的行动选择。" },
|
|
46
|
+
{ type: 'title', text: "桌游预设", level: 3 },
|
|
47
|
+
{ type: 'paragraph', html: "预设可以快速载入桌游中常见的选择。" },
|
|
48
|
+
{ type: 'title', text: "调整结果权重", level: 3 },
|
|
49
|
+
{ type: 'paragraph', html: "调整权重可以让结果更常出现或更少出现。" },
|
|
50
|
+
{ type: 'title', text: "查看旋转历史", level: 3 },
|
|
51
|
+
{ type: 'paragraph', html: "历史记录会保存最近的旋转,方便团队查看。" },
|
|
44
52
|
],
|
|
45
53
|
faq: [
|
|
46
54
|
{
|
|
@@ -51,6 +59,22 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
51
59
|
question: '可以自定义颜色和文字吗?',
|
|
52
60
|
answer: '可以。您可以自由添加选项、更改文本标签、选择背景颜色并将权重在 1 至 5 之间进行调整。',
|
|
53
61
|
},
|
|
62
|
+
{
|
|
63
|
+
question: "可以修改概率吗?",
|
|
64
|
+
answer: "可以,修改分区的权重即可。",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: "最多可以有多少个分区?",
|
|
68
|
+
answer: "最多16个,并且至少需要两个选项。",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: "有哪些预设?",
|
|
72
|
+
answer: "是或否、数字、行动、自定义、D20、阵营和战利品。",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
question: "之前的旋转会显示吗?",
|
|
76
|
+
answer: "会,浏览器会显示最近十个结果。",
|
|
77
|
+
},
|
|
54
78
|
],
|
|
55
79
|
bibliography,
|
|
56
80
|
howTo: [
|
|
@@ -62,6 +86,10 @@ export const content: DecisionWheelLocaleContent = {
|
|
|
62
86
|
name: '转动决策轮盘',
|
|
63
87
|
text: '点击转动按钮,轮盘将伴随逼真的物理摩擦阻尼减速动画进行旋转。',
|
|
64
88
|
},
|
|
89
|
+
{
|
|
90
|
+
name: "检查结果",
|
|
91
|
+
text: "转盘停止后,检查获胜分区和最近的旋转历史。",
|
|
92
|
+
},
|
|
65
93
|
],
|
|
66
94
|
schemas: [
|
|
67
95
|
{
|
|
@@ -131,6 +131,8 @@ const faq = [
|
|
|
131
131
|
question: 'Was ist der Zweck des Gedrückthaltens beim Offenbaren?',
|
|
132
132
|
answer: 'Um zu verhindern, dass Spieler versehentlich die Rollen anderer sehen, muss der Reveal-Button gedrückt gehalten werden. Sobald er losgelassen wird, blendet sich die Rolle sofort wieder aus.',
|
|
133
133
|
},
|
|
134
|
+
{ question: 'Wie werden die Rollen fair verteilt?', answer: 'Wählen Sie einen passenden Rollenpool für die Spielerzahl und prüfen Sie das Verhältnis der Teams vor dem Austeilen.' },
|
|
135
|
+
{ question: 'Kann ich eigene Rollen verwenden?', answer: 'Ja, mit dem benutzerdefinierten Setup können Sie Rollen, Teams und Beschreibungen selbst festlegen.' },
|
|
134
136
|
];
|
|
135
137
|
|
|
136
138
|
const howTo = [
|
|
@@ -156,6 +158,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
156
158
|
seo: [
|
|
157
159
|
{ type: 'title', text: 'Teambalance in Social-Deduction-Spielen', level: 2 },
|
|
158
160
|
{ type: 'paragraph', html: 'Die größte Herausforderung bei Werwolf, Avalon oder Secret Hitler besteht darin, das Verhältnis von guten und bösen Rollen basierend auf der Spieleranzahl auszubalancieren. Ein falsches Verhältnis kann das Spiel für eine Seite zu einfach und für die andere frustrierend machen. Durch die Verwendung von empfohlenen Community-Ratios stellen Sie eine faire Spielrunde sicher.' },
|
|
161
|
+
{ type: 'table', headers: ['Rollen', 'Gut', 'Böse'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
162
|
+
{ type: 'title', text: 'Rollenverhältnisse fair planen', level: 2 },
|
|
163
|
+
{ type: 'paragraph', html: 'Ein ausgewogenes Verhältnis zwischen guten und bösen Rollen hält soziale Deduktionsspiele spannend.' },
|
|
164
|
+
{ type: 'title', text: 'Spyfall und Impostor ohne Spielleiter einrichten', level: 2 },
|
|
165
|
+
{ type: 'paragraph', html: 'Ein gemeinsamer Bildschirm kann Wörter und Orte sicher verteilen, ohne dass ein Spieler die Runde moderieren muss.' },
|
|
166
|
+
{ type: 'comparative', items: [{ title: 'Rollenverhältnisse', description: 'Geben Sie das Gerät in einer festen Richtung weiter.', icon: 'mdi:account-group', highlight: true, points: ['Sichtschutz beachten'] }], columns: 1 },
|
|
167
|
+
{ type: 'glossary', items: [{ term: 'Sicherheitstipp', definition: 'Geben Sie das Gerät in einer festen Richtung weiter.' }] },
|
|
159
168
|
],
|
|
160
169
|
faq,
|
|
161
170
|
bibliography,
|
|
@@ -192,4 +201,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
192
201
|
})),
|
|
193
202
|
},
|
|
194
203
|
],
|
|
195
|
-
};
|
|
204
|
+
};
|
|
@@ -135,6 +135,7 @@ const faq = [
|
|
|
135
135
|
question: 'Existe-t-il des modèles pour les jeux connus ?',
|
|
136
136
|
answer: 'Oui. L\'outil propose des modèles prêts à l\'emploi pour Loup-Garou, Avalon et Secret Hitler, adaptant automatiquement la réserve de rôles selon le nombre de joueurs.',
|
|
137
137
|
},
|
|
138
|
+
{ question: 'Comment garder une partie équilibrée ?', answer: 'Choisissez un ensemble de rôles adapté au nombre de joueurs et vérifiez la proportion des équipes avant la distribution.' },
|
|
138
139
|
];
|
|
139
140
|
|
|
140
141
|
const howTo = [
|
|
@@ -176,6 +177,8 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
176
177
|
{ type: 'paragraph', html: 'Pour animer des jeux d\'association de mots comme Spyfall ou Imposteur de manière fluide sur un seul écran, la distribution des rôles doit rester impartiale. Si un joueur agit en tant qu\'Hôte désigné, il saisit le mot et devient automatiquement un Équipier. Alternativement, l\'Hôte non-joueur laisse l\'application attribuer les mots automatiquement. Pour un mystère complet, le Pré-tour Secret permet à trois joueurs de saisir des mots en toute discrétion et en sélectionne un de manière aléatoire.' },
|
|
177
178
|
{ type: 'title', text: 'Bonnes Pratiques pour le Jeu sur Appareil Partagé', level: 2 },
|
|
178
179
|
{ type: 'paragraph', html: 'Partager un écran pour distribuer des identités secrètes est pratique mais sensible aux regards indiscrets. Pour préserver le secret absolu, l\'animateur doit faire passer l\'appareil toujours dans le même sens, et les joueurs doivent incliner l\'écran lors du dévoilement de leur rôle.' },
|
|
180
|
+
{ type: 'comparative', items: [{ title: 'Équipes équilibrées', description: 'Faites circuler l\'appareil dans un sens constant.', icon: 'mdi:account-group', highlight: true, points: ['Protéger les rôles'] }], columns: 1 },
|
|
181
|
+
{ type: 'glossary', items: [{ term: 'Conseil de confidentialité', definition: 'Faites circuler l\'appareil dans un sens constant.' }] },
|
|
179
182
|
],
|
|
180
183
|
faq,
|
|
181
184
|
bibliography,
|
|
@@ -212,4 +215,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
212
215
|
})),
|
|
213
216
|
},
|
|
214
217
|
],
|
|
215
|
-
};
|
|
218
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: 'Bagaimana cara kerja Pembagi Peran Tersembunyi?',
|
|
128
128
|
answer: 'Alat ini memungkinkan Anda membagikan peran rahasia untuk game deduksi sosial secara lokal di satu perangkat. Anda memasukkan nama, memilih preset, lalu mengoper perangkat dari pemain ke pemain. Setiap pemain menahan tombol untuk melihat peran mereka.',
|
|
129
129
|
},
|
|
130
|
+
{ question: 'Bagaimana membagi peran secara adil?', answer: 'Pilih kumpulan peran sesuai jumlah pemain dan periksa perbandingan tim sebelum membagikannya.' },
|
|
131
|
+
{ question: 'Bisakah saya membuat peran sendiri?', answer: 'Ya, mode khusus memungkinkan Anda menentukan nama, tim, dan deskripsi setiap peran.' },
|
|
132
|
+
{ question: 'Apakah peran disimpan di server?', answer: 'Tidak. Peran dibuat dan ditampilkan secara lokal di perangkat.' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: 'Keseimbangan Tim dalam Game Deduksi Sosial', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: 'Menyeimbangkan rasio peran baik dan jahat sangat penting untuk memastikan permainan berjalan adil dan seru.' },
|
|
158
|
+
{ type: 'table', headers: ['Menyeimbangkan tim', 'Menyiapkan Spyfall dan Impostor tanpa host', 'Membagikan perangkat dengan aman'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: 'Menyeimbangkan tim', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'Perbandingan peran baik dan jahat yang seimbang membuat permainan deduksi sosial tetap menegangkan.' },
|
|
161
|
+
{ type: 'title', text: 'Menyiapkan Spyfall dan Impostor tanpa host', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: 'Satu layar dapat membagikan kata dan lokasi tanpa mengharuskan seorang pemain menjadi moderator.' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: 'Menyeimbangkan tim', description: 'Perbandingan peran baik dan jahat yang seimbang membuat permainan deduksi sosial tetap menegangkan.', icon: 'mdi:account-group', highlight: true, points: ['Edarkan perangkat ke arah yang sama dan miringkan layar agar peran tidak terlihat pemain lain.'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: 'Tips privasi', definition: 'Edarkan perangkat ke arah yang sama dan miringkan layar agar peran tidak terlihat pemain lain.' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: 'Come funziona il Distributore Ruoli Segreti?',
|
|
128
128
|
answer: 'Il Distributore consente di assegnare ruoli segreti per giochi di deduzione sociale localmente su un singolo dispositivo. Inserisci i nomi dei giocatori, selezioni un modello o personalizzi i ruoli, e poi passi il dispositivo a ciascun giocatore. Ognuno tiene premuto il pulsante di rivelazione per visualizzare il proprio ruolo in privato.',
|
|
129
129
|
},
|
|
130
|
+
{ question: 'Come si mantiene l\'equilibrio?', answer: 'Scegliete un set di ruoli adatto al numero di giocatori e controllate il rapporto tra le squadre.' },
|
|
131
|
+
{ question: 'Posso creare ruoli personalizzati?', answer: 'Sì, la configurazione personalizzata permette di definire nomi, squadre e descrizioni.' },
|
|
132
|
+
{ question: 'I ruoli vengono inviati a un server?', answer: 'No, la distribuzione avviene localmente sul dispositivo.' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: 'Bilanciamento delle Squadre nei Giochi di Deduzione Sociale', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: 'Una delle sfide principali di Lupo Mannaro, Avalon o Secret Hitler è bilanciare il numero di ruoli del bene e del male. Una proporzione non corretta può rendere il gioco troppo facile per una fazione e frustrante per l\'altra.' },
|
|
158
|
+
{ type: 'table', headers: ['Bilanciare le squadre', 'Configurare Spyfall e Impostor senza moderatore', 'Passare il dispositivo con discrezione'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: 'Bilanciare le squadre', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'Un rapporto equilibrato tra ruoli buoni e cattivi mantiene avvincenti i giochi di deduzione sociale.' },
|
|
161
|
+
{ type: 'title', text: 'Configurare Spyfall e Impostor senza moderatore', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: 'Un solo schermo può distribuire parole e luoghi lasciando tutti liberi di giocare.' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: 'Bilanciare le squadre', description: 'Un rapporto equilibrato tra ruoli buoni e cattivi mantiene avvincenti i giochi di deduzione sociale.', icon: 'mdi:account-group', highlight: true, points: ['Fate girare il dispositivo sempre nello stesso verso e proteggete lo schermo dagli sguardi vicini.'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: 'Consiglio sulla privacy', definition: 'Fate girare il dispositivo sempre nello stesso verso e proteggete lo schermo dagli sguardi vicini.' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: '秘密の役割配信ツールはどのように動作しますか?',
|
|
128
128
|
answer: 'このツールは、正体隠匿系ゲームの秘密の役割を1台のデバイスでローカルに配布するためのものです。プレイヤー名を入力し、テンプレートを選択するか役割をカスタマイズして、順番にデバイスを回しながら表示ボタンを長押しして役割を確認します。',
|
|
129
129
|
},
|
|
130
|
+
{ question: '役割を公平に配るにはどうしますか?', answer: '参加人数に合う役割セットを選び、配布前にチームの比率を確認します。' },
|
|
131
|
+
{ question: 'オリジナルの役割を作れますか?', answer: 'はい。カスタム設定で役割名、チーム、説明を指定できます。' },
|
|
132
|
+
{ question: '役割はサーバーに送信されますか?', answer: 'いいえ。役割の配布と表示は端末内で行われます。' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: '正体隠匿ゲームにおける陣営バランスの調整方法', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: '人狼やシークレットヒトラーのようなゲームでは、プレイヤー数に応じて市民側と人狼側のバランスを調整することが最も重要です。バランスが崩れると一方的な展開になり、楽しさが半減してしまいます。本ツールは最適な推奨比率を自動で調整します。' },
|
|
158
|
+
{ type: 'table', headers: ['チームの人数を調整する', '司会者なしでSpyfallとImpostorを設定する', '端末を安全に回す'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: 'チームの人数を調整する', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: '善の役割と悪の役割の比率を整えると、正体隠匿ゲームの緊張感を保てます。' },
|
|
161
|
+
{ type: 'title', text: '司会者なしでSpyfallとImpostorを設定する', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: '1台の画面で単語や場所を配り、全員がプレイヤーとして参加できます。' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: 'チームの人数を調整する', description: '善の役割と悪の役割の比率を整えると、正体隠匿ゲームの緊張感を保てます。', icon: 'mdi:account-group', highlight: true, points: ['端末を同じ方向に渡し、周囲から画面が見えない角度で操作します。'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: 'プライバシーのヒント', definition: '端末を同じ方向に渡し、周囲から画面が見えない角度で操作します。' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: '비밀 역할 분배기는 어떻게 작동하나요?',
|
|
128
128
|
answer: '비밀 역할 분배기는 정체 은닉 게임을 즐길 때 한 대의 기기로 역할을 비밀리에 나눌 수 있게 해주는 도구입니다. 플레이어 이름을 입력하고 템플릿을 선택하거나 역할을 커스텀한 뒤, 기기를 차례로 넘겨가며 확인 버튼을 길게 눌러 역할을 확인합니다.',
|
|
129
129
|
},
|
|
130
|
+
{ question: '역할을 공정하게 배분하려면 어떻게 하나요?', answer: '플레이어 수에 맞는 역할 세트를 고르고 배분 전에 팀 비율을 확인하세요.' },
|
|
131
|
+
{ question: '사용자 역할을 만들 수 있나요?', answer: '네, 사용자 설정에서 역할 이름과 팀, 설명을 직접 정할 수 있습니다.' },
|
|
132
|
+
{ question: '역할이 서버로 전송되나요?', answer: '아니요. 역할 배분과 표시는 기기에서 로컬로 처리됩니다.' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: '정체 은닉 게임에서의 진영 밸런스 조정 방법', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: '마피아 게임의 재미는 인원수에 따른 시민 진영과 마피아 진영의 완벽한 성비 조율에서 결정됩니다. 본 툴은 최적의 밸런스를 자동으로 계산해 줍니다.' },
|
|
158
|
+
{ type: 'table', headers: ['팀 균형 맞추기', '진행자 없이 Spyfall과 Impostor 설정하기', '기기를 안전하게 전달하기'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: '팀 균형 맞추기', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: '선한 역할과 악한 역할의 비율을 맞추면 추리 게임의 긴장감이 오래 유지됩니다.' },
|
|
161
|
+
{ type: 'title', text: '진행자 없이 Spyfall과 Impostor 설정하기', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: '한 화면으로 단어와 장소를 배분하면 모두가 플레이어로 참여할 수 있습니다.' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: '팀 균형 맞추기', description: '선한 역할과 악한 역할의 비율을 맞추면 추리 게임의 긴장감이 오래 유지됩니다.', icon: 'mdi:account-group', highlight: true, points: ['항상 같은 방향으로 기기를 넘기고 주변 사람이 화면을 보지 못하게 하세요.'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: '개인정보 보호 팁', definition: '항상 같은 방향으로 기기를 넘기고 주변 사람이 화면을 보지 못하게 하세요.' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: 'Hoe werkt de Geheime Rollenverdeler?',
|
|
128
128
|
answer: 'Het tool maakt het mogelijk om geheime rollen voor social deduction spellen lokaal op één apparaat te verdelen. U voert de spelersnamen in, kiest een preset of past de rollen aan, en geeft het apparaat vervolgens door. Elke speler houdt de reveal-knop ingedrukt om zijn rol privé te bekijken.',
|
|
129
129
|
},
|
|
130
|
+
{ question: 'Hoe houd ik de teams in balans?', answer: 'Kies een rollenpakket dat bij het aantal spelers past en controleer de verhouding voordat je deelt.' },
|
|
131
|
+
{ question: 'Kan ik eigen rollen maken?', answer: 'Ja, met de aangepaste configuratie bepaal je zelf namen, teams en beschrijvingen.' },
|
|
132
|
+
{ question: 'Worden rollen naar een server gestuurd?', answer: 'Nee, de verdeling en weergave gebeuren lokaal op het apparaat.' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: 'Teambalance in Social Deduction Spellen', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: 'Het correct uitbalanceren van de verhouding tussen goede en slechte rollen is essentieel voor een eerlijke en spannende spelervaring.' },
|
|
158
|
+
{ type: 'table', headers: ['Teams eerlijk verdelen', 'Spyfall en Impostor zonder spelleider instellen', 'Het apparaat discreet doorgeven'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: 'Teams eerlijk verdelen', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'Een goede verhouding tussen goede en slechte rollen houdt sociale deductiespellen spannend.' },
|
|
161
|
+
{ type: 'title', text: 'Spyfall en Impostor zonder spelleider instellen', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: 'Met één scherm kun je woorden en locaties verdelen zonder dat iemand de ronde hoeft te leiden.' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: 'Teams eerlijk verdelen', description: 'Een goede verhouding tussen goede en slechte rollen houdt sociale deductiespellen spannend.', icon: 'mdi:account-group', highlight: true, points: ['Geef het apparaat steeds dezelfde kant op en scherm het tegen nieuwsgierige blikken af.'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: 'Privacytip', definition: 'Geef het apparaat steeds dezelfde kant op en scherm het tegen nieuwsgierige blikken af.' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: 'Jak działa Rozdający Ukryte Role?',
|
|
128
128
|
answer: 'Narzędzie pozwala rozdać tajne role w grach dedukcyjnych lokalnie na jednym urządzeniu. Wpisujesz nazwy graczy, wybierasz szablon lub własną pulę ról i przekazujesz telefon kolejnym osobom. Każdy gracz trzyma przycisk ujawniania, by zobaczyć swoją rolę.',
|
|
129
129
|
},
|
|
130
|
+
{ question: 'Jak zachować równowagę drużyn?', answer: 'Wybierz zestaw ról odpowiedni dla liczby graczy i sprawdź proporcje przed rozdaniem.' },
|
|
131
|
+
{ question: 'Czy mogę tworzyć własne role?', answer: 'Tak, konfiguracja niestandardowa pozwala określić nazwy, drużyny i opisy.' },
|
|
132
|
+
{ question: 'Czy role trafiają na serwer?', answer: 'Nie, rozdawanie i wyświetlanie ról odbywa się lokalnie na urządzeniu.' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: 'Balansowanie Drużyn w Grach Towarzyskich', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: 'Prawidłowe zbalansowanie proporcji między graczami dobra i zła jest kluczem do udanej rozgrywki.' },
|
|
158
|
+
{ type: 'table', headers: ['Równoważenie drużyn', 'Konfiguracja Spyfall i Impostora bez prowadzącego', 'Bezpieczne przekazywanie urządzenia'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: 'Równoważenie drużyn', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'Dobra proporcja ról dobrych i złych utrzymuje napięcie w grach dedukcji społecznej.' },
|
|
161
|
+
{ type: 'title', text: 'Konfiguracja Spyfall i Impostora bez prowadzącego', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: 'Jeden ekran może rozdawać słowa i lokacje, a każdy nadal pozostaje graczem.' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: 'Równoważenie drużyn', description: 'Dobra proporcja ról dobrych i złych utrzymuje napięcie w grach dedukcji społecznej.', icon: 'mdi:account-group', highlight: true, points: ['Podawaj urządzenie w jednym kierunku i zasłoń ekran przed spojrzeniami innych osób.'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: 'Wskazówka prywatności', definition: 'Podawaj urządzenie w jednym kierunku i zasłoń ekran przed spojrzeniami innych osób.' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: 'Como funciona o Distribuidor de Papéis Secretos?',
|
|
128
128
|
answer: 'O Distribuidor permite atribuir papéis para jogos de dedução social localmente em um único dispositivo. Introduz os nomes, escolhe um modelo ou personaliza papéis, e depois passa o dispositivo a cada jogador. O botão de revelação requer ser pressionado para mostrar o papel de forma privada.',
|
|
129
129
|
},
|
|
130
|
+
{ question: 'Como manter as equipes equilibradas?', answer: 'Escolha um conjunto de papéis adequado ao número de jogadores e confira a proporção antes de distribuir.' },
|
|
131
|
+
{ question: 'Posso criar papéis personalizados?', answer: 'Sim, a configuração personalizada permite definir nomes, equipes e descrições.' },
|
|
132
|
+
{ question: 'Os papéis são enviados para um servidor?', answer: 'Não, a distribuição e a exibição acontecem localmente no dispositivo.' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: 'Equilíbrio de Equipas em Jogos de Dedução Social', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: 'Ajustar a proporção de papéis de bem e mal é fundamental para uma partida competitiva.' },
|
|
158
|
+
{ type: 'table', headers: ['Equilibrar as equipes', 'Configurar Spyfall e Impostor sem anfitrião', 'Passar o dispositivo com discrição'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: 'Equilibrar as equipes', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'Uma proporção equilibrada entre papéis bons e maus mantém a tensão dos jogos de dedução social.' },
|
|
161
|
+
{ type: 'title', text: 'Configurar Spyfall e Impostor sem anfitrião', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: 'Uma única tela distribui palavras e locais sem obrigar ninguém a ficar de fora da partida.' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: 'Equilibrar as equipes', description: 'Uma proporção equilibrada entre papéis bons e maus mantém a tensão dos jogos de dedução social.', icon: 'mdi:account-group', highlight: true, points: ['Passe o dispositivo sempre na mesma direção e proteja a tela dos olhares ao redor.'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: 'Dica de privacidade', definition: 'Passe o dispositivo sempre na mesma direção e proteja a tela dos olhares ao redor.' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: 'Как работает Раздача тайных ролей?',
|
|
128
128
|
answer: 'Этот инструмент позволяет локально на одном устройстве раздать секретные роли для салонных детективных игр. Вы вводите имена, выбираете шаблон и по очереди передаете устройство. Каждый игрок зажимает кнопку просмотра, чтобы тайно прочитать свою роль.',
|
|
129
129
|
},
|
|
130
|
+
{ question: 'Как сохранить баланс команд?', answer: 'Выберите набор ролей по числу игроков и проверьте соотношение команд перед раздачей.' },
|
|
131
|
+
{ question: 'Можно ли создать свои роли?', answer: 'Да, в пользовательской настройке можно задать названия, команды и описания.' },
|
|
132
|
+
{ question: 'Роли отправляются на сервер?', answer: 'Нет, раздача и показ ролей происходят локально на устройстве.' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: 'Баланс фракций в разговорных детективных играх', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: 'Корректный баланс сил добра и зла крайне важен для обеспечения интересного и соревновательного процесса.' },
|
|
158
|
+
{ type: 'table', headers: ['Сбалансировать команды', 'Настроить Spyfall и Impostor без ведущего', 'Безопасно передавать устройство'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: 'Сбалансировать команды', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'Равное соотношение добрых и злых ролей сохраняет напряжение в играх на социальную дедукцию.' },
|
|
161
|
+
{ type: 'title', text: 'Настроить Spyfall и Impostor без ведущего', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: 'Один экран может раздать слова и локации, оставив всех участников игроками.' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: 'Сбалансировать команды', description: 'Равное соотношение добрых и злых ролей сохраняет напряжение в играх на социальную дедукцию.', icon: 'mdi:account-group', highlight: true, points: ['Передавайте устройство в одном направлении и закрывайте экран от любопытных взглядов.'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: 'Совет по конфиденциальности', definition: 'Передавайте устройство в одном направлении и закрывайте экран от любопытных взглядов.' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: 'Hur fungerar den Hemliga Rollfördelaren?',
|
|
128
128
|
answer: 'Verktyget gör det möjligt att fördela hemliga roller för social deduction-spel lokalt på en enhet. Du skriver in spelarnas namn, väljer en mall eller anpassar rollerna, och skickar sedan enheten vidare. Varje spelare håller in visningsknappen för att se sin roll privat.',
|
|
129
129
|
},
|
|
130
|
+
{ question: 'Hur håller jag lagen balanserade?', answer: 'Välj en rolluppsättning som passar antalet spelare och kontrollera fördelningen före utdelningen.' },
|
|
131
|
+
{ question: 'Kan jag skapa egna roller?', answer: 'Ja, med den anpassade konfigurationen bestämmer du namn, lag och beskrivningar.' },
|
|
132
|
+
{ question: 'Skickas rollerna till en server?', answer: 'Nej, utdelningen och visningen sker lokalt på enheten.' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: 'Teambalans i Social Deduction-spel', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: 'Att justera förhållandet mellan goda och onda roller är grundläggande för en rättvis och spännande spelupplevelse.' },
|
|
158
|
+
{ type: 'table', headers: ['Balansera lagen', 'Ställ in Spyfall och Impostor utan spelledare', 'Skicka enheten diskret'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: 'Balansera lagen', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'En jämn fördelning mellan goda och onda roller håller sociala deduktionsspel spännande.' },
|
|
161
|
+
{ type: 'title', text: 'Ställ in Spyfall och Impostor utan spelledare', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: 'En gemensam skärm kan dela ut ord och platser utan att någon behöver stå utanför spelet.' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: 'Balansera lagen', description: 'En jämn fördelning mellan goda och onda roller håller sociala deduktionsspel spännande.', icon: 'mdi:account-group', highlight: true, points: ['Skicka enheten åt samma håll och vinkla skärmen så att andra inte kan tjuvkika.'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: 'Sekretessråd', definition: 'Skicka enheten åt samma håll och vinkla skärmen så att andra inte kan tjuvkika.' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: 'Gizli Rol Dağıtıcı nasıl çalışır?',
|
|
128
128
|
answer: 'Bu araç, sosyal çıkarım oyunları için gizli rolleri tek bir cihazda yerel olarak dağıtmanızı sağlar. Oyuncu adlarını girer, şablonu seçer ve cihazı sırayla oyunculara iletirsiniz. Her oyuncu kendi rolünü gizlice görmek için göster butonunu basılı tutar.',
|
|
129
129
|
},
|
|
130
|
+
{ question: 'Takımlar nasıl dengelenir?', answer: 'Oyuncu sayısına uygun bir rol havuzu seçin ve dağıtımdan önce takım oranını kontrol edin.' },
|
|
131
|
+
{ question: 'Özel roller oluşturabilir miyim?', answer: 'Evet, özel ayarlar rol adlarını, takımları ve açıklamaları belirlemenizi sağlar.' },
|
|
132
|
+
{ question: 'Roller bir sunucuya gönderilir mi?', answer: 'Hayır, dağıtım ve görüntüleme cihazda yerel olarak yapılır.' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: 'Sosyal Çıkarım Oyunlarında Takım Dengesi', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: 'İyi ve kötü rollerin oranını doğru şekilde dengelemek adil ve heyecan verici bir oyun deneyimi için temeldir.' },
|
|
158
|
+
{ type: 'table', headers: ['Takımları dengelemek', 'Spyfall ve Impostor oyunlarını sunucusuz kurmak', 'Cihazı güvenle aktarmak'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: 'Takımları dengelemek', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: 'İyi ve kötü roller arasındaki dengeli oran sosyal çıkarım oyunlarını heyecanlı tutar.' },
|
|
161
|
+
{ type: 'title', text: 'Spyfall ve Impostor oyunlarını sunucusuz kurmak', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: 'Tek bir ekran, herkesin oyuncu kalmasını sağlayarak kelimeleri ve konumları dağıtabilir.' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: 'Takımları dengelemek', description: 'İyi ve kötü roller arasındaki dengeli oran sosyal çıkarım oyunlarını heyecanlı tutar.', icon: 'mdi:account-group', highlight: true, points: ['Cihazı aynı yönde dolaştırın ve ekranı yanınızdaki oyuncuların göremeyeceği şekilde tutun.'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: 'Gizlilik ipucu', definition: 'Cihazı aynı yönde dolaştırın ve ekranı yanınızdaki oyuncuların göremeyeceği şekilde tutun.' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -127,6 +127,9 @@ const faq = [
|
|
|
127
127
|
question: '秘密身份分发器是如何工作的?',
|
|
128
128
|
answer: '秘密身份分发器允许您在一台设备上本地为社交推理解密游戏分配身份。输入玩家名字,选择模板或自定义身份,然后依次传递设备。玩家需要按住确认按钮来查看自己的身份。',
|
|
129
129
|
},
|
|
130
|
+
{ question: '如何保持队伍平衡?', answer: '根据玩家人数选择合适的角色池,并在发牌前检查双方队伍比例。' },
|
|
131
|
+
{ question: '可以创建自定义角色吗?', answer: '可以,自定义设置支持填写角色名称、队伍和说明。' },
|
|
132
|
+
{ question: '角色会上传到服务器吗?', answer: '不会,角色分配和显示都在设备本地完成。' },
|
|
130
133
|
];
|
|
131
134
|
|
|
132
135
|
const howTo = [
|
|
@@ -152,6 +155,13 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
152
155
|
seo: [
|
|
153
156
|
{ type: 'title', text: '桌游身份分发中的阵营平衡策略', level: 2 },
|
|
154
157
|
{ type: 'paragraph', html: '在狼人杀或阿瓦隆中,根据玩家人数合理配置好人与坏人的比例非常关键。本工具提供标准的配比参考以确保游戏平衡。' },
|
|
158
|
+
{ type: 'table', headers: ['平衡队伍配置', '无主持人设置 Spyfall 和 Impostor', '安全传递设备'], rows: [['3', '2', '1'], ['6', '4', '2'], ['9', '6', '3']] },
|
|
159
|
+
{ type: 'title', text: '平衡队伍配置', level: 2 },
|
|
160
|
+
{ type: 'paragraph', html: '合理分配好人和坏人角色,能让社交推理游戏保持紧张感。' },
|
|
161
|
+
{ type: 'title', text: '无主持人设置 Spyfall 和 Impostor', level: 2 },
|
|
162
|
+
{ type: 'paragraph', html: '使用同一块屏幕即可分配词语和地点,让所有人都能参与游戏。' },
|
|
163
|
+
{ type: 'comparative', items: [{ title: '平衡队伍配置', description: '合理分配好人和坏人角色,能让社交推理游戏保持紧张感。', icon: 'mdi:account-group', highlight: true, points: ['沿固定方向传递设备,并调整屏幕角度,避免其他玩家看到角色。'] }], columns: 1 },
|
|
164
|
+
{ type: 'glossary', items: [{ term: '隐私提示', definition: '沿固定方向传递设备,并调整屏幕角度,避免其他玩家看到角色。' }] },
|
|
155
165
|
],
|
|
156
166
|
faq,
|
|
157
167
|
bibliography,
|
|
@@ -188,4 +198,4 @@ export const content: ToolLocaleContent<HiddenRoleDealerUI> = {
|
|
|
188
198
|
})),
|
|
189
199
|
},
|
|
190
200
|
],
|
|
191
|
-
};
|
|
201
|
+
};
|
|
@@ -60,6 +60,8 @@ const faq = [
|
|
|
60
60
|
question: 'Wie wird die Streudistanz visuell dargestellt?',
|
|
61
61
|
answer: 'Die Distanz in Zoll erscheint als schwebende Markierung am Einschlagpunkt entlang der Abweichungsrichtung. Der rote Kompasspfeil fixiert sich auf den endgültigen Winkel für eine schnelle Schablonenausrichtung.',
|
|
62
62
|
},
|
|
63
|
+
{ question: 'Wie wird die Streurichtung bestimmt?', answer: 'Das Tool kombiniert das gewählte Sektorsystem mit dem Würfelwurf und der eingestellten Abweichungsdistanz.' },
|
|
64
|
+
{ question: 'Kann ich Winddrift verwenden?', answer: 'Ja, im Winddrift-Modus folgt die Richtung dem gedrehten Kompass, während die Entfernung zufällig bleibt.' },
|
|
63
65
|
];
|
|
64
66
|
|
|
65
67
|
const howTo = [
|
|
@@ -104,6 +106,13 @@ export const content: ScatterSelectorLocaleContent = {
|
|
|
104
106
|
{ type: 'diagnostic', variant: 'success', title: 'Direkttreffer', html: 'Wenn der Wurf die Trefferwahrscheinlichkeit übertrifft, erstrahlt die Kompassmitte in pulsierenden grünen Ringen und einer "DIRECT HIT"-Textanimation. Das Projektil kehrt zur Mitte zurück und bestätigt einen perfekten Treffer ohne Abweichung.' },
|
|
105
107
|
{ type: 'diagnostic', variant: 'error', title: 'Streuung', html: 'Bei einem Streuergebnis folgt das Projektil einer gestrichelten Bahn zum Einschlagspunkt. Eine Partikelexplosion, eine leuchtende Markierung und die Distanz in Zoll (z. B. <strong>5"</strong>) erscheinen am Landeort.' },
|
|
106
108
|
{ type: 'tip', title: 'Profi Tipp: Winddrift Modus nutzen', html: 'Aktiviere Winddrift, um die Streurichtung auf den manuell eingestellten Kompasswinkel zu fixieren. Simuliert vorherrschenden Wind oder einen festen Verschiebungsvektor - ideal für ungelenkte Raketen, Gaswolken oder fehlgeschlagene Teleportationen.' },
|
|
109
|
+
{ type: 'title', text: 'Streuung in Tabletop Spielen auflösen', level: 2 },
|
|
110
|
+
{ type: 'paragraph', html: 'Viele Wargames verwenden Abweichungen, um Artillerie, Winddrift oder fehlgeschlagene Teleportationen unvorhersehbar zu machen.' },
|
|
111
|
+
{ type: 'table', headers: ['Streuung in Tabletop Spielen auflösen', 'Taktischer Umgang mit Wind und Abweichung', 'Resultado'], rows: [['1', 'D6', 'Desviación'], ['2', '2D6', 'Distancia']] },
|
|
112
|
+
{ type: 'title', text: 'Taktischer Umgang mit Wind und Abweichung', level: 2 },
|
|
113
|
+
{ type: 'paragraph', html: 'Eine Trefferwahrscheinlichkeit hilft, die Zuverlässigkeit einer Einheit einzuschätzen und die Messung am Spieltisch zu beschleunigen.' },
|
|
114
|
+
{ type: 'comparative', items: [{ title: 'Streuung in Tabletop Spielen auflösen', description: 'Viele Wargames verwenden Abweichungen, um Artillerie, Winddrift oder fehlgeschlagene Teleportationen unvorhersehbar zu machen.', icon: 'mdi:compass-outline', highlight: true, points: ['Taktischer Umgang mit Wind und Abweichung'] }], columns: 1 },
|
|
115
|
+
{ type: 'glossary', items: [{ term: 'Taktischer Umgang mit Wind und Abweichung', definition: 'Eine Trefferwahrscheinlichkeit hilft, die Zuverlässigkeit einer Einheit einzuschätzen und die Messung am Spieltisch zu beschleunigen.' }] },
|
|
107
116
|
],
|
|
108
117
|
faq,
|
|
109
118
|
bibliography,
|