Files
espocrm/application/Espo/Resources/i18n/bg_BG/Template.json
2026-01-19 17:46:06 +01:00

46 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"fields": {
"name": "Име",
"body": "Съдържание",
"entityType": "Тип на обекта",
"header": "Хедър",
"footer": "Футър",
"leftMargin": "Отстояние от ляво",
"topMargin": "Отстояние от горе",
"rightMargin": "Отстояние от дясно",
"bottomMargin": "Отстояние от долу",
"printFooter": "Показване на футъра",
"footerPosition": "Позиция на футъра",
"variables": "Налични placeholders",
"pageOrientation": "Ориентация на страницата",
"pageFormat": "Хартиен формат",
"fontFace": "Шрифт",
"pageWidth": "Ширина на страницата (mm)",
"pageHeight": "Височина на страницата (mm)",
"headerPosition": "Позиция на хедъра",
"printHeader": "Принтирай хедъра",
"title": "Заглавие",
"style": "Стил"
},
"labels": {
"Create Template": "Създаване на шаблон"
},
"tooltips": {
"footer": "Използвайте {pageNumber} за отпечатване на номера на страницата.",
"variables": "Копирайте и поставете необходимия placeholder в хедъра, съдържанието или футъра."
},
"options": {
"pageOrientation": {
"Portrait": "Портрет",
"Landscape": "Пейзаж"
},
"placeholders": {
"today": "Днес (дата)",
"now": "Сега (дата-час)",
"pagebreak": "Разделител на страница"
},
"pageFormat": {
"Custom": "Персонализиран"
}
}
}