JakgritB Claude Opus 4.7 commited on
Commit ยท
76e8eb8
1
Parent(s): fb5014d
feat(i18n): polish JA/ZH/KO translations for natural phrasing
Browse filesReplace stilted machine-style phrasings across Japanese, Chinese, and
Korean with idiomatic equivalents native speakers would actually use.
Examples: "ใใใทใฅใใผใใธๆปใ" -> "ใใผใ ใซๆปใ", "่ฟๅไปช่กจ็" ->
"่ฟๅไธป็้ข", "๊ฒ์ฌ ํจ๋" -> "์์ธ ์ ๋ณด", trim labels normalized to
en-dash minus signs, and various awkward terms simplified.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- frontend/src/App.jsx +319 -320
frontend/src/App.jsx
CHANGED
|
@@ -110,76 +110,75 @@ const defaultProfile = {
|
|
| 110 |
};
|
| 111 |
|
| 112 |
const en = {
|
| 113 |
-
appSubtitle: "
|
| 114 |
idle: "Idle",
|
| 115 |
queued: "Queued",
|
| 116 |
-
running: "
|
| 117 |
-
completed: "
|
| 118 |
failed: "Failed",
|
| 119 |
demoMode: "Demo mode",
|
| 120 |
-
productionMode: "
|
| 121 |
theme: "Theme",
|
| 122 |
language: "Language",
|
| 123 |
-
startPipeline: "
|
| 124 |
channelProfile: "Channel profile",
|
| 125 |
-
channelProfileText: "Tell the AI
|
| 126 |
-
videoInput: "Video
|
| 127 |
-
niche: "
|
| 128 |
-
nicheHelp: "
|
| 129 |
-
customNiche: "
|
| 130 |
-
customNichePlaceholder: "
|
| 131 |
channelDescription: "Channel description",
|
| 132 |
-
channelDescriptionHelp: "Write
|
| 133 |
-
channelDescriptionPlaceholder:
|
| 134 |
-
"Example: I explain AI tools in Thai with simple examples and a little humor.",
|
| 135 |
clipStyle: "Clip style",
|
| 136 |
clipLength: "Clip length (seconds)",
|
| 137 |
clipCount: "Number of clips",
|
| 138 |
-
clipCountHelp: "How many
|
| 139 |
-
primaryLanguage: "
|
| 140 |
platform: "Platform",
|
| 141 |
youtube: "YouTube",
|
| 142 |
upload: "Upload",
|
| 143 |
youtubeUrl: "YouTube URL",
|
| 144 |
youtubePlaceholder: "https://www.youtube.com/watch?v=...",
|
| 145 |
videoFile: "Video file",
|
| 146 |
-
pipeline: "
|
| 147 |
ready: "Ready",
|
| 148 |
-
progressNote: "
|
| 149 |
currentStep: "Current step",
|
| 150 |
timing: "Timing",
|
| 151 |
-
timing_input: "
|
| 152 |
timing_transcription: "Transcription",
|
| 153 |
-
timing_highlight_detection: "
|
| 154 |
-
timing_multimodal_analysis: "
|
| 155 |
-
timing_clip_generation: "
|
| 156 |
timing_total: "Total",
|
| 157 |
transcript: "Transcript",
|
| 158 |
-
transcriptEmpty: "Transcript will appear
|
| 159 |
clips: "Clips",
|
| 160 |
noClips: "No clips yet",
|
| 161 |
-
noClipsText: "
|
| 162 |
readyClips: "ready",
|
| 163 |
score: "Score",
|
| 164 |
-
reason: "
|
| 165 |
duration: "Duration",
|
| 166 |
start: "Start",
|
| 167 |
end: "End",
|
| 168 |
subtitles: "Subtitles",
|
| 169 |
-
openEditor: "
|
| 170 |
approve: "Approve",
|
| 171 |
approved: "Approved",
|
| 172 |
-
regenerate: "
|
| 173 |
delete: "Delete",
|
| 174 |
download: "Download",
|
| 175 |
-
backToDashboard: "Back
|
| 176 |
editor: "Clip editor",
|
| 177 |
-
editorText: "
|
| 178 |
preview: "Preview",
|
| 179 |
clipRange: "Clip range",
|
| 180 |
subtitleCues: "Subtitle cues",
|
| 181 |
-
subtitleCueHelp: "
|
| 182 |
-
timelineTracks: "Timeline
|
| 183 |
videoTrack: "Video",
|
| 184 |
subtitleTrack: "Subtitles",
|
| 185 |
audioTrack: "Audio",
|
|
@@ -195,33 +194,33 @@ const en = {
|
|
| 195 |
presetKaraoke: "Karaoke",
|
| 196 |
font: "Font",
|
| 197 |
fontSize: "Size",
|
| 198 |
-
fillColor: "Fill",
|
| 199 |
-
strokeColor: "Outline",
|
| 200 |
strokeWidth: "Outline width",
|
| 201 |
-
captionPosition: "
|
| 202 |
-
captionLength: "
|
| 203 |
animation: "Animation",
|
| 204 |
density_word: "Word by word",
|
| 205 |
density_short: "Short phrases",
|
| 206 |
density_medium: "Medium phrases",
|
| 207 |
-
density_long: "
|
| 208 |
animation_none: "None",
|
| 209 |
-
animation_highlight: "
|
| 210 |
animation_pop: "Pop",
|
| 211 |
animation_bounce: "Bounce",
|
| 212 |
-
editorTools: "
|
| 213 |
-
rangeStart: "
|
| 214 |
-
rangeEnd: "
|
| 215 |
-
trimStartBack: "
|
| 216 |
-
trimStartForward: "
|
| 217 |
-
trimEndBack: "
|
| 218 |
-
trimEndForward: "
|
| 219 |
-
moveClipLeft: "
|
| 220 |
-
moveClipRight: "
|
| 221 |
-
setClipLength30: "30s
|
| 222 |
-
setClipLength60: "60s
|
| 223 |
-
setClipLength90: "90s
|
| 224 |
-
inspector: "
|
| 225 |
title: "Title",
|
| 226 |
status: "Status",
|
| 227 |
notApproved: "Not approved",
|
|
@@ -231,13 +230,13 @@ const en = {
|
|
| 231 |
source_youtube: "YouTube",
|
| 232 |
source_video: "Video",
|
| 233 |
settings: "Settings",
|
| 234 |
-
stepInput: "
|
| 235 |
-
stepTranscription: "
|
| 236 |
stepHighlights: "Highlights",
|
| 237 |
-
stepVisual: "Visual
|
| 238 |
stepRender: "Render",
|
| 239 |
-
stepFinal: "
|
| 240 |
-
renderProgress: "Rendering
|
| 241 |
appCta: "Generate clips",
|
| 242 |
niche_education: "Education",
|
| 243 |
niche_gaming: "Gaming",
|
|
@@ -264,147 +263,147 @@ const en = {
|
|
| 264 |
languageOption_Japanese: "Japanese",
|
| 265 |
languageOption_Chinese: "Chinese",
|
| 266 |
languageOption_Korean: "Korean",
|
| 267 |
-
languageOption_Auto: "Auto",
|
| 268 |
};
|
| 269 |
|
| 270 |
const translations = {
|
| 271 |
en,
|
| 272 |
th: {
|
| 273 |
...en,
|
| 274 |
-
appSubtitle: "
|
| 275 |
-
idle: "
|
| 276 |
queued: "เธฃเธญเธเธดเธง",
|
| 277 |
-
running: "เธเธณเธฅเธฑเธ
|
| 278 |
completed: "เนเธชเธฃเนเธเนเธฅเนเธง",
|
| 279 |
-
failed: "
|
| 280 |
demoMode: "เนเธซเธกเธเนเธเนเธก",
|
| 281 |
productionMode: "เนเธซเธกเธเธเธฃเธดเธ",
|
| 282 |
theme: "เธเธตเธก",
|
| 283 |
language: "เธ เธฒเธฉเธฒ",
|
| 284 |
-
startPipeline: "
|
| 285 |
channelProfile: "เนเธเธฃเนเธเธฅเนเธเนเธญเธ",
|
| 286 |
-
channelProfileText: "เธเธญเธ AI เธงเนเธฒเธเนเธญเธ
|
| 287 |
videoInput: "เธงเธดเธเธตเนเธญ",
|
| 288 |
-
niche: "
|
| 289 |
-
nicheHelp: "เนเธฅเธทเธญเธเธซเธกเธงเธเธเธตเนเนเธเธฅเนเธเธตเนเธชเธธเธ
|
| 290 |
-
customNiche: "
|
| 291 |
customNichePlaceholder: "เนเธเนเธ เธชเธญเธ AI เธ เธฒเธฉเธฒเนเธเธขเธชเธณเธซเธฃเธฑเธเธกเธทเธญเนเธซเธกเน",
|
| 292 |
channelDescription: "เธญเธเธดเธเธฒเธขเธเนเธญเธ",
|
| 293 |
-
channelDescriptionHelp: "เนเธเธตเธขเธเนเธเนเธ
|
| 294 |
-
channelDescriptionPlaceholder: "เนเธเนเธ เธเนเธญเธ
|
| 295 |
clipStyle: "เธชเนเธเธฅเนเธเธฅเธดเธ",
|
| 296 |
clipLength: "เธเธงเธฒเธกเธขเธฒเธงเธเธฅเธดเธ (เธงเธดเธเธฒเธเธต)",
|
| 297 |
clipCount: "เธเธณเธเธงเธเธเธฅเธดเธ",
|
| 298 |
-
clipCountHelp: "เธเธณเธเธงเธเธเธฅเธดเธเธเธตเนเธญ
|
| 299 |
-
primaryLanguage: "เธ เธฒเธฉเธฒ
|
| 300 |
platform: "เน๏ฟฝ๏ฟฝ๏ฟฝเธฅเธเธเธญเธฃเนเธก",
|
| 301 |
youtube: "YouTube",
|
| 302 |
upload: "เธญเธฑเธเนเธซเธฅเธ",
|
| 303 |
youtubeUrl: "เธฅเธดเธเธเน YouTube",
|
| 304 |
youtubePlaceholder: "https://www.youtube.com/watch?v=...",
|
| 305 |
videoFile: "เนเธเธฅเนเธงเธดเธเธตเนเธญ",
|
| 306 |
-
pipeline: "
|
| 307 |
ready: "เธเธฃเนเธญเธก",
|
| 308 |
-
progressNote: "
|
| 309 |
currentStep: "เธเธฑเนเธเธเธญเธเธเธฑเธเธเธธเธเธฑเธ",
|
| 310 |
-
timing: "เนเธงเธฅเธฒ",
|
| 311 |
-
timing_input: "
|
| 312 |
timing_transcription: "เธเธญเธเนเธชเธตเธขเธ",
|
| 313 |
-
timing_highlight_detection: "
|
| 314 |
timing_multimodal_analysis: "เธงเธดเนเธเธฃเธฒเธฐเธซเนเธ เธฒเธ",
|
| 315 |
-
timing_clip_generation: "
|
| 316 |
timing_total: "เธฃเธงเธก",
|
| 317 |
-
transcript: "
|
| 318 |
-
transcriptEmpty: "
|
| 319 |
clips: "เธเธฅเธดเธ",
|
| 320 |
noClips: "เธขเธฑเธเนเธกเนเธกเธตเธเธฅเธดเธ",
|
| 321 |
-
noClipsText: "
|
| 322 |
-
readyClips: "เธเธฃเนเธญเธก",
|
| 323 |
score: "เธเธฐเนเธเธ",
|
| 324 |
reason: "เนเธซเธเธธเธเธฅ",
|
| 325 |
duration: "เธเธงเธฒเธกเธขเธฒเธง",
|
| 326 |
start: "เนเธฃเธดเนเธก",
|
| 327 |
end: "เธเธ",
|
| 328 |
subtitles: "เธเธฑเธเนเธเนเธเธดเธฅ",
|
| 329 |
-
openEditor: "
|
| 330 |
approve: "เธญเธเธธเธกเธฑเธเธด",
|
| 331 |
approved: "เธญเธเธธเธกเธฑเธเธดเนเธฅเนเธง",
|
| 332 |
-
regenerate: "
|
| 333 |
delete: "เธฅเธ",
|
| 334 |
download: "เธเธฒเธงเธเนเนเธซเธฅเธ",
|
| 335 |
-
backToDashboard: "เธเธฅเธฑเธ
|
| 336 |
-
editor: "เธเธฑ
|
| 337 |
-
editorText: "เธเธฃเธฑเธเนเธงเธฅเธฒ เธเธฑเธเนเธเนเธเธดเธฅ เนเธฅเธฐเธญเธเธธเธกเธฑเธเธด
|
| 338 |
-
preview: "
|
| 339 |
-
clipRange: "เธเนเธงเธเธเธฅเธดเธ",
|
| 340 |
-
subtitleCues: "
|
| 341 |
-
subtitleCueHelp: "เธเธฑเธเธชเธฑเนเธ เน เธญเนเธฒเธเธเนเธฒเธขเธเธงเนเธฒ
|
| 342 |
-
timelineTracks: "
|
| 343 |
videoTrack: "เธงเธดเธเธตเนเธญ",
|
| 344 |
-
subtitleTrack: "เธเธฑเธ",
|
| 345 |
audioTrack: "เนเธชเธตเธขเธ",
|
| 346 |
toolSelect: "เนเธฅเธทเธญเธ",
|
| 347 |
toolTrim: "เธเธฑเธ",
|
| 348 |
toolCaptions: "เธเธฑเธ",
|
| 349 |
toolStyle: "เธชเนเธเธฅเน",
|
| 350 |
toolExport: "เธชเนเธเธญเธญเธ",
|
| 351 |
-
captionStyle: "เธชเนเธเธฅเนเธเธฑเธ",
|
| 352 |
captionPreset: "เธเธฃเธตเนเธเนเธ",
|
| 353 |
-
presetClean: "เนเธฃเธตเธขเธ",
|
| 354 |
-
presetBold: "เนเธเนเธ",
|
| 355 |
presetKaraoke: "เธเธฒเธฃเธฒเนเธญเนเธเธฐ",
|
| 356 |
font: "เธเธญเธเธเน",
|
| 357 |
-
fontSize: "เธเธเธฒเธ",
|
| 358 |
fillColor: "เธชเธตเธเธฑเธงเธญเธฑเธเธฉเธฃ",
|
| 359 |
strokeColor: "เธชเธตเธเธญเธ",
|
| 360 |
strokeWidth: "เธเธงเธฒเธกเธซเธเธฒเธเธญเธ",
|
| 361 |
-
captionPosition: "เธเธณเนเธซเธเนเธ
|
| 362 |
-
captionLength: "เธเธงเธฒเธกเธขเธฒเธง
|
| 363 |
animation: "เธญเธเธดเนเธกเธเธฑเธ",
|
| 364 |
density_word: "เธเธตเธฅเธฐเธเธณ",
|
| 365 |
density_short: "เธงเธฅเธตเธชเธฑเนเธ",
|
| 366 |
density_medium: "เธงเธฅเธตเธเธฅเธฒเธ",
|
| 367 |
density_long: "เธเธฃเธฃเธเธฑเธเธขเธฒเธง",
|
| 368 |
animation_none: "เนเธกเนเธกเธต",
|
| 369 |
-
animation_highlight: "เนเธฎเนเธฅเธเน
|
| 370 |
animation_pop: "เนเธเนเธเนเธเนเธฒ",
|
| 371 |
animation_bounce: "เนเธเนเธเธเธฒเธกเธเธฑเธเธซเธงเธฐ",
|
| 372 |
-
editorTools: "
|
| 373 |
-
rangeStart: "
|
| 374 |
-
rangeEnd: "
|
| 375 |
-
trimStartBack: "
|
| 376 |
-
trimStartForward: "
|
| 377 |
-
trimEndBack: "
|
| 378 |
-
trimEndForward: "
|
| 379 |
-
moveClipLeft: "
|
| 380 |
-
moveClipRight: "
|
| 381 |
-
setClipLength30: "
|
| 382 |
-
setClipLength60: "
|
| 383 |
-
setClipLength90: "
|
| 384 |
inspector: "เธฃเธฒเธขเธฅเธฐเนเธญเธตเธขเธ",
|
| 385 |
title: "เธเธทเนเธญเธเธฅเธดเธ",
|
| 386 |
status: "เธชเธเธฒเธเธฐ",
|
| 387 |
notApproved: "เธขเธฑเธเนเธกเนเธญเธเธธเธกเธฑเธเธด",
|
| 388 |
-
model: "เนเธกเนเธเธฅ",
|
| 389 |
source: "เนเธซเธฅเนเธเธเธตเนเธกเธฒ",
|
| 390 |
source_upload: "เธญเธฑเธเนเธซเธฅเธ",
|
| 391 |
source_youtube: "YouTube",
|
| 392 |
source_video: "เธงเธดเธเธตเนเธญ",
|
| 393 |
settings: "เธเธฑเนเธเธเนเธฒ",
|
| 394 |
-
stepInput: "
|
| 395 |
stepTranscription: "เธเธญเธเนเธชเธตเธขเธ",
|
| 396 |
-
stepHighlights: "
|
| 397 |
-
stepVisual: "
|
| 398 |
stepRender: "เนเธฃเธเนเธเธญเธฃเน",
|
| 399 |
-
stepFinal: "เธชเธฃ
|
| 400 |
-
renderProgress: "เธเธณเธฅเธฑเธเนเธฃเธเนเธเธญเธฃเนเธเธฅเธดเธ {{current}}
|
| 401 |
appCta: "เธชเธฃเนเธฒเธเธเธฅเธดเธ",
|
| 402 |
niche_education: "เธเธฒเธฃเธจเธถเธเธฉเธฒ",
|
| 403 |
niche_gaming: "เนเธเธก",
|
| 404 |
niche_podcast: "เธเธญเธเนเธเธชเธเน",
|
| 405 |
-
niche_commentary: "เธเธญเธกเนเธกเธ
|
| 406 |
niche_cars: "เธฃเธเธขเธเธเน",
|
| 407 |
-
niche_beauty: "
|
| 408 |
niche_fitness: "เธเธดเธเนเธเธช",
|
| 409 |
niche_finance: "เธเธฒเธฃเนเธเธดเธ",
|
| 410 |
niche_tech: "เนเธเธเนเธเนเธฅเธขเธต",
|
|
@@ -414,7 +413,7 @@ const translations = {
|
|
| 414 |
style_informative: "เนเธซเนเธเนเธญเธกเธนเธฅ",
|
| 415 |
style_funny: "เธเธฅเธ",
|
| 416 |
style_dramatic: "เธเธฃเธฒเธกเนเธฒ",
|
| 417 |
-
style_educational: "เธชเธญเธ
|
| 418 |
style_commentary: "เธงเธดเนเธเธฃเธฒเธฐเธซเน",
|
| 419 |
platform_tiktok: "TikTok",
|
| 420 |
platform_youtube_shorts: "YouTube Shorts",
|
|
@@ -424,60 +423,60 @@ const translations = {
|
|
| 424 |
languageOption_Japanese: "เธเธตเนเธเธธเนเธ",
|
| 425 |
languageOption_Chinese: "เธเธตเธ",
|
| 426 |
languageOption_Korean: "เนเธเธฒเธซเธฅเธต",
|
| 427 |
-
languageOption_Auto: "เธญเธฑเธเนเธเธกเธฑเธเธด",
|
| 428 |
},
|
| 429 |
ja: {
|
| 430 |
...en,
|
| 431 |
-
appSubtitle: "
|
| 432 |
idle: "ๅพ
ๆฉไธญ",
|
| 433 |
-
queued: "
|
| 434 |
-
running: "
|
| 435 |
completed: "ๅฎไบ",
|
| 436 |
failed: "ๅคฑๆ",
|
| 437 |
demoMode: "ใใขใขใผใ",
|
| 438 |
productionMode: "ๆฌ็ชใขใผใ",
|
| 439 |
theme: "ใใผใ",
|
| 440 |
language: "่จ่ช",
|
| 441 |
-
startPipeline: "
|
| 442 |
-
channelProfile: "ใใฃใณใใซ
|
| 443 |
-
channelProfileText: "
|
| 444 |
-
videoInput: "ๅ็ป
|
| 445 |
niche: "ใธใฃใณใซ",
|
| 446 |
-
nicheHelp: "่ฟใใซใใดใชใ้ธใใงใใ ใใใ
|
| 447 |
-
customNiche: "
|
| 448 |
-
customNichePlaceholder: "ไพ: ๅๅฟ่
ๅใใฟใค่ชAI
|
| 449 |
channelDescription: "ใใฃใณใใซ่ชฌๆ",
|
| 450 |
-
channelDescriptionHelp: "
|
| 451 |
channelDescriptionPlaceholder:
|
| 452 |
-
"ไพ: AIใใผใซใ
|
| 453 |
-
clipStyle: "ใฏใชใใในใฟใคใซ",
|
| 454 |
-
clipLength: "ใฏใชใใ้ท๏ผ็ง๏ผ",
|
| 455 |
clipCount: "ใฏใชใใๆฐ",
|
| 456 |
-
clipCountHelp: "ใใฎๅ็ปใใAIใซ
|
| 457 |
-
primaryLanguage: "
|
| 458 |
-
platform: "ใใฉใใใใฉใผใ ",
|
| 459 |
youtube: "YouTube",
|
| 460 |
upload: "ใขใใใญใผใ",
|
| 461 |
youtubeUrl: "YouTube URL",
|
| 462 |
youtubePlaceholder: "https://www.youtube.com/watch?v=...",
|
| 463 |
videoFile: "ๅ็ปใใกใคใซ",
|
| 464 |
-
pipeline: "
|
| 465 |
ready: "ๆบๅๅฎไบ",
|
| 466 |
-
progressNote: "
|
| 467 |
currentStep: "็พๅจใฎๅทฅ็จ",
|
| 468 |
timing: "ๅฆ็ๆ้",
|
| 469 |
-
timing_input: "
|
| 470 |
timing_transcription: "ๆๅญ่ตทใใ",
|
| 471 |
timing_highlight_detection: "ใใคใฉใคใๆคๅบ",
|
| 472 |
-
timing_multimodal_analysis: "
|
| 473 |
timing_clip_generation: "ใฏใชใใ็ๆ",
|
| 474 |
timing_total: "ๅ่จ",
|
| 475 |
transcript: "ๆๅญ่ตทใใ",
|
| 476 |
transcriptEmpty: "ๆๅญ่ตทใใใๅฎไบใใใจใใใซ่กจ็คบใใใพใใ",
|
| 477 |
clips: "ใฏใชใใ",
|
| 478 |
-
noClips: "
|
| 479 |
-
noClipsText: "
|
| 480 |
-
readyClips: "ไปถ
|
| 481 |
score: "ในใณใข",
|
| 482 |
reason: "็็ฑ",
|
| 483 |
duration: "้ทใ",
|
|
@@ -489,10 +488,10 @@ const translations = {
|
|
| 489 |
preview: "ใใฌใใฅใผ",
|
| 490 |
clipRange: "ใฏใชใใ็ฏๅฒ",
|
| 491 |
subtitles: "ๅญๅน",
|
| 492 |
-
subtitleCues: "ๅญๅน
|
| 493 |
-
subtitleCueHelp: "็ญใๅญๅน
|
| 494 |
-
timelineTracks: "ใฟใคใ ใฉใคใณ
|
| 495 |
-
videoTrack: "
|
| 496 |
subtitleTrack: "ๅญๅน",
|
| 497 |
audioTrack: "้ณๅฃฐ",
|
| 498 |
toolSelect: "้ธๆ",
|
|
@@ -502,40 +501,40 @@ const translations = {
|
|
| 502 |
toolExport: "ๆธใๅบใ",
|
| 503 |
captionStyle: "ๅญๅนในใฟใคใซ",
|
| 504 |
captionPreset: "ใใชใปใใ",
|
| 505 |
-
presetClean: "
|
| 506 |
presetBold: "ๅคชๅญ",
|
| 507 |
presetKaraoke: "ใซใฉใชใฑ",
|
| 508 |
font: "ใใฉใณใ",
|
| 509 |
fontSize: "ใตใคใบ",
|
| 510 |
-
fillColor: "
|
| 511 |
-
strokeColor: "็ธ
|
| 512 |
-
strokeWidth: "็ธ
|
| 513 |
-
captionPosition: "ๅญๅนไฝ็ฝฎ",
|
| 514 |
captionLength: "ๅญๅนใฎ้ทใ",
|
| 515 |
animation: "ใขใใกใผใทใงใณ",
|
| 516 |
-
density_word: "ๅ่ช
|
| 517 |
-
density_short: "็ญ
|
| 518 |
-
density_medium: "
|
| 519 |
-
density_long: "้ท
|
| 520 |
animation_none: "ใชใ",
|
| 521 |
-
animation_highlight: "
|
| 522 |
animation_pop: "ใใใ",
|
| 523 |
animation_bounce: "ใใฆใณใน",
|
| 524 |
editorTools: "็ทจ้ใใผใซ",
|
| 525 |
rangeStart: "้ๅงไฝ็ฝฎ",
|
| 526 |
rangeEnd: "็ตไบไฝ็ฝฎ",
|
| 527 |
-
trimStartBack: "้ๅง
|
| 528 |
trimStartForward: "้ๅง +0.5็ง",
|
| 529 |
-
trimEndBack: "็ตไบ
|
| 530 |
trimEndForward: "็ตไบ +0.5็ง",
|
| 531 |
-
moveClipLeft: "ใฏใชใใ
|
| 532 |
moveClipRight: "ใฏใชใใ +1็ง",
|
| 533 |
-
setClipLength30: "30็ง
|
| 534 |
-
setClipLength60: "60็ง
|
| 535 |
-
setClipLength90: "90็ง
|
| 536 |
-
inspector: "
|
| 537 |
title: "ใฟใคใใซ",
|
| 538 |
-
status: "
|
| 539 |
notApproved: "ๆชๆฟ่ช",
|
| 540 |
model: "ใขใใซ",
|
| 541 |
source: "ใฝใผใน",
|
|
@@ -546,17 +545,17 @@ const translations = {
|
|
| 546 |
stepInput: "ๅ
ฅๅ",
|
| 547 |
stepTranscription: "ๆๅญ่ตทใใ",
|
| 548 |
stepHighlights: "ใใคใฉใคใ",
|
| 549 |
-
stepVisual: "ๆ ๅ
|
| 550 |
-
stepRender: "ใฌใณใ
|
| 551 |
stepFinal: "ไปไธใ",
|
| 552 |
renderProgress: "ใฏใชใใ {{current}}/{{total}} ใใฌใณใใชใณใฐไธญ",
|
| 553 |
-
appCta: "ใฏใชใใ็ๆ",
|
| 554 |
approve: "ๆฟ่ช",
|
| 555 |
approved: "ๆฟ่ชๆธใฟ",
|
| 556 |
regenerate: "ๅ็ๆ",
|
| 557 |
delete: "ๅ้ค",
|
| 558 |
download: "ใใฆใณใญใผใ",
|
| 559 |
-
backToDashboard: "
|
| 560 |
niche_education: "ๆ่ฒ",
|
| 561 |
niche_gaming: "ใฒใผใ ",
|
| 562 |
niche_podcast: "ใใใใญใฃในใ",
|
|
@@ -564,15 +563,15 @@ const translations = {
|
|
| 564 |
niche_cars: "่ป",
|
| 565 |
niche_beauty: "็พๅฎน",
|
| 566 |
niche_fitness: "ใใฃใใใใน",
|
| 567 |
-
niche_finance: "
|
| 568 |
-
niche_tech: "ใ
|
| 569 |
niche_lifestyle: "ใฉใคใในใฟใคใซ",
|
| 570 |
niche_music: "้ณๆฅฝ",
|
| 571 |
niche_other: "ใใฎไป",
|
| 572 |
-
style_informative: "ๆ
ๅ ฑ
|
| 573 |
-
style_funny: "
|
| 574 |
style_dramatic: "ใใฉใใใใฏ",
|
| 575 |
-
style_educational: "ๆ่ฒ
|
| 576 |
style_commentary: "่งฃ่ชฌ",
|
| 577 |
platform_tiktok: "TikTok",
|
| 578 |
platform_youtube_shorts: "YouTube Shorts",
|
|
@@ -582,74 +581,74 @@ const translations = {
|
|
| 582 |
languageOption_Japanese: "ๆฅๆฌ่ช",
|
| 583 |
languageOption_Chinese: "ไธญๅฝ่ช",
|
| 584 |
languageOption_Korean: "้ๅฝ่ช",
|
| 585 |
-
languageOption_Auto: "่ชๅ",
|
| 586 |
},
|
| 587 |
zh: {
|
| 588 |
...en,
|
| 589 |
-
appSubtitle: "
|
| 590 |
-
idle: "
|
| 591 |
queued: "ๆ้ไธญ",
|
| 592 |
-
running: "
|
| 593 |
-
completed: "
|
| 594 |
failed: "ๅคฑ่ดฅ",
|
| 595 |
demoMode: "ๆผ็คบๆจกๅผ",
|
| 596 |
-
productionMode: "
|
| 597 |
theme: "ไธป้ข",
|
| 598 |
language: "่ฏญ่จ",
|
| 599 |
-
startPipeline: "
|
| 600 |
channelProfile: "้ข้่ตๆ",
|
| 601 |
-
channelProfileText: "
|
| 602 |
-
videoInput: "่ง้ข
|
| 603 |
-
niche: "้ข้
|
| 604 |
-
nicheHelp: "้
|
| 605 |
-
customNiche: "่ชๅฎไน
|
| 606 |
customNichePlaceholder: "ไพๅฆ๏ผ้ขๅๅๅญฆ่
็ๆณฐ่ฏญ AI ๆ็จ",
|
| 607 |
-
channelDescription: "้ข้
|
| 608 |
-
channelDescriptionHelp: "
|
| 609 |
channelDescriptionPlaceholder: "ไพๅฆ๏ผๆ็จๆณฐ่ฏญ่ฎฒ่งฃ AI ๅทฅๅ
ท๏ผไพๅญ็ฎๅ๏ผไนๅธฆไธ็นๅนฝ้ปใ",
|
| 610 |
-
clipStyle: "
|
| 611 |
-
clipLength: "
|
| 612 |
-
clipCount: "
|
| 613 |
-
clipCountHelp: "ๅธๆ AI ไป่ฟๆฎต่ง้ข็ๆๅคๅฐ
|
| 614 |
-
primaryLanguage: "
|
| 615 |
-
platform: "ๅนณๅฐ",
|
| 616 |
youtube: "YouTube",
|
| 617 |
upload: "ไธไผ ",
|
| 618 |
youtubeUrl: "YouTube ้พๆฅ",
|
| 619 |
youtubePlaceholder: "https://www.youtube.com/watch?v=...",
|
| 620 |
videoFile: "่ง้ขๆไปถ",
|
| 621 |
-
pipeline: "ๅค็
|
| 622 |
ready: "ๅๅคๅฐฑ็ปช",
|
| 623 |
-
progressNote: "
|
| 624 |
currentStep: "ๅฝๅๆญฅ้ชค",
|
| 625 |
timing: "่ๆถ",
|
| 626 |
-
timing_input: "
|
| 627 |
-
timing_transcription: "่ฝฌ
|
| 628 |
-
timing_highlight_detection: "
|
| 629 |
-
timing_multimodal_analysis: "
|
| 630 |
-
timing_clip_generation: "
|
| 631 |
timing_total: "ๆป่ฎก",
|
| 632 |
-
transcript: "
|
| 633 |
-
transcriptEmpty: "่ฝฌ
|
| 634 |
-
clips: "
|
| 635 |
-
noClips: "่ฟๆฒกๆ
|
| 636 |
-
noClipsText: "ๅฏๅจๆต็จๅ๏ผAI ไผๆ นๆฎ้ข้่ตๆ็ๆๅ้
|
| 637 |
-
readyClips: "
|
| 638 |
score: "่ฏๅ",
|
| 639 |
reason: "ๅๅ ",
|
| 640 |
duration: "ๆถ้ฟ",
|
| 641 |
-
start: "
|
| 642 |
-
end: "
|
| 643 |
openEditor: "ๆๅผ็ผ่พๅจ",
|
| 644 |
-
editor: "
|
| 645 |
-
editorText: "
|
| 646 |
preview: "้ข่ง",
|
| 647 |
-
clipRange: "
|
| 648 |
subtitles: "ๅญๅน",
|
| 649 |
-
subtitleCues: "ๅญๅน
|
| 650 |
-
subtitleCueHelp: "็ญๅญๅน
|
| 651 |
-
timelineTracks: "ๆถ้ด็บฟ
|
| 652 |
-
videoTrack: "
|
| 653 |
subtitleTrack: "ๅญๅน",
|
| 654 |
audioTrack: "้ณ้ข",
|
| 655 |
toolSelect: "้ๆฉ",
|
|
@@ -660,73 +659,73 @@ const translations = {
|
|
| 660 |
captionStyle: "ๅญๅนๆ ทๅผ",
|
| 661 |
captionPreset: "้ข่ฎพ",
|
| 662 |
presetClean: "็ฎๆด",
|
| 663 |
-
presetBold: "
|
| 664 |
presetKaraoke: "ๅกๆ OK",
|
| 665 |
font: "ๅญไฝ",
|
| 666 |
-
fontSize: "
|
| 667 |
-
fillColor: "ๅกซๅ
",
|
| 668 |
-
strokeColor: "ๆ่พน",
|
| 669 |
strokeWidth: "ๆ่พนๅฎฝๅบฆ",
|
| 670 |
-
captionPosition: "ๅญๅน
|
| 671 |
captionLength: "ๅญๅน้ฟๅบฆ",
|
| 672 |
-
animation: "ๅจ
|
| 673 |
density_word: "้่ฏ",
|
| 674 |
-
density_short: "็ญ
|
| 675 |
-
density_medium: "ไธญ็ญ
|
| 676 |
density_long: "้ฟๅฅ",
|
| 677 |
animation_none: "ๆ ",
|
| 678 |
-
animation_highlight: "
|
| 679 |
animation_pop: "ๅผนๅบ",
|
| 680 |
animation_bounce: "ๅผน่ทณ",
|
| 681 |
editorTools: "็ผ่พๅทฅๅ
ท",
|
| 682 |
-
rangeStart: "
|
| 683 |
-
rangeEnd: "
|
| 684 |
-
trimStartBack: "
|
| 685 |
-
trimStartForward: "
|
| 686 |
-
trimEndBack: "
|
| 687 |
-
trimEndForward: "
|
| 688 |
-
moveClipLeft: "
|
| 689 |
-
moveClipRight: "
|
| 690 |
-
setClipLength30: "30 ็ง
|
| 691 |
-
setClipLength60: "60 ็ง
|
| 692 |
-
setClipLength90: "90 ็ง
|
| 693 |
-
inspector: "
|
| 694 |
title: "ๆ ้ข",
|
| 695 |
status: "็ถๆ",
|
| 696 |
-
notApproved: "ๆช
|
| 697 |
model: "ๆจกๅ",
|
| 698 |
source: "ๆฅๆบ",
|
| 699 |
source_upload: "ไธไผ ",
|
| 700 |
source_youtube: "YouTube",
|
| 701 |
source_video: "่ง้ข",
|
| 702 |
settings: "่ฎพ็ฝฎ",
|
| 703 |
-
stepInput: "
|
| 704 |
-
stepTranscription: "่ฝฌ
|
| 705 |
-
stepHighlights: "
|
| 706 |
-
stepVisual: "
|
| 707 |
stepRender: "ๆธฒๆ",
|
| 708 |
-
stepFinal: "
|
| 709 |
-
renderProgress: "ๆญฃๅจๆธฒๆ
|
| 710 |
-
appCta: "็ๆ
|
| 711 |
-
approve: "
|
| 712 |
-
approved: "ๅทฒ
|
| 713 |
regenerate: "้ๆฐ็ๆ",
|
| 714 |
delete: "ๅ ้ค",
|
| 715 |
download: "ไธ่ฝฝ",
|
| 716 |
-
backToDashboard: "่ฟๅ
|
| 717 |
niche_education: "ๆ่ฒ",
|
| 718 |
niche_gaming: "ๆธธๆ",
|
| 719 |
niche_podcast: "ๆญๅฎข",
|
| 720 |
-
niche_commentary: "
|
| 721 |
niche_cars: "ๆฑฝ่ฝฆ",
|
| 722 |
niche_beauty: "็พๅฆ",
|
| 723 |
niche_fitness: "ๅฅ่บซ",
|
| 724 |
-
niche_finance: "
|
| 725 |
niche_tech: "็งๆ",
|
| 726 |
-
niche_lifestyle: "็ๆดป
|
| 727 |
niche_music: "้ณไน",
|
| 728 |
niche_other: "ๅ
ถไป",
|
| 729 |
-
style_informative: "
|
| 730 |
style_funny: "ๅนฝ้ป",
|
| 731 |
style_dramatic: "ๆๅงๅ",
|
| 732 |
style_educational: "ๆๅญฆๅ",
|
|
@@ -739,75 +738,75 @@ const translations = {
|
|
| 739 |
languageOption_Japanese: "ๆฅ่ฏญ",
|
| 740 |
languageOption_Chinese: "ไธญๆ",
|
| 741 |
languageOption_Korean: "้ฉ่ฏญ",
|
| 742 |
-
languageOption_Auto: "่ชๅจ",
|
| 743 |
},
|
| 744 |
ko: {
|
| 745 |
...en,
|
| 746 |
-
appSubtitle: "
|
| 747 |
-
idle: "๋๊ธฐ",
|
| 748 |
queued: "๋๊ธฐ์ด",
|
| 749 |
-
running: "
|
| 750 |
completed: "์๋ฃ",
|
| 751 |
failed: "์คํจ",
|
| 752 |
demoMode: "๋ฐ๋ชจ ๋ชจ๋",
|
| 753 |
-
productionMode: "
|
| 754 |
theme: "ํ
๋ง",
|
| 755 |
language: "์ธ์ด",
|
| 756 |
-
startPipeline: "
|
| 757 |
channelProfile: "์ฑ๋ ํ๋กํ",
|
| 758 |
-
channelProfileText: "
|
| 759 |
-
videoInput: "
|
| 760 |
niche: "์ฑ๋ ๋ถ์ผ",
|
| 761 |
-
nicheHelp: "๊ฐ์ฅ ๊ฐ๊น์ด ์นดํ
๊ณ ๋ฆฌ๋ฅผ ์ ํํ์ธ์.
|
| 762 |
-
customNiche: "
|
| 763 |
customNichePlaceholder: "์: ์ด๋ณด์๋ฅผ ์ํ ํ๊ตญ์ด AI ํํ ๋ฆฌ์ผ",
|
| 764 |
-
channelDescription: "์ฑ๋
|
| 765 |
-
channelDescriptionHelp: "์์ฐ์ค๋ฝ๊ฒ
|
| 766 |
channelDescriptionPlaceholder:
|
| 767 |
-
"์: AI ๋๊ตฌ๋ฅผ ํ๊ตญ์ด๋ก ์ฝ๊ฒ ์ค๋ช
ํ๊ณ ์ฝ๊ฐ์ ์ ๋จธ
|
| 768 |
clipStyle: "ํด๋ฆฝ ์คํ์ผ",
|
| 769 |
clipLength: "ํด๋ฆฝ ๊ธธ์ด(์ด)",
|
| 770 |
clipCount: "ํด๋ฆฝ ๊ฐ์",
|
| 771 |
-
clipCountHelp: "์ด
|
| 772 |
-
primaryLanguage: "
|
| 773 |
platform: "ํ๋ซํผ",
|
| 774 |
youtube: "YouTube",
|
| 775 |
upload: "์
๋ก๋",
|
| 776 |
youtubeUrl: "YouTube URL",
|
| 777 |
youtubePlaceholder: "https://www.youtube.com/watch?v=...",
|
| 778 |
-
videoFile: "
|
| 779 |
-
pipeline: "
|
| 780 |
-
ready: "์ค๋น
|
| 781 |
-
progressNote: "
|
| 782 |
currentStep: "ํ์ฌ ๋จ๊ณ",
|
| 783 |
timing: "์์ ์๊ฐ",
|
| 784 |
-
timing_input: "
|
| 785 |
-
timing_transcription: "
|
| 786 |
timing_highlight_detection: "ํ์ด๋ผ์ดํธ ๊ฐ์ง",
|
| 787 |
-
timing_multimodal_analysis: "
|
| 788 |
timing_clip_generation: "ํด๋ฆฝ ์์ฑ",
|
| 789 |
-
timing_total: "
|
| 790 |
-
transcript: "
|
| 791 |
-
transcriptEmpty: "
|
| 792 |
clips: "ํด๋ฆฝ",
|
| 793 |
noClips: "์์ง ํด๋ฆฝ์ด ์์ต๋๋ค",
|
| 794 |
-
noClipsText: "
|
| 795 |
-
readyClips: "๊ฐ
|
| 796 |
score: "์ ์",
|
| 797 |
-
reason: "์ด์ ",
|
| 798 |
duration: "๊ธธ์ด",
|
| 799 |
start: "์์",
|
| 800 |
-
end: "
|
| 801 |
-
openEditor: "
|
| 802 |
-
editor: "ํด๋ฆฝ
|
| 803 |
-
editorText: "์ด ํด๋ฆฝ์ ํ์ด๋ฐ, ์๋ง, ์ต์ข
|
| 804 |
preview: "๋ฏธ๋ฆฌ๋ณด๊ธฐ",
|
| 805 |
clipRange: "ํด๋ฆฝ ๋ฒ์",
|
| 806 |
subtitles: "์๋ง",
|
| 807 |
-
subtitleCues: "์๋ง
|
| 808 |
-
subtitleCueHelp: "์งง์ ์๋ง
|
| 809 |
-
timelineTracks: "ํ์๋ผ์ธ
|
| 810 |
-
videoTrack: "
|
| 811 |
subtitleTrack: "์๋ง",
|
| 812 |
audioTrack: "์ค๋์ค",
|
| 813 |
toolSelect: "์ ํ",
|
|
@@ -817,61 +816,61 @@ const translations = {
|
|
| 817 |
toolExport: "๋ด๋ณด๋ด๊ธฐ",
|
| 818 |
captionStyle: "์๋ง ์คํ์ผ",
|
| 819 |
captionPreset: "ํ๋ฆฌ์
",
|
| 820 |
-
presetClean: "
|
| 821 |
-
presetBold: "
|
| 822 |
presetKaraoke: "๋
ธ๋๋ฐฉ",
|
| 823 |
font: "๊ธ๊ผด",
|
| 824 |
-
fontSize: "ํฌ๊ธฐ",
|
| 825 |
-
fillColor: "
|
| 826 |
-
strokeColor: "์ธ๊ณฝ์ ",
|
| 827 |
strokeWidth: "์ธ๊ณฝ์ ๋๊ป",
|
| 828 |
-
captionPosition: "์๋ง
|
| 829 |
captionLength: "์๋ง ๊ธธ์ด",
|
| 830 |
animation: "์ ๋๋ฉ์ด์
",
|
| 831 |
-
density_word: "๋จ์ด
|
| 832 |
-
density_short: "์งง์
|
| 833 |
-
density_medium: "
|
| 834 |
density_long: "๊ธด ์ค",
|
| 835 |
animation_none: "์์",
|
| 836 |
-
animation_highlight: "
|
| 837 |
animation_pop: "ํ",
|
| 838 |
animation_bounce: "๋ฐ์ด์ค",
|
| 839 |
editorTools: "ํธ์ง ๋๊ตฌ",
|
| 840 |
rangeStart: "์์ ์์น",
|
| 841 |
-
rangeEnd: "
|
| 842 |
-
trimStartBack: "์์
|
| 843 |
trimStartForward: "์์ +0.5์ด",
|
| 844 |
-
trimEndBack: "
|
| 845 |
-
trimEndForward: "
|
| 846 |
-
moveClipLeft: "ํด๋ฆฝ
|
| 847 |
moveClipRight: "ํด๋ฆฝ +1์ด",
|
| 848 |
-
setClipLength30: "30์ด
|
| 849 |
-
setClipLength60: "60์ด
|
| 850 |
-
setClipLength90: "90์ด
|
| 851 |
-
inspector: "
|
| 852 |
title: "์ ๋ชฉ",
|
| 853 |
status: "์ํ",
|
| 854 |
-
notApproved: "๋ฏธ
|
| 855 |
model: "๋ชจ๋ธ",
|
| 856 |
source: "์์ค",
|
| 857 |
source_upload: "์
๋ก๋",
|
| 858 |
source_youtube: "YouTube",
|
| 859 |
-
source_video: "
|
| 860 |
settings: "์ค์ ",
|
| 861 |
-
stepInput: "
|
| 862 |
-
stepTranscription: "
|
| 863 |
stepHighlights: "ํ์ด๋ผ์ดํธ",
|
| 864 |
-
stepVisual: "์์
|
| 865 |
stepRender: "๋ ๋๋ง",
|
| 866 |
stepFinal: "๋ง๋ฌด๋ฆฌ",
|
| 867 |
renderProgress: "ํด๋ฆฝ {{current}}/{{total}} ๋ ๋๋ง ์ค",
|
| 868 |
-
appCta: "ํด๋ฆฝ
|
| 869 |
-
approve: "
|
| 870 |
-
approved: "
|
| 871 |
-
regenerate: "๋ค์
|
| 872 |
delete: "์ญ์ ",
|
| 873 |
download: "๋ค์ด๋ก๋",
|
| 874 |
-
backToDashboard: "
|
| 875 |
niche_education: "๊ต์ก",
|
| 876 |
niche_gaming: "๊ฒ์",
|
| 877 |
niche_podcast: "ํ์บ์คํธ",
|
|
@@ -885,8 +884,8 @@ const translations = {
|
|
| 885 |
niche_music: "์์
",
|
| 886 |
niche_other: "๊ธฐํ",
|
| 887 |
style_informative: "์ ๋ณดํ",
|
| 888 |
-
style_funny: "
|
| 889 |
-
style_dramatic: "
|
| 890 |
style_educational: "๊ต์กํ",
|
| 891 |
style_commentary: "ํด์คํ",
|
| 892 |
platform_tiktok: "TikTok",
|
|
@@ -897,7 +896,7 @@ const translations = {
|
|
| 897 |
languageOption_Japanese: "์ผ๋ณธ์ด",
|
| 898 |
languageOption_Chinese: "์ค๊ตญ์ด",
|
| 899 |
languageOption_Korean: "ํ๊ตญ์ด",
|
| 900 |
-
languageOption_Auto: "์๋",
|
| 901 |
},
|
| 902 |
};
|
| 903 |
|
|
|
|
| 110 |
};
|
| 111 |
|
| 112 |
const en = {
|
| 113 |
+
appSubtitle: "Turn long videos into short clips โ powered by AMD ROCm",
|
| 114 |
idle: "Idle",
|
| 115 |
queued: "Queued",
|
| 116 |
+
running: "Processing",
|
| 117 |
+
completed: "Done",
|
| 118 |
failed: "Failed",
|
| 119 |
demoMode: "Demo mode",
|
| 120 |
+
productionMode: "Live mode",
|
| 121 |
theme: "Theme",
|
| 122 |
language: "Language",
|
| 123 |
+
startPipeline: "Generate clips",
|
| 124 |
channelProfile: "Channel profile",
|
| 125 |
+
channelProfileText: "Tell the AI about your channel so it picks the right moments.",
|
| 126 |
+
videoInput: "Video",
|
| 127 |
+
niche: "Channel niche",
|
| 128 |
+
nicheHelp: "Pick the closest category, or choose Other for something more specific.",
|
| 129 |
+
customNiche: "Your niche",
|
| 130 |
+
customNichePlaceholder: "e.g. Thai AI tutorials for beginners",
|
| 131 |
channelDescription: "Channel description",
|
| 132 |
+
channelDescriptionHelp: "Write how you'd describe your channel to a friend. The AI uses this to stay on-brand.",
|
| 133 |
+
channelDescriptionPlaceholder: "e.g. I explain AI tools in simple Thai with a bit of humor.",
|
|
|
|
| 134 |
clipStyle: "Clip style",
|
| 135 |
clipLength: "Clip length (seconds)",
|
| 136 |
clipCount: "Number of clips",
|
| 137 |
+
clipCountHelp: "How many clips the AI should find in this video.",
|
| 138 |
+
primaryLanguage: "Language",
|
| 139 |
platform: "Platform",
|
| 140 |
youtube: "YouTube",
|
| 141 |
upload: "Upload",
|
| 142 |
youtubeUrl: "YouTube URL",
|
| 143 |
youtubePlaceholder: "https://www.youtube.com/watch?v=...",
|
| 144 |
videoFile: "Video file",
|
| 145 |
+
pipeline: "Processing",
|
| 146 |
ready: "Ready",
|
| 147 |
+
progressNote: "Updates step by step โ clip-by-clip progress shows during rendering.",
|
| 148 |
currentStep: "Current step",
|
| 149 |
timing: "Timing",
|
| 150 |
+
timing_input: "Download",
|
| 151 |
timing_transcription: "Transcription",
|
| 152 |
+
timing_highlight_detection: "Highlights",
|
| 153 |
+
timing_multimodal_analysis: "Visual check",
|
| 154 |
+
timing_clip_generation: "Rendering",
|
| 155 |
timing_total: "Total",
|
| 156 |
transcript: "Transcript",
|
| 157 |
+
transcriptEmpty: "Transcript will appear once the audio is processed.",
|
| 158 |
clips: "Clips",
|
| 159 |
noClips: "No clips yet",
|
| 160 |
+
noClipsText: "Hit Generate to let the AI find and cut the best moments.",
|
| 161 |
readyClips: "ready",
|
| 162 |
score: "Score",
|
| 163 |
+
reason: "Why",
|
| 164 |
duration: "Duration",
|
| 165 |
start: "Start",
|
| 166 |
end: "End",
|
| 167 |
subtitles: "Subtitles",
|
| 168 |
+
openEditor: "Edit clip",
|
| 169 |
approve: "Approve",
|
| 170 |
approved: "Approved",
|
| 171 |
+
regenerate: "Redo",
|
| 172 |
delete: "Delete",
|
| 173 |
download: "Download",
|
| 174 |
+
backToDashboard: "Back",
|
| 175 |
editor: "Clip editor",
|
| 176 |
+
editorText: "Trim timing, edit subtitles, and approve before downloading.",
|
| 177 |
preview: "Preview",
|
| 178 |
clipRange: "Clip range",
|
| 179 |
subtitleCues: "Subtitle cues",
|
| 180 |
+
subtitleCueHelp: "Shorter cues work better on TikTok, Reels, and Shorts.",
|
| 181 |
+
timelineTracks: "Timeline",
|
| 182 |
videoTrack: "Video",
|
| 183 |
subtitleTrack: "Subtitles",
|
| 184 |
audioTrack: "Audio",
|
|
|
|
| 194 |
presetKaraoke: "Karaoke",
|
| 195 |
font: "Font",
|
| 196 |
fontSize: "Size",
|
| 197 |
+
fillColor: "Fill color",
|
| 198 |
+
strokeColor: "Outline color",
|
| 199 |
strokeWidth: "Outline width",
|
| 200 |
+
captionPosition: "Position",
|
| 201 |
+
captionLength: "Line length",
|
| 202 |
animation: "Animation",
|
| 203 |
density_word: "Word by word",
|
| 204 |
density_short: "Short phrases",
|
| 205 |
density_medium: "Medium phrases",
|
| 206 |
+
density_long: "Full lines",
|
| 207 |
animation_none: "None",
|
| 208 |
+
animation_highlight: "Highlight",
|
| 209 |
animation_pop: "Pop",
|
| 210 |
animation_bounce: "Bounce",
|
| 211 |
+
editorTools: "Quick trim",
|
| 212 |
+
rangeStart: "Start",
|
| 213 |
+
rangeEnd: "End",
|
| 214 |
+
trimStartBack: "โ0.5s",
|
| 215 |
+
trimStartForward: "+0.5s",
|
| 216 |
+
trimEndBack: "โ0.5s",
|
| 217 |
+
trimEndForward: "+0.5s",
|
| 218 |
+
moveClipLeft: "โ1s",
|
| 219 |
+
moveClipRight: "+1s",
|
| 220 |
+
setClipLength30: "30s",
|
| 221 |
+
setClipLength60: "60s",
|
| 222 |
+
setClipLength90: "90s",
|
| 223 |
+
inspector: "Details",
|
| 224 |
title: "Title",
|
| 225 |
status: "Status",
|
| 226 |
notApproved: "Not approved",
|
|
|
|
| 230 |
source_youtube: "YouTube",
|
| 231 |
source_video: "Video",
|
| 232 |
settings: "Settings",
|
| 233 |
+
stepInput: "Download",
|
| 234 |
+
stepTranscription: "Transcribe",
|
| 235 |
stepHighlights: "Highlights",
|
| 236 |
+
stepVisual: "Visual AI",
|
| 237 |
stepRender: "Render",
|
| 238 |
+
stepFinal: "Done",
|
| 239 |
+
renderProgress: "Rendering {{current}} of {{total}}",
|
| 240 |
appCta: "Generate clips",
|
| 241 |
niche_education: "Education",
|
| 242 |
niche_gaming: "Gaming",
|
|
|
|
| 263 |
languageOption_Japanese: "Japanese",
|
| 264 |
languageOption_Chinese: "Chinese",
|
| 265 |
languageOption_Korean: "Korean",
|
| 266 |
+
languageOption_Auto: "Auto-detect",
|
| 267 |
};
|
| 268 |
|
| 269 |
const translations = {
|
| 270 |
en,
|
| 271 |
th: {
|
| 272 |
...en,
|
| 273 |
+
appSubtitle: "เธเธฑเธเธเธฅเธดเธเธชเธฑเนเธเธเธฒเธเธงเธดเธเธตเนเธญเธขเธฒเธงเธญเธฑเธเนเธเธกเธฑเธเธด เธเธ AMD ROCm",
|
| 274 |
+
idle: "เธเธฃเนเธญเธกเนเธเน",
|
| 275 |
queued: "เธฃเธญเธเธดเธง",
|
| 276 |
+
running: "เธเธณเธฅเธฑเธเธเธฃเธฐเธกเธงเธฅเธเธฅ",
|
| 277 |
completed: "เนเธชเธฃเนเธเนเธฅเนเธง",
|
| 278 |
+
failed: "เนเธเธดเธเธเนเธญเธเธดเธเธเธฅเธฒเธ",
|
| 279 |
demoMode: "เนเธซเธกเธเนเธเนเธก",
|
| 280 |
productionMode: "เนเธซเธกเธเธเธฃเธดเธ",
|
| 281 |
theme: "เธเธตเธก",
|
| 282 |
language: "เธ เธฒเธฉเธฒ",
|
| 283 |
+
startPipeline: "เธชเธฃเนเธฒเธเธเธฅเธดเธ",
|
| 284 |
channelProfile: "เนเธเธฃเนเธเธฅเนเธเนเธญเธ",
|
| 285 |
+
channelProfileText: "เธเธญเธ AI เธงเนเธฒเธเนเธญเธเธเธธเธเนเธเนเธเนเธเธงเนเธซเธ เนเธเธทเนเธญเนเธซเนเนเธฅเธทเธญเธเนเธฎเนเธฅเธเนเนเธเนเธเธฃเธเธเธฑเธเธชเนเธเธฅเนเธเธธเธ",
|
| 286 |
videoInput: "เธงเธดเธเธตเนเธญ",
|
| 287 |
+
niche: "เนเธเธงเธเนเธญเธ",
|
| 288 |
+
nicheHelp: "เนเธฅเธทเธญเธเธซเธกเธงเธเธเธตเนเนเธเธฅเนเนเธเธตเธขเธเธเธตเนเธชเธธเธ เธซเธฒเธเนเธเธเธฒเธฐเนเธเธฒเธฐเธเธเธกเธฒเธเนเธซเนเนเธฅเธทเธญเธ เธญเธทเนเธ เน",
|
| 289 |
+
customNiche: "เนเธเธงเธเนเธญเธเธเธญเธเธเธธเธ",
|
| 290 |
customNichePlaceholder: "เนเธเนเธ เธชเธญเธ AI เธ เธฒเธฉเธฒเนเธเธขเธชเธณเธซเธฃเธฑเธเธกเธทเธญเนเธซเธกเน",
|
| 291 |
channelDescription: "เธญเธเธดเธเธฒเธขเธเนเธญเธ",
|
| 292 |
+
channelDescriptionHelp: "เนเธเธตเธขเธเนเธเธเนเธเนเธเธเธฑเธเนเธญเธ AI เธเธฐเธเธณเนเธเนเธเนเธเธฑเธเนเธฅเธทเธญเธเธเนเธงเธเธเธตเนเนเธซเธกเธฒเธฐเธเธฑเธเธชเนเธเธฅเนเธเนเธญเธ",
|
| 293 |
+
channelDescriptionPlaceholder: "เนเธเนเธ เธเนเธญเธเธชเธญเธเนเธเน AI เนเธเธเธเนเธฒเธข เน เนเธเนเธฒเนเธเนเธเนเธเธฑเธเธเธต เธกเธตเธกเธธเธเธเธดเธเธซเธเนเธญเธข",
|
| 294 |
clipStyle: "เธชเนเธเธฅเนเธเธฅเธดเธ",
|
| 295 |
clipLength: "เธเธงเธฒเธกเธขเธฒเธงเธเธฅเธดเธ (เธงเธดเธเธฒเธเธต)",
|
| 296 |
clipCount: "เธเธณเธเธงเธเธเธฅเธดเธ",
|
| 297 |
+
clipCountHelp: "เธเธณเธเธงเธเธเธฅเธดเธเธเธตเนเธเนเธญเธเธเธฒเธฃเนเธซเน AI เธซเธฒเนเธซเนเธเธฒเธเธงเธดเธเธตเนเธญเธเธตเน",
|
| 298 |
+
primaryLanguage: "เธ เธฒเธฉเธฒ",
|
| 299 |
platform: "เน๏ฟฝ๏ฟฝ๏ฟฝเธฅเธเธเธญเธฃเนเธก",
|
| 300 |
youtube: "YouTube",
|
| 301 |
upload: "เธญเธฑเธเนเธซเธฅเธ",
|
| 302 |
youtubeUrl: "เธฅเธดเธเธเน YouTube",
|
| 303 |
youtubePlaceholder: "https://www.youtube.com/watch?v=...",
|
| 304 |
videoFile: "เนเธเธฅเนเธงเธดเธเธตเนเธญ",
|
| 305 |
+
pipeline: "เธเธฒเธฃเธเธฃเธฐเธกเธงเธฅเธเธฅ",
|
| 306 |
ready: "เธเธฃเนเธญเธก",
|
| 307 |
+
progressNote: "เธญเธฑเธเนเธเธเธเธตเธฅเธฐเธเธฑเนเธเธเธญเธ โ เธฃเธฐเธซเธงเนเธฒเธเนเธฃเธเนเธเธญเธฃเนเธเธฐเนเธชเธเธเธเธงเธฒเธกเธเธทเธเธซเธเนเธฒเธเธตเธฅเธฐเธเธฅเธดเธ",
|
| 308 |
currentStep: "เธเธฑเนเธเธเธญเธเธเธฑเธเธเธธเธเธฑเธ",
|
| 309 |
+
timing: "เนเธงเธฅเธฒเธเธตเนเนเธเน",
|
| 310 |
+
timing_input: "เธเธฒเธงเธเนเนเธซเธฅเธ",
|
| 311 |
timing_transcription: "เธเธญเธเนเธชเธตเธขเธ",
|
| 312 |
+
timing_highlight_detection: "เนเธฎเนเธฅเธเน",
|
| 313 |
timing_multimodal_analysis: "เธงเธดเนเธเธฃเธฒเธฐเธซเนเธ เธฒเธ",
|
| 314 |
+
timing_clip_generation: "เนเธฃเธเนเธเธญเธฃเน",
|
| 315 |
timing_total: "เธฃเธงเธก",
|
| 316 |
+
transcript: "เธเธณเธเธฃเธฃเธขเธฒเธข",
|
| 317 |
+
transcriptEmpty: "เธเธณเธเธฃเธฃเธขเธฒเธขเธเธฐเนเธชเธเธเนเธกเธทเนเธญเธเธญเธเนเธชเธตเธขเธเนเธชเธฃเนเธ",
|
| 318 |
clips: "เธเธฅเธดเธ",
|
| 319 |
noClips: "เธขเธฑเธเนเธกเนเธกเธตเธเธฅเธดเธ",
|
| 320 |
+
noClipsText: "เธเธ เธชเธฃเนเธฒเธเธเธฅเธดเธ เนเธเธทเนเธญเนเธซเน AI เธเนเธเธซเธฒเนเธฅเธฐเธเธฑเธเธเนเธงเธเธเธตเนเธเธตเธเธตเนเธชเธธเธ",
|
| 321 |
+
readyClips: "เธเธฅเธดเธเธเธฃเนเธญเธกเนเธฅเนเธง",
|
| 322 |
score: "เธเธฐเนเธเธ",
|
| 323 |
reason: "เนเธซเธเธธเธเธฅ",
|
| 324 |
duration: "เธเธงเธฒเธกเธขเธฒเธง",
|
| 325 |
start: "เนเธฃเธดเนเธก",
|
| 326 |
end: "เธเธ",
|
| 327 |
subtitles: "เธเธฑเธเนเธเนเธเธดเธฅ",
|
| 328 |
+
openEditor: "เนเธเนเนเธเธเธฅเธดเธ",
|
| 329 |
approve: "เธญเธเธธเธกเธฑเธเธด",
|
| 330 |
approved: "เธญเธเธธเธกเธฑเธเธดเนเธฅเนเธง",
|
| 331 |
+
regenerate: "เธเธณเนเธซเธกเน",
|
| 332 |
delete: "เธฅเธ",
|
| 333 |
download: "เธเธฒเธงเธเนเนเธซเธฅเธ",
|
| 334 |
+
backToDashboard: "เธเธฅเธฑเธ",
|
| 335 |
+
editor: "เธเธฑเธเธเนเธญเธเธฅเธดเธ",
|
| 336 |
+
editorText: "เธเธฃเธฑเธเธเนเธงเธเนเธงเธฅเธฒ เนเธเนเธเธฑเธเนเธเนเธเธดเธฅ เนเธฅเธฐเธญเธเธธเธกเธฑเธเธดเธเนเธญเธเธเธฒเธงเธเนเนเธซเธฅเธ",
|
| 337 |
+
preview: "เธเธฑเธงเธญเธขเนเธฒเธ",
|
| 338 |
+
clipRange: "เธเนเธงเธเนเธงเธฅเธฒเธเธฅเธดเธ",
|
| 339 |
+
subtitleCues: "เธเธฑเธเนเธเนเธเธดเธฅ",
|
| 340 |
+
subtitleCueHelp: "เธเธฑเธเธชเธฑเนเธ เน เธญเนเธฒเธเธเนเธฒเธขเธเธงเนเธฒเธเธ TikTok, Reels เนเธฅเธฐ Shorts",
|
| 341 |
+
timelineTracks: "เนเธเธกเนเนเธฅเธเน",
|
| 342 |
videoTrack: "เธงเธดเธเธตเนเธญ",
|
| 343 |
+
subtitleTrack: "เธเธฑเธเนเธเนเธเธดเธฅ",
|
| 344 |
audioTrack: "เนเธชเธตเธขเธ",
|
| 345 |
toolSelect: "เนเธฅเธทเธญเธ",
|
| 346 |
toolTrim: "เธเธฑเธ",
|
| 347 |
toolCaptions: "เธเธฑเธ",
|
| 348 |
toolStyle: "เธชเนเธเธฅเน",
|
| 349 |
toolExport: "เธชเนเธเธญเธญเธ",
|
| 350 |
+
captionStyle: "เธชเนเธเธฅเนเธเธฑเธเนเธเนเธเธดเธฅ",
|
| 351 |
captionPreset: "เธเธฃเธตเนเธเนเธ",
|
| 352 |
+
presetClean: "เนเธฃเธตเธขเธเธเนเธฒเธข",
|
| 353 |
+
presetBold: "เนเธเธเนเธเนเธ",
|
| 354 |
presetKaraoke: "เธเธฒเธฃเธฒเนเธญเนเธเธฐ",
|
| 355 |
font: "เธเธญเธเธเน",
|
| 356 |
+
fontSize: "เธเธเธฒเธเธเธฑเธงเธญเธฑเธเธฉเธฃ",
|
| 357 |
fillColor: "เธชเธตเธเธฑเธงเธญเธฑเธเธฉเธฃ",
|
| 358 |
strokeColor: "เธชเธตเธเธญเธ",
|
| 359 |
strokeWidth: "เธเธงเธฒเธกเธซเธเธฒเธเธญเธ",
|
| 360 |
+
captionPosition: "เธเธณเนเธซเธเนเธ",
|
| 361 |
+
captionLength: "เธเธงเธฒเธกเธขเธฒเธงเธเนเธญเธเธฃเธฃเธ๏ฟฝ๏ฟฝ๏ฟฝเธ",
|
| 362 |
animation: "เธญเธเธดเนเธกเธเธฑเธ",
|
| 363 |
density_word: "เธเธตเธฅเธฐเธเธณ",
|
| 364 |
density_short: "เธงเธฅเธตเธชเธฑเนเธ",
|
| 365 |
density_medium: "เธงเธฅเธตเธเธฅเธฒเธ",
|
| 366 |
density_long: "เธเธฃเธฃเธเธฑเธเธขเธฒเธง",
|
| 367 |
animation_none: "เนเธกเนเธกเธต",
|
| 368 |
+
animation_highlight: "เนเธฎเนเธฅเธเน",
|
| 369 |
animation_pop: "เนเธเนเธเนเธเนเธฒ",
|
| 370 |
animation_bounce: "เนเธเนเธเธเธฒเธกเธเธฑเธเธซเธงเธฐ",
|
| 371 |
+
editorTools: "เธเธฃเธฑเธเนเธงเธฅเธฒเนเธฃเนเธง",
|
| 372 |
+
rangeStart: "เธเธธเธเนเธฃเธดเนเธกเธเนเธ",
|
| 373 |
+
rangeEnd: "เธเธธเธเธชเธดเนเธเธชเธธเธ",
|
| 374 |
+
trimStartBack: "โ0.5 เธงเธด",
|
| 375 |
+
trimStartForward: "+0.5 เธงเธด",
|
| 376 |
+
trimEndBack: "โ0.5 เธงเธด",
|
| 377 |
+
trimEndForward: "+0.5 เธงเธด",
|
| 378 |
+
moveClipLeft: "โ1 เธงเธด",
|
| 379 |
+
moveClipRight: "+1 เธงเธด",
|
| 380 |
+
setClipLength30: "30 เธงเธด",
|
| 381 |
+
setClipLength60: "60 เธงเธด",
|
| 382 |
+
setClipLength90: "90 เธงเธด",
|
| 383 |
inspector: "เธฃเธฒเธขเธฅเธฐเนเธญเธตเธขเธ",
|
| 384 |
title: "เธเธทเนเธญเธเธฅเธดเธ",
|
| 385 |
status: "เธชเธเธฒเธเธฐ",
|
| 386 |
notApproved: "เธขเธฑเธเนเธกเนเธญเธเธธเธกเธฑเธเธด",
|
| 387 |
+
model: "เนเธกเนเธเธฅ AI",
|
| 388 |
source: "เนเธซเธฅเนเธเธเธตเนเธกเธฒ",
|
| 389 |
source_upload: "เธญเธฑเธเนเธซเธฅเธ",
|
| 390 |
source_youtube: "YouTube",
|
| 391 |
source_video: "เธงเธดเธเธตเนเธญ",
|
| 392 |
settings: "เธเธฑเนเธเธเนเธฒ",
|
| 393 |
+
stepInput: "เธเธฒเธงเธเนเนเธซเธฅเธ",
|
| 394 |
stepTranscription: "เธเธญเธเนเธชเธตเธขเธ",
|
| 395 |
+
stepHighlights: "เนเธฎเนเธฅเธเน",
|
| 396 |
+
stepVisual: "AI เธ เธฒเธ",
|
| 397 |
stepRender: "เนเธฃเธเนเธเธญเธฃเน",
|
| 398 |
+
stepFinal: "เนเธชเธฃเนเธ",
|
| 399 |
+
renderProgress: "เธเธณเธฅเธฑเธเนเธฃเธเนเธเธญเธฃเนเธเธฅเธดเธ {{current}} เธเธฒเธ {{total}}",
|
| 400 |
appCta: "เธชเธฃเนเธฒเธเธเธฅเธดเธ",
|
| 401 |
niche_education: "เธเธฒเธฃเธจเธถเธเธฉเธฒ",
|
| 402 |
niche_gaming: "เนเธเธก",
|
| 403 |
niche_podcast: "เธเธญเธเนเธเธชเธเน",
|
| 404 |
+
niche_commentary: "เธเธญเธกเนเธกเธเธเธฒเธฃเธต",
|
| 405 |
niche_cars: "เธฃเธเธขเธเธเน",
|
| 406 |
+
niche_beauty: "เธเธดเธงเธเธตเน",
|
| 407 |
niche_fitness: "เธเธดเธเนเธเธช",
|
| 408 |
niche_finance: "เธเธฒเธฃเนเธเธดเธ",
|
| 409 |
niche_tech: "เนเธเธเนเธเนเธฅเธขเธต",
|
|
|
|
| 413 |
style_informative: "เนเธซเนเธเนเธญเธกเธนเธฅ",
|
| 414 |
style_funny: "เธเธฅเธ",
|
| 415 |
style_dramatic: "เธเธฃเธฒเธกเนเธฒ",
|
| 416 |
+
style_educational: "เธชเธญเธ",
|
| 417 |
style_commentary: "เธงเธดเนเธเธฃเธฒเธฐเธซเน",
|
| 418 |
platform_tiktok: "TikTok",
|
| 419 |
platform_youtube_shorts: "YouTube Shorts",
|
|
|
|
| 423 |
languageOption_Japanese: "เธเธตเนเธเธธเนเธ",
|
| 424 |
languageOption_Chinese: "เธเธตเธ",
|
| 425 |
languageOption_Korean: "เนเธเธฒเธซเธฅเธต",
|
| 426 |
+
languageOption_Auto: "เธเธฃเธงเธเธเธฑเธเธญเธฑเธเนเธเธกเธฑเธเธด",
|
| 427 |
},
|
| 428 |
ja: {
|
| 429 |
...en,
|
| 430 |
+
appSubtitle: "้ทๅฐบๅ็ปใ็ญ็ทจใฏใชใใใซ โ AMD ROCm ๆญ่ผ",
|
| 431 |
idle: "ๅพ
ๆฉไธญ",
|
| 432 |
+
queued: "้ ็ชๅพ
ใก",
|
| 433 |
+
running: "ๅฆ็ไธญ",
|
| 434 |
completed: "ๅฎไบ",
|
| 435 |
failed: "ๅคฑๆ",
|
| 436 |
demoMode: "ใใขใขใผใ",
|
| 437 |
productionMode: "ๆฌ็ชใขใผใ",
|
| 438 |
theme: "ใใผใ",
|
| 439 |
language: "่จ่ช",
|
| 440 |
+
startPipeline: "ใฏใชใใใ็ๆ",
|
| 441 |
+
channelProfile: "ใใฃใณใใซใใญใใฃใผใซ",
|
| 442 |
+
channelProfileText: "AIใๆ้ฉใช็ฌ้ใ้ธในใใใใใใฃใณใใซใฎๆ
ๅ ฑใๅ
ฅๅใใฆใใ ใใใ",
|
| 443 |
+
videoInput: "ๅ็ป",
|
| 444 |
niche: "ใธใฃใณใซ",
|
| 445 |
+
nicheHelp: "่ฟใใซใใดใชใ้ธใใงใใ ใใใๅฝใฆใฏใพใใชใๅ ดๅใฏใใใฎไปใใ้ธๆใใพใใ",
|
| 446 |
+
customNiche: "ใธใฃใณใซใๅ
ฅๅ",
|
| 447 |
+
customNichePlaceholder: "ไพ: ๅๅฟ่
ๅใใฟใค่ชAIใใฅใผใใชใขใซ",
|
| 448 |
channelDescription: "ใใฃใณใใซ่ชฌๆ",
|
| 449 |
+
channelDescriptionHelp: "ๅไบบใซ็ดนไปใใใคใใใงๆธใใฆใใ ใใใAIใใใฉใณใใฎๆนๅๆงใไฟใคใใใซไฝฟ็จใใพใใ",
|
| 450 |
channelDescriptionPlaceholder:
|
| 451 |
+
"ไพ: ใฟใค่ชใงAIใใผใซใใใใใใใใๅฐใใฆใผใขใขใไบคใใฆ่งฃ่ชฌใใฆใใพใใ",
|
| 452 |
+
clipStyle: "ใฏใชใใใฎในใฟใคใซ",
|
| 453 |
+
clipLength: "ใฏใชใใใฎ้ทใ๏ผ็ง๏ผ",
|
| 454 |
clipCount: "ใฏใชใใๆฐ",
|
| 455 |
+
clipCountHelp: "ใใฎๅ็ปใใAIใซ่ฆใคใใฆใปใใใฏใชใใใฎๆฐใงใใ",
|
| 456 |
+
primaryLanguage: "่จ่ช",
|
| 457 |
+
platform: "้
ไฟกใใฉใใใใฉใผใ ",
|
| 458 |
youtube: "YouTube",
|
| 459 |
upload: "ใขใใใญใผใ",
|
| 460 |
youtubeUrl: "YouTube URL",
|
| 461 |
youtubePlaceholder: "https://www.youtube.com/watch?v=...",
|
| 462 |
videoFile: "ๅ็ปใใกใคใซ",
|
| 463 |
+
pipeline: "ๅฆ็็ถๆณ",
|
| 464 |
ready: "ๆบๅๅฎไบ",
|
| 465 |
+
progressNote: "ๅทฅ็จใใจใซๆดๆฐใใใใฌใณใใชใณใฐไธญใฏใฏใชใใๅไฝใง้ฒๆใ่กจ็คบใใพใใ",
|
| 466 |
currentStep: "็พๅจใฎๅทฅ็จ",
|
| 467 |
timing: "ๅฆ็ๆ้",
|
| 468 |
+
timing_input: "ใใฆใณใญใผใ",
|
| 469 |
timing_transcription: "ๆๅญ่ตทใใ",
|
| 470 |
timing_highlight_detection: "ใใคใฉใคใๆคๅบ",
|
| 471 |
+
timing_multimodal_analysis: "ๆ ๅๅๆ",
|
| 472 |
timing_clip_generation: "ใฏใชใใ็ๆ",
|
| 473 |
timing_total: "ๅ่จ",
|
| 474 |
transcript: "ๆๅญ่ตทใใ",
|
| 475 |
transcriptEmpty: "ๆๅญ่ตทใใใๅฎไบใใใจใใใซ่กจ็คบใใใพใใ",
|
| 476 |
clips: "ใฏใชใใ",
|
| 477 |
+
noClips: "ใฏใชใใใใพใ ใใใพใใ",
|
| 478 |
+
noClipsText: "ๅฆ็ใ้ๅงใใใจใใใญใใฃใผใซใซๅใใใๅ่ฃใฏใชใใใ็ๆใใใพใใ",
|
| 479 |
+
readyClips: "ไปถใฎใฏใชใใ",
|
| 480 |
score: "ในใณใข",
|
| 481 |
reason: "็็ฑ",
|
| 482 |
duration: "้ทใ",
|
|
|
|
| 488 |
preview: "ใใฌใใฅใผ",
|
| 489 |
clipRange: "ใฏใชใใ็ฏๅฒ",
|
| 490 |
subtitles: "ๅญๅน",
|
| 491 |
+
subtitleCues: "ๅญๅนใใญใใฏ",
|
| 492 |
+
subtitleCueHelp: "็ญใๅญๅนใใญใใฏใฎใปใใTikTokใReelsใShortsใง่ชญใฟใใใใชใใพใใ",
|
| 493 |
+
timelineTracks: "ใฟใคใ ใฉใคใณ",
|
| 494 |
+
videoTrack: "ๆ ๅ",
|
| 495 |
subtitleTrack: "ๅญๅน",
|
| 496 |
audioTrack: "้ณๅฃฐ",
|
| 497 |
toolSelect: "้ธๆ",
|
|
|
|
| 501 |
toolExport: "ๆธใๅบใ",
|
| 502 |
captionStyle: "ๅญๅนในใฟใคใซ",
|
| 503 |
captionPreset: "ใใชใปใใ",
|
| 504 |
+
presetClean: "ใทใณใใซ",
|
| 505 |
presetBold: "ๅคชๅญ",
|
| 506 |
presetKaraoke: "ใซใฉใชใฑ",
|
| 507 |
font: "ใใฉใณใ",
|
| 508 |
fontSize: "ใตใคใบ",
|
| 509 |
+
fillColor: "ๆๅญ่ฒ",
|
| 510 |
+
strokeColor: "็ธใฎ่ฒ",
|
| 511 |
+
strokeWidth: "็ธใฎๅคชใ",
|
| 512 |
+
captionPosition: "ๅญๅนใฎไฝ็ฝฎ",
|
| 513 |
captionLength: "ๅญๅนใฎ้ทใ",
|
| 514 |
animation: "ใขใใกใผใทใงใณ",
|
| 515 |
+
density_word: "ๅ่ชๅไฝ",
|
| 516 |
+
density_short: "็ญใใฎ่ก",
|
| 517 |
+
density_medium: "ๆจๆบ",
|
| 518 |
+
density_long: "้ทใใฎ่ก",
|
| 519 |
animation_none: "ใชใ",
|
| 520 |
+
animation_highlight: "ใใคใฉใคใ",
|
| 521 |
animation_pop: "ใใใ",
|
| 522 |
animation_bounce: "ใใฆใณใน",
|
| 523 |
editorTools: "็ทจ้ใใผใซ",
|
| 524 |
rangeStart: "้ๅงไฝ็ฝฎ",
|
| 525 |
rangeEnd: "็ตไบไฝ็ฝฎ",
|
| 526 |
+
trimStartBack: "้ๅง โ0.5็ง",
|
| 527 |
trimStartForward: "้ๅง +0.5็ง",
|
| 528 |
+
trimEndBack: "็ตไบ โ0.5็ง",
|
| 529 |
trimEndForward: "็ตไบ +0.5็ง",
|
| 530 |
+
moveClipLeft: "ใฏใชใใ โ1็ง",
|
| 531 |
moveClipRight: "ใฏใชใใ +1็ง",
|
| 532 |
+
setClipLength30: "30็งใซ่ชฟๆด",
|
| 533 |
+
setClipLength60: "60็งใซ่ชฟๆด",
|
| 534 |
+
setClipLength90: "90็งใซ่ชฟๆด",
|
| 535 |
+
inspector: "ใฏใชใใๆ
ๅ ฑ",
|
| 536 |
title: "ใฟใคใใซ",
|
| 537 |
+
status: "ในใใผใฟใน",
|
| 538 |
notApproved: "ๆชๆฟ่ช",
|
| 539 |
model: "ใขใใซ",
|
| 540 |
source: "ใฝใผใน",
|
|
|
|
| 545 |
stepInput: "ๅ
ฅๅ",
|
| 546 |
stepTranscription: "ๆๅญ่ตทใใ",
|
| 547 |
stepHighlights: "ใใคใฉใคใ",
|
| 548 |
+
stepVisual: "ๆ ๅๅๆ",
|
| 549 |
+
stepRender: "ใฌใณใใชใณใฐ",
|
| 550 |
stepFinal: "ไปไธใ",
|
| 551 |
renderProgress: "ใฏใชใใ {{current}}/{{total}} ใใฌใณใใชใณใฐไธญ",
|
| 552 |
+
appCta: "ใฏใชใใใ็ๆ",
|
| 553 |
approve: "ๆฟ่ช",
|
| 554 |
approved: "ๆฟ่ชๆธใฟ",
|
| 555 |
regenerate: "ๅ็ๆ",
|
| 556 |
delete: "ๅ้ค",
|
| 557 |
download: "ใใฆใณใญใผใ",
|
| 558 |
+
backToDashboard: "ใใผใ ใซๆปใ",
|
| 559 |
niche_education: "ๆ่ฒ",
|
| 560 |
niche_gaming: "ใฒใผใ ",
|
| 561 |
niche_podcast: "ใใใใญใฃในใ",
|
|
|
|
| 563 |
niche_cars: "่ป",
|
| 564 |
niche_beauty: "็พๅฎน",
|
| 565 |
niche_fitness: "ใใฃใใใใน",
|
| 566 |
+
niche_finance: "ใใกใคใใณใน",
|
| 567 |
+
niche_tech: "ใใฏใใญใธใผ",
|
| 568 |
niche_lifestyle: "ใฉใคใในใฟใคใซ",
|
| 569 |
niche_music: "้ณๆฅฝ",
|
| 570 |
niche_other: "ใใฎไป",
|
| 571 |
+
style_informative: "ๆ
ๅ ฑ็ณป",
|
| 572 |
+
style_funny: "ใณใกใใฃ",
|
| 573 |
style_dramatic: "ใใฉใใใใฏ",
|
| 574 |
+
style_educational: "ๆ่ฒ็ณป",
|
| 575 |
style_commentary: "่งฃ่ชฌ",
|
| 576 |
platform_tiktok: "TikTok",
|
| 577 |
platform_youtube_shorts: "YouTube Shorts",
|
|
|
|
| 581 |
languageOption_Japanese: "ๆฅๆฌ่ช",
|
| 582 |
languageOption_Chinese: "ไธญๅฝ่ช",
|
| 583 |
languageOption_Korean: "้ๅฝ่ช",
|
| 584 |
+
languageOption_Auto: "่ชๅๆคๅบ",
|
| 585 |
},
|
| 586 |
zh: {
|
| 587 |
...en,
|
| 588 |
+
appSubtitle: "ๆ้ฟ่ง้ขๅๆ็ญ่ง้ข โ ็ฑ AMD ROCm ้ฉฑๅจ",
|
| 589 |
+
idle: "ๅพ
ๆบ",
|
| 590 |
queued: "ๆ้ไธญ",
|
| 591 |
+
running: "ๅค็ไธญ",
|
| 592 |
+
completed: "ๅฎๆ",
|
| 593 |
failed: "ๅคฑ่ดฅ",
|
| 594 |
demoMode: "ๆผ็คบๆจกๅผ",
|
| 595 |
+
productionMode: "ๆญฃๅผๆจกๅผ",
|
| 596 |
theme: "ไธป้ข",
|
| 597 |
language: "่ฏญ่จ",
|
| 598 |
+
startPipeline: "็ๆ็ญ็",
|
| 599 |
channelProfile: "้ข้่ตๆ",
|
| 600 |
+
channelProfileText: "ๆไฝ ็้ข้ๆ
ๅตๅ่ฏ AI๏ผๅฎๆไผๆๅบๆๅ้็็ฒพๅฝฉ็ฌ้ดใ",
|
| 601 |
+
videoInput: "่ง้ข",
|
| 602 |
+
niche: "้ข้็ฑปๅ",
|
| 603 |
+
nicheHelp: "้ๆๆฅ่ฟ็ๅ็ฑปใๅฆๆไธๅจๅ่กจไธญ๏ผ่ฏท้ๆฉใๅ
ถไปใใ",
|
| 604 |
+
customNiche: "่ชๅฎไน็ฑปๅ",
|
| 605 |
customNichePlaceholder: "ไพๅฆ๏ผ้ขๅๅๅญฆ่
็ๆณฐ่ฏญ AI ๆ็จ",
|
| 606 |
+
channelDescription: "้ข้ไป็ป",
|
| 607 |
+
channelDescriptionHelp: "ๅไป็ป็ปๆๅไธๆ ทๅๅฐฑๅฅฝใAI ไผ็จๅฎๅคๆญๅ
ๅฎนๆฏๅฆ็ฌฆๅ้ข้้ฃๆ ผใ",
|
| 608 |
channelDescriptionPlaceholder: "ไพๅฆ๏ผๆ็จๆณฐ่ฏญ่ฎฒ่งฃ AI ๅทฅๅ
ท๏ผไพๅญ็ฎๅ๏ผไนๅธฆไธ็นๅนฝ้ปใ",
|
| 609 |
+
clipStyle: "็ญ็้ฃๆ ผ",
|
| 610 |
+
clipLength: "็ญ็ๆถ้ฟ๏ผ็ง๏ผ",
|
| 611 |
+
clipCount: "็ญ็ๆฐ้",
|
| 612 |
+
clipCountHelp: "ๅธๆ AI ไป่ฟๆฎต่ง้ขไธญ็ๆๅคๅฐๆกๅ้็ญ็ใ",
|
| 613 |
+
primaryLanguage: "่ฏญ่จ",
|
| 614 |
+
platform: "ๅๅธๅนณๅฐ",
|
| 615 |
youtube: "YouTube",
|
| 616 |
upload: "ไธไผ ",
|
| 617 |
youtubeUrl: "YouTube ้พๆฅ",
|
| 618 |
youtubePlaceholder: "https://www.youtube.com/watch?v=...",
|
| 619 |
videoFile: "่ง้ขๆไปถ",
|
| 620 |
+
pipeline: "ๅค็่ฟๅบฆ",
|
| 621 |
ready: "ๅๅคๅฐฑ็ปช",
|
| 622 |
+
progressNote: "ๆฏไธชๆญฅ้ชค้ฝไผๆดๆฐ่ฟๅบฆ๏ผๆธฒๆ้ถๆฎตไผๆพ็คบๆฏๆก็ญ็็็ถๆใ",
|
| 623 |
currentStep: "ๅฝๅๆญฅ้ชค",
|
| 624 |
timing: "่ๆถ",
|
| 625 |
+
timing_input: "ไธ่ฝฝ",
|
| 626 |
+
timing_transcription: "่ฏญ้ณ่ฝฌๅ",
|
| 627 |
+
timing_highlight_detection: "ไบฎ็น่ฏๅซ",
|
| 628 |
+
timing_multimodal_analysis: "็ป้ขๅๆ",
|
| 629 |
+
timing_clip_generation: "็ญ็็ๆ",
|
| 630 |
timing_total: "ๆป่ฎก",
|
| 631 |
+
transcript: "ๅญๅนๅๆ",
|
| 632 |
+
transcriptEmpty: "่ฝฌๅๅฎๆๅไผๆพ็คบๅจ่ฟ้ใ",
|
| 633 |
+
clips: "็ญ็",
|
| 634 |
+
noClips: "่ฟๆฒกๆ็ญ็",
|
| 635 |
+
noClipsText: "ๅฏๅจๆต็จๅ๏ผAI ไผๆ นๆฎ้ข้่ตๆ็ๆๅ้็ญ็ใ",
|
| 636 |
+
readyClips: "ๆก็ญ็",
|
| 637 |
score: "่ฏๅ",
|
| 638 |
reason: "ๅๅ ",
|
| 639 |
duration: "ๆถ้ฟ",
|
| 640 |
+
start: "่ตท็น",
|
| 641 |
+
end: "็ป็น",
|
| 642 |
openEditor: "ๆๅผ็ผ่พๅจ",
|
| 643 |
+
editor: "็ญ็็ผ่พๅจ",
|
| 644 |
+
editorText: "่ฐๆด่ฟๆก็ญ็็ๆถ้ดใๅญๅน๏ผๅนถๅฎๆๆ็ป็กฎ่ฎคใ",
|
| 645 |
preview: "้ข่ง",
|
| 646 |
+
clipRange: "็ๆฎต่ๅด",
|
| 647 |
subtitles: "ๅญๅน",
|
| 648 |
+
subtitleCues: "ๅญๅนๆฎต่ฝ",
|
| 649 |
+
subtitleCueHelp: "็ญๅญๅนๆฎต่ฝๆด้ๅ TikTokใReels ๅ Shortsใ",
|
| 650 |
+
timelineTracks: "ๆถ้ด็บฟ",
|
| 651 |
+
videoTrack: "็ป้ข",
|
| 652 |
subtitleTrack: "ๅญๅน",
|
| 653 |
audioTrack: "้ณ้ข",
|
| 654 |
toolSelect: "้ๆฉ",
|
|
|
|
| 659 |
captionStyle: "ๅญๅนๆ ทๅผ",
|
| 660 |
captionPreset: "้ข่ฎพ",
|
| 661 |
presetClean: "็ฎๆด",
|
| 662 |
+
presetBold: "็ฒไฝ",
|
| 663 |
presetKaraoke: "ๅกๆ OK",
|
| 664 |
font: "ๅญไฝ",
|
| 665 |
+
fontSize: "ๅญๅท",
|
| 666 |
+
fillColor: "ๅกซๅ
่ฒ",
|
| 667 |
+
strokeColor: "ๆ่พน่ฒ",
|
| 668 |
strokeWidth: "ๆ่พนๅฎฝๅบฆ",
|
| 669 |
+
captionPosition: "ๅญๅนไฝ็ฝฎ",
|
| 670 |
captionLength: "ๅญๅน้ฟๅบฆ",
|
| 671 |
+
animation: "ๅจๆ",
|
| 672 |
density_word: "้่ฏ",
|
| 673 |
+
density_short: "็ญๅฅ",
|
| 674 |
+
density_medium: "ไธญ็ญ้ฟๅบฆ",
|
| 675 |
density_long: "้ฟๅฅ",
|
| 676 |
animation_none: "ๆ ",
|
| 677 |
+
animation_highlight: "้ซไบฎ",
|
| 678 |
animation_pop: "ๅผนๅบ",
|
| 679 |
animation_bounce: "ๅผน่ทณ",
|
| 680 |
editorTools: "็ผ่พๅทฅๅ
ท",
|
| 681 |
+
rangeStart: "่ตท็นไฝ็ฝฎ",
|
| 682 |
+
rangeEnd: "็ป็นไฝ็ฝฎ",
|
| 683 |
+
trimStartBack: "่ตท็น โ0.5 ็ง",
|
| 684 |
+
trimStartForward: "่ตท็น +0.5 ็ง",
|
| 685 |
+
trimEndBack: "็ป็น โ0.5 ็ง",
|
| 686 |
+
trimEndForward: "็ป็น +0.5 ็ง",
|
| 687 |
+
moveClipLeft: "ๆดๆฎต โ1 ็ง",
|
| 688 |
+
moveClipRight: "ๆดๆฎต +1 ็ง",
|
| 689 |
+
setClipLength30: "่ฐๆดไธบ 30 ็ง",
|
| 690 |
+
setClipLength60: "่ฐๆดไธบ 60 ็ง",
|
| 691 |
+
setClipLength90: "่ฐๆดไธบ 90 ็ง",
|
| 692 |
+
inspector: "ๅฑๆง",
|
| 693 |
title: "ๆ ้ข",
|
| 694 |
status: "็ถๆ",
|
| 695 |
+
notApproved: "ๆช็กฎ่ฎค",
|
| 696 |
model: "ๆจกๅ",
|
| 697 |
source: "ๆฅๆบ",
|
| 698 |
source_upload: "ไธไผ ",
|
| 699 |
source_youtube: "YouTube",
|
| 700 |
source_video: "่ง้ข",
|
| 701 |
settings: "่ฎพ็ฝฎ",
|
| 702 |
+
stepInput: "ๅฏผๅ
ฅ",
|
| 703 |
+
stepTranscription: "่ฏญ้ณ่ฝฌๅ",
|
| 704 |
+
stepHighlights: "ไบฎ็น่ฏๅซ",
|
| 705 |
+
stepVisual: "็ป้ขๅๆ",
|
| 706 |
stepRender: "ๆธฒๆ",
|
| 707 |
+
stepFinal: "ๆถๅฐพ",
|
| 708 |
+
renderProgress: "ๆญฃๅจๆธฒๆ็ฌฌ {{current}}/{{total}} ๆก็ญ็",
|
| 709 |
+
appCta: "็ๆ็ญ็",
|
| 710 |
+
approve: "็กฎ่ฎค",
|
| 711 |
+
approved: "ๅทฒ็กฎ่ฎค",
|
| 712 |
regenerate: "้ๆฐ็ๆ",
|
| 713 |
delete: "ๅ ้ค",
|
| 714 |
download: "ไธ่ฝฝ",
|
| 715 |
+
backToDashboard: "่ฟๅไธป็้ข",
|
| 716 |
niche_education: "ๆ่ฒ",
|
| 717 |
niche_gaming: "ๆธธๆ",
|
| 718 |
niche_podcast: "ๆญๅฎข",
|
| 719 |
+
niche_commentary: "่งฃ่ฏด",
|
| 720 |
niche_cars: "ๆฑฝ่ฝฆ",
|
| 721 |
niche_beauty: "็พๅฆ",
|
| 722 |
niche_fitness: "ๅฅ่บซ",
|
| 723 |
+
niche_finance: "่ดข็ป",
|
| 724 |
niche_tech: "็งๆ",
|
| 725 |
+
niche_lifestyle: "็ๆดป",
|
| 726 |
niche_music: "้ณไน",
|
| 727 |
niche_other: "ๅ
ถไป",
|
| 728 |
+
style_informative: "็ฅ่ฏๅ",
|
| 729 |
style_funny: "ๅนฝ้ป",
|
| 730 |
style_dramatic: "ๆๅงๅ",
|
| 731 |
style_educational: "ๆๅญฆๅ",
|
|
|
|
| 738 |
languageOption_Japanese: "ๆฅ่ฏญ",
|
| 739 |
languageOption_Chinese: "ไธญๆ",
|
| 740 |
languageOption_Korean: "้ฉ่ฏญ",
|
| 741 |
+
languageOption_Auto: "่ชๅจๆฃๆต",
|
| 742 |
},
|
| 743 |
ko: {
|
| 744 |
...en,
|
| 745 |
+
appSubtitle: "๊ธด ์์์ ์งง์ ํด๋ฆฝ์ผ๋ก โ AMD ROCm ๊ธฐ๋ฐ",
|
| 746 |
+
idle: "๋๊ธฐ ์ค",
|
| 747 |
queued: "๋๊ธฐ์ด",
|
| 748 |
+
running: "์ฒ๋ฆฌ ์ค",
|
| 749 |
completed: "์๋ฃ",
|
| 750 |
failed: "์คํจ",
|
| 751 |
demoMode: "๋ฐ๋ชจ ๋ชจ๋",
|
| 752 |
+
productionMode: "์ ์ ๋ชจ๋",
|
| 753 |
theme: "ํ
๋ง",
|
| 754 |
language: "์ธ์ด",
|
| 755 |
+
startPipeline: "ํด๋ฆฝ ๋ง๋ค๊ธฐ",
|
| 756 |
channelProfile: "์ฑ๋ ํ๋กํ",
|
| 757 |
+
channelProfileText: "AI๊ฐ ์ ์ ํ ์๊ฐ์ ๊ณ ๋ฅผ ์ ์๋๋ก ์ฑ๋ ์ ๋ณด๋ฅผ ์
๋ ฅํด ์ฃผ์ธ์.",
|
| 758 |
+
videoInput: "์์",
|
| 759 |
niche: "์ฑ๋ ๋ถ์ผ",
|
| 760 |
+
nicheHelp: "๊ฐ์ฅ ๊ฐ๊น์ด ์นดํ
๊ณ ๋ฆฌ๋ฅผ ์ ํํ์ธ์. ํด๋น ํญ๋ชฉ์ด ์๋ค๋ฉด ๊ธฐํ๋ฅผ ์ ํํฉ๋๋ค.",
|
| 761 |
+
customNiche: "๋ถ์ผ ์ง์ ์
๋ ฅ",
|
| 762 |
customNichePlaceholder: "์: ์ด๋ณด์๋ฅผ ์ํ ํ๊ตญ์ด AI ํํ ๋ฆฌ์ผ",
|
| 763 |
+
channelDescription: "์ฑ๋ ์๊ฐ",
|
| 764 |
+
channelDescriptionHelp: "์น๊ตฌ์๊ฒ ์๊ฐํ๋ฏ ์์ฐ์ค๋ฝ๊ฒ ์์ฑํ์ธ์. AI๊ฐ ์ฑ๋ ํค์ ์ ์งํ๋ ๋ฐ ์ฌ์ฉํฉ๋๋ค.",
|
| 765 |
channelDescriptionPlaceholder:
|
| 766 |
+
"์: AI ๋๊ตฌ๋ฅผ ํ๊ตญ์ด๋ก ์ฝ๊ฒ ์ค๋ช
ํ๊ณ , ์ฝ๊ฐ์ ์ ๋จธ๋ ๊ณ๋ค์
๋๋ค.",
|
| 767 |
clipStyle: "ํด๋ฆฝ ์คํ์ผ",
|
| 768 |
clipLength: "ํด๋ฆฝ ๊ธธ์ด(์ด)",
|
| 769 |
clipCount: "ํด๋ฆฝ ๊ฐ์",
|
| 770 |
+
clipCountHelp: "์ด ์์์์ AI๊ฐ ์ฐพ์๋ผ ํด๋ฆฝ ๊ฐ์์
๋๋ค.",
|
| 771 |
+
primaryLanguage: "์ธ์ด",
|
| 772 |
platform: "ํ๋ซํผ",
|
| 773 |
youtube: "YouTube",
|
| 774 |
upload: "์
๋ก๋",
|
| 775 |
youtubeUrl: "YouTube URL",
|
| 776 |
youtubePlaceholder: "https://www.youtube.com/watch?v=...",
|
| 777 |
+
videoFile: "์์ ํ์ผ",
|
| 778 |
+
pipeline: "์ฒ๋ฆฌ ์งํ",
|
| 779 |
+
ready: "์ค๋น ์๋ฃ",
|
| 780 |
+
progressNote: "๋จ๊ณ๋ณ๋ก ์งํ๋ฅ ์ด ๊ฐฑ์ ๋๋ฉฐ, ๋ ๋๋ง ์ค์๋ ํด๋ฆฝ๋ณ ์ํ๊ฐ ํ์๋ฉ๋๋ค.",
|
| 781 |
currentStep: "ํ์ฌ ๋จ๊ณ",
|
| 782 |
timing: "์์ ์๊ฐ",
|
| 783 |
+
timing_input: "๋ค์ด๋ก๋",
|
| 784 |
+
timing_transcription: "์์ฑ ์ธ์",
|
| 785 |
timing_highlight_detection: "ํ์ด๋ผ์ดํธ ๊ฐ์ง",
|
| 786 |
+
timing_multimodal_analysis: "์์ ๋ถ์",
|
| 787 |
timing_clip_generation: "ํด๋ฆฝ ์์ฑ",
|
| 788 |
+
timing_total: "์ด ์๊ฐ",
|
| 789 |
+
transcript: "์คํฌ๋ฆฝํธ",
|
| 790 |
+
transcriptEmpty: "์์ฑ ์ธ์์ด ๋๋๋ฉด ์ฌ๊ธฐ์ ํ์๋ฉ๋๋ค.",
|
| 791 |
clips: "ํด๋ฆฝ",
|
| 792 |
noClips: "์์ง ํด๋ฆฝ์ด ์์ต๋๋ค",
|
| 793 |
+
noClipsText: "์ฒ๋ฆฌ๋ฅผ ์์ํ๋ฉด ์ฑ๋ ํ๋กํ์ ๋ง์ถฐ ํ๋ณด ํด๋ฆฝ์ด ์์ฑ๋ฉ๋๋ค.",
|
| 794 |
+
readyClips: "๊ฐ์ ํด๋ฆฝ",
|
| 795 |
score: "์ ์",
|
| 796 |
+
reason: "์ ์ ์ด์ ",
|
| 797 |
duration: "๊ธธ์ด",
|
| 798 |
start: "์์",
|
| 799 |
+
end: "๋",
|
| 800 |
+
openEditor: "์๋ํฐ ์ด๊ธฐ",
|
| 801 |
+
editor: "ํด๋ฆฝ ์๋ํฐ",
|
| 802 |
+
editorText: "์ด ํด๋ฆฝ์ ํ์ด๋ฐ, ์๋ง, ์ต์ข
ํ์ธ ์ํ๋ฅผ ์กฐ์ ํฉ๋๋ค.",
|
| 803 |
preview: "๋ฏธ๋ฆฌ๋ณด๊ธฐ",
|
| 804 |
clipRange: "ํด๋ฆฝ ๋ฒ์",
|
| 805 |
subtitles: "์๋ง",
|
| 806 |
+
subtitleCues: "์๋ง ๋จ๋ฝ",
|
| 807 |
+
subtitleCueHelp: "์งง์ ์๋ง ๋จ๋ฝ์ด TikTok, Reels, Shorts์์ ๋ ์ฝ๊ธฐ ์ข์ต๋๋ค.",
|
| 808 |
+
timelineTracks: "ํ์๋ผ์ธ",
|
| 809 |
+
videoTrack: "์์",
|
| 810 |
subtitleTrack: "์๋ง",
|
| 811 |
audioTrack: "์ค๋์ค",
|
| 812 |
toolSelect: "์ ํ",
|
|
|
|
| 816 |
toolExport: "๋ด๋ณด๋ด๊ธฐ",
|
| 817 |
captionStyle: "์๋ง ์คํ์ผ",
|
| 818 |
captionPreset: "ํ๋ฆฌ์
",
|
| 819 |
+
presetClean: "์ฌํ",
|
| 820 |
+
presetBold: "๊ตต์ ๊ธ์จ",
|
| 821 |
presetKaraoke: "๋
ธ๋๋ฐฉ",
|
| 822 |
font: "๊ธ๊ผด",
|
| 823 |
+
fontSize: "๊ธ์ ํฌ๊ธฐ",
|
| 824 |
+
fillColor: "๊ธ์์",
|
| 825 |
+
strokeColor: "์ธ๊ณฝ์ ์",
|
| 826 |
strokeWidth: "์ธ๊ณฝ์ ๋๊ป",
|
| 827 |
+
captionPosition: "์๋ง ์์น",
|
| 828 |
captionLength: "์๋ง ๊ธธ์ด",
|
| 829 |
animation: "์ ๋๋ฉ์ด์
",
|
| 830 |
+
density_word: "๋จ์ด ๋จ์",
|
| 831 |
+
density_short: "์งง์ ์ค",
|
| 832 |
+
density_medium: "๋ณดํต",
|
| 833 |
density_long: "๊ธด ์ค",
|
| 834 |
animation_none: "์์",
|
| 835 |
+
animation_highlight: "ํ์ด๋ผ์ดํธ",
|
| 836 |
animation_pop: "ํ",
|
| 837 |
animation_bounce: "๋ฐ์ด์ค",
|
| 838 |
editorTools: "ํธ์ง ๋๊ตฌ",
|
| 839 |
rangeStart: "์์ ์์น",
|
| 840 |
+
rangeEnd: "๋ ์์น",
|
| 841 |
+
trimStartBack: "์์ โ0.5์ด",
|
| 842 |
trimStartForward: "์์ +0.5์ด",
|
| 843 |
+
trimEndBack: "๋ โ0.5์ด",
|
| 844 |
+
trimEndForward: "๋ +0.5์ด",
|
| 845 |
+
moveClipLeft: "ํด๋ฆฝ โ1์ด",
|
| 846 |
moveClipRight: "ํด๋ฆฝ +1์ด",
|
| 847 |
+
setClipLength30: "30์ด๋ก ๋ง์ถ๊ธฐ",
|
| 848 |
+
setClipLength60: "60์ด๋ก ๋ง์ถ๊ธฐ",
|
| 849 |
+
setClipLength90: "90์ด๋ก ๋ง์ถ๊ธฐ",
|
| 850 |
+
inspector: "์์ธ ์ ๋ณด",
|
| 851 |
title: "์ ๋ชฉ",
|
| 852 |
status: "์ํ",
|
| 853 |
+
notApproved: "๋ฏธํ์ ",
|
| 854 |
model: "๋ชจ๋ธ",
|
| 855 |
source: "์์ค",
|
| 856 |
source_upload: "์
๋ก๋",
|
| 857 |
source_youtube: "YouTube",
|
| 858 |
+
source_video: "์์",
|
| 859 |
settings: "์ค์ ",
|
| 860 |
+
stepInput: "๋ถ๋ฌ์ค๊ธฐ",
|
| 861 |
+
stepTranscription: "์์ฑ ์ธ์",
|
| 862 |
stepHighlights: "ํ์ด๋ผ์ดํธ",
|
| 863 |
+
stepVisual: "์์ ๋ถ์",
|
| 864 |
stepRender: "๋ ๋๋ง",
|
| 865 |
stepFinal: "๋ง๋ฌด๋ฆฌ",
|
| 866 |
renderProgress: "ํด๋ฆฝ {{current}}/{{total}} ๋ ๋๋ง ์ค",
|
| 867 |
+
appCta: "ํด๋ฆฝ ๋ง๋ค๊ธฐ",
|
| 868 |
+
approve: "ํ์ ",
|
| 869 |
+
approved: "ํ์ ๋จ",
|
| 870 |
+
regenerate: "๋ค์ ๋ง๋ค๊ธฐ",
|
| 871 |
delete: "์ญ์ ",
|
| 872 |
download: "๋ค์ด๋ก๋",
|
| 873 |
+
backToDashboard: "ํ์ผ๋ก",
|
| 874 |
niche_education: "๊ต์ก",
|
| 875 |
niche_gaming: "๊ฒ์",
|
| 876 |
niche_podcast: "ํ์บ์คํธ",
|
|
|
|
| 884 |
niche_music: "์์
",
|
| 885 |
niche_other: "๊ธฐํ",
|
| 886 |
style_informative: "์ ๋ณดํ",
|
| 887 |
+
style_funny: "์ ๋จธ",
|
| 888 |
+
style_dramatic: "๊ฐ๋์ ",
|
| 889 |
style_educational: "๊ต์กํ",
|
| 890 |
style_commentary: "ํด์คํ",
|
| 891 |
platform_tiktok: "TikTok",
|
|
|
|
| 896 |
languageOption_Japanese: "์ผ๋ณธ์ด",
|
| 897 |
languageOption_Chinese: "์ค๊ตญ์ด",
|
| 898 |
languageOption_Korean: "ํ๊ตญ์ด",
|
| 899 |
+
languageOption_Auto: "์๋ ๊ฐ์ง",
|
| 900 |
},
|
| 901 |
};
|
| 902 |
|