|
57 | 57 | <source>paginator.counter</source> |
58 | 58 | <target><![CDATA[<strong>%start%</strong>–<strong>%end%</strong> от <strong>%results%</strong>]]></target> |
59 | 59 | </trans-unit> |
| 60 | + <trans-unit id="paginator.results"> |
| 61 | + <source>paginator.results</source> |
| 62 | + <target><![CDATA[{0} Няма резултати|{1} <strong>1</strong> резултат|]1,Inf] <strong>%count%</strong> резултата]]></target> |
| 63 | + </trans-unit> |
60 | 64 |
|
61 | 65 | <!-- labels --> |
62 | 66 | <trans-unit id="label.true"> |
|
109 | 113 | <source>user.signout</source> |
110 | 114 | <target>Изход</target> |
111 | 115 | </trans-unit> |
112 | | - |
| 116 | + <trans-unit id="user.exit_impersonation"> |
| 117 | + <source>user.exit_impersonation</source> |
| 118 | + <target>Изход от представянето</target> |
| 119 | + </trans-unit> |
| 120 | + |
113 | 121 | <!-- misc. elements --> |
114 | 122 | <trans-unit id="delete_modal.title"> |
115 | 123 | <source>delete_modal.title</source> |
|
147 | 155 | <source>form.are_you_sure</source> |
148 | 156 | <target>Не сте записали направените във формуляра промени.</target> |
149 | 157 | </trans-unit> |
| 158 | + <trans-unit id="form.tab.error_badge_title"> |
| 159 | + <source>form.tab.error_badge_title</source> |
| 160 | + <target>Едно невалидно поле|%count% невалидни полета</target> |
| 161 | + </trans-unit> |
150 | 162 | <trans-unit id="show.remaining_items"> |
151 | 163 | <source>show.remaining_items</source> |
152 | 164 | <target><![CDATA[{1} има още един елемент, който не е показан в списъка|]1,Inf] още %count% елемента не са показани в списъка]]></target> |
153 | 165 | </trans-unit> |
| 166 | + |
| 167 | + <!-- Exceptions --> |
| 168 | + <trans-unit id="exception.entity_not_found"> |
| 169 | + <source>exception.entity_not_found</source> |
| 170 | + <target>Този елемент вече не е налице.</target> |
| 171 | + </trans-unit> |
| 172 | + <trans-unit id="exception.entity_remove"> |
| 173 | + <source>exception.entity_remove</source> |
| 174 | + <target>Този елемент не може да бъде изтрит, защото други елементи зависят от него.</target> |
| 175 | + </trans-unit> |
| 176 | + <trans-unit id="exception.forbidden_action"> |
| 177 | + <source>exception.forbidden_action</source> |
| 178 | + <target>Заявеното действие не може да се изпълни за този елемент.</target> |
| 179 | + </trans-unit> |
| 180 | + <trans-unit id="exception.no_entities_configured"> |
| 181 | + <source>exception.no_entities_configured</source> |
| 182 | + <target>Приложението не е конфигурирано правилно.</target> |
| 183 | + </trans-unit> |
| 184 | + <trans-unit id="exception.undefined_entity"> |
| 185 | + <source>exception.undefined_entity</source> |
| 186 | + <target>Приложението не е конфигурирано правилно за този вид елементи.</target> |
| 187 | + </trans-unit> |
154 | 188 | </body> |
155 | 189 | </file> |
156 | 190 | </xliff> |
0 commit comments