Skip to content

Commit

Permalink
📦 Version 4.7.12+20240726.1436 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LSS-Manager-Bot committed Jul 26, 2024
1 parent 3d943fa commit 58aacff
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 193 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lss-manager-v4",
"version": "4.7.12+20240726.0643",
"version": "4.7.12+20240726.1436",
"license": "CC-BY-NC-SA-4.0",
"scripts": {
"quickbuild": "./build/build.sh --quick",
Expand Down
5 changes: 1 addition & 4 deletions src/modules/asyncButtons/i18n/cs_CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"title": "Propustit?"
}
},
"buildings": {
"active": "Připraven",
"nonactive": "Nepřipraven"
},
"buildings": { "active": "Připraven", "nonactive": "Nepřipraven" },
"deleteARR": {
"deleteModal": {
"btnCancel": "Zrušit",
Expand Down
21 changes: 12 additions & 9 deletions src/modules/buildingListFilter/i18n/cs_CZ.root.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
{
"default": [
{ "ids": [0, 18], "name": "Požární Stanice" },
{ "ids": [6, 19], "name": "Policie" },
{ "ids": [21], "name": "Pyrotechnici" },
{ "ids": [13], "name": "PČR Heli" },
{ "ids": [25], "name": "PČR Stáje" },
{ "ids": [6, 19], "name": "Policie" },
{ "ids": [21], "name": "Pyrotechnici" },
{ "ids": [13], "name": "PČR Heli" },
{ "ids": [25], "name": "PČR Stáje" },
{ "ids": [2, 20], "name": "Záchranáři" },
{ "ids": [4], "name": "Nemocnice" },
{ "ids": [5], "name": "RZS Heli" },
{ "ids": [4], "name": "Nemocnice" },
{ "ids": [5], "name": "RZS Heli" },
{ "ids": [1, 3, 8, 22], "name": "Škola" },
{ "ids": [7], "name": "Operační Středisko" },
{ "ids": [15], "name": "Vodní Záchranná služba" },
{ "ids": [23, 24], "name": "Komplexy Budov" }
{ "ids": [15], "name": "Vodní Záchranná služba" },
{ "ids": [23, 24], "name": "Komplexy Budov" }
],
"description": "Přizpůsobte filtry seznamu budov!",
"lssmComplex": "Komplex Budov LSSM",
"name": "Přizpůsobitelný seznam budov",
"settings": {
"buildings": "Typy Budov",
"contentType": { "labels": ["Text", "Ikona"], "title": "Text nebo Ikona?" },
"contentType": {
"labels": ["Text", "Ikona"],
"title": "Text nebo Ikona?"
},
"filters": {
"description": "Zde nastavte filtry. Místo textu můžete také určit ikonu, zde si můžete vybrat <a href=\"{fontAwesomeIconSearch}\" target=\"_blank\">bezplatné ikony z Font-Awesome</a>. Stačí zadat název ikony. Živý náhled vám poté zobrazí ikonu.",
"title": "Filtry"
Expand Down
Loading

0 comments on commit 58aacff

Please sign in to comment.