sparkles: Added translations for Huey
This commit is contained in:
parent
71e446c8f7
commit
dcecacf89a
15 changed files with 351 additions and 0 deletions
67
packages/i18n/src/locales/de/options/huey.yml
Normal file
67
packages/i18n/src/locales/de/options/huey.yml
Normal file
|
@ -0,0 +1,67 @@
|
|||
acrossBackFactor: brian
|
||||
armholeDepthFactor: brian
|
||||
backNeckCutout: brian
|
||||
bicepsEase: brian
|
||||
chestEase: brian
|
||||
collarEase: brian
|
||||
cuffEase: brian
|
||||
frontArmholeDeeper: brian
|
||||
lengthBonus: brian
|
||||
shoulderEase: brian
|
||||
shoulderSlopeReduction: brian
|
||||
sleeveLengthBonus: brian
|
||||
sleevecapEase: brian
|
||||
sleevecapTopFactorX: brian
|
||||
sleevecapTopFactorY: brian
|
||||
sleevecapBackFactorX: brian
|
||||
sleevecapBackFactorY: brian
|
||||
sleevecapFrontFactorX: brian
|
||||
sleevecapFrontFactorY: brian
|
||||
sleevecapQ1Offset: brian
|
||||
sleevecapQ2Offset: brian
|
||||
sleevecapQ3Offset: brian
|
||||
sleevecapQ4Offset: brian
|
||||
sleevecapQ1Spread1: brian
|
||||
sleevecapQ1Spread2: brian
|
||||
sleevecapQ2Spread1: brian
|
||||
sleevecapQ2Spread2: brian
|
||||
sleevecapQ3Spread1: brian
|
||||
sleevecapQ3Spread2: brian
|
||||
sleevecapQ4Spread1: brian
|
||||
sleevecapQ4Spread2: brian
|
||||
sleeveWidthGuarantee: brian
|
||||
|
||||
ribbing: sven
|
||||
ribbingHeight: sven
|
||||
ribbingStretch: sven
|
||||
waistEase: simon
|
||||
hipsEase: aaron
|
||||
pocketWidth: wahid
|
||||
|
||||
pocket:
|
||||
title: Tasche
|
||||
description: Gibt an, ob eine Tasche hinzugefügt werden soll
|
||||
|
||||
pocketHeight:
|
||||
title: Taschenhöhe
|
||||
description: Steuert die Höhe der Tasche
|
||||
|
||||
hoodHeight:
|
||||
title: Haubenhöhe
|
||||
description: Steuert die Höhe der Haube
|
||||
|
||||
hoodCutback:
|
||||
title: Haube cutback FIXME
|
||||
description: Steuert, wie weit die Haubenöffnung zurückgeschnitten wird
|
||||
|
||||
hoodClosure:
|
||||
title: Haubenverschluss
|
||||
description: Steuert, wie viel von der Haube zum vorderen Verschluss gehört
|
||||
|
||||
hoodDepth:
|
||||
title: Haubentiefe
|
||||
description: Steuert die Tiefe der Haube
|
||||
|
||||
hoodAngle:
|
||||
title: Winkel der Haube
|
||||
description: Steuert den Winkel, in dem die Haube angebracht wird
|
|
@ -3,6 +3,7 @@ import aaron from "./aaron.yml";
|
|||
import bent from "./bent.yml";
|
||||
import bruce from "./bruce.yml";
|
||||
import cathrin from "./cathrin.yml";
|
||||
import huey from "./huey.yml";
|
||||
import hugo from "./hugo.yml";
|
||||
import simon from "./simon.yml";
|
||||
import sven from "./sven.yml";
|
||||
|
@ -16,6 +17,7 @@ let patterns = {
|
|||
bent,
|
||||
bruce,
|
||||
cathrin,
|
||||
huey,
|
||||
hugo,
|
||||
simon,
|
||||
sven,
|
||||
|
|
|
@ -16,6 +16,7 @@ frontRight: Vorne rechts
|
|||
front: Vorderseite
|
||||
hoodCenter: Haubenmitte
|
||||
hoodSide: Haube Seite
|
||||
hood: Haube
|
||||
inset: Einsatz
|
||||
interfacingTail: Einlageschwanz
|
||||
interfacingTip: Einlagespitze
|
||||
|
|
67
packages/i18n/src/locales/en/options/huey.yml
Normal file
67
packages/i18n/src/locales/en/options/huey.yml
Normal file
|
@ -0,0 +1,67 @@
|
|||
acrossBackFactor: brian
|
||||
armholeDepthFactor: brian
|
||||
backNeckCutout: brian
|
||||
bicepsEase: brian
|
||||
chestEase: brian
|
||||
collarEase: brian
|
||||
cuffEase: brian
|
||||
frontArmholeDeeper: brian
|
||||
lengthBonus: brian
|
||||
shoulderEase: brian
|
||||
shoulderSlopeReduction: brian
|
||||
sleeveLengthBonus: brian
|
||||
sleevecapEase: brian
|
||||
sleevecapTopFactorX: brian
|
||||
sleevecapTopFactorY: brian
|
||||
sleevecapBackFactorX: brian
|
||||
sleevecapBackFactorY: brian
|
||||
sleevecapFrontFactorX: brian
|
||||
sleevecapFrontFactorY: brian
|
||||
sleevecapQ1Offset: brian
|
||||
sleevecapQ2Offset: brian
|
||||
sleevecapQ3Offset: brian
|
||||
sleevecapQ4Offset: brian
|
||||
sleevecapQ1Spread1: brian
|
||||
sleevecapQ1Spread2: brian
|
||||
sleevecapQ2Spread1: brian
|
||||
sleevecapQ2Spread2: brian
|
||||
sleevecapQ3Spread1: brian
|
||||
sleevecapQ3Spread2: brian
|
||||
sleevecapQ4Spread1: brian
|
||||
sleevecapQ4Spread2: brian
|
||||
sleeveWidthGuarantee: brian
|
||||
|
||||
ribbing: sven
|
||||
ribbingHeight: sven
|
||||
ribbingStretch: sven
|
||||
waistEase: simon
|
||||
hipsEase: aaron
|
||||
pocketWidth: wahid
|
||||
|
||||
pocket:
|
||||
title: Pocket
|
||||
description: Whether to include a pocket or not
|
||||
|
||||
pocketHeight:
|
||||
title: Pocket height
|
||||
description: Controls the height of the pocket
|
||||
|
||||
hoodHeight:
|
||||
title: Hood height
|
||||
description: Controls the height of the hood
|
||||
|
||||
hoodCutback:
|
||||
title: Hood cutback
|
||||
description: Controls how far the hood opening is cut back
|
||||
|
||||
hoodClosure:
|
||||
title: Hood closure
|
||||
description: Controls how much of the hood is part of the front closure
|
||||
|
||||
hoodDepth:
|
||||
title: Hood depth
|
||||
description: Controls the depth of the hood
|
||||
|
||||
hoodAngle:
|
||||
title: Hood angle
|
||||
description: Controls the andle at which the hood is attached
|
|
@ -3,6 +3,7 @@ import aaron from "./aaron.yml";
|
|||
import bent from "./bent.yml";
|
||||
import bruce from "./bruce.yml";
|
||||
import cathrin from "./cathrin.yml";
|
||||
import huey from "./huey.yml";
|
||||
import hugo from "./hugo.yml";
|
||||
import simon from "./simon.yml";
|
||||
import sven from "./sven.yml";
|
||||
|
@ -16,6 +17,7 @@ let patterns = {
|
|||
bent,
|
||||
bruce,
|
||||
cathrin,
|
||||
huey,
|
||||
hugo,
|
||||
simon,
|
||||
sven,
|
||||
|
|
|
@ -16,6 +16,7 @@ frontLining: Front lining
|
|||
frontRight: Front right
|
||||
hoodCenter: Hood center
|
||||
hoodSide: Hood side
|
||||
hood: Hood
|
||||
inset: Inset
|
||||
interfacingTail: Interfacing tail
|
||||
interfacingTip: Interfacing tip
|
||||
|
@ -45,3 +46,4 @@ topsleeve: Topsleeve
|
|||
undersleeve: Undersleeve
|
||||
waistband: Waistband
|
||||
yoke: Yoke
|
||||
|
||||
|
|
67
packages/i18n/src/locales/es/options/huey.yml
Normal file
67
packages/i18n/src/locales/es/options/huey.yml
Normal file
|
@ -0,0 +1,67 @@
|
|||
acrossBackFactor: brian
|
||||
armholeDepthFactor: brian
|
||||
backNeckCutout: brian
|
||||
bicepsEase: brian
|
||||
chestEase: brian
|
||||
collarEase: brian
|
||||
cuffEase: brian
|
||||
frontArmholeDeeper: brian
|
||||
lengthBonus: brian
|
||||
shoulderEase: brian
|
||||
shoulderSlopeReduction: brian
|
||||
sleeveLengthBonus: brian
|
||||
sleevecapEase: brian
|
||||
sleevecapTopFactorX: brian
|
||||
sleevecapTopFactorY: brian
|
||||
sleevecapBackFactorX: brian
|
||||
sleevecapBackFactorY: brian
|
||||
sleevecapFrontFactorX: brian
|
||||
sleevecapFrontFactorY: brian
|
||||
sleevecapQ1Offset: brian
|
||||
sleevecapQ2Offset: brian
|
||||
sleevecapQ3Offset: brian
|
||||
sleevecapQ4Offset: brian
|
||||
sleevecapQ1Spread1: brian
|
||||
sleevecapQ1Spread2: brian
|
||||
sleevecapQ2Spread1: brian
|
||||
sleevecapQ2Spread2: brian
|
||||
sleevecapQ3Spread1: brian
|
||||
sleevecapQ3Spread2: brian
|
||||
sleevecapQ4Spread1: brian
|
||||
sleevecapQ4Spread2: brian
|
||||
sleeveWidthGuarantee: brian
|
||||
|
||||
ribbing: sven
|
||||
ribbingHeight: sven
|
||||
ribbingStretch: sven
|
||||
waistEase: simon
|
||||
hipsEase: aaron
|
||||
pocketWidth: wahid
|
||||
|
||||
pocket:
|
||||
title: Bolsillo
|
||||
description: Ya sea para incluir un bolsillo o no
|
||||
|
||||
pocketHeight:
|
||||
title: Altura de bolsillo
|
||||
description: Controla la altura del bolsillo
|
||||
|
||||
hoodHeight:
|
||||
title: Altura de capucha
|
||||
description: Controla la altura del capucha
|
||||
|
||||
hoodCutback:
|
||||
title: Recorta capucha
|
||||
description: Controla cómo abrir el capó se recorta
|
||||
|
||||
hoodClosure:
|
||||
title: Cierre de capucha
|
||||
description: Controla la parte del capó que forma parte del cierre frontal
|
||||
|
||||
hoodDepth:
|
||||
title: Profundidad de capucha
|
||||
description: Controla la profundidad del capucha
|
||||
|
||||
hoodAngle:
|
||||
title: Angulo de capucha
|
||||
description: Controla el ángulo en el que se fija la campana
|
|
@ -3,6 +3,7 @@ import aaron from "./aaron.yml";
|
|||
import bent from "./bent.yml";
|
||||
import bruce from "./bruce.yml";
|
||||
import cathrin from "./cathrin.yml";
|
||||
import huey from "./huey.yml";
|
||||
import hugo from "./hugo.yml";
|
||||
import simon from "./simon.yml";
|
||||
import sven from "./sven.yml";
|
||||
|
@ -16,6 +17,7 @@ let patterns = {
|
|||
bent,
|
||||
bruce,
|
||||
cathrin,
|
||||
huey,
|
||||
hugo,
|
||||
simon,
|
||||
sven,
|
||||
|
|
|
@ -16,6 +16,7 @@ frontLining: Delantero revestimiento
|
|||
frontRight: Delantero derecha
|
||||
hoodCenter: Centro de la capucha
|
||||
hoodSide: Lado de la capucha
|
||||
hood: Capucha
|
||||
inset: Encarte
|
||||
interfacingTail: Cola de entretela
|
||||
interfacingTip: Punta de entretela
|
||||
|
|
67
packages/i18n/src/locales/fr/options/huey.yml
Normal file
67
packages/i18n/src/locales/fr/options/huey.yml
Normal file
|
@ -0,0 +1,67 @@
|
|||
acrossBackFactor: brian
|
||||
armholeDepthFactor: brian
|
||||
backNeckCutout: brian
|
||||
bicepsEase: brian
|
||||
chestEase: brian
|
||||
collarEase: brian
|
||||
cuffEase: brian
|
||||
frontArmholeDeeper: brian
|
||||
lengthBonus: brian
|
||||
shoulderEase: brian
|
||||
shoulderSlopeReduction: brian
|
||||
sleeveLengthBonus: brian
|
||||
sleevecapEase: brian
|
||||
sleevecapTopFactorX: brian
|
||||
sleevecapTopFactorY: brian
|
||||
sleevecapBackFactorX: brian
|
||||
sleevecapBackFactorY: brian
|
||||
sleevecapFrontFactorX: brian
|
||||
sleevecapFrontFactorY: brian
|
||||
sleevecapQ1Offset: brian
|
||||
sleevecapQ2Offset: brian
|
||||
sleevecapQ3Offset: brian
|
||||
sleevecapQ4Offset: brian
|
||||
sleevecapQ1Spread1: brian
|
||||
sleevecapQ1Spread2: brian
|
||||
sleevecapQ2Spread1: brian
|
||||
sleevecapQ2Spread2: brian
|
||||
sleevecapQ3Spread1: brian
|
||||
sleevecapQ3Spread2: brian
|
||||
sleevecapQ4Spread1: brian
|
||||
sleevecapQ4Spread2: brian
|
||||
sleeveWidthGuarantee: brian
|
||||
|
||||
ribbing: sven
|
||||
ribbingHeight: sven
|
||||
ribbingStretch: sven
|
||||
waistEase: simon
|
||||
hipsEase: aaron
|
||||
pocketWidth: wahid
|
||||
|
||||
pocket:
|
||||
title: Poche
|
||||
description: S'il faut inclure une poche ou non
|
||||
|
||||
pocketHeight:
|
||||
title: Hauteur de la poche
|
||||
description: Contrôle la hauteur de la poche
|
||||
|
||||
hoodHeight:
|
||||
title: Hauteur du capuchon
|
||||
description: Contrôle la hauteur du capuchon
|
||||
|
||||
hoodCutback:
|
||||
title: Capuchon coupe
|
||||
description: Contrôle jusqu'où l'ouverture du capuchon est coupée
|
||||
|
||||
hoodClosure:
|
||||
title: Capuchon fermeture
|
||||
description: Contrôle la quantité de capuchon faisant partie de la fermeture avant
|
||||
|
||||
hoodDepth:
|
||||
title: Profondeur du capuchon
|
||||
description: Contrôle la profondeur de la hotte
|
||||
|
||||
hoodAngle:
|
||||
title: Angle du capuchon
|
||||
description: Contrôle l'angle auquel la hotte est fixée
|
|
@ -3,6 +3,7 @@ import aaron from "./aaron.yml";
|
|||
import bent from "./bent.yml";
|
||||
import bruce from "./bruce.yml";
|
||||
import cathrin from "./cathrin.yml";
|
||||
import huey from "./huey.yml";
|
||||
import hugo from "./hugo.yml";
|
||||
import simon from "./simon.yml";
|
||||
import sven from "./sven.yml";
|
||||
|
@ -16,6 +17,7 @@ let patterns = {
|
|||
bent,
|
||||
bruce,
|
||||
cathrin,
|
||||
huey,
|
||||
hugo,
|
||||
simon,
|
||||
sven,
|
||||
|
|
|
@ -16,6 +16,7 @@ frontLining: Doublure avant
|
|||
frontRight: Avant droit
|
||||
hoodCenter: Capuchon centre
|
||||
hoodSide: Capuchon côté
|
||||
hoodSide: Capuchon
|
||||
inset: Encart
|
||||
interfacingTail: Queue en entoilage
|
||||
interfacingTip: Pointe en entoilage
|
||||
|
|
67
packages/i18n/src/locales/nl/options/huey.yml
Normal file
67
packages/i18n/src/locales/nl/options/huey.yml
Normal file
|
@ -0,0 +1,67 @@
|
|||
acrossBackFactor: brian
|
||||
armholeDepthFactor: brian
|
||||
backNeckCutout: brian
|
||||
bicepsEase: brian
|
||||
chestEase: brian
|
||||
collarEase: brian
|
||||
cuffEase: brian
|
||||
frontArmholeDeeper: brian
|
||||
lengthBonus: brian
|
||||
shoulderEase: brian
|
||||
shoulderSlopeReduction: brian
|
||||
sleeveLengthBonus: brian
|
||||
sleevecapEase: brian
|
||||
sleevecapTopFactorX: brian
|
||||
sleevecapTopFactorY: brian
|
||||
sleevecapBackFactorX: brian
|
||||
sleevecapBackFactorY: brian
|
||||
sleevecapFrontFactorX: brian
|
||||
sleevecapFrontFactorY: brian
|
||||
sleevecapQ1Offset: brian
|
||||
sleevecapQ2Offset: brian
|
||||
sleevecapQ3Offset: brian
|
||||
sleevecapQ4Offset: brian
|
||||
sleevecapQ1Spread1: brian
|
||||
sleevecapQ1Spread2: brian
|
||||
sleevecapQ2Spread1: brian
|
||||
sleevecapQ2Spread2: brian
|
||||
sleevecapQ3Spread1: brian
|
||||
sleevecapQ3Spread2: brian
|
||||
sleevecapQ4Spread1: brian
|
||||
sleevecapQ4Spread2: brian
|
||||
sleeveWidthGuarantee: brian
|
||||
|
||||
ribbing: sven
|
||||
ribbingHeight: sven
|
||||
ribbingStretch: sven
|
||||
waistEase: simon
|
||||
hipsEase: aaron
|
||||
pocketWidth: wahid
|
||||
|
||||
pocket:
|
||||
title: Zak
|
||||
description: Of een zak moet worden toegevoegd of niet
|
||||
|
||||
pocketHeight:
|
||||
title: Zak hoogte
|
||||
description: Bepaalt de hoogte van de zak
|
||||
|
||||
hoodHeight:
|
||||
title: Capuchon hoogte
|
||||
description: Bepaalt de hoogte van de capuchon
|
||||
|
||||
hoodCutback:
|
||||
title: Capuchon inkorting
|
||||
description: Bepaalt hoever de capuchon opening is ingekort
|
||||
|
||||
hoodClosure:
|
||||
title: Capuchon sluiting
|
||||
description: Bepaalt hoeveel van de capuchon deel uitmaakt van de sluiting vooraan
|
||||
|
||||
hoodDepth:
|
||||
title: Capuchon diepte
|
||||
description: Bepaalt de diepte van de capuchon
|
||||
|
||||
hoodAngle:
|
||||
title: Capuchon hoek
|
||||
description: Bepaalt de hoek waaronder de capuchon is geplaatst
|
|
@ -3,6 +3,7 @@ import aaron from "./aaron.yml";
|
|||
import bent from "./bent.yml";
|
||||
import bruce from "./bruce.yml";
|
||||
import cathrin from "./cathrin.yml";
|
||||
import huey from "./huey.yml";
|
||||
import hugo from "./hugo.yml";
|
||||
import simon from "./simon.yml";
|
||||
import sven from "./sven.yml";
|
||||
|
@ -16,6 +17,7 @@ let patterns = {
|
|||
bent,
|
||||
bruce,
|
||||
cathrin,
|
||||
huey,
|
||||
hugo,
|
||||
simon,
|
||||
sven,
|
||||
|
|
|
@ -16,6 +16,7 @@ frontRight: Voorzijde rechts
|
|||
front: Voorzijde
|
||||
hoodCenter: Capuchon midden
|
||||
hoodSide: Capuchon zijkant
|
||||
hood: Capuchon
|
||||
inset: Inzet
|
||||
interfacingTail: Interfacing staart
|
||||
interfacingTip: Interfacing tip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue