Files
espocrm/application/Espo/Resources/i18n/bg_BG/Template.json
bsiggel 127fa6503b chore: Update copyright year from 2025 to 2026 across core files
- Updated copyright headers in 3,055 core application files
- Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026'
- Added 123 new files from EspoCRM core updates
- Removed 4 deprecated files
- Total changes: 61,637 insertions, 54,283 deletions

This is a routine maintenance update for the new year 2026.
2026-02-07 16:05:21 +01:00

51 lines
1.9 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": "Стил",
"status": "Статус"
},
"labels": {
"Create Template": "Създаване на шаблон"
},
"tooltips": {
"footer": "Използвайте {pageNumber} за отпечатване на номера на страницата.",
"variables": "Копирайте и поставете необходимия placeholder в хедъра, съдържанието или футъра."
},
"options": {
"pageOrientation": {
"Portrait": "Портрет",
"Landscape": "Пейзаж"
},
"placeholders": {
"today": "Днес (дата)",
"now": "Сега (дата-час)",
"pagebreak": "Разделител на страница"
},
"pageFormat": {
"Custom": "Персонализиран"
},
"status": {
"Active": "Активен",
"Inactive": "Неактивен"
}
}
}