Initial commit
This commit is contained in:
28
application/Espo/Resources/i18n/pl_PL/DynamicLogic.json
Normal file
28
application/Espo/Resources/i18n/pl_PL/DynamicLogic.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"options": {
|
||||
"operators": {
|
||||
"equals": "Równa się",
|
||||
"notEquals": "Nie równa się",
|
||||
"greaterThan": "Większy niż",
|
||||
"lessThan": "Mniejszy niż",
|
||||
"greaterThanOrEquals": "Większy lub równy",
|
||||
"lessThanOrEquals": "Mniejszy lub równy",
|
||||
"in": "W",
|
||||
"notIn": "Nie w",
|
||||
"inPast": "W przeszłości",
|
||||
"inFuture": "Przyszłościowe",
|
||||
"isToday": "Dziś",
|
||||
"isTrue": "Prawda",
|
||||
"isFalse": "Fałsz",
|
||||
"isEmpty": "Pusty",
|
||||
"isNotEmpty": "Nie jest pusty",
|
||||
"contains": "Zawiera",
|
||||
"has": "Zawiera",
|
||||
"notContains": "Nie zawiera",
|
||||
"notHas": "Nie zawiera"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Field": "Pole"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user