euiia commited on
Commit
917ec3e
·
verified ·
1 Parent(s): 1b8ed0f

Update i18n.json

Browse files
Files changed (1) hide show
  1. i18n.json +124 -58
i18n.json CHANGED
@@ -1,113 +1,179 @@
1
  {
2
  "pt": {
3
  "app_title": "ADUC-SDR 🎬 - O Diretor de Cinema IA",
4
- "app_subtitle": "Crie um filme completo com vídeo e áudio, orquestrado por uma equipe de IAs.",
5
  "lang_selector_label": "Idioma / Language",
6
- "step1_accordion": "Etapa 1: Roteiro e Cenas-Chave",
7
  "prompt_label": "Ideia Geral do Filme",
8
  "ref_images_label": "Imagens de Referência",
9
  "keyframes_label": "Número de Cenas-Chave",
10
  "duration_label": "Duração de cada Clipe (s)",
11
- "duration_info": "Define a duração alvo para cada fragmento de vídeo gerado.",
12
  "storyboard_and_keyframes_button": "1A. Gerar Roteiro e Keyframes (Modo Diretor de Arte)",
13
  "storyboard_from_photos_button": "1B. Gerar Roteiro a partir de Fotos (Modo Fotógrafo)",
14
  "step1_mode_b_info": "Modo Fotógrafo: As imagens carregadas são usadas como um banco de cenas e a IA escolherá a melhor para cada parte do roteiro.",
15
  "storyboard_output_label": "Roteiro Gerado (Storyboard)",
16
- "keyframes_gallery_label": "Galeria de Cenas-Chave (Keyframes)",
17
- "step3_accordion": "Etapa 2: A Produção do Filme",
18
- "step3_description": "Inicie a produção do vídeo. Use as Opções Avançadas para controlar o processo.",
19
- "produce_button": "🎬 Produzir Filme Completo",
20
- "video_fragments_gallery_label": "Fragmentos do Filme Gerados",
21
- "final_movie_with_audio_label": "🎉 FILME COMPLETO 🎉",
22
- "log_accordion_label": "📝 Log de Geração (Detalhado)",
23
- "log_display_label": "Log da Sessão",
24
- "update_log_button": "Atualizar Log",
25
- "advanced_options_accordion": "Opções Avançadas de Produção",
26
- "causality_controls_title": "Controles de Causalidade (Física da Transição):",
27
  "trim_percent_label": "Poda Causal (%)",
28
  "trim_percent_info": "Percentual 'descartado' para criar a memória do futuro (Déjà-Vu). Valores mais altos criam movimentos mais complexos.",
29
  "forca_guia_label": "Força do Déjà-Vu (Guia de Trajetória)",
30
  "forca_guia_info": "Quão forte a 'memória do futuro' influencia a nova cena. Ajuda a criar movimentos mais ricos.",
31
  "convergencia_final_label": "Força da Âncora Final (Destino)",
32
  "convergencia_final_info": "Quão forte o vídeo é puxado em direção à imagem do keyframe final.",
33
- "post_production_controls_title": "Controles de Pós-Produção (Qualidade vs. Velocidade):",
34
- "use_upscaler_label": "Habilitar Upscaler Latente (2x)",
35
- "use_refiner_label": "Habilitar Refinamento/Denoise",
36
- "use_hd_label": "Habilitar Masterização HD (SeedVR)",
37
- "use_audio_label": "Habilitar Geração de Áudio (Futuro)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  },
39
  "en": {
40
  "app_title": "ADUC-SDR 🎬 - The AI Film Director",
41
- "app_subtitle": "Create a complete film, orchestrated by a team of AIs.",
42
  "lang_selector_label": "Language / Idioma",
43
- "step1_accordion": "Step 1: Script & Key-Scenes",
44
  "prompt_label": "General Film Idea",
45
  "ref_images_label": "Reference Images",
46
  "keyframes_label": "Number of Key-Scenes",
47
  "duration_label": "Duration per Clip (s)",
48
- "duration_info": "Sets the target duration for each generated video fragment.",
49
  "storyboard_and_keyframes_button": "1A. Generate Script & Keyframes (Art Director Mode)",
50
  "storyboard_from_photos_button": "1B. Generate Script from Photos (Photographer Mode)",
51
  "step1_mode_b_info": "Photographer Mode: Uploaded images are used as a scene bank, and the AI will choose the best one for each script part.",
52
  "storyboard_output_label": "Generated Script (Storyboard)",
53
- "keyframes_gallery_label": "Key-Scenes Gallery (Keyframes)",
54
- "step3_accordion": "Step 2: Film Production",
55
- "step3_description": "Start the video production. Use the Advanced Options to control the process.",
56
- "produce_button": "🎬 Produce Complete Film",
57
- "video_fragments_gallery_label": "Generated Film Fragments",
58
- "final_movie_with_audio_label": "🎉 COMPLETE MOVIE 🎉",
59
- "log_accordion_label": "📝 Generation Log (Detailed)",
60
- "log_display_label": "Session Log",
61
- "update_log_button": "Update Log",
62
- "advanced_options_accordion": "Advanced Production Options",
63
- "causality_controls_title": "Causality Controls (Transition Physics):",
64
  "trim_percent_label": "Causal Pruning (%)",
65
  "trim_percent_info": "Percentage 'discarded' to create the future memory (Déjà-Vu). Higher values create more complex movements.",
66
  "forca_guia_label": "Déjà-Vu Strength (Trajectory Guide)",
67
  "forca_guia_info": "How strongly the 'future memory' influences the new scene. Helps create richer movements.",
68
  "convergencia_final_label": "Final Anchor Strength (Destination)",
69
  "convergencia_final_info": "How strongly the video is pulled towards the final keyframe image.",
70
- "post_production_controls_title": "Post-Production Controls (Quality vs. Speed):",
71
- "use_upscaler_label": "Enable Latent Upscaler (2x)",
72
- "use_refiner_label": "Enable Refiner/Denoise",
73
- "use_hd_label": "Enable HD Mastering (SeedVR)",
74
- "use_audio_label": "Enable Audio Generation (Future)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  },
76
  "zh": {
77
  "app_title": "ADUC-SDR 🎬 - 人工智能电影导演",
78
- "app_subtitle": "由人工智能团队精心策划,创作一部完整的电影。",
79
  "lang_selector_label": "语言 / Language",
80
- "step1_accordion": "第 1 步:剧本和关键场景",
81
  "prompt_label": "电影总体构想",
82
  "ref_images_label": "参考图像",
83
  "keyframes_label": "关键场景数量",
84
  "duration_label": "每个剪辑的持续时间(秒)",
85
- "duration_info": "为每个生成的视频片段设置目标持续时间。",
86
  "storyboard_and_keyframes_button": "1A. 生成剧本和关键帧 (艺术总监模式)",
87
  "storyboard_from_photos_button": "1B. 从照片生成剧本 (摄影师模式)",
88
  "step1_mode_b_info": "摄影师模式:上传的图像被用作场景库,AI将为剧本的每个部分选择最佳图像。",
89
  "storyboard_output_label": "生成的剧本",
90
- "keyframes_gallery_label": "关键场景画廊 (关键帧)",
91
- "step3_accordion": "第 2 步:影片制作",
92
- "step3_description": "开始视频制作。使用高级选项来控制流程。",
93
- "produce_button": "🎬 制作完整影片",
94
- "video_fragments_gallery_label": "生成的电影片段",
95
- "final_movie_with_audio_label": "🎉 完整影片 🎉",
96
- "log_accordion_label": "📝 生成日志(详细)",
97
- "log_display_label": "会话日志",
98
- "update_log_button": "更新日志",
99
- "advanced_options_accordion": "高级制作选项",
100
- "causality_controls_title": "因果控制(过渡物理学):",
101
  "trim_percent_label": "因果修剪 (%)",
102
- "trim_percent_info": "为创造未来记忆(Déjà-Vu)而'丢弃'的百分比。较高的值会产生更复杂的运动。",
103
  "forca_guia_label": "Déjà-Vu强度(轨迹引导)",
104
  "forca_guia_info": "“未来记忆”对新场景的影响强度。有助于创造更丰富的运动。",
105
  "convergencia_final_label": "最终锚点强度(目的地)",
106
  "convergencia_final_info": "视频被拉向最终关键帧图像的强度。",
107
- "post_production_controls_title": "后期制作控制(质量 vs. 速度):",
108
- "use_upscaler_label": "启用潜在升采样器 (2x)",
109
- "use_refiner_label": "启用精炼/降噪",
110
- "use_hd_label": "启用高清母带处理 (SeedVR)",
111
- "use_audio_label": "启用音频生成 (未来)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  }
113
  }
 
1
  {
2
  "pt": {
3
  "app_title": "ADUC-SDR 🎬 - O Diretor de Cinema IA",
4
+ "app_subtitle": "Crie um filme completo com vídeo e áudio, orquestrado por uma equipe de IAs especialistas.",
5
  "lang_selector_label": "Idioma / Language",
6
+ "step1_accordion": "Etapa 1: Roteiro e Cenas-Chave (Pré-Produção)",
7
  "prompt_label": "Ideia Geral do Filme",
8
  "ref_images_label": "Imagens de Referência",
9
  "keyframes_label": "Número de Cenas-Chave",
10
  "duration_label": "Duração de cada Clipe (s)",
11
+ "duration_info": "Define a duração alvo para cada fragmento de vídeo gerado entre os keyframes.",
12
  "storyboard_and_keyframes_button": "1A. Gerar Roteiro e Keyframes (Modo Diretor de Arte)",
13
  "storyboard_from_photos_button": "1B. Gerar Roteiro a partir de Fotos (Modo Fotógrafo)",
14
  "step1_mode_b_info": "Modo Fotógrafo: As imagens carregadas são usadas como um banco de cenas e a IA escolherá a melhor para cada parte do roteiro.",
15
  "storyboard_output_label": "Roteiro Gerado (Storyboard)",
16
+ "keyframe_gallery_label": "Galeria de Cenas-Chave (Keyframes)",
17
+ "step3_accordion": "Etapa 3: Produção do Vídeo Original",
18
+ "step3_description": "Gere o vídeo base usando o motor LTX. Ajuste os parâmetros opcionais abaixo para controlar a geração.",
19
+ "produce_original_button": "🎬 Produzir Vídeo Original",
20
+ "ltx_advanced_options": "Opções Avançadas do LTX",
21
+ "causality_controls_title": "Controles de Causalidade (Déjà-Vu)",
 
 
 
 
 
22
  "trim_percent_label": "Poda Causal (%)",
23
  "trim_percent_info": "Percentual 'descartado' para criar a memória do futuro (Déjà-Vu). Valores mais altos criam movimentos mais complexos.",
24
  "forca_guia_label": "Força do Déjà-Vu (Guia de Trajetória)",
25
  "forca_guia_info": "Quão forte a 'memória do futuro' influencia a nova cena. Ajuda a criar movimentos mais ricos.",
26
  "convergencia_final_label": "Força da Âncora Final (Destino)",
27
  "convergencia_final_info": "Quão forte o vídeo é puxado em direção à imagem do keyframe final.",
28
+ "ltx_pipeline_options": "Parâmetros da Pipeline LTX",
29
+ "guidance_scale_label": "Escala de Orientação (Guidance)",
30
+ "guidance_scale_info": "Força com que o prompt de movimento guia a geração. Valores mais altos seguem o prompt mais de perto.",
31
+ "stg_scale_label": "Escala STG (Continuidade Temporal)",
32
+ "stg_scale_info": "Controla a consistência do movimento entre os frames. Valores mais baixos podem criar mais dinamismo.",
33
+ "steps_label": "Passos de Inferência",
34
+ "steps_info": "Número de passos para gerar cada fragmento. Mais passos podem melhorar a qualidade, mas aumentam o tempo.",
35
+ "step4_accordion": "Etapa 4: Pós-Produção (Opcional)",
36
+ "step4_description": "Aplique efeitos de melhoria ao vídeo mais recente. Cada etapa usa o resultado da anterior como fonte.",
37
+ "sub_step_a_upscaler": "A. Upscaler Latente 2x",
38
+ "upscaler_description": "Aumenta a resolução do vídeo decodificando latentes com upscale. Gera uma nova fonte para as etapas B e C.",
39
+ "upscaler_options": "Opções do Upscaler",
40
+ "upscaler_chunk_size_label": "Fragmentos Latentes por Lote",
41
+ "upscaler_chunk_size_info": "Menos fragmentos por lote consomem menos VRAM, mas podem ser mais lentos. Essencial para resoluções altas.",
42
+ "run_upscaler_button": "Executar Upscaler Latente",
43
+ "sub_step_b_hd": "B. Masterização HD (SeedVR)",
44
+ "hd_description": "Aplica super-resolução com IA para adicionar detalhes finos e texturas ao vídeo. Usa o resultado mais recente como fonte.",
45
+ "hd_options": "Opções da Masterização HD",
46
+ "hd_model_label": "Modelo SeedVR",
47
+ "hd_steps_label": "Passos de Inferência HD",
48
+ "hd_steps_info": "Número de passos para o aprimoramento. Mais passos geram mais detalhes.",
49
+ "run_hd_button": "Executar Masterização HD",
50
+ "sub_step_c_audio": "C. Geração de Áudio",
51
+ "audio_description": "Gera e adiciona uma trilha sonora e efeitos ao vídeo mais recente, baseado no prompt global ou em um novo.",
52
+ "audio_options": "Opções de Áudio",
53
+ "audio_prompt_label": "Prompt de Áudio Detalhado (Opcional)",
54
+ "audio_prompt_info": "Descreva os sons, efeitos e música desejados. Se vazio, usará o prompt geral do filme.",
55
+ "run_audio_button": "Gerar Áudio",
56
+ "final_video_label": "Filme Final (Resultado da Última Etapa)",
57
+ "log_accordion_label": "📝 Log de Geração (Detalhado)",
58
+ "log_display_label": "Log da Sessão",
59
+ "update_log_button": "Atualizar Log"
60
  },
61
  "en": {
62
  "app_title": "ADUC-SDR 🎬 - The AI Film Director",
63
+ "app_subtitle": "Create a complete film with video and audio, orchestrated by a team of expert AIs.",
64
  "lang_selector_label": "Language / Idioma",
65
+ "step1_accordion": "Step 1: Script & Key-Scenes (Pre-Production)",
66
  "prompt_label": "General Film Idea",
67
  "ref_images_label": "Reference Images",
68
  "keyframes_label": "Number of Key-Scenes",
69
  "duration_label": "Duration per Clip (s)",
70
+ "duration_info": "Sets the target duration for each video fragment generated between keyframes.",
71
  "storyboard_and_keyframes_button": "1A. Generate Script & Keyframes (Art Director Mode)",
72
  "storyboard_from_photos_button": "1B. Generate Script from Photos (Photographer Mode)",
73
  "step1_mode_b_info": "Photographer Mode: Uploaded images are used as a scene bank, and the AI will choose the best one for each script part.",
74
  "storyboard_output_label": "Generated Script (Storyboard)",
75
+ "keyframe_gallery_label": "Key-Scenes Gallery (Keyframes)",
76
+ "step3_accordion": "Step 3: Original Video Production",
77
+ "step3_description": "Generate the base video using the LTX engine. Adjust the optional parameters below to control the generation.",
78
+ "produce_original_button": "🎬 Produce Original Video",
79
+ "ltx_advanced_options": "Advanced LTX Options",
80
+ "causality_controls_title": "Causality Controls (Déjà-Vu)",
 
 
 
 
 
81
  "trim_percent_label": "Causal Pruning (%)",
82
  "trim_percent_info": "Percentage 'discarded' to create the future memory (Déjà-Vu). Higher values create more complex movements.",
83
  "forca_guia_label": "Déjà-Vu Strength (Trajectory Guide)",
84
  "forca_guia_info": "How strongly the 'future memory' influences the new scene. Helps create richer movements.",
85
  "convergencia_final_label": "Final Anchor Strength (Destination)",
86
  "convergencia_final_info": "How strongly the video is pulled towards the final keyframe image.",
87
+ "ltx_pipeline_options": "LTX Pipeline Parameters",
88
+ "guidance_scale_label": "Guidance Scale",
89
+ "guidance_scale_info": "How strongly the motion prompt guides the generation. Higher values follow the prompt more closely.",
90
+ "stg_scale_label": "STG Scale (Temporal Continuity)",
91
+ "stg_scale_info": "Controls motion consistency between frames. Lower values may create more dynamism.",
92
+ "steps_label": "Inference Steps",
93
+ "steps_info": "Number of steps to generate each fragment. More steps can improve quality but increase time.",
94
+ "step4_accordion": "Step 4: Post-Production (Optional)",
95
+ "step4_description": "Apply enhancement effects to the latest video. Each step uses the result of the previous one as its source.",
96
+ "sub_step_a_upscaler": "A. Latent Upscaler 2x",
97
+ "upscaler_description": "Increases video resolution by decoding upscaled latents. Generates a new source for steps B and C.",
98
+ "upscaler_options": "Upscaler Options",
99
+ "upscaler_chunk_size_label": "Latent Fragments per Batch",
100
+ "upscaler_chunk_size_info": "Fewer fragments per batch consume less VRAM but can be slower. Essential for high resolutions.",
101
+ "run_upscaler_button": "Run Latent Upscaler",
102
+ "sub_step_b_hd": "B. HD Mastering (SeedVR)",
103
+ "hd_description": "Applies AI-powered super-resolution to add fine details and textures. Uses the latest result as source.",
104
+ "hd_options": "HD Mastering Options",
105
+ "hd_model_label": "SeedVR Model",
106
+ "hd_steps_label": "HD Inference Steps",
107
+ "hd_steps_info": "Number of steps for the enhancement. More steps generate more details.",
108
+ "run_hd_button": "Run HD Mastering",
109
+ "sub_step_c_audio": "C. Audio Generation",
110
+ "audio_description": "Generates and adds a soundtrack and effects to the latest video, based on the global prompt or a new one.",
111
+ "audio_options": "Audio Options",
112
+ "audio_prompt_label": "Detailed Audio Prompt (Optional)",
113
+ "audio_prompt_info": "Describe the desired sounds, effects, and music. If empty, it will use the general film prompt.",
114
+ "run_audio_button": "Generate Audio",
115
+ "final_video_label": "Final Film (Result of the Last Step)",
116
+ "log_accordion_label": "📝 Generation Log (Detailed)",
117
+ "log_display_label": "Session Log",
118
+ "update_log_button": "Update Log"
119
  },
120
  "zh": {
121
  "app_title": "ADUC-SDR 🎬 - 人工智能电影导演",
122
+ "app_subtitle": "由人工智能专家团队精心策划,创作一部包含视频和音频的完整电影。",
123
  "lang_selector_label": "语言 / Language",
124
+ "step1_accordion": "第 1 步:剧本和关键场景(前期制作)",
125
  "prompt_label": "电影总体构想",
126
  "ref_images_label": "参考图像",
127
  "keyframes_label": "关键场景数量",
128
  "duration_label": "每个剪辑的持续时间(秒)",
129
+ "duration_info": "设置关键帧之间生成的每个视频片段的目标持续时间。",
130
  "storyboard_and_keyframes_button": "1A. 生成剧本和关键帧 (艺术总监模式)",
131
  "storyboard_from_photos_button": "1B. 从照片生成剧本 (摄影师模式)",
132
  "step1_mode_b_info": "摄影师模式:上传的图像被用作场景库,AI将为剧本的每个部分选择最佳图像。",
133
  "storyboard_output_label": "生成的剧本",
134
+ "keyframe_gallery_label": "关键场景画廊",
135
+ "step3_accordion": "第 3 步:原始视频制作",
136
+ "step3_description": "使用LTX引擎生成基础视频。调整下面的可选参数以控制生成过程。",
137
+ "produce_original_button": "🎬 制作原始视频",
138
+ "ltx_advanced_options": "LTX 高级选项",
139
+ "causality_controls_title": "因果控制 (Déjà-Vu)",
 
 
 
 
 
140
  "trim_percent_label": "因果修剪 (%)",
141
+ "trim_percent_info": "为创造未来记忆(Déjà-Vu)而“丢弃”的百分比。较高的值会产生更复杂的运动。",
142
  "forca_guia_label": "Déjà-Vu强度(轨迹引导)",
143
  "forca_guia_info": "“未来记忆”对新场景的影响强度。有助于创造更丰富的运动。",
144
  "convergencia_final_label": "最终锚点强度(目的地)",
145
  "convergencia_final_info": "视频被拉向最终关键帧图像的强度。",
146
+ "ltx_pipeline_options": "LTX 管线参数",
147
+ "guidance_scale_label": "引导尺度 (Guidance)",
148
+ "guidance_scale_info": "运动提示指导生成的强度。较高的值会更紧密地遵循提示。",
149
+ "stg_scale_label": "STG 尺度 (时间连续性)",
150
+ "stg_scale_info": "控制帧之间的运动一致性。较低的值可能会创造更多动态。",
151
+ "steps_label": "推理步骤",
152
+ "steps_info": "生成每个片段的步骤数。更多步骤可以提高质量但会增加时间。",
153
+ "step4_accordion": "第 4 步:后期制作(可选)",
154
+ "step4_description": "对最新的视频应用增强效果。每一步��使用前一步的结果作为其源。",
155
+ "sub_step_a_upscaler": "A. 潜在空间放大器 2x",
156
+ "upscaler_description": "通过解码放大的潜在空间来提高视频分辨率。为步骤 B 和 C 生成新的源。",
157
+ "upscaler_options": "放大器选项",
158
+ "upscaler_chunk_size_label": "每批潜在片段数",
159
+ "upscaler_chunk_size_info": "每批较少的片段消耗更少的 VRAM,但可能更慢。对高分辨率至关重要。",
160
+ "run_upscaler_button": "运行潜在空间放大器",
161
+ "sub_step_b_hd": "B. 高清母带处理 (SeedVR)",
162
+ "hd_description": "应用 AI 驱动的超分辨率技术,添加精细细节和纹理。使用最新的结果作为源。",
163
+ "hd_options": "高清母带处理选项",
164
+ "hd_model_label": "SeedVR 模型",
165
+ "hd_steps_label": "高清推理步骤",
166
+ "hd_steps_info": "增强的步骤数。更多步骤会生成更多细节。",
167
+ "run_hd_button": "运行高清母带处理",
168
+ "sub_step_c_audio": "C. 音频生成",
169
+ "audio_description": "根据全局提示或新提示,为最新的视频生成并添加音轨和效果。",
170
+ "audio_options": "音频选项",
171
+ "audio_prompt_label": "详细音频提示(可选)",
172
+ "audio_prompt_info": "描述所需的声音、效果和音乐。如果为空,将使用电影的通用提示。",
173
+ "run_audio_button": "生成音频",
174
+ "final_video_label": "最终影片(最后一步的结果)",
175
+ "log_accordion_label": "📝 生成日志(详细)",
176
+ "log_display_label": "会话日志",
177
+ "update_log_button": "更新日志"
178
  }
179
  }