Browse Source

Fixed typo in components field type description (#719)

pull/722/head
Matthias H 5 years ago
committed by GitHub
parent
commit
bfead7dd82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      backend/i18n/frontend_en.json
  2. 2
      backend/i18n/frontend_it.json
  3. 2
      backend/i18n/frontend_nl.json
  4. 2
      backend/i18n/source/frontend_en.json

2
backend/i18n/frontend_en.json

@ -761,7 +761,7 @@
"schemas.fieldTypes.assets.sizeMin": "Max Size", "schemas.fieldTypes.assets.sizeMin": "Max Size",
"schemas.fieldTypes.boolean.description": "Yes or no, true or false.", "schemas.fieldTypes.boolean.description": "Yes or no, true or false.",
"schemas.fieldTypes.component.description": "Embed another schema to this content.", "schemas.fieldTypes.component.description": "Embed another schema to this content.",
"schemas.fieldTypes.components.description": "Embed another schemas to this content as array.", "schemas.fieldTypes.components.description": "Embed other schemas to this content as array.",
"schemas.fieldTypes.dateTime.defaultMode": "Default Mode", "schemas.fieldTypes.dateTime.defaultMode": "Default Mode",
"schemas.fieldTypes.dateTime.description": "Events date, opening hours.", "schemas.fieldTypes.dateTime.description": "Events date, opening hours.",
"schemas.fieldTypes.dateTime.rangeMax": "Max Value", "schemas.fieldTypes.dateTime.rangeMax": "Max Value",

2
backend/i18n/frontend_it.json

@ -761,7 +761,7 @@
"schemas.fieldTypes.assets.sizeMin": "Dimensione Max", "schemas.fieldTypes.assets.sizeMin": "Dimensione Max",
"schemas.fieldTypes.boolean.description": "Si o no, vero o falso.", "schemas.fieldTypes.boolean.description": "Si o no, vero o falso.",
"schemas.fieldTypes.component.description": "Embed another schema to this content.", "schemas.fieldTypes.component.description": "Embed another schema to this content.",
"schemas.fieldTypes.components.description": "Embed another schemas to this content as array.", "schemas.fieldTypes.components.description": "Embed other schemas to this content as array.",
"schemas.fieldTypes.dateTime.defaultMode": "Modalità predefinita", "schemas.fieldTypes.dateTime.defaultMode": "Modalità predefinita",
"schemas.fieldTypes.dateTime.description": "Data degli eventi, orari di apertura.", "schemas.fieldTypes.dateTime.description": "Data degli eventi, orari di apertura.",
"schemas.fieldTypes.dateTime.rangeMax": "Valore Max", "schemas.fieldTypes.dateTime.rangeMax": "Valore Max",

2
backend/i18n/frontend_nl.json

@ -761,7 +761,7 @@
"schemas.fieldTypes.assets.sizeMin": "Max. grootte", "schemas.fieldTypes.assets.sizeMin": "Max. grootte",
"schemas.fieldTypes.boolean.description": "Ja of nee, waar of niet waar.", "schemas.fieldTypes.boolean.description": "Ja of nee, waar of niet waar.",
"schemas.fieldTypes.component.description": "Embed another schema to this content.", "schemas.fieldTypes.component.description": "Embed another schema to this content.",
"schemas.fieldTypes.components.description": "Embed another schemas to this content as array.", "schemas.fieldTypes.components.description": "Embed other schemas to this content as array.",
"schemas.fieldTypes.dateTime.defaultMode": "Standaardmodus", "schemas.fieldTypes.dateTime.defaultMode": "Standaardmodus",
"schemas.fieldTypes.dateTime.description": "Datum van evenementen, openingstijden.", "schemas.fieldTypes.dateTime.description": "Datum van evenementen, openingstijden.",
"schemas.fieldTypes.dateTime.rangeMax": "Max. waarde", "schemas.fieldTypes.dateTime.rangeMax": "Max. waarde",

2
backend/i18n/source/frontend_en.json

@ -761,7 +761,7 @@
"schemas.fieldTypes.assets.sizeMin": "Max Size", "schemas.fieldTypes.assets.sizeMin": "Max Size",
"schemas.fieldTypes.boolean.description": "Yes or no, true or false.", "schemas.fieldTypes.boolean.description": "Yes or no, true or false.",
"schemas.fieldTypes.component.description": "Embed another schema to this content.", "schemas.fieldTypes.component.description": "Embed another schema to this content.",
"schemas.fieldTypes.components.description": "Embed another schemas to this content as array.", "schemas.fieldTypes.components.description": "Embed other schemas to this content as array.",
"schemas.fieldTypes.dateTime.defaultMode": "Default Mode", "schemas.fieldTypes.dateTime.defaultMode": "Default Mode",
"schemas.fieldTypes.dateTime.description": "Events date, opening hours.", "schemas.fieldTypes.dateTime.description": "Events date, opening hours.",
"schemas.fieldTypes.dateTime.rangeMax": "Max Value", "schemas.fieldTypes.dateTime.rangeMax": "Max Value",

Loading…
Cancel
Save