add LANG entries for PR #467
This commit is contained in:
parent
9efd855003
commit
6d5370f3e2
9 changed files with 57 additions and 27 deletions
|
|
@ -806,7 +806,7 @@ export function createPopOps() {
|
|||
sr_angle: UC.newInput(LANG.ca_sang_s, { title: LANG.ca_sang_l, convert: toFloat, bound: UC.bound(0, 360), show: isSurfaceLinear }),
|
||||
over: UC.newInput(LANG.cc_sovr_s, { title: LANG.cc_sovr_l, convert: toFloat, bound: UC.bound(0.001, 100.0), show: () => isClear() || isSurface() }),
|
||||
down: UC.newInput(LANG.cc_sdwn_s, { title: LANG.cc_sdwn_l, convert: toFloat, bound: UC.bound(0, 100.0), units, show: () => isClear() || isTrace() }),
|
||||
finish_cut: UC.newInput("finish cut", { title: "finish cut", convert: toFloat, bound: UC.bound(0, 2.0), units, show: () => isClear() }), //todo: needs to check camInnerFirst
|
||||
finish_cut: UC.newInput(LANG.ca_fini_s, { title: LANG.ca_fini_l, convert: toFloat, bound: UC.bound(0, 10.0), units, show: () => isClear() }), //todo: needs to check camInnerFirst
|
||||
refine: UC.newInput(LANG.cp_refi_s, { title: LANG.cp_refi_l, convert: toInt, show: isSurface }),
|
||||
sr_alter: UC.newBoolean(LANG.ca_altr_s, undefined, { title: LANG.ca_altr_l, show: isSurfaceLinear }),
|
||||
dogbones: UC.newBoolean(LANG.co_dogb_s, undefined, { title: LANG.co_dogb_l, show: isTrace }),
|
||||
|
|
|
|||
|
|
@ -724,6 +724,10 @@ self.lang['da-dk'] = {
|
|||
ct_nabl_s: "auto",
|
||||
ct_nabl_l: ["auto generer radiale tapper","projekteret fra del center","ved brug af antal og vinkel forskydning"],
|
||||
|
||||
// CNC AREA OP
|
||||
ca_fini_s: "efterbehandlings snit",
|
||||
ca_fini_l: "skærebane der følger konturen af den endelige del. tillader præcis step over ved rydning af større område.",
|
||||
|
||||
// OUTPUT
|
||||
ou_menu: "output",
|
||||
|
||||
|
|
|
|||
|
|
@ -725,6 +725,10 @@ self.lang['de-de'] = {
|
|||
ct_nabl_s: "Auto",
|
||||
ct_nabl_l: ["Radiale Haltestege automatisch generieren","projiziert von Teil-Mitte","mit Anzahl und Winkel-Offset"],
|
||||
|
||||
// CNC AREA OP
|
||||
ca_fini_s: "Schlichtwerkzeugweg",
|
||||
ca_fini_l: "Schneidpfad, der der Kontur des Endteils folgt. ermöglicht präzisen Vorschub beim Räumen größerer Bereiche.",
|
||||
|
||||
// OUTPUT
|
||||
ou_menu: "Ausgabe",
|
||||
|
||||
|
|
|
|||
|
|
@ -740,6 +740,8 @@ self.lang['en-us'] = {
|
|||
ca_sang_l: "crossing angle on the XY plane for contour lines",
|
||||
ca_wall_s: "walls",
|
||||
ca_wall_l: ["perform a single pass along vertical faces. leave interior spaces. similar to outline operation"],
|
||||
ca_fini_s: "finish cut",
|
||||
ca_fini_l: "cutting path that follows the contour of the final part. allows for precise step over when clearing a larger area.",
|
||||
|
||||
// OUTPUT
|
||||
ou_menu: "output",
|
||||
|
|
|
|||
|
|
@ -725,6 +725,10 @@ self.lang['es-es'] = {
|
|||
ct_nabl_s: "automático",
|
||||
ct_nabl_l: ["generar automáticamente pestañas radiales","proyectadas desde el centro de la pieza","usando cantidad y desplazamiento de ángulo"],
|
||||
|
||||
// CNC AREA OP
|
||||
ca_fini_s: "corte de acabado",
|
||||
ca_fini_l: "trayectoria de corte que sigue el contorno de la pieza final. permite un paso preciso al limpiar un área más grande.",
|
||||
|
||||
// OUTPUT
|
||||
ou_menu: "salida",
|
||||
|
||||
|
|
|
|||
|
|
@ -725,6 +725,10 @@ self.lang['fr-fr'] = {
|
|||
ct_nabl_s: "auto",
|
||||
ct_nabl_l: ["générer automatiquement des pattes radiales","projetées depuis le centre de la pièce","en utilisant le nombre et le décalage d'angle"],
|
||||
|
||||
// CNC AREA OP
|
||||
ca_fini_s: "coupe de finition",
|
||||
ca_fini_l: "chemin de coupe qui suit le contour de la pièce finale. permet un pas précis lors du dégagement d'une zone plus large.",
|
||||
|
||||
// OUTPUT
|
||||
ou_menu: "sortie",
|
||||
|
||||
|
|
|
|||
|
|
@ -724,6 +724,10 @@ self.lang['pl-pl'] = {
|
|||
ct_nabl_s: "auto",
|
||||
ct_nabl_l: ["automatycznie generuj wypustki promieniowe","rzutowane od środka części","używając liczby i przesunięcia kąta"],
|
||||
|
||||
// CNC AREA OP
|
||||
ca_fini_s: "cięcie wykończeniowe",
|
||||
ca_fini_l: "ścieżka cięcia podążająca za konturem ostatecznej części. pozwala na precyzyjny krok przy usuwaniu większego obszaru.",
|
||||
|
||||
// OUTPUT
|
||||
ou_menu: "wyjście",
|
||||
|
||||
|
|
|
|||
|
|
@ -725,6 +725,10 @@ self.lang['pt-pt'] = {
|
|||
ct_nabl_s: "automático",
|
||||
ct_nabl_l: ["gerar automaticamente abas radiais","projectadas do centro da peça","usando número e desvio de ângulo"],
|
||||
|
||||
// CNC AREA OP
|
||||
ca_fini_s: "corte de acabamento",
|
||||
ca_fini_l: "caminho de corte que segue o contorno da peça final. permite passo preciso ao limpar uma área maior.",
|
||||
|
||||
// OUTPUT
|
||||
ou_menu: "saída",
|
||||
|
||||
|
|
|
|||
|
|
@ -718,6 +718,10 @@ self.lang['zh'] = {
|
|||
ct_nabl_s: "自动",
|
||||
ct_nabl_l: ["自动生成径向连接片","从零件中心投影","使用数量和角度偏移"],
|
||||
|
||||
// 数控区域操作
|
||||
ca_fini_s: "精加工切削",
|
||||
ca_fini_l: "遵循最终零件轮廓的切削路径。允许在清理较大区域时精确步进。",
|
||||
|
||||
// 输出
|
||||
ou_menu: "输出",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue