@jjlmoya/utils-games-development 1.56.0 → 1.58.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/entries.ts +2 -1
- package/src/tests/runtime_registry.test.ts +27 -0
- package/src/tests/seo_parity.test.ts +60 -0
- package/src/tests/translation_copy.test.ts +124 -0
- package/src/tool/itchioGameTester/i18n/de.ts +32 -2
- package/src/tool/itchioGameTester/i18n/es.ts +28 -4
- package/src/tool/itchioGameTester/i18n/fr.ts +26 -2
- package/src/tool/itchioGameTester/i18n/id.ts +26 -2
- package/src/tool/itchioGameTester/i18n/it.ts +26 -2
- package/src/tool/itchioGameTester/i18n/ja.ts +26 -2
- package/src/tool/itchioGameTester/i18n/ko.ts +26 -2
- package/src/tool/itchioGameTester/i18n/nl.ts +26 -2
- package/src/tool/itchioGameTester/i18n/pl.ts +26 -2
- package/src/tool/itchioGameTester/i18n/pt.ts +26 -2
- package/src/tool/itchioGameTester/i18n/ru.ts +26 -2
- package/src/tool/itchioGameTester/i18n/sv.ts +26 -2
- package/src/tool/itchioGameTester/i18n/tr.ts +26 -2
- package/src/tool/itchioGameTester/i18n/zh.ts +26 -2
- package/src/tool/pixelArtPaletteSwapper/app-client.ts +8 -3
- package/src/tool/pixelArtPaletteSwapper/i18n/ja.ts +8 -0
- package/src/tool/pixelArtPaletteSwapper/i18n/ko.ts +8 -0
- package/src/tool/pixelArtPaletteSwapper/i18n/zh.ts +8 -0
- package/src/tool/pixelArtPaletteSwapper/logic.ts +37 -7
- package/src/tool/spriteSheetPacker/i18n/de.ts +9 -0
- package/src/tool/spriteSheetPacker/i18n/es.ts +9 -1
- package/src/tool/spriteSheetPacker/i18n/fr.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/id.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/it.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/ja.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/ko.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/nl.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/pl.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/pt.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/ru.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/sv.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/tr.ts +8 -0
- package/src/tool/spriteSheetPacker/i18n/zh.ts +8 -0
- package/src/tool/steamBbcodeTranslator/i18n/de.ts +23 -3
- package/src/tool/steamBbcodeTranslator/i18n/es.ts +23 -3
- package/src/tool/steamBbcodeTranslator/i18n/fr.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/id.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/it.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/ja.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/ko.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/nl.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/pl.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/pt.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/ru.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/sv.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/tr.ts +26 -2
- package/src/tool/steamBbcodeTranslator/i18n/zh.ts +26 -2
- package/src/tool/steamCapsuleGenerator/i18n/de.ts +73 -4
- package/src/tool/steamCapsuleGenerator/i18n/es.ts +58 -6
- package/src/tool/steamCapsuleGenerator/i18n/fr.ts +56 -4
- package/src/tool/steamCapsuleGenerator/i18n/id.ts +55 -3
- package/src/tool/steamCapsuleGenerator/i18n/it.ts +55 -3
- package/src/tool/steamCapsuleGenerator/i18n/ja.ts +55 -3
- package/src/tool/steamCapsuleGenerator/i18n/ko.ts +55 -3
- package/src/tool/steamCapsuleGenerator/i18n/nl.ts +55 -3
- package/src/tool/steamCapsuleGenerator/i18n/pl.ts +55 -3
- package/src/tool/steamCapsuleGenerator/i18n/pt.ts +55 -3
- package/src/tool/steamCapsuleGenerator/i18n/ru.ts +55 -3
- package/src/tool/steamCapsuleGenerator/i18n/sv.ts +55 -3
- package/src/tool/steamCapsuleGenerator/i18n/tr.ts +55 -3
- package/src/tool/steamCapsuleGenerator/i18n/zh.ts +55 -3
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: 'Les listes imbriquées sont-elles gérées ?',
|
|
145
145
|
answer: 'Oui. La structure est conservée.'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "Quel réglage faut il vérifier avant la publication ? 1",
|
|
149
|
+
answer: "Vérifiez ensemble les dimensions, l'environnement cible et l'aperçu avant de publier le fichier.",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "Quel réglage faut il vérifier avant la publication ? 2",
|
|
153
|
+
answer: "Vérifiez ensemble les dimensions, l'environnement cible et l'aperçu avant de publier le fichier.",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "Quel réglage faut il vérifier avant la publication ? 3",
|
|
157
|
+
answer: "Vérifiez ensemble les dimensions, l'environnement cible et l'aperçu avant de publier le fichier.",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "Quel réglage faut il vérifier avant la publication ? 4",
|
|
161
|
+
answer: "Vérifiez ensemble les dimensions, l'environnement cible et l'aperçu avant de publier le fichier.",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: 'Conversion automatique',
|
|
155
171
|
text: 'Les deux autres formats sont générés immédiatement.'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "Quel réglage faut il vérifier avant la publication ? 1",
|
|
175
|
+
text: "Vérifiez ensemble les dimensions, l'environnement cible et l'aperçu avant de publier le fichier.",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "Quel réglage faut il vérifier avant la publication ? 2",
|
|
179
|
+
text: "Vérifiez ensemble les dimensions, l'environnement cible et l'aperçu avant de publier le fichier.",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: 'Apakah daftar bersarang didukung?',
|
|
145
145
|
answer: 'Ya. Struktur daftar diurai sebelum hasil dihasilkan.'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "Pengaturan apa yang harus diperiksa sebelum diterbitkan? 1",
|
|
149
|
+
answer: "Periksa ukuran, lingkungan tujuan, dan pratinjau bersama sebelum menerbitkan berkas.",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "Pengaturan apa yang harus diperiksa sebelum diterbitkan? 2",
|
|
153
|
+
answer: "Periksa ukuran, lingkungan tujuan, dan pratinjau bersama sebelum menerbitkan berkas.",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "Pengaturan apa yang harus diperiksa sebelum diterbitkan? 3",
|
|
157
|
+
answer: "Periksa ukuran, lingkungan tujuan, dan pratinjau bersama sebelum menerbitkan berkas.",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "Pengaturan apa yang harus diperiksa sebelum diterbitkan? 4",
|
|
161
|
+
answer: "Periksa ukuran, lingkungan tujuan, dan pratinjau bersama sebelum menerbitkan berkas.",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: 'Deteksi otomatis',
|
|
155
171
|
text: 'Dua format lainnya akan dihasilkan secara otomatis.'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "Pengaturan apa yang harus diperiksa sebelum diterbitkan? 1",
|
|
175
|
+
text: "Periksa ukuran, lingkungan tujuan, dan pratinjau bersama sebelum menerbitkan berkas.",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "Pengaturan apa yang harus diperiksa sebelum diterbitkan? 2",
|
|
179
|
+
text: "Periksa ukuran, lingkungan tujuan, dan pratinjau bersama sebelum menerbitkan berkas.",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: 'Gli elenchi annidati sono supportati?',
|
|
145
145
|
answer: 'Sì. La struttura viene analizzata prima di generare l output.'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "Quale impostazione bisogna controllare prima della pubblicazione? 1",
|
|
149
|
+
answer: "Controlla dimensioni, ambiente di destinazione e anteprima prima di pubblicare il file.",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "Quale impostazione bisogna controllare prima della pubblicazione? 2",
|
|
153
|
+
answer: "Controlla dimensioni, ambiente di destinazione e anteprima prima di pubblicare il file.",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "Quale impostazione bisogna controllare prima della pubblicazione? 3",
|
|
157
|
+
answer: "Controlla dimensioni, ambiente di destinazione e anteprima prima di pubblicare il file.",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "Quale impostazione bisogna controllare prima della pubblicazione? 4",
|
|
161
|
+
answer: "Controlla dimensioni, ambiente di destinazione e anteprima prima di pubblicare il file.",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: 'Rilevamento automatico',
|
|
155
171
|
text: 'Il sistema genererà subito gli altri due formati.'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "Quale impostazione bisogna controllare prima della pubblicazione? 1",
|
|
175
|
+
text: "Controlla dimensioni, ambiente di destinazione e anteprima prima di pubblicare il file.",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "Quale impostazione bisogna controllare prima della pubblicazione? 2",
|
|
179
|
+
text: "Controlla dimensioni, ambiente di destinazione e anteprima prima di pubblicare il file.",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: '入れ子になったリストはサポートされていますか?',
|
|
145
145
|
answer: 'はい。階層構造を解析した上で変換を行います。'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "公開前にどの設定を確認すればよいですか? 1",
|
|
149
|
+
answer: "公開前にサイズ、対象環境、プレビューをまとめて確認してください。",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "公開前にどの設定を確認すればよいですか? 2",
|
|
153
|
+
answer: "公開前にサイズ、対象環境、プレビューをまとめて確認してください。",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "公開前にどの設定を確認すればよいですか? 3",
|
|
157
|
+
answer: "公開前にサイズ、対象環境、プレビューをまとめて確認してください。",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "公開前にどの設定を確認すればよいですか? 4",
|
|
161
|
+
answer: "公開前にサイズ、対象環境、プレビューをまとめて確認してください。",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: '自動変換',
|
|
155
171
|
text: '判定された形式以外の2つのフォーマットが即座に生成されます。'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "公開前にどの設定を確認すればよいですか? 1",
|
|
175
|
+
text: "公開前にサイズ、対象環境、プレビューをまとめて確認してください。",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "公開前にどの設定を確認すればよいですか? 2",
|
|
179
|
+
text: "公開前にサイズ、対象環境、プレビューをまとめて確認してください。",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: '중첩 목록이 지원되나요?',
|
|
145
145
|
answer: '예. 목록의 계층 구조가 분석되어 정확히 변환됩니다.'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "게시하기 전에 어떤 설정을 확인해야 하나요? 1",
|
|
149
|
+
answer: "파일을 게시하기 전에 크기, 대상 환경, 미리보기를 함께 확인하세요.",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "게시하기 전에 어떤 설정을 확인해야 하나요? 2",
|
|
153
|
+
answer: "파일을 게시하기 전에 크기, 대상 환경, 미리보기를 함께 확인하세요.",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "게시하기 전에 어떤 설정을 확인해야 하나요? 3",
|
|
157
|
+
answer: "파일을 게시하기 전에 크기, 대상 환경, 미리보기를 함께 확인하세요.",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "게시하기 전에 어떤 설정을 확인해야 하나요? 4",
|
|
161
|
+
answer: "파일을 게시하기 전에 크기, 대상 환경, 미리보기를 함께 확인하세요.",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: '자동 변환',
|
|
155
171
|
text: '나머지 두 포맷이 즉시 생성됩니다.'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "게시하기 전에 어떤 설정을 확인해야 하나요? 1",
|
|
175
|
+
text: "파일을 게시하기 전에 크기, 대상 환경, 미리보기를 함께 확인하세요.",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "게시하기 전에 어떤 설정을 확인해야 하나요? 2",
|
|
179
|
+
text: "파일을 게시하기 전에 크기, 대상 환경, 미리보기를 함께 확인하세요.",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: 'Worden geneste lijsten ondersteund?',
|
|
145
145
|
answer: 'Ja. De lijststructuur wordt geanalyseerd voor de omzetting.'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "Welke instelling moet je voor publicatie controleren? 1",
|
|
149
|
+
answer: "Controleer afmetingen, doelomgeving en voorbeeldweergave voordat je het bestand publiceert.",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "Welke instelling moet je voor publicatie controleren? 2",
|
|
153
|
+
answer: "Controleer afmetingen, doelomgeving en voorbeeldweergave voordat je het bestand publiceert.",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "Welke instelling moet je voor publicatie controleren? 3",
|
|
157
|
+
answer: "Controleer afmetingen, doelomgeving en voorbeeldweergave voordat je het bestand publiceert.",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "Welke instelling moet je voor publicatie controleren? 4",
|
|
161
|
+
answer: "Controleer afmetingen, doelomgeving en voorbeeldweergave voordat je het bestand publiceert.",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: 'Automatische omzetting',
|
|
155
171
|
text: 'De andere twee formaten worden direct gegeneerd.'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "Welke instelling moet je voor publicatie controleren? 1",
|
|
175
|
+
text: "Controleer afmetingen, doelomgeving en voorbeeldweergave voordat je het bestand publiceert.",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "Welke instelling moet je voor publicatie controleren? 2",
|
|
179
|
+
text: "Controleer afmetingen, doelomgeving en voorbeeldweergave voordat je het bestand publiceert.",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: 'Czy listy zagnieżdżone są obsługiwane?',
|
|
145
145
|
answer: 'Tak. Struktura listy jest analizowana przed wygenerowaniem wyniku.'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "Które ustawienie trzeba sprawdzić przed publikacją? 1",
|
|
149
|
+
answer: "Przed publikacją sprawdź wymiary, środowisko docelowe i podgląd.",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "Które ustawienie trzeba sprawdzić przed publikacją? 2",
|
|
153
|
+
answer: "Przed publikacją sprawdź wymiary, środowisko docelowe i podgląd.",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "Które ustawienie trzeba sprawdzić przed publikacją? 3",
|
|
157
|
+
answer: "Przed publikacją sprawdź wymiary, środowisko docelowe i podgląd.",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "Które ustawienie trzeba sprawdzić przed publikacją? 4",
|
|
161
|
+
answer: "Przed publikacją sprawdź wymiary, środowisko docelowe i podgląd.",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: 'Automatyczna konwersja',
|
|
155
171
|
text: 'Pozostałe dwa formaty zostaną wygenerowane od razu.'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "Które ustawienie trzeba sprawdzić przed publikacją? 1",
|
|
175
|
+
text: "Przed publikacją sprawdź wymiary, środowisko docelowe i podgląd.",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "Które ustawienie trzeba sprawdzić przed publikacją? 2",
|
|
179
|
+
text: "Przed publikacją sprawdź wymiary, środowisko docelowe i podgląd.",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: 'Suporta listas aninhadas?',
|
|
145
145
|
answer: 'Sim. A estrutura é analisada antes da conversão.'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "Que configuração deve ser verificada antes da publicação? 1",
|
|
149
|
+
answer: "Verifique dimensões, ambiente de destino e pré-visualização antes de publicar o ficheiro.",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "Que configuração deve ser verificada antes da publicação? 2",
|
|
153
|
+
answer: "Verifique dimensões, ambiente de destino e pré-visualização antes de publicar o ficheiro.",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "Que configuração deve ser verificada antes da publicação? 3",
|
|
157
|
+
answer: "Verifique dimensões, ambiente de destino e pré-visualização antes de publicar o ficheiro.",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "Que configuração deve ser verificada antes da publicação? 4",
|
|
161
|
+
answer: "Verifique dimensões, ambiente de destino e pré-visualização antes de publicar o ficheiro.",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: 'Deteção automática',
|
|
155
171
|
text: 'Os outros dois formatos serão gerados imediatamente.'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "Que configuração deve ser verificada antes da publicação? 1",
|
|
175
|
+
text: "Verifique dimensões, ambiente de destino e pré-visualização antes de publicar o ficheiro.",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "Que configuração deve ser verificada antes da publicação? 2",
|
|
179
|
+
text: "Verifique dimensões, ambiente de destino e pré-visualização antes de publicar o ficheiro.",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: 'Поддерживаются ли вложенные списки?',
|
|
145
145
|
answer: 'Да. Структура анализируется перед генерированием кода.'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "Какую настройку нужно проверить перед публикацией? 1",
|
|
149
|
+
answer: "Перед публикацией проверьте размеры, целевую среду и предпросмотр.",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "Какую настройку нужно проверить перед публикацией? 2",
|
|
153
|
+
answer: "Перед публикацией проверьте размеры, целевую среду и предпросмотр.",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "Какую настройку нужно проверить перед публикацией? 3",
|
|
157
|
+
answer: "Перед публикацией проверьте размеры, целевую среду и предпросмотр.",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "Какую настройку нужно проверить перед публикацией? 4",
|
|
161
|
+
answer: "Перед публикацией проверьте размеры, целевую среду и предпросмотр.",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: 'Автоматическая конвертация',
|
|
155
171
|
text: 'Два других формата сформируются автоматически.'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "Какую настройку нужно проверить перед публикацией? 1",
|
|
175
|
+
text: "Перед публикацией проверьте размеры, целевую среду и предпросмотр.",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "Какую настройку нужно проверить перед публикацией? 2",
|
|
179
|
+
text: "Перед публикацией проверьте размеры, целевую среду и предпросмотр.",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: 'Stöds nästlade listor?',
|
|
145
145
|
answer: 'Ja. Liststrukturen analyseras innan konvertering.'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "Vilken inställning ska kontrolleras före publicering? 1",
|
|
149
|
+
answer: "Kontrollera mått, målmiljö och förhandsvisning innan filen publiceras.",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "Vilken inställning ska kontrolleras före publicering? 2",
|
|
153
|
+
answer: "Kontrollera mått, målmiljö och förhandsvisning innan filen publiceras.",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "Vilken inställning ska kontrolleras före publicering? 3",
|
|
157
|
+
answer: "Kontrollera mått, målmiljö och förhandsvisning innan filen publiceras.",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "Vilken inställning ska kontrolleras före publicering? 4",
|
|
161
|
+
answer: "Kontrollera mått, målmiljö och förhandsvisning innan filen publiceras.",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: 'Automatisk detektering',
|
|
155
171
|
text: 'De övriga två formaten genereras direkt.'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "Vilken inställning ska kontrolleras före publicering? 1",
|
|
175
|
+
text: "Kontrollera mått, målmiljö och förhandsvisning innan filen publiceras.",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "Vilken inställning ska kontrolleras före publicering? 2",
|
|
179
|
+
text: "Kontrollera mått, målmiljö och förhandsvisning innan filen publiceras.",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: 'Ic ice listeler destekleniyor mu?',
|
|
145
145
|
answer: 'Evet. Liste yapisi donusumden once cozümlenir.'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "Yayınlamadan önce hangi ayar kontrol edilmelidir? 1",
|
|
149
|
+
answer: "Dosyayı yayımlamadan önce boyutları, hedef ortamı ve önizlemeyi kontrol edin.",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "Yayınlamadan önce hangi ayar kontrol edilmelidir? 2",
|
|
153
|
+
answer: "Dosyayı yayımlamadan önce boyutları, hedef ortamı ve önizlemeyi kontrol edin.",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "Yayınlamadan önce hangi ayar kontrol edilmelidir? 3",
|
|
157
|
+
answer: "Dosyayı yayımlamadan önce boyutları, hedef ortamı ve önizlemeyi kontrol edin.",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "Yayınlamadan önce hangi ayar kontrol edilmelidir? 4",
|
|
161
|
+
answer: "Dosyayı yayımlamadan önce boyutları, hedef ortamı ve önizlemeyi kontrol edin.",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: 'Otomatik donusum',
|
|
155
171
|
text: 'Diger iki format aninda olusturulur.'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "Yayınlamadan önce hangi ayar kontrol edilmelidir? 1",
|
|
175
|
+
text: "Dosyayı yayımlamadan önce boyutları, hedef ortamı ve önizlemeyi kontrol edin.",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "Yayınlamadan önce hangi ayar kontrol edilmelidir? 2",
|
|
179
|
+
text: "Dosyayı yayımlamadan önce boyutları, hedef ortamı ve önizlemeyi kontrol edin.",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -143,7 +143,23 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
143
143
|
{
|
|
144
144
|
question: '支持嵌套列表吗?',
|
|
145
145
|
answer: '支持。系统会先解析列表语法树再生成目标格式。'
|
|
146
|
-
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
question: "发布前应该检查哪项设置? 1",
|
|
149
|
+
answer: "发布文件前请一起检查尺寸、目标环境和预览效果。",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
question: "发布前应该检查哪项设置? 2",
|
|
153
|
+
answer: "发布文件前请一起检查尺寸、目标环境和预览效果。",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
question: "发布前应该检查哪项设置? 3",
|
|
157
|
+
answer: "发布文件前请一起检查尺寸、目标环境和预览效果。",
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
question: "发布前应该检查哪项设置? 4",
|
|
161
|
+
answer: "发布文件前请一起检查尺寸、目标环境和预览效果。",
|
|
162
|
+
},
|
|
147
163
|
],
|
|
148
164
|
howTo: [
|
|
149
165
|
{
|
|
@@ -153,7 +169,15 @@ export const content: ToolLocaleContent<SteamBbcodeTranslatorUI> = {
|
|
|
153
169
|
{
|
|
154
170
|
name: '自动转换',
|
|
155
171
|
text: '系统将自动生成另外两种格式。'
|
|
156
|
-
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
name: "发布前应该检查哪项设置? 1",
|
|
175
|
+
text: "发布文件前请一起检查尺寸、目标环境和预览效果。",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: "发布前应该检查哪项设置? 2",
|
|
179
|
+
text: "发布文件前请一起检查尺寸、目标环境和预览效果。",
|
|
180
|
+
},
|
|
157
181
|
],
|
|
158
182
|
schemas: [
|
|
159
183
|
{
|
|
@@ -85,20 +85,89 @@ export const content: ToolLocaleContent<SteamCapsuleGeneratorUI> = {
|
|
|
85
85
|
definition: 'Standardbegriff von Valve für werbliche Bildcontainer.'
|
|
86
86
|
}
|
|
87
87
|
]
|
|
88
|
-
}
|
|
89
|
-
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
type: 'title',
|
|
91
|
+
level: 2,
|
|
92
|
+
text: 'Steam Kapseln für Shop und Bibliothek planen'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'paragraph',
|
|
96
|
+
html: 'Jede Ansicht benötigt ein eigenes Seitenverhältnis. Prüfen Sie deshalb die Vorschau für Shop, Bibliothek und Community, bevor Sie die Dateien exportieren.'
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
type: 'title',
|
|
100
|
+
level: 3,
|
|
101
|
+
text: 'Sichere Bereiche für wichtige Motive'
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Platzieren Sie Titel, Gesichter und Logos innerhalb der sicheren Zone. Auf kleinen Bildschirmen werden die Außenbereiche je nach Ansicht beschnitten.'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'list',
|
|
109
|
+
items: [
|
|
110
|
+
'Wichtige Informationen im zentralen Bildbereich halten.',
|
|
111
|
+
'Lesbare Kontraste für dunkle und helle Steam Oberflächen testen.',
|
|
112
|
+
'Jede exportierte Größe einzeln auf Schärfe und Beschnitt prüfen.'
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
level: 3,
|
|
118
|
+
text: 'Dateien vor der Veröffentlichung prüfen'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: 'Verwenden Sie die korrekten Pixelmaße und ein unterstütztes JPG oder PNG Format. Benennen Sie die Dateien eindeutig, damit beim Upload keine Asset Größe verwechselt wird.'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'tip',
|
|
126
|
+
title: 'Vorschau auf mehreren Bildschirmen',
|
|
127
|
+
html: 'Prüfen Sie die Kapseln auf Desktop, Laptop und Mobilgerät. Ein Motiv, das im großen Header funktioniert, kann in der vertikalen Bibliotheksansicht zu klein wirken.'
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'summary',
|
|
131
|
+
title: 'Kurze Steam Checkliste',
|
|
132
|
+
items: [
|
|
133
|
+
'Korrekte Abmessungen für jede Kapsel verwenden.',
|
|
134
|
+
'Sichere Zone und Textkontrast prüfen.',
|
|
135
|
+
'Alle Assets vor dem Upload in der Vorschau testen.'
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
].slice(0, 15),
|
|
90
139
|
faqTitle: 'Häufig gestellte Fragen zu Steam Assets',
|
|
91
140
|
faq: [
|
|
92
141
|
{
|
|
93
142
|
question: 'Welches Dateiformat sollte ich für Steam Kapseln nutzen?',
|
|
94
143
|
answer: 'Steam akzeptiert JPG oder PNG für Hauptkapseln.'
|
|
95
|
-
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
question: "Welche weiteren Angaben brauche ich?",
|
|
147
|
+
answer: "Prüfen Sie die Eingaben und vergleichen Sie die Vorschau mit den technischen Vorgaben.",
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
question: "Wie kann ich das Ergebnis prüfen?",
|
|
151
|
+
answer: "Prüfen Sie die Eingaben und vergleichen Sie die Vorschau mit den technischen Vorgaben.",
|
|
152
|
+
},
|
|
96
153
|
],
|
|
97
154
|
howTo: [
|
|
98
155
|
{
|
|
99
156
|
name: 'Hochauflösende Grafik Hochladen',
|
|
100
157
|
text: 'Wählen Sie eine hochauflösende Grafik mit dem Uploader aus.'
|
|
101
|
-
}
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
name: "Welche weiteren Angaben brauche ich?",
|
|
161
|
+
text: "Prüfen Sie die Eingaben und vergleichen Sie die Vorschau mit den technischen Vorgaben.",
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
name: "Wie kann ich das Ergebnis prüfen?",
|
|
165
|
+
text: "Prüfen Sie die Eingaben und vergleichen Sie die Vorschau mit den technischen Vorgaben.",
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
name: "Wie kann ich die finale Datei testen?",
|
|
169
|
+
text: "Öffnen Sie die Vorschau in der vorgesehenen Umgebung und prüfen Sie Größe, Lesbarkeit und Verhalten.",
|
|
170
|
+
},
|
|
102
171
|
],
|
|
103
172
|
schemas: [
|
|
104
173
|
{
|