Skip to content

Commit

Permalink
fix: correct i18n key name (mainsail-crew#449)
Browse files Browse the repository at this point in the history
* fix: correct i18n key name

Signed-off-by: Dominik Willner <[email protected]>

* locale(zh-tw): remove all unused keys

Signed-off-by: Stefan Dej <[email protected]>

* locale(it): remove all unused keys

Signed-off-by: Stefan Dej <[email protected]>

* locale(zh): remove all unused keys

Signed-off-by: Stefan Dej <[email protected]>

Co-authored-by: Stefan Dej <[email protected]>
  • Loading branch information
dw-0 and meteyou committed Dec 25, 2021
1 parent df7547b commit e0a29dd
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 28 deletions.
4 changes: 2 additions & 2 deletions src/components/settings/SettingsTimelapseTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
<v-text-field v-model="park_retract_distance" type="number" suffix="mm" hide-details="auto" outlined dense :disabled="blockedsettings.includes('park_retract_distance')"></v-text-field>
</settings-row>
<v-divider class="my-2"></v-divider>
<settings-row :title="$t('Settings.TimelapseTab.ExtractSpeed')" :sub-title="$t('Settings.TimelapseTab.ExtractSpeedDescription')">
<settings-row :title="$t('Settings.TimelapseTab.UnretractSpeed')" :sub-title="$t('Settings.TimelapseTab.UnretractSpeedDescription')">
<v-text-field v-model="park_extrude_speed" type="number" suffix="mm/s" hide-details="auto" outlined dense :disabled="blockedsettings.includes('park_extrude_speed')"></v-text-field>
</settings-row>
<v-divider class="my-2"></v-divider>
<settings-row :title="$t('Settings.TimelapseTab.ExtractDistance')" :sub-title="$t('Settings.TimelapseTab.ExtractDistanceDescription')">
<settings-row :title="$t('Settings.TimelapseTab.UnretractDistance')" :sub-title="$t('Settings.TimelapseTab.UnretractDistanceDescription')">
<v-text-field v-model="park_extrude_distance" type="number" suffix="mm" hide-details="auto" outlined dense :disabled="blockedsettings.includes('park_extrude_distance')"></v-text-field>
</settings-row>
</template>
Expand Down
8 changes: 4 additions & 4 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,10 +661,10 @@
"RetractSpeedDescription": "Geschwindigkeit mit der der Extruder das Filament zurückzieht.",
"RetractDistance": "Rückzugslänge",
"RetractDistanceDescription": "Die Länge an Filament die der Extruder zurückzieht.",
"ExtractSpeed": "Ausfahrgeschwindigkeit",
"ExtractSpeedDescription": "Geschwindigkeit mit der der Extruder das Filament nach einem Rückzug vorschiebt.",
"ExtractDistance": "Ausfahrlänge",
"ExtractDistanceDescription": "Die Länge an Filament die der Extruder nach einem Rückzuck vorschiebt.",
"UnretractSpeed": "Ausfahrgeschwindigkeit",
"UnretractSpeedDescription": "Geschwindigkeit mit der der Extruder das Filament nach einem Rückzug vorschiebt.",
"UnretractDistance": "Ausfahrlänge",
"UnretractDistanceDescription": "Die Länge an Filament die der Extruder nach einem Rückzuck vorschiebt.",
"ConstantRateFactor": "Constant Rate Factor",
"ConstantRateFactorDescription": "Damit wird die Qualität im Verhältnis zur Dateigröße des gerenderten Videos konfiguriert. Die CRF-Skala reicht von 0-51, wobei 0 für verlustfrei, 23 für die Standardeinstellung und 51 für die schlechtestmögliche Qualität steht. Ein niedrigerer Wert führt im Allgemeinen zu höherer Qualität, und ein subjektiv vernünftiger Bereich ist 17-28. 17 oder 18 gelten als visuell verlustfrei.",
"OutputFramerate": "Ausgabe Bildrate",
Expand Down
8 changes: 4 additions & 4 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -662,10 +662,10 @@
"RetractSpeedDescription": "Speed at which the extruder retracts the filament.",
"RetractDistance": "Retract Distance",
"RetractDistanceDescription": "The length of filament that the extruder retracts.",
"ExtractSpeed": "Unretract Speed",
"ExtractSpeedDescription": "Speed at which the extruder unretracts the filament after a retraction.",
"ExtractDistance": "Unretract Distance",
"ExtractDistanceDescription": "The length of filament that the extruder unretracts after a retraction.",
"UnretractSpeed": "Unretract Speed",
"UnretractSpeedDescription": "Speed at which the extruder unretracts the filament after a retraction.",
"UnretractDistance": "Unretract Distance",
"UnretractDistanceDescription": "The length of filament that the extruder unretracts after a retraction.",
"ConstantRateFactor": "Constant Rate Factor",
"ConstantRateFactorDescription": "This configure quality vs filesize of the rendered video. The range of the CRF scale is 0–51, where 0 is lossless, 23 is the default and 51 is worst quality possible. A lower value generally leads to higher quality and a subjectively sane range is 17–28. Consider 17 or 18 to be visually lossless.",
"OutputFramerate": "Output Framerate",
Expand Down
4 changes: 2 additions & 2 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,8 @@
"ConstantRateFactorDescription": "Esto configura la calidad vs el tamaño del archivo del video renderizado. El rango de la escala de CRF es de 0-51, donde 0 es sin perdidas 23 el predeterminado y 51 es la peor calidad posible. Un valor más bajo generalmente conduce a una mayor calidad y un rango subjetivamente sensato es 17-28. Considere que 17 o 18 no tienen pérdida visual. ",
"Enabled": "Activado",
"EnabledDescription": "Si esta desactivado, las macros de g-code son ignoradas y el autorender es salteado",
"ExtractDistance": "Distancia de extrusion",
"ExtractSpeed": "Velocidad de Extrusion",
"UnretractDistance": "Distancia de extrusion",
"UnretractSpeed": "Velocidad de Extrusion",
"Extraoutputparams": "Parametros extra",
"ExtraoutputparamsDescription": "Defina parametros extras para FFMPEG. Nota: Especificar cualquier cosa aqui deshabilita la configuracion de rotacion",
"General": "General",
Expand Down
8 changes: 4 additions & 4 deletions src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@
"ConstantRateFactorDescription": "Ce paramètre configure le rapport entre la taille du fichier vidéo et sa qualité. Il peut aller de 0 à 51. 0 est la meilleure qualité, 23 la qualité par défault et 51 la qualité la plus faible.Une value plus faible augmente la qualité, 17-28 est le meilleur choix. Utilisez 17 ou 18 pour avoir un rendu sans pertes.",
"Enabled": "Activé",
"EnabledDescription": "Si inactif, les macros G-Code sont ignorées et le rendu automatique est supprimé.",
"ExtractDistance": "Distance d'extrusion",
"ExtractSpeed": "Vitesse d'extrusion",
"UnretractDistance": "Distance d'extrusion",
"UnretractSpeed": "Vitesse d'extrusion",
"Extraoutputparams": "Paramètres de sortie supplémentaires",
"ExtraoutputparamsDescription": "Definit les paramètres supplémentaires pour le flux FFMPEG. En cas de paramètres spécifiés, la rotation d'image n'est plus possible.",
"GcodeVerbose": "G-Code détaillé",
Expand Down Expand Up @@ -659,8 +659,8 @@
"VariableFpsMaxDescription": "Nombre maximum d'IPS en mode variable.",
"RetractSpeedDescription": "Vitesse de rétractation du filament avant parking.",
"RetractDistanceDescription": "Distance de rétractation du filament avant parking.",
"ExtractDistanceDescription": "Distance d'extrusion du filament après parking et avant reprise d'impression.",
"ExtractSpeedDescription": "Vitesse d'extrusion du filament après parking et avant reprise d'impression."
"UnretractDistanceDescription": "Distance d'extrusion du filament après parking et avant reprise d'impression.",
"UnretractSpeedDescription": "Vitesse d'extrusion du filament après parking et avant reprise d'impression."
}
},
"ConnectionDialog": {
Expand Down
4 changes: 2 additions & 2 deletions src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@
"ConstantRateFactorDescription": "Questo configura la qualità vs grandezza del video. Il raggio della scala del CRF è 0-51, dove 0 è lossless, 23 è il default e 51 è la qualità peggiore possibile. Un valore più basso porta generalmente ad una qualità maggiore e un raggio consigliato è di 17-28. Considera 17 o 18 come visualmente lossless.",
"Enabled": "Abilitato",
"EnabledDescription": "Se disabilitato, le macro gcode sono ignorate e autorender è ignorato.",
"ExtractDistance": "Distanza Estrusione",
"ExtractSpeed": "Velocità Estrusione",
"UnretractDistance": "Distanza Estrusione",
"UnretractSpeed": "Velocità Estrusione",
"Extraoutputparams": "Parametrioutputextra",
"ExtraoutputparamsDescription": "Definisce output aggiuntivi a FFMPEG. Nota: Specificare qualsiasi cosa qui disabiliterà l'impostazione di rotazione",
"GcodeVerbose": "VerbosoGcode",
Expand Down
6 changes: 2 additions & 4 deletions src/locales/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,10 +630,8 @@
"RetractSpeedDescription": "",
"RetractDistance": "縮回距離",
"RetractDistanceDescription": "tset",
"ExtractSpeed": "擠出速度",
"ExtractSpeedDescription": "",
"ExtractDistance": "擠出距離",
"ExtractDistanceDescription": "",
"UnretractSpeed": "擠出速度",
"UnretractDistance": "擠出距離",
"ConstantRateFactor": "Constant Rate Factor",
"ConstantRateFactorDescription": "This configure quality vs filesize of the rendered Video. The range of the CRF scale is 0–51, where 0 is lossless, 23 is the default and 51 is worst quality possible. A lower value generally leads to higher quality and a subjectively sane range is 17–28. Consider 17 or 18 to be visually lossless.",
"OutputFramerate": "輸出幀率",
Expand Down
8 changes: 2 additions & 6 deletions src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,13 +657,9 @@
"TravelSpeed": "空驶速度",
"TravelSpeedDescription": "移动到预设位置并恢复打印",
"RetractSpeed": "回抽速度",
"RetractSpeedDescription": "",
"RetractDistance": "回抽距离",
"RetractDistanceDescription": "tset",
"ExtractSpeed": "挤出速度",
"ExtractSpeedDescription": "",
"ExtractDistance": "挤出距离",
"ExtractDistanceDescription": "",
"UnretractSpeed": "挤出速度",
"UnretractDistance": "挤出距离",
"ConstantRateFactor": "恒定系数",
"ConstantRateFactorDescription": "这里设置渲染视频的质量和文件大小. CRF 的数值区间是 0–51, 0 是无损, 预设值为23 , 51 是最差画质. 数值越低画质越好,建议数值为17–28. 考虑到 17 或者 18 已经视觉效果等同无损.",
"OutputFramerate": "输出帧率",
Expand Down

0 comments on commit e0a29dd

Please sign in to comment.