Meta:FormWizard/Config/IdeaLab profile/hu

This page is a translated version of the page Meta:FormWizard/Config/IdeaLab profile and the translation is 86% complete.

{

"@languages": "

",

   "@doc": "IdeaLab - create and expand user profile form wizard configuration file",
   "create": {
       "config":{
           "post-edit": "Köszönjük, hogy létrehozod profilodat! Ha rendelkezel bármilyen képességgel, a vitalapodon néhány perc múlva új projektajánlásokat fogsz kapni.",
           "new-page": true,
           "namespace": "Grants",
           "portal-page": "IdeaLab",
           "page-template": "",
           "infobox": "Participant_profile",
           "talkpage-template": "",
           "page-home": "Grants:IdeaLab",
           "dialog-title": "Hozd létre ÖtletLabor profilod!",
           "error-not-logged-in": "Jelentkezz be profilod létrehozása előtt.",
          "edit-comment-prefix": "Creating a new IdeaLab member profile ",
          "edit-comment-suffix": " (edited with FormWizard)"
           },
       "step-1":{
           "introText": {
               "type": "text",
               "string": "1/3. lépés: Alapinformációk"
               },
           "valueProText": {
               "type": "text",
               "string": "When you create your IdeaLab profile, you will be able to get recommendations of project teams you might be interested in joining, and also share your background and skills with potential collaborators. Start your profile by filling in the fields below. You can always change this information later."
               },
           "profileUserNameTextbox": {
               "type": "smallTextBox",
               "placeholder": "pl: WikiLila99",
               "title": "Felhasználónév",
               "text-1": "Kérjük, add meg felhasználóneved, amely a profillapod címe is lesz.",
               "characterLength":100,
               "mandatory":true,
               "add-to": "infobox",
               "infobox-param":"username",
               "validate": "doesNotExists",
               "page-title":true
               },
           "profileNameTextbox": {
               "type": "smallTextBox",
               "placeholder": "például: Frances",
               "title": "Becenév",
               "text-1": "Hogy hívjunk? Hagyd üresen, ha a Wikimédia-szerkesztőneved használnád.",
               "characterLength":100,
               "mandatory":false,
               "add-to": "infobox",
               "infobox-param":"name"
               },
          "profileStoryTextbox": {
              "type": "largeTextBox",
              "placeholder": "example: I participate in Wiki Loves Monuments campaigns and enjoy adding images to articles on WikiVoyage.",
              "title": "Say a little about yourself and what you enjoy doing on wiki, or share a favorite quotation (300 character limit)",
              "characterLength":300,
              "mandatory": true,
              "add-to": "infobox",
              "infobox-param":"story"
              },
           "nextButton":{
               "type":"nextButton",
               "title":"Tovább"
               },
           "cancelButton":{
               "type": "cancelButton",
               "title":"Mégse"
               }
           },
       "step-2":{
           "introText": {
               "type": "text",
               "string": "2/3. lépés: Képességek és érdeklődési körök hozzáadása"
               },
          "experienceSelectionList":{
              "title": "Képességi területek",
              "text-1": "IdeaLab projects often benefit from people with particular skills. Do you have any that you want to share?.",
              "type": "checkboxList",
               "choiceList": [
                       {
                           "key": "development",
                           "value": 1
                       },
                       {
                           "key": "design",
                           "value": 1
                       },
                       {
                           "key": "community_organizing",
                           "value": 1
                       },
                       {
                           "key": "research",
                           "value": 1
                       },
                       {
                           "key": "project_management",
                           "value": 1
                       }
                   ],
               "add-to":"infobox"
               },
           "experienceInformationLink": {
              "type": "link",
              "href": "https://meta.wikimedia.org/wiki/Special:MyLanguage/Grants:IdeaLab/Roles",
              "link": "Mit jelentenek ezek a választások?"
              },
           "profileSkillsTextbox": {
               "type": "largeTextBox",
               "placeholder": "például: Beszélek angolul, franciául és katalánul, valamint egy iskola utáni matekkorrepetálási program önkéntese vagyok.",
               "title": "Képességek jellemzése",
               "text-1": "Share more details about the skills you indicated above, or list additional skills that you can bring to projects. (300 characters)",
               "characterLength":300,
               "mandatory": false,
               "add-to": "infobox",
               "infobox-param":"skills"
               },
           "setRecommendations": {
              "type": "checkboxList",
              "add-to": "infobox",
              "title": "Projektjavaslatok",
              "text-1":"Our bot provides recommendations of projects that you might be interested in. These recommendations will be delivered to your profile talk page when you request them. You can opt out at any time.",
              "text-2":"Check the box below if you do not want to receive recommendations.",
               "choiceList": [
                       {
                           "key": "no_recommendations",
                           "value": 1
                       }
                   ]
               },
           "nextButton":{
               "type": "nextButton",
               "title":"Tovább"
               },
           "backButton":{
               "type":"backButton",
               "title":"Vissza"
               }
           },
       "step-3":{
           "introText": {
               "type": "text",
               "string": "3/3. lépés: Profilkép kiválasztása"
               },
           "setProfileImage":{
               "type": "image",
               "title": "Saját magadat ábrázoló fotót szeretnél?",
               "imageTitleBox": "A Wikimédia Commonsban található kép használatához a File:Állomány neve formát használd",
               "text-1": "Ez az alapértelmezetten megjelenő kép",
               "placeholder": "File:Inspire_astrocat_aqua.png",
               "url":"https://upload.wikimedia.org/wikipedia/commons/7/7f/Inspire_astrocat_aqua.png",
               "add-to": "infobox",
               "infobox-param": "image",
               "validate": true,
               "link":"Kép keresése a Wikimédia Commonsban"
               },
           "aboutMeSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "Több információ rólam",
               "characterLength":500,
               "section": "More about me",
               "comment":"Ezt a szakaszt és a lap többi részét is kedved szerint alakíthatod; elvégre a tiéd!",
               "mandatory": false,
               "visibility": "hidden",
               "add-to": "section",
               "section-header": "More about me"
               },
           "updateProfileSection": {
               "type": "largeTextBox",
               "placeholder": "",
               "title": "Javaslatok kérése",
               "characterLength":500,
               "section": "Get recommendations",
               "mandatory": false,
               "add-to": "section",
               "visibility":"hidden",

"value":"Szeretnél több projektjavaslatot?

Képességek frissítése

",

               "comment":"",
               "section-header": "Get recommendations"
               },
           "doneButton":{
               "type":"doneButton",
               "title":"Profil létrehozása"
               },
           "backButton":{
               "type": "backButton",
               "title":"Vissza",
               }
           }
       },
   "expand": {
       "config":{
           "post-edit": "Képességeid frissültek. GrantsBot néhány perc múlva új ajánlatokat ad a vitalapodon.",
           "new-page": false,
           "namespace": "Grants",
           "portal-page": "IdeaLab",
           "page-template": "",
           "infobox": "Participant_profile",
           "talkpage-template": "",
           "page-home": "Grants:IdeaLab",
           "dialog-title": "Javaslatok kérése",
           "error-not-logged-in": "Nem vagy bejelentkezve.",
          "edit-comment-prefix": "Updating IdeaLab member profile ",
          "edit-comment-suffix": " (edited with FormWizard)"
           },
       "step-1":{
           "introText": {
               "type": "text",
               "string": "Add meg képességeidet és érdeklődési köreidet, hogy értesíthessünk a téged érdeklő projektekről."
               },
          "experienceSelectionList":{
              "title": "Képességi területek frissítése",
              "text-1": "Az ÖtletLabor gyakran profitál bizonyos képességekkel rendelkező emberekből; rendelkezel bármilyen képességgel, amit megosztanál?",
              "text-2":"A hasonló projektek javaslataihoz add meg ugyanazon képességeket, mint az előbb.",
              "type": "checkboxList",
               "choiceList": [
                       {
                           "key": "development",
                           "value": 1
                       },
                       {
                           "key": "design",
                           "value": 1
                       },
                       {
                           "key": "community_organizing",
                           "value": 1
                       },
                       {
                           "key": "research",
                           "value": 1
                       },
                       {
                           "key": "project_management",
                           "value": 1
                       }
                   ],
               "add-to":"infobox"
               },
          "updateRecommendations":{
              "title": "Projektjavaslatok",
              "text-1":"A botunk projektjavaslatokat ad a vitalapodon. Ezt bármikor kikapcsolhatod.",
              "text-2":"Töröld a jelölőt a következő dobozból, ha nem szeretnél javaslatokat kapni.",
              "type": "checkboxList",
               "choiceList": [
                       {
                           "key": "no_recommendations",
                           "value": 1
                       }
                   ],
               "add-to":"infobox"
               },
           "doneButton": {
               "type":"doneButton",
               "title":"Profil frissítése"
               },
           "cancelButton":{
               "type": "cancelButton",
               "title":"Mégse"
               }
       }
   }

}