Meta:FormWizard/Config/Inspire/nl

This page is a translated version of the page Meta:FormWizard/Config/Inspire and the translation is 100% complete.

{

"@languages": "

",

   "@doc": "IdeaLab - create and expand idea form wizard configuration file",
   "create": {
       "config":{
           "post-edit": "Bedankt voor het creëren van een idee!",
           "new-page": true,
           "namespace": "Grants:",
           "portal-page": "IdeaLab/",
           "page-template": "",
           "infobox": "Probox",
           "talkpage-template": "",
           "page-home": "Grants:IdeaLab",
           "dialog-title": "Laten we uw idee creëren!",
           "error-not-logged-in": "Niet ingelogd.",
          "edit-comment-prefix": "Creating a new idea ",
          "edit-comment-suffix": " (edited with FormWizard)"
       },
       "step-1":{
           "introText": {
               "type": "text",
               "string": "Stap 1 (van 4). -Basisinformatie.Dit is slechts een concept, dus het is goed als u niet elke vraag kunt beantwoorden. U kunt uw pagina toevoegen en wijzigen nadat u uw idee hebt gemaakt."
               },
            "makeAccountLink": {
             "type": "link",
             "href": "https://meta.wikimedia.org/wiki/Grants:IdeaLab/Inspire/Ideas_by_category#Ideas_by_theme",

"link": "Login or create an account to create your idea. It takes less than two minutes, and it's free!"

             },
           "projectNameTextbox": {
               "type": "smallTextBox",
               "placeholder": "Hoe wilt u het idee noemen?",
               "title": "Idee titel",
               "characterLength":200,
               "mandatory":true,
               "add-to": "infobox",
               "infobox-param":"project",
               "validate": "doesNotExists",
               "page-title":true
               },
           "inspireDropdown": {
              "type": "dropdownList",
              "title": "Confirmation of participation",
              "text-1": "When this idea is submitted, it will appear on main campaign page.",
              "characterLength":150,			   
              "mandatory": true,
              "visibility": "hidden",
              "add-to": "infobox",
              "infobox-param":"portal",
              "values": ["Inspire Campaign/Measuring community health"]
              },
            "inspireInformationLink": {
             "type": "link",
             "href": "https://meta.wikimedia.org/wiki/Grants:IdeaLab/Inspire",
             "link": "Learn more about this campaign"
             },
           "projectSummaryTextbox": {
               "type": "largeTextBox",
               "placeholder": "Geef een korte samenvatting in één zin van uw idee",
               "title": "Samenvatting",
               "text-1":"Note: Often, the best ideas are associated with specific processes rather than trying to measure an entire Wikimedia project.  Try to avoid making your idea too broad to implement.",
               "characterLength":500,
               "mandatory": true,
               "add-to": "infobox",
               "infobox-param":"summary"
               },
           "projectInfoSection": {
               "type": "largeTextBox",
               "placeholder": "leave this blank!",
               "title": "This is the 'project info' section header",
               "characterLength":1000,
               "section": "Project idea",
               "mandatory": "false",
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "Project idea"
               },
           "getInvolvedSection": {
               "type": "largeTextBox",
               "placeholder": "laat dit leeg!",
               "title": "Dit is de kop 'Doe mee'",
               "characterLength":1000,
               "section": "Project idea",
               "mandatory": "false",
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "Get Involved",
               "value": "",
               "comment" :""
               },
           "projectProfileTextbox": {
               "type": "largeTextBox",
               "title": "About you",
               "placeholder": "Optioneel: Vertel ons wat over uzelf. Schrijf hier over uw achtergrond, ervaring op wiki en andere vaardigheden!",
               "characterLength":3000,
               "section": "About the idea creator",
               "mandatory": "false",
               "add-to": "section",
               "parent" : "getInvolvedSection",
               "section-header": "About the idea creator",
               },
           "projectCountryTextbox": {
               "type": "smallTextBox",
               "placeholder": "bijvoorbeeld: Nederland, België",
               "title": "Land",
               "text-1": "In welk land woont u?",
               "characterLength":150,
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param":"country"
           },                
          "participantsSection": {
               "type": "largeTextBox",
               "placeholder": "laat dit leeg!",
               "title": "Dit is de kop 'Deelnemers'",
               "characterLength":1000,
               "section": "Participants",
               "mandatory": "false",
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "Participants",
               "parent" : "getInvolvedSection",
               "value": "",
               "comment": ""
           },
          "endorsementsSection": {
               "type": "largeTextBox",
               "placeholder": "leave this blank!",
               "title": "Dit is de kop 'Vermeldingen'",
               "characterLength":1000,
               "section": "Endorsements",
               "mandatory": "false",
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "Endorsements",
               "parent" : "getInvolvedSection",
               "value": "",
               "comment": ""
           },
          "expandSection": {
               "type": "largeTextBox",
               "placeholder": "leave this blank!",
               "title": "leave this blank!",
               "characterLength":1000,
               "section": "Expand your idea",
               "mandatory": "false",
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "Expand your idea",

"value": 'Zou een toelage van de Wikimedia Foundation helpen om uw idee te realiseren? Dit idee kunt u uitwerken tot een subsidievoorstel.

Uitbreiden naar een snelle toelage

',

               "comment": ""
           },
          "expandSection2": {
               "type": "largeTextBox",
               "placeholder": "leave this blank!",
               "title": "leave this blank!",
               "characterLength":1000,
               "parent" : "expandSection",
               "section": "No funding needed?",
               "mandatory": "false",
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "No funding needed?",
               "value": "Does your idea not require funding, but you're not sure about what to do next?  Not sure how to start a proposal on your local project that needs consensus?  Contact Chris Schilling on-wiki at I JethroBT (WMF) (talk · contribs) or via e-mail at cschilling(_AT_)wikimedia.org for help!"
           },
           "nextButton":{
               "type":"nextButton",
               "title":"Volgende"
           },
           "cancelButton":{
               "type": "cancelButton",
               "title":"Annuleren"
           }
       },
       "step-2":{
           "introText": {
               "type": "text",
               "string": "Stap 2 (van 4). Informatie over het project"
               },
           "projectInfoTextbox1": {
               "type": "largeTextBox",
               "text-1":"Is this project measuring a specific space on a project, or the project as a whole?",
               "placeholder": "Example: Spanish Wikipedia, specifically noticeboards related to administrator tasks",
               "title": "What Wikimedia project(s) and specific areas will you be evaluating?",
               "characterLength":4000,
               "section": "What Wikimedia project(s) and specific areas will you be evaluating?",
               "mandatory": true,
               "add-to": "section",
               "parent" : "projectInfoSection",
               "section-header": "What Wikimedia project(s) and specific areas will you be evaluating?",
               "comment": "Is this project measuring a specific space on a project (e.g. deletion discussions), or the project as a whole?
" }, "projectInfoTextbox2": { "type": "largeTextBox", "text-1": "Provide details about the method or process of how you will evaluate your community or collect data. (Note: There is a 4000 character limit, but you can edit this further after submitting your idea).", "placeholder": "", "title": "Describe your idea. How might it be implemented?", "characterLength":4000, "section": "Describe your idea. How might it be implemented?", "mandatory": true, "add-to": "section", "parent" : "projectInfoSection", "section-header": "Describe your idea. How might it be implemented?", "comment": "Provide details about the method or process of how you will evaluate your community or collect data. Does your idea involve private or personally identifying information? Take a look at the Privacy Policy for Wikimedia’s guidelines in this area.
" }, "privacyLink": { "type": "link", "href": "https://wikimediafoundation.org/wiki/Privacy_policy",

"link": "Does your idea involve private or personally identifying information? Take a look at the Privacy Policy for Wikimedia’s guidelines in this area."

           },
          "categoryDropdown": {
              "type": "dropdownList",
              "title": "Idea category",
              "text-1": "What aspect of community health will you measure in this project? Consult the link below to learn about these categories, and choose a category that fits your idea. This will help reviewers find and help with your idea! If you're not sure of what category describes your idea, please pick 'not sure'",
              "characterLength":100,
              "mandatory": true,
              "add-to": "infobox",
              "infobox-param":"inspire_theme",
              "values": ["not sure", "administration", "demographics", "personal experience", "editing statistics", "social factors", "technical access", "offwiki factors", "other"]
               },
            "categoriesLink": {
             "type": "link",
             "href": "",

"link": "Learn about these categories and what kinds of ideas fit into them."

             },
           "projectInfoTextbox3": {
               "type": "largeTextBox",
               "text-1": "If applicable, please list groups or usernames of individuals who you can work with on this project, and what kind of work they will do.",
               "placeholder": "",
               "title": "Are there experienced Wikimedians who can help implement this project?",
               "characterLength":4000,
               "section": "Are there experienced Wikimedians who can help implement this project?",
               "mandatory": "false",
               "add-to": "section",
               "parent" : "projectInfoSection",
               "section-header": "Are there experienced Wikimedians who can help implement this project?",
               "comment": "If applicable, please list groups or usernames of individuals who you can work with on this project, and what kind of work they will do.
" }, "nextButton":{ "type":"nextButton", "title":"Volgende" }, "backButton":{ "type": "backButton", "title":"Terug" } }, "step-3":{ "introText": { "type": "text", "string": "Stap 3 (van 4). Informatie over het project" }, "projectInfoTextbox4": { "type": "largeTextBox", "text-1": "", "placeholder": "", "title": "How will you know if this project is successful? What are some outcomes that you can share after the project is completed?", "characterLength":4000, "section": "How will you know if this project is successful? What are some outcomes that you can share after the project is completed?", "mandatory": "false", "add-to": "section", "parent" : "projectInfoSection", "section-header": "How will you know if this project is successful? What are some outcomes that you can share after the project is completed?", "comment": "" }, "projectInfoTextbox5": { "type": "largeTextBox", "text-1":"After you are finished measuring or evaluating your Wikimedia project, how do you expect that information to be used to benefit the project?", "placeholder": "", "title": "How would your measurement idea help your community make better decisions?", "characterLength":4000, "section": "How would your measurement idea help your community make better decisions?", "mandatory": false, "add-to": "section", "parent" : "projectInfoSection", "section-header": "How would your measurement idea help your community make better decisions?", "comment": "After you are finished measuring or evaluating your Wikimedia project, how do you expect that information to be used to benefit the project?
" }, "projectInfoTextbox6": { "type": "largeTextBox", "text-1":"Think about the steps that might involved to make this idea happen, and what you might teach people about your experience or others' experiences using Wikipedia.", "placeholder": "", "title": "Do you think you can implement this idea? What support do you need?", "characterLength":4000, "section": "Do you think you can implement this idea? What support do you need?", "mandatory": true, "add-to": "section", "parent" : "projectInfoSection", "section-header": "Do you think you can implement this idea? What support do you need?", "comment": "Do you need people with specific skills to complete this idea? Are there any financial needs for this project? If you can’t implement this project, can you scale down your project so it is doable?
" },

"nextButton":{

               "type":"nextButton",
               "title":"Next"
           },
           "backButton":{
               "type": "backButton",
               "title":"Back"
           }
       },
       "step-4":{
           "introText": {
               "type": "text",
               "string": "Step 4 (of 4)."
               },
           "contactEmailTextbox": {
               "type": "smallTextBox",
               "placeholder": "voorbeeld: grants@wikimedia.org",
               "title": "Eerste contact",
               "text-1": "Als u via een e-mail contact met de Wikimedia Foundation wilt opnemen over uw idee, kunt u uw e-mailadres hieronder vermelden. Deze e-mail zal openbaar worden getoond.",
               "characterLength":150,
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param":"contact1"
           },
           "roleSelectionList":{
               "title": "Projectrollen",
               "text-1" :"Wilt u mensen met specifieke vaardigheden vragen u helpen met uw idee? U kunt hieronder specificeren welke rollen u nodig heeft en hoeveel mensen u nodig heeft.",
               "text-2" : "Bijvoorbeeld: om 2 onderzoekers vragen, selecteer hieronder het nummer naast de rol onderzoeker.",
               "type": "stepperList",
               "mandatory": false,
               "choiceList": [
                   {
                       "key": "advisor",
                       "value": 0
                   },
                   {
                       "key": "community_organizer",
                       "value": 0
                   },
                   {
                       "key": "designer",
                       "value": 0
                   },
                   {
                       "key": "developer",
                       "value": 0
                   },
                   {
                       "key": "project_manager",
                       "value": 0
                   },
                   {
                       "key": "researcher",
                       "value": 0
                   }
               ],
               "hidden": [
                   {
                       "key": "translations",
                       "value": "Probox/Idealab/Content"
                   },
                   {
                       "key": "more_participants",
                       "value": "YES"
                   }
               ],
               "add-to": "infobox"
           },
           "roleInformationLink": {
              "type": "link",
              "href": "https://meta.wikimedia.org/wiki/Grants:IdeaLab/Roles",
              "link": "Learn more about project roles"
              },
           "projectImage":{
               "type": "image",
               "title": "Wilt u een aangepaste afbeelding gebruiken voor uw project?",
               "imageTitleBox": "Om een andere afbeelding van Wikimedia Commons te gebruiken, voer 'File:' in, gevolgd door de onderstaande bestandsnaam",
               "text-1": "Dit is de afbeelding die standaard wordt weergegeven",
               "placeholder": "File:Red heart with heartbeat logo.svg",
               "url":"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Red_heart_with_heartbeat_logo.svg/200px-Red_heart_with_heartbeat_logo.svg.png",
               "add-to": "infobox",
               "infobox-param": "image",
               "validate": true,
               "link":"Op Wikimedia Commons zoeken naar een afbeelding"
           },
           "nextButton":{
               "type":"doneButton",
               "title":"Creëer mijn idee"
           },
           "backButton":{
               "type":"backButton",
               "title":"Terug"
           }
       }
   },
   "expand": {
       "config":{
           "post-edit": "Bedankt dat u uw idee hier als voorstel hebt gemaakt. Voel u zich vrij om uw pagina te blijven bewerken om het met de tijd te verbeteren, en bekijk de discussiepagina voor meer informatie.",
           "new-page": false,
           "namespace": "Grants",
           "portal-page": "IdeaLab",
           "page-template": "",
           "infobox": "Probox",
           "talkpage-template": "",
           "page-home": "Grants:IdeaLab",
           "dialog-title": "Laten we uw idee veranderen in een subsidievoorstel.",
           "error-not-logged-in": "U bent niet ingelogd - meld u alstublieft aan bij uw account voordat u verder gaat.",
           "edit-comment-prefix": "Uitgebreid idee in een Inspire subsidievoorstel ",
           "edit-comment-suffix": "(bewerkt met FormWizard)"
       },
       "step-1":{
           "introText": {
               "type": "text",
               "string": "Step 1 (of 3). Activities and budgets"
               },
           "projectPlanSection": {
               "type": "largeTextBox",
               "placeholder": "leave this blank!",
               "title": "leave this blank!",
               "characterLength":1000,
               "section": "Project plan",
               "mandatory": false,
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "Project plan",
               "value": "",
               "comment": ""
           },
           "projectActivitiesSection": {
               "type": "largeTextBox",
               "placeholder": "voorbeeld: *Bouw en test een gadget",
               "title": "Activiteiten",
               "text-1": "Beschrijf de belangrijkste activiteiten van het project die worden voltooid indien het project wordt gefinancierd. Welke activiteiten zullen worden ondernomen? Wat gaat u maken, creëren of voltooien, en hoe zal u de oplossingen testen? Wie zal wat doen en op welke stadia? Het is vaak handig om een tijdlijn te geven.",
               "characterLength":2000,
               "section": "Activities",
               "mandatory": false,
               "add-to": "section",
               "parent" : "projectPlanSection",
               "section-header": "Activities",
               "comment": ""
           },
           "projectBudgetSection": {
               "type": "largeTextBox",
               "placeholder": "example: *Project manager: 500 USD",
               "title": "Verdeling van de begroting",
               "characterLength":2000,
               "section": "Budget",
               "text-1": "Welke financiering heeft u nodig om uw activiteiten te kunnen uitvoeren? Verdeel uw uitgaven in een lijst met opsommingstekens.",
               "mandatory": false,
               "add-to": "section",
               "parent" : "projectPlanSection",
               "section-header": "Budget",
               "value" : "Het kan nuttig zijn om een gedetailleerd overzicht van de projectuitgaven te geven volgens de instructies.",
               "comment": ""
           },
           "amountRequestedTextbox": {
               "type": "smallTextBox",
               "placeholder": "voorbeeld: 800 USD",
               "title": "Totaalbedrag",
               "text-1": "Hoeveel financiering vraagt u aan voor deze subsidie? Vergeet niet aan te geven welke valuta u gebruikt!",
               "characterLength":100,
               "mandatory": true,
               "add-to": "infobox",
               "infobox-param":"amount"
           },
           "nextButton":{
               "type":"nextButton",
               "title":"Volgende"
           },
           "backButton":{
               "type":"cancelButton",
               "title":"Annuleren"
           }
       },
       "step-2":{
           "introText": {
               "type": "text",
               "string": "Step 2 (of 3). Engagement and sustainability"
               },
           "communityEngagementSection": {
               "type": "largeTextBox",
               "placeholder": "voorbeeld: We zullen onze doelgroep onderzoeken aan het begin en eind van het project, en in het project 3 live feedback sessies organiseren.",
               "title": "Betrokkenheid gemeenschap",
               "characterLength":2000,
               "section": "Community engagement",
               "mandatory": false,
               "add-to": "section",
               "parent" : "projectPlanSection",
               "section-header": "Community engagement",
               "text-1": "Op welke manieren bent u van plan om deelname en feedback van de gemeenschap in elke fase van uw project op te nemen?",
               "comment": ""
           },
           "sustainabilitySection": {
               "type": "largeTextBox",
               "placeholder": "voorbeeld: de kits die we ontwikkelen, worden ter beschikking gesteld voor vertaling en globaal hergebruik.",
               "title": "Duurzaamheid",
               "characterLength":2000,
               "section": "Sustainability",
               "mandatory": false,
               "add-to": "section",
               "parent" : "projectPlanSection",
               "section-header": "Sustainability",
               "text-1": "Wat verwacht u dat er met uw project zal gebeuren nadat de subsidies zijn afgelopen? Hoe kan het worden gebruikt/voortgezet/groeien?",
               "comment": ""
           },
           "measuresOfSuccessSection": {
               "type": "largeTextBox",
               "placeholder": "voorbeeld: *Verbeteren van de activiteit en het behoud van de bewerkers met 50% ten opzichte van het bestaande programma",
               "title": "Maatstaven voor succes",
               "characterLength":2000,
               "section": "Measures of success",
               "text-1": "Hoe weet u of uw project succesvol is en u uw doelen hebt bereikt? Schrijf een aantal ideeën voor specifieke, meetbare doelen.",
               "mandatory": false,
               "add-to": "section",
               "parent" : "projectPlanSection",
               "section-header": "Measures of success",
               "value": "Tips nodig voor het stellen van doelen? NB: naast uw projectspecifieke maatstaven voor succes, wordt u ook gevraagd om te rapporteren over enkele globale statistieken aan het einde van uw eindrapport. Houd hier rekening mee bij het plannen en we zullen u ondersteunen als u aan uw project begint.",
               "comment": ""
           },
           "nextButton":{
               "type":"nextButton",
               "title":"Volgende"
           },
           "backButton":{
               "type":"backButton",
               "title":"Terug"
           }
       },
       "step-3":{
           "introText": {
               "type": "text",
               "string": "Stap 3 (van 4). Projectteam"
               },
           "granteeUsernameTextbox": {
               "type": "smallTextBox",
               "placeholder": "voorbeeld: Jmorgan (WMF)",
               "title": "Begunstigde",
               "text-1": "Geef hier uw gebruikersnaam in. Als uw team meer dan één begunstigde heeft, kunt u hieronder meer mensen toevoegen.",
               "characterLength":100,
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param":"grantee"
           },
           "contactEmailTextbox": {
               "type": "smallTextBox",
               "placeholder": "voorbeeld: grants(_AT_)wikimedia.org",
               "title": "Eerste contact",
               "text-1": "Geef een e-mailadres op (of een gebruikersnaam waarmee u e-mail kunt ontvangen) dat we kunnen gebruiken om contact met u op te nemen.",
               "characterLength":100,
               "mandatory": true,
               "add-to": "infobox",
               "infobox-param":"contact1"
           },
           "roleSelectionList":{
               "title": "Andere deelnemers",
               "text-1": "Geef aan hoeveel mensen (anders dan u) aan uw project als begunstigde of adviseurs zullen deelnemen.",
               "text-2": "Als u het nog niet zeker bent, sla dan deze vraag dan over. U kunt altijd later hier mensen toevoegen.",
               "type": "stepperList",
               "add-to": "infobox",
               "choiceList": [
                   {
                   "key": "grantee",
                   "value": 0
                   },
                   {
                   "key": "advisor",
                   "value": 0
                   }
               ]
           },
           "teamInfoSection": {
               "type": "largeTextBox",
               "placeholder": "voorbeeld: *PretendUserName - Ik organiseer al 3 jaar Wikiproject Fun",
               "title": "",
               "characterLength":1000,
               "section": "Project team",
               "text-1": "Als uw projectteam andere begunstigde- of adviseurs heeft, kunt u hier hun gebruikersnamen delen. Beschrijf voor elk lid van uw projectteam (inclusief uzelf) alle relevante vaardigheden of achtergronden die ze aan het project gaan bijdragen.",
               "mandatory": false,
               "add-to": "section",
               "section-header": "Project team",
               "value": "",
               "comment": ""
           },
          "communityNotificationSection": {
               "type": "largeTextBox",
               "placeholder": "leave this blank!",
               "title": "",
               "characterLength":1000,
               "section": "Community notification",
               "mandatory": false,
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "Community notification",
               "value": "Plaats hieronder links naar waar relevante gemeenschappen op de hoogte zijn gebracht van uw voorstel en naar andere relevante discussies in de gemeenschap. Meldingstips nodig?",
               "comment": ""
           },
           "statusInspire": {
               "type": "smallTextBox",
               "visibility": "hidden",
               "add-to": "infobox",
               "infobox-param": "status",
               "value": "proposed"
           },
           "roundIEG": {
               "type": "smallTextBox",
               "visibility": "hidden",
               "add-to": "infobox",
               "infobox-param": "round",
               "value": "round 1 2016"
           },
           "nextButton": {
               "type":"doneButton",
               "title":"Mijn idee aanvullen"
           },
           "cancelButton":{
               "type": "backButton",
               "title":"Terug"
           }
       }
   }

}