Meta:FormWizard/Config/Learning patterns/da

From Meta, a Wikimedia project coordination wiki
This page is a translated version of the page Meta:FormWizard/Config/Learning patterns and the translation is 41% complete.

{

"@language": "

",

   "@doc": "New learning pattern form wizard configuration file",
   "create":{
       "config":{
           "post-edit": "Thank you for starting a new pattern! Please improve it by filling in some of the other sections",
           "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": "                examples: 'Keeping in touch with volunteers'",
               "title": "                Mønstertitel",
               "text-1": "                Provide a short, descriptive title for your pattern",
               "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": "                Gennemse eksisterende mønstertitler"
               },
           "patternProblemSolvedTextbox": {
               "type": "smallTextBox",
               "text-1": "                Please summarize your pattern in a sentence or two.",
               "placeholder": "                What problem are you trying to solve?",
               "title": "                Pattern summary",
               "characterLength":200,
               "mandatory":true,
               "add-to": "infobox",
               "infobox-param":"problem"
               },
           "patternSolutionTextbox": {
               "type": "smallTextBox",
               "placeholder": "                Hvad er din løsning?",
               "title": "",
               "characterLength":200,
               "mandatory":true,
               "add-to": "infobox",
               "infobox-param":"solution"
               },
           "patternProblemSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "",
               "text-1": "                Write a more detailed description of the problem your pattern is intended to solve, the question it answers, or the situation in which you would use it.",
               "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": "                Write a more detailed description of how to solve the problem. You can also list the steps involved, give examples, and emphasize important considerations for using this pattern. You can always fill more in later!",
               "characterLength":1000,
               "section": "Solution",
               "mandatory": false,
               "add-to": "section",
               "section-header": "What is the solution?",
               "comment": ""
               },
           "nextButton":{
               "type":"nextButton",
               "title":"Næste"
               },
           "cancelButton":{
               "type": "cancelButton",
               "title":"Fortryd"
               }
           },
       "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": "                Primære kategori",
               "placeholder": "                vælg...",
               "text-1": "                Please select a primary category that this pattern fits into. You can add or change categories after your pattern has been created.",
               "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": "                Browse pattern categories"
                   },
           "secondaryCategoryDropdown": {
               "type": "dropdownList",
               "title": "Sekundære kategori",
               "placeholder": "vælg...",
               "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": "vælg...",
               "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": "vælg...",
               "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":"Næste"
               },
           "cancelButton":{
               "type": "cancelButton",
               "title":"Fortryd"
               }
           },
       "step-3":{
           "introText": {
               "type": "text",
               "string": "Select an image and create your pattern!"
               },                                                               
           "patternImage":{
               "type": "image",
               "title": "Chose a custom image to represent your pattern",
               "imageTitleBox": "To use a different image from Wikimedia Commons, enter 'File:' followed by the filename below",
               "text-1": "This is the default image that will appear",
               "placeholder": "File:MechaDuck.png",
               "url":"https://upload.wikimedia.org/wikipedia/commons/5/54/MechaDuck.png",
               "add-to": "infobox",
               "infobox-param": "image",
               "validate": true,
               "link":"Search Wikimedia Commons for an image"
               },
           "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":"Opret dit mønster"
           },
           "backButton":{
               "type":"backButton",
               "title":"Tilbage"
           }
       }
   },
   "expand":{}

}