Meta:FormWizard/Config/Conference

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

{

"@languages": "

",

   "@doc": "Conference & Event Grants- new proposal form wizard configuration file",
   "create":{
       "config":{
               "post-edit": "感谢您创建会议和活动资助页面!请填写下面的其余部分,继续制定您的提案。一旦您认为您的提案已完成并准备好进行审核,请将状态更新为PROPOSED(状态=在信息框标记中提出)。",
               "new-page": true,
               "namespace": "Grants:",
               "portal-page": "Conference/",
               "page-template": "",
               "infobox": "Probox",
               "talkpage-template": "",
               "page-home": "Grants:Conference",
               "dialog-title": "创建会议和活动资助提案。",
               "toolkit-name": "",
               "toolkit-template": "",
               "error-not-logged-in": "请在继续之前先登录:)",
               "edit-comment-prefix": "Creating a new Conference & Event Grant proposal ",
               "edit-comment-suffix": " (edited with FormWizard)"
       },
       "step-1":{
           "introText": {
               "type": "text",
               "string": "不要担心在此表单中完成所有答案,您可以在创建初稿后添加并更改页面!"
               },
             "eventNameTextbox": {
                       "type": "smallTextBox",
                       "placeholder": "[YourName]/[Event title]",
                       "title": "Proposal title",
                       "text-1": "Please title you proposal by typing your username (or the name of your organization) followed by a forward slash ('/') and the name of your event.",
                       "text-2": "Example for Wikimedia Chapters: 'WM UK/Social media outreach in Wales'",
                       "text-3": "Example for other groups: 'Ada initiative/AdaCamp'",
                       "text-4": "Example for individuals: 'JMorgan/WLM British Colombia 2014'",
                       "characterLength":100,
                       "mandatory":true,
                       "add-to": "infobox",
                       "infobox-param":"project",
                       "validate": "doesNotExists",
                       "page-title":true
               },
               "eventSummaryTextbox": {
                       "type": "largeTextBox",
                       "placeholder": "",
                       "title": "摘要",
                       "text-1": "簡單的將您的點子化作一句摘要。",
                       "characterLength":300,
                       "mandatory": true,
                       "add-to": "infobox",
                       "infobox-param":"summary"
                   },
               "eventCategoryDropdown": {
                       "type": "dropdownList",
                       "title": "Type of event",
                       "text-1": "What category describes most of the planned work in this event?  You can add or change categories after your proposal has been created.  If you're not sure what category to choose, please select 'Uncertain'.",
                       "characterLength":100,
                       "mandatory": true,
                       "visibility": "hidden",
                       "add-to": "infobox",
                       "infobox-param":"grant_type",
                       "values": ["research","tools and software","online programs and events","offline programs and events", "uncertain"]
                   },
               "goalsAndOutcomesSection": {
                       "type": "largeTextBox",
                       "placeholder": "leave this blank!",
                       "title": "leave this blank!",
                       "characterLength":1000,
                       "section": "Goals and outcomes",
                       "mandatory": false,
                       "add-to": "section",
                       "visibility": "hidden",
                       "section-header": "Goals and outcomes",

"comment": "

"

                   },
                   "eventGoalsTextbox": {
                           "type": "largeTextBox",
                           "title": "計畫構想",
                           "text-1": "请列出社区已确定他们希望在此活动中关注的三到四个优先事项。这些应该是具体和可操作的。",
                           "characterLength":2000,
                           "section": "Goals",
                           "mandatory": false,
                           "add-to": "section",
                           "parent" : "goalsAndOutcomesSection",
                           "section-header": "Goals",
                           "comment": "请列出社区已确定他们希望在此活动中关注的三到四个优先事项。这些应该是具体和可操作的。"
                       },
                   "eventContextTextbox": {
                           "type": "largeTextBox",
                           "placeholder": "你想解决什么问题?",
                           "title": "計畫構想",
                           "text-1": "请列出社区已确定他们希望在此活动中关注的三到四个优先事项。这些应该是具体和可操作的。",
                           "characterLength":2000,
                           "section": "What is the problem you're trying to solve?",
                           "mandatory": false,
                           "add-to": "section",
                           "parent" : "goalsAndOutcomesSection",
                           "section-header": "Goals",
                           "comment": "请列出社区已确定他们希望在此活动中关注的三到四个优先事项。这些应该是具体和可操作的。"
                       },
                   "projectSolutionTextbox": {
                           "type": "largeTextBox",
                           "text-1": "如果您认为您的项目是解决您刚才描述的问题的实验,那么您打算测试的特定解决方案是什么?您将在下面提供您的计划的详细信息,但请在此解释您的主要想法。  ",
                           "placeholder": "你提出的解决方案是什么?",
                           "title": "",
                           "characterLength":2000,
                           "section": "What is your solution?",
                           "mandatory": false,
                           "add-to": "section",
                           "parent" : "projectIdeaSection",
                           "section-header": "What is your solution?",
                           "comment": ""
                       },
               "nextButton":{
                       "type":"nextButton",
                       "title":"下一步"
                   },
               "cancelButton":{
                       "type": "cancelButton",
                       "title":"取消"
                   }
           },
       "step-2":{
           "affiliateTextbox": {
               "type": "smallTextBox",
               "placeholder": "例如:WMDE",
               "title": "会员代码",
               "text-1": "如果这笔款项授予维基媒体附属公司:",
               "text-2": "请在下面的框中键入您组织的四字母代码。请在前两个字母和最后两个字母之间留一个空格。",
               "characterLength":100,
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param":"affiliate"
               },
           "affiliateLink": {
               "type": "link",
               "href": "https://meta.wikimedia.org/wiki/Grants:PEG/Affiliates_list",
               "link": "在这里查找您的四个字母的联盟代码"
               },
               "projectTargetTextbox": {
                       "type": "smallTextBox",
                       "placeholder": "例如:意大利语和西班牙语维基文库",
                       "title": "目标项目",
                       "text-1": "由于这个项目,哪些现有的维基媒体项目和语言版本将更好地服务或受影响?",
                       "characterLength":100,
                       "mandatory": true,
                       "add-to": "infobox",
                       "infobox-param":"target",
                       "comment" :"由于这个项目,哪些语言或维基媒体项目会得到更好的服务或影响?示例:意大利语维基文库."
                   },
                "projectGoalsSection": {
                   "type": "largeTextBox",
                   "placeholder": "例如:*鼓励更多女性成为维基百科的常规贡献者",
                   "title": "项目目标",
                   "text-1" : "解释你在这个项目中想要完成什么,或者你期望什么会因为这个项目而改变。",
                   "characterLength":1000,
                   "section": "Project goals",
                   "mandatory": false,
                   "add-to": "section",
                   "section-header": "Project goals",
                   "value": "",
                   "comment": "解释你在这个项目中想要完成什么,或者你期望什么会因为这个项目而改变。"
                   },
               "nextButton":{
                       "type":"nextButton",
                       "title":"下一步"
                   },
               "backButton":{
                       "type":"backButton",
                       "title":"返回"
                   }
           },
           "step-3":{
           "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": "例:*建立並測試小套件",
                           "title": "活動",
                           "text-1": "告诉我们您将如何执行您的项目。你和其他组织者会花多少时间做些什么?你在项目结束时会做些什么?您将如何跟进与您的项目有关的人员?",
                           "characterLength":2000,
                           "section": "Activities",
                           "mandatory": false,
                           "add-to": "section",
                           "parent" : "projectPlanSection",
                           "section-header": "Activities",
                           "comment": ""
                       },
                   "projectBudgetSection": {
                           "type": "largeTextBox",
                           "placeholder": "例如:*项目经理:500美元",
                           "title": "預算明細",
                           "characterLength":2000,
                           "section": "Budget",
                           "text-1": “您将如何使用您要求的资金?列出每项费用的项目符号(如果需要,您可以稍后创建一个表格)。不要忘记包括总金额,并在Probox顶部更新此金额。你的页面也是!",
                           "mandatory": false,
                           "add-to": "section",
                           "parent" : "projectPlanSection",
                           "section-header": "Budget",
                           "comment": ""
                       },
                       "amountRequestedTextbox": {
                       "type": "smallTextBox",
                       "placeholder": "例如:800美元",
                       "title": "總金額",
                       "text-1": "這份補助案您共申請多少的補助金額?別忘了標記您使用的貨幣是哪一國的!",
                       "characterLength":100,
                       "mandatory": true,
                       "add-to": "infobox",
                       "infobox-param":"amount"
                   },
                       "communityEngagementSection": {
                               "type": "largeTextBox",
                               "placeholder": "範例:我們會在計畫開頭及結尾時調查我們的目標社群,並在過程中舉辦3場現場有互動回應的活動。",
                               "title": "社群守則",
                               "characterLength":2000,
                               "section": "Community engagement",
                               "mandatory": false,
                               "add-to": "section",
                               "parent" : "projectPlanSection",
                               "section-header": "Community engagement",
                               "text-1": "您如何让社区中的其他人了解您的项目?您为什么针对特定受众群体?在项目期间,您将如何参与您希望在不同时间点服务的社区?社区的投入和参与有助于项目的成功。",
                               "comment": ""
                           },
                       "sustainabilitySection": {
                               "type": "largeTextBox",
                               "placeholder": "範例:我們製作的懶人包將會釋出給維基社群翻譯讓全球得以使用。",
                               "title": "永續性",
                               "characterLength":2000,
                               "section": "Sustainability",
                               "mandatory": false,
                               "add-to": "section",
                               "parent" : "projectPlanSection",
                               "section-header": "Sustainability",
                               "text-1": "您想在補助計畫結束後,您的提案會有發生什麼樣的後續效應?它會如何被使用、延續或成長?",
                               "comment": ""
                           },
                       "measuresOfSuccessSection": {
                               "type": "largeTextBox",
                               "placeholder": "範例:*與現有的提案相較,可增加50%的編輯以及回流量",
                               "title": "成功如何衡量",
                               "characterLength":2000,
                               "section": "Measures of success",
                               "text-1": "您要如何知道您的計畫是成功的、您又如何來達成目的?列出一些目標具體、可測量的想法。",
                               "mandatory": false,
                               "add-to": "section",
                               "parent" : "projectPlanSection",
                               "section-header": "Measures of success",
                               "value": "需要目标设定提示?注意:除了项目特定的成功衡量标准外,还会要求您在最终报告结束时报告全球指标。请在计划时牢记这一点,在开始项目时我们会支持你。",
                               "comment": ""
                           },
               "nextButton":{
                       "type":"nextButton",
                       "title":"下一步"
                   },
               "backButton":{
                       "type":"backButton",
                       "title":"返回"
                   }
           },
           "step-4":{
               "getInvolvedSection": {
                           "type": "largeTextBox",
                           "placeholder": "leave this blank!",
                           "title": "",
                           "characterLength":1000,
                           "section": "Get involved",
                           "mandatory": false,
                           "add-to": "section",
                           "visibility": "hidden",
                           "section-header": "Get involved",
                           "value": "",
                           "comment" :""
                       },
               "granteeUsernameTextbox": {
                       "type": "smallTextBox",
                       "placeholder": "範例:Jmorgan (WMF)",
                       "title": "受補助者",
                       "text-1": "請在此輸入您的使用者帳號。如果您的團隊有超過一位的受補助者,您也可以在此添加更多人。",
                       "characterLength":100,
                       "mandatory": false,
                       "add-to": "infobox",
                       "infobox-param":"grantee"
                   },
               "contactEmailTextbox": {
                   "type": "smallTextBox",
                   "placeholder": "範例:grants(_AT_)wikimedia.org",
                   "title": "主要聯絡人",
                   "text-1": "請提供一份電子信箱位址(或者是能夠收到電子信件的使用者帳號),讓我們可以聯絡您。",
                   "characterLength":100,
                   "mandatory": false,
                   "add-to": "infobox",
                   "infobox-param":"contact1"
                   },
               "roleSelectionList":{
                       "title": "其他參與者",
                       "text-1": "請告訴我們除了您之外,還有多少人將會以受補助者或是顧問的身分參與您的這項提案。",
                       "text-2": "如果您還不確定,請直接跳過這個問題。您之後還可以填寫更多的受補助者或顧問名單。",
                       "type": "stepperList",
                       "choiceList": [
                               {
                                   "key": "grantee",
                                   "value": 0
                               },
                               {
                                   "key": "advisor",
                                   "value": 0
                               }
                       ],
                       "hidden": [
                               {
                                   "key": "translations",
                                   "value": "Probox/Project/Content"
                               },
                               {
                                   "key": "idealab",
                                   "value": "YES"
                               },
                               {
                                   "key": "image",
                                   "value": "File:IEG_key_blue.png",
                                   "comment": ""
                               },
                               {
                                   "key": "status",
                                   "value": "DRAFT",
                                   "comment": ""
                               }
                       ],
                       "add-to": "infobox"
                   },
               "proboxPortal": {
                   "type": "smallTextBox",
                   "visibility": "hidden",
                   "add-to": "infobox",
                   "infobox-param": "portal",
                   "value": "Project"
                   },
               "participantsSection": {
                   "type": "largeTextBox",
                   "placeholder": "範例:*PretendUserName :我已經組織維基好玩專題三年了。",
                   "title": "參與者",
                   "characterLength":1000,
                   "section": "Participants",
                   "text-1": "请使用此部分告诉我们有关此项目的工作人员的更多信息。对于团队中的每个成员,请描述您可能有助于使此想法成功的任何项目相关技能,经验或其他背景。",
                   "mandatory": false,
                   "add-to": "section",
                   "section-header": "Participants",
                   "parent" : "getInvolvedSection",
                   "value": "",
                   "comment": ""
                   },
           "moreParticipantsDropdown": {
                       "type": "dropdownList",
                       "title": "稿件徵集",
                       "placeholder": "选择……",
                       "text-1": "您想为更多的志愿者添加一种方式来轻松加入您的项目吗?",
                       "characterLength":100,
                       "mandatory": true,
                       "add-to": "infobox",
                       "infobox-param":"more_participants",
                       "values": ["No","Yes"]
                   },
              "communityNotificationSection": {
                   "type": "largeTextBox",
                   "placeholder": "leave this blank!",
                   "title": "",
                   "characterLength":1000,
                   "section": "Community notification",
                   "mandatory": false,
                   "add-to": "section",
                   "visibility": "hidden",
                   "section-header": "Community notification",
                   "parent" : "getInvolvedSection",
                   "value": "请将以下链接粘贴到相关社区已通知您的提案的位置,以及任何其他相关社区讨论。需要通知提示?",
                   "comment": ""
                   },
              "endorsementsSection": {
                   "type": "largeTextBox",
                   "placeholder": "leave this blank!",
                   "title": "",
                   "characterLength":1000,
                   "section": "Endorsements",
                   "mandatory": false,
                   "add-to": "section",
                   "visibility": "hidden",
                   "section-header": "Endorsements",
                   "parent" : "getInvolvedSection",
                   "value": "你认为这个项目应该被选为项目资助吗?请在下面添加您的名称和理由,以支持此项目(讨论页欢迎其他建设性反馈)!",
                   "comment": ""
                   },
               "nextButton":{
                       "type":"doneButton",
                       "title":"创建我的提案"
                   },
               "backButton":{
                       "type":"backButton",
                       "title":"返回"
                   }
           }
       },
   "expand": {
       "config":{
           "post-edit": "感谢您创建Project Grant页面! 请填写下面的其余部分,继续制定您的提案。请注意,您有责任通知相关社区您的提案。请参阅“社区通知”部分中的说明。一旦您认为您的提案已完成并准备好进行审核,请将状态更新为PROPOSED(状态=在信息框标记中提出)。",
           "new-page": false,
           "namespace": "Grants",
           "portal-page": "IdeaLab",
           "page-template": "",
           "infobox": "Probox",
           "talkpage-template": "",
           "page-home": "Grants:IdeaLab",
           "dialog-title": "讓我們來將您的點子化作補助提案",
           "error-not-logged-in": "您尚未登入-請在開始前先使用您的帳戶登入。",
           "edit-comment-prefix": "扩大项目资助的想法",
           "edit-comment-suffix": "(使用FormWizard編輯)",
           "edit-comment-default": "Expanding the proposal,"
       },
       "step-1":{
           "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": "例:*建立並測試小套件",
               "title": "活動",
               "text-1": "告诉我们您将如何执行您的项目。你和其他组织者会花多少时间做些什么?你在项目结束时会做些什么?您将如何跟进与您的项目有关的人员?",
               "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": "預算明細",
               "characterLength":2000,
               "section": "Budget",
               "text-1": "“您将如何使用您要求的资金?列出每项费用的项目符号(如果需要,您可以稍后创建一个表格)。不要忘记包括总金额,并在Probox顶部更新此金额。你的页面也是!",
               "mandatory": false,
               "add-to": "section",
               "parent" : "projectPlanSection",
               "section-header": "Budget",
               "comment": ""
           },
           "amountRequestedTextbox": {
               "type": "smallTextBox",
               "placeholder": "例如:800美元",
               "title": "總金額",
               "text-1": "這份補助案您共申請多少的補助金額?別忘了標記您使用的貨幣是哪一國的!",
               "characterLength":100,
               "mandatory": true,
               "add-to": "infobox",
               "infobox-param":"amount"
           },
           "communityEngagementSection": {
               "type": "largeTextBox",
               "placeholder": "範例:我們會在計畫開頭及結尾時調查我們的目標社群,並在過程中舉辦3場現場有互動回應的活動。",
               "title": "社群守則",
               "characterLength":2000,
               "section": "Community engagement",
               "mandatory": false,
               "add-to": "section",
               "parent" : "projectPlanSection",
               "section-header": "Community engagement",
               "text-1": "您如何让社区中的其他人了解您的项目?您为什么针对特定受众群体?在项目期间,您将如何参与您希望在不同时间点服务的社区?社区的投入和参与有助于项目的成功。",
               "comment": ""
           },
           "sustainabilitySection": {
               "type": "largeTextBox",
               "placeholder": "範例:我們製作的懶人包將會釋出給維基社群翻譯讓全球得以使用。",
               "title": "永續性",
               "characterLength":2000,
               "section": "Sustainability",
               "mandatory": false,
               "add-to": "section",
               "parent" : "projectPlanSection",
               "section-header": "Sustainability",
               "text-1": "您想在補助計畫結束後,您的提案會有發生什麼樣的後續效應?它會如何被使用、延續或成長?",
               "comment": ""
           },
           "measuresOfSuccessSection": {
               "type": "largeTextBox",
               "placeholder": "範例:*與現有的提案相較,可增加50%的編輯以及回流量",
               "title": "成功如何衡量",
               "characterLength":2000,
               "section": "Measures of success",
               "text-1": "您要如何知道您的計畫是成功的、您又如何來達成目的?列出一些目標具體、可測量的想法。",
               "mandatory": false,
               "add-to": "section",
               "parent" : "projectPlanSection",
               "section-header": "Measures of success",
               "value": "需要目标设定提示?注意:除了项目特定的成功衡量标准外,还会要求您在最终报告结束时报告全球指标。请在计划时牢记这一点,在开始项目时我们会支持你。",
               "comment": ""
           },
           "nextButton":{
               "type":"nextButton",
               "title":"下一步"
           },
           "backButton":{
               "type":"cancelButton",
               "title":"取消"
           }
       },
       "step-2":{
           "granteeUsernameTextbox": {
               "type": "smallTextBox",
               "placeholder": "範例:Jmorgan (WMF)",
               "title": "被资助者",
               "text-1": "請在此輸入您的使用者帳號。如果您的團隊有超過一位的受補助者,您也可以在此添加更多人。",
               "characterLength":100,
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param":"grantee"
           },
           "contactEmailTextbox": {
               "type": "smallTextBox",
               "placeholder": "範例:grants(_AT_)wikimedia.org",
               "title": "主要聯絡人",
               "text-1": "請提供一份電子信箱位址(或者是能夠收到電子信件的使用者帳號),讓我們可以聯絡您。",
               "characterLength":100,
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param":"contact1"
           },
           "roleSelectionList":{
               "title": "其他參與者",
               "text-1": "請告訴我們除了您之外,還有多少人將會以受補助者或是顧問的身分參與您的這項提案。",
               "text-2": "如果您還不確定,請直接跳過這個問題。您之後還可以填寫更多的受補助者或顧問名單。",
               "type": "stepperList",
               "add-to": "infobox",
               "choiceList": [
                   {
                   "key": "grantee",
                   "value": 0
                   },
                   {
                   "key": "advisor",
                   "value": 0
                   }
               ]
           },
           "teamInfoSection": {
               "type": "largeTextBox",
               "placeholder": "範例:*PretendUserName :我已經組織維基好玩專題三年了。",
               "title": "",
               "characterLength":1000,
               "section": "Project team",
               "text-1": "请使用此部分告诉我们有关此项目的工作人员的更多信息。对于团队中的每个成员,请描述您可能有助于使此想法成功的任何项目相关技能,经验或其他背景。",
               "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": "请将以下链接粘贴到相关社区已通知您的提案的位置,以及任何其他相关社区讨论。需要通知提示?",
               "comment": ""
           },
          "round": {
              "type": "smallTextBox",
              "visibility": "hidden",
              "add-to": "infobox",
              "infobox-param": "round",
              "value": "round 1 2016"
          },
           "portalProject": {
               "type": "smallTextBox",
               "visibility": "hidden",
               "add-to": "infobox",
               "infobox-param": "portal",
               "value": "Project"
           },
           "translationsProject": {
               "type": "smallTextBox",
               "visibility": "hidden",
               "add-to": "infobox",
               "infobox-param": "translations",
               "value": "Probox/Project/Content"
           },
           "showInIdealab": {
               "type": "smallTextBox",
               "visibility": "hidden",
               "add-to": "infobox",
               "infobox-param": "idealab",
               "value": "YES"
           },
           "statusProject": {
               "type": "smallTextBox",
               "visibility": "hidden",
               "add-to": "infobox",
               "infobox-param": "status",
               "value": "DRAFT",
               "comment": ""
           },
           "imageProject": {
               "type": "smallTextBox",
               "visibility": "hidden",
               "add-to": "infobox",
               "infobox-param": "image",
               "value": "File:IEG_key_blue.png",
               "comment": ""
           },
           "nextButton": {
               "type":"doneButton",
               "title":"擴充我的點子"
           },
           "cancelButton":{
               "type": "backButton",
               "title":"返回"
           }
       }
   }

}