@adminiumjs/i18n 0.1.2 → 0.2.2-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. package/dist/a11y-keys.d.ts +17 -0
  2. package/dist/a11y-keys.d.ts.map +1 -0
  3. package/dist/a11y-keys.js +479 -0
  4. package/dist/a11y-keys.js.map +1 -0
  5. package/dist/create-i18n.d.ts.map +1 -1
  6. package/dist/create-i18n.js +38 -4
  7. package/dist/create-i18n.js.map +1 -1
  8. package/dist/editing.d.ts +17 -0
  9. package/dist/editing.d.ts.map +1 -0
  10. package/dist/editing.js +17 -0
  11. package/dist/editing.js.map +1 -0
  12. package/dist/fallback.d.ts +24 -0
  13. package/dist/fallback.d.ts.map +1 -0
  14. package/dist/fallback.js +41 -0
  15. package/dist/fallback.js.map +1 -0
  16. package/dist/format/index.d.ts.map +1 -1
  17. package/dist/format/index.js +1 -0
  18. package/dist/format/index.js.map +1 -1
  19. package/dist/format-errors.d.ts +41 -0
  20. package/dist/format-errors.d.ts.map +1 -0
  21. package/dist/format-errors.js +64 -0
  22. package/dist/format-errors.js.map +1 -0
  23. package/dist/icu-format.d.ts +4 -0
  24. package/dist/icu-format.d.ts.map +1 -1
  25. package/dist/icu-format.js +44 -3
  26. package/dist/icu-format.js.map +1 -1
  27. package/dist/index.d.ts +10 -2
  28. package/dist/index.d.ts.map +1 -1
  29. package/dist/index.js +15 -1
  30. package/dist/index.js.map +1 -1
  31. package/dist/keys.d.ts +33 -0
  32. package/dist/keys.d.ts.map +1 -0
  33. package/dist/keys.js +78 -0
  34. package/dist/keys.js.map +1 -0
  35. package/dist/locales.d.ts +106 -13
  36. package/dist/locales.d.ts.map +1 -1
  37. package/dist/locales.js +147 -17
  38. package/dist/locales.js.map +1 -1
  39. package/dist/overrides.d.ts +62 -0
  40. package/dist/overrides.d.ts.map +1 -0
  41. package/dist/overrides.js +113 -0
  42. package/dist/overrides.js.map +1 -0
  43. package/dist/react.d.ts +6 -0
  44. package/dist/react.d.ts.map +1 -1
  45. package/dist/react.js +18 -26
  46. package/dist/react.js.map +1 -1
  47. package/dist/resources/ar-eg/common.d.ts +786 -3
  48. package/dist/resources/ar-eg/common.d.ts.map +1 -1
  49. package/dist/resources/ar-eg/common.js +813 -29
  50. package/dist/resources/ar-eg/common.js.map +1 -1
  51. package/dist/resources/ar-eg/errors.d.ts +1 -0
  52. package/dist/resources/ar-eg/errors.d.ts.map +1 -1
  53. package/dist/resources/ar-eg/errors.js +2 -0
  54. package/dist/resources/ar-eg/errors.js.map +1 -1
  55. package/dist/resources/ar-eg/generated.d.ts.map +1 -1
  56. package/dist/resources/ar-eg/generated.js +1 -0
  57. package/dist/resources/ar-eg/generated.js.map +1 -1
  58. package/dist/resources/ar-eg/studio.d.ts.map +1 -1
  59. package/dist/resources/ar-eg/studio.js +1 -0
  60. package/dist/resources/ar-eg/studio.js.map +1 -1
  61. package/dist/resources/ar-eg/ui.d.ts +586 -586
  62. package/dist/resources/ar-eg/ui.d.ts.map +1 -1
  63. package/dist/resources/ar-eg/ui.js +587 -586
  64. package/dist/resources/ar-eg/ui.js.map +1 -1
  65. package/dist/resources/cs-cz/common.d.ts +786 -3
  66. package/dist/resources/cs-cz/common.d.ts.map +1 -1
  67. package/dist/resources/cs-cz/common.js +811 -27
  68. package/dist/resources/cs-cz/common.js.map +1 -1
  69. package/dist/resources/cs-cz/errors.d.ts +1 -0
  70. package/dist/resources/cs-cz/errors.d.ts.map +1 -1
  71. package/dist/resources/cs-cz/errors.js +2 -0
  72. package/dist/resources/cs-cz/errors.js.map +1 -1
  73. package/dist/resources/cs-cz/generated.d.ts.map +1 -1
  74. package/dist/resources/cs-cz/generated.js +1 -0
  75. package/dist/resources/cs-cz/generated.js.map +1 -1
  76. package/dist/resources/cs-cz/studio.d.ts.map +1 -1
  77. package/dist/resources/cs-cz/studio.js +1 -0
  78. package/dist/resources/cs-cz/studio.js.map +1 -1
  79. package/dist/resources/cs-cz/ui.d.ts +582 -582
  80. package/dist/resources/cs-cz/ui.d.ts.map +1 -1
  81. package/dist/resources/cs-cz/ui.js +583 -582
  82. package/dist/resources/cs-cz/ui.js.map +1 -1
  83. package/dist/resources/da-dk/common.d.ts +787 -4
  84. package/dist/resources/da-dk/common.d.ts.map +1 -1
  85. package/dist/resources/da-dk/common.js +814 -30
  86. package/dist/resources/da-dk/common.js.map +1 -1
  87. package/dist/resources/da-dk/errors.d.ts +1 -0
  88. package/dist/resources/da-dk/errors.d.ts.map +1 -1
  89. package/dist/resources/da-dk/errors.js +2 -0
  90. package/dist/resources/da-dk/errors.js.map +1 -1
  91. package/dist/resources/da-dk/generated.d.ts.map +1 -1
  92. package/dist/resources/da-dk/generated.js +1 -0
  93. package/dist/resources/da-dk/generated.js.map +1 -1
  94. package/dist/resources/da-dk/studio.d.ts.map +1 -1
  95. package/dist/resources/da-dk/studio.js +1 -0
  96. package/dist/resources/da-dk/studio.js.map +1 -1
  97. package/dist/resources/da-dk/ui.d.ts +568 -568
  98. package/dist/resources/da-dk/ui.d.ts.map +1 -1
  99. package/dist/resources/da-dk/ui.js +569 -568
  100. package/dist/resources/da-dk/ui.js.map +1 -1
  101. package/dist/resources/de-de/common.d.ts +790 -7
  102. package/dist/resources/de-de/common.d.ts.map +1 -1
  103. package/dist/resources/de-de/common.js +817 -33
  104. package/dist/resources/de-de/common.js.map +1 -1
  105. package/dist/resources/de-de/errors.d.ts +1 -0
  106. package/dist/resources/de-de/errors.d.ts.map +1 -1
  107. package/dist/resources/de-de/errors.js +2 -0
  108. package/dist/resources/de-de/errors.js.map +1 -1
  109. package/dist/resources/de-de/generated.d.ts.map +1 -1
  110. package/dist/resources/de-de/generated.js +1 -0
  111. package/dist/resources/de-de/generated.js.map +1 -1
  112. package/dist/resources/de-de/studio.d.ts.map +1 -1
  113. package/dist/resources/de-de/studio.js +1 -0
  114. package/dist/resources/de-de/studio.js.map +1 -1
  115. package/dist/resources/de-de/ui.d.ts +569 -569
  116. package/dist/resources/de-de/ui.d.ts.map +1 -1
  117. package/dist/resources/de-de/ui.js +570 -569
  118. package/dist/resources/de-de/ui.js.map +1 -1
  119. package/dist/resources/en-us/common.d.ts +786 -3
  120. package/dist/resources/en-us/common.d.ts.map +1 -1
  121. package/dist/resources/en-us/common.js +813 -29
  122. package/dist/resources/en-us/common.js.map +1 -1
  123. package/dist/resources/en-us/errors.d.ts +1 -0
  124. package/dist/resources/en-us/errors.d.ts.map +1 -1
  125. package/dist/resources/en-us/errors.js +2 -0
  126. package/dist/resources/en-us/errors.js.map +1 -1
  127. package/dist/resources/en-us/generated.d.ts.map +1 -1
  128. package/dist/resources/en-us/generated.js +1 -0
  129. package/dist/resources/en-us/generated.js.map +1 -1
  130. package/dist/resources/en-us/studio.d.ts.map +1 -1
  131. package/dist/resources/en-us/studio.js +1 -0
  132. package/dist/resources/en-us/studio.js.map +1 -1
  133. package/dist/resources/en-us/ui.d.ts.map +1 -1
  134. package/dist/resources/en-us/ui.js +1 -0
  135. package/dist/resources/en-us/ui.js.map +1 -1
  136. package/dist/resources/fr-fr/common.d.ts +788 -5
  137. package/dist/resources/fr-fr/common.d.ts.map +1 -1
  138. package/dist/resources/fr-fr/common.js +815 -31
  139. package/dist/resources/fr-fr/common.js.map +1 -1
  140. package/dist/resources/fr-fr/errors.d.ts +1 -0
  141. package/dist/resources/fr-fr/errors.d.ts.map +1 -1
  142. package/dist/resources/fr-fr/errors.js +2 -0
  143. package/dist/resources/fr-fr/errors.js.map +1 -1
  144. package/dist/resources/fr-fr/generated.d.ts.map +1 -1
  145. package/dist/resources/fr-fr/generated.js +1 -0
  146. package/dist/resources/fr-fr/generated.js.map +1 -1
  147. package/dist/resources/fr-fr/studio.d.ts.map +1 -1
  148. package/dist/resources/fr-fr/studio.js +1 -0
  149. package/dist/resources/fr-fr/studio.js.map +1 -1
  150. package/dist/resources/fr-fr/ui.d.ts +559 -559
  151. package/dist/resources/fr-fr/ui.d.ts.map +1 -1
  152. package/dist/resources/fr-fr/ui.js +560 -559
  153. package/dist/resources/fr-fr/ui.js.map +1 -1
  154. package/dist/resources/index.d.ts.map +1 -1
  155. package/dist/resources/index.js +1 -0
  156. package/dist/resources/index.js.map +1 -1
  157. package/dist/resources/lazy.d.ts.map +1 -1
  158. package/dist/resources/lazy.js.map +1 -1
  159. package/dist/resources/zh-cn/common.d.ts +787 -4
  160. package/dist/resources/zh-cn/common.d.ts.map +1 -1
  161. package/dist/resources/zh-cn/common.js +814 -30
  162. package/dist/resources/zh-cn/common.js.map +1 -1
  163. package/dist/resources/zh-cn/errors.d.ts +1 -0
  164. package/dist/resources/zh-cn/errors.d.ts.map +1 -1
  165. package/dist/resources/zh-cn/errors.js +2 -0
  166. package/dist/resources/zh-cn/errors.js.map +1 -1
  167. package/dist/resources/zh-cn/generated.d.ts.map +1 -1
  168. package/dist/resources/zh-cn/generated.js +1 -0
  169. package/dist/resources/zh-cn/generated.js.map +1 -1
  170. package/dist/resources/zh-cn/studio.d.ts.map +1 -1
  171. package/dist/resources/zh-cn/studio.js +1 -0
  172. package/dist/resources/zh-cn/studio.js.map +1 -1
  173. package/dist/resources/zh-cn/ui.d.ts +575 -575
  174. package/dist/resources/zh-cn/ui.d.ts.map +1 -1
  175. package/dist/resources/zh-cn/ui.js +576 -575
  176. package/dist/resources/zh-cn/ui.js.map +1 -1
  177. package/dist/resources/zh-tw/common.d.ts +786 -3
  178. package/dist/resources/zh-tw/common.d.ts.map +1 -1
  179. package/dist/resources/zh-tw/common.js +813 -29
  180. package/dist/resources/zh-tw/common.js.map +1 -1
  181. package/dist/resources/zh-tw/errors.d.ts +1 -0
  182. package/dist/resources/zh-tw/errors.d.ts.map +1 -1
  183. package/dist/resources/zh-tw/errors.js +2 -0
  184. package/dist/resources/zh-tw/errors.js.map +1 -1
  185. package/dist/resources/zh-tw/generated.d.ts.map +1 -1
  186. package/dist/resources/zh-tw/generated.js +1 -0
  187. package/dist/resources/zh-tw/generated.js.map +1 -1
  188. package/dist/resources/zh-tw/studio.d.ts.map +1 -1
  189. package/dist/resources/zh-tw/studio.js +1 -0
  190. package/dist/resources/zh-tw/studio.js.map +1 -1
  191. package/dist/resources/zh-tw/ui.d.ts +575 -575
  192. package/dist/resources/zh-tw/ui.d.ts.map +1 -1
  193. package/dist/resources/zh-tw/ui.js +576 -575
  194. package/dist/resources/zh-tw/ui.js.map +1 -1
  195. package/dist/review-status.d.ts +55 -0
  196. package/dist/review-status.d.ts.map +1 -0
  197. package/dist/review-status.js +60 -0
  198. package/dist/review-status.js.map +1 -0
  199. package/dist/revision.d.ts +35 -0
  200. package/dist/revision.d.ts.map +1 -0
  201. package/dist/revision.js +56 -0
  202. package/dist/revision.js.map +1 -0
  203. package/dist/server.d.ts +36 -0
  204. package/dist/server.d.ts.map +1 -0
  205. package/dist/server.js +36 -0
  206. package/dist/server.js.map +1 -0
  207. package/dist/validate-message.d.ts +57 -0
  208. package/dist/validate-message.d.ts.map +1 -0
  209. package/dist/validate-message.js +179 -0
  210. package/dist/validate-message.js.map +1 -0
  211. package/locales/ar-EG/.meta.json +13246 -0
  212. package/locales/ar-EG/common.json +812 -29
  213. package/locales/ar-EG/errors.json +1 -0
  214. package/locales/ar-EG/ui.json +586 -586
  215. package/locales/cs-CZ/.meta.json +13246 -0
  216. package/locales/cs-CZ/common.json +810 -27
  217. package/locales/cs-CZ/errors.json +1 -0
  218. package/locales/cs-CZ/ui.json +582 -582
  219. package/locales/da-DK/.meta.json +13246 -0
  220. package/locales/da-DK/common.json +813 -30
  221. package/locales/da-DK/errors.json +1 -0
  222. package/locales/da-DK/ui.json +568 -568
  223. package/locales/de-DE/.meta.json +13246 -0
  224. package/locales/de-DE/common.json +816 -33
  225. package/locales/de-DE/errors.json +1 -0
  226. package/locales/de-DE/ui.json +569 -569
  227. package/locales/en-US/common.json +812 -29
  228. package/locales/en-US/errors.json +1 -0
  229. package/locales/fr-FR/.meta.json +13246 -0
  230. package/locales/fr-FR/common.json +814 -31
  231. package/locales/fr-FR/errors.json +1 -0
  232. package/locales/fr-FR/ui.json +559 -559
  233. package/locales/zh-CN/.meta.json +13246 -0
  234. package/locales/zh-CN/common.json +813 -30
  235. package/locales/zh-CN/errors.json +1 -0
  236. package/locales/zh-CN/ui.json +575 -575
  237. package/locales/zh-TW/.meta.json +13246 -0
  238. package/locales/zh-TW/common.json +812 -29
  239. package/locales/zh-TW/errors.json +1 -0
  240. package/locales/zh-TW/ui.json +575 -575
  241. package/package.json +11 -3
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  readonly hidePassword: "Skrýt heslo";
27
27
  readonly reveal: "Odkrýt";
28
28
  readonly hide: "Skrýt";
29
- readonly clearSearch: "Clear search";
29
+ readonly clearSearch: "Vymazat hledání";
30
30
  };
31
31
  readonly state: {
32
32
  readonly loading: "Načítání…";
@@ -69,8 +69,8 @@ declare const _default: {
69
69
  };
70
70
  readonly usageMeter: {
71
71
  readonly description: "Spotřeba kvóty vůči limitu; po překročení vašich prahů se pruh zbarví oranžově a poté červeně.";
72
- readonly usageLabel: "Usage";
73
- readonly ofLabel: "of";
72
+ readonly usageLabel: "Spotřeba";
73
+ readonly ofLabel: "z";
74
74
  };
75
75
  readonly statTileCompact: {
76
76
  readonly description: "Úzká dlaždice metriky s mikropopiskem, čipem trendu a šestipruhovým sparkem — pro husté řady po 4 až 6.";
@@ -87,16 +87,16 @@ declare const _default: {
87
87
  };
88
88
  readonly gaugeArc: {
89
89
  readonly description: "Oblouk tachometru s kvalitativními pásmy a ručičkou; vykreslí i mřížku ukazatelů.";
90
- readonly emptyTitle: "No gauges to show";
91
- readonly emptyBody: "Services appear here as gauges once there is a reading for them.";
90
+ readonly emptyTitle: "Žádné ukazatele k zobrazení";
91
+ readonly emptyBody: "Služby se zde zobrazí jako ukazatele, jakmile pro bude naměřená hodnota.";
92
92
  };
93
93
  readonly periodComparison: {
94
94
  readonly description: "Toto období proti minulému jako dva pruhy, s rozdílem spočítaným pod nimi.";
95
95
  readonly higherLabel: "více";
96
96
  readonly lowerLabel: "méně";
97
97
  readonly flatLabel: "beze změny";
98
- readonly periodALabel: "This period";
99
- readonly periodBLabel: "Last period";
98
+ readonly periodALabel: "Toto období";
99
+ readonly periodBLabel: "Minulé období";
100
100
  };
101
101
  readonly microKpiSubtitle: {
102
102
  readonly description: "Jednořádková statistika v záhlaví sestavená ze šablony a přepočítávaná ze živého stavu.";
@@ -113,216 +113,216 @@ declare const _default: {
113
113
  readonly description: "Krabicový graf rozpětí číselného sloupce podle kategorie – minimum, kvartily, medián a maximum.";
114
114
  readonly emptyTitle: "Není co vykreslit";
115
115
  readonly emptyBody: "Filtrům neodpovídají žádné řádky pro krabicové grafy.";
116
- readonly chartLabel: "Box plot";
116
+ readonly chartLabel: "Krabicový graf";
117
117
  };
118
118
  readonly violin: {
119
119
  readonly description: "Zrcadlené křivky hustoty porovnávající rozdělení číselného sloupce mezi skupinami.";
120
120
  readonly emptyTitle: "Není co vykreslit";
121
121
  readonly emptyBody: "Filtrům neodpovídají žádné řádky pro profily hustoty.";
122
- readonly chartLabel: "Violin plot";
122
+ readonly chartLabel: "Houslový graf";
123
123
  };
124
124
  readonly ridgeline: {
125
125
  readonly description: "Překrývající se hřebeny hustoty porovnávající číselný sloupec napříč seřazenými skupinami.";
126
126
  readonly emptyTitle: "Není co vykreslit";
127
127
  readonly emptyBody: "Filtrům neodpovídají žádné řádky pro profily hustoty.";
128
- readonly chartLabel: "Ridgeline";
128
+ readonly chartLabel: "Hřebenový graf";
129
129
  };
130
130
  readonly scatterBubble: {
131
131
  readonly description: "Dva číselné sloupce jako body, s volitelnou velikostí bublin a trendovou čarou.";
132
132
  readonly emptyTitle: "Žádné body k vykreslení";
133
133
  readonly emptyBody: "Filtrům neodpovídají žádné řádky pro zvolené sloupce.";
134
- readonly chartLabel: "Scatter plot";
134
+ readonly chartLabel: "Bodový graf";
135
135
  };
136
136
  readonly hexbin: {
137
137
  readonly description: "Šestiúhelníková hustota dvou číselných sloupců, obarvená podle počtu řádků v dlaždici.";
138
138
  readonly emptyTitle: "Žádná hustota k vykreslení";
139
139
  readonly emptyBody: "Filtrům neodpovídají žádné řádky k seskupení.";
140
- readonly chartLabel: "Density hexbin";
140
+ readonly chartLabel: "Šestiúhelníková hustota";
141
141
  };
142
142
  readonly correlationMatrix: {
143
143
  readonly description: "Pearsonova korelace mezi zvolenými číselnými sloupci, od silně kladné po silně zápornou.";
144
144
  readonly emptyTitle: "Není co korelovat";
145
145
  readonly emptyBody: "Vyberte alespoň dva číselné sloupce s odpovídajícími řádky.";
146
- readonly chartLabel: "Correlation matrix";
146
+ readonly chartLabel: "Korelační matice";
147
147
  };
148
148
  readonly parallelCoordinates: {
149
149
  readonly description: "Každý záznam jako čára přes několik normalizovaných číselných os, obarvená podle kategorie.";
150
150
  readonly emptyTitle: "Žádné záznamy k vykreslení";
151
151
  readonly emptyBody: "Filtrům neodpovídají žádné řádky napříč zvolenými osami.";
152
- readonly chartLabel: "Parallel coordinates";
152
+ readonly chartLabel: "Paralelní souřadnice";
153
153
  };
154
- readonly unexpectedShape: "Unexpected data shape.";
154
+ readonly unexpectedShape: "Neočekávaný tvar dat.";
155
155
  readonly lineArea: {
156
- readonly chartLabel: "Line chart";
157
- readonly description: "A metric over time as a line with a soft area fill, with an optional dashed prior-period comparison.";
156
+ readonly chartLabel: "Spojnicový graf";
157
+ readonly description: "Metrika v čase jako čára s jemnou výplní plochy a volitelným čárkovaným srovnáním s předchozím obdobím.";
158
158
  };
159
159
  readonly bar: {
160
- readonly chartLabel: "Bar chart";
161
- readonly description: "Categorical or time-bucketed values as vertical bars, with an optional highlight on the largest or current bar.";
160
+ readonly chartLabel: "Sloupcový graf";
161
+ readonly description: "Kategoriální nebo časově seskupené hodnoty jako svislé sloupce, s volitelným zvýrazněním největšího nebo aktuálního sloupce.";
162
162
  };
163
163
  readonly donut: {
164
- readonly chartLabel: "Donut chart";
165
- readonly otherLabel: "Other";
166
- readonly description: "Category shares as donut slices with a legend and centre total, folding small slices into an Other bucket.";
164
+ readonly chartLabel: "Prstencový graf";
165
+ readonly otherLabel: "Ostatní";
166
+ readonly description: "Podíly kategorií jako výseče prstence s legendou a součtem uprostřed; malé výseče se slučují do položky Ostatní.";
167
167
  };
168
168
  readonly bullet: {
169
- readonly chartLabel: "Bullet chart";
170
- readonly description: "Progress toward a goal as a measure bar over qualitative bands, with a target tick per row.";
171
- readonly emptyTitle: "No goals to track";
172
- readonly emptyBody: "Add measures with targets to compare against.";
169
+ readonly chartLabel: "Bullet graf";
170
+ readonly description: "Postup k cíli jako pruh měřené hodnoty nad kvalitativními pásmy, se značkou cíle na každém řádku.";
171
+ readonly emptyTitle: "Žádné cíle ke sledování";
172
+ readonly emptyBody: "Přidejte měřené hodnoty s cíli, se kterými je lze porovnat.";
173
173
  };
174
174
  readonly rankingBars: {
175
- readonly chartLabel: "Ranking";
176
- readonly description: "A top-N ranking as horizontal bars the leader at full strength, the rest dimmed with values alongside.";
177
- readonly emptyTitle: "Nothing to rank";
178
- readonly emptyBody: "No records matched this breakdown yet.";
175
+ readonly chartLabel: "Žebříček";
176
+ readonly description: "Žebříček nejlepších jako vodorovné pruhyvedoucí položka v plné sytosti, ostatní ztlumenés hodnotami po straně.";
177
+ readonly emptyTitle: "Není co řadit";
178
+ readonly emptyBody: "Tomuto rozpadu zatím neodpovídají žádné záznamy.";
179
179
  };
180
180
  readonly pareto: {
181
- readonly chartLabel: "Pareto chart";
182
- readonly description: "Sorted category bars under a cumulative-percent line, with an optional 80% cutline.";
183
- readonly emptyTitle: "No categories to chart";
184
- readonly emptyBody: "No grouped counts were returned for this range.";
181
+ readonly chartLabel: "Paretův graf";
182
+ readonly description: "Seřazené sloupce kategorií pod čarou kumulativních procent, s volitelnou hranicí 80 %.";
183
+ readonly emptyTitle: "Žádné kategorie k vykreslení";
184
+ readonly emptyBody: "Pro tento rozsah nebyly vráceny žádné seskupené počty.";
185
185
  };
186
186
  readonly waterfall: {
187
- readonly chartLabel: "Waterfall chart";
188
- readonly description: "A floating-bar bridge from a start total through positive and negative steps to a net total.";
189
- readonly emptyTitle: "No movement to bridge";
190
- readonly emptyBody: "No start, change, or total steps were found.";
187
+ readonly chartLabel: "Vodopádový graf";
188
+ readonly description: "Most z plovoucích sloupců od počátečního součtu přes kladné a záporné kroky k výslednému součtu.";
189
+ readonly emptyTitle: "Žádný pohyb k překlenutí";
190
+ readonly emptyBody: "Nebyly nalezeny žádné kroky začátku, změny ani součtu.";
191
191
  };
192
192
  readonly marimekko: {
193
- readonly chartLabel: "Marimekko chart";
194
- readonly description: "A two-level mix as variable-width stacked columnswidth for the outer share, segments for the inner split.";
195
- readonly emptyTitle: "No mix to break down";
196
- readonly emptyBody: "No two-level breakdown was returned for this range.";
193
+ readonly chartLabel: "Graf Marimekko";
194
+ readonly description: "Dvouúrovňová skladba jako skládané sloupce proměnné šířkyšířka určuje vnější podíl, segmenty vnitřní rozdělení.";
195
+ readonly emptyTitle: "Žádná skladba k rozpadu";
196
+ readonly emptyBody: "Pro tento rozsah nebyl vrácen žádný dvouúrovňový rozpad.";
197
197
  };
198
198
  readonly stackedBar100: {
199
- readonly chartLabel: "100% stacked bar";
200
- readonly description: "One 100% bar split into proportional segments with a legend, comparing shares of a whole.";
201
- readonly emptyTitle: "No shares to split";
202
- readonly emptyBody: "No parts were returned for this breakdown.";
199
+ readonly chartLabel: "100% skládaný pruh";
200
+ readonly description: "Jeden 100% pruh rozdělený na poměrné segmenty s legendou, porovnávající podíly na celku.";
201
+ readonly emptyTitle: "Žádné podíly k rozdělení";
202
+ readonly emptyBody: "Pro tento rozpad nebyly vráceny žádné části.";
203
203
  };
204
204
  readonly slope: {
205
- readonly chartLabel: "Slope chart";
206
- readonly description: "Two periods joined by one line per record, coloured by whether the value rose or fell.";
207
- readonly emptyTitle: "No period shift to show";
208
- readonly emptyBody: "No before/after values were returned to compare.";
205
+ readonly chartLabel: "Graf sklonu";
206
+ readonly description: "Dvě období spojená jednou čarou na záznam, obarvenou podle toho, zda hodnota vzrostla, nebo klesla.";
207
+ readonly emptyTitle: "Žádný posun mezi obdobími";
208
+ readonly emptyBody: "Nebyly vráceny žádné hodnoty před a po k porovnání.";
209
209
  };
210
210
  readonly multiline: {
211
- readonly chartLabel: "Multi-line chart";
212
- readonly description: "Several series as overlaid lines with end labels, comparing trends over the same time span.";
213
- readonly emptyTitle: "No series to plot";
214
- readonly emptyBody: "No time series matched the filters for this range.";
211
+ readonly chartLabel: "Vícenásobný spojnicový graf";
212
+ readonly description: "Několik řad jako překryté čáry s popisky na konci, porovnávající trendy ve stejném časovém úseku.";
213
+ readonly emptyTitle: "Žádné řady k vykreslení";
214
+ readonly emptyBody: "Filtrům pro tento rozsah neodpovídají žádné časové řady.";
215
215
  };
216
216
  readonly stream: {
217
- readonly chartLabel: "Stream chart";
218
- readonly description: "Stacked bands flowing around a centre line, showing how a total's composition shifts over time.";
219
- readonly emptyTitle: "No flow to chart";
220
- readonly emptyBody: "No stacked series were returned for this range.";
217
+ readonly chartLabel: "Proudový graf";
218
+ readonly description: "Skládané pásy proudící kolem středové osy, které ukazují, jak se v čase mění složení celku.";
219
+ readonly emptyTitle: "Žádný tok k vykreslení";
220
+ readonly emptyBody: "Pro tento rozsah nebyly vráceny žádné skládané řady.";
221
221
  };
222
222
  readonly forecast: {
223
- readonly chartLabel: "Forecast chart";
224
- readonly nowLabel: "Now";
225
- readonly forecastLabel: "Forecast";
226
- readonly actualLabel: "Actual";
227
- readonly description: "A history line extended by a dashed projection inside a widening confidence band, split at a now divider.";
228
- readonly emptyTitle: "No history to project";
229
- readonly emptyBody: "No past points were returned to forecast from.";
223
+ readonly chartLabel: "Graf předpovědi";
224
+ readonly nowLabel: "Nyní";
225
+ readonly forecastLabel: "Předpověď";
226
+ readonly actualLabel: "Skutečnost";
227
+ readonly description: "Historická čára prodloužená čárkovanou projekcí uvnitř rozšiřujícího se pásu spolehlivosti, rozdělená předělem v přítomnosti.";
228
+ readonly emptyTitle: "Žádná historie k projekci";
229
+ readonly emptyBody: "Nebyly vráceny žádné minulé body, ze kterých by šlo předpovídat.";
230
230
  };
231
231
  readonly anomaly: {
232
- readonly chartLabel: "Anomaly chart";
233
- readonly description: "A value line over its expected range, flagging points that fall outside it with halo dots.";
234
- readonly emptyTitle: "No signal to scan";
235
- readonly emptyBody: "No points were returned to check for anomalies.";
232
+ readonly chartLabel: "Graf anomálií";
233
+ readonly description: "Čára hodnot nad svým očekávaným rozpětím, která body ležící mimo něj označuje zvýrazněnými tečkami.";
234
+ readonly emptyTitle: "Žádný signál k prohledání";
235
+ readonly emptyBody: "Nebyly vráceny žádné body ke kontrole na anomálie.";
236
236
  };
237
237
  readonly candlestick: {
238
- readonly chartLabel: "Candlestick chart";
239
- readonly livePillLabel: "Live";
240
- readonly description: "Open-high-low-close candles coloured by direction, with a dashed last-price line and an optional live pill.";
241
- readonly emptyTitle: "No candles to chart";
242
- readonly emptyBody: "No open-high-low-close rows matched this range.";
238
+ readonly chartLabel: "Svíčkový graf";
239
+ readonly livePillLabel: "Živě";
240
+ readonly description: "Svíčky otevření–maximum–minimum–zavření obarvené podle směru, s čárkovanou čarou poslední ceny a volitelnou plaketou Živě.";
241
+ readonly emptyTitle: "Žádné svíčky k vykreslení";
242
+ readonly emptyBody: "Tomuto rozsahu neodpovídají žádné řádky s otevřením, maximem, minimem a zavřením.";
243
243
  };
244
244
  readonly bump: {
245
- readonly chartLabel: "Bump chart";
246
- readonly description: "Rank-over-time lines showing how competitors trade places between periods.";
247
- readonly emptyTitle: "No ranks to trace";
248
- readonly emptyBody: "No period-over-period rankings were returned.";
245
+ readonly chartLabel: "Graf změn pořadí";
246
+ readonly description: "Čáry pořadí v čase ukazující, jak si konkurenti mezi obdobími vyměňují místa.";
247
+ readonly emptyTitle: "Žádné pořadí ke sledování";
248
+ readonly emptyBody: "Nebyla vrácena žádná pořadí po jednotlivých obdobích.";
249
249
  };
250
250
  readonly timelineLanes: {
251
- readonly chartLabel: "Timeline lanes";
252
- readonly laneLabel: "Events";
253
- readonly description: "Dated events as pills on horizontal swimlanes sharing one time axis.";
254
- readonly emptyTitle: "No events to place";
255
- readonly emptyBody: "No events matched the filters for this range.";
251
+ readonly chartLabel: "Dráhy časové osy";
252
+ readonly laneLabel: "Události";
253
+ readonly description: "Datované události jako plakety ve vodorovných drahách sdílejících jednu časovou osu.";
254
+ readonly emptyTitle: "Žádné události k umístění";
255
+ readonly emptyBody: "Filtrům pro tento rozsah neodpovídají žádné události.";
256
256
  };
257
257
  readonly treemap: {
258
- readonly chartLabel: "Treemap";
259
- readonly otherLabel: "Other";
260
- readonly description: "A part-to-whole breakdown as squarified tiles sized by value, folding small slices into an Other tile.";
261
- readonly emptyTitle: "No slices to tile";
262
- readonly emptyBody: "No categories were returned for this breakdown.";
258
+ readonly chartLabel: "Stromová mapa";
259
+ readonly otherLabel: "Ostatní";
260
+ readonly description: "Rozpad částí k celku jako dlaždice zarovnané do čtverců, jejichž velikost určuje hodnota; malé podíly se slučují do dlaždice Ostatní.";
261
+ readonly emptyTitle: "Žádné podíly k vykreslení";
262
+ readonly emptyBody: "Pro tento rozpad nebyly vráceny žádné kategorie.";
263
263
  };
264
264
  readonly sunburst: {
265
- readonly chartLabel: "Sunburst";
266
- readonly description: "A two-level hierarchy as nested rings parents inside, their children outsidewith a parent legend.";
267
- readonly emptyTitle: "No rings to draw";
268
- readonly emptyBody: "No grouped categories were returned to nest.";
265
+ readonly chartLabel: "Vnořené prstence";
266
+ readonly description: "Dvouúrovňová hierarchie jako vnořené prstencenadřazené uvnitř, jejich potomci vněs legendou nadřazených položek.";
267
+ readonly emptyTitle: "Žádné prstence k vykreslení";
268
+ readonly emptyBody: "Nebyly vráceny žádné seskupené kategorie k vnoření.";
269
269
  };
270
270
  readonly funnel: {
271
- readonly chartLabel: "Funnel";
272
- readonly description: "Ordered shrinking stages with per-step continuation rates and an overall-conversion footer.";
273
- readonly emptyTitle: "No stages to funnel";
274
- readonly emptyBody: "No step counts were returned for this range.";
271
+ readonly chartLabel: "Trychtýř";
272
+ readonly description: "Seřazené zužující se fáze s mírou postupu u každého kroku a celkovou konverzí v patičce.";
273
+ readonly emptyTitle: "Žádné fáze trychtýře";
274
+ readonly emptyBody: "Pro tento rozsah nebyly vráceny žádné počty kroků.";
275
275
  };
276
276
  readonly radialBar: {
277
- readonly chartLabel: "Radial bar";
278
- readonly description: "Up to four percentages as concentric progress rings with a dot legend.";
279
- readonly emptyTitle: "No rings to fill";
280
- readonly emptyBody: "No categories matched this breakdown yet.";
277
+ readonly chartLabel: "Radiální pruhy";
278
+ readonly description: " čtyři procentní hodnoty jako soustředné prstence postupu s tečkovou legendou.";
279
+ readonly emptyTitle: "Žádné prstence k naplnění";
280
+ readonly emptyBody: "Tomuto rozpadu zatím neodpovídají žádné kategorie.";
281
281
  };
282
282
  readonly radar: {
283
- readonly chartLabel: "Radar";
284
- readonly description: "Several named axes on a polygon with one filled shape per series, against an optional target overlay.";
285
- readonly emptyTitle: "No axes to compare";
286
- readonly emptyBody: "No matrix of series and axes was returned.";
283
+ readonly chartLabel: "Radarový graf";
284
+ readonly description: "Několik pojmenovaných os na mnohoúhelníku s jedním vyplněným tvarem na řadu, proti volitelné vrstvě s cílem.";
285
+ readonly emptyTitle: "Žádné osy k porovnání";
286
+ readonly emptyBody: "Nebyla vrácena žádná matice řad a os.";
287
287
  };
288
288
  readonly chord: {
289
- readonly chartLabel: "Chord";
290
- readonly description: "Pairwise flows as ribbons between nodes on a ring, with ribbon opacity weighted by volume.";
291
- readonly emptyTitle: "No flows to link";
292
- readonly emptyBody: "No connections between groups were returned.";
289
+ readonly chartLabel: "Chordový diagram";
290
+ readonly description: "Vzájemné toky jako stuhy mezi uzly na prstenci, jejichž průhlednost je vážena objemem.";
291
+ readonly emptyTitle: "Žádné toky k propojení";
292
+ readonly emptyBody: "Nebyla vrácena žádná spojení mezi skupinami.";
293
293
  };
294
294
  readonly wordcloud: {
295
- readonly chartLabel: "Word cloud";
296
- readonly description: "Terms sized by frequency and flowed into rows, for a glanceable view of what dominates.";
297
- readonly emptyTitle: "No terms to cloud";
298
- readonly emptyBody: "No weighted terms matched the filters.";
295
+ readonly chartLabel: "Mrak slov";
296
+ readonly description: "Výrazy s velikostí podle četnosti, zalomené do řádků, pro rychlý přehled o tom, co převažuje.";
297
+ readonly emptyTitle: "Žádné výrazy do mraku";
298
+ readonly emptyBody: "Filtrům neodpovídají žádné vážené výrazy.";
299
299
  };
300
300
  readonly cohortMatrix: {
301
- readonly chartLabel: "Cohort retention";
302
- readonly description: "Cohort rows against period columns, each cell shaded by retention or revenue.";
301
+ readonly chartLabel: "Retence kohort";
302
+ readonly description: "Řádky kohort proti sloupcům období; každá buňka je odstíněna podle retence nebo tržeb.";
303
303
  };
304
304
  readonly heatmapCalendar: {
305
- readonly chartLabel: "Activity calendar";
306
- readonly legendLessLabel: "Less";
307
- readonly legendMoreLabel: "More";
308
- readonly description: "A year of daily activity as a week-by-day grid shaded by intensity.";
305
+ readonly chartLabel: "Kalendář aktivity";
306
+ readonly legendLessLabel: "Méně";
307
+ readonly legendMoreLabel: "Více";
308
+ readonly description: "Rok denní aktivity jako mřížka týdnů a dnů odstíněná podle intenzity.";
309
309
  };
310
310
  readonly heatMonth: {
311
- readonly chartLabel: "Monthly activity";
312
- readonly description: "One calendar month as a day grid shaded by each day's value.";
311
+ readonly chartLabel: "Měsíční aktivita";
312
+ readonly description: "Jeden kalendářní měsíc jako mřížka dnů odstíněná podle hodnoty každého dne.";
313
313
  };
314
314
  readonly choroplethGrid: {
315
- readonly chartLabel: "Regional breakdown";
316
- readonly legendLowLabel: "Low";
317
- readonly legendHighLabel: "High";
318
- readonly description: "Regional values as a tinted US tilegram or compact grid, with an optional top-N ranking list.";
315
+ readonly chartLabel: "Rozpad podle regionů";
316
+ readonly legendLowLabel: "Nízká";
317
+ readonly legendHighLabel: "Vysoká";
318
+ readonly description: "Regionální hodnoty jako obarvený dlaždicový kartogram USA nebo úsporná mřížka, s volitelným žebříčkem nejvýznamnějších regionů.";
319
319
  };
320
320
  readonly sankey: {
321
- readonly chartLabel: "Flow";
322
- readonly description: "Layered source-to-target flows as ribbons whose thickness encodes volume.";
321
+ readonly chartLabel: "Tok";
322
+ readonly description: "Vrstvené toky od zdroje k cíli jako stuhy, jejichž tloušťka vyjadřuje objem.";
323
323
  };
324
324
  readonly sparkline: {
325
- readonly description: "An inline micro-trend of recent values no axes or labelsfor KPI cards, table cells and list rows.";
325
+ readonly description: "Vložený mikrotrend posledních hodnotbez os a popiskůpro karty ukazatelů, buňky tabulek a řádky seznamů.";
326
326
  };
327
327
  };
328
328
  readonly feeds: {
@@ -330,32 +330,32 @@ declare const _default: {
330
330
  readonly description: "Průběžný kanál toho, kdo co ve vašem pracovním prostoru udělal, od nejnovějšího.";
331
331
  readonly emptyTitle: "Žádná nedávná aktivita";
332
332
  readonly emptyBody: "Akce ve vašem pracovním prostoru se zobrazí zde.";
333
- readonly viewAllLabel: "View all";
333
+ readonly viewAllLabel: "Zobrazit vše";
334
334
  };
335
335
  readonly notificationFeed: {
336
336
  readonly description: "Seskupená oznámení se stavem nepřečteno, filtry a akcemi v řádku.";
337
337
  readonly emptyTitle: "Žádná oznámení";
338
338
  readonly emptyBody: "Nová oznámení se zobrazí zde.";
339
- readonly allLabel: "All";
340
- readonly unreadLabel: "Unread";
341
- readonly mentionsLabel: "Mentions";
342
- readonly filterLabel: "Notification filter";
343
- readonly markAllReadLabel: "Mark all read";
344
- readonly todayLabel: "Today";
345
- readonly yesterdayLabel: "Yesterday";
346
- readonly earlierLabel: "Earlier";
347
- readonly dismissLabel: "Dismiss";
348
- readonly emptyUnreadTitle: "You're all caught up";
349
- readonly emptyMentionsTitle: "No mentions";
339
+ readonly allLabel: "Vše";
340
+ readonly unreadLabel: "Nepřečtené";
341
+ readonly mentionsLabel: "Zmínky";
342
+ readonly filterLabel: "Filtr oznámení";
343
+ readonly markAllReadLabel: "Označit vše jako přečtené";
344
+ readonly todayLabel: "Dnes";
345
+ readonly yesterdayLabel: "Včera";
346
+ readonly earlierLabel: "Dříve";
347
+ readonly dismissLabel: "Zavřít";
348
+ readonly emptyUnreadTitle: "Máte vše přečtené";
349
+ readonly emptyMentionsTitle: "Žádné zmínky";
350
350
  };
351
351
  readonly realtimeFeed: {
352
352
  readonly description: "Živý proud událostí, který nové položky přidává na začátek.";
353
353
  readonly emptyTitle: "Čekání na události";
354
354
  readonly emptyBody: "Živé události se zobrazí, jakmile nastanou.";
355
- readonly liveLabel: "Live";
356
- readonly pausedLabel: "Paused";
357
- readonly pauseLabel: "Pause";
358
- readonly resumeLabel: "Resume";
355
+ readonly liveLabel: "Živě";
356
+ readonly pausedLabel: "Pozastaveno";
357
+ readonly pauseLabel: "Pozastavit";
358
+ readonly resumeLabel: "Pokračovat";
359
359
  };
360
360
  readonly timelineVertical: {
361
361
  readonly description: "Svislá časová osa událostí, vydání, incidentů nebo kroků běhu.";
@@ -385,39 +385,39 @@ declare const _default: {
385
385
  readonly description: "Měsíční mřížka naplánovaných událostí se štítky u dnů a navigací mezi měsíci.";
386
386
  readonly emptyTitle: "Nic naplánováno";
387
387
  readonly emptyBody: "Naplánované události se zobrazí v tomto kalendáři.";
388
- readonly previousLabel: "Previous month";
389
- readonly nextLabel: "Next month";
390
- readonly overflowLabel: "+{count} more";
388
+ readonly previousLabel: "Předchozí měsíc";
389
+ readonly nextLabel: "Další měsíc";
390
+ readonly overflowLabel: "+{count} dalších";
391
391
  };
392
392
  readonly dayAgenda: {
393
393
  readonly description: "Události vybraného dne jako časově seřazená agenda.";
394
394
  readonly emptyTitle: "Nic naplánováno";
395
395
  readonly emptyBody: "Události pro vybraný den se zobrazí zde.";
396
- readonly countLabel: "{count, plural, one {{n} event} other {{n} events}}";
396
+ readonly countLabel: "{count, plural, one {{n} událost} few {{n} události} many {{n} události} other {{n} událostí}}";
397
397
  };
398
398
  readonly scheduleMatrix: {
399
399
  readonly description: "Mřížka směn podle zdroje a dne s denním pokrytím a legendou.";
400
400
  readonly emptyTitle: "Žádné naplánované směny";
401
401
  readonly emptyBody: "Přiřazené směny se zobrazí v tomto rozvrhu.";
402
- readonly resourceLabel: "Resource";
403
- readonly coverageLabel: "Coverage";
404
- readonly hoursLabel: "{hours}h";
402
+ readonly resourceLabel: "Zdroj";
403
+ readonly coverageLabel: "Pokrytí";
404
+ readonly hoursLabel: "{hours} h";
405
405
  };
406
406
  readonly capacityBoard: {
407
407
  readonly description: "Pruhy vytížení podle člena s rozpisem projektů a stavem zátěže.";
408
408
  readonly emptyTitle: "Žádná data o vytížení";
409
409
  readonly emptyBody: "Vytížení členů se zobrazí, jakmile budou existovat přiřazení.";
410
410
  readonly status: {
411
- readonly overloaded: "Overloaded";
412
- readonly balanced: "Balanced";
413
- readonly available: "Available";
411
+ readonly overloaded: "Přetíženo";
412
+ readonly balanced: "Vyrovnáno";
413
+ readonly available: "K dispozici";
414
414
  };
415
- readonly utilizationLabel: "{name}: {util}%";
416
- readonly assignmentLabel: "{project} · {hours}h";
415
+ readonly utilizationLabel: "{name}: {util} %";
416
+ readonly assignmentLabel: "{project} · {hours} h";
417
417
  readonly periodLabel: "h · {period}";
418
418
  readonly period: {
419
- readonly week: "week";
420
- readonly month: "month";
419
+ readonly week: "týden";
420
+ readonly month: "měsíc";
421
421
  };
422
422
  };
423
423
  readonly calendarLegendFilter: {
@@ -459,26 +459,26 @@ declare const _default: {
459
459
  readonly description: "Vybíratelný seznam záznamů, který řídí podokno s detailem.";
460
460
  readonly emptyTitle: "Žádné položky";
461
461
  readonly emptyBody: "Položky se zde zobrazí, jakmile budou existovat.";
462
- readonly allLabel: "All";
463
- readonly toggleLabel: "Toggle {title}";
464
- readonly progressLabel: "{title} progress";
462
+ readonly allLabel: "Vše";
463
+ readonly toggleLabel: "Přepnout {title}";
464
+ readonly progressLabel: "Průběh: {title}";
465
465
  };
466
466
  readonly logTable: {
467
467
  readonly description: "Protokol událostí s vyhledáváním, filtrem chyb a akcemi na řádku.";
468
468
  readonly emptyTitle: "Žádné záznamy protokolu";
469
469
  readonly emptyBody: "Události se zde zaznamenají, jakmile nastanou.";
470
- readonly liveLabel: "Live";
471
- readonly placeholder: "Search logs…";
472
- readonly filterLabel: "Log filter";
473
- readonly allLabel: "All";
474
- readonly errorsLabel: "Errors";
475
- readonly noMatchesLabel: "No matching entries";
476
- readonly todayLabel: "Today";
477
- readonly yesterdayLabel: "Yesterday";
470
+ readonly liveLabel: "Živě";
471
+ readonly placeholder: "Hledat v protokolech…";
472
+ readonly filterLabel: "Filtr protokolu";
473
+ readonly allLabel: "Vše";
474
+ readonly errorsLabel: "Chyby";
475
+ readonly noMatchesLabel: "Žádné odpovídající záznamy";
476
+ readonly todayLabel: "Dnes";
477
+ readonly yesterdayLabel: "Včera";
478
478
  readonly action: {
479
- readonly retry: "retry";
480
- readonly download: "download";
481
- readonly inspect: "inspect";
479
+ readonly retry: "zkusit znovu";
480
+ readonly download: "stáhnout";
481
+ readonly inspect: "prozkoumat";
482
482
  };
483
483
  };
484
484
  readonly cardGallery: {
@@ -490,22 +490,22 @@ declare const _default: {
490
490
  readonly description: "Seskupené řádky s agregačními sloupci, rozbalitelnými detaily a součty.";
491
491
  readonly emptyTitle: "Žádná souhrnná data";
492
492
  readonly emptyBody: "Seskupené součty se zde zobrazí, jakmile budou data.";
493
- readonly groupLabel: "Group";
494
- readonly totalsLabel: "Total";
493
+ readonly groupLabel: "Skupina";
494
+ readonly totalsLabel: "Celkem";
495
495
  };
496
496
  readonly schemaTree: {
497
497
  readonly description: "Průzkumník schémat, tabulek a sloupců se štítky typů a klíčů.";
498
498
  readonly emptyTitle: "Žádné načtené schéma";
499
499
  readonly emptyBody: "Připojte databázi a prozkoumejte její schéma zde.";
500
- readonly treeLabel: "Schema";
501
- readonly viewLabel: "view";
500
+ readonly treeLabel: "Schéma";
501
+ readonly viewLabel: "pohled";
502
502
  };
503
503
  readonly toggleMatrix: {
504
504
  readonly description: "Interaktivní mřížka logických přepínačů pro role, zásady nebo kanály.";
505
505
  readonly emptyTitle: "Žádná matice nenakonfigurována";
506
506
  readonly emptyBody: "Řádky a sloupce se zde zobrazí po konfiguraci.";
507
- readonly matrixLabel: "Permissions matrix";
508
- readonly rowHeaderLabel: "Permission";
507
+ readonly matrixLabel: "Matice oprávnění";
508
+ readonly rowHeaderLabel: "Oprávnění";
509
509
  };
510
510
  readonly sparklineTable: {
511
511
  readonly description: "Řádky metrik s mikrografem, aktuální hodnotou a odznakem změny, který rozlišuje dobrý a špatný směr.";
@@ -540,38 +540,38 @@ declare const _default: {
540
540
  readonly moreLabel: "+{n} dalších";
541
541
  };
542
542
  readonly dataGrid: {
543
- readonly selectAllLabel: "Select all rows";
544
- readonly selectRowLabel: "Select row";
545
- readonly sortByLabel: "Sort by {column}";
546
- readonly description: "The canonical CRUD grid with sortable columns, row selection, and type-aware cells.";
543
+ readonly selectAllLabel: "Vybrat všechny řádky";
544
+ readonly selectRowLabel: "Vybrat řádek";
545
+ readonly sortByLabel: "Seřadit podle {column}";
546
+ readonly description: "Základní mřížka CRUD s řaditelnými sloupci, výběrem řádků a buňkami podle typu.";
547
547
  };
548
548
  readonly paginationFooter: {
549
- readonly emptyLabel: "0 rows";
550
- readonly ofLabel: "of";
551
- readonly pageSizeLabel: "Rows";
549
+ readonly emptyLabel: "0 řádků";
550
+ readonly ofLabel: "z";
551
+ readonly pageSizeLabel: "Řádků";
552
552
  readonly a11y: {
553
- readonly pageSize: "Rows per page";
553
+ readonly pageSize: "Řádků na stránku";
554
554
  };
555
- readonly prevLabel: "Previous page";
556
- readonly nextLabel: "Next page";
557
- readonly description: "A footer with the visible row range, prev/next paging, and a page-size select.";
555
+ readonly prevLabel: "Předchozí stránka";
556
+ readonly nextLabel: "Další stránka";
557
+ readonly description: "Patička s rozsahem zobrazených řádků, stránkováním vpřed a vzad a volbou počtu řádků na stránku.";
558
558
  };
559
559
  readonly bulkActionToolbar: {
560
- readonly selectedLabel: "selected";
561
- readonly clearLabel: "Clear selection";
562
- readonly toolbarLabel: "Bulk actions";
563
- readonly description: "A selection-aware toolbar showing the selected count and bulk actions.";
560
+ readonly selectedLabel: "vybráno";
561
+ readonly clearLabel: "Zrušit výběr";
562
+ readonly toolbarLabel: "Hromadné akce";
563
+ readonly description: "Lišta reagující na výběr, která ukazuje počet vybraných položek a hromadné akce.";
564
564
  };
565
565
  readonly miniTable: {
566
- readonly viewAllLabel: "View all";
567
- readonly description: "A compact dashboard row list with mapped columns and a view-all link.";
566
+ readonly viewAllLabel: "Zobrazit vše";
567
+ readonly description: "Úsporný seznam řádků pro nástěnku s namapovanými sloupci a odkazem na zobrazení všeho.";
568
568
  };
569
- readonly revealLabel: "Reveal value";
570
- readonly hideLabel: "Hide value";
571
- readonly trueLabel: "true";
572
- readonly falseLabel: "false";
569
+ readonly revealLabel: "Odkrýt hodnotu";
570
+ readonly hideLabel: "Skrýt hodnotu";
571
+ readonly trueLabel: "ano";
572
+ readonly falseLabel: "ne";
573
573
  readonly detailKeyValue: {
574
- readonly description: "A record's fields as label/value rows with type-aware values.";
574
+ readonly description: "Pole záznamu jako řádky popisek/hodnota s hodnotami podle typu.";
575
575
  };
576
576
  };
577
577
  readonly boards: {
@@ -626,7 +626,7 @@ declare const _default: {
626
626
  readonly sendLabel: "Odeslat";
627
627
  readonly attachLabel: "Přidat přílohu";
628
628
  readonly typingLabel: "píše…";
629
- readonly composerLabel: "Message";
629
+ readonly composerLabel: "Zpráva";
630
630
  };
631
631
  readonly aiChatPanel: {
632
632
  readonly description: "Panel asistenta pro dotazy na vaše schéma a data.";
@@ -638,8 +638,8 @@ declare const _default: {
638
638
  readonly configureTitle: "Není nastaven žádný poskytovatel AI";
639
639
  readonly configureBody: "Přidejte klíč Anthropic nebo OpenAI — nebo nasměrujte Adminium na vlastní endpoint — a ptejte se na své schéma.";
640
640
  readonly configureCtaLabel: "Nastavit poskytovatele";
641
- readonly assistantLabel: "Assistant";
642
- readonly composerLabel: "Ask a question";
641
+ readonly assistantLabel: "Asistent";
642
+ readonly composerLabel: "Položte otázku";
643
643
  };
644
644
  readonly typingIndicator: {
645
645
  readonly description: "Avatar a kurzívní řádek „píše…“ navázaný na živou booleovskou hodnotu u každé konverzace.";
@@ -677,7 +677,7 @@ declare const _default: {
677
677
  readonly emptyBody: "Řádky s kódem regionu a číselnou hodnotou se zde zobrazí jako obarvené dlaždice.";
678
678
  readonly legendLowLabel: "Nízká";
679
679
  readonly legendHighLabel: "Vysoká";
680
- readonly chartLabel: "Regional breakdown";
680
+ readonly chartLabel: "Rozpad podle regionů";
681
681
  };
682
682
  };
683
683
  readonly domain: {
@@ -706,8 +706,8 @@ declare const _default: {
706
706
  readonly billedToLabel: "Fakturováno pro";
707
707
  readonly issuedLabel: "Vystaveno";
708
708
  readonly dueLabel: "Splatnost";
709
- readonly noDocumentTitle: "No document yet";
710
- readonly noDocumentBody: "Pick a starter template or add a block to begin.";
709
+ readonly noDocumentTitle: "Zatím žádný dokument";
710
+ readonly noDocumentBody: "Začněte výběrem výchozí šablony nebo přidáním bloku.";
711
711
  };
712
712
  readonly blockTotalsSummary: {
713
713
  readonly description: "Součty dokumentu — mezisoučet, sleva, daň a celková částka, přepočítané z položek.";
@@ -736,13 +736,13 @@ declare const _default: {
736
736
  readonly description: "Malý sloupcový graf v barvě dokumentu, uzpůsobený bloku dokumentu.";
737
737
  readonly emptyTitle: "Žádná data pro graf";
738
738
  readonly emptyBody: "Sloupce se zobrazí, jakmile bude zpráva obsahovat řadu dat.";
739
- readonly a11yLabel: "Bar chart";
739
+ readonly a11yLabel: "Sloupcový graf";
740
740
  };
741
741
  readonly blockLineChart: {
742
742
  readonly description: "Malý spojnicový graf s volitelnou výplní plochy, uzpůsobený bloku dokumentu.";
743
743
  readonly emptyTitle: "Žádná data pro graf";
744
744
  readonly emptyBody: "Spojnice se zobrazí, jakmile bude zpráva obsahovat řadu dat.";
745
- readonly a11yLabel: "Line chart";
745
+ readonly a11yLabel: "Spojnicový graf";
746
746
  };
747
747
  readonly blockTwoColTable: {
748
748
  readonly description: "Dvousloupcová tabulka se stylovaným záhlavím a sloupcem hodnot v neproporcionálním písmu.";
@@ -801,7 +801,7 @@ declare const _default: {
801
801
  readonly namePlaceholder: "Celé jméno";
802
802
  readonly titlePlaceholder: "Funkce";
803
803
  readonly dateLabel: "Datum";
804
- readonly nameInputLabel: "Signature name";
804
+ readonly nameInputLabel: "Jméno podepisujícího";
805
805
  };
806
806
  readonly blockTermsCheckbox: {
807
807
  readonly description: "Přepínač souhlasu s podmínkami s upravitelným popiskem.";
@@ -847,158 +847,158 @@ declare const _default: {
847
847
  readonly description: "Mřížka předdefinovaných šablon s generovanými náhledy; výběr založí celý dokument.";
848
848
  readonly emptyTitle: "Žádné šablony";
849
849
  readonly emptyBody: "Definujte šablony v konfiguraci nebo připojte tabulku šablon.";
850
- readonly blankLabel: "Blank";
850
+ readonly blankLabel: "Prázdný";
851
851
  readonly kicker: {
852
- readonly invoice: "Invoice";
853
- readonly report: "Report";
854
- readonly email: "Email";
852
+ readonly invoice: "Faktura";
853
+ readonly report: "Zpráva";
854
+ readonly email: "E-mail";
855
855
  };
856
856
  };
857
857
  readonly sloMonitorCard: {
858
858
  readonly description: "Karta SLA pro každou službu se stavem, dostupností vůči cíli, denním pruhem dostupnosti, chybovým rozpočtem a latencí p95.";
859
859
  readonly emptyTitle: "Žádný monitor";
860
860
  readonly emptyBody: "Připojte tabulku monitorů se sloupcem stavu a dostupnosti.";
861
- readonly targetLabel: "Target";
862
- readonly budgetLabel: "Error budget";
863
- readonly latencyLabel: "p95 latency";
861
+ readonly targetLabel: "Cíl";
862
+ readonly budgetLabel: "Chybový rozpočet";
863
+ readonly latencyLabel: "Latence p95";
864
864
  readonly status: {
865
- readonly operational: "Operational";
866
- readonly degraded: "Degraded";
867
- readonly down: "Down";
868
- readonly unknown: "Unknown";
865
+ readonly operational: "V provozu";
866
+ readonly degraded: "Omezený provoz";
867
+ readonly down: "Mimo provoz";
868
+ readonly unknown: "Neznámý stav";
869
869
  };
870
870
  };
871
871
  readonly uptimeSegmentBar: {
872
872
  readonly description: "Denní pruhy ve stylu stavové stránky, obarvené podle denního stavu, s přepínačem 30/90 dní.";
873
873
  readonly emptyTitle: "Žádná historie dostupnosti";
874
874
  readonly emptyBody: "Řádky s denním stavem se zde zobrazí jako pruh dostupnosti.";
875
- readonly daysAgoLabel: "{days} days ago";
876
- readonly todayLabel: "Today";
877
- readonly uptimeLabel: "uptime";
878
- readonly period30Label: "30d";
879
- readonly period90Label: "90d";
875
+ readonly daysAgoLabel: "před {days} dny";
876
+ readonly todayLabel: "Dnes";
877
+ readonly uptimeLabel: "dostupnost";
878
+ readonly period30Label: "30 d";
879
+ readonly period90Label: "90 d";
880
880
  readonly status: {
881
- readonly operational: "Operational";
882
- readonly degraded: "Degraded";
883
- readonly down: "Down";
884
- readonly unknown: "No data";
881
+ readonly operational: "V provozu";
882
+ readonly degraded: "Omezený provoz";
883
+ readonly down: "Mimo provoz";
884
+ readonly unknown: "Žádná data";
885
885
  };
886
886
  };
887
887
  readonly experimentVariantCompare: {
888
888
  readonly description: "Konverzní pruhy pro každou variantu s nárůstem oproti kontrolní skupině a ukazatelem významnosti.";
889
889
  readonly emptyTitle: "Žádné varianty";
890
890
  readonly emptyBody: "Připojte tabulku variant experimentu s konverzními čísly.";
891
- readonly controlLabel: "CONTROL";
892
- readonly winnerLabel: "WINNER";
893
- readonly significanceLabel: "Confidence";
894
- readonly verdictSignificantLabel: "Statistically significantsafe to call.";
895
- readonly verdictInconclusiveLabel: "Not yet significantkeep the test running.";
896
- readonly countsLabel: "{users} participants · {conversions} conversions";
891
+ readonly controlLabel: "KONTROLA";
892
+ readonly winnerLabel: "VÍTĚZ";
893
+ readonly significanceLabel: "Spolehlivost";
894
+ readonly verdictSignificantLabel: "Statisticky významnévýsledek lze vyhlásit.";
895
+ readonly verdictInconclusiveLabel: "Zatím není významnénechte test běžet dál.";
896
+ readonly countsLabel: "{users} účastníků · {conversions} konverzí";
897
897
  };
898
898
  readonly creditCardTile: {
899
899
  readonly description: "Uložený platební prostředek jako značková karta s maskovaným číslem, držitelem a platností.";
900
900
  readonly emptyTitle: "Žádný platební prostředek";
901
901
  readonly emptyBody: "Přidejte kartu, aby se zde zobrazila.";
902
- readonly defaultLabel: "Default";
903
- readonly setDefaultLabel: "Set default";
904
- readonly manageLabel: "Manage";
905
- readonly addLabel: "Add payment method";
906
- readonly expiresLabel: "Expires";
902
+ readonly defaultLabel: "Výchozí";
903
+ readonly setDefaultLabel: "Nastavit jako výchozí";
904
+ readonly manageLabel: "Spravovat";
905
+ readonly addLabel: "Přidat platební prostředek";
906
+ readonly expiresLabel: "Platnost do";
907
907
  };
908
908
  readonly planPricingCards: {
909
909
  readonly description: "Cenové úrovně s přepínačem měsíčně/ročně, seznamy funkcí a zvýrazněným tarifem.";
910
910
  readonly emptyTitle: "Žádné tarify";
911
911
  readonly emptyBody: "Připojte tabulku tarifů s názvem a měsíční cenou.";
912
- readonly monthlyLabel: "Monthly";
913
- readonly annualLabel: "Annual";
914
- readonly popularLabel: "POPULAR";
915
- readonly perMonthLabel: "/ month";
916
- readonly billedAnnuallyLabel: "Billed {total} yearly";
917
- readonly currentLabel: "Current plan";
918
- readonly ctaLabel: "Choose plan";
912
+ readonly monthlyLabel: "Měsíčně";
913
+ readonly annualLabel: "Ročně";
914
+ readonly popularLabel: "OBLÍBENÉ";
915
+ readonly perMonthLabel: "/ měsíc";
916
+ readonly billedAnnuallyLabel: "Účtováno {total} ročně";
917
+ readonly currentLabel: "Současný tarif";
918
+ readonly ctaLabel: "Vybrat tarif";
919
919
  };
920
920
  readonly apiKeysPanel: {
921
921
  readonly description: "Klíče API s odznaky prostředí, maskovanými hodnotami, oprávněními, posledním použitím a akcemi kopírovat, obnovit a zrušit.";
922
922
  readonly emptyTitle: "Žádné klíče API";
923
923
  readonly emptyBody: "Vytvořte klíč a začněte volat API.";
924
- readonly revealedTitle: "Key created";
925
- readonly revealedBody: "Copy it nowit is never shown again.";
926
- readonly copyLabel: "Copy";
927
- readonly copiedLabel: "Copied";
928
- readonly revealLabel: "Reveal key";
929
- readonly hideLabel: "Hide key";
930
- readonly rollLabel: "Roll key";
931
- readonly revokeLabel: "Revoke key";
932
- readonly neverUsedLabel: "Never used";
933
- readonly lastUsedLabel: "Last used {since}";
924
+ readonly revealedTitle: "Klíč vytvořen";
925
+ readonly revealedBody: "Zkopírujte si jej hned se nikdy nezobrazí.";
926
+ readonly copyLabel: "Kopírovat";
927
+ readonly copiedLabel: "Zkopírováno";
928
+ readonly revealLabel: "Odkrýt klíč";
929
+ readonly hideLabel: "Skrýt klíč";
930
+ readonly rollLabel: "Obnovit klíč";
931
+ readonly revokeLabel: "Zrušit klíč";
932
+ readonly neverUsedLabel: "Nikdy nepoužito";
933
+ readonly lastUsedLabel: "Naposledy použito {since}";
934
934
  };
935
935
  readonly apiPlayground: {
936
936
  readonly description: "Editor požadavků s parametry a panelem odpovědi. Požadavek pouze sestavuje a nikdy jej doopravdy neodesílá.";
937
937
  readonly emptyTitle: "Nevybrán žádný endpoint";
938
938
  readonly emptyBody: "Vyberte endpoint a sestavte proti němu požadavek.";
939
- readonly sendLabel: "Send";
940
- readonly requestLabel: "Request";
941
- readonly responseLabel: "Response";
942
- readonly paramsLabel: "Parameters";
943
- readonly responsePlaceholder: "Send the request to see the response.";
939
+ readonly sendLabel: "Odeslat";
940
+ readonly requestLabel: "Požadavek";
941
+ readonly responseLabel: "Odpověď";
942
+ readonly paramsLabel: "Parametry";
943
+ readonly responsePlaceholder: "Odešlete požadavek a zobrazí se odpověď.";
944
944
  };
945
945
  readonly codeSnippetBlock: {
946
946
  readonly description: "Kopírovatelná ukázka kódu s odznakem jazyka a volitelnými záložkami pro jednotlivé jazyky.";
947
947
  readonly emptyTitle: "Žádná ukázka";
948
948
  readonly emptyBody: "Připojte sloupec s kódem nebo nastavte statickou ukázku v konfiguraci.";
949
- readonly copyLabel: "Copy";
950
- readonly copiedLabel: "Copied";
949
+ readonly copyLabel: "Kopírovat";
950
+ readonly copiedLabel: "Zkopírováno";
951
951
  };
952
952
  readonly webhookEndpointsList: {
953
953
  readonly description: "Webhookové endpointy s událostí, cílovou adresou URL, časem posledního spuštění a přepínačem aktivace.";
954
954
  readonly emptyTitle: "Žádné endpointy";
955
955
  readonly emptyBody: "Přidejte webhookový endpoint pro příjem událostí tabulky.";
956
- readonly neverFiredLabel: "Never fired";
957
- readonly lastFiredLabel: "Last fired {since}";
956
+ readonly neverFiredLabel: "Nikdy nespuštěno";
957
+ readonly lastFiredLabel: "Naposledy spuštěno {since}";
958
958
  };
959
959
  readonly resourceApiCard: {
960
960
  readonly description: "Generované API rozhraní tabulky: počet řádků, bezpečnostní odznak, odznaky metod a objem požadavků.";
961
961
  readonly emptyTitle: "Žádný zdroj";
962
962
  readonly emptyBody: "Připojte tabulku a zobrazte její generované API rozhraní.";
963
963
  readonly rlsLabel: "RLS";
964
- readonly publicLabel: "Public";
965
- readonly rowsLabel: "rows";
966
- readonly perDayLabel: "{count}/day";
964
+ readonly publicLabel: "Veřejné";
965
+ readonly rowsLabel: "řádků";
966
+ readonly perDayLabel: "{count}/den";
967
967
  };
968
968
  readonly liveTimer: {
969
969
  readonly description: "Stopky se spuštěním a zastavením pro úkol; zastavení zaznamená časový záznam.";
970
970
  readonly emptyTitle: "Žádné stopky";
971
971
  readonly emptyBody: "Připojte řádek časového záznamu s úkolem a sloupcem trvání.";
972
- readonly startLabel: "Start";
973
- readonly stopLabel: "Stop";
974
- readonly taskPlaceholder: "Untitled task";
972
+ readonly startLabel: "Spustit";
973
+ readonly stopLabel: "Zastavit";
974
+ readonly taskPlaceholder: "Nepojmenovaný úkol";
975
975
  };
976
976
  readonly syncStatusCard: {
977
977
  readonly description: "Identita připojení, latence, synchronizované řádky a plán synchronizace s akcí okamžité synchronizace.";
978
978
  readonly emptyTitle: "Žádné připojení";
979
979
  readonly emptyBody: "Připojte řádek připojení a zobrazte jeho stav synchronizace.";
980
- readonly connectedLabel: "Connected";
981
- readonly disconnectedLabel: "Disconnected";
982
- readonly rowsSyncedLabel: "Rows synced";
983
- readonly tablesLabel: "Tables";
984
- readonly lastSyncLabel: "Last sync";
985
- readonly nextSyncLabel: "Next sync";
986
- readonly syncingLabel: "Syncing…";
987
- readonly syncActionLabel: "Sync now";
980
+ readonly connectedLabel: "Připojeno";
981
+ readonly disconnectedLabel: "Odpojeno";
982
+ readonly rowsSyncedLabel: "Synchronizované řádky";
983
+ readonly tablesLabel: "Tabulky";
984
+ readonly lastSyncLabel: "Poslední synchronizace";
985
+ readonly nextSyncLabel: "Další synchronizace";
986
+ readonly syncingLabel: "Synchronizace…";
987
+ readonly syncActionLabel: "Synchronizovat nyní";
988
988
  };
989
989
  readonly ipAllowlistCard: {
990
990
  readonly description: "Pevné odchozí IP adresy k povolení na firewallu, každá s tlačítkem kopírování.";
991
991
  readonly emptyTitle: "Žádné odchozí IP";
992
992
  readonly emptyBody: "Odchozí adresy se zde zobrazí, jakmile bude připojení připraveno.";
993
- readonly copyLabel: "Copy";
994
- readonly copiedLabel: "Copied";
993
+ readonly copyLabel: "Kopírovat";
994
+ readonly copiedLabel: "Zkopírováno";
995
995
  };
996
996
  readonly onboardingChecklist: {
997
997
  readonly description: "Kroky nastavení s odhadem času a akcemi nad průběžně přepočítávaným prstencem a pruhem postupu.";
998
998
  readonly emptyTitle: "Není co nastavovat";
999
999
  readonly emptyBody: "Přidejte kroky onboardingu do konfigurace nebo připojte tabulku kroků.";
1000
- readonly progressLabel: "{done} of {total} done";
1001
- readonly celebrateTitle: "All done";
1000
+ readonly progressLabel: "Hotovo {done} z {total}";
1001
+ readonly celebrateTitle: "Vše hotovo";
1002
1002
  };
1003
1003
  readonly testimonialCard: {
1004
1004
  readonly description: "Citace zákazníka s avatarem a uvedením zdroje.";
@@ -1042,7 +1042,7 @@ declare const _default: {
1042
1042
  readonly description: "Mřížka moodboardu s místy pro obrázky a popisky, pro tabulky s URL obrázků.";
1043
1043
  readonly emptyTitle: "Zatím žádné obrázky";
1044
1044
  readonly emptyBody: "Referenční obrázky se zobrazí na této nástěnce.";
1045
- readonly placeholder: "Drop reference";
1045
+ readonly placeholder: "Přetáhněte referenci";
1046
1046
  };
1047
1047
  readonly linkList: {
1048
1048
  readonly description: "Referenční odkazy s názvy a adresami URL, otevírané na nové kartě.";
@@ -1083,16 +1083,16 @@ declare const _default: {
1083
1083
  readonly successTitle: "Záznam vytvořen";
1084
1084
  readonly successBody: "Záznam byl uložen.";
1085
1085
  readonly required: "Toto pole je povinné.";
1086
- readonly titleLabel: "Create record";
1087
- readonly closeLabel: "Close";
1086
+ readonly titleLabel: "Vytvořit záznam";
1087
+ readonly closeLabel: "Zavřít";
1088
1088
  };
1089
1089
  readonly drawerForm: {
1090
1090
  readonly description: "Boční panel pro vytvoření či úpravu záznamů s větším počtem polí.";
1091
1091
  readonly trigger: "Nový";
1092
1092
  readonly submit: "Uložit";
1093
1093
  readonly cancel: "Zrušit";
1094
- readonly titleLabel: "New record";
1095
- readonly closeLabel: "Close";
1094
+ readonly titleLabel: "Nový záznam";
1095
+ readonly closeLabel: "Zavřít";
1096
1096
  };
1097
1097
  readonly stepper: {
1098
1098
  readonly description: "Ukazatel kroků zobrazující postup vícekrokového procesu.";
@@ -1144,20 +1144,20 @@ declare const _default: {
1144
1144
  readonly valuePlaceholder: "Hodnota…";
1145
1145
  readonly emptyBody: "Zatím žádné podmínky — přidejte jednu a definujte tento segment.";
1146
1146
  readonly op: {
1147
- readonly eq: "is";
1148
- readonly neq: "is not";
1149
- readonly gt: "is greater than";
1150
- readonly gte: "is at least";
1151
- readonly lt: "is less than";
1152
- readonly lte: "is at most";
1153
- readonly contains: "contains";
1154
- readonly "not-contains": "does not contain";
1155
- readonly "starts-with": "starts with";
1156
- readonly in: "is one of";
1157
- readonly before: "is before";
1158
- readonly after: "is after";
1159
- readonly "is-null": "is empty";
1160
- readonly "is-not-null": "is not empty";
1147
+ readonly eq: "je";
1148
+ readonly neq: "není";
1149
+ readonly gt: "je větší než";
1150
+ readonly gte: "je alespoň";
1151
+ readonly lt: "je menší než";
1152
+ readonly lte: "je nejvýše";
1153
+ readonly contains: "obsahuje";
1154
+ readonly "not-contains": "neobsahuje";
1155
+ readonly "starts-with": "začíná na";
1156
+ readonly in: "je jedním z";
1157
+ readonly before: "je před";
1158
+ readonly after: "je po";
1159
+ readonly "is-null": "je prázdné";
1160
+ readonly "is-not-null": "není prázdné";
1161
1161
  };
1162
1162
  };
1163
1163
  readonly flowBuilder: {
@@ -1173,7 +1173,7 @@ declare const _default: {
1173
1173
  readonly label: "Připojovací řetězec";
1174
1174
  readonly helper: "postgres://uzivatel:heslo@host:5432/databaze — mysql:// a sqlite: fungují také.";
1175
1175
  readonly quickFill: "Rychlé vyplnění:";
1176
- readonly host: "Host: {host}";
1176
+ readonly host: "Hostitel: {host}";
1177
1177
  readonly invalidScheme: "Nerozpoznané schéma připojovacího řetězce.";
1178
1178
  readonly incomplete: "Doplňte do připojovacího řetězce host a databázi.";
1179
1179
  };
@@ -1224,17 +1224,17 @@ declare const _default: {
1224
1224
  readonly questionPlaceholder: "Položte otázku…";
1225
1225
  readonly emptyTitle: "Zatím žádné otázky";
1226
1226
  readonly emptyBody: "Vyberte typ otázky a začněte sestavovat dotazník.";
1227
- readonly questionLabel: "Question";
1228
- readonly dropdownPlaceholder: "Choose…";
1227
+ readonly questionLabel: "Otázka";
1228
+ readonly dropdownPlaceholder: "Vyberte…";
1229
1229
  readonly kind: {
1230
- readonly "single-choice": "Single choice";
1231
- readonly "multi-choice": "Multiple choice";
1232
- readonly dropdown: "Dropdown";
1233
- readonly "short-text": "Short text";
1234
- readonly "long-text": "Long text";
1235
- readonly rating: "Star rating";
1230
+ readonly "single-choice": "Jedna možnost";
1231
+ readonly "multi-choice": "Více možností";
1232
+ readonly dropdown: "Rozbalovací seznam";
1233
+ readonly "short-text": "Krátký text";
1234
+ readonly "long-text": "Dlouhý text";
1235
+ readonly rating: "Hodnocení hvězdičkami";
1236
1236
  readonly nps: "NPS 0–10";
1237
- readonly date: "Date";
1237
+ readonly date: "Datum";
1238
1238
  };
1239
1239
  };
1240
1240
  readonly inlineEditableField: {
@@ -1243,7 +1243,7 @@ declare const _default: {
1243
1243
  readonly save: "Uložit";
1244
1244
  readonly cancel: "Zrušit";
1245
1245
  readonly empty: "Prázdné";
1246
- readonly valueLabel: "Value";
1246
+ readonly valueLabel: "Hodnota";
1247
1247
  };
1248
1248
  readonly passwordStrengthMeter: {
1249
1249
  readonly description: "Čtyřsegmentový ukazatel síly hesla.";
@@ -1268,7 +1268,7 @@ declare const _default: {
1268
1268
  readonly navigate: "Navigovat";
1269
1269
  readonly select: "Otevřít";
1270
1270
  readonly close: "Zavřít";
1271
- readonly emptyTitle: "No results for \"{query}\"";
1271
+ readonly emptyTitle: "Žádné výsledky pro {query}";
1272
1272
  readonly emptyBody: "Začněte psát pro vyhledávání.";
1273
1273
  readonly groupActions: "Akce";
1274
1274
  readonly groupNavigate: "Navigovat";
@@ -1285,8 +1285,8 @@ declare const _default: {
1285
1285
  readonly summary: "{count} výsledků pro „{query}“";
1286
1286
  readonly emptyTitle: "Žádné výsledky";
1287
1287
  readonly emptyBody: "Zkuste jiný výraz.";
1288
- readonly searchLabel: "Search";
1289
- readonly facetRailLabel: "Filter by type";
1288
+ readonly searchLabel: "Hledat";
1289
+ readonly facetRailLabel: "Filtrovat podle typu";
1290
1290
  };
1291
1291
  readonly breadcrumb: {
1292
1292
  readonly description: "Cesta k aktuálnímu záznamu nebo složce.";
@@ -1306,22 +1306,22 @@ declare const _default: {
1306
1306
  readonly footerHint: "Kdykoli stiskněte ?";
1307
1307
  readonly then: "poté";
1308
1308
  readonly emptyTitle: "Nejsou registrovány žádné zkratky.";
1309
- readonly generalGroupLabel: "General";
1310
- readonly navigationGroupLabel: "Navigation";
1311
- readonly recordsGroupLabel: "Records";
1312
- readonly openCommandPaletteLabel: "Open command palette";
1313
- readonly searchLabel: "Search";
1314
- readonly showShortcutsLabel: "Show shortcuts";
1315
- readonly goToDashboardLabel: "Go to dashboard";
1316
- readonly goToOrdersLabel: "Go to orders";
1317
- readonly newRecordLabel: "New record";
1318
- readonly saveLabel: "Save";
1319
- readonly undoLabel: "Undo";
1309
+ readonly generalGroupLabel: "Obecné";
1310
+ readonly navigationGroupLabel: "Navigace";
1311
+ readonly recordsGroupLabel: "Záznamy";
1312
+ readonly openCommandPaletteLabel: "Otevřít paletu příkazů";
1313
+ readonly searchLabel: "Hledat";
1314
+ readonly showShortcutsLabel: "Zobrazit zkratky";
1315
+ readonly goToDashboardLabel: "Přejít na nástěnku";
1316
+ readonly goToOrdersLabel: "Přejít na objednávky";
1317
+ readonly newRecordLabel: "Nový záznam";
1318
+ readonly saveLabel: "Uložit";
1319
+ readonly undoLabel: "Vrátit zpět";
1320
1320
  };
1321
1321
  readonly avatarStack: {
1322
1322
  readonly description: "Překrývající se avatary s přetečením „+N“ a volitelnou přítomností.";
1323
1323
  readonly online: "{count} online";
1324
- readonly a11yLabel: "People";
1324
+ readonly a11yLabel: "Lidé";
1325
1325
  };
1326
1326
  };
1327
1327
  readonly system: {
@@ -1396,10 +1396,10 @@ declare const _default: {
1396
1396
  readonly latency: "Latence";
1397
1397
  };
1398
1398
  readonly widgetMissing: {
1399
- readonly description: "The fallback card shown when a stored page references a widget that is not installed.";
1400
- readonly title: "Widget unavailable";
1401
- readonly bodyLead: "No widget is registered as";
1402
- readonly bodyTail: "It may belong to a newer version or an uninstalled extension.";
1399
+ readonly description: "Náhradní karta, která se zobrazí, když uložená stránka odkazuje na widget, jenž není nainstalován.";
1400
+ readonly title: "Widget není k dispozici";
1401
+ readonly bodyLead: "Není registrován žádný widget s identifikátorem";
1402
+ readonly bodyTail: "Může patřit k novější verzi nebo k odinstalovanému rozšíření.";
1403
1403
  };
1404
1404
  };
1405
1405
  };
@@ -1413,350 +1413,350 @@ declare const _default: {
1413
1413
  readonly committed: "{title} umístěno do sloupce {col}, řádku {row}.";
1414
1414
  readonly reverted: "{title} vráceno na původní pozici.";
1415
1415
  };
1416
- readonly draggableRole: "draggable widget";
1416
+ readonly draggableRole: "přetažitelný widget";
1417
1417
  };
1418
1418
  readonly templates: {
1419
1419
  readonly crud: {
1420
- readonly newRow: "New row";
1421
- readonly exportAction: "Export";
1422
- readonly searchPlaceholder: "Search {table}…";
1423
- readonly removeFilter: "Remove {column} filter";
1424
- readonly queryFailed: "Query failed";
1425
- readonly loadingRows: "Loading rows";
1426
- readonly noMatchesTitle: "No matching rows";
1427
- readonly emptyTitle: "{count, plural, one {No {entity} yet} other {No {entity}s yet}}";
1428
- readonly createTitle: "Add {entity}";
1429
- readonly createSubtitle: "Creates one row in {table}.";
1430
- readonly createSubmit: "Add {entity}";
1431
- readonly createSuccessTitle: "{name} added";
1432
- readonly createSuccessBody: "You can undo this from the toast.";
1433
- readonly editTitle: "Edit {entity}";
1434
- readonly saveSubmit: "Save changes";
1435
- readonly deleteTitle: "Delete {entity}";
1436
- readonly deletePreflight: "Checking references…";
1437
- readonly deleteNoReferences: "This row has no inbound references.";
1438
- readonly deleteConsequencesIntro: "Deleting this row also affects:";
1439
- readonly referenceRows: "{count, plural, one {{n} row} other {{n} rows}}";
1440
- readonly confirmPrompt: "Type {value} to confirm";
1441
- readonly bulkDeleteTitle: "{count, plural, one {Delete {n} row} other {Delete {n} rows}}";
1442
- readonly bulkDeleteBody: "Referential consequences apply to every selected row.";
1443
- readonly bulkDeleteConfirm: "Delete rows";
1444
- readonly uniqueHelper: "Must be unique in {table}.";
1445
- readonly uniqueHelperCounted: "{count, plural, one {Checked against {n} row.} other {Checked against {n} rows.}}";
1420
+ readonly newRow: "Nový řádek";
1421
+ readonly exportAction: "Exportovat";
1422
+ readonly searchPlaceholder: "Hledat v {table}…";
1423
+ readonly removeFilter: "Odebrat filtr {column}";
1424
+ readonly queryFailed: "Dotaz selhal";
1425
+ readonly loadingRows: "Načítání řádků";
1426
+ readonly noMatchesTitle: "Žádné odpovídající řádky";
1427
+ readonly emptyTitle: "{count, plural, one {Zatím žádný záznam ({entity})} few {Zatím žádné záznamy ({entity})} many {Zatím žádné záznamy ({entity})} other {Zatím žádné záznamy ({entity})}}";
1428
+ readonly createTitle: "Přidat {entity}";
1429
+ readonly createSubtitle: "Vytvoří jeden řádek v {table}.";
1430
+ readonly createSubmit: "Přidat {entity}";
1431
+ readonly createSuccessTitle: "{name} přidáno";
1432
+ readonly createSuccessBody: "Tuto změnu můžete vrátit zpět z oznámení.";
1433
+ readonly editTitle: "Upravit {entity}";
1434
+ readonly saveSubmit: "Uložit změny";
1435
+ readonly deleteTitle: "Smazat {entity}";
1436
+ readonly deletePreflight: "Kontrola odkazů…";
1437
+ readonly deleteNoReferences: "Na tento řádek nic neodkazuje.";
1438
+ readonly deleteConsequencesIntro: "Smazání tohoto řádku ovlivní také:";
1439
+ readonly referenceRows: "{count, plural, one {{n} řádek} few {{n} řádky} many {{n} řádku} other {{n} řádků}}";
1440
+ readonly confirmPrompt: "Potvrďte zadáním {value}";
1441
+ readonly bulkDeleteTitle: "{count, plural, one {Smazat {n} řádek} few {Smazat {n} řádky} many {Smazat {n} řádku} other {Smazat {n} řádků}}";
1442
+ readonly bulkDeleteBody: "Důsledky pro odkazy platí pro každý vybraný řádek.";
1443
+ readonly bulkDeleteConfirm: "Smazat řádky";
1444
+ readonly uniqueHelper: "Musí být jedinečné v {table}.";
1445
+ readonly uniqueHelperCounted: "{count, plural, one {Ověřeno proti {n} řádku.} few {Ověřeno proti {n} řádkům.} many {Ověřeno proti {n} řádku.} other {Ověřeno proti {n} řádkům.}}";
1446
1446
  readonly toast: {
1447
- readonly created: "{entity} created.";
1448
- readonly createFailed: "Create failed.";
1449
- readonly saved: "Changes saved.";
1450
- readonly updateFailed: "Update failed.";
1451
- readonly deleted: "{name} deleted.";
1452
- readonly deleteFailed: "Delete failed.";
1453
- readonly bulkDeleted: "{count, plural, one {{n} row deleted.} other {{n} rows deleted.}}";
1454
- readonly bulkDeleteFailed: "Bulk delete failed.";
1455
- readonly undone: "Change undone.";
1456
- readonly undoFailed: "Undo failed.";
1447
+ readonly created: "{entity} vytvořeno.";
1448
+ readonly createFailed: "Vytvoření se nezdařilo.";
1449
+ readonly saved: "Změny uloženy.";
1450
+ readonly updateFailed: "Aktualizace se nezdařila.";
1451
+ readonly deleted: "{name} smazáno.";
1452
+ readonly deleteFailed: "Smazání se nezdařilo.";
1453
+ readonly bulkDeleted: "{count, plural, one {Smazán {n} řádek.} few {Smazány {n} řádky.} many {Smazáno {n} řádku.} other {Smazáno {n} řádků.}}";
1454
+ readonly bulkDeleteFailed: "Hromadné smazání se nezdařilo.";
1455
+ readonly undone: "Změna vrácena zpět.";
1456
+ readonly undoFailed: "Vrácení zpět se nezdařilo.";
1457
1457
  };
1458
1458
  readonly detail: {
1459
- readonly fields: "Fields";
1460
- readonly inboundReferences: "inbound references";
1461
- readonly relatedCount: "{count, plural, one {{n} related record in {table}} other {{n} related records in {table}}}";
1462
- readonly loadError: "Failed to load the record.";
1459
+ readonly fields: "Pole";
1460
+ readonly inboundReferences: "příchozí odkazy";
1461
+ readonly relatedCount: "{count, plural, one {{n} související záznam v {table}} few {{n} související záznamy v {table}} many {{n} souvisejícího záznamu v {table}} other {{n} souvisejících záznamů v {table}}}";
1462
+ readonly loadError: "Záznam se nepodařilo načíst.";
1463
1463
  };
1464
1464
  };
1465
1465
  readonly queue: {
1466
- readonly allSegment: "All";
1467
- readonly daysUnit: "{count, plural, one {{count} day} other {{count} days}}";
1468
- readonly approvedToast: "{count} approved.";
1469
- readonly rejectedToast: "{count} rejected.";
1470
- readonly undoneToast: "Decision undone.";
1471
- readonly undoFailedToast: "Could not undo this decision.";
1472
- readonly failedToast: "Decision failed.";
1473
- readonly invalidConfig: "This queue’s stored configuration is invalid. Regenerate the page to restore it.";
1474
- readonly queueLabel: "Queue";
1475
- readonly statusFilterLabel: "Status filter";
1476
- readonly errorTitle: "This queue failed to load";
1477
- readonly loading: "Loading queue";
1478
- readonly emptyTitle: "Nothing in the queue";
1479
- readonly emptyBody: "New requests appear here as they arrive.";
1480
- readonly caughtUpTitle: "You're all caught up";
1481
- readonly caughtUpBody: "No requests in this tab right now.";
1482
- readonly selectItem: "Select {title}";
1483
- readonly selectPrompt: "Select a request";
1484
- readonly selectBody: "Choose an item to review its details.";
1485
- readonly rejectTitle: "Reject requests";
1486
- readonly rejectCount: "Selected · {count}";
1487
- readonly rejectPlaceholder: "Add a note for the requester…";
1488
- readonly rejectReasonLabel: "Rejection reason";
1489
- readonly rejectNote: "The requester will be notified with your note.";
1466
+ readonly allSegment: "Vše";
1467
+ readonly daysUnit: "{count, plural, one {{count} den} few {{count} dny} many {{count} dne} other {{count} dní}}";
1468
+ readonly approvedToast: "{count} schváleno.";
1469
+ readonly rejectedToast: "{count} zamítnuto.";
1470
+ readonly undoneToast: "Rozhodnutí vráceno zpět.";
1471
+ readonly undoFailedToast: "Toto rozhodnutí se nepodařilo vrátit zpět.";
1472
+ readonly failedToast: "Rozhodnutí se nezdařilo.";
1473
+ readonly invalidConfig: "Uložená konfigurace této fronty je neplatná. Obnovte ji opětovným vygenerováním stránky.";
1474
+ readonly queueLabel: "Fronta";
1475
+ readonly statusFilterLabel: "Filtr stavu";
1476
+ readonly errorTitle: "Tuto frontu se nepodařilo načíst";
1477
+ readonly loading: "Načítání fronty";
1478
+ readonly emptyTitle: "Ve frontě nic není";
1479
+ readonly emptyBody: "Nové požadavky se zde zobrazí, jakmile dorazí.";
1480
+ readonly caughtUpTitle: "Máte vše vyřízeno";
1481
+ readonly caughtUpBody: "Na této záložce teď nejsou žádné požadavky.";
1482
+ readonly selectItem: "Vybrat {title}";
1483
+ readonly selectPrompt: "Vyberte požadavek";
1484
+ readonly selectBody: "Vyberte položku a zkontrolujte její podrobnosti.";
1485
+ readonly rejectTitle: "Zamítnout požadavky";
1486
+ readonly rejectCount: "Vybráno · {count}";
1487
+ readonly rejectPlaceholder: "Přidejte poznámku pro žadatele…";
1488
+ readonly rejectReasonLabel: "Důvod zamítnutí";
1489
+ readonly rejectNote: "Žadatel obdrží oznámení s vaší poznámkou.";
1490
1490
  };
1491
1491
  readonly dashboard: {
1492
- readonly invalidLayout: "This dashboard’s stored layout is invalid. Regenerate the page or reset its layout.";
1492
+ readonly invalidLayout: "Uložené rozvržení této nástěnky je neplatné. Znovu vygenerujte stránku nebo obnovte její rozvržení.";
1493
1493
  };
1494
1494
  readonly builder: {
1495
- readonly publish: "Publish";
1496
- readonly paletteTitle: "Blocks";
1497
- readonly inspectorTitle: "Inspector";
1498
- readonly startFromTemplate: "Start from a template";
1499
- readonly untitledDoc: "Untitled document";
1500
- readonly invalidConfig: "This builder page’s stored config is invalid. Regenerate the page or reset it.";
1495
+ readonly publish: "Publikovat";
1496
+ readonly paletteTitle: "Bloky";
1497
+ readonly inspectorTitle: "Inspektor";
1498
+ readonly startFromTemplate: "Začít ze šablony";
1499
+ readonly untitledDoc: "Dokument bez názvu";
1500
+ readonly invalidConfig: "Uložená konfigurace této stránky editoru je neplatná. Znovu vygenerujte stránku nebo ji obnovte.";
1501
1501
  readonly starterPicker: {
1502
- readonly subtitle: "Selection replaces the current draft.";
1502
+ readonly subtitle: "Výběr nahradí aktuální koncept.";
1503
1503
  };
1504
1504
  readonly inspector: {
1505
- readonly titleLabel: "Title";
1506
- readonly numberLabel: "Number";
1507
- readonly currencyLabel: "Currency";
1508
- readonly taxRateLabel: "Tax rate %";
1509
- readonly modulesLabel: "Modules";
1505
+ readonly titleLabel: "Název";
1506
+ readonly numberLabel: "Číslo";
1507
+ readonly currencyLabel: "Měna";
1508
+ readonly taxRateLabel: "Sazba daně %";
1509
+ readonly modulesLabel: "Moduly";
1510
1510
  };
1511
1511
  readonly summary: {
1512
- readonly questions: "Questions";
1513
- readonly estLength: "Est. length";
1512
+ readonly questions: "Otázky";
1513
+ readonly estLength: "Odhad délky";
1514
1514
  readonly estMinutes: "~{minutes} min";
1515
- readonly steps: "Steps";
1516
- readonly triggers: "Triggers";
1517
- readonly conditions: "Conditions";
1518
- readonly actions: "Actions";
1519
- readonly triggerLocked: "The trigger step can’t be removed.";
1515
+ readonly steps: "Kroky";
1516
+ readonly triggers: "Spouštěče";
1517
+ readonly conditions: "Podmínky";
1518
+ readonly actions: "Akce";
1519
+ readonly triggerLocked: "Krok se spouštěčem nelze odebrat.";
1520
1520
  };
1521
1521
  readonly publishModal: {
1522
- readonly confirmTitle: "Publish survey?";
1523
- readonly confirmSubtitle: "Review before it goes live.";
1524
- readonly confirmCta: "Publish survey";
1525
- readonly publishedTitle: "Survey published";
1526
- readonly publishedSubtitle: "Your survey is live and collecting responses right now.";
1522
+ readonly confirmTitle: "Publikovat dotazník?";
1523
+ readonly confirmSubtitle: "Před spuštěním vše zkontrolujte.";
1524
+ readonly confirmCta: "Publikovat dotazník";
1525
+ readonly publishedTitle: "Dotazník publikován";
1526
+ readonly publishedSubtitle: "Váš dotazník běží a právě sbírá odpovědi.";
1527
1527
  };
1528
1528
  readonly blocks: {
1529
- readonly "block-totals-summary": "Totals summary";
1530
- readonly "block-line-items": "Line items";
1531
- readonly "block-kpi-row": "KPI row";
1532
- readonly "block-bar-chart": "Bar chart";
1533
- readonly "block-line-chart": "Line chart";
1534
- readonly "block-two-col-table": "Two-column table";
1535
- readonly "block-tax-breakdown": "Tax breakdown";
1536
- readonly "block-multi-currency": "Multi-currency";
1537
- readonly "block-payment-history": "Payment history";
1538
- readonly "block-discount-codes": "Discount codes";
1539
- readonly "block-loyalty-banner": "Loyalty points";
1540
- readonly "block-recurring-banner": "Recurring";
1541
- readonly "block-qr-pay": "Payment QR";
1542
- readonly "block-delivery-stepper": "Delivery timeline";
1543
- readonly "block-signature": "Signature";
1544
- readonly "block-terms-checkbox": "Terms";
1545
- readonly "block-approval": "Approval";
1546
- readonly "block-attachments": "Attachments";
1547
- readonly "block-late-fees": "Late fees";
1548
- readonly "block-image-placeholder": "Image";
1549
- readonly "block-contact": "Contact";
1550
- readonly "block-highlight-box": "Highlight box";
1529
+ readonly "block-totals-summary": "Souhrn součtů";
1530
+ readonly "block-line-items": "Položky";
1531
+ readonly "block-kpi-row": "Řada ukazatelů";
1532
+ readonly "block-bar-chart": "Sloupcový graf";
1533
+ readonly "block-line-chart": "Spojnicový graf";
1534
+ readonly "block-two-col-table": "Dvousloupcová tabulka";
1535
+ readonly "block-tax-breakdown": "Rozpis daně";
1536
+ readonly "block-multi-currency": "Více měn";
1537
+ readonly "block-payment-history": "Historie plateb";
1538
+ readonly "block-discount-codes": "Slevové kódy";
1539
+ readonly "block-loyalty-banner": "Věrnostní body";
1540
+ readonly "block-recurring-banner": "Opakování";
1541
+ readonly "block-qr-pay": "Platební QR";
1542
+ readonly "block-delivery-stepper": "Průběh doručení";
1543
+ readonly "block-signature": "Podpis";
1544
+ readonly "block-terms-checkbox": "Podmínky";
1545
+ readonly "block-approval": "Schválení";
1546
+ readonly "block-attachments": "Přílohy";
1547
+ readonly "block-late-fees": "Penále z prodlení";
1548
+ readonly "block-image-placeholder": "Obrázek";
1549
+ readonly "block-contact": "Kontakt";
1550
+ readonly "block-highlight-box": "Zvýrazněný rámeček";
1551
1551
  };
1552
1552
  readonly starters: {
1553
1553
  readonly titles: {
1554
- readonly "st-standard": "Standard invoice";
1555
- readonly "st-recurring": "Recurring subscription";
1556
- readonly "st-deposit": "Deposit request";
1557
- readonly "st-credit-note": "Credit note";
1558
- readonly "st-late-reminder": "Late-payment reminder";
1559
- readonly "st-quote": "Quote / estimate";
1560
- readonly "st-proforma": "Pro forma";
1561
- readonly "st-receipt": "Payment receipt";
1562
- readonly "st-retainer": "Retainer";
1563
- readonly "st-usage": "Usage-based invoice";
1564
- readonly "st-milestone": "Project milestone";
1565
- readonly "st-donation": "Donation receipt (Tax ID)";
1566
- readonly "st-monthly": "Monthly summary";
1567
- readonly "st-quarterly": "Quarterly review";
1568
- readonly "st-usage-report": "Usage breakdown";
1569
- readonly "st-exec": "Executive one-pager";
1570
- readonly "st-welcome": "Welcome email";
1571
- readonly "st-receipt-email": "Invoice receipt";
1572
- readonly "st-digest": "Weekly digest";
1573
- readonly "st-dunning": "Payment reminder";
1554
+ readonly "st-standard": "Standardní faktura";
1555
+ readonly "st-recurring": "Opakované předplatné";
1556
+ readonly "st-deposit": "Výzva k záloze";
1557
+ readonly "st-credit-note": "Dobropis";
1558
+ readonly "st-late-reminder": "Upomínka po splatnosti";
1559
+ readonly "st-quote": "Nabídka / odhad ceny";
1560
+ readonly "st-proforma": "Zálohová faktura";
1561
+ readonly "st-receipt": "Doklad o platbě";
1562
+ readonly "st-retainer": "Paušál";
1563
+ readonly "st-usage": "Faktura podle spotřeby";
1564
+ readonly "st-milestone": "Milník projektu";
1565
+ readonly "st-donation": "Potvrzení o daru (DIČ)";
1566
+ readonly "st-monthly": "Měsíční souhrn";
1567
+ readonly "st-quarterly": "Čtvrtletní přehled";
1568
+ readonly "st-usage-report": "Rozpis spotřeby";
1569
+ readonly "st-exec": "Manažerské shrnutí na jednu stranu";
1570
+ readonly "st-welcome": "Uvítací e-mail";
1571
+ readonly "st-receipt-email": "Potvrzení o úhradě faktury";
1572
+ readonly "st-digest": "Týdenní přehled";
1573
+ readonly "st-dunning": "Upomínka k platbě";
1574
1574
  };
1575
1575
  readonly categories: {
1576
- readonly billing: "Billing";
1577
- readonly sales: "Sales";
1578
- readonly nonProfit: "Non-profit";
1579
- readonly reports: "Reports";
1580
- readonly lifecycle: "Lifecycle";
1581
- readonly transactional: "Transactional";
1576
+ readonly billing: "Fakturace";
1577
+ readonly sales: "Prodej";
1578
+ readonly nonProfit: "Neziskový sektor";
1579
+ readonly reports: "Sestavy";
1580
+ readonly lifecycle: "Životní cyklus";
1581
+ readonly transactional: "Transakční";
1582
1582
  readonly marketing: "Marketing";
1583
1583
  };
1584
1584
  };
1585
1585
  };
1586
1586
  readonly common: {
1587
- readonly clearFilters: "Clear filters";
1588
- readonly noMatchesBody: "Try a different search or remove a filter.";
1587
+ readonly clearFilters: "Vymazat filtry";
1588
+ readonly noMatchesBody: "Zkuste jiný výraz nebo odeberte filtr.";
1589
1589
  readonly detailLabel: "Detail";
1590
- readonly loadingRecord: "Loading record";
1590
+ readonly loadingRecord: "Načítání záznamu";
1591
1591
  };
1592
1592
  readonly directory: {
1593
- readonly invalidConfig: "This directory’s stored configuration is invalid. Regenerate the page to restore it.";
1594
- readonly searchPlaceholder: "Search people…";
1595
- readonly memberCount: "{count, plural, one {{n} person} other {{n} people}}";
1596
- readonly errorTitle: "This directory failed to load";
1597
- readonly loading: "Loading people";
1598
- readonly emptyTitle: "No people yet";
1599
- readonly emptyBody: "People appear here as rows land in the table.";
1600
- readonly noMatchesTitle: "No matching people";
1601
- readonly detailTitle: "Person";
1593
+ readonly invalidConfig: "Uložená konfigurace tohoto adresáře je neplatná. Obnovte ji opětovným vygenerováním stránky.";
1594
+ readonly searchPlaceholder: "Hledat osoby…";
1595
+ readonly memberCount: "{count, plural, one {{n} osoba} few {{n} osoby} many {{n} osoby} other {{n} osob}}";
1596
+ readonly errorTitle: "Tento adresář se nepodařilo načíst";
1597
+ readonly loading: "Načítání osob";
1598
+ readonly emptyTitle: "Zatím žádné osoby";
1599
+ readonly emptyBody: "Osoby se zde zobrazí, jakmile v tabulce přibudou řádky.";
1600
+ readonly noMatchesTitle: "Žádné odpovídající osoby";
1601
+ readonly detailTitle: "Osoba";
1602
1602
  };
1603
1603
  readonly masterDetail: {
1604
- readonly invalidConfig: "This page’s stored configuration is invalid. Regenerate the page to restore it.";
1605
- readonly railTitle: "Records";
1606
- readonly errorTitle: "This list failed to load";
1607
- readonly loading: "Loading records";
1608
- readonly emptyBody: "Records appear here as rows land in the table.";
1609
- readonly noMatchesTitle: "No matching records";
1610
- readonly noMatchesBody: "Try removing a filter.";
1611
- readonly selectPrompt: "Select a record";
1612
- readonly selectBody: "Choose an item from the list to see its details.";
1604
+ readonly invalidConfig: "Uložená konfigurace této stránky je neplatná. Obnovte ji opětovným vygenerováním stránky.";
1605
+ readonly railTitle: "Záznamy";
1606
+ readonly errorTitle: "Tento seznam se nepodařilo načíst";
1607
+ readonly loading: "Načítání záznamů";
1608
+ readonly emptyBody: "Záznamy se zde zobrazí, jakmile v tabulce přibudou řádky.";
1609
+ readonly noMatchesTitle: "Žádné odpovídající záznamy";
1610
+ readonly noMatchesBody: "Zkuste odebrat filtr.";
1611
+ readonly selectPrompt: "Vyberte záznam";
1612
+ readonly selectBody: "Vyberte položku ze seznamu a zobrazte její podrobnosti.";
1613
1613
  };
1614
1614
  readonly chat: {
1615
- readonly invalidLayout: "This chat page’s stored layout is invalid. Regenerate the page or reset its layout.";
1616
- readonly noInboxTitle: "No inbox on this page";
1617
- readonly noInboxBody: "Regenerate the page.";
1618
- readonly conversationsFailed: "The conversation query failed";
1619
- readonly messagesFailed: "The messages query failed";
1620
- readonly loadingConversations: "Loading conversations";
1621
- readonly loadingMessages: "Loading messages";
1622
- readonly selectTitle: "Select a conversation";
1623
- readonly selectBody: "Pick a conversation from the inbox to read its messages.";
1615
+ readonly invalidLayout: "Uložené rozvržení této stránky chatu je neplatné. Znovu vygenerujte stránku nebo obnovte její rozvržení.";
1616
+ readonly noInboxTitle: "Na této stránce není žádná schránka";
1617
+ readonly noInboxBody: "Znovu vygenerujte stránku.";
1618
+ readonly conversationsFailed: "Dotaz na konverzace selhal";
1619
+ readonly messagesFailed: "Dotaz na zprávy selhal";
1620
+ readonly loadingConversations: "Načítání konverzací";
1621
+ readonly loadingMessages: "Načítání zpráv";
1622
+ readonly selectTitle: "Vyberte konverzaci";
1623
+ readonly selectBody: "Vyberte konverzaci ze schránky a přečtěte si její zprávy.";
1624
1624
  };
1625
1625
  readonly files: {
1626
- readonly allFiles: "All files";
1627
- readonly recent: "Recent";
1628
- readonly starred: "Starred";
1629
- readonly invalidLayout: "This files page’s stored layout is invalid. Regenerate the page or reset its layout.";
1630
- readonly missingSlotTitle: "No file browser on this page";
1631
- readonly missingSlotBody: "The stored layout has no browser slot. Regenerate the page.";
1632
- readonly loadFailed: "The file query failed";
1633
- readonly loading: "Loading files";
1634
- readonly uploadsUnavailable: "Uploads are not available on this page yet.";
1635
- readonly previewTitle: "File";
1636
- readonly kindLabel: "Kind";
1637
- readonly linkLabel: "Link";
1626
+ readonly allFiles: "Všechny soubory";
1627
+ readonly recent: "Nedávné";
1628
+ readonly starred: "S hvězdičkou";
1629
+ readonly invalidLayout: "Uložené rozvržení této stránky souborů je neplatné. Znovu vygenerujte stránku nebo obnovte její rozvržení.";
1630
+ readonly missingSlotTitle: "Na této stránce není žádný prohlížeč souborů";
1631
+ readonly missingSlotBody: "Uložené rozvržení nemá slot pro prohlížeč. Znovu vygenerujte stránku.";
1632
+ readonly loadFailed: "Dotaz na soubory selhal";
1633
+ readonly loading: "Načítání souborů";
1634
+ readonly uploadsUnavailable: "Nahrávání souborů zatím na této stránce není k dispozici.";
1635
+ readonly previewTitle: "Soubor";
1636
+ readonly kindLabel: "Druh";
1637
+ readonly linkLabel: "Odkaz";
1638
1638
  };
1639
1639
  readonly logViewer: {
1640
- readonly invalidLayout: "This log page’s stored layout is invalid. Regenerate the page or reset its layout.";
1641
- readonly levelFilterLabel: "Log level filter";
1642
- readonly timeFilterLabel: "Time window filter";
1640
+ readonly invalidLayout: "Uložené rozvržení této stránky protokolu je neplatné. Znovu vygenerujte stránku nebo obnovte její rozvržení.";
1641
+ readonly levelFilterLabel: "Filtr úrovně protokolu";
1642
+ readonly timeFilterLabel: "Filtr časového okna";
1643
1643
  readonly window: {
1644
- readonly "1h": "1h";
1645
- readonly "24h": "24h";
1646
- readonly "7d": "7d";
1644
+ readonly "1h": "1 h";
1645
+ readonly "24h": "24 h";
1646
+ readonly "7d": "7 d";
1647
1647
  };
1648
1648
  readonly heldCount: "+{count}";
1649
- readonly missingSlotTitle: "No log widget on this page";
1650
- readonly missingSlotBody: "The stored layout has no log slot. Regenerate the page.";
1651
- readonly loadFailed: "The log query failed";
1652
- readonly loading: "Loading log entries";
1653
- readonly traceTitle: "Trace";
1654
- readonly latestTitle: "Latest activity";
1655
- readonly backToLatest: "Back to latest";
1656
- readonly eventFallback: "Event";
1649
+ readonly missingSlotTitle: "Na této stránce není žádný widget protokolu";
1650
+ readonly missingSlotBody: "Uložené rozvržení nemá slot pro protokol. Znovu vygenerujte stránku.";
1651
+ readonly loadFailed: "Dotaz na protokol selhal";
1652
+ readonly loading: "Načítání záznamů protokolu";
1653
+ readonly traceTitle: "Trasování";
1654
+ readonly latestTitle: "Nejnovější aktivita";
1655
+ readonly backToLatest: "Zpět na nejnovější";
1656
+ readonly eventFallback: "Událost";
1657
1657
  };
1658
1658
  readonly calendar: {
1659
- readonly eventCount: "{count, plural, one {{n} event} other {{n} events}}";
1660
- readonly composePlaceholder: "Event title…";
1661
- readonly addEvent: "Add event";
1662
- readonly dateRange: "Date range";
1659
+ readonly eventCount: "{count, plural, one {{n} událost} few {{n} události} many {{n} události} other {{n} událostí}}";
1660
+ readonly composePlaceholder: "Název události…";
1661
+ readonly addEvent: "Přidat událost";
1662
+ readonly dateRange: "Rozsah dat";
1663
1663
  readonly agendaTitle: "Agenda";
1664
- readonly categoriesTitle: "Categories";
1665
- readonly upcomingTitle: "Upcoming";
1666
- readonly invalidLayout: "This calendar’s stored layout is invalid. Regenerate the page or reset its layout.";
1664
+ readonly categoriesTitle: "Kategorie";
1665
+ readonly upcomingTitle: "Nadcházející";
1666
+ readonly invalidLayout: "Uložené rozvržení tohoto kalendáře je neplatné. Znovu vygenerujte stránku nebo obnovte její rozvržení.";
1667
1667
  };
1668
1668
  readonly scheduler: {
1669
- readonly previousWeek: "Previous week";
1670
- readonly nextWeek: "Next week";
1671
- readonly week: "Week";
1672
- readonly month: "Month";
1673
- readonly invalidLayout: "This schedule’s stored layout is invalid. Regenerate the page or reset its layout.";
1674
- readonly shiftCount: "{count, plural, one {{n} shift} other {{n} shifts}}";
1675
- readonly addShift: "Add shift";
1669
+ readonly previousWeek: "Předchozí týden";
1670
+ readonly nextWeek: "Další týden";
1671
+ readonly week: "Týden";
1672
+ readonly month: "Měsíc";
1673
+ readonly invalidLayout: "Uložené rozvržení tohoto rozvrhu je neplatné. Znovu vygenerujte stránku nebo obnovte její rozvržení.";
1674
+ readonly shiftCount: "{count, plural, one {{n} směna} few {{n} směny} many {{n} směny} other {{n} směn}}";
1675
+ readonly addShift: "Přidat směnu";
1676
1676
  };
1677
1677
  readonly settings: {
1678
- readonly title: "Notification settings";
1679
- readonly subtitle: "Choose what you're notified about and how";
1680
- readonly matrixLabel: "Notify me about";
1681
- readonly rowHeader: "Event";
1682
- readonly saved: "Saved";
1683
- readonly unavailableTag: "Not available yet";
1684
- readonly loading: "Loading preferences";
1685
- readonly errorTitle: "These settings failed to load";
1686
- readonly emptyTitle: "Nothing to configure yet";
1687
- readonly emptyBody: "Notification events appear here as producers ship.";
1678
+ readonly title: "Nastavení oznámení";
1679
+ readonly subtitle: "Zvolte, o čem a jak budete informováni";
1680
+ readonly matrixLabel: "Upozornit na";
1681
+ readonly rowHeader: "Událost";
1682
+ readonly saved: "Uloženo";
1683
+ readonly unavailableTag: "Zatím není k dispozici";
1684
+ readonly loading: "Načítání předvoleb";
1685
+ readonly errorTitle: "Tato nastavení se nepodařilo načíst";
1686
+ readonly emptyTitle: "Zatím není co nastavovat";
1687
+ readonly emptyBody: "Události oznámení se zde objeví, jakmile budou jejich producenti nasazeni.";
1688
1688
  };
1689
1689
  readonly pageCrud: {
1690
- readonly description: "The canonical table page: searchable data grid, create/edit forms, safe deletes with reference checks, and undoable changes.";
1690
+ readonly description: "Standardní stránka tabulky: prohledávatelná datová mřížka, formuláře pro vytvoření a úpravu, bezpečné mazání s kontrolou odkazů a vratné změny.";
1691
1691
  };
1692
1692
  readonly pageDashboard: {
1693
- readonly description: "A widget dashboard over your data: KPI cards, charts, and lists on an editable grid.";
1693
+ readonly description: "Nástěnka s widgety nad vašimi daty: karty ukazatelů, grafy a seznamy v upravitelné mřížce.";
1694
1694
  };
1695
1695
  readonly pageBoard: {
1696
- readonly description: "A kanban board grouped by a status field drag cards between columns to update records.";
1696
+ readonly description: "Kanbanová nástěnka seskupená podle pole se stavempřetažením karet mezi sloupci aktualizujete záznamy.";
1697
1697
  };
1698
1698
  readonly pageCalendar: {
1699
- readonly description: "A month calendar with agenda, category filters, and quick event capture from a date field.";
1699
+ readonly description: "Měsíční kalendář s agendou, filtry kategorií a rychlým zadáváním událostí z pole s datem.";
1700
1700
  };
1701
1701
  readonly pageScheduler: {
1702
- readonly description: "A week-by-resource shift matrix with capacity tracking and coverage totals.";
1702
+ readonly description: "Matice směn podle týdne a zdroje se sledováním kapacity a součty pokrytí.";
1703
1703
  };
1704
1704
  readonly pageDirectory: {
1705
- readonly description: "A people directory with search, group filters, and a profile drawer.";
1705
+ readonly description: "Adresář osob s vyhledáváním, filtry skupin a bočním panelem profilu.";
1706
1706
  };
1707
1707
  readonly pageMasterDetail: {
1708
- readonly description: "A list-beside-detail layout: pick a record on the left, work with it on the right.";
1708
+ readonly description: "Rozvržení se seznamem vedle detailu: vlevo vyberete záznam, vpravo s ním pracujete.";
1709
1709
  };
1710
1710
  readonly pageQueueInbox: {
1711
- readonly description: "A review queue with approve/reject decisions, bulk actions, and undo.";
1711
+ readonly description: "Fronta ke kontrole s rozhodnutími schválit/zamítnout, hromadnými akcemi a vrácením zpět.";
1712
1712
  };
1713
1713
  readonly pageLogViewer: {
1714
- readonly description: "A live-tailing log table with level and time filters and a trace side panel.";
1714
+ readonly description: "Živě doplňovaná tabulka protokolu s filtry úrovně a času a bočním panelem trasování.";
1715
1715
  };
1716
1716
  readonly pageFiles: {
1717
- readonly description: "A file browser with smart folders, uploads, and a preview drawer.";
1717
+ readonly description: "Prohlížeč souborů s chytrými složkami, nahráváním a bočním panelem náhledu.";
1718
1718
  };
1719
1719
  readonly pageChat: {
1720
- readonly description: "A conversation inbox beside a message thread, bound to your messages tables.";
1720
+ readonly description: "Schránka konverzací vedle vlákna zpráv, navázaná na vaše tabulky se zprávami.";
1721
1721
  };
1722
1722
  readonly pageBuilder: {
1723
- readonly description: "A drag-and-drop document builder with block palette, inspector, and publish flow.";
1723
+ readonly description: "Editor dokumentů s přetahováním, paletou bloků, inspektorem a postupem publikování.";
1724
1724
  };
1725
1725
  readonly pageWizard: {
1726
- readonly description: "A multi-step guided flow that walks users through a structured process.";
1726
+ readonly description: "Vícekrokový průvodce, který uživatele provede strukturovaným procesem.";
1727
1727
  };
1728
1728
  readonly pageSettings: {
1729
- readonly description: "A notification-preferences matrix with per-channel toggles and autosave.";
1729
+ readonly description: "Matice předvoleb oznámení s přepínači pro každý kanál a automatickým ukládáním.";
1730
1730
  };
1731
1731
  };
1732
1732
  readonly frame: {
1733
- readonly noResult: "No result for widget";
1734
- readonly emptyTitle: "No data for range";
1735
- readonly loadError: "Something went wrong loading this widget.";
1736
- readonly renderError: "This widget failed to render.";
1737
- readonly refreshing: "Refreshing";
1738
- readonly infoLabel: "Widget info";
1739
- readonly menuLabel: "Widget menu";
1733
+ readonly noResult: "Widget nevrátil žádný výsledek";
1734
+ readonly emptyTitle: "Pro toto období nejsou žádná data";
1735
+ readonly loadError: "Při načítání tohoto widgetu se něco pokazilo.";
1736
+ readonly renderError: "Tento widget se nepodařilo vykreslit.";
1737
+ readonly refreshing: "Obnovování";
1738
+ readonly infoLabel: "Informace o widgetu";
1739
+ readonly menuLabel: "Nabídka widgetu";
1740
1740
  };
1741
1741
  readonly charts: {
1742
- readonly livePillLabel: "Live";
1742
+ readonly livePillLabel: "Živě";
1743
1743
  readonly forecast: {
1744
- readonly nowLabel: "Now";
1745
- readonly forecastLabel: "Forecast";
1746
- readonly actualLabel: "Actual";
1744
+ readonly nowLabel: "Nyní";
1745
+ readonly forecastLabel: "Předpověď";
1746
+ readonly actualLabel: "Skutečnost";
1747
1747
  };
1748
- readonly otherLabel: "Other";
1748
+ readonly otherLabel: "Ostatní";
1749
1749
  readonly heat: {
1750
- readonly lessLabel: "Less";
1751
- readonly moreLabel: "More";
1750
+ readonly lessLabel: "Méně";
1751
+ readonly moreLabel: "Více";
1752
1752
  };
1753
1753
  readonly choropleth: {
1754
- readonly lowLabel: "Low";
1755
- readonly highLabel: "High";
1754
+ readonly lowLabel: "Nízká";
1755
+ readonly highLabel: "Vysoká";
1756
1756
  };
1757
1757
  readonly funnel: {
1758
- readonly stepConversion: "{pct}% continue";
1759
- readonly overallConversion: "{pct}% overall";
1758
+ readonly stepConversion: "{pct}% pokračuje";
1759
+ readonly overallConversion: "{pct}% celkem";
1760
1760
  };
1761
1761
  };
1762
1762
  };