1
0
Fork 0

fix(i18n): Completed noble translation

This commit is contained in:
Joost De Cock 2022-06-27 11:44:11 +02:00
parent 9bd8f5abd3
commit d6675927da
20 changed files with 494 additions and 14 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/i18n",
"version": "2.21.0-rc.2",
"version": "2.21.0-rc.3",
"description": "Translations for the FreeSewing project",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -36,7 +36,7 @@
"cibuild_step6": "node build.js"
},
"peerDependencies": {
"@freesewing/pattern-info": "^2.21.0-rc.2"
"@freesewing/pattern-info": "^2.21.0-rc.3"
},
"dependencies": {},
"devDependencies": {

View file

@ -42,6 +42,7 @@ import hi from 'hi.yml'
import unice from 'unice.yml'
import lucy from 'lucy.yml'
import bob from 'bob.yml'
import noble from 'noble.yml'
import { options as optionList } from '@freesewing/pattern-info'
import shared from '../../../shared-options.yml'
@ -91,6 +92,7 @@ let patterns = {
unice,
lucy,
bob,
noble,
}
let options = {}

View file

@ -0,0 +1,58 @@
dartPosition:
description:
title: Dart position
chestEase:
description: Controls the amount of ease at the chest
title: Chest ease
waistEase:
description: Controls the amount of ease at the waist
title: Waist ease
bustSpanEase:
description: Controls the amount of ease along the bust span
title: Bust span ease
backDartHeight:
description: Back dart height
title: Controls the height of the back dart
waistDartLength:
description: Controls the length of the waist dart
title: Waist dart length
shoulderDartPosition:
description: Controls the position of the shoulder dart
title: Shoulder dart position
upperDartLength:
description: Controls the length of the upper dart
title: Upper dart length
armholeDartPosition:
description: Controls the position of the armhole dart
title: Armhole dart position
armholeDepth:
description: Controls the depth of the armhole
title: Armhole depth
backArmholeSlant:
description: Controls the slant of the armhole at the back
title: Back armhole slant
backArmholeCurvature:
description: Controls how deep the armhole is scooped out at the back
title: Back armhole curvature
frontArmholePitchDepth:
description: Controls how deep the armhole curts into the front
title: Front armhole pitch depth
backArmholePitchDepth:
description: Controls how deep the armhole curts into the back
title: Back armhole pitch depth
backNeckCutout:
description: Controls how deep the neck is cutout in the back
title: Back neck cutout
backHemSlope:
description: Constrols the slope of the back hem
title: Back hem slope
frontShoulderWidth:
description: Controls how much width is added to the shoulder in the front
title: Front shoulder width
highBustWidth:
description: Controls the widht of the high bust
title: Hight bust width
shoulderToShoulderEase:
description: Controls the amount of ease long the shoulder to shoulder measurement
title: Shoulder to shoulder ease

View file

@ -29,17 +29,17 @@ armholeDepth:
description: Controls the depth of the armhole
title: Armhole depth
backArmholeSlant:
description: FIXME
title: FIXMe
description: Controls the slant of the armhole at the back
title: Back armhole slant
backArmholeCurvature:
description: FIXME
title: FIXME
description: Controls how deep the armhole is scooped out at the back
title: Back armhole curvature
frontArmholePitchDepth:
description: FIXME
title: FIXME
description: Controls how deep the armhole curts into the front
title: Front armhole pitch depth
backArmholePitchDepth:
description:
title:
description: Controls how deep the armhole curts into the back
title: Back armhole pitch depth
backNeckCutout:
description: Controls how deep the neck is cutout in the back
title: Back neck cutout
@ -47,11 +47,11 @@ backHemSlope:
description: Constrols the slope of the back hem
title: Back hem slope
frontShoulderWidth:
description:
title:
description: Controls how much width is added to the shoulder in the front
title: Front shoulder width
highBustWidth:
description:
title:
description: Controls the widht of the high bust
title: Hight bust width
shoulderToShoulderEase:
description: Controls the amount of ease long the shoulder to shoulder measurement
title: Shoulder to shoulder ease

View file

@ -42,6 +42,7 @@ import hi from 'hi.yml'
import unice from 'unice.yml'
import lucy from 'lucy.yml'
import bob from 'bob.yml'
import noble from 'noble.yml'
import { options as optionList } from '@freesewing/pattern-info'
import shared from '../../../shared-options.yml'
@ -91,6 +92,7 @@ let patterns = {
unice,
lucy,
bob,
noble,
}
let options = {}

View file

@ -0,0 +1,58 @@
dartPosition:
description:
title: Dart position
chestEase:
description: Controls the amount of ease at the chest
title: Chest ease
waistEase:
description: Controls the amount of ease at the waist
title: Waist ease
bustSpanEase:
description: Controls the amount of ease along the bust span
title: Bust span ease
backDartHeight:
description: Back dart height
title: Controls the height of the back dart
waistDartLength:
description: Controls the length of the waist dart
title: Waist dart length
shoulderDartPosition:
description: Controls the position of the shoulder dart
title: Shoulder dart position
upperDartLength:
description: Controls the length of the upper dart
title: Upper dart length
armholeDartPosition:
description: Controls the position of the armhole dart
title: Armhole dart position
armholeDepth:
description: Controls the depth of the armhole
title: Armhole depth
backArmholeSlant:
description: Controls the slant of the armhole at the back
title: Back armhole slant
backArmholeCurvature:
description: Controls how deep the armhole is scooped out at the back
title: Back armhole curvature
frontArmholePitchDepth:
description: Controls how deep the armhole curts into the front
title: Front armhole pitch depth
backArmholePitchDepth:
description: Controls how deep the armhole curts into the back
title: Back armhole pitch depth
backNeckCutout:
description: Controls how deep the neck is cutout in the back
title: Back neck cutout
backHemSlope:
description: Constrols the slope of the back hem
title: Back hem slope
frontShoulderWidth:
description: Controls how much width is added to the shoulder in the front
title: Front shoulder width
highBustWidth:
description: Controls the widht of the high bust
title: Hight bust width
shoulderToShoulderEase:
description: Controls the amount of ease long the shoulder to shoulder measurement
title: Shoulder to shoulder ease

View file

@ -42,6 +42,7 @@ import hi from 'hi.yml'
import unice from 'unice.yml'
import lucy from 'lucy.yml'
import bob from 'bob.yml'
import noble from 'noble.yml'
import { options as optionList } from '@freesewing/pattern-info'
import shared from '../../../shared-options.yml'
@ -91,6 +92,7 @@ let patterns = {
unice,
lucy,
bob,
noble,
}
let options = {}

View file

@ -0,0 +1,58 @@
dartPosition:
description:
title: Dart position
chestEase:
description: Controls the amount of ease at the chest
title: Chest ease
waistEase:
description: Controls the amount of ease at the waist
title: Waist ease
bustSpanEase:
description: Controls the amount of ease along the bust span
title: Bust span ease
backDartHeight:
description: Back dart height
title: Controls the height of the back dart
waistDartLength:
description: Controls the length of the waist dart
title: Waist dart length
shoulderDartPosition:
description: Controls the position of the shoulder dart
title: Shoulder dart position
upperDartLength:
description: Controls the length of the upper dart
title: Upper dart length
armholeDartPosition:
description: Controls the position of the armhole dart
title: Armhole dart position
armholeDepth:
description: Controls the depth of the armhole
title: Armhole depth
backArmholeSlant:
description: Controls the slant of the armhole at the back
title: Back armhole slant
backArmholeCurvature:
description: Controls how deep the armhole is scooped out at the back
title: Back armhole curvature
frontArmholePitchDepth:
description: Controls how deep the armhole curts into the front
title: Front armhole pitch depth
backArmholePitchDepth:
description: Controls how deep the armhole curts into the back
title: Back armhole pitch depth
backNeckCutout:
description: Controls how deep the neck is cutout in the back
title: Back neck cutout
backHemSlope:
description: Constrols the slope of the back hem
title: Back hem slope
frontShoulderWidth:
description: Controls how much width is added to the shoulder in the front
title: Front shoulder width
highBustWidth:
description: Controls the widht of the high bust
title: Hight bust width
shoulderToShoulderEase:
description: Controls the amount of ease long the shoulder to shoulder measurement
title: Shoulder to shoulder ease

View file

@ -42,6 +42,7 @@ import hi from 'hi.yml'
import unice from 'unice.yml'
import lucy from 'lucy.yml'
import bob from 'bob.yml'
import noble from 'noble.yml'
import { options as optionList } from '@freesewing/pattern-info'
import shared from '../../../shared-options.yml'
@ -91,6 +92,7 @@ let patterns = {
unice,
lucy,
bob,
noble,
}
let options = {}

View file

@ -0,0 +1,58 @@
dartPosition:
description:
title: Dart position
chestEase:
description: Controls the amount of ease at the chest
title: Chest ease
waistEase:
description: Controls the amount of ease at the waist
title: Waist ease
bustSpanEase:
description: Controls the amount of ease along the bust span
title: Bust span ease
backDartHeight:
description: Back dart height
title: Controls the height of the back dart
waistDartLength:
description: Controls the length of the waist dart
title: Waist dart length
shoulderDartPosition:
description: Controls the position of the shoulder dart
title: Shoulder dart position
upperDartLength:
description: Controls the length of the upper dart
title: Upper dart length
armholeDartPosition:
description: Controls the position of the armhole dart
title: Armhole dart position
armholeDepth:
description: Controls the depth of the armhole
title: Armhole depth
backArmholeSlant:
description: Controls the slant of the armhole at the back
title: Back armhole slant
backArmholeCurvature:
description: Controls how deep the armhole is scooped out at the back
title: Back armhole curvature
frontArmholePitchDepth:
description: Controls how deep the armhole curts into the front
title: Front armhole pitch depth
backArmholePitchDepth:
description: Controls how deep the armhole curts into the back
title: Back armhole pitch depth
backNeckCutout:
description: Controls how deep the neck is cutout in the back
title: Back neck cutout
backHemSlope:
description: Constrols the slope of the back hem
title: Back hem slope
frontShoulderWidth:
description: Controls how much width is added to the shoulder in the front
title: Front shoulder width
highBustWidth:
description: Controls the widht of the high bust
title: Hight bust width
shoulderToShoulderEase:
description: Controls the amount of ease long the shoulder to shoulder measurement
title: Shoulder to shoulder ease

View file

@ -50,6 +50,7 @@ import o_hugo from "./o_hugo.mjs"
import o_jaeger from "./o_jaeger.mjs"
import o_lucy from "./o_lucy.mjs"
import o_lunetius from "./o_lunetius.mjs"
import o_noble from "./o_noble.mjs"
import o_paco from "./o_paco.mjs"
import o_penelope from "./o_penelope.mjs"
import o_sandy from "./o_sandy.mjs"
@ -123,6 +124,7 @@ const allNamespaces = {
o_jaeger,
o_lucy,
o_lunetius,
o_noble,
o_paco,
o_penelope,
o_sandy,

View file

@ -0,0 +1,46 @@
/*
* This file is auto-generated by the prebuild script
* All edits will be overwritten on the next (pre)build
*/
const o_noble = {
"dartPosition.t": "Dart position",
"dartPosition.d": null,
"chestEase.t": "Chest ease",
"chestEase.d": "Controls the amount of ease at the chest",
"waistEase.t": "Waist ease",
"waistEase.d": "Controls the amount of ease at the waist",
"bustSpanEase.t": "Bust span ease",
"bustSpanEase.d": "Controls the amount of ease along the bust span",
"backDartHeight.t": "Controls the height of the back dart",
"backDartHeight.d": "Back dart height",
"waistDartLength.t": "Waist dart length",
"waistDartLength.d": "Controls the length of the waist dart",
"shoulderDartPosition.t": "Shoulder dart position",
"shoulderDartPosition.d": "Controls the position of the shoulder dart",
"upperDartLength.t": "Upper dart length",
"upperDartLength.d": "Controls the length of the upper dart",
"armholeDartPosition.t": "Armhole dart position",
"armholeDartPosition.d": "Controls the position of the armhole dart",
"armholeDepth.t": "Armhole depth",
"armholeDepth.d": "Controls the depth of the armhole",
"backArmholeSlant.t": "FIXMe",
"backArmholeSlant.d": "FIXME",
"backArmholeCurvature.t": "FIXME",
"backArmholeCurvature.d": "FIXME",
"frontArmholePitchDepth.t": "FIXME",
"frontArmholePitchDepth.d": "FIXME",
"backArmholePitchDepth.t": null,
"backArmholePitchDepth.d": null,
"backNeckCutout.t": "Back neck cutout",
"backNeckCutout.d": "Controls how deep the neck is cutout in the back",
"backHemSlope.t": "Back hem slope",
"backHemSlope.d": "Constrols the slope of the back hem",
"frontShoulderWidth.t": null,
"frontShoulderWidth.d": null,
"highBustWidth.t": null,
"highBustWidth.d": null,
"shoulderToShoulderEase.t": "Shoulder to shoulder ease",
"shoulderToShoulderEase.d": "Controls the amount of ease long the shoulder to shoulder measurement"
}
export default o_noble

View file

@ -50,6 +50,7 @@ import o_hugo from "./o_hugo.mjs"
import o_jaeger from "./o_jaeger.mjs"
import o_lucy from "./o_lucy.mjs"
import o_lunetius from "./o_lunetius.mjs"
import o_noble from "./o_noble.mjs"
import o_paco from "./o_paco.mjs"
import o_penelope from "./o_penelope.mjs"
import o_sandy from "./o_sandy.mjs"
@ -123,6 +124,7 @@ const allNamespaces = {
o_jaeger,
o_lucy,
o_lunetius,
o_noble,
o_paco,
o_penelope,
o_sandy,

View file

@ -0,0 +1,46 @@
/*
* This file is auto-generated by the prebuild script
* All edits will be overwritten on the next (pre)build
*/
const o_noble = {
"dartPosition.t": "Dart position",
"dartPosition.d": null,
"chestEase.t": "Chest ease",
"chestEase.d": "Controls the amount of ease at the chest",
"waistEase.t": "Waist ease",
"waistEase.d": "Controls the amount of ease at the waist",
"bustSpanEase.t": "Bust span ease",
"bustSpanEase.d": "Controls the amount of ease along the bust span",
"backDartHeight.t": "Controls the height of the back dart",
"backDartHeight.d": "Back dart height",
"waistDartLength.t": "Waist dart length",
"waistDartLength.d": "Controls the length of the waist dart",
"shoulderDartPosition.t": "Shoulder dart position",
"shoulderDartPosition.d": "Controls the position of the shoulder dart",
"upperDartLength.t": "Upper dart length",
"upperDartLength.d": "Controls the length of the upper dart",
"armholeDartPosition.t": "Armhole dart position",
"armholeDartPosition.d": "Controls the position of the armhole dart",
"armholeDepth.t": "Armhole depth",
"armholeDepth.d": "Controls the depth of the armhole",
"backArmholeSlant.t": "Back armhole slant",
"backArmholeSlant.d": "Controls the slant of the armhole at the back",
"backArmholeCurvature.t": "Back armhole curvature",
"backArmholeCurvature.d": "Controls how deep the armhole is scooped out at the back",
"frontArmholePitchDepth.t": "Front armhole pitch depth",
"frontArmholePitchDepth.d": "Controls how deep the armhole curts into the front",
"backArmholePitchDepth.t": "Back armhole pitch depth",
"backArmholePitchDepth.d": "Controls how deep the armhole curts into the back",
"backNeckCutout.t": "Back neck cutout",
"backNeckCutout.d": "Controls how deep the neck is cutout in the back",
"backHemSlope.t": "Back hem slope",
"backHemSlope.d": "Constrols the slope of the back hem",
"frontShoulderWidth.t": "Front shoulder width",
"frontShoulderWidth.d": "Controls how much width is added to the shoulder in the front",
"highBustWidth.t": "Hight bust width",
"highBustWidth.d": "Controls the widht of the high bust",
"shoulderToShoulderEase.t": "Shoulder to shoulder ease",
"shoulderToShoulderEase.d": "Controls the amount of ease long the shoulder to shoulder measurement"
}
export default o_noble

View file

@ -50,6 +50,7 @@ import o_hugo from "./o_hugo.mjs"
import o_jaeger from "./o_jaeger.mjs"
import o_lucy from "./o_lucy.mjs"
import o_lunetius from "./o_lunetius.mjs"
import o_noble from "./o_noble.mjs"
import o_paco from "./o_paco.mjs"
import o_penelope from "./o_penelope.mjs"
import o_sandy from "./o_sandy.mjs"
@ -123,6 +124,7 @@ const allNamespaces = {
o_jaeger,
o_lucy,
o_lunetius,
o_noble,
o_paco,
o_penelope,
o_sandy,

View file

@ -0,0 +1,46 @@
/*
* This file is auto-generated by the prebuild script
* All edits will be overwritten on the next (pre)build
*/
const o_noble = {
"dartPosition.t": "Dart position",
"dartPosition.d": null,
"chestEase.t": "Chest ease",
"chestEase.d": "Controls the amount of ease at the chest",
"waistEase.t": "Waist ease",
"waistEase.d": "Controls the amount of ease at the waist",
"bustSpanEase.t": "Bust span ease",
"bustSpanEase.d": "Controls the amount of ease along the bust span",
"backDartHeight.t": "Controls the height of the back dart",
"backDartHeight.d": "Back dart height",
"waistDartLength.t": "Waist dart length",
"waistDartLength.d": "Controls the length of the waist dart",
"shoulderDartPosition.t": "Shoulder dart position",
"shoulderDartPosition.d": "Controls the position of the shoulder dart",
"upperDartLength.t": "Upper dart length",
"upperDartLength.d": "Controls the length of the upper dart",
"armholeDartPosition.t": "Armhole dart position",
"armholeDartPosition.d": "Controls the position of the armhole dart",
"armholeDepth.t": "Armhole depth",
"armholeDepth.d": "Controls the depth of the armhole",
"backArmholeSlant.t": "FIXMe",
"backArmholeSlant.d": "FIXME",
"backArmholeCurvature.t": "FIXME",
"backArmholeCurvature.d": "FIXME",
"frontArmholePitchDepth.t": "FIXME",
"frontArmholePitchDepth.d": "FIXME",
"backArmholePitchDepth.t": null,
"backArmholePitchDepth.d": null,
"backNeckCutout.t": "Back neck cutout",
"backNeckCutout.d": "Controls how deep the neck is cutout in the back",
"backHemSlope.t": "Back hem slope",
"backHemSlope.d": "Constrols the slope of the back hem",
"frontShoulderWidth.t": null,
"frontShoulderWidth.d": null,
"highBustWidth.t": null,
"highBustWidth.d": null,
"shoulderToShoulderEase.t": "Shoulder to shoulder ease",
"shoulderToShoulderEase.d": "Controls the amount of ease long the shoulder to shoulder measurement"
}
export default o_noble

View file

@ -50,6 +50,7 @@ import o_hugo from "./o_hugo.mjs"
import o_jaeger from "./o_jaeger.mjs"
import o_lucy from "./o_lucy.mjs"
import o_lunetius from "./o_lunetius.mjs"
import o_noble from "./o_noble.mjs"
import o_paco from "./o_paco.mjs"
import o_penelope from "./o_penelope.mjs"
import o_sandy from "./o_sandy.mjs"
@ -123,6 +124,7 @@ const allNamespaces = {
o_jaeger,
o_lucy,
o_lunetius,
o_noble,
o_paco,
o_penelope,
o_sandy,

View file

@ -0,0 +1,46 @@
/*
* This file is auto-generated by the prebuild script
* All edits will be overwritten on the next (pre)build
*/
const o_noble = {
"dartPosition.t": "Dart position",
"dartPosition.d": null,
"chestEase.t": "Chest ease",
"chestEase.d": "Controls the amount of ease at the chest",
"waistEase.t": "Waist ease",
"waistEase.d": "Controls the amount of ease at the waist",
"bustSpanEase.t": "Bust span ease",
"bustSpanEase.d": "Controls the amount of ease along the bust span",
"backDartHeight.t": "Controls the height of the back dart",
"backDartHeight.d": "Back dart height",
"waistDartLength.t": "Waist dart length",
"waistDartLength.d": "Controls the length of the waist dart",
"shoulderDartPosition.t": "Shoulder dart position",
"shoulderDartPosition.d": "Controls the position of the shoulder dart",
"upperDartLength.t": "Upper dart length",
"upperDartLength.d": "Controls the length of the upper dart",
"armholeDartPosition.t": "Armhole dart position",
"armholeDartPosition.d": "Controls the position of the armhole dart",
"armholeDepth.t": "Armhole depth",
"armholeDepth.d": "Controls the depth of the armhole",
"backArmholeSlant.t": "FIXMe",
"backArmholeSlant.d": "FIXME",
"backArmholeCurvature.t": "FIXME",
"backArmholeCurvature.d": "FIXME",
"frontArmholePitchDepth.t": "FIXME",
"frontArmholePitchDepth.d": "FIXME",
"backArmholePitchDepth.t": null,
"backArmholePitchDepth.d": null,
"backNeckCutout.t": "Back neck cutout",
"backNeckCutout.d": "Controls how deep the neck is cutout in the back",
"backHemSlope.t": "Back hem slope",
"backHemSlope.d": "Constrols the slope of the back hem",
"frontShoulderWidth.t": null,
"frontShoulderWidth.d": null,
"highBustWidth.t": null,
"highBustWidth.d": null,
"shoulderToShoulderEase.t": "Shoulder to shoulder ease",
"shoulderToShoulderEase.d": "Controls the amount of ease long the shoulder to shoulder measurement"
}
export default o_noble

View file

@ -50,6 +50,7 @@ import o_hugo from "./o_hugo.mjs"
import o_jaeger from "./o_jaeger.mjs"
import o_lucy from "./o_lucy.mjs"
import o_lunetius from "./o_lunetius.mjs"
import o_noble from "./o_noble.mjs"
import o_paco from "./o_paco.mjs"
import o_penelope from "./o_penelope.mjs"
import o_sandy from "./o_sandy.mjs"
@ -123,6 +124,7 @@ const allNamespaces = {
o_jaeger,
o_lucy,
o_lunetius,
o_noble,
o_paco,
o_penelope,
o_sandy,

View file

@ -0,0 +1,46 @@
/*
* This file is auto-generated by the prebuild script
* All edits will be overwritten on the next (pre)build
*/
const o_noble = {
"dartPosition.t": "Dart position",
"dartPosition.d": null,
"chestEase.t": "Chest ease",
"chestEase.d": "Controls the amount of ease at the chest",
"waistEase.t": "Waist ease",
"waistEase.d": "Controls the amount of ease at the waist",
"bustSpanEase.t": "Bust span ease",
"bustSpanEase.d": "Controls the amount of ease along the bust span",
"backDartHeight.t": "Controls the height of the back dart",
"backDartHeight.d": "Back dart height",
"waistDartLength.t": "Waist dart length",
"waistDartLength.d": "Controls the length of the waist dart",
"shoulderDartPosition.t": "Shoulder dart position",
"shoulderDartPosition.d": "Controls the position of the shoulder dart",
"upperDartLength.t": "Upper dart length",
"upperDartLength.d": "Controls the length of the upper dart",
"armholeDartPosition.t": "Armhole dart position",
"armholeDartPosition.d": "Controls the position of the armhole dart",
"armholeDepth.t": "Armhole depth",
"armholeDepth.d": "Controls the depth of the armhole",
"backArmholeSlant.t": "FIXMe",
"backArmholeSlant.d": "FIXME",
"backArmholeCurvature.t": "FIXME",
"backArmholeCurvature.d": "FIXME",
"frontArmholePitchDepth.t": "FIXME",
"frontArmholePitchDepth.d": "FIXME",
"backArmholePitchDepth.t": null,
"backArmholePitchDepth.d": null,
"backNeckCutout.t": "Back neck cutout",
"backNeckCutout.d": "Controls how deep the neck is cutout in the back",
"backHemSlope.t": "Back hem slope",
"backHemSlope.d": "Constrols the slope of the back hem",
"frontShoulderWidth.t": null,
"frontShoulderWidth.d": null,
"highBustWidth.t": null,
"highBustWidth.d": null,
"shoulderToShoulderEase.t": "Shoulder to shoulder ease",
"shoulderToShoulderEase.d": "Controls the amount of ease long the shoulder to shoulder measurement"
}
export default o_noble