Skip to content

Commit bfd8913

Browse files
committed
Translate more text
1 parent 83ce193 commit bfd8913

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

translations/bg_BG/readme.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@
7474

7575
## Важни, Не-Идиоматични Неща:
7676

77-
### Code Quality Tools, Resources & References
78-
7977
### Инструменти за Качество на Кода, Ресурси & Референции
8078

8179
* [JavaScript Plugin](http://docs.codehaus.org/display/SONAR/JavaScript+Plugin) for [Sonar](http://www.sonarsource.org/)
@@ -112,9 +110,9 @@
112110

113111
Проектите винаги трябва да включат някои общи средства, чрез които източникът да бъде свързан, тестван и компресиран при подготовка за производствена употреба. За тази задача, [grunt](https://github.com/gruntjs/grunt) на Бен Алман е най-добрата от всички официални заместители на папката "kits/" в това хранилище.
114112

115-
### Test Facility
113+
### Тестова база
116114

117-
Projects _must_ include some form of unit, reference, implementation or functional testing. Use case demos DO NOT QUALIFY as "tests". The following is a list of test frameworks, none of which are endorsed more than the other.
115+
Проектите трябва да включват някаква форма на единица, референция, имплементация или фунционално тестване. Демострационни случаи на употреба НЕ СЕ КВАЛИФИЦИРАТ като "тестове". По-долу има списък със тестови рамки, нито една от които не е одобрена повече от другата.
118116

119117
* [QUnit](http://github.com/jquery/qunit)
120118
* [Jasmine](https://github.com/pivotal/jasmine)
@@ -127,7 +125,7 @@ Projects _must_ include some form of unit, reference, implementation or function
127125
* [Tape](https://github.com/substack/tape)
128126
* [Jest](https://facebook.github.io/jest/)
129127

130-
## Table of Contents
128+
## Съдържание
131129

132130
* [Whitespace](#whitespace)
133131
* [Beautiful Syntax](#spacing)
@@ -145,21 +143,17 @@ Projects _must_ include some form of unit, reference, implementation or function
145143
------------------------------------------------
146144

147145

148-
## Preface
149-
150-
The following sections outline a _reasonable_ style guide for modern JavaScript development and are not meant to be prescriptive. The most important take-away is the **law of code style consistency**. Whatever you choose as the style for your project should be considered law. Link to this document as a statement of your project's commitment to code style consistency, readability and maintainability.
151-
152-
153-
146+
## Предговор
154147

148+
Следващите раздели посочват едно разумно ръководство на стил за съвременна разработка на JavaScript и не е предназначен за норматив. Най-важната част е **закона за постоянност на стила на кода**. Каквото и да изберете като стил за вашия проект, трябва да се счита за закон. Използвайте този документ като напътствие на вашето отдаване към проекта ви за консистентност на стила на кода, четимост и поддържане.
155149

156-
## Idiomatic Style Manifesto
150+
## Манифест на идиоматичния стил
157151

158152

159-
1. <a name="whitespace">Whitespace</a>
160-
- Never mix spaces and tabs.
161-
- When beginning a project, before you write any code, choose between soft indents (spaces) or real tabs, consider this **law**.
162-
- For readability, I always recommend setting your editor's indent size to two characters &mdash; this means two spaces or two spaces representing a real tab.
153+
1. <a name="whitespace">Празно пространство</a>
154+
- Никога не смесвайте спейсове и табове.
155+
- Когато започнете един проект, преди да почнете да пишете какъвто и да е код, изберете между меки отсъпи (интервали) или реални табулации, считайте го за **закон**
156+
- За четимост, винаги препоръчвам да зададете размера на отстъпа на вашия редактор на два знака &mdash; което означава два интервала или два интервала, представляващи истинска табулация.
163157
- If your editor supports it, always work with the "show invisibles" setting turned on. The benefits of this practice are:
164158
- Enforced consistency
165159
- Eliminating end of line whitespace

0 commit comments

Comments
 (0)