Skip to content

Commit e0cec83

Browse files
author
vankatafive
committed
Add Bulgarian language
Added bulgarian language in translations.
1 parent 3505d21 commit e0cec83

File tree

3 files changed

+395
-1
lines changed

3 files changed

+395
-1
lines changed

config/services.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
parameters:
44
locale: 'en'
55
# This parameter defines the codes of the locales (languages) enabled in the application
6-
app_locales: en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN
6+
app_locales: en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN|bg
77
app.notifications.email_sender: [email protected]
88

99
services:

translations/messages.bg.xlf

+355
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,355 @@
1+
<?xml version="1.0"?>
2+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3+
<file source-language="en" target-language="bg" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="note">
6+
<source>note</source>
7+
<target>БЕЛЕЖКА</target>
8+
</trans-unit>
9+
<trans-unit id="tip">
10+
<source>tip</source>
11+
<target>СЪВЕТ</target>
12+
</trans-unit>
13+
<trans-unit id="not_available">
14+
<source>not_available</source>
15+
<target>Не е налично</target>
16+
</trans-unit>
17+
<trans-unit id="mit_license">
18+
<source>mit_license</source>
19+
<target>MIT лиценз</target>
20+
</trans-unit>
21+
<trans-unit id="http_error.name">
22+
<source>http_error.name</source>
23+
<target>Грешка %status_code%</target>
24+
</trans-unit>
25+
<trans-unit id="http_error.description">
26+
<source>http_error.description</source>
27+
<target>Има неизвестна грешка (HTTP %status_code%) , която спира изпълнението на заявката.</target>
28+
</trans-unit>
29+
<trans-unit id="http_error.suggestion">
30+
<source>http_error.suggestion</source>
31+
<target><![CDATA[Опитайте да заредите тази страница няколко минути по-късно или <a href="%url%">се върни в началната страница</a>.]]></target>
32+
</trans-unit>
33+
<trans-unit id="http_error_403.description">
34+
<source>http_error_403.description</source>
35+
<target>Нямате права за да достъпите този ресурс.</target>
36+
</trans-unit>
37+
<trans-unit id="http_error_403.suggestion">
38+
<source>http_error_403.suggestion</source>
39+
<target>Попитайте вашият мениджър или системен администратор да ви позволи достъп до този ресурс.</target>
40+
</trans-unit>
41+
<trans-unit id="http_error_404.description">
42+
<source>http_error_404.description</source>
43+
<target>Страницата която търсите не е намерена.</target>
44+
</trans-unit>
45+
<trans-unit id="http_error_404.suggestion">
46+
<source>http_error_404.suggestion</source>
47+
<target><![CDATA[Проверете за правописни грешки в URL адреса или <a href="%url%">се върнете в началната страница</a>.]]></target>
48+
</trans-unit>
49+
<trans-unit id="http_error_500.description">
50+
<source>http_error_500.description</source>
51+
<target>Възникна вътрешно сървърна грешка.</target>
52+
</trans-unit>
53+
<trans-unit id="http_error_500.suggestion">
54+
<source>http_error_500.suggestion</source>
55+
<target><![CDATA[Опитайте да заредите тази страница отново след няколко минути или <a href="%url%">се върнете в началната страница</a>.]]></target>
56+
</trans-unit>
57+
<trans-unit id="title.homepage">
58+
<source>title.homepage</source>
59+
<target><![CDATA[Добре дошли в <strong>Symfony Demo</strong> приложението]]></target>
60+
</trans-unit>
61+
<trans-unit id="title.source_code">
62+
<source>title.source_code</source>
63+
<target>Изходен код, използван за изобразяване на тази страница</target>
64+
</trans-unit>
65+
<trans-unit id="title.controller_code">
66+
<source>title.controller_code</source>
67+
<target>Код на контролера</target>
68+
</trans-unit>
69+
<trans-unit id="title.twig_template_code">
70+
<source>title.twig_template_code</source>
71+
<target>Twig темплейт код</target>
72+
</trans-unit>
73+
<trans-unit id="title.login">
74+
<source>title.login</source>
75+
<target>Сигурен вход</target>
76+
</trans-unit>
77+
<trans-unit id="title.post_list">
78+
<source>title.post_list</source>
79+
<target>Списък с публикации</target>
80+
</trans-unit>
81+
<trans-unit id="title.edit_post">
82+
<source>title.edit_post</source>
83+
<target>Редактиране на публикация #%id%</target>
84+
</trans-unit>
85+
<trans-unit id="title.add_comment">
86+
<source>title.add_comment</source>
87+
<target>Добавяне на коментар</target>
88+
</trans-unit>
89+
<trans-unit id="title.comment_error">
90+
<source>title.comment_error</source>
91+
<target>Възникна грешка докато се публикуваше вашият коментар</target>
92+
</trans-unit>
93+
<trans-unit id="action.show">
94+
<source>action.show</source>
95+
<target>Покажи</target>
96+
</trans-unit>
97+
<trans-unit id="action.show_post">
98+
<source>action.show_post</source>
99+
<target>Покажи публикацията</target>
100+
</trans-unit>
101+
<trans-unit id="action.show_code">
102+
<source>action.show_code</source>
103+
<target>Покажи кода</target>
104+
</trans-unit>
105+
<trans-unit id="action.edit">
106+
<source>action.edit</source>
107+
<target>Редактирай</target>
108+
</trans-unit>
109+
<trans-unit id="action.edit_post">
110+
<source>action.edit_post</source>
111+
<target>Редактиране на публикация</target>
112+
</trans-unit>
113+
<trans-unit id="action.save">
114+
<source>action.save</source>
115+
<target>Запази промените</target>
116+
</trans-unit>
117+
<trans-unit id="action.delete_post">
118+
<source>action.delete_post</source>
119+
<target>Изтрии публикацията</target>
120+
</trans-unit>
121+
<trans-unit id="delete_post_modal.title">
122+
<source>delete_post_modal.title</source>
123+
<target>Сигурни ли сте, че искате да изтриете тази публикация?</target>
124+
</trans-unit>
125+
<trans-unit id="delete_post_modal.body">
126+
<source>delete_post_modal.body</source>
127+
<target>Това действие не може да бъде отменено.</target>
128+
</trans-unit>
129+
<trans-unit id="label.delete_post">
130+
<source>label.delete_post</source>
131+
<target>Изтрии публикация</target>
132+
</trans-unit>
133+
<trans-unit id="label.cancel">
134+
<source>label.cancel</source>
135+
<target>Отказ</target>
136+
</trans-unit>
137+
<trans-unit id="action.create_post">
138+
<source>action.create_post</source>
139+
<target>Нова публикация</target>
140+
</trans-unit>
141+
<trans-unit id="label.create_post">
142+
<source>label.create_post</source>
143+
<target>Създайте публикация</target>
144+
</trans-unit>
145+
<trans-unit id="label.save_and_create_new">
146+
<source>label.save_and_create_new</source>
147+
<target>Запазване и създаване на нова</target>
148+
</trans-unit>
149+
<trans-unit id="action.back_to_list">
150+
<source>action.back_to_list</source>
151+
<target>Върнете се в списъка с публикации</target>
152+
</trans-unit>
153+
<trans-unit id="action.publish_comment">
154+
<source>action.publish_comment</source>
155+
<target>Публикуване на коментара</target>
156+
</trans-unit>
157+
<trans-unit id="action.sign_in">
158+
<source>action.sign_in</source>
159+
<target>Вход</target>
160+
</trans-unit>
161+
<trans-unit id="action.browse_app">
162+
<source>action.browse_app</source>
163+
<target>Прегледайте приложението</target>
164+
</trans-unit>
165+
<trans-unit id="action.browse_admin">
166+
<source>action.browse_admin</source>
167+
<target>Прегледайте бекенда</target>
168+
</trans-unit>
169+
<trans-unit id="label.title">
170+
<source>label.title</source>
171+
<target>Заглавие</target>
172+
</trans-unit>
173+
<trans-unit id="label.author">
174+
<source>label.author</source>
175+
<target>Автор</target>
176+
</trans-unit>
177+
<trans-unit id="label.author_email">
178+
<source>label.author_email</source>
179+
<target>Автор email</target>
180+
</trans-unit>
181+
<trans-unit id="label.username">
182+
<source>label.username</source>
183+
<target>Потребителско има</target>
184+
</trans-unit>
185+
<trans-unit id="label.password">
186+
<source>label.password</source>
187+
<target>Парола</target>
188+
</trans-unit>
189+
<trans-unit id="label.role">
190+
<source>label.role</source>
191+
<target>Роля</target>
192+
</trans-unit>
193+
<trans-unit id="label.content">
194+
<source>label.content</source>
195+
<target>Съдържание</target>
196+
</trans-unit>
197+
<trans-unit id="label.summary">
198+
<source>label.summary</source>
199+
<target>Обобщение</target>
200+
</trans-unit>
201+
<trans-unit id="label.published_at">
202+
<source>label.published_at</source>
203+
<target>Публикувано на</target>
204+
</trans-unit>
205+
<trans-unit id="label.tags">
206+
<source>label.tags</source>
207+
<target>Тагове</target>
208+
</trans-unit>
209+
<trans-unit id="label.actions">
210+
<source>label.actions</source>
211+
<target>Деиствия</target>
212+
</trans-unit>
213+
<trans-unit id="title.post_new">
214+
<source>title.post_new</source>
215+
<target>Създаване на публикация</target>
216+
</trans-unit>
217+
<trans-unit id="action.edit_contents">
218+
<source>action.edit_contents</source>
219+
<target>Редактиране</target>
220+
</trans-unit>
221+
<trans-unit id="menu.toggle_nav">
222+
<source>menu.toggle_nav</source>
223+
<target>Превключване на менюто</target>
224+
</trans-unit>
225+
<trans-unit id="menu.choose_language">
226+
<source>menu.choose_language</source>
227+
<target>Изберете език</target>
228+
</trans-unit>
229+
<trans-unit id="menu.post_list">
230+
<source>menu.post_list</source>
231+
<target>Списък с публикации</target>
232+
</trans-unit>
233+
<trans-unit id="menu.back_to_blog">
234+
<source>menu.back_to_blog</source>
235+
<target>Назад към блога</target>
236+
</trans-unit>
237+
<trans-unit id="menu.homepage">
238+
<source>menu.homepage</source>
239+
<target>Начална страница</target>
240+
</trans-unit>
241+
<trans-unit id="menu.admin">
242+
<source>menu.admin</source>
243+
<target>Бекенд</target>
244+
</trans-unit>
245+
<trans-unit id="menu.logout">
246+
<source>menu.logout</source>
247+
<target>Изход</target>
248+
</trans-unit>
249+
<trans-unit id="menu.rss">
250+
<source>menu.rss</source>
251+
<target>Блог публикации RSS</target>
252+
</trans-unit>
253+
<trans-unit id="menu.search">
254+
<source>menu.search</source>
255+
<target>Търсене</target>
256+
</trans-unit>
257+
<trans-unit id="post.to_publish_a_comment">
258+
<source>post.to_publish_a_comment</source>
259+
<target>за да публикувате коментар</target>
260+
</trans-unit>
261+
<trans-unit id="post.num_comments">
262+
<source>post.num_comments</source>
263+
<target>%count% коментар|%count% коментари</target>
264+
</trans-unit>
265+
<trans-unit id="post.commented_on">
266+
<source>post.commented_on</source>
267+
<target>коментирано на</target>
268+
</trans-unit>
269+
<trans-unit id="post.no_comments">
270+
<source>post.no_comments</source>
271+
<target>Бъдете първият, който ще напише коментар към публикациата.</target>
272+
</trans-unit>
273+
<trans-unit id="post.no_posts_found">
274+
<source>post.no_posts_found</source>
275+
<target>Не са намерени публикации.</target>
276+
</trans-unit>
277+
<trans-unit id="post.created_successfully">
278+
<source>post.created_successfully</source>
279+
<target>Публикацията беше създадена успешно!</target>
280+
</trans-unit>
281+
<trans-unit id="post.updated_successfully">
282+
<source>post.updated_successfully</source>
283+
<target>Публикацията беше редактирана успешно!</target>
284+
</trans-unit>
285+
<trans-unit id="post.deleted_successfully">
286+
<source>post.deleted_successfully</source>
287+
<target>Публикацията беше изтрита успешно!</target>
288+
</trans-unit>
289+
<trans-unit id="post.search_for">
290+
<source>post.search_for</source>
291+
<target>Търсене за...</target>
292+
</trans-unit>
293+
<trans-unit id="post.search_no_results">
294+
<source>post.search_no_results</source>
295+
<target>Няма намерени резултати</target>
296+
</trans-unit>
297+
<trans-unit id="notification.comment_created">
298+
<source>notification.comment_created</source>
299+
<target>Публикацията ви получи коментар!</target>
300+
</trans-unit>
301+
<trans-unit id="notification.comment_created.description">
302+
<source>notification.comment_created.description</source>
303+
<target><![CDATA[Вашата публикация "%title%" получи нов коментар. Можете да прочетете коментара, като последвате <a href="%link%">този линк</a>]]></target>
304+
</trans-unit>
305+
<trans-unit id="help.app_description">
306+
<source>help.app_description</source>
307+
<target><![CDATA[Това е <strong>примерно приложение</strong> създатено със Symfony Framework за да илюстрира препоръчителния начин за разработка със Symfony.]]></target>
308+
</trans-unit>
309+
<trans-unit id="help.show_code">
310+
<source>help.show_code</source>
311+
<target><![CDATA[Кликнете върху този бутон, за да покажете изходния код на <strong>Контролера</strong> и <strong>темплейта</strong> използвани за показването на тази страница.]]></target>
312+
</trans-unit>
313+
<trans-unit id="help.browse_app">
314+
<source>help.browse_app</source>
315+
<target><![CDATA[Посетете <strong>публичната секция</strong> на примерното приложение.]]></target>
316+
</trans-unit>
317+
<trans-unit id="help.browse_admin">
318+
<source>help.browse_admin</source>
319+
<target><![CDATA[Посетете <strong>административният панел</strong> на примерното приложение.]]></target>
320+
</trans-unit>
321+
<trans-unit id="help.login_users">
322+
<source>help.login_users</source>
323+
<target>Опитайте някой от следните потребители</target>
324+
</trans-unit>
325+
<trans-unit id="help.role_user">
326+
<source>help.role_user</source>
327+
<target>обикновен потребител</target>
328+
</trans-unit>
329+
<trans-unit id="help.role_admin">
330+
<source>help.role_admin</source>
331+
<target>администратор</target>
332+
</trans-unit>
333+
<trans-unit id="help.reload_fixtures">
334+
<source>help.reload_fixtures</source>
335+
<target>Ако тези потребители не работят, презаредете приложението като използвате следната команда от терминала:</target>
336+
</trans-unit>
337+
<trans-unit id="help.add_user">
338+
<source>help.add_user</source>
339+
<target>Ако искате да създадете нови потребители, изпълнете тази друга команда:</target>
340+
</trans-unit>
341+
<trans-unit id="help.more_information">
342+
<source>help.more_information</source>
343+
<target><![CDATA[За повече информация, посетете <a href="https://symfony.com/doc">Symfony документацията</a>.]]></target>
344+
</trans-unit>
345+
<trans-unit id="rss.title">
346+
<source>rss.title</source>
347+
<target>Symfony Demo блог</target>
348+
</trans-unit>
349+
<trans-unit id="rss.description">
350+
<source>rss.description</source>
351+
<target>Най-новите публикации, публикувани на блога на Symfony Demo</target>
352+
</trans-unit>
353+
</body>
354+
</file>
355+
</xliff>

0 commit comments

Comments
 (0)