sparkles: Added strings for 1i8n plugin
This commit is contained in:
parent
8709886e6a
commit
224d6d9d30
12 changed files with 72 additions and 7 deletions
|
@ -143,7 +143,7 @@ thisFieldSupportsMarkdown: Dieses Feld unterstützt das Markdown
|
||||||
thisPageRequiresAuthentication: Diese Seite erfordert eine Authentifizierung
|
thisPageRequiresAuthentication: Diese Seite erfordert eine Authentifizierung
|
||||||
troubleLoggingIn: Mühe dich einzuloggen?
|
troubleLoggingIn: Mühe dich einzuloggen?
|
||||||
twitter: Twitter
|
twitter: Twitter
|
||||||
txt-footer: 'Freesewing wurde von Joost De Cock & den Mitwirkenden<br> kreiert, mit der finanziellen Unterstützung unserer Gönner'
|
txt-footer: 'Freesewing wurde von Joost De Cock & den Mitwirkenden kreiert,<br>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).
|
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
|
updated: Aktualisierte
|
||||||
userHasBeenWithUsSince: '{user} ist seit {since} bei uns'
|
userHasBeenWithUsSince: '{user} ist seit {since} bei uns'
|
||||||
|
|
|
@ -11,6 +11,7 @@ import options from "./options.yml";
|
||||||
import optiongroups from "./optiongroups.yaml";
|
import optiongroups from "./optiongroups.yaml";
|
||||||
import parts from "./parts.yaml";
|
import parts from "./parts.yaml";
|
||||||
import patterns from "./patterns.yml";
|
import patterns from "./patterns.yml";
|
||||||
|
import plugin from "./plugin.yaml";
|
||||||
|
|
||||||
const topics = {
|
const topics = {
|
||||||
account,
|
account,
|
||||||
|
@ -25,7 +26,8 @@ const topics = {
|
||||||
options,
|
options,
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
patterns
|
patterns,
|
||||||
|
plugin
|
||||||
};
|
};
|
||||||
|
|
||||||
const strings = {};
|
const strings = {};
|
||||||
|
@ -94,5 +96,6 @@ export {
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
patterns,
|
patterns,
|
||||||
|
plugin,
|
||||||
strings
|
strings
|
||||||
};
|
};
|
||||||
|
|
10
packages/i18n/src/locales/de/plugin.yaml
Normal file
10
packages/i18n/src/locales/de/plugin.yaml
Normal file
|
@ -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
|
|
@ -11,6 +11,7 @@ import options from "./options.yml";
|
||||||
import optiongroups from "./optiongroups.yaml";
|
import optiongroups from "./optiongroups.yaml";
|
||||||
import parts from "./parts.yaml";
|
import parts from "./parts.yaml";
|
||||||
import patterns from "./patterns.yml";
|
import patterns from "./patterns.yml";
|
||||||
|
import plugin from "./plugin.yaml";
|
||||||
|
|
||||||
const topics = {
|
const topics = {
|
||||||
account,
|
account,
|
||||||
|
@ -25,7 +26,8 @@ const topics = {
|
||||||
options,
|
options,
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
patterns
|
patterns,
|
||||||
|
plugin
|
||||||
};
|
};
|
||||||
|
|
||||||
const strings = {};
|
const strings = {};
|
||||||
|
@ -94,5 +96,6 @@ export {
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
patterns,
|
patterns,
|
||||||
|
plugin,
|
||||||
strings
|
strings
|
||||||
};
|
};
|
||||||
|
|
10
packages/i18n/src/locales/en/plugin.yaml
Normal file
10
packages/i18n/src/locales/en/plugin.yaml
Normal file
|
@ -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
|
|
@ -11,6 +11,7 @@ import options from "./options.yml";
|
||||||
import optiongroups from "./optiongroups.yaml";
|
import optiongroups from "./optiongroups.yaml";
|
||||||
import parts from "./parts.yaml";
|
import parts from "./parts.yaml";
|
||||||
import patterns from "./patterns.yml";
|
import patterns from "./patterns.yml";
|
||||||
|
import plugin from "./plugin.yaml";
|
||||||
|
|
||||||
const topics = {
|
const topics = {
|
||||||
account,
|
account,
|
||||||
|
@ -25,7 +26,8 @@ const topics = {
|
||||||
options,
|
options,
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
patterns
|
patterns,
|
||||||
|
plugin
|
||||||
};
|
};
|
||||||
|
|
||||||
const strings = {};
|
const strings = {};
|
||||||
|
@ -94,5 +96,6 @@ export {
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
patterns,
|
patterns,
|
||||||
|
plugin,
|
||||||
strings
|
strings
|
||||||
};
|
};
|
||||||
|
|
10
packages/i18n/src/locales/es/plugin.yaml
Normal file
10
packages/i18n/src/locales/es/plugin.yaml
Normal file
|
@ -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
|
|
@ -143,7 +143,7 @@ thisFieldSupportsMarkdown: Ce champ prend en charge Markdown
|
||||||
thisPageRequiresAuthentication: Cette page nécessite une authentification
|
thisPageRequiresAuthentication: Cette page nécessite une authentification
|
||||||
troubleLoggingIn: Un problème de connexion ?
|
troubleLoggingIn: Un problème de connexion ?
|
||||||
twitter: Twitter
|
twitter: Twitter
|
||||||
txt-footer: Freesewing est la création de Joost De Cock et ses contributeurs<br>avec le soutien financier de mécènes
|
txt-footer: Freesewing est la création de Joost De Cock et ses contributeurs<br>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).
|
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
|
updated: Mis à jour
|
||||||
userHasBeenWithUsSince: '{user} est parmi nous depuis {since}'
|
userHasBeenWithUsSince: '{user} est parmi nous depuis {since}'
|
||||||
|
|
|
@ -11,6 +11,7 @@ import options from "./options.yml";
|
||||||
import optiongroups from "./optiongroups.yaml";
|
import optiongroups from "./optiongroups.yaml";
|
||||||
import parts from "./parts.yaml";
|
import parts from "./parts.yaml";
|
||||||
import patterns from "./patterns.yml";
|
import patterns from "./patterns.yml";
|
||||||
|
import plugin from "./plugin.yaml";
|
||||||
|
|
||||||
const topics = {
|
const topics = {
|
||||||
account,
|
account,
|
||||||
|
@ -25,7 +26,8 @@ const topics = {
|
||||||
options,
|
options,
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
patterns
|
patterns,
|
||||||
|
plugin
|
||||||
};
|
};
|
||||||
|
|
||||||
const strings = {};
|
const strings = {};
|
||||||
|
@ -94,5 +96,6 @@ export {
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
patterns,
|
patterns,
|
||||||
|
plugin,
|
||||||
strings
|
strings
|
||||||
};
|
};
|
||||||
|
|
10
packages/i18n/src/locales/fr/plugin.yaml
Normal file
10
packages/i18n/src/locales/fr/plugin.yaml
Normal file
|
@ -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
|
|
@ -11,6 +11,7 @@ import options from "./options.yml";
|
||||||
import optiongroups from "./optiongroups.yaml";
|
import optiongroups from "./optiongroups.yaml";
|
||||||
import parts from "./parts.yaml";
|
import parts from "./parts.yaml";
|
||||||
import patterns from "./patterns.yml";
|
import patterns from "./patterns.yml";
|
||||||
|
import plugin from "./plugin.yaml";
|
||||||
|
|
||||||
const topics = {
|
const topics = {
|
||||||
account,
|
account,
|
||||||
|
@ -25,7 +26,8 @@ const topics = {
|
||||||
options,
|
options,
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
patterns
|
patterns,
|
||||||
|
plugin
|
||||||
};
|
};
|
||||||
|
|
||||||
const strings = {};
|
const strings = {};
|
||||||
|
@ -94,5 +96,6 @@ export {
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
patterns,
|
patterns,
|
||||||
|
plugin,
|
||||||
strings
|
strings
|
||||||
};
|
};
|
||||||
|
|
10
packages/i18n/src/locales/nl/plugin.yaml
Normal file
10
packages/i18n/src/locales/nl/plugin.yaml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue