This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/i18n/pl_PL/LayoutManager.json
T
2018-05-18 14:40:41 +03:00

21 lines
407 B
JSON

{
"fields": {
"width": "Szerokość (%)",
"notSortable": "Niesortowalne",
"align": "Wyrównanie",
"panelName": "Nazwa panelu",
"style": "Styl"
},
"options": {
"align": {
"left": "Lewy",
"right": "Prawy"
},
"style": {
"success": "Powodzenie",
"danger": "Niebezpieczeństwo",
"info": "Informacje",
"warning": "Ostrzeżenie"
}
}
}