feat: 补全俄语i18n翻译

This commit is contained in:
2025-12-08 17:46:38 +08:00
parent 7223730aee
commit 86a88cf8a1
14 changed files with 271 additions and 97 deletions

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,
}