conform language entries
This commit is contained in:
parent
0284592a33
commit
81272e4642
2 changed files with 8 additions and 9 deletions
|
|
@ -1782,11 +1782,11 @@ CAM.init = function(kiri, api) {
|
|||
lift: UC.newInput(LANG.cd_lift_s, {title:LANG.cd_lift_l, convert:UC.toFloat, units:true, show:() => !poppedRec.mark}),
|
||||
mark: UC.newBoolean(LANG.cd_mark_s, undefined, {title:LANG.cd_mark_l}),
|
||||
sep: UC.newBlank({class:"pop-sep"}),
|
||||
thru: UC.newInput(LANG.cd_drlthru_s, {title:LANG.cd_drlthru_l, convert:UC.toFloat, units:true}),
|
||||
thru: UC.newInput(LANG.cd_dtru_s, {title:LANG.cd_dtru_l, convert:UC.toFloat, units:true}),
|
||||
sep: UC.newBlank({class:"pop-sep"}),
|
||||
actions: UC.newRow([
|
||||
UC.newButton(LANG.select, ()=>func.selectHoles(true), {title:LANG.cd_select_l}),
|
||||
UC.newButton(LANG.cd_selall_s, ()=>func.selectHoles(false), {title:LANG.cd_selall_l})
|
||||
UC.newButton(LANG.select, ()=>func.selectHoles(true), {title:LANG.cd_seli_l}),
|
||||
UC.newButton(LANG.cd_sela_s, ()=>func.selectHoles(false), {title:LANG.cd_sela_l})
|
||||
], {class:"ext-buttons f-col"})
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -595,15 +595,14 @@ self.kiri.lang['en-us'] = {
|
|||
cd_regi_l: ["drill registration holes","for double-sided parts","independent of enable","drilling but uses same","tool and settings"],
|
||||
cd_thru_s: "z extend",
|
||||
cd_thru_l: ["extend downward cut through stock","in workspace units"],
|
||||
cd_drlthru_s: "drill through",
|
||||
cd_drlthru_l: ["additional drill depth below part bottom","overrides global z thru","0 to disable"],
|
||||
cd_dtru_s: "drill through",
|
||||
cd_dtru_l: ["additional drill depth below part bottom","overrides global z thru","0 to disable"],
|
||||
cd_mark_s: "marking",
|
||||
cd_mark_l: ["only mark holes, do not drill out","the step down setting is used","to determine how deep to mark"],
|
||||
|
||||
cd_select_s: "Select Individual",
|
||||
cd_select_l: ["individually select holes","to drill"],
|
||||
cd_selall_s: "Select Matching Diameter",
|
||||
cd_selall_l: ["select all holes that", "match selected tool diameter"],
|
||||
cd_seli_l: ["individually select holes","to drill"],
|
||||
cd_sela_s: "Select Matching Diameter",
|
||||
cd_sela_l: ["select all holes that", "match selected tool diameter"],
|
||||
|
||||
// CNC FLIP
|
||||
cf_menu: "flip",
|
||||
|
|
|
|||
Loading…
Reference in a new issue