Meta:FormWizard/Config/Learning patterns

This page is a translated version of the page Meta:FormWizard/Config/Learning patterns and the translation is 81% complete.

{

"@language": "

",

   "@doc": "New learning pattern form wizard configuration file",
   "create":{
       "config":{
           "post-edit": "¡Gracias por empezar un nuevo patrón! Por favor, completa algunas de las otras secciones para mejorar el patrón de aprendizaje.",
           "new-page": true,
           "namespace": ":",
           "portal-page": "Learning_patterns/",
           "page-template": "",
           "infobox": "Probox",
           "talkpage-template": "",
           "page-home": "Learning_patterns",
           "dialog-title": "Create a new learning pattern",
           "toolkit-name": "",
           "toolkit-template": "",
           "error-not-logged-in": "",
           "edit-comment-prefix": "Creating a new Learning Pattern ",
           "edit-comment-suffix": " (edited with FormWizard)"
       },
       "step-1":{
           "introText": {
               "type": "text",
               "string": "Use this form to start your pattern. You can add and change things after the page is created!"
               },        
           "patternNameTextbox": {
               "type": "smallTextBox",
               "placeholder": "                ejemplos: 'Mantener el contacto con los voluntarios'",
               "title": "                Título del patrón",
               "text-1": "                Escribe un título corto y descriptivo para tu patrón.",
               "characterLength":100,
               "mandatory":true,
               "add-to": "infobox",
               "infobox-param":"pattern",
               "validate": "doesNotExists",
               "page-title":true
               },
           "patternLink": {
               "type": "link",
               "href": "https://meta.wikimedia.org/wiki/Grants:Learning_patterns#Patterns",
               "link": "                Explora títulos de patrones existentes."
               },
           "patternProblemSolvedTextbox": {
               "type": "smallTextBox",
               "text-1": "                Por favor, resume tu patrón en una o dos oraciones.",
               "placeholder": "                ¿Qué problema intentas resolver?",
               "title": "                Resumen del patrón",
               "characterLength":200,
               "mandatory":true,
               "add-to": "infobox",
               "infobox-param":"problem"
               },
           "patternSolutionTextbox": {
               "type": "smallTextBox",
               "placeholder": "                ¿Cuál es tu solución?",
               "title": "",
               "characterLength":200,
               "mandatory":true,
               "add-to": "infobox",
               "infobox-param":"solution"
               },
           "patternProblemSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "",
               "text-1": "                Escribe una descripción más detallada del problema que tu patrón de aprendizaje intenta resolver, la pregunta que responde, o la situación en la cual usarías el patrón.",
               "characterLength":1000,
               "section": "What problem does this solve?",
               "mandatory": true,
               "add-to": "section",
               "section-header": "What problem does this solve?",
               "comment": ""
               },
           "patternSolutionSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "",
               "text-1": "                Escribe una descripción más detallada de cómo resolver el problema. También puedes incluir los pasos involucrados, dar ejemplos, y resaltar aspectos importantes para usar este patrón. ¡Siempre puedes volver y completarlo más tarde!",
               "characterLength":1000,
               "section": "Solution",
               "mandatory": false,
               "add-to": "section",
               "section-header": "What is the solution?",
               "comment": ""
               },
           "nextButton":{
               "type":"nextButton",
               "title":"Siguiente"
               },
           "cancelButton":{
               "type": "cancelButton",
               "title":"Cancelar"
               }
           },
       "step-2":{
           "introText": {
               "type": "text",
               "string": "Please categorize your pattern. Adding categories makes it easier for people to find your pattern."
               },          
           "primaryCategoryDropdown": {
               "type": "dropdownList",
               "title": "                Categoría principal",
               "placeholder": "                elige...",
               "text-1": "                Por favor, selecciona la categoría principal en la que incluyes este patrón. Puedes agregar o cambiar las categorías una vez se haya creado tu patrón.",
               "characterLength":100,
               "mandatory": true,
               "add-to": "infobox",
               "infobox-param":"pattern_type",
               "values": ["...", "conferences", "content release partnerships", "editathons", "education", "evaluation", "event", "gender", "GLAM", "hackathons", "outreach", "organizational", "online engagement", "on wiki writing contests", "photo events", "project management", "reporting", "survey", "teamwork", "volunteer management", "wiki design", "workshops"]
                   },
           "patternCategoryLink": {
               "type": "link",
               "href": "https://meta.wikimedia.org/wiki/Grants:Learning_patterns/Categories",
               "link": "                Explora las categorías de patrones de aprendizaje."
                   },
           "secondaryCategoryDropdown": {
               "type": "dropdownList",
               "title": "Categoría secundaria",
               "placeholder": "selecciona...",
               "text-1": "If you want to, you may select a second category that this pattern fits into.",
               "characterLength":100,
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param":"pattern_type2",
               "values": ["...", "conferences", "content release partnerships", "editathons", "education", "evaluation", "event", "gender", "GLAM", "hackathons", "outreach", "organizational", "online engagement", "on wiki writing contests", "photo events", "project management", "reporting", "survey", "teamwork", "volunteer management", "wiki design", "workshops"]
                   },
           "grantProgramCategoryDropdown": {
               "type": "dropdownList",
               "title": "Grant program category",
               "placeholder": "selecciona...",
               "text-1": "If you are creating this pattern in conjunction with a Wikimedia grant-funded project, please indicate which Grant Program you are funded by.",
               "characterLength":100,
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param":"pattern_type3",
               "values": ["...", "annual plan grant", "individual engagement grant", "project and event grant"]
                   },
           "grantProgramCategoryLink": {
               "type": "link",
               "href": "https://meta.wikimedia.org/wiki/Grants:Start",
               "link": "Read more about Wikimedia Grantmaking"
                   },                                            
           "outcomeCategoryDropdown": {
               "type": "dropdownList",
               "title": "Outcome category",
               "placeholder": "selecciona...",
               "text-1": "If this pattern is focused on a Wikimedia strategic priority, please select the one that it addresses most directly.",
               "characterLength":100,
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param":"pattern_type4",
               "values": ["...", "content", "diversity", "quality", "reach"]
                   },
           "outcomeCategoryLink": {
               "type": "link",
               "href": "https://strategy.wikimedia.org/wiki/Wikimedia_Movement_Strategic_Plan_Summary#Contents",
               "link": "Read more about Wikimedia strategic priorities"
                   },
           "nextButton":{
               "type":"nextButton",
               "title":"Siguiente"
               },
           "cancelButton":{
               "type": "cancelButton",
               "title":"Cancelar"
               }
           },
       "step-3":{
           "introText": {
               "type": "text",
               "string": "Select an image and create your pattern!"
               },                                                               
           "patternImage":{
               "type": "image",
               "title": "Elige una imagen para ilustrar tu patrón.",
               "imageTitleBox": "Para usar una imagen diferente de Wikimedia Commons, ingresa debajo la palabra 'File:' seguido del nombre del archivo.",
               "text-1": "Esta es la imagen que aparecerá predeterminadamente",
               "placeholder": "File:MechaDuck.png",
               "url":"https://upload.wikimedia.org/wikipedia/commons/5/54/MechaDuck.png",
               "add-to": "infobox",
               "infobox-param": "image",
               "validate": true,
               "link":"Buscar una imagen en Wikimedia Commons."
               },
           "patternConsiderationsSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "",
               "characterLength":1000,
               "section": "Things to consider",
               "mandatory": false,
               "add-to": "section",
               "parent" : "patternSolutionSection",
               "visibility": "hidden",
               "section-header": "Things to consider",
               "comment": ""
               },
           "patternWhenToUseSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "",
               "characterLength":1000,
               "section": "When to use",
               "mandatory": false,
               "add-to": "section",
               "parent" : "patternSolutionSection",
               "visibility": "hidden",
               "section-header": "When to use",
               "comment": ""
               },
           "endorsementsSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "",
               "characterLength":1000,
               "section": "Endorsements",
               "mandatory": false,
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "Endorsements",
               "comment": ""
               },
           "seeAlsoSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "",
               "characterLength":1000,
               "section": "See also",
               "mandatory": false,
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "See also",
               "comment": ""
               },
           "relatedPatternsSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "",
               "characterLength":1000,
               "section": "Related patterns",
               "mandatory": false,
               "add-to": "section",
               "parent" : "seeAlsoSection",
               "visibility": "hidden",
               "section-header": "Related patterns",
               "comment": ""
               },
           "externalLinksSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "",
               "characterLength":1000,
               "section": "External links",
               "mandatory": false,
               "add-to": "section",
               "parent" : "seeAlsoSection",
               "visibility": "hidden",
               "section-header": "External links",
               "comment": ""
               },
           "referencesSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "",
               "characterLength":1000,
               "section": "References",
               "mandatory": false,
               "add-to": "section",
               "parent" : "seeAlsoSection",
               "visibility": "hidden",
               "section-header": "References",

"value": "

"

               },
           "statusLPL": {
               "type": "smallTextBox",
               "visibility": "hidden",
               "add-to": "infobox",
               "infobox-param": "status",
               "value": "DRAFT",
               "comment": ""
           },                 
           "translationsLPL": {
               "type": "smallTextBox",
               "visibility": "hidden",
               "add-to": "infobox",
               "infobox-param": "translations",
               "value": "Probox/Patterns/Content",
               "comment": ""
           },
           "portalLPL": {
               "type": "smallTextBox",
               "visibility": "hidden",
               "add-to": "infobox",
               "infobox-param": "portal",
               "value": "Patterns",
               "comment": ""
           },               
           "nextButton":{
               "type":"doneButton",
               "title":"Crear un patrón."
           },
           "backButton":{
               "type":"backButton",
               "title":"Atrás"
           }
       }
   },
   "expand":{}

}