Skip to content

Commit b13dedf

Browse files
committed
Starting translation Bulgarian language.
1 parent b6e7c6b commit b13dedf

File tree

2 files changed

+182
-0
lines changed

2 files changed

+182
-0
lines changed

languages/bg.json

Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
{
2+
"menu-index": "Начало",
3+
"menu-events": "Събития",
4+
"menu-chapters": "Представителства",
5+
"menu-about": "Отновно",
6+
"menu-building-workshops": "Създай",
7+
"menu-host": "Организирай",
8+
"about-h1": "За NodeSchool",
9+
"about-header": "NodeSchool е проект с отворен код, над който работят доброволци. Проектът има 2 цели: създаване на висококачествени учебни програми по програмиране и организиране на обучителни събития за общността.",
10+
"about-header-history-title": "Интерактивни уроци",
11+
"about-history": "Форматът &quot;workshopper&quot; е първоначално създаден от <a href=\"http://substack.net/\">Substack of the Internet</a> през лятото на 2013г, когато е написан workshopper-а <a href=\"https://www.npmjs.org/package/stream-adventure\">stream-adventure</a>.",
12+
"about-history2": "Определящите характеристики на даден workshopper са интерактивността и автоматизацията. Workshopper-ите са съставени от задачи с нарастваща трудност. Всяка задача започва с обяснение на основните концепции, и след това следва лист с изисквания за решаване на проблема. Учещите се пишат компютърна програма, която се опитва да отговори на критериите.",
13+
"about-history3": "Когато се чувстват сигурни в тяхното решение, те го предават на т.нар workshop програма за проверка. Workshop програмата изпълнява тяхното решение и проверява дали всички изисквания са удовлетворени. Ако нещо е грешно или липсва, то учащият се получава конкретна обратна връзка, и може да опита отново. Ако кодът на учащия отговаря на всички критерии, участника преминава успешно даденото предизвикателството и продължава към следващото предизвикателство.",
14+
"about-history4": "Всичко това става автоматично. Workshopper-ите могат да бъдат възприемани почти като автоматичен юнит тестинг на даден елемент, който учащия се трябва да направи да мине успешно използвайки правилен код.",
15+
"about-header-philosophy-title": "Широк крът от теми",
16+
"about-philosophy": "Всички NodeSchool уъркшопи са написани на Node, но темата на даден уъркшоп не е задължително да бъде за Node. Например, <a href=\"https://www.npmjs.org/package/shader-school\">shader-school</a> уъркшопа преподава концепции по компютърна графика и не включва никакъв JavaScript.",
17+
"about-philosophy2": "Общността на NodeSchool е разработила няколко наистина впечатляващи инструменти за създаване на нови уъркшопи. Ако имате идея за уъркшоп, можете да разгледате нашата страница за <a href=\"building-workshops.html\">Създаване на уъркшоп</a>.",
18+
"about-header-info-title": "Събития от цял свят",
19+
"about-info": "На всеки контитент, освен Антарктида, има организация на събития на NodeSchool. Всеки може да организира събитие, и като общност, ние се стараем да събираме полезна информация, насоки и препоръки за направата на събития, които са приятни и отворени към всички. Вижте нашата страница на <a href=\"host.html\">организиране на събитие</a> за повече детаили.",
20+
"about-header-touch-title": "Контакти",
21+
"about-info2": "Ние използваме GitHub в организацията на NodeSchool. Най-доброто място, на което можете да направите контакт е нашето <a href=\"https://github.com/nodeschool/organizers/issues\">хранилище за организатори</a>. Можете да докладвате нов проблем в това хранилище и организатори ще получат съобщение от вас и ще могат да отговорят. Този метод е далеч по-добър, отколкото пращане на директни имейли до който и да е от организаторите.",
22+
"about-header-talk-title": "Чуй и виж",
23+
"about-info3": "В <a href=\"https://archive.org/details/NodeUp55\" target=\"_blank\">епизод 55</a> на подкаста NodeUp Mikeal Rogers, Max Ogden и други членове на общността говорят за NodeSchools. На Cascadia JS 2014 Jason Rhodes, от Baltimore, <a href=\"https://www.youtube.com/watch?v=YJ7txKTh3-E\" target=\"_blank\">говори за това как се управлява NodeSchools</a>.",
24+
"footer-contact-header": "Контакт",
25+
"footer-contribute-header": "Допринеси",
26+
"footer-contribute-question": "Докладвай проблем",
27+
"footer-contribute-answer": "Отговори на въпрос",
28+
"footer-about-header": "Относно",
29+
"footer-about-build": "Създай workshopper",
30+
"footer-about-host": "Организирай уъркшоп",
31+
"hexdex-h1": "Hexdex",
32+
"hexdex-header": "Индекс от шестоъгълници за <a href=\"chapters.html\">NodeSchool представителства</a>.",
33+
"hexdex-make-logo": "Направи твое местно представителство като започнеш с <a href=\"https://github.com/nodeschool/nodeschool.github.io/tree/master/images/make-a-sticker\">този темплейт</a>.",
34+
"building-workshops-header": "Създаване на NodeSchool уъркшоп",
35+
"building-workshops-subtitle": "Ето няколко от популярните инструменти, които се използват за направата на NodeSchool уъркшопи.",
36+
"building-workshops-title-info": "<a href=\"https://www.npmjs.org/package/workshopper\">workshopper</a>",
37+
"building-workshops-info": "за да вземеш напълно функционална nodeschool рамка за създаване уъркшоп с CLI.",
38+
"building-workshops-title-info2": "<a href=\"https://www.npmjs.org/package/adventure\">приключение</a>",
39+
"building-workshops-info2": "за да вземеш алтернатива на workshopper, която е по-лека.",
40+
"building-workshops-title-info3": "Направи свое",
41+
"building-workshops-info3": "Don&apos;t be afraid to hack the format! E.g. if you want to write a workshop to teach CSS you may have to invent your own workshop format. For example the",
42+
"building-workshops-info3A": "module was written for the",
43+
"building-workshops-info3B": "workshop.",
44+
"events-header": "Past and Future NodeSchool Events",
45+
"events-past": "Past",
46+
"events-future": "Future",
47+
"events-header2": "There have been <strong><span id=\"event-count\">many</span></strong> events!",
48+
"events-header3": "If you&apos;re organizing a NodeSchool event, add it to this site by filling out <a href=\"https://docs.google.com/forms/d/1vYW-Yw82kt_q7WDgBY6gQqFrg3zuD2rDPXEG-cbq7e4/viewform?usp=form_confirm\" target=\"_blank\">this form</a>.",
49+
"events-small": "If you need to edit an event you&apos;ve submitted, <a href=\"https://github.com/nodeschool/organizers/issues/new\">file an issue on nodeschool/organizers.</a>",
50+
"calendar-h1": "Calendar",
51+
"index-header-top": "Open source workshops that teach web software skills. Do them on your own or at a workshop nearby.",
52+
"menu-tutorials": "Tutorials",
53+
"index-header-bottom": "Get started by installing one of our",
54+
"index-header-bottomA": "core workshops",
55+
"index-header-bottomB": "or subscribe to our free",
56+
"index-header-bottomC": "email newsletter",
57+
"index-workshop-header": "Workshops",
58+
"index-workshop-info": "These are in-person hosted workshops, usually free, in which workshoppers are used as curriculum and mentors help attendees work through the challenges.",
59+
"index-workshop-links-host": "Host Your Own",
60+
"index-workshop-links-events": "See All Events",
61+
"index-workshop-links-writeups": "Writeups of Past Events",
62+
"index-upcoming-header": "Upcoming Workshops",
63+
"index-upcoming-loading": "Loading...",
64+
"index-upcoming-no-events": "No upcoming events. Check out",
65+
"index-upcoming-past-events": "past events",
66+
"index-upcoming-past-events2": "!",
67+
"index-upcoming-all-events": "See all events",
68+
"index-upcoming-error": "Could not load events, sorry!",
69+
"index-host-header": "Anyone can host",
70+
"index-host-past": "There have been a total of",
71+
"index-host-past2": "events!",
72+
"index-host-want-to-host": "NodeSchool is decentralized, open source and volunteer run. Want to host an event?",
73+
"index-host-want-to-host2": "Resources and tips",
74+
"index-host-want-to-host3": "for how.",
75+
"index-workshopper-header": "Workshoppers",
76+
"index-workshopper-info": "Workshopper is the name used for the open source lesson modules associated with NodeSchool. All are self guided (you don&apos;t need to attend a workshop to do one) and most work offline.",
77+
"index-workshopper-list-view": "View Workshopper List",
78+
"index-workshopper-list-problem": "Ask Questions if Stuck",
79+
"index-workshopper-list-faq": "Answer Questions",
80+
"index-workshopper-list-host": "Build a Workshop",
81+
"index-get-going-header": "Get Going &#x2014;",
82+
"index-get-going-info": "You&#x2019;ll need",
83+
"index-get-going-info2": "on your computer to get started\n with each of these. Then use",
84+
"index-get-going-info3": "(it comes with Node) to install each\n module with the command below it. Once installed,\n simply type the workshopper&#x2019;s name to launch.",
85+
"index-get-going-editor": "You will also need a",
86+
"index-get-going-editor2": "Text Editor",
87+
"index-get-going-editor3": ", if you don&apos;t have one already, you may want one for editing code. A few options:",
88+
"index-get-going-editor4": ",",
89+
"index-get-going-editor5": ",",
90+
"index-get-going-editor6": ",",
91+
"index-get-going-editor7": ".",
92+
"index-workshoppers-core-header": "Core",
93+
"index-workshoppers-core-info": "These workshoppers focus on essential skills for working with Node.js.",
94+
"index-workshoppers-core-link-pre": "Stuck? Ask a question in the",
95+
"index-workshoppers-core-link-text": "discussion",
96+
"index-workshoppers-core-link-post": ".",
97+
"workshopper-javascripting": "Learn the basics of JavaScript. No previous programming experience required.",
98+
"workshopper-gitit": "Learn Git and GitHub basics.",
99+
"workshopper-scope-chains-closures": "Learn the details of Scope, Scope Chains, Closures, and Garbage Collection.",
100+
"workshopper-elementary-electron": "Make a desktop application using Node and Chromium with Electron",
101+
"workshopper-learnyounode": "Learn the basics of node: asynchronous i/o, http.",
102+
"workshopper-learnyounode-command": "npm install -g learnyounode",
103+
"workshopper-how-to-npm": "Learn how to use and create npm modules.",
104+
"workshopper-streamadventure": "Learn to compose streaming interfaces with",
105+
"workshopper-streamadventure2": ".",
106+
"workshopper-how-to-markdown": "Learn how to start using Markdown &#x2014; a lightweight markup language with plain text formatting syntax.",
107+
"index-workshoppers-elective-header": "Electives",
108+
"index-workshoppers-elective-info": "Workshoppers on popular libraries or styles of writing Node.js.",
109+
"index-workshoppers-elective-link-pre": "Stuck? Ask a question in the",
110+
"index-workshoppers-elective-link-text": "discussion",
111+
"index-workshoppers-elective-link-post": ".",
112+
"workshopper-functionaljavascript": "Learn fundamental functional programming features of JavaScript in vanilla ES5.",
113+
"workshopper-levelmeup": "Learn to use leveldb, a simple key/value store with a vibrant package.",
114+
"workshopper-expressworks": "Learn the basics of the Express.js framework.",
115+
"workshopper-makemehapi": "Learn all about hapi through a series of challenges.",
116+
"workshopper-promise-it-wont-hurt": "Learn to use promises in JavaScript to handle async operations.",
117+
"workshopper-async-you": "Learn to use the async package.",
118+
"workshopper-nodebot-workshop": "Make robots with the johnny-five api.",
119+
"workshopper-goingnative": "An exploration of Node.js from the underside: native C++ add-ons.",
120+
"workshopper-planetproto": "Understanding JavaScript Prototypes",
121+
"workshopper-webgl-workshop": "Learn the basics of WebGL in small, manageable chunks.",
122+
"workshopper-esnext-generation": "Intro to ES6 Iterators, their use, and how they relate to Generators.",
123+
"workshopper-test-anything": "Learn to test your code",
124+
"workshopper-tower-of-babel": "Show you through a series of exercises that introduce you to ES6 features.",
125+
"workshopper-learnyoumongo": "Getting started with MongoDB and Node.js",
126+
"workshopper-regex-adventure": "Parse text with regular expressions",
127+
"workshopper-learn-sass": "Learn the basics of SASS",
128+
"workshopper-pattern-lab-workshop": "Learn the basics of Pattern Lab.",
129+
"workshopper-learnyoubash": "Learn you how to use the terminal and write your first Bash script.",
130+
"workshopper-currying": "Learn currying concept and creating a currying function in JavaScript.",
131+
"workshopper-bacon-love": "Learn concepts of Functional and Reactive Programming using the Bacon.js library.",
132+
"workshopper-shader-school": "Learn the fundamentals of graphics programming using GLSL shaders.",
133+
"workshopper-bytewiser": "Learn how to manipulate binary data in node.js and HTML5 browsers.",
134+
"workshopper-bug-clinic": "Learn some new tools and techniques as you improve your debugging skills.",
135+
"workshopper-browserify-adventure": "Use npm modules and node-style require() in the browser with browserify.",
136+
"workshopper-introtowebgl": "Get started with three.js and WebGL.",
137+
"workshopper-count-to-6": "Learn how to use some features from ES6, the next version of JavaScript.",
138+
"workshopper-kick-off-koa": "Getting started with Koa, the next generation web framework for Node.js.",
139+
"workshopper-lololodash": "Learn Lo-Dash (fork of underscore) to handle your arrays and objects simple!",
140+
"workshopper-learnyoucouchdb": "Learn about CouchDB - the database that completely embraces the web",
141+
"workshopper-learnuv": "Learn uv for fun and profit, a self guided workshop to the library that powers Node.js.",
142+
"workshopper-learn-generators": "An Intro to JavaScript ES6 Generators.",
143+
"workshopper-learnyoureact": "Let&apos;s learn React.js and server side rendering!",
144+
"workshopper-perfschool": "Find your way through the web performance optimization maze!",
145+
"workshopper-web-audio-school": "Learn the Web Audio API by completing a series of interactive lessons with a focus on music.",
146+
"workshopper-torrential": "A set of lessons to show you how to create a simple p2p bittorrent network",
147+
"workshopper-thinking-in-react": "Learn React&apos;s philosophy by building a UI from scratch.",
148+
"workshopper-node-debug-school": "Learn how to use post-mortem debugging on SmartOS to efficiently debug Node.js applications in production.",
149+
"workshopper-seneca-in-practice": "Learn how to leverage SenecaJs microservice toolkit.",
150+
"workshopper-less-is-more": "Learn the fundamentals of the LESS CSS preprocessor.",
151+
"mentoring-header": "Mentoring at a NodeSchool Event",
152+
"mentoring-intro-quote": "<p>Mentors basically hover around the room during the event and try to find\n people who are stuck and then they help them get un-stuck. Many students\n are shy to ask, so it is important to hover around and offer help.\n </p>\n &#x2014; <cite><a href=\"https://github.com/nodeschool/nodeschool.github.io/issues/15\" target=\"_blank\">Max Ogden</a></cite>",
153+
"mentoring-intro-part1": "So an organizer has asked you to mentor at a NodeSchool event, but you&apos;re a bit unsure what you&apos;re getting into or if can do it? No worries :)",
154+
"mentoring-intro-part2": "First of all, if you have been asked about mentoring, you probably have some time of experience in JS and node. Students will likely ask questions you have had yourself back then.",
155+
"mentoring-intro-part3": "Second, it is totally okay to not know the solution to all questions. Besides raw JS knowledge, the students can learn something else from you: how to figure out what you do not know.",
156+
"mentoring-list-expected-headline": "What is expected of you?",
157+
"mentoring-list-expected-1": "Show learners that coding is nothing to be afraid of, but rather a lot of fun!",
158+
"mentoring-list-expected-2": "Keep up a friendly and optimistic environment.",
159+
"mentoring-list-expected-3": "Motivate and encourage students, emphasize with their struggles.",
160+
"mentoring-list-not-expected-headline": "What is <em>not &#xA0;</em>expected of you?",
161+
"mentoring-list-not-expected-1": "Talking in front of the group.",
162+
"mentoring-list-not-expected-2": "Preparing all learning materials and their solutions.",
163+
"mentoring-list-not-expected-3": "Have an answer to every question.",
164+
"mentoring-still-unsure": "<h2 data-i18n=\"mentoring-still-unsure-headline\">Still not sure if you can do it?</h2>\n <p data-i18n=\"mentoring-still-unsure-part1\">\n Just try out some of the <a href=\"/#workshopper-list\">core workshoppers</a>.\n </p>",
165+
"mentoring-still-unsure-headline": "Still not sure if you can do it?",
166+
"mentoring-still-unsure-part1": "Just try out some of the <a href=\"/#workshopper-list\">core workshoppers</a>.",
167+
"host-header": "Hosting a NodeSchool Event",
168+
"host-info": "NodeSchool is a fully community driven effort and is 100% open source. This means that anyone can use the NodeSchool materials and/or host an event.",
169+
"host-info-cost": "The only expectations for event hosts is that events be not-for-profit (free or low cost) and that governance of events should have an open membership model (so that nobody can &apos;control&apos; the events).",
170+
"host-info-wiki": "We have created the <a href=\"https://github.com/nodeschool/organizers/wiki\">Organizers Wiki</a> to hold all the knowledge from the Chapter organizers around the world.",
171+
"host-info-wiki-link": "Check out <a href=\"https://github.com/nodeschool/organizers/wiki\">the wiki</a> for info on how to create a chapter, run a successful event and build a local NodeSchool community!",
172+
"chapters-h1": "NodeSchool Chapters",
173+
"chapters-header": "Cities all over have started to host NodeSchool events regularly. Here&apos;s a list of chapters. See the <a href=\"hexdex.html\">hexdex</a> for an index of chapter &#x2B22; hexagon logos.",
174+
"index-chapter-list-loading": "Loading...",
175+
"chapters-other": "Other region?",
176+
"chapters-start": "Can&apos;t find a NodeSchool chapter in your region?",
177+
"chapters-start2": "Open an issue on the discussions board",
178+
"chapters-start3": "to find other people around you. If there isn&apos;t an existing chapter nearby, start your own! Follow these instructions on",
179+
"chapters-start4": "how to host an event",
180+
"chapters-start5": "."
181+
}

0 commit comments

Comments
 (0)