feat: 补全英文i18n翻译

This commit is contained in:
2025-12-08 17:18:00 +08:00
parent a9fc4a7bda
commit 7223730aee
15 changed files with 268 additions and 320 deletions

View File

@ -0,0 +1,23 @@
{
"title": "Belt Specification Calculate",
"parameters": {
"machine-model": "Machine model",
"max-wheelbase": "Max wheelbase",
"hub-diameter": "Hub diameter",
"paper-tube-inner-diameter": "Paper tube inner diameter",
"paper-tube-wall-thickness": "Paper tube wall thickness"
},
"results": {
"recommend-belt-thickness": "Recommend belt thickness",
"recommend-belt-width": "Recommend belt width",
"recommend-belt-length": "Recommend belt length"
},
"machine-model": {
"50_120-series": "50、120 Series",
"200-series": "200 Series",
"600-series": "600 Series",
"PT23-120-series": "PT23-120 Series",
"PT23-200-series": "PT23-200 Series",
"custom": "Custom"
}
}

View File

@ -0,0 +1,40 @@
{
"title": "Four Layer Paper Straw Calculate",
"parameters": {
"preset-specification": "Preset specification",
"paper-tube-inner-diameter": "Paper tube inner diameter",
"bottom-paper-width": "Bottom paper width",
"bottom-paper-thickness": "Bottom paper thickness",
"second-layer-paper-thickness": "Second layer paper thickness",
"third-layer-paper-thickness": "Third layer paper thickness",
"top-paper-thickness": "Top layer paper thickness"
},
"results": {
"paper-tube-inner-diameter": "Paper tube inner diameter",
"paper-tube-external-diameter": "Paper tube external diameter",
"paper-tube-wall-thickness": "Paper tube wall thickness",
"leading-length": "Leading length",
"bottom-paper-angle": "Bottom paper angle",
"bottom-paper-width": "Bottom paper width",
"second-layer-paper-width": "Second layer paper width",
"third-layer-paper-width": "Third layer paper width",
"top-paper-width": "Top paper width",
"belt-width": "Belt width"
},
"section": {
"paper-straw-specification": "Paper straw specification",
"production-parameters": "Production parameters"
},
"preset-specification": {
"inner_3_3-outer_4_0": "Inner 3.3mm, Outer 4.0mm",
"inner_3_8-outer_4_5": "Inner 3.8mm, Outer 4.5mm",
"inner_4_3-outer_5_0": "Inner 4.3mm, Outer 5.0mm",
"inner_5_3-outer_6_0": "Inner 5.3mm, Outer 6.0mm",
"inner_6_3-outer_7_0": "Inner 6.3mm, Outer 7.0mm",
"inner_7_3-outer_8_0": "Inner 7.3mm, Outer 8.0mm",
"inner_8_3-outer_9_0": "Inner 8.3mm, Outer 9.0mm",
"inner_9_3-outer_10_0": "Inner 9.3mm, Outer 10.0mm",
"inner_11_3-outer_12_0": "Inner 11.3mm, Outer 12.0mm",
"custom": "Custom"
}
}

View File

@ -0,0 +1,19 @@
import beltSpecification from './belt-specification.json'
import fourLayerPaperStraw from './four-layer-paper-straw.json'
import multiLayerPaperTapeWidthAngle from './multi-layer-paper-tape-width-angle.json'
import paperRollWeightLength from './paper-roll-weight-length.json'
import paperTapeWidthAngle from './paper-tape-width-angle.json'
import paperTubeProduction from './paper-tube-production.json'
import paperTubeWeight from './paper-tube-weight.json'
import threeLayerPaperStraw from './three-layer-paper-straw.json'
export default {
'paper-tube-weight': paperTubeWeight,
'belt-specification': beltSpecification,
'paper-roll-weight-length': paperRollWeightLength,
'paper-tube-production': paperTubeProduction,
'paper-tape-width-angle': paperTapeWidthAngle,
'multi-layer-paper-tape-width-angle': multiLayerPaperTapeWidthAngle,
'three-layer-paper-straw': threeLayerPaperStraw,
'four-layer-paper-straw': fourLayerPaperStraw,
}

View File

@ -0,0 +1,32 @@
{
"title": "Multi-Layer Paper Tape Width Angle Calculate",
"parameters": {
"paper-tube-inner-diameter": "Paper tube inner diameter",
"bottom-paper-width": "Bottom paper width",
"paper-grammage": "Paper grammage",
"paper-density": "Paper density"
},
"operation": {
"remove": "Remove",
"add": "Add",
"clear": "Clear",
"save": "Save"
},
"header": {
"layer": "Layer",
"paper-grammage": "Paper grammage",
"cumulative-thickness": "Cumulative thickness",
"angle": "Angle",
"paper-tape-width": "Paper tape width"
},
"export": {
"reference": "Reference",
"minimum": "Minimum",
"maximum": "Maximum",
"calculated-value": "Calculated value",
"fit": "Fit",
"not-fit": "Not fit",
"filename": "Multi-Layer-Paper-Tape-Width-Angle-Calculate",
"sheet-name": "Multi-Layer-Paper-Tape-Width-Angle"
}
}

View File

@ -0,0 +1,15 @@
{
"title": "Paper Roll Weight Length Calculate",
"parameters": {
"paper-core-diameter": "Paper core diameter",
"paper-roll-external-diameter": "Paper roll external diameter",
"paper-roll-width": "Paper roll width",
"paper-density": "Paper density",
"paper-grammage": "Paper grammage"
},
"results": {
"paper-roll-weight": "Paper roll weight",
"paper-roll-length": "Paper roll length",
"paper-thickness": "Paper thickness"
}
}

View File

@ -0,0 +1,14 @@
{
"title": "Paper Tape Width Angle Calculate",
"parameters": {
"paper-tube-inner-diameter": "Paper tube inner diameter",
"paper-tube-wall-thickness": "Paper tube wall thickness",
"inner-paper-width": "Inner paper width"
},
"results": {
"belt-angle": "Belt angle",
"paper-holder-angle": "Paper holder angle",
"leading-length": "Leading length",
"paper-tape-width": "Paper tape width"
}
}

View File

@ -0,0 +1,21 @@
{
"title": "Paper Tube Production Calculate",
"parameters": {
"paper-tube-inner-diameter": "Paper tube inner diameter",
"paper-tube-wall-thickness": "Paper tube wall thickness",
"paper-tube-length": "Paper tube length",
"paper-density": "Paper density",
"inner-paper-width": "Inner paper width",
"work-frequency": "Work frequency",
"work-time": "Work time",
"work-efficiency": "Work efficiency"
},
"results": {
"feed-paper-speed": "Feed paper speed",
"output-speed": "Output speed",
"production-amount-per-hour": "Hourly production",
"production-amount-per-day": "Daily production",
"production-weight-per-hour": "Hourly production (weight)",
"production-weight-per-day": "Daily production (weight)"
}
}

View File

@ -0,0 +1,14 @@
{
"title": "Paper Tube Weight Calculate",
"parameters": {
"paper-roll-length": "Paper roll length",
"paper-density": "Paper density",
"production-amount": "Production amount",
"paper-tube-inner-diameter": "Paper tube inner diameter",
"paper-roll-wall-thickness": "Paper roll wall thickness"
},
"results": {
"single-paper-tube-weight": "Single paper tube weight",
"total-paper-tube-weight": "Total paper tube weight"
}
}

View File

@ -0,0 +1,38 @@
{
"title": "Three Layer Paper Straw Calculate",
"parameters": {
"preset-specification": "Preset specification",
"paper-tube-inner-diameter": "Paper tube inner diameter",
"bottom-paper-width": "Bottom paper width",
"bottom-paper-thickness": "Bottom paper thickness",
"middle-paper-thickness": "Middle paper thickness",
"top-paper-thickness": "Top paper thickness"
},
"results": {
"paper-tube-inner-diameter": "Paper tube inner diameter",
"paper-tube-external-diameter": "Paper tube external diameter",
"paper-tube-wall-thickness": "Paper tube wall thickness",
"leading-length": "Leading length",
"bottom-paper-angle": "Bottom paper angle",
"bottom-paper-width": "Bottom paper width",
"middle-paper-width": "Middle paper width",
"top-paper-width": "Top paper width",
"belt-width": "Belt width"
},
"section": {
"paper-straw-specification": "Paper straw specification",
"production-parameters": "Production parameters"
},
"preset-specification": {
"inner_3_3-outer_4_0": "Inner 3.3mm, Outer 4.0mm",
"inner_3_8-outer_4_5": "Inner 3.8mm, Outer 4.5mm",
"inner_4_3-outer_5_0": "Inner 4.3mm, Outer 5.0mm",
"inner_5_3-outer_6_0": "Inner 5.3mm, Outer 6.0mm",
"inner_6_3-outer_7_0": "Inner 6.3mm, Outer 7.0mm",
"inner_7_3-outer_8_0": "Inner 7.3mm, Outer 8.0mm",
"inner_8_3-outer_9_0": "Inner 8.3mm, Outer 9.0mm",
"inner_9_3-outer_10_0": "Inner 9.3mm, Outer 10.0mm",
"inner_11_3-outer_12_0": "Inner 11.3mm, Outer 12.0mm",
"custom": "Custom"
}
}