-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | ||
<file source-language="en" target-language="bg" datatype="plaintext" original="EasyAdminBundle.en.xliff"> | ||
<body> | ||
<!-- generic actions displayed on buttons and links --> | ||
<trans-unit id="action.new"> | ||
<source>action.new</source> | ||
<target>Добавяне на %entity_name%</target> | ||
</trans-unit> | ||
<trans-unit id="action.show"> | ||
<source>action.show</source> | ||
<target>Преглед</target> | ||
</trans-unit> | ||
<trans-unit id="action.edit"> | ||
<source>action.edit</source> | ||
<target>Редактиране</target> | ||
</trans-unit> | ||
<trans-unit id="action.search"> | ||
<source>action.search</source> | ||
<target>Търсене</target> | ||
</trans-unit> | ||
<trans-unit id="action.delete"> | ||
<source>action.delete</source> | ||
<target>Изтриване</target> | ||
</trans-unit> | ||
<trans-unit id="action.save_changes"> | ||
<source>action.save_changes</source> | ||
<target>Запис</target> | ||
</trans-unit> | ||
<trans-unit id="action.cancel"> | ||
<source>action.cancel</source> | ||
<target>Отказ</target> | ||
</trans-unit> | ||
<trans-unit id="action.back_to_listing"> | ||
<source>action.back_to_listing</source> | ||
<target>Обратно към списъка</target> | ||
</trans-unit> | ||
|
||
<!-- page titles --> | ||
<trans-unit id="new.page_title"> | ||
<source>new.page_title</source> | ||
<target>Създаване на %entity_name%</target> | ||
</trans-unit> | ||
<trans-unit id="show.page_title"> | ||
<source>show.page_title</source> | ||
<target>%entity_name% (#%entity_id%)</target> | ||
</trans-unit> | ||
<trans-unit id="edit.page_title"> | ||
<source>edit.page_title</source> | ||
<target>Редактиране на %entity_name% (#%entity_id%)</target> | ||
</trans-unit> | ||
<trans-unit id="list.page_title"> | ||
<source>list.page_title</source> | ||
<target>%entity_name%</target> | ||
</trans-unit> | ||
<trans-unit id="search.page_title"> | ||
<source>search.page_title</source> | ||
<target><![CDATA[{0} Няма резултати|{1} Един резултат|]1,Inf] <strong>%count%</strong> резултата]]></target> | ||
</trans-unit> | ||
|
||
<!-- 'search' action --> | ||
<trans-unit id="search.no_results"> | ||
<source>search.no_results</source> | ||
<target>Няма резултати.</target> | ||
</trans-unit> | ||
|
||
<!-- 'list' action --> | ||
<trans-unit id="list.row_actions"> | ||
<source>list.row_actions</source> | ||
<target>Действия</target> | ||
</trans-unit> | ||
<trans-unit id="list.search_placeholder"> | ||
<source>list.search_placeholder</source> | ||
<target>Търсене</target> | ||
</trans-unit> | ||
|
||
<!-- paginator --> | ||
<trans-unit id="paginator.first"> | ||
<source>paginator.first</source> | ||
<target>Първа</target> | ||
</trans-unit> | ||
<trans-unit id="paginator.previous"> | ||
<source>paginator.previous</source> | ||
<target>Предишна</target> | ||
</trans-unit> | ||
<trans-unit id="paginator.next"> | ||
<source>paginator.next</source> | ||
<target>Следваща</target> | ||
</trans-unit> | ||
<trans-unit id="paginator.last"> | ||
<source>paginator.last</source> | ||
<target>Последна</target> | ||
</trans-unit> | ||
<trans-unit id="paginator.counter"> | ||
<source>paginator.counter</source> | ||
<target><![CDATA[<strong>%start%</strong>–<strong>%end%</strong> от <strong>%results%</strong>]]></target> | ||
</trans-unit> | ||
|
||
<!-- misc. elements --> | ||
<trans-unit id="header.close"> | ||
<source>header.close</source> | ||
<target>Затваряне</target> | ||
</trans-unit> | ||
<trans-unit id="header.logged_in_as"> | ||
<source>header.logged_in_as</source> | ||
<target>Влезли сте като</target> | ||
</trans-unit> | ||
<trans-unit id="delete_modal.title"> | ||
<source>delete_modal.title</source> | ||
<target>Наистина ли желаете да изтриете записа?</target> | ||
</trans-unit> | ||
<trans-unit id="delete_modal.content"> | ||
<source>delete_modal.content</source> | ||
<target>Това действие е необратимо.</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |