From 3f9150429afec73c9821f796707bd6271fb24130 Mon Sep 17 00:00:00 2001 From: Nick Dower Date: Mon, 4 Apr 2022 08:11:09 +0200 Subject: [PATCH] Fix broken build. --- packages/i18n/src/locales/de/measurements.yaml | 1 + packages/i18n/src/locales/es/measurements.yaml | 1 + packages/i18n/src/locales/fr/measurements.yaml | 1 + packages/i18n/src/locales/nl/measurements.yaml | 1 + packages/i18n/src/next/de/measurements.mjs | 1 + packages/i18n/src/next/de/o_bella.mjs | 2 ++ packages/i18n/src/next/de/workbench.mjs | 5 +++++ packages/i18n/src/next/en/measurements.mjs | 1 + packages/i18n/src/next/en/o_bella.mjs | 2 ++ packages/i18n/src/next/en/workbench.mjs | 2 ++ packages/i18n/src/next/es/measurements.mjs | 1 + packages/i18n/src/next/es/o_bella.mjs | 2 ++ packages/i18n/src/next/es/workbench.mjs | 5 +++++ packages/i18n/src/next/fr/measurements.mjs | 1 + packages/i18n/src/next/fr/o_bella.mjs | 2 ++ packages/i18n/src/next/fr/workbench.mjs | 5 +++++ packages/i18n/src/next/nl/measurements.mjs | 1 + packages/i18n/src/next/nl/o_bella.mjs | 2 ++ packages/i18n/src/next/nl/optiongroups.mjs | 6 +++--- packages/i18n/src/next/nl/settings.mjs | 4 ++-- packages/i18n/src/next/nl/workbench.mjs | 5 +++++ 21 files changed, 46 insertions(+), 5 deletions(-) diff --git a/packages/i18n/src/locales/de/measurements.yaml b/packages/i18n/src/locales/de/measurements.yaml index 87ad6587d8c..e324ddf7dcc 100644 --- a/packages/i18n/src/locales/de/measurements.yaml +++ b/packages/i18n/src/locales/de/measurements.yaml @@ -29,6 +29,7 @@ underbust: Unterbrustweite upperLeg: Oberschenkelumfang waist: Taillenweite waistBack: Taillenweite hinten +waistToArmhole: Waist to armhole waistToFloor: Taille bis Boden waistToHips: Taille bis Hüfte waistToKnee: Taille bis Knie diff --git a/packages/i18n/src/locales/es/measurements.yaml b/packages/i18n/src/locales/es/measurements.yaml index ac37bb0c9f5..00ae8a2da08 100644 --- a/packages/i18n/src/locales/es/measurements.yaml +++ b/packages/i18n/src/locales/es/measurements.yaml @@ -29,6 +29,7 @@ underbust: Bajo pecho upperLeg: Contorno de alto de pierna waist: Circunferencia de Waist waistBack: Volver +waistToArmhole: Waist to armhole waistToFloor: Llave al suelo waistToHips: Espera a caderas waistToKnee: Espera a rodilla diff --git a/packages/i18n/src/locales/fr/measurements.yaml b/packages/i18n/src/locales/fr/measurements.yaml index 9a1bcaf0d0d..940e6ec25d7 100644 --- a/packages/i18n/src/locales/fr/measurements.yaml +++ b/packages/i18n/src/locales/fr/measurements.yaml @@ -29,6 +29,7 @@ underbust: Tour sous poitrine upperLeg: Tour de cuisse waist: Tour de taille waistBack: Taille arrière +waistToArmhole: Waist to armhole waistToFloor: Hauteur de taille waistToHips: Hauteur taille hanches waistToKnee: Hauteur taille genou diff --git a/packages/i18n/src/locales/nl/measurements.yaml b/packages/i18n/src/locales/nl/measurements.yaml index 444fc2b3a85..d7f074e09c8 100644 --- a/packages/i18n/src/locales/nl/measurements.yaml +++ b/packages/i18n/src/locales/nl/measurements.yaml @@ -29,6 +29,7 @@ underbust: Onderbuste upperLeg: Bovenbeenomtrek waist: Omtrek taille waistBack: Taille achter +waistToArmhole: Waist to armhole waistToFloor: Taille tot vloer waistToHips: Taille tot heupen waistToKnee: Taille tot knie diff --git a/packages/i18n/src/next/de/measurements.mjs b/packages/i18n/src/next/de/measurements.mjs index f8836e7653c..36bc155c5ba 100644 --- a/packages/i18n/src/next/de/measurements.mjs +++ b/packages/i18n/src/next/de/measurements.mjs @@ -33,6 +33,7 @@ const measurements = { "upperLeg": "Oberschenkelumfang", "waist": "Taillenweite", "waistBack": "Taillenweite hinten", + "waistToArmhole": "Waist to armhole", "waistToFloor": "Taille bis Boden", "waistToHips": "Taille bis Hüfte", "waistToKnee": "Taille bis Knie", diff --git a/packages/i18n/src/next/de/o_bella.mjs b/packages/i18n/src/next/de/o_bella.mjs index 375d3f734c0..b5b99645dbe 100644 --- a/packages/i18n/src/next/de/o_bella.mjs +++ b/packages/i18n/src/next/de/o_bella.mjs @@ -9,6 +9,8 @@ const o_bella = { "waistEase.d": "Steuert die Menge an Leichtigkeit in deiner Taille", "bustSpanEase.t": "Zugabe seitlicher Brustbereich", "bustSpanEase.d": "Steuert die Größe der (horizontalen) Zugabe, zu deinem seitlichen Brustbereich, \nwenn Brustpunkt berechnet wird.", + "shoulderToShoulderEase.t": "Shoulder to Shoulder ease", + "shoulderToShoulderEase.d": "Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.", "fullChestEaseReduction.t": "Full chest ease reduction", "fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area", "backDartHeight.t": "Höhe Rückenabnäher", diff --git a/packages/i18n/src/next/de/workbench.mjs b/packages/i18n/src/next/de/workbench.mjs index 6b46379d1b9..8c4b7ec2bcd 100644 --- a/packages/i18n/src/next/de/workbench.mjs +++ b/packages/i18n/src/next/de/workbench.mjs @@ -4,6 +4,11 @@ */ const workbench = { "designOptions": "Design options", + "forPrinting": "For printing", + "forCutting": "For cutting", + "layoutThing": "Layout {thing}", + "pageSize": "Page size", + "startBySelectingAThing": "Start by selecting a {thing}", "testThing": "Test {thing}" } diff --git a/packages/i18n/src/next/en/measurements.mjs b/packages/i18n/src/next/en/measurements.mjs index e91b5afeb35..1b128721284 100644 --- a/packages/i18n/src/next/en/measurements.mjs +++ b/packages/i18n/src/next/en/measurements.mjs @@ -33,6 +33,7 @@ const measurements = { "upperLeg": "Upper leg circumference", "waist": "Waist circumference", "waistBack": "Waist back", + "waistToArmhole": "Waist to armhole", "waistToFloor": "Waist to floor", "waistToHips": "Waist to hips", "waistToKnee": "Waist to knee", diff --git a/packages/i18n/src/next/en/o_bella.mjs b/packages/i18n/src/next/en/o_bella.mjs index f888e6331d9..6817e7d2103 100644 --- a/packages/i18n/src/next/en/o_bella.mjs +++ b/packages/i18n/src/next/en/o_bella.mjs @@ -9,6 +9,8 @@ const o_bella = { "waistEase.d": "Controls the amount of ease at your waist", "bustSpanEase.t": "Bust span ease", "bustSpanEase.d": "Controls the amount of (horizontal) ease added to your bust span when locating the bust point.", + "shoulderToShoulderEase.t": "Shoulder to Shoulder ease", + "shoulderToShoulderEase.d": "Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.", "fullChestEaseReduction.t": "Full chest ease reduction", "fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area", "backDartHeight.t": "Back dart height", diff --git a/packages/i18n/src/next/en/workbench.mjs b/packages/i18n/src/next/en/workbench.mjs index 0b3676de936..8c4b7ec2bcd 100644 --- a/packages/i18n/src/next/en/workbench.mjs +++ b/packages/i18n/src/next/en/workbench.mjs @@ -7,6 +7,8 @@ const workbench = { "forPrinting": "For printing", "forCutting": "For cutting", "layoutThing": "Layout {thing}", + "pageSize": "Page size", + "startBySelectingAThing": "Start by selecting a {thing}", "testThing": "Test {thing}" } diff --git a/packages/i18n/src/next/es/measurements.mjs b/packages/i18n/src/next/es/measurements.mjs index 4fcde65861f..f17ef6a3b95 100644 --- a/packages/i18n/src/next/es/measurements.mjs +++ b/packages/i18n/src/next/es/measurements.mjs @@ -33,6 +33,7 @@ const measurements = { "upperLeg": "Contorno de alto de pierna", "waist": "Circunferencia de Waist", "waistBack": "Volver", + "waistToArmhole": "Waist to armhole", "waistToFloor": "Llave al suelo", "waistToHips": "Espera a caderas", "waistToKnee": "Espera a rodilla", diff --git a/packages/i18n/src/next/es/o_bella.mjs b/packages/i18n/src/next/es/o_bella.mjs index 05723f1b407..792668f2805 100644 --- a/packages/i18n/src/next/es/o_bella.mjs +++ b/packages/i18n/src/next/es/o_bella.mjs @@ -9,6 +9,8 @@ const o_bella = { "waistEase.d": "Controla la cantidad de facilidad en tu cintura", "bustSpanEase.t": "Facilidad de la expansión del polvo", "bustSpanEase.d": "Controla la cantidad de facilidad (horizontal) que se agrega a tu superficie de busto al ubicar el punto de busto.", + "shoulderToShoulderEase.t": "Shoulder to Shoulder ease", + "shoulderToShoulderEase.d": "Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.", "fullChestEaseReduction.t": "Full chest ease reduction", "fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area", "backDartHeight.t": "Altura del dart trasero", diff --git a/packages/i18n/src/next/es/workbench.mjs b/packages/i18n/src/next/es/workbench.mjs index 6b46379d1b9..8c4b7ec2bcd 100644 --- a/packages/i18n/src/next/es/workbench.mjs +++ b/packages/i18n/src/next/es/workbench.mjs @@ -4,6 +4,11 @@ */ const workbench = { "designOptions": "Design options", + "forPrinting": "For printing", + "forCutting": "For cutting", + "layoutThing": "Layout {thing}", + "pageSize": "Page size", + "startBySelectingAThing": "Start by selecting a {thing}", "testThing": "Test {thing}" } diff --git a/packages/i18n/src/next/fr/measurements.mjs b/packages/i18n/src/next/fr/measurements.mjs index 2aaa6af41da..3b85d63d5f9 100644 --- a/packages/i18n/src/next/fr/measurements.mjs +++ b/packages/i18n/src/next/fr/measurements.mjs @@ -33,6 +33,7 @@ const measurements = { "upperLeg": "Tour de cuisse", "waist": "Tour de taille", "waistBack": "Taille arrière", + "waistToArmhole": "Waist to armhole", "waistToFloor": "Hauteur de taille", "waistToHips": "Hauteur taille hanches", "waistToKnee": "Hauteur taille genou", diff --git a/packages/i18n/src/next/fr/o_bella.mjs b/packages/i18n/src/next/fr/o_bella.mjs index df1c5ce7b4f..04e042b5334 100644 --- a/packages/i18n/src/next/fr/o_bella.mjs +++ b/packages/i18n/src/next/fr/o_bella.mjs @@ -9,6 +9,8 @@ const o_bella = { "waistEase.d": "Contrôle la quantité d'aisance au niveau de la taille", "bustSpanEase.t": "Aisance de l'écart poitrine", "bustSpanEase.d": "Contrôle la quantité d'aisance (horizontale) ajoutée à votre poitrine entre les 2 pointes de la poitrine.", + "shoulderToShoulderEase.t": "Shoulder to Shoulder ease", + "shoulderToShoulderEase.d": "Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.", "fullChestEaseReduction.t": "Réduction de l'aisance de la poitrine", "fullChestEaseReduction.d": "Vous permet de réduire l'aisance de la poitrine indépendamment pour rendre plus seyant cette zone", "backDartHeight.t": "Hauteur de pince dos", diff --git a/packages/i18n/src/next/fr/workbench.mjs b/packages/i18n/src/next/fr/workbench.mjs index 6b46379d1b9..8c4b7ec2bcd 100644 --- a/packages/i18n/src/next/fr/workbench.mjs +++ b/packages/i18n/src/next/fr/workbench.mjs @@ -4,6 +4,11 @@ */ const workbench = { "designOptions": "Design options", + "forPrinting": "For printing", + "forCutting": "For cutting", + "layoutThing": "Layout {thing}", + "pageSize": "Page size", + "startBySelectingAThing": "Start by selecting a {thing}", "testThing": "Test {thing}" } diff --git a/packages/i18n/src/next/nl/measurements.mjs b/packages/i18n/src/next/nl/measurements.mjs index 90c1d250000..fdd1d466ce4 100644 --- a/packages/i18n/src/next/nl/measurements.mjs +++ b/packages/i18n/src/next/nl/measurements.mjs @@ -33,6 +33,7 @@ const measurements = { "upperLeg": "Bovenbeenomtrek", "waist": "Omtrek taille", "waistBack": "Taille achter", + "waistToArmhole": "Waist to armhole", "waistToFloor": "Taille tot vloer", "waistToHips": "Taille tot heupen", "waistToKnee": "Taille tot knie", diff --git a/packages/i18n/src/next/nl/o_bella.mjs b/packages/i18n/src/next/nl/o_bella.mjs index 78b8d31ab89..d6c19d03e87 100644 --- a/packages/i18n/src/next/nl/o_bella.mjs +++ b/packages/i18n/src/next/nl/o_bella.mjs @@ -9,6 +9,8 @@ const o_bella = { "waistEase.d": "Bepaalt de hoeveelheid overwijdte aan je taille", "bustSpanEase.t": "Overwijdte bustenwijdte", "bustSpanEase.d": "Bepaalt de hoeveelheid (horizontaal) overwijdte die wordt toegevoegd aan uw bustewijdte bij het lokaliseren van het bustepunt.", + "shoulderToShoulderEase.t": "Shoulder to Shoulder ease", + "shoulderToShoulderEase.d": "Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry.", "fullChestEaseReduction.t": "Full chest ease reduction", "fullChestEaseReduction.d": "Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area", "backDartHeight.t": "Hoogte neep rug", diff --git a/packages/i18n/src/next/nl/optiongroups.mjs b/packages/i18n/src/next/nl/optiongroups.mjs index f03f5b7f12e..448cd3f75fc 100644 --- a/packages/i18n/src/next/nl/optiongroups.mjs +++ b/packages/i18n/src/next/nl/optiongroups.mjs @@ -21,9 +21,9 @@ const optiongroups = { "frontPockets": "Voorzakken", "waistband": "Tailleband", "fly": "Vliegen", - "bellaDarts": "Bella darts", - "bellaArmhole": "Bella armhole", - "bellaAdvanced": "Bella advanced", + "bellaDarts": "Bella figuurnaden", + "bellaArmhole": "Bella armsgat", + "bellaAdvanced": "Bella geavanceerd", "clavi": "Clavi" } diff --git a/packages/i18n/src/next/nl/settings.mjs b/packages/i18n/src/next/nl/settings.mjs index eea9d1ceca0..ac49d73aaa8 100644 --- a/packages/i18n/src/next/nl/settings.mjs +++ b/packages/i18n/src/next/nl/settings.mjs @@ -23,8 +23,8 @@ const settings = { "layout.d": "Bepaalt hoe de afzonderlijke patroondelen op uw patroon worden geplaatst", "debug.t": "Debug", "debug.d": "Schakel debug in om extra informatie te krijgen over hoe je patroon tot stand kwam", - "scale.t": "Scale", - "scale.d": "Controls the overall line width, font size, and other elements that do not scale with the pattern's measurements", + "scale.t": "Schaal", + "scale.d": "Bepaalt de totale lijnbreedte, lettergrootte en andere elementen die niet schalen met de metingen van het patroon", "renderer.t": "Render engine", "renderer.d": "Controls how the pattern is rendered (drawn) on the screen", "xray.t": "X-ray", diff --git a/packages/i18n/src/next/nl/workbench.mjs b/packages/i18n/src/next/nl/workbench.mjs index 6b46379d1b9..8c4b7ec2bcd 100644 --- a/packages/i18n/src/next/nl/workbench.mjs +++ b/packages/i18n/src/next/nl/workbench.mjs @@ -4,6 +4,11 @@ */ const workbench = { "designOptions": "Design options", + "forPrinting": "For printing", + "forCutting": "For cutting", + "layoutThing": "Layout {thing}", + "pageSize": "Page size", + "startBySelectingAThing": "Start by selecting a {thing}", "testThing": "Test {thing}" }