diff --git a/packages/i18n/src/locales/de/app.yaml b/packages/i18n/src/locales/de/app.yaml index 88879203f47..4937ba0882b 100644 --- a/packages/i18n/src/locales/de/app.yaml +++ b/packages/i18n/src/locales/de/app.yaml @@ -143,7 +143,7 @@ thisFieldSupportsMarkdown: Dieses Feld unterstützt das Markdown thisPageRequiresAuthentication: Diese Seite erfordert eine Authentifizierung troubleLoggingIn: Mühe dich einzuloggen? twitter: Twitter -txt-footer: 'Freesewing wurde von Joost De Cock & den Mitwirkenden
kreiert, mit der finanziellen Unterstützung unserer Gönner' +txt-footer: 'Freesewing wurde von Joost De Cock & den Mitwirkenden kreiert,
mit der finanziellen Unterstützung unserer Gönner' unitsInfo: Freesewing unterstützt sowohl das metrische System als auch die imperialen Einheiten. Wählen Sie einfach aus, welches Sie hier verwenden möchten. (Standardmäßig werden die in Ihrem Konto konfigurierten Einheiten verwendet). updated: Aktualisierte userHasBeenWithUsSince: '{user} ist seit {since} bei uns' diff --git a/packages/i18n/src/locales/de/index.js b/packages/i18n/src/locales/de/index.js index 8b627a8d7b6..c4d5ca2399c 100644 --- a/packages/i18n/src/locales/de/index.js +++ b/packages/i18n/src/locales/de/index.js @@ -11,6 +11,7 @@ import options from "./options.yml"; import optiongroups from "./optiongroups.yaml"; import parts from "./parts.yaml"; import patterns from "./patterns.yml"; +import plugin from "./plugin.yaml"; const topics = { account, @@ -25,7 +26,8 @@ const topics = { options, optiongroups, parts, - patterns + patterns, + plugin }; const strings = {}; @@ -94,5 +96,6 @@ export { optiongroups, parts, patterns, + plugin, strings }; diff --git a/packages/i18n/src/locales/de/plugin.yaml b/packages/i18n/src/locales/de/plugin.yaml new file mode 100644 index 00000000000..cd3138be1af --- /dev/null +++ b/packages/i18n/src/locales/de/plugin.yaml @@ -0,0 +1,10 @@ +back: Der Rücken +cutOnFoldAndGrainline: Falte abschneiden / Fadenlauf +cutOnFold: Falte abschneiden +freesewingIsMadeByJoostDeCockAndContributors: Freesewing wurde von Joost De Cock & den Mitwirkenden kreiert +front: Vorderseite +grainline: Fadenlauf +sleeve: Ärmel +theBlackOutsideOfThisBoxShouldMeasure: Die (schwarze) Außenseite dieser Box sollte sich messen lassen +theWhiteInsideOfThisBoxShouldMeasure: Die (weiße) Innenseite dieser Box sollte sich messen lassen +withTheFinancialSupportOfOurPatrons: mit der finanziellen Unterstützung unserer Gönner diff --git a/packages/i18n/src/locales/en/index.js b/packages/i18n/src/locales/en/index.js index 8b627a8d7b6..c4d5ca2399c 100644 --- a/packages/i18n/src/locales/en/index.js +++ b/packages/i18n/src/locales/en/index.js @@ -11,6 +11,7 @@ import options from "./options.yml"; import optiongroups from "./optiongroups.yaml"; import parts from "./parts.yaml"; import patterns from "./patterns.yml"; +import plugin from "./plugin.yaml"; const topics = { account, @@ -25,7 +26,8 @@ const topics = { options, optiongroups, parts, - patterns + patterns, + plugin }; const strings = {}; @@ -94,5 +96,6 @@ export { optiongroups, parts, patterns, + plugin, strings }; diff --git a/packages/i18n/src/locales/en/plugin.yaml b/packages/i18n/src/locales/en/plugin.yaml new file mode 100644 index 00000000000..eaacc187cb5 --- /dev/null +++ b/packages/i18n/src/locales/en/plugin.yaml @@ -0,0 +1,10 @@ +back: Back +cutOnFoldAndGrainline: Cut on fold / Grainline +cutOnFold: Cut on fold +freesewingIsMadeByJoostDeCockAndContributors: Freesewing is made by Joost De Cock & contributors +front: Front +grainline: Grainline +sleeve: Sleeve +theBlackOutsideOfThisBoxShouldMeasure: The (black) outside of this box should measure +theWhiteInsideOfThisBoxShouldMeasure: The (white) inside of this box should measure +withTheFinancialSupportOfOurPatrons: with the financial support of our patrons diff --git a/packages/i18n/src/locales/es/index.js b/packages/i18n/src/locales/es/index.js index 8b627a8d7b6..c4d5ca2399c 100644 --- a/packages/i18n/src/locales/es/index.js +++ b/packages/i18n/src/locales/es/index.js @@ -11,6 +11,7 @@ import options from "./options.yml"; import optiongroups from "./optiongroups.yaml"; import parts from "./parts.yaml"; import patterns from "./patterns.yml"; +import plugin from "./plugin.yaml"; const topics = { account, @@ -25,7 +26,8 @@ const topics = { options, optiongroups, parts, - patterns + patterns, + plugin }; const strings = {}; @@ -94,5 +96,6 @@ export { optiongroups, parts, patterns, + plugin, strings }; diff --git a/packages/i18n/src/locales/es/plugin.yaml b/packages/i18n/src/locales/es/plugin.yaml new file mode 100644 index 00000000000..18705f5a947 --- /dev/null +++ b/packages/i18n/src/locales/es/plugin.yaml @@ -0,0 +1,10 @@ +back: Espalda +cutOnFoldAndGrainline: Cortar en pliegue / Dirección de la trama +cutOnFold: Cortar en pliegue +freesewingIsMadeByJoostDeCockAndContributors: Freesewing está hecho por Joost De Cock y colaboradores +front: Frente +grainline: Dirección de la trama +sleeve: Manga +theBlackOutsideOfThisBoxShouldMeasure: El (negro) fuera de este cuadro debe medir +theWhiteInsideOfThisBoxShouldMeasure: El (blanco) dentro de este cuadro debe medir +withTheFinancialSupportOfOurPatrons: con el apoyo económico de nuestros patrocinadores diff --git a/packages/i18n/src/locales/fr/app.yaml b/packages/i18n/src/locales/fr/app.yaml index 887650f6db3..6edfcf4152a 100644 --- a/packages/i18n/src/locales/fr/app.yaml +++ b/packages/i18n/src/locales/fr/app.yaml @@ -143,7 +143,7 @@ thisFieldSupportsMarkdown: Ce champ prend en charge Markdown thisPageRequiresAuthentication: Cette page nécessite une authentification troubleLoggingIn: Un problème de connexion ? twitter: Twitter -txt-footer: Freesewing est la création de Joost De Cock et ses contributeurs
avec le soutien financier de mécènes +txt-footer: Freesewing est la création de Joost De Cock et ses contributeurs
avec le soutien financier de nos mécènes unitsInfo: Freesewing prend en charge le système métrique et les unités impériales. Choisissez simplement celui que vous souhaitez utiliser ici. (Par défaut, vous utilisez les unités configurées dans votre compte). updated: Mis à jour userHasBeenWithUsSince: '{user} est parmi nous depuis {since}' diff --git a/packages/i18n/src/locales/fr/index.js b/packages/i18n/src/locales/fr/index.js index 8b627a8d7b6..c4d5ca2399c 100644 --- a/packages/i18n/src/locales/fr/index.js +++ b/packages/i18n/src/locales/fr/index.js @@ -11,6 +11,7 @@ import options from "./options.yml"; import optiongroups from "./optiongroups.yaml"; import parts from "./parts.yaml"; import patterns from "./patterns.yml"; +import plugin from "./plugin.yaml"; const topics = { account, @@ -25,7 +26,8 @@ const topics = { options, optiongroups, parts, - patterns + patterns, + plugin }; const strings = {}; @@ -94,5 +96,6 @@ export { optiongroups, parts, patterns, + plugin, strings }; diff --git a/packages/i18n/src/locales/fr/plugin.yaml b/packages/i18n/src/locales/fr/plugin.yaml new file mode 100644 index 00000000000..d839297b85c --- /dev/null +++ b/packages/i18n/src/locales/fr/plugin.yaml @@ -0,0 +1,10 @@ +back: Arrière +cutOnFoldAndGrainline: Couper sur pli / Droit fil +cutOnFold: Couper sur pli +freesewingIsMadeByJoostDeCockAndContributors: Freesewing est la création de Joost De Cock et ses contributeurs +front: Avant +grainline: Droit fil +sleeve: Manche +theBlackOutsideOfThisBoxShouldMeasure: Le (noir) en dehors de cette case doit mesurer +theWhiteInsideOfThisBoxShouldMeasure: L'intérieur (blanc) de cette case doit mesurer +withTheFinancialSupportOfOurPatrons: avec le soutien financier de nos mécènes diff --git a/packages/i18n/src/locales/nl/index.js b/packages/i18n/src/locales/nl/index.js index 8b627a8d7b6..c4d5ca2399c 100644 --- a/packages/i18n/src/locales/nl/index.js +++ b/packages/i18n/src/locales/nl/index.js @@ -11,6 +11,7 @@ import options from "./options.yml"; import optiongroups from "./optiongroups.yaml"; import parts from "./parts.yaml"; import patterns from "./patterns.yml"; +import plugin from "./plugin.yaml"; const topics = { account, @@ -25,7 +26,8 @@ const topics = { options, optiongroups, parts, - patterns + patterns, + plugin }; const strings = {}; @@ -94,5 +96,6 @@ export { optiongroups, parts, patterns, + plugin, strings }; diff --git a/packages/i18n/src/locales/nl/plugin.yaml b/packages/i18n/src/locales/nl/plugin.yaml new file mode 100644 index 00000000000..26908e32aa0 --- /dev/null +++ b/packages/i18n/src/locales/nl/plugin.yaml @@ -0,0 +1,10 @@ +back: Achterzijde +cutOnFoldAndGrainline: Knippen op stofvouw / Draadrichting +cutOnFold: Knippen op stofvouw +freesewingIsMadeByJoostDeCockAndContributors: Freesewing is een project van Joost De Cock & vrijwillige medewerkers +front: Voorzijde +grainline: Draadrichting +sleeve: Mouw +theBlackOutsideOfThisBoxShouldMeasure: De (zwarte) buitenkant van dit kader meet +theWhiteInsideOfThisBoxShouldMeasure: De (witte) binnenkant van dit kader meet +withTheFinancialSupportOfOurPatrons: met de financiële steun van onze sponsors