@c8y/ngx-components 1021.21.0 → 1021.22.26

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 (185) hide show
  1. package/alarms/alarm-details.component.d.ts +1 -3
  2. package/alarms/alarm-details.component.d.ts.map +1 -1
  3. package/alarms/alarm-info.component.d.ts +9 -14
  4. package/alarms/alarm-info.component.d.ts.map +1 -1
  5. package/alarms/alarms-date-filter.component.d.ts +23 -10
  6. package/alarms/alarms-date-filter.component.d.ts.map +1 -1
  7. package/alarms/alarms-type-filter.component.d.ts +21 -14
  8. package/alarms/alarms-type-filter.component.d.ts.map +1 -1
  9. package/alarms/alarms-view.service.d.ts +7 -0
  10. package/alarms/alarms-view.service.d.ts.map +1 -1
  11. package/alarms/alarms.component.d.ts.map +1 -1
  12. package/alarms/alarms.helper.d.ts +5 -0
  13. package/alarms/alarms.helper.d.ts.map +1 -0
  14. package/alarms/alarms.model.d.ts +1 -6
  15. package/alarms/alarms.model.d.ts.map +1 -1
  16. package/alarms/alarms.module.d.ts +1 -1
  17. package/alarms/alarms.module.d.ts.map +1 -1
  18. package/alarms/cockpit/index.d.ts.map +1 -1
  19. package/alarms/devicemanagement/index.d.ts.map +1 -1
  20. package/alarms/index.d.ts +6 -4
  21. package/alarms/index.d.ts.map +1 -1
  22. package/branding/shared/data/branding-tracking.service.d.ts +20 -0
  23. package/branding/shared/data/branding-tracking.service.d.ts.map +1 -0
  24. package/branding/shared/data/branding-version.service.d.ts.map +1 -1
  25. package/branding/shared/data/index.d.ts +1 -0
  26. package/branding/shared/data/index.d.ts.map +1 -1
  27. package/branding/shared/data/store-branding.service.d.ts +8 -1
  28. package/branding/shared/data/store-branding.service.d.ts.map +1 -1
  29. package/branding/shared/lazy/branding/branding.component.d.ts +3 -2
  30. package/branding/shared/lazy/branding/branding.component.d.ts.map +1 -1
  31. package/branding/shared/lazy/branding-theme-form/branding-theme-form.component.d.ts.map +1 -1
  32. package/branding/shared/lazy/edit-branding-router-outlet/edit-branding-router-outlet.component.d.ts.map +1 -1
  33. package/cockpit-config/cockpit-config.module.d.ts +1 -1
  34. package/cockpit-config/cockpit-config.module.d.ts.map +1 -1
  35. package/context-dashboard/context-dashboard.service.d.ts +1 -1
  36. package/context-dashboard/context-dashboard.service.d.ts.map +1 -1
  37. package/core/bootstrap/bootstrap.component.d.ts.map +1 -1
  38. package/core/common/service-registry.model.d.ts +2 -1
  39. package/core/common/service-registry.model.d.ts.map +1 -1
  40. package/core/common/ui-state.service.d.ts +0 -1
  41. package/core/common/ui-state.service.d.ts.map +1 -1
  42. package/core/i18n/missing-translation-custom.handler.d.ts +1 -0
  43. package/core/i18n/missing-translation-custom.handler.d.ts.map +1 -1
  44. package/core/plugins/index.d.ts +1 -0
  45. package/core/plugins/index.d.ts.map +1 -1
  46. package/core/plugins/plugin-loaded.pipe.d.ts +12 -0
  47. package/core/plugins/plugin-loaded.pipe.d.ts.map +1 -0
  48. package/core/plugins/plugins-resolve.service.d.ts +4 -2
  49. package/core/plugins/plugins-resolve.service.d.ts.map +1 -1
  50. package/core/plugins/plugins.model.d.ts +3 -1
  51. package/core/plugins/plugins.model.d.ts.map +1 -1
  52. package/core/plugins/plugins.service.d.ts +3 -0
  53. package/core/plugins/plugins.service.d.ts.map +1 -1
  54. package/core/router/context-route.component.d.ts +8 -3
  55. package/core/router/context-route.component.d.ts.map +1 -1
  56. package/core/router/context-route.service.d.ts +29 -3
  57. package/core/router/context-route.service.d.ts.map +1 -1
  58. package/core/router/router-tabs.resolver.d.ts +6 -3
  59. package/core/router/router-tabs.resolver.d.ts.map +1 -1
  60. package/core/router/router.model.d.ts +40 -3
  61. package/core/router/router.model.d.ts.map +1 -1
  62. package/core/router/router.module.d.ts +2 -1
  63. package/core/router/router.module.d.ts.map +1 -1
  64. package/core/router/router.service.d.ts +5 -4
  65. package/core/router/router.service.d.ts.map +1 -1
  66. package/core/router/scoped-context-route.service.d.ts +57 -0
  67. package/core/router/scoped-context-route.service.d.ts.map +1 -0
  68. package/core/router/view-context.service.d.ts +8 -18
  69. package/core/router/view-context.service.d.ts.map +1 -1
  70. package/ecosystem/application-plugins/application-plugins.component.d.ts.map +1 -1
  71. package/ecosystem/application-plugins/application-plugins.guard.d.ts.map +1 -1
  72. package/ecosystem/application-plugins/orphaned-status-cell-renderer.component.d.ts.map +1 -1
  73. package/esm2022/alarms/alarm-details.component.mjs +7 -9
  74. package/esm2022/alarms/alarm-info.component.mjs +23 -33
  75. package/esm2022/alarms/alarm-severity-to-label.pipe.mjs +2 -2
  76. package/esm2022/alarms/alarms-date-filter.component.mjs +94 -42
  77. package/esm2022/alarms/alarms-type-filter.component.mjs +102 -72
  78. package/esm2022/alarms/alarms-view.service.mjs +17 -3
  79. package/esm2022/alarms/alarms.component.mjs +12 -5
  80. package/esm2022/alarms/alarms.helper.mjs +32 -0
  81. package/esm2022/alarms/alarms.model.mjs +1 -1
  82. package/esm2022/alarms/alarms.module.mjs +7 -7
  83. package/esm2022/alarms/cockpit/index.mjs +13 -17
  84. package/esm2022/alarms/devicemanagement/index.mjs +15 -18
  85. package/esm2022/alarms/index.mjs +7 -5
  86. package/esm2022/branding/shared/data/branding-tracking.service.mjs +58 -0
  87. package/esm2022/branding/shared/data/branding-version.service.mjs +9 -5
  88. package/esm2022/branding/shared/data/index.mjs +2 -1
  89. package/esm2022/branding/shared/data/store-branding.service.mjs +15 -4
  90. package/esm2022/branding/shared/lazy/branding/branding.component.mjs +16 -12
  91. package/esm2022/branding/shared/lazy/branding-theme-form/branding-theme-form.component.mjs +5 -2
  92. package/esm2022/branding/shared/lazy/edit-branding-router-outlet/edit-branding-router-outlet.component.mjs +2 -2
  93. package/esm2022/cockpit-config/cockpit-config.module.mjs +6 -3
  94. package/esm2022/cockpit-config/feature-config.component.mjs +5 -4
  95. package/esm2022/context-dashboard/context-dashboard.service.mjs +47 -13
  96. package/esm2022/core/bootstrap/bootstrap.component.mjs +4 -3
  97. package/esm2022/core/common/service-registry.model.mjs +1 -1
  98. package/esm2022/core/common/ui-state.service.mjs +1 -19
  99. package/esm2022/core/i18n/missing-translation-custom.handler.mjs +5 -1
  100. package/esm2022/core/i18n/translation-loader.service.mjs +2 -2
  101. package/esm2022/core/plugins/index.mjs +2 -1
  102. package/esm2022/core/plugins/plugin-loaded.pipe.mjs +26 -0
  103. package/esm2022/core/plugins/plugins-resolve.service.mjs +5 -1
  104. package/esm2022/core/plugins/plugins.model.mjs +2 -1
  105. package/esm2022/core/plugins/plugins.service.mjs +13 -5
  106. package/esm2022/core/router/context-route.component.mjs +23 -13
  107. package/esm2022/core/router/context-route.service.mjs +37 -5
  108. package/esm2022/core/router/router-tabs.resolver.mjs +66 -21
  109. package/esm2022/core/router/router.model.mjs +6 -1
  110. package/esm2022/core/router/router.module.mjs +20 -13
  111. package/esm2022/core/router/router.service.mjs +24 -10
  112. package/esm2022/core/router/scoped-context-route.service.mjs +157 -0
  113. package/esm2022/core/router/view-context.service.mjs +59 -16
  114. package/esm2022/core/tabs/tabs-outlet.component.mjs +3 -3
  115. package/esm2022/core/version/websdk-plugin-version.factory.mjs +2 -2
  116. package/esm2022/datapoint-selector/datapoint-selection-list/datapoint-selection-list.component.mjs +3 -3
  117. package/esm2022/ecosystem/activity-log/activity-log.component.mjs +3 -3
  118. package/esm2022/ecosystem/application-plugins/application-plugins.component.mjs +67 -23
  119. package/esm2022/ecosystem/application-plugins/application-plugins.guard.mjs +8 -2
  120. package/esm2022/ecosystem/application-plugins/orphaned-status-cell-renderer.component.mjs +7 -1
  121. package/esm2022/interval-picker/interval-picker.component.mjs +1 -1
  122. package/esm2022/interval-picker/interval-picker.model.mjs +1 -1
  123. package/esm2022/protocol-lwm2m/ng1/plugin-checker.service.mjs +5 -1
  124. package/esm2022/widgets/definitions/alarms/alarm-list/index.mjs +2 -1
  125. package/esm2022/widgets/implementations/alarms/alarm-list-widget-config/alarm-list-widget-config.component.mjs +73 -4
  126. package/esm2022/widgets/implementations/alarms/alarm-list-widget-view/alarm-list-widget.component.mjs +29 -5
  127. package/esm2022/widgets/implementations/alarms/alarm-list-widget.model.mjs +7 -1
  128. package/esm2022/widgets/implementations/alarms/alarm-widget.service.mjs +12 -2
  129. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs +12 -16
  130. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs.map +1 -1
  131. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs +14 -17
  132. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs.map +1 -1
  133. package/fesm2022/c8y-ngx-components-alarms.mjs +389 -268
  134. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  135. package/fesm2022/c8y-ngx-components-branding-shared-data.mjs +76 -9
  136. package/fesm2022/c8y-ngx-components-branding-shared-data.mjs.map +1 -1
  137. package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs +19 -12
  138. package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs.map +1 -1
  139. package/fesm2022/c8y-ngx-components-cockpit-config.mjs +7 -5
  140. package/fesm2022/c8y-ngx-components-cockpit-config.mjs.map +1 -1
  141. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +46 -12
  142. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  143. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +2 -2
  144. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  145. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +79 -23
  146. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
  147. package/fesm2022/c8y-ngx-components-ecosystem.mjs +81 -25
  148. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  149. package/fesm2022/c8y-ngx-components-interval-picker.mjs.map +1 -1
  150. package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs +4 -0
  151. package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs.map +1 -1
  152. package/fesm2022/c8y-ngx-components-widgets-definitions-alarms-alarm-list.mjs +1 -0
  153. package/fesm2022/c8y-ngx-components-widgets-definitions-alarms-alarm-list.mjs.map +1 -1
  154. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs +124 -15
  155. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs.map +1 -1
  156. package/fesm2022/c8y-ngx-components.mjs +489 -176
  157. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  158. package/interval-picker/interval-picker.component.d.ts +2 -2
  159. package/interval-picker/interval-picker.component.d.ts.map +1 -1
  160. package/interval-picker/interval-picker.model.d.ts +5 -0
  161. package/interval-picker/interval-picker.model.d.ts.map +1 -1
  162. package/locales/de.po +431 -538
  163. package/locales/en.po +2 -889
  164. package/locales/en_US.po +2 -880
  165. package/locales/es.po +462 -540
  166. package/locales/fr.po +470 -549
  167. package/locales/ja_JP.po +405 -598
  168. package/locales/ko.po +649 -502
  169. package/locales/locales.pot +27 -12
  170. package/locales/nl.po +463 -541
  171. package/locales/pl.po +504 -554
  172. package/locales/pt_BR.po +466 -543
  173. package/locales/zh_CN.po +650 -498
  174. package/locales/zh_TW.po +650 -498
  175. package/package.json +1 -1
  176. package/protocol-lwm2m/ng1/plugin-checker.service.d.ts +4 -0
  177. package/protocol-lwm2m/ng1/plugin-checker.service.d.ts.map +1 -1
  178. package/widgets/definitions/alarms/alarm-list/index.d.ts.map +1 -1
  179. package/widgets/implementations/alarms/alarm-list-widget-config/alarm-list-widget-config.component.d.ts +12 -1
  180. package/widgets/implementations/alarms/alarm-list-widget-config/alarm-list-widget-config.component.d.ts.map +1 -1
  181. package/widgets/implementations/alarms/alarm-list-widget-view/alarm-list-widget.component.d.ts +12 -1
  182. package/widgets/implementations/alarms/alarm-list-widget-view/alarm-list-widget.component.d.ts.map +1 -1
  183. package/widgets/implementations/alarms/alarm-list-widget.model.d.ts +11 -1
  184. package/widgets/implementations/alarms/alarm-list-widget.model.d.ts.map +1 -1
  185. package/widgets/implementations/alarms/alarm-widget.service.d.ts.map +1 -1
package/locales/pl.po CHANGED
@@ -1,10 +1,19 @@
1
1
  msgid ""
2
2
  msgstr ""
3
- "Project-Id-Version: c8yui.core\n"
3
+ "Project-Id-Version: c8y-cumulocity-ui\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language: pl\n"
8
+ "Language-Team: Polish\n"
4
9
  "Content-Type: text/plain; charset=UTF-8\n"
5
10
  "Content-Transfer-Encoding: 8bit\n"
6
- "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
7
- "Language: pl\n"
11
+ "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
12
+ "X-Crowdin-Project: c8y-cumulocity-ui\n"
13
+ "X-Crowdin-Project-ID: 741359\n"
14
+ "X-Crowdin-Language: pl\n"
15
+ "X-Crowdin-File: /release.y2025/locales.pot\n"
16
+ "X-Crowdin-File-ID: 74\n"
8
17
 
9
18
  msgid "\"Proof of possession\" is a security method used to prove that whoever sends a message is also in the possession of the particular cryptographic key."
10
19
  msgstr "„Dowód posiadania” to metoda zabezpieczeń używana w celu potwierdzenia, że osoba, która wysyła komunikat, jest również w posiadaniu określonego klucza kryptograficznego."
@@ -71,6 +80,7 @@ msgid_plural "({{ $count }} children)"
71
80
  msgstr[0] "(elementy podrzędne: {{ $count }})"
72
81
  msgstr[1] "(elementy podrzędne: {{ $count }})"
73
82
  msgstr[2] "(elementy podrzędne: {{ $count }})"
83
+ msgstr[3] "(elementy podrzędne: {{ $count }})"
74
84
 
75
85
  msgid "(deprecated)"
76
86
  msgstr "(przestarzałe)"
@@ -89,78 +99,91 @@ msgid_plural "{{$count}} API requests, including:"
89
99
  msgstr[0] "Żądania interfejsu API: {{$count}}. W tym:"
90
100
  msgstr[1] "Żądania interfejsu API: {{$count}}. W tym:"
91
101
  msgstr[2] "Żądania interfejsu API: {{$count}}. W tym:"
102
+ msgstr[3] "Żądania interfejsu API: {{$count}}. W tym:"
92
103
 
93
104
  msgid "1 application"
94
105
  msgid_plural "{{$count}} applications"
95
106
  msgstr[0] "Aplikacje: {{$count}}"
96
107
  msgstr[1] "Aplikacje: {{$count}}"
97
108
  msgstr[2] "Aplikacje: {{$count}}"
109
+ msgstr[3] "Aplikacje: {{$count}}"
98
110
 
99
111
  msgid "1 child active`asset`"
100
112
  msgid_plural "{{$count}} children active`asset`"
101
113
  msgstr[0] "Aktywne podrzędne: {{$count}}"
102
114
  msgstr[1] "Aktywne podrzędne: {{$count}}"
103
115
  msgstr[2] "Aktywne podrzędne: {{$count}}"
116
+ msgstr[3] "Aktywne podrzędne: {{$count}}"
104
117
 
105
118
  msgid "1 day"
106
119
  msgid_plural "{{ $count }} days"
107
120
  msgstr[0] "{{ $count }} dni"
108
121
  msgstr[1] "{{ $count }} dni"
109
122
  msgstr[2] "{{ $count }} dni"
123
+ msgstr[3] "{{ $count }} dni"
110
124
 
111
125
  msgid "1 device"
112
126
  msgid_plural "{{$count}} devices"
113
127
  msgstr[0] "Urządzenia: {{$count}}"
114
128
  msgstr[1] "Urządzenia: {{$count}}"
115
129
  msgstr[2] "Urządzenia: {{$count}}"
130
+ msgstr[3] "Urządzenia: {{$count}}"
116
131
 
117
132
  msgid "1 device API request"
118
133
  msgid_plural "{{$count}} device API requests"
119
134
  msgstr[0] "Żądania interfejsu API urządzenia: {{$count}}"
120
135
  msgstr[1] "Żądania interfejsu API urządzenia: {{$count}}"
121
136
  msgstr[2] "Żądania interfejsu API urządzenia: {{$count}}"
137
+ msgstr[3] "Żądania interfejsu API urządzenia: {{$count}}"
122
138
 
123
139
  msgid "1 device credentials"
124
140
  msgid_plural "{{$count}} device credentials"
125
141
  msgstr[0] "Dane do logowania urządzeń: {{$count}}"
126
142
  msgstr[1] "Dane do logowania urządzeń: {{$count}}"
127
143
  msgstr[2] "Dane do logowania urządzeń: {{$count}}"
144
+ msgstr[3] "Dane do logowania urządzeń: {{$count}}"
128
145
 
129
146
  msgid "1 inbound API request"
130
147
  msgid_plural "{{$count}} inbound API requests"
131
148
  msgstr[0] "Przychodzące żądania interfejsu API: {{$count}}"
132
149
  msgstr[1] "Przychodzące żądania interfejsu API: {{$count}}"
133
150
  msgstr[2] "Przychodzące żądania interfejsu API: {{$count}}"
151
+ msgstr[3] "Przychodzące żądania interfejsu API: {{$count}}"
134
152
 
135
153
  msgid "1 mapping"
136
154
  msgid_plural "{{$count}} mappings"
137
155
  msgstr[0] "Mapowania: {{$count}}"
138
156
  msgstr[1] "Mapowania: {{$count}}"
139
157
  msgstr[2] "Mapowania: {{$count}}"
158
+ msgstr[3] "Mapowania: {{$count}}"
140
159
 
141
160
  msgid "1 operation executing"
142
161
  msgid_plural "{{$count}} operations executing"
143
162
  msgstr[0] "Wykonywanie {{$count}} operacji"
144
163
  msgstr[1] "Wykonywanie {{$count}} operacji"
145
164
  msgstr[2] "Wykonywanie {{$count}} operacji"
165
+ msgstr[3] "Wykonywanie {{$count}} operacji"
146
166
 
147
167
  msgid "1 operation failed"
148
168
  msgid_plural "{{$count}} operations failed"
149
169
  msgstr[0] "Nieudane operacje: {{$count}}"
150
170
  msgstr[1] "Nieudane operacje: {{$count}}"
151
171
  msgstr[2] "Nieudane operacje: {{$count}}"
172
+ msgstr[3] "Nieudane operacje: {{$count}}"
152
173
 
153
174
  msgid "1 operation pending"
154
175
  msgid_plural "{{$count}} operations pending"
155
176
  msgstr[0] "Operacje oczekujące: {{$count}}"
156
177
  msgstr[1] "Operacje oczekujące: {{$count}}"
157
178
  msgstr[2] "Operacje oczekujące: {{$count}}"
179
+ msgstr[3] "Operacje oczekujące: {{$count}}"
158
180
 
159
181
  msgid "1 operation successful"
160
182
  msgid_plural "{{$count}} operations successful"
161
183
  msgstr[0] "Operacje zakończone powodzeniem: {{$count}}"
162
184
  msgstr[1] "Operacje zakończone powodzeniem: {{$count}}"
163
185
  msgstr[2] "Operacje zakończone powodzeniem: {{$count}}"
186
+ msgstr[3] "Operacje zakończone powodzeniem: {{$count}}"
164
187
 
165
188
  msgid "1 patch"
166
189
  msgstr "1 poprawka"
@@ -170,6 +193,7 @@ msgid_plural "{{$count}} root devices"
170
193
  msgstr[0] "Urządzenia główne: {{$count}}"
171
194
  msgstr[1] "Urządzenia główne: {{$count}}"
172
195
  msgstr[2] "Urządzenia główne: {{$count}}"
196
+ msgstr[3] "Urządzenia główne: {{$count}}"
173
197
 
174
198
  msgid "1 selected item."
175
199
  msgstr "Wybrane elementy: 1."
@@ -179,47 +203,44 @@ msgid_plural "{{$count}} subgroups"
179
203
  msgstr[0] "Podgrupy: {{$count}}"
180
204
  msgstr[1] "Podgrupy: {{$count}}"
181
205
  msgstr[2] "Podgrupy: {{$count}}"
206
+ msgstr[3] "Podgrupy: {{$count}}"
182
207
 
183
208
  msgid "1 tenant"
184
209
  msgid_plural "{{$count}} tenants"
185
210
  msgstr[0] "Tenanty: {{$count}}"
186
211
  msgstr[1] "Tenanty: {{$count}}"
187
212
  msgstr[2] "Tenanty: {{$count}}"
213
+ msgstr[3] "Tenanty: {{$count}}"
188
214
 
189
215
  msgid "1 user"
190
216
  msgid_plural "{{$count}} users"
191
217
  msgstr[0] "Użytkownicy: {{$count}}"
192
218
  msgstr[1] "Użytkownicy: {{$count}}"
193
219
  msgstr[2] "Użytkownicy: {{$count}}"
220
+ msgstr[3] "Użytkownicy: {{$count}}"
194
221
 
195
222
  msgid "<Not calculated>"
196
223
  msgstr "<Nie obliczono>"
197
224
 
198
- msgid ""
199
- "<b>Drop file here</b>\n"
225
+ msgid "<b>Drop file here</b>\n"
200
226
  " <br>\n"
201
227
  " or click to browse your file system."
202
- msgstr ""
203
- "<b>Upuść plik tutaj</b>\n"
228
+ msgstr "<b>Upuść plik tutaj</b>\n"
204
229
  " <br>\n"
205
230
  " lub kliknij, aby przejrzeć system plików."
206
231
 
207
- msgid ""
208
- "<b>{{ appName }}</b>\n"
232
+ msgid "<b>{{ appName }}</b>\n"
209
233
  " uses\n"
210
234
  " <b>no license</b>"
211
- msgstr ""
212
- "Aplikacja <b>{{ appName }}</b>\n"
235
+ msgstr "Aplikacja <b>{{ appName }}</b>\n"
213
236
  " nie korzysta\n"
214
237
  " <b>z żadnej licencji</b>"
215
238
 
216
- msgid ""
217
- "<b>{{ appName }}</b>\n"
239
+ msgid "<b>{{ appName }}</b>\n"
218
240
  " uses\n"
219
241
  " <b>{{ licenseName }}</b>\n"
220
242
  " license"
221
- msgstr ""
222
- "Aplikacja <b>{{ appName }}</b>\n"
243
+ msgstr "Aplikacja <b>{{ appName }}</b>\n"
223
244
  " korzysta z licencji\n"
224
245
  " <b>{{ licenseName }}</b>"
225
246
 
@@ -229,8 +250,7 @@ msgstr "<zachowane bez zmian>"
229
250
  msgid "<no name>"
230
251
  msgstr "<bez nazwy>"
231
252
 
232
- msgid ""
233
- "<p class=\"m-b-8\">\n"
253
+ msgid "<p class=\"m-b-8\">\n"
234
254
  " This action will permanently remove all custom branding variants. Your tenant will revert\n"
235
255
  " to the default branding.\n"
236
256
  " </p>\n"
@@ -241,8 +261,7 @@ msgid ""
241
261
  " <p>\n"
242
262
  " Are you sure you want to continue?\n"
243
263
  " </p>"
244
- msgstr ""
245
- "<p class=\"m-b-8\">\n"
264
+ msgstr "<p class=\"m-b-8\">\n"
246
265
  " Czynność ta spowoduje trwałe usunięcie wszystkich niestandardowych wariantów oznakowania marką. Tenant powróci\n"
247
266
  " do oznakowania domyślnego.\n"
248
267
  " </p>\n"
@@ -254,17 +273,14 @@ msgstr ""
254
273
  " Czy na pewno chcesz kontynuować?\n"
255
274
  " </p>"
256
275
 
257
- msgid ""
258
- "<p class=\"m-b-8\"><b>Shared</b> availability will make the package available to all subtenants without explicitly subscribing the package.</p>\n"
276
+ msgid "<p class=\"m-b-8\"><b>Shared</b> availability will make the package available to all subtenants without explicitly subscribing the package.</p>\n"
259
277
  " <p class=\"m-b-8\"><b>Market</b> availability will make the package available to your own tenant and needs to be subscribed to subtenants individually.</p>\n"
260
278
  " <p class=\"m-b-8\"><b>Private</b> availability will make the package only available to your own tenant.</p>"
261
- msgstr ""
262
- "<p class=\"m-b-8\"><b>Współużytkowany</b> — pakiet jest dostępny dla wszystkich tenantów podrzędnych bez konieczności jego jawnego subskrybowania.</p>\n"
279
+ msgstr "<p class=\"m-b-8\"><b>Współużytkowany</b> — pakiet jest dostępny dla wszystkich tenantów podrzędnych bez konieczności jego jawnego subskrybowania.</p>\n"
263
280
  " <p class=\"m-b-8\"><b>Publiczny</b> — pakiet jest dostępny dla Twojego własnego tenanta i musi być subskrybowany przez tenanty podrzędne indywidualnie.</p>\n"
264
281
  " <p class=\"m-b-8\"><b>Prywatny</b> — pakiet jest dostępny tylko dla Twojego własnego tenanta.</p>"
265
282
 
266
- msgid ""
267
- "<p class=\"m-b-8\">Branding can be applied at two levels</p>\n"
283
+ msgid "<p class=\"m-b-8\">Branding can be applied at two levels</p>\n"
268
284
  " <ul class=\"list-unstyled m-b-0\">\n"
269
285
  " <li class=\"m-b-4\">\n"
270
286
  " <strong>Global: </strong>\n"
@@ -275,8 +291,7 @@ msgid ""
275
291
  " <span>Applied only to selected apps within the platform.</span>\n"
276
292
  " </li>\n"
277
293
  " </ul>"
278
- msgstr ""
279
- "<p class=\"m-b-8\">Oznakowanie marką można zastosować na dwóch poziomach:</p>\n"
294
+ msgstr "<p class=\"m-b-8\">Oznakowanie marką można zastosować na dwóch poziomach:</p>\n"
280
295
  " <ul class=\"list-unstyled m-b-0\">\n"
281
296
  " <li class=\"m-b-4\">\n"
282
297
  " <strong>Globalny: </strong>\n"
@@ -288,8 +303,7 @@ msgstr ""
288
303
  " </li>\n"
289
304
  " </ul>"
290
305
 
291
- msgid ""
292
- "<p class=\"m-b-8\">Confirming this action creates two branding variants:</p>\n"
306
+ msgid "<p class=\"m-b-8\">Confirming this action creates two branding variants:</p>\n"
293
307
  " <ul class=\"m-b-8 p-l-16\">\n"
294
308
  " <li>A default copy of your current global branding</li>\n"
295
309
  " <li>Your new customizable variant.</li>\n"
@@ -301,8 +315,7 @@ msgid ""
301
315
  " To revert changes, simply set the default branding as global or use the \"Delete all\n"
302
316
  " brandings\" button at any time.\n"
303
317
  " </p>"
304
- msgstr ""
305
- "<p class=\"m-b-8\">Potwierdzenie tej czynności powoduje utworzenie dwóch wariantów oznakowania marką:</p>\n"
318
+ msgstr "<p class=\"m-b-8\">Potwierdzenie tej czynności powoduje utworzenie dwóch wariantów oznakowania marką:</p>\n"
306
319
  " <ul class=\"m-b-8 p-l-16\">\n"
307
320
  " <li>domyślnej kopii bieżącego globalnego oznakowania marką;</li>\n"
308
321
  " <li>nowego wariantu z możliwością dostosowania.</li>\n"
@@ -315,36 +328,37 @@ msgstr ""
315
328
  " oznakowania marką”\n"
316
329
  " </p>"
317
330
 
318
- msgid ""
319
- "<p class=\"p-b-8\">\n"
331
+ msgid "<p class=\"p-b-8\">\n"
320
332
  " The layout and configuration of this dashboard is used by all assets based on asset model <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.\n"
321
333
  " </p>\n"
322
334
  " <p class=\"p-b-16\">\n"
323
335
  " Disabling this option removes it from all assets based on the same model and makes it available only for the current instance.\n"
324
336
  " </p>"
325
- msgstr ""
326
- "<p class=\"p-b-8\">\n"
337
+ msgstr "<p class=\"p-b-8\">\n"
327
338
  " Układ i konfiguracja tego pulpitu są używane przez wszystkie zasoby oparte na modelu zasobów <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.\n"
328
339
  " </p>\n"
329
340
  " <p class=\"p-b-16\">\n"
330
341
  " Wyłączenie tej opcji spowoduje usunięcie go ze wszystkich zasobów opartych na tym samym modelu i pozostawienie wyłącznie dla bieżącej instancji.\n"
331
342
  " </p>"
332
343
 
333
- msgid ""
334
- "<p class=\"p-b-8\">\n"
344
+ msgid "<p class=\"p-b-8\">\n"
335
345
  " The layout and configuration of this dashboard is used by all devices based on device type <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.\n"
336
346
  " </p>\n"
337
347
  " <p class=\"p-b-16\">\n"
338
348
  " Disabling this option removes it from all devices based on the same type and makes it available only for the current instance.\n"
339
349
  " </p>"
340
- msgstr ""
341
- "<p class=\"p-b-8\">\n"
350
+ msgstr "<p class=\"p-b-8\">\n"
342
351
  " Układ i konfiguracja tego pulpitu są używane przez wszystkie urządzenia oparte na typie urządzenia <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.\n"
343
352
  " </p>\n"
344
353
  " <p class=\"p-b-16\">\n"
345
354
  " Wyłączenie tej opcji spowoduje usunięcie go ze wszystkich urządzeń opartych na tym samym typie i pozostawienie wyłącznie dla bieżącej instancji.\n"
346
355
  " </p>"
347
356
 
357
+ msgid "<p class=\"p-b-8\">Enabling this option uses the layout and configuration of this dashboard to create dashboard instances for all devices based on the device type.</p>\n"
358
+ " <p class=\"p-b-16\">The current device doesn't have a device type assigned to it. Assign a device type to the device via the \"Asset properties\" widget in the <strong>Info</strong> tab of the device.</p>"
359
+ msgstr "<p class=\"p-b-8\">Włączenie tej opcji wykorzystuje układ i konfigurację tego pulpitu nawigacyjnego do tworzenia instancji pulpitu nawigacyjnego dla wszystkich urządzeń w oparciu o typ urządzenia.</p>\n"
360
+ " <p class=\"p-b-16\">Bieżące urządzenie nie ma przypisanego typu urządzenia. Przypisz typ urządzenia do urządzenia za pomocą widżetu \"Właściwości zasobu\" na karcie <strong>Informacje</strong> o urządzeniu.</p>"
361
+
348
362
  msgid "<p><strong>The following error was returned from the external authentication service:</strong></p><p><code>{{ error }}</code></p>."
349
363
  msgstr "<p><strong>Zewnętrzna usługa uwierzytelniania zwróciła następujący błąd:</strong></p><p><code>{{ error }}</code></p>."
350
364
 
@@ -354,16 +368,14 @@ msgstr "<p>Włączenie tej opcji spowoduje użycie układu i konfiguracji tego p
354
368
  msgid "<p>Enabling this option uses the layout and configuration of this dashboard to create dashboard instances for all devices based on the type <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.</p>"
355
369
  msgstr "<p>Włączenie tej opcji spowoduje użycie układu i konfiguracji tego pulpitu przy tworzeniu instancji pulpitu dla wszystkich urządzeń opartych na typie <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.</p>"
356
370
 
357
- msgid ""
358
- "<p>The preview shows the structure of the raw file from a single source.</p>\n"
371
+ msgid "<p>The preview shows the structure of the raw file from a single source.</p>\n"
359
372
  " <p>If no data is available, only the column headers are visible.</p>\n"
360
373
  " <p>\n"
361
374
  " The preview is limited to\n"
362
375
  " <b>{{ MEASUREMENTS_PREVIEW_ITEMS_LIMIT }}</b>\n"
363
376
  " records.\n"
364
377
  " </p>"
365
- msgstr ""
366
- "<p>Podgląd pokazuje strukturę nieprzetworzonego pliku z jednego źródła.</p>\n"
378
+ msgstr "<p>Podgląd pokazuje strukturę nieprzetworzonego pliku z jednego źródła.</p>\n"
367
379
  " <p>W przypadku braku dostępnych danych widoczne są tylko nagłówki kolumn.</p>\n"
368
380
  " <p>\n"
369
381
  " Podgląd jest ograniczony do\n"
@@ -371,8 +383,7 @@ msgstr ""
371
383
  " rekordów.\n"
372
384
  " </p>"
373
385
 
374
- msgid ""
375
- "<p>To export data, you must meet at least one of these criteria:</p>\n"
386
+ msgid "<p>To export data, you must meet at least one of these criteria:</p>\n"
376
387
  " <ul>\n"
377
388
  " <li>\n"
378
389
  " Have\n"
@@ -386,8 +397,7 @@ msgid ""
386
397
  " </li>\n"
387
398
  " </ul>\n"
388
399
  " <p>Don't meet these requirements? Contact your system administrator for assistance.</p>"
389
- msgstr ""
390
- "<p>Aby Eksportuj dane, musisz spełnić co najmniej jedno z tych kryteriów:</p>\n"
400
+ msgstr "<p>Aby Eksportuj dane, musisz spełnić co najmniej jedno z tych kryteriów:</p>\n"
391
401
  " <ul>\n"
392
402
  " <li>\n"
393
403
  " Posiadać\n"
@@ -402,8 +412,7 @@ msgstr ""
402
412
  " </ul>\n"
403
413
  " <p>Nie spełniasz tych wymagań? Skontaktuj się z administracją systemu w celu uzyskania pomocy.</p>"
404
414
 
405
- msgid ""
406
- "<p>To view data, you must meet at least one of these criteria:</p>\n"
415
+ msgid "<p>To view data, you must meet at least one of these criteria:</p>\n"
407
416
  " <ul>\n"
408
417
  " <li>\n"
409
418
  " Have\n"
@@ -417,21 +426,32 @@ msgid ""
417
426
  " </li>\n"
418
427
  " </ul>\n"
419
428
  " <p>Don't meet these requirements? Contact your system administrator for assistance.</p>"
420
- msgstr ""
421
- "<p>Aby wyświetlić dane, musisz spełnić co najmniej jedno z tych kryteriów:</p>\n"
429
+ msgstr "<p>Aby wyświetlić dane, należy spełnić co najmniej jedno z poniższych kryteriów:</p>\n"
422
430
  " <ul>\n"
423
431
  " <li>\n"
424
- " Posiadać\n"
425
- " <b>Uprawnienie ODCZYT dla typu uprawnień \"Pomiary\"</b>\n"
432
+ " Posiadać <b>uprawnienia</b>\n"
433
+ " <b>READ dla typu uprawnień \"Measurements\"</b>\n"
426
434
  " (jako rola globalna lub dla określonego źródła)\n"
427
435
  " </li>\n"
428
436
  " <li>\n"
429
- " Być\n"
430
- " <b>właścicielem źródła</b>\n"
431
- " z którego chcesz Eksportuj dane\n"
432
- " </li>\n"
437
+ " Być <b>właścicielem</b>\n"
438
+ " <b>źródła</b>\n"
439
+ " , z którego chcesz wyeksportować dane\n"
440
+ " . </li>\n"
433
441
  " </ul>\n"
434
- " <p>Nie spełniasz tych wymagań? Skontaktuj się z administracją systemu w celu uzyskania pomocy.</p>"
442
+ " <p>Nie spełniasz tych wymagań? Skontaktuj się z administratorem systemu w celu uzyskania pomocy.</p>"
443
+
444
+ msgid "<small>\n"
445
+ " Find out more in the\n"
446
+ " <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
447
+ " user documentation\n"
448
+ " </a>\n"
449
+ " .\n"
450
+ " </small>"
451
+ msgstr "<small>\n"
452
+ " Więcej informacji można znaleźć w <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\"> dokumentacji użytkownika </a>\n"
453
+ " .\n"
454
+ " </small>"
435
455
 
436
456
  msgid "<small>Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />Supported algorithms: RSA, DSA, ECDSA, ED25519.</small>"
437
457
  msgstr "<small>Obsługiwane formaty: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />Obsługiwane algorytmy: RSA, DSA, ECDSA, ED25519.</small>"
@@ -439,12 +459,10 @@ msgstr "<small>Obsługiwane formaty: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />Obsł
439
459
  msgid "<small>Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />Supported algorithms: RSA, DSA.</small>"
440
460
  msgstr "<small>Obsługiwane formaty: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />Obsługiwane algorytmy: RSA, DSA.</small>"
441
461
 
442
- msgid ""
443
- "A <strong>global role</strong> contains generally applicable permissions. For example,\n"
462
+ msgid "A <strong>global role</strong> contains generally applicable permissions. For example,\n"
444
463
  " select \"Read\" in the \"Inventory\" row to allow users with this role to read all objects in\n"
445
464
  " inventory."
446
- msgstr ""
447
- "<strong>Rola globalna</strong> obejmuje uprawnienia ogólnego zastosowania. Można na przykład\n"
465
+ msgstr "<strong>Rola globalna</strong> obejmuje uprawnienia ogólnego zastosowania. Można na przykład\n"
448
466
  " wybrać opcję „Odczyt” w wierszu „Spis zasobów”, aby zezwolić użytkownikom, do których ta rola została przypisana, na odczyt wszystkich\n"
449
467
  " obiektów w spisie zasobów."
450
468
 
@@ -595,6 +613,9 @@ msgstr "AUTH_NOPRIV"
595
613
  msgid "AUTH_PRIV"
596
614
  msgstr "AUTH_PRIV"
597
615
 
616
+ msgid "AUTO`plugin status`"
617
+ msgstr "AUTO"
618
+
598
619
  msgid "About community packages"
599
620
  msgstr "Informacje o pakietach społecznościowych"
600
621
 
@@ -714,6 +735,7 @@ msgid_plural "Activate also for {{ $count }} child assets"
714
735
  msgstr[0] "Aktywuj również dla {{ $count }} zasobów podrzędnych"
715
736
  msgstr[1] "Aktywuj również dla {{ $count }} zasobów podrzędnych"
716
737
  msgstr[2] "Aktywuj również dla {{ $count }} zasobów podrzędnych"
738
+ msgstr[3] "Aktywuj również dla {{ $count }} aktywów dziecka"
717
739
 
718
740
  msgid "Activate also for child assets"
719
741
  msgstr "Aktywuj również dla zasobów podrzędnych"
@@ -862,6 +884,9 @@ msgstr "Dodaj subskrypcję danych, klikając poniżej."
862
884
  msgid "Add a new command template by clicking the button above."
863
885
  msgstr "Dodaj nowy szablon polecenia, klikając powyższy przycisk."
864
886
 
887
+ msgid "Add a new custom property for tenants in Properties library."
888
+ msgstr "Dodaj nową właściwość niestandardową dla najemców w bibliotece właściwości."
889
+
865
890
  msgid "Add a new device profile by clicking below."
866
891
  msgstr "Dodaj nowy profil urządzenia, klikając poniżej."
867
892
 
@@ -877,6 +902,9 @@ msgstr "Dodaj nową właściwość, klikając poniżej."
877
902
  msgid "Add a new software by clicking below."
878
903
  msgstr "Dodaj nowe oprogramowanie, klikając poniżej."
879
904
 
905
+ msgid "Add a new tenant property in Properties library."
906
+ msgstr "Dodaj nową właściwość najemcy w bibliotece Properties."
907
+
880
908
  msgid "Add a new version by clicking below."
881
909
  msgstr "Dodaj nową wersję, klikając poniżej."
882
910
 
@@ -1219,6 +1247,9 @@ msgstr "Dodaj do wybranych punktów danych"
1219
1247
  msgid "Add to tenant"
1220
1248
  msgstr "Dodaj do tenanta"
1221
1249
 
1250
+ msgid "Add translation"
1251
+ msgstr "Dodaj tłumaczenie"
1252
+
1222
1253
  msgid "Add trusted certificate"
1223
1254
  msgstr "Dodaj zaufany certyfikat"
1224
1255
 
@@ -1351,8 +1382,7 @@ msgstr "Po dodaniu pierwszej wiadomości w tym miejscu zostanie wyświetlony pod
1351
1382
  msgid "After adding your first response, the CSV preview will be shown here."
1352
1383
  msgstr "Po dodaniu pierwszej odpowiedzi w tym miejscu zostanie wyświetlony podgląd pliku CSV."
1353
1384
 
1354
- msgid ""
1355
- "After clicking \"Download\":<br>\n"
1385
+ msgid "After clicking \"Download\":<br>\n"
1356
1386
  " <ul>\n"
1357
1387
  " <li><strong>{{$browserDownloadableCount}}</strong> datapoint(s) exports will be downloaded directly within one file: <em>exported_[csv/excel].zip</em></li>\n"
1358
1388
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
@@ -1360,8 +1390,7 @@ msgid ""
1360
1390
  " </ul>\n"
1361
1391
  " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1362
1392
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1363
- msgstr ""
1364
- "Po kliknięciu \"Pobierz...\":<br>\n"
1393
+ msgstr "Po kliknięciu \"Pobierz...\":<br>\n"
1365
1394
  " <ul>\n"
1366
1395
  " <li><strong>{{$browserDownloadableCount}}</strong> eksporty punktów danych zostaną pobrane bezpośrednio w jednym pliku: <em>exported_[csv/excel].zip</em></li>\n"
1367
1396
  " <li>eksporty<strong>{{$emailDeliverableCount}}</strong> punktów danych wymagają dalszego przetwarzania. Pliki zostaną wysłane do Ciebie osobnymi wiadomościami e-mail po ich zakończeniu, co może zająć trochę czasu.</li>\n"
@@ -1370,35 +1399,29 @@ msgstr ""
1370
1399
  " <p>Całkowita liczba punktów danych, które można wyeksportować, wynosi: <strong>{{$totalExportableDatapointsCount}} z {{$totalDatapointsSelectedForExportCount}}</strong>. </p>\n"
1371
1400
  " <p><strong>Uwaga:</strong> Konwencja nazw plików w pliku zip to: <code>[źródło]_[fragment_serii].[csv/xls]</code></p>"
1372
1401
 
1373
- msgid ""
1374
- "After completing the process you will no longer be able to access your tenant with\n"
1402
+ msgid "After completing the process you will no longer be able to access your tenant with\n"
1375
1403
  " <b>{{ vm.resolve.domainName }}</b>\n"
1376
1404
  " , instead use your new domain name. If you encounter any problems accessing your tenant,\n"
1377
1405
  " please contact support."
1378
- msgstr ""
1379
- "Po zakończeniu tego procesu przestaniesz mieć dostęp do swojego tenanta przy użyciu \n"
1406
+ msgstr "Po zakończeniu tego procesu przestaniesz mieć dostęp do swojego tenanta przy użyciu \n"
1380
1407
  " <b>nazwy domeny {{ vm.resolve.domainName }}</b>.\n"
1381
1408
  " Zamiast niej będzie trzeba używać nowej nazwy domeny. Jeśli wystąpią jakiekolwiek problemy z uzyskaniem dostępu do tenanta,\n"
1382
1409
  " skontaktuj się z pomocą techniczną."
1383
1410
 
1384
- msgid ""
1385
- "After completing the process you will no longer be able to access your tenant with your custom\n"
1411
+ msgid "After completing the process you will no longer be able to access your tenant with your custom\n"
1386
1412
  " domain name, instead use your old domain name. If you encounter any problems accessing your\n"
1387
1413
  " tenant, please contact support."
1388
- msgstr ""
1389
- "Po zakończeniu tego procesu przestaniesz mieć dostęp do swojego tenanta przy użyciu niestandardowej\n"
1414
+ msgstr "Po zakończeniu tego procesu przestaniesz mieć dostęp do swojego tenanta przy użyciu niestandardowej\n"
1390
1415
  " nazwy domeny. Zamiast niej będzie trzeba używać starej nazwy domeny. Jeśli wystąpią jakiekolwiek problemy z uzyskaniem dostępu do tenanta,\n"
1391
1416
  " skontaktuj się z pomocą techniczną."
1392
1417
 
1393
- msgid ""
1394
- "After the activation is completed you will no longer be able to access your tenant\n"
1418
+ msgid "After the activation is completed you will no longer be able to access your tenant\n"
1395
1419
  " with\n"
1396
1420
  " <code>{{ vm.domainName }}</code>\n"
1397
1421
  " , instead use your new custom domain name\n"
1398
1422
  " <code>{{ vm.newDomainName }}</code>\n"
1399
1423
  " ."
1400
- msgstr ""
1401
- "Po zakończeniu aktywacji nie będziesz mieć dostępu do swojego tenanta\n"
1424
+ msgstr "Po zakończeniu aktywacji nie będziesz mieć dostępu do swojego tenanta\n"
1402
1425
  " z użyciem domeny\n"
1403
1426
  " <code>{{ vm.domainName }}</code>.\n"
1404
1427
  " Używaj zamiast niej nazwy nowej domeny niestandardowej\n"
@@ -1474,9 +1497,6 @@ msgstr "Tekst alarmu"
1474
1497
  msgid "Alarm type"
1475
1498
  msgstr "Typ alarmu"
1476
1499
 
1477
- msgid "Alarm type filter"
1478
- msgstr "Filtr typu alarmu"
1479
-
1480
1500
  msgid "Alarm type to match"
1481
1501
  msgstr "Typ alarmu do dopasowania"
1482
1502
 
@@ -1516,9 +1536,6 @@ msgstr "Lista alarmów"
1516
1536
  msgid "Alarms selector"
1517
1537
  msgstr "Selektor alarmów"
1518
1538
 
1519
- msgid "Alarms severity"
1520
- msgstr "Poziom ważności alarmów"
1521
-
1522
1539
  msgid "Alarms updated"
1523
1540
  msgstr "Zaktualizowano alarmy"
1524
1541
 
@@ -1621,6 +1638,9 @@ msgstr "Umożliwia dodanie i edycję niestandardowego arkusza stylów do oznakow
1621
1638
  msgid "Allows to edit the plain JSON of the branding."
1622
1639
  msgstr "Umożliwia edycję zwykłego kodu JSON oznakowania marką."
1623
1640
 
1641
+ msgid "Allows to edit translations."
1642
+ msgstr "Umożliwia edycję tłumaczeń."
1643
+
1624
1644
  msgid "Allows to make basic changes to the tenants branding."
1625
1645
  msgstr "Umożliwia wprowadzenie podstawowych zmian w oznakowaniu tenanta marką."
1626
1646
 
@@ -1660,21 +1680,17 @@ msgstr "Zawsze resetuj maszynę stanu oprogramowania sprzętowego"
1660
1680
  msgid "Amount of data in use on {{end}}."
1661
1681
  msgstr "Ilość używanych danych w dniu {{end}}."
1662
1682
 
1663
- msgid ""
1664
- "An <strong>inventory role</strong> contains permissions that can be attached to devices\n"
1683
+ msgid "An <strong>inventory role</strong> contains permissions that can be attached to devices\n"
1665
1684
  " and groups of devices. You can define inventory roles <a href=\"#/roles/inventory_roles\">here</a>."
1666
- msgstr ""
1667
- "<strong>Rola lokalna</strong> obejmuje uprawnienia, które można przypisać do urządzeń\n"
1685
+ msgstr "<strong>Rola lokalna</strong> obejmuje uprawnienia, które można przypisać do urządzeń\n"
1668
1686
  " i grup urządzeń. Własne role lokalne można zdefiniować <a href=\"#/roles/inventory_roles\">tutaj</a>."
1669
1687
 
1670
- msgid ""
1671
- "An <strong>inventory role</strong> contains permissions that can be attached to groups of\n"
1688
+ msgid "An <strong>inventory role</strong> contains permissions that can be attached to groups of\n"
1672
1689
  " devices.<br>\n"
1673
1690
  " Click <i c8y-icon=\"plus-circle\" class=\"text-primary\"></i> to add a new permission. In the\n"
1674
1691
  " permission drop-down, you can further restrict the access to objects containing the\n"
1675
1692
  " defined type."
1676
- msgstr ""
1677
- "<strong>Rola lokalna</strong> obejmuje uprawnienia, które można dołączyć do grup\n"
1693
+ msgstr "<strong>Rola lokalna</strong> obejmuje uprawnienia, które można dołączyć do grup\n"
1678
1694
  " urządzeń.<br>\n"
1679
1695
  " Kliknij ikonę <i c8y-icon=\"plus-circle\" class=\"text-primary\"></i>, aby dodać nowe uprawnienie. \n"
1680
1696
  " Za pomocą listy rozwijanej uprawnień możesz jeszcze bardziej ograniczyć dostęp\n"
@@ -1827,6 +1843,9 @@ msgstr "Aplikacja została zaktualizowana."
1827
1843
  msgid "Application with given name already exists."
1828
1844
  msgstr "Aplikacja o podanej nazwie już istnieje."
1829
1845
 
1846
+ msgid "Application with key \"{{appKey}}\" not found."
1847
+ msgstr "Nie znaleziono aplikacji z kluczem \"{{appKey}}\"."
1848
+
1830
1849
  msgid "Applications"
1831
1850
  msgstr "Aplikacje"
1832
1851
 
@@ -1973,6 +1992,7 @@ msgid_plural "Assign {{ $count }} devices"
1973
1992
  msgstr[0] "Przypisz urządzenia: {{ $count }}"
1974
1993
  msgstr[1] "Przypisz urządzenia: {{ $count }}"
1975
1994
  msgstr[2] "Przypisz urządzenia: {{ $count }}"
1995
+ msgstr[3] "Przypisz urządzenia: {{ $count }}"
1976
1996
 
1977
1997
  msgid "Assign a new owner"
1978
1998
  msgstr "Przypisz nowego właściciela"
@@ -2277,11 +2297,9 @@ msgstr "Przed aktywowaniem niestandardowej nazwy domeny upewnij się, że:"
2277
2297
  msgid "Before applying new branding configuration, legacy branded applications must be deleted."
2278
2298
  msgstr "Przed zastosowaniem nowej konfiguracji należy usunąć aplikacje, które zostały oznakowane marką w niewspierany już sposób."
2279
2299
 
2280
- msgid ""
2281
- "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2300
+ msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2282
2301
  " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2283
- msgstr ""
2284
- "Przed modyfikacją uprawnień roli „Użytkownik urządzenia” należy pamiętać, że takie zmiany mogą znacząco wpłynąć na bezpieczeństwo platformy.\n"
2302
+ msgstr "Przed modyfikacją uprawnień roli „Użytkownik urządzenia” należy pamiętać, że takie zmiany mogą znacząco wpłynąć na bezpieczeństwo platformy.\n"
2285
2303
  " Kiedy definiujesz uprawnienia dla roli „Użytkownik urządzenia”, weź pod uwagę, że poszczególne urządzenia mogą być zagrożone."
2286
2304
 
2287
2305
  msgid "Below you can configure one or more OPC UA servers. The OPC UA agent will connect to these servers if they are enabled and the connection state is set to connected."
@@ -2536,12 +2554,10 @@ msgstr "Według daty (malejąco)"
2536
2554
  msgid "By severity"
2537
2555
  msgstr "Według poziomu ważności"
2538
2556
 
2539
- msgid ""
2540
- "By uploading a microservice, you agree to the\n"
2557
+ msgid "By uploading a microservice, you agree to the\n"
2541
2558
  " <a href=\"{{ slaHref }}\" target=\"_blank\" rel=\"noopener noreferrer\">Microservice Deployment SLA</a>\n"
2542
2559
  " which outlines our microservices hosting terms, conditions, and performance standards."
2543
- msgstr ""
2544
- "Przesyłając mikrousługę, zgadzasz się na\n"
2560
+ msgstr "Przesyłając mikrousługę, zgadzasz się na\n"
2545
2561
  " <a href=\"{{ slaHref }}\" target=\"_blank\" rel=\"noopener noreferrer\">Umowę SLA dotyczącą wdrażania mikrousług</a>,\n"
2546
2562
  " która określa zasady, warunki i standardy wydajności naszego hostingu mikrousług."
2547
2563
 
@@ -2887,6 +2903,9 @@ msgstr "Zmień status przekaźnika na {{status | translate}}."
2887
2903
  msgid "Change status of \"{{name}}\" to \"{{label}}\"."
2888
2904
  msgstr "Zmień status elementu „{{name}}” na „{{label}}”."
2889
2905
 
2906
+ msgid "Change the default state of realtime refresh."
2907
+ msgstr "Zmiana domyślnego stanu odświeżania w czasie rzeczywistym."
2908
+
2890
2909
  msgid "Change the icon, the title, and set the initial navigator state."
2891
2910
  msgstr "Zmień ikonę i tytuł oraz ustaw początkowy stan nawigatora."
2892
2911
 
@@ -2914,21 +2933,17 @@ msgstr "Zmiany"
2914
2933
  msgid "Changes done in the home dashboard are reflected across the platform."
2915
2934
  msgstr "Zmiany wprowadzone na pulpicie głównym są widoczne na całej platformie."
2916
2935
 
2917
- msgid ""
2918
- "Changes done to the home dashboard are reflected only for the current user. NOTE: This user\n"
2936
+ msgid "Changes done to the home dashboard are reflected only for the current user. NOTE: This user\n"
2919
2937
  " needs to have inventory write permission."
2920
- msgstr ""
2921
- "Zmiany wprowadzone do pulpitu głównego są odzwierciedlane tylko dla bieżącego użytkownika. UWAGA: Ten użytkownik\n"
2938
+ msgstr "Zmiany wprowadzone do pulpitu głównego są odzwierciedlane tylko dla bieżącego użytkownika. UWAGA: Ten użytkownik\n"
2922
2939
  " musi mieć uprawnienie do zapisu w spisie zasobów."
2923
2940
 
2924
2941
  msgid "Changes done to the home dashboard are reflected only in the current application."
2925
2942
  msgstr "Zmiany wprowadzone do pulpitu głównego są odzwierciedlane tylko w bieżącej aplikacji."
2926
2943
 
2927
- msgid ""
2928
- "Changes in the name server need time to propagate and take effect. Wait approximately\n"
2944
+ msgid "Changes in the name server need time to propagate and take effect. Wait approximately\n"
2929
2945
  " one hour before activating your domain here."
2930
- msgstr ""
2931
- "Zmiany na serwerze nazw wymagają czasu, zanim zostaną rozpowszechnione i zaczną\n"
2946
+ msgstr "Zmiany na serwerze nazw wymagają czasu, zanim zostaną rozpowszechnione i zaczną\n"
2932
2947
  " obowiązywać. Zaczekaj około godziny, zanim aktywujesz w tym miejscu swoją domenę."
2933
2948
 
2934
2949
  msgid "Changes saved."
@@ -2970,24 +2985,20 @@ msgstr "Sprawdź, czy wtyczka TCS:BUS jest włączona"
2970
2985
  msgid "Check internet connection or reload page."
2971
2986
  msgstr "Sprawdź połączenie internetowe lub załaduj ponownie stronę."
2972
2987
 
2973
- msgid ""
2974
- "Check the\n"
2988
+ msgid "Check the\n"
2975
2989
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-add-a-bulk-operation-using-the-wizard\">\n"
2976
2990
  " user documentation\n"
2977
2991
  " </a>\n"
2978
2992
  " for more details."
2979
- msgstr ""
2980
- "Sprawdź\n"
2993
+ msgstr "Sprawdź\n"
2981
2994
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-add-a-bulk-operation-using-the-wizard\">\n"
2982
2995
  " dokumentację użytkownika\n"
2983
2996
  " </a>,\n"
2984
2997
  " aby uzyskać więcej szczegółów."
2985
2998
 
2986
- msgid ""
2987
- "Check the\n"
2999
+ msgid "Check the\n"
2988
3000
  " <span>user documentation</span>"
2989
- msgstr ""
2990
- "Sprawdź\n"
3001
+ msgstr "Sprawdź\n"
2991
3002
  " <span>dokumentację użytkownika</span>"
2992
3003
 
2993
3004
  msgid "Checked"
@@ -3017,13 +3028,13 @@ msgstr "Przypisano urządzenia podrzędne."
3017
3028
  msgid "Children"
3018
3029
  msgstr "Elementy podrzędne"
3019
3030
 
3020
- msgid ""
3021
- "Choose how to select a date range, the available options are:\n"
3031
+ msgid "Choose how to select a date range, the available options are:\n"
3022
3032
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3023
- " <li>\n"
3033
+ " <!-- Will be re-enabled in MTM-61920 -->\n"
3034
+ " <!-- <li>\n"
3024
3035
  " <b>Dashboard time range:</b>\n"
3025
3036
  " restricts date selection to the global dashboard configuration only\n"
3026
- " </li>\n"
3037
+ " </li> -->\n"
3027
3038
  " <li>\n"
3028
3039
  " <b>Widget configuration:</b>\n"
3029
3040
  " restricts the date selection only to the widget configuration\n"
@@ -3033,51 +3044,78 @@ msgid ""
3033
3044
  " restricts the date selection to the widget view and widget configuration only\n"
3034
3045
  " </li>\n"
3035
3046
  " </ul>"
3036
- msgstr ""
3037
- "Wybierz zakres dat, dostępne opcje to:\n"
3047
+ msgstr "Dostępne są następujące opcje wyboru zakresu dat:\n"
3038
3048
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3049
+ " <!-- Will be re-enabled in MTM-61920 -->\n"
3050
+ " <!-- <li>\n"
3051
+ " <b>Dashboard time range:</b>\n"
3052
+ " restricts date selection to the global dashboard configuration only\n"
3053
+ " </li> -->\n"
3039
3054
  " <li>\n"
3040
- " <b>Przedział czasu na pulpicie:</b>\n"
3041
- " ogranicza wybór daty tylko do globalnej konfiguracji pulpitu\n"
3042
- " </li>\n"
3043
- " <li>\n"
3044
- " <b>Konfiguracja widżetu:</b>\n"
3055
+ " <b>Konfiguracja</b> widżetu <b>:</b>\n"
3045
3056
  " ogranicza wybór daty tylko do konfiguracji widżetu\n"
3046
3057
  " </li>\n"
3047
3058
  " <li>\n"
3048
- " <b>Widżet i konfiguracja widżetu:</b>\n"
3059
+ " <b>Widżet i konfiguracja widżetu:</b>\n"
3049
3060
  " ogranicza wybór daty tylko do widoku widżetu i konfiguracji widżetu\n"
3050
3061
  " </li>\n"
3051
3062
  " </ul>"
3052
3063
 
3053
- msgid ""
3054
- "Choose how to select a date range, the available options are:\n"
3064
+ msgid "Choose how to select a date range, the available options are:\n"
3055
3065
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3056
3066
  " <li><b>Dashboard time range:</b> restricts date selection to the global dashboard configuration only</li>\n"
3057
3067
  " <li><b>Widget configuration:</b> restricts the date selection only to the widget configuration</li>\n"
3058
3068
  " <li><b>Widget and widget configuration:</b> restricts the date selection to the widget view and widget configuration only</li>\n"
3059
3069
  " </ul>"
3060
- msgstr ""
3061
- "Wybierz sposób wybierania zakresu dat. Dostępne są następujące opcje:\n"
3070
+ msgstr "Wybierz sposób wybierania zakresu dat. Dostępne są następujące opcje:\n"
3062
3071
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3063
3072
  " <li><b>Przedział czasu pulpitu:</b> ogranicza wybór dat tylko do globalnej konfiguracji pulpitu</li>\n"
3064
3073
  " <li><b>Konfiguracja widżetu:</b> ogranicza wybór dat tylko do konfiguracji widżetu</li>\n"
3065
3074
  " <li><b>Widżet i konfiguracja widżetu:</b> ogranicza wybór dat tylko do widoku widżetu i konfiguracji widżetu</li>\n"
3066
3075
  " </ul>"
3067
3076
 
3068
- msgid ""
3069
- "Choose how to select a date range, the available options are:\n"
3077
+ msgid "Choose how to select a date range, the available options are:\n"
3070
3078
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3071
3079
  " <li><b>Dashboard time range:</b> restricts date selection to the global dashboard configuration only</li>\n"
3072
3080
  " <li><b>Widget:</b> restricts the date selection to the widget view only</li>\n"
3073
3081
  " </ul>"
3074
- msgstr ""
3075
- "Wybierz sposób wybierania zakresu dat. Dostępne są następujące opcje:\n"
3082
+ msgstr "Wybierz sposób wybierania zakresu dat. Dostępne są następujące opcje:\n"
3076
3083
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3077
3084
  " <li><b>Przedział czasu pulpitu:</b> ogranicza wybór dat tylko do globalnej konfiguracji pulpitu</li>\n"
3078
3085
  " <li><b>Widżet:</b> ogranicza wybór dat tylko do widoku widżetu</li>\n"
3079
3086
  " </ul>"
3080
3087
 
3088
+ msgid "Choose how to select a date range, the available options are:\n"
3089
+ " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3090
+ " <li>\n"
3091
+ " <b>Widget configuration:</b>\n"
3092
+ " restricts the date selection only to the widget configuration\n"
3093
+ " </li>\n"
3094
+ " <li>\n"
3095
+ " <b>Widget and widget configuration:</b>\n"
3096
+ " restricts the date selection to the widget view and widget configuration only\n"
3097
+ " </li>\n"
3098
+ " <li>\n"
3099
+ " <b>Dashboard time range:</b>\n"
3100
+ " restricts date selection to the global dashboard configuration only\n"
3101
+ " </li>\n"
3102
+ " </ul>"
3103
+ msgstr "Dostępne są następujące opcje wyboru zakresu dat:\n"
3104
+ " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
3105
+ " <li>\n"
3106
+ " <b>Konfiguracja</b> widżetu <b>:</b>\n"
3107
+ " ogranicza wybór daty tylko do konfiguracji widżetu\n"
3108
+ " </li>\n"
3109
+ " <li>\n"
3110
+ " <b>Widżet i</b> konfiguracja widżetu <b>:</b>\n"
3111
+ " ogranicza wybór daty tylko do widoku widżetu i konfiguracji widżetu\n"
3112
+ " </li>\n"
3113
+ " <li>\n"
3114
+ " <b>Zakres czasu pulpitu nawigacyjnego:</b>\n"
3115
+ " ogranicza wybór daty tylko do globalnej konfiguracji pulpitu nawigacyjnego\n"
3116
+ " </li>\n"
3117
+ " </ul>"
3118
+
3081
3119
  msgid "Choose type of an export to generate, the available options are:"
3082
3120
  msgstr "Wybierz typ eksportu do wygenerowania, dostępne opcje to:"
3083
3121
 
@@ -3162,12 +3200,10 @@ msgstr "Wyczyść"
3162
3200
  msgid "Cleared`alarm`"
3163
3201
  msgstr "Wyczyszczony"
3164
3202
 
3165
- msgid ""
3166
- "Click\n"
3203
+ msgid "Click\n"
3167
3204
  " <strong>Next</strong>\n"
3168
3205
  " once you have the application installed."
3169
- msgstr ""
3170
- "Kliknij przycisk\n"
3206
+ msgstr "Kliknij przycisk\n"
3171
3207
  " <strong>Dalej</strong>\n"
3172
3208
  " po zainstalowaniu aplikacji."
3173
3209
 
@@ -3537,12 +3573,10 @@ msgstr "Skonfiguruj tekst alarmu dotyczącego eliminacji drgań styków"
3537
3573
  msgid "Configure debouncing interval for GPIO <N> (in seconds)"
3538
3574
  msgstr "Skonfiguruj interwał eliminacji drgań styków na potrzeby GPIO <N> (w sekundach)"
3539
3575
 
3540
- msgid ""
3541
- "Configure default subscriptions in the platform, both for tenant creation and for\n"
3576
+ msgid "Configure default subscriptions in the platform, both for tenant creation and for\n"
3542
3577
  " platform upgrade. To display a full list of available applications, override inherited\n"
3543
3578
  " settings."
3544
- msgstr ""
3545
- "Konfiguruj domyślne subskrypcje na platformie, zarówno dla tworzenia tenanta, jak i\n"
3579
+ msgstr "Konfiguruj domyślne subskrypcje na platformie, zarówno dla tworzenia tenanta, jak i\n"
3546
3580
  " uaktualnienia platformy. Aby wyświetlić pełną listę dostępnych aplikacji, zastąp odziedziczone\n"
3547
3581
  " ustawienia."
3548
3582
 
@@ -3928,7 +3962,7 @@ msgid "Could not create the device in the LoRa platform."
3928
3962
  msgstr "Nie można utworzyć urządzenia na platformie LoRa."
3929
3963
 
3930
3964
  msgid "Could not create zip file."
3931
- msgstr "Nie utworzono pliku zip."
3965
+ msgstr "Nie można utworzyć pliku zip."
3932
3966
 
3933
3967
  msgid "Could not deactivate smart rules."
3934
3968
  msgstr "Nie można dezaktywować reguł inteligentnych."
@@ -4220,6 +4254,7 @@ msgid_plural "Create group with {{ $count }} devices"
4220
4254
  msgstr[0] "Utwórz grupę zawierającą następującą liczbę urządzeń: {{ $count }}"
4221
4255
  msgstr[1] "Utwórz grupę zawierającą następującą liczbę urządzeń: {{ $count }}"
4222
4256
  msgstr[2] "Utwórz grupę zawierającą następującą liczbę urządzeń: {{ $count }}"
4257
+ msgstr[3] "Utwórz grupę zawierającą następującą liczbę urządzeń: {{ $count }}"
4223
4258
 
4224
4259
  msgid "Create instance"
4225
4260
  msgstr "Utwórz instancję"
@@ -4287,12 +4322,9 @@ msgstr "Utworzono dn."
4287
4322
  msgid "Created to`date`"
4288
4323
  msgstr "Utworzone do"
4289
4324
 
4290
- msgid ""
4291
- "Creates a compressed ZIP file that contains separate data files for each of your\n"
4325
+ msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
4292
4326
  " selected points"
4293
- msgstr ""
4294
- "Utworzono skompresowany plik ZIP zawierający oddzielne pliki danych dla każdego z wybranych punktów\n"
4295
- " wybranych Punktów"
4327
+ msgstr "Tworzy skompresowany plik ZIP zawierający oddzielne pliki danych dla każdego z wybranych punktów"
4296
4328
 
4297
4329
  msgid "Creates a single merged file containing all the data"
4298
4330
  msgstr "Zawiera pojedynczy scalony plik zawierający wszystkie dane"
@@ -4303,18 +4335,14 @@ msgstr "Tworzy alarm, gdy brakuje pomiarów"
4303
4335
  msgid "Creates alarms when measurement reaches thresholds"
4304
4336
  msgstr "Tworzy alarmy po osiągnięciu progów przez pomiary"
4305
4337
 
4306
- msgid ""
4307
- "Creates all device credentials and devices using provided list of property values.\n"
4338
+ msgid "Creates all device credentials and devices using provided list of property values.\n"
4308
4339
  " Devices can start communicating with the platform immediately."
4309
- msgstr ""
4310
- "Tworzy wszystkie dane do logowania urządzeń i urządzenia, korzystając z podanej listy wartości właściwości.\n"
4340
+ msgstr "Tworzy wszystkie dane do logowania urządzeń i urządzenia, korzystając z podanej listy wartości właściwości.\n"
4311
4341
  " Urządzenia mogą od razu rozpocząć komunikowanie się z platformą."
4312
4342
 
4313
- msgid ""
4314
- "Creates all registration requests at once, then each one needs to go through regular\n"
4343
+ msgid "Creates all registration requests at once, then each one needs to go through regular\n"
4315
4344
  " acceptance process."
4316
- msgstr ""
4317
- "Tworzy wszystkie żądania rejestracji jednocześnie; następnie każde z nich musi przejść\n"
4345
+ msgstr "Tworzy wszystkie żądania rejestracji jednocześnie; następnie każde z nich musi przejść\n"
4318
4346
  " normalny proces akceptacji."
4319
4347
 
4320
4348
  msgid "Creating application"
@@ -4407,6 +4435,9 @@ msgstr "Niestandardowy CSS"
4407
4435
  msgid "Custom action"
4408
4436
  msgstr "Czynność niestandardowa"
4409
4437
 
4438
+ msgid "Custom alarm type"
4439
+ msgstr "Niestandardowy typ alarmu"
4440
+
4410
4441
  msgid "Custom applications"
4411
4442
  msgstr "Aplikacje niestandardowe"
4412
4443
 
@@ -4440,6 +4471,9 @@ msgstr "Właściwości niestandardowe"
4440
4471
  msgid "Custom properties saved."
4441
4472
  msgstr "Zapisano właściwości niestandardowe."
4442
4473
 
4474
+ msgid "Custom properties values saved."
4475
+ msgstr "Zapisano wartości właściwości niestandardowych."
4476
+
4443
4477
  msgid "Custom`application`"
4444
4478
  msgstr "Niestandardowa"
4445
4479
 
@@ -4620,11 +4654,9 @@ msgstr "Eksport danych"
4620
4654
  msgid "Data filters"
4621
4655
  msgstr "Filtry danych"
4622
4656
 
4623
- msgid ""
4624
- "Data filters define the set of data to be forwarded. You must set at least one\n"
4657
+ msgid "Data filters define the set of data to be forwarded. You must set at least one\n"
4625
4658
  " filter."
4626
- msgstr ""
4627
- "Filtry danych określają zestaw danych do przekazania. Należy ustawić\n"
4659
+ msgstr "Filtry danych określają zestaw danych do przekazania. Należy ustawić\n"
4628
4660
  " co najmniej jeden filtr."
4629
4661
 
4630
4662
  msgid "Data logging"
@@ -4727,7 +4759,7 @@ msgid "Date from"
4727
4759
  msgstr "Data od"
4728
4760
 
4729
4761
  msgid "Date range"
4730
- msgstr "Zakres dat do"
4762
+ msgstr "Zakres dat"
4731
4763
 
4732
4764
  msgid "Date received"
4733
4765
  msgstr "Data odbioru"
@@ -5188,6 +5220,9 @@ msgstr "Identyfikator urządzenia nie może zawierać spacji ani ukośników (
5188
5220
  msgid "Device Info"
5189
5221
  msgstr "Informacje o urządzeniu"
5190
5222
 
5223
+ msgid "Device Info page in {{ deviceManagementAppName }}"
5224
+ msgstr "Strona informacji o urządzeniu w {{ deviceManagementAppName }}"
5225
+
5191
5226
  msgid "Device Management"
5192
5227
  msgstr "Zarządzanie urządzeniami"
5193
5228
 
@@ -5248,11 +5283,9 @@ msgstr "Informacje o urządzeniu"
5248
5283
  msgid "Device is under maintenance"
5249
5284
  msgstr "Urządzenie jest w trakcie konserwacji"
5250
5285
 
5251
- msgid ""
5252
- "Device last request:\n"
5286
+ msgid "Device last request:\n"
5253
5287
  "{{date}}"
5254
- msgstr ""
5255
- "Ostatnie żądanie urządzenia:\n"
5288
+ msgstr "Ostatnie żądanie urządzenia:\n"
5256
5289
  "{{date}}"
5257
5290
 
5258
5291
  msgid "Device location"
@@ -5559,7 +5592,7 @@ msgid "Display a configurable SVG."
5559
5592
  msgstr "Wyświetl konfigurowalny plik SVG."
5560
5593
 
5561
5594
  msgid "Display a link to the Dashboard manager under the Configuration navigator menu."
5562
- msgstr "Wyświetl łącze do Menedżera pulpitów w menu Nawigator konfiguracji."
5595
+ msgstr "Wyświetl łącze do Menedżera pulpitów w menu Konfiguracja."
5563
5596
 
5564
5597
  msgid "Display a link to the Data point library under the Configuration navigator menu."
5565
5598
  msgstr "Wyświetl łącze do Biblioteki punktów danych w menu nawigatora Konfiguracja."
@@ -5639,15 +5672,13 @@ msgstr "Wyświetla łącza do zasobów pomocy i serwisu."
5639
5672
  msgid "Displays quick links for Device Management"
5640
5673
  msgstr "Wyświetla szybkie łącza dla aplikacji Zarządzanie urządzeniami"
5641
5674
 
5642
- msgid ""
5643
- "Displays the button\n"
5675
+ msgid "Displays the button\n"
5644
5676
  " <span class=\"btn btn-dot btn-icon no-pointer\" title=\"Child devices icon\">\n"
5645
5677
  " <i class=\"text-primary dlt-c8y-icon-enter-bottom\"></i>\n"
5646
5678
  " </span>\n"
5647
5679
  " next to target devices with children. Clicking it displays a list with all child devices of\n"
5648
5680
  " the selected target device."
5649
- msgstr ""
5650
- "Wyświetla przycisk\n"
5681
+ msgstr "Wyświetla przycisk\n"
5651
5682
  " <span class=\"btn btn-dot btn-icon no-pointer\" title=\"Ikona urządzeń podrzędnych\">\n"
5652
5683
  " <i class=\"text-primary dlt-c8y-icon-enter-bottom\"></i>\n"
5653
5684
  " </span>\n"
@@ -6005,6 +6036,9 @@ msgstr "Edytuj harmonogram - brak uprawnień"
6005
6036
  msgid "Edit smart rule"
6006
6037
  msgstr "Edytuj regułę inteligentną"
6007
6038
 
6039
+ msgid "Edit translation"
6040
+ msgstr "Edytuj tłumaczenie"
6041
+
6008
6042
  msgid "Edit user"
6009
6043
  msgstr "Edytuj użytkownika"
6010
6044
 
@@ -6215,12 +6249,10 @@ msgstr "Wprowadź jeden lub więcej prawidłowych adresów e-mail rozdzielonych
6215
6249
  msgid "Enter starting fragment of device id or name to search."
6216
6250
  msgstr "Wprowadź początkowy fragment identyfikatora lub nazwy urządzenia do wyszukania."
6217
6251
 
6218
- msgid ""
6219
- "Enter the following code\n"
6252
+ msgid "Enter the following code\n"
6220
6253
  " <code>{{ vm.code }}</code>\n"
6221
6254
  " to proceed:"
6222
- msgstr ""
6223
- "Aby kontynuować, wprowadź następujący kod\n"
6255
+ msgstr "Aby kontynuować, wprowadź następujący kod\n"
6224
6256
  " <code>{{ vm.code }}</code>\n"
6225
6257
  ":"
6226
6258
 
@@ -6435,7 +6467,7 @@ msgid "Export details"
6435
6467
  msgstr "Szczegóły eksportu"
6436
6468
 
6437
6469
  msgid "Export mode"
6438
- msgstr "Tryb Eksportuj"
6470
+ msgstr "Tryb eksportu"
6439
6471
 
6440
6472
  msgid "Export of \"{{expName}}\""
6441
6473
  msgstr "Eksport — „{{expName}}”"
@@ -6449,11 +6481,9 @@ msgstr "Zaakceptowano żądanie eksportu; otrzymasz wiadomość e-mail."
6449
6481
  msgid "Export schedules migration failed. Reload to try again."
6450
6482
  msgstr "Migracja harmonogramów eksportu nie powiodła się. Załaduj ponownie, aby powtórzyć próbę."
6451
6483
 
6452
- msgid ""
6453
- "Export the branding variant from the source tenant and import the .zip file here. This process\n"
6484
+ msgid "Export the branding variant from the source tenant and import the .zip file here. This process\n"
6454
6485
  " allows you to maintain consistent branding across multiple tenants efficiently."
6455
- msgstr ""
6456
- "Eksportuj wariant oznakowania marką ze źródłowego tenanta i zaimportuj tutaj plik .zip. Ten proces\n"
6486
+ msgstr "Eksportuj wariant oznakowania marką ze źródłowego tenanta i zaimportuj tutaj plik .zip. Ten proces\n"
6457
6487
  " pozwala efektywnie utrzymywać spójne oznakowanie marką wielu tenantów."
6458
6488
 
6459
6489
  msgid "Exports"
@@ -6525,6 +6555,9 @@ msgstr "Przywracanie ustawień fabrycznych"
6525
6555
  msgid "Factory reset"
6526
6556
  msgstr "Przywracanie ustawień fabrycznych"
6527
6557
 
6558
+ msgid "Fail device firmware update on unexpected result"
6559
+ msgstr "Niepowodzenie aktualizacji oprogramowania sprzętowego urządzenia przy nieoczekiwanym wyniku"
6560
+
6528
6561
  msgid "Failed"
6529
6562
  msgstr "Nieudana"
6530
6563
 
@@ -6600,6 +6633,9 @@ msgstr "Nie udało się pobrać migawki RDB: „{{failureReason | translate}}”
6600
6633
  msgid "Failed to save"
6601
6634
  msgstr "Zapis nieudany"
6602
6635
 
6636
+ msgid "Failed to save translations"
6637
+ msgstr "Nie udało się zapisać tłumaczeń"
6638
+
6603
6639
  msgid "Failed to save. Try again."
6604
6640
  msgstr "Nie udało się zapisać. Spróbuj ponownie."
6605
6641
 
@@ -6720,6 +6756,9 @@ msgstr "Wypełnij"
6720
6756
  msgid "Filter"
6721
6757
  msgstr "Filtr"
6722
6758
 
6759
+ msgid "Filter by Alarm types"
6760
+ msgstr "Filtruj według typów alarmów"
6761
+
6723
6762
  msgid "Filter by configuration type"
6724
6763
  msgstr "Filtruj według typu konfiguracji"
6725
6764
 
@@ -6750,6 +6789,9 @@ msgstr "Filtruj według wartości minimalnej"
6750
6789
  msgid "Filter by pattern"
6751
6790
  msgstr "Filtruj według wzorca"
6752
6791
 
6792
+ msgid "Filter by severity"
6793
+ msgstr "Filtruj według dotkliwości"
6794
+
6753
6795
  msgid "Filter by software type"
6754
6796
  msgstr "Filtruj według typu oprogramowania"
6755
6797
 
@@ -6783,6 +6825,12 @@ msgstr "Filtruj pulpity według modelu zasobu docelowego"
6783
6825
  msgid "Filter device groups…"
6784
6826
  msgstr "Filtruj grupy urządzeń…"
6785
6827
 
6828
+ msgid "Filter device profile by device type"
6829
+ msgstr "Filtrowanie profilu urządzenia według typu urządzenia"
6830
+
6831
+ msgid "Filter device profile by name"
6832
+ msgstr "Filtrowanie profilu urządzenia według nazwy"
6833
+
6786
6834
  msgid "Filter files"
6787
6835
  msgstr "Filtruj pliki"
6788
6836
 
@@ -6873,277 +6921,235 @@ msgstr "Filtruj…"
6873
6921
  msgid "Finance`icons-category`"
6874
6922
  msgstr "Finanse"
6875
6923
 
6876
- msgid ""
6877
- "Find and install\n"
6924
+ msgid "Find and install\n"
6878
6925
  " <strong>Cumulocity IoT Sensor App</strong>\n"
6879
6926
  " ."
6880
- msgstr ""
6881
- "Znajdź i zainstaluj aplikację\n"
6927
+ msgstr "Znajdź i zainstaluj <strong>aplikację</strong>\n"
6882
6928
  " <strong>Cumulocity IoT Sensor App</strong>\n"
6883
- ""
6929
+ " ."
6884
6930
 
6885
6931
  msgid "Find lat/long by address"
6886
6932
  msgstr "Znajdź szer./dług. geogr. na podstawie adresu"
6887
6933
 
6888
- msgid ""
6889
- "Find out more about available applications in the\n"
6934
+ msgid "Find out more about available applications in the\n"
6890
6935
  " <a c8y-guide-href=\"/docs/standard-tenant/ecosystem/#managing-applications\">user documentation</a>\n"
6891
6936
  " ."
6892
- msgstr ""
6893
- "Więcej informacji o dostępnych aplikacjach zawiera\n"
6937
+ msgstr "Więcej informacji o dostępnych aplikacjach zawiera\n"
6894
6938
  " <a c8y-guide-href=\"/docs/standard-tenant/ecosystem/#managing-applications\">dokumentacja użytkownika</a>\n"
6895
6939
  "."
6896
6940
 
6897
- msgid ""
6898
- "Find out more about each option in the\n"
6941
+ msgid "Find out more about each option in the\n"
6899
6942
  " <a ng-href=\"{{ ::helpLink }}\" target=\"_blank\" rel=\"noopener noreferrer\">user documentation</a>."
6900
- msgstr ""
6901
- "Więcej informacji o poszczególnych opcjach zawiera\n"
6943
+ msgstr "Więcej informacji o poszczególnych opcjach zawiera\n"
6902
6944
  " <a ng-href=\"{{ ::helpLink }}\" target=\"_blank\" rel=\"noopener noreferrer\">dokumentacja użytkownika</a>."
6903
6945
 
6904
- msgid ""
6905
- "Find out more in the\n"
6946
+ msgid "Find out more in the\n"
6906
6947
  " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">user documentation</a>\n"
6907
6948
  " ."
6908
- msgstr ""
6909
- "Więcej informacji zawiera\n"
6949
+ msgstr "Więcej informacji zawiera\n"
6910
6950
  " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">dokumentacja użytkownika</a>\n"
6911
6951
  " ."
6912
6952
 
6913
- msgid ""
6914
- "Find out more in the\n"
6953
+ msgid "Find out more in the\n"
6954
+ " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants/#custom-properties\">\n"
6955
+ " User guide\n"
6956
+ " </a>\n"
6957
+ " ."
6958
+ msgstr "Więcej informacji można znaleźć na stronie\n"
6959
+ " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants/#custom-properties\">\n"
6960
+ " Instrukcja obsługi\n"
6961
+ " </a>\n"
6962
+ "."
6963
+
6964
+ msgid "Find out more in the\n"
6915
6965
  " <a c8y-guide-href=\"/docs/cockpit/smart-rules\">user documentation</a>\n"
6916
6966
  " ."
6917
- msgstr ""
6918
- "Więcej informacji zawiera\n"
6967
+ msgstr "Więcej informacji zawiera\n"
6919
6968
  " <a c8y-guide-href=\"/docs/cockpit/smart-rules\">dokumentacja użytkownika</a>\n"
6920
6969
  " ."
6921
6970
 
6922
- msgid ""
6923
- "Find out more in the\n"
6971
+ msgid "Find out more in the\n"
6924
6972
  " <a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\">user documentation</a>\n"
6925
6973
  " ."
6926
- msgstr ""
6927
- "Więcej informacji zawiera\n"
6974
+ msgstr "Więcej informacji zawiera\n"
6928
6975
  " <a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\">dokumentacja użytkownika</a>\n"
6929
6976
  " ."
6930
6977
 
6931
- msgid ""
6932
- "Find out more in the\n"
6978
+ msgid "Find out more in the\n"
6933
6979
  " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n"
6934
6980
  " user documentation\n"
6935
6981
  " </a>\n"
6936
6982
  " ."
6937
- msgstr ""
6938
- "Więcej informacji zawiera\n"
6983
+ msgstr "Więcej informacji zawiera\n"
6939
6984
  " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n"
6940
6985
  " dokumentacja użytkownika\n"
6941
6986
  " </a>\n"
6942
6987
  " ."
6943
6988
 
6944
- msgid ""
6945
- "Find out more in the\n"
6989
+ msgid "Find out more in the\n"
6946
6990
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
6947
6991
  " user documentation\n"
6948
6992
  " </a>\n"
6949
6993
  " ."
6950
- msgstr ""
6951
- "Więcej informacji zawiera\n"
6994
+ msgstr "Więcej informacji zawiera\n"
6952
6995
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
6953
6996
  " dokumentacja użytkownika\n"
6954
6997
  " </a>\n"
6955
6998
  " ."
6956
6999
 
6957
- msgid ""
6958
- "Find out more in the\n"
7000
+ msgid "Find out more in the\n"
6959
7001
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
6960
7002
  " user documentation\n"
6961
7003
  " </a>\n"
6962
7004
  " ."
6963
- msgstr ""
6964
- "Więcej informacji zawiera strona\n"
6965
- " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
6966
- " dokumentacja użytkownika\n"
6967
- " </a>\n"
6968
- " ."
7005
+ msgstr "Więcej informacji można znaleźć w <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\"> dokumentacji użytkownika </a>\n"
7006
+ "."
6969
7007
 
6970
- msgid ""
6971
- "Find out more in the\n"
7008
+ msgid "Find out more in the\n"
6972
7009
  " <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
6973
7010
  " ."
6974
- msgstr ""
6975
- "Więcej informacji zawiera\n"
7011
+ msgstr "Więcej informacji zawiera\n"
6976
7012
  " <a c8y-guide-href=\"/docs/concepts/applications\">dokumentacja użytkownika</a>\n"
6977
7013
  " ."
6978
7014
 
6979
- msgid ""
6980
- "Find out more in the\n"
7015
+ msgid "Find out more in the\n"
6981
7016
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
6982
7017
  " user documentation\n"
6983
7018
  " </a>\n"
6984
7019
  " ."
6985
- msgstr ""
6986
- "Więcej informacji zawiera\n"
7020
+ msgstr "Więcej informacji zawiera\n"
6987
7021
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
6988
7022
  " dokumentacja użytkownika\n"
6989
7023
  " </a>\n"
6990
7024
  " ."
6991
7025
 
6992
- msgid ""
6993
- "Find out more in the\n"
7026
+ msgid "Find out more in the\n"
6994
7027
  " <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">\n"
6995
7028
  " user documentation\n"
6996
7029
  " </a>\n"
6997
7030
  " ."
6998
- msgstr ""
6999
- "Więcej informacji zawiera\n"
7031
+ msgstr "Więcej informacji zawiera\n"
7000
7032
  " <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">\n"
7001
7033
  " dokumentacja użytkownika\n"
7002
7034
  " </a>\n"
7003
7035
  " ."
7004
7036
 
7005
- msgid ""
7006
- "Find out more in the\n"
7037
+ msgid "Find out more in the\n"
7007
7038
  " <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n"
7008
7039
  " user documentation\n"
7009
7040
  " </a>\n"
7010
7041
  " ."
7011
- msgstr ""
7012
- "Więcej informacji zawiera\n"
7042
+ msgstr "Więcej informacji zawiera\n"
7013
7043
  " <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n"
7014
7044
  " dokumentacja użytkownika\n"
7015
7045
  " </a>\n"
7016
7046
  " ."
7017
7047
 
7018
- msgid ""
7019
- "Find out more in the\n"
7048
+ msgid "Find out more in the\n"
7020
7049
  " <a c8y-guide-href=\"/docs/cockpit/managing-exports\">user documentation</a>\n"
7021
7050
  " ."
7022
- msgstr ""
7023
- "Więcej informacji zawiera\n"
7051
+ msgstr "Więcej informacji zawiera\n"
7024
7052
  " <a c8y-guide-href=\"/docs/cockpit/managing-exports\">dokumentacja użytkownika</a>\n"
7025
7053
  " ."
7026
7054
 
7027
- msgid ""
7028
- "Find out more in the\n"
7055
+ msgid "Find out more in the\n"
7029
7056
  " <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n"
7030
7057
  " user documentation\n"
7031
7058
  " </a>\n"
7032
7059
  " ."
7033
- msgstr ""
7034
- "Więcej informacji zawiera\n"
7060
+ msgstr "Więcej informacji zawiera\n"
7035
7061
  " <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n"
7036
7062
  " dokumentacja użytkownika\n"
7037
7063
  " </a>\n"
7038
7064
  " ."
7039
7065
 
7040
- msgid ""
7041
- "Find out more in the\n"
7066
+ msgid "Find out more in the\n"
7042
7067
  " <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n"
7043
7068
  " user documentation\n"
7044
7069
  " </a>\n"
7045
7070
  " ."
7046
- msgstr ""
7047
- "Więcej informacji zawiera\n"
7071
+ msgstr "Więcej informacji zawiera\n"
7048
7072
  " <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n"
7049
7073
  " dokumentacja użytkownika\n"
7050
7074
  " </a>\n"
7051
7075
  " ."
7052
7076
 
7053
- msgid ""
7054
- "Find out more in the\n"
7077
+ msgid "Find out more in the\n"
7055
7078
  " <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n"
7056
7079
  " user documentation\n"
7057
7080
  " </a>\n"
7058
7081
  " ."
7059
- msgstr ""
7060
- "Więcej informacji zawiera\n"
7082
+ msgstr "Więcej informacji zawiera\n"
7061
7083
  " <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n"
7062
7084
  " dokumentacja użytkownika\n"
7063
7085
  " </a>\n"
7064
7086
  " ."
7065
7087
 
7066
- msgid ""
7067
- "Find out more in the\n"
7088
+ msgid "Find out more in the\n"
7068
7089
  " <a c8y-guide-href=\"/docs/standard-tenant/alarm-mapping\">user documentation</a>\n"
7069
7090
  " ."
7070
- msgstr ""
7071
- "Więcej informacji zawiera\n"
7091
+ msgstr "Więcej informacji zawiera\n"
7072
7092
  " <a c8y-guide-href=\"/docs/standard-tenant/alarm-mapping\">dokumentacja użytkownika</a>\n"
7073
7093
  " ."
7074
7094
 
7075
- msgid ""
7076
- "Find out more in the\n"
7095
+ msgid "Find out more in the\n"
7077
7096
  " <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\">\n"
7078
7097
  " user documentation\n"
7079
7098
  " </a>\n"
7080
7099
  " ."
7081
- msgstr ""
7082
- "Więcej informacji zawiera\n"
7100
+ msgstr "Więcej informacji zawiera\n"
7083
7101
  " <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\">\n"
7084
7102
  " dokumentacja użytkownika\n"
7085
7103
  " </a>\n"
7086
7104
  " ."
7087
7105
 
7088
- msgid ""
7089
- "Find out more in the\n"
7106
+ msgid "Find out more in the\n"
7090
7107
  " <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">user documentation</a>\n"
7091
7108
  " ."
7092
- msgstr ""
7093
- "Więcej informacji zawiera\n"
7109
+ msgstr "Więcej informacji zawiera\n"
7094
7110
  " <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">dokumentacja użytkownika</a>\n"
7095
7111
  " ."
7096
7112
 
7097
- msgid ""
7098
- "Find out more in the\n"
7113
+ msgid "Find out more in the\n"
7099
7114
  " <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">user documentation</a>\n"
7100
7115
  " ."
7101
- msgstr ""
7102
- "Więcej informacji zawiera\n"
7116
+ msgstr "Więcej informacji zawiera\n"
7103
7117
  " <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">dokumentacja użytkownika</a>\n"
7104
7118
  " ."
7105
7119
 
7106
- msgid ""
7107
- "Find out more in the\n"
7120
+ msgid "Find out more in the\n"
7108
7121
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">\n"
7109
7122
  " user documentation\n"
7110
7123
  " </a>\n"
7111
7124
  " ."
7112
- msgstr ""
7113
- "Więcej informacji zawiera\n"
7125
+ msgstr "Więcej informacji zawiera\n"
7114
7126
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">\n"
7115
7127
  " dokumentacja użytkownika\n"
7116
7128
  " </a>\n"
7117
7129
  " ."
7118
7130
 
7119
- msgid ""
7120
- "Find out more in the\n"
7131
+ msgid "Find out more in the\n"
7121
7132
  " <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">\n"
7122
7133
  " user documentation\n"
7123
7134
  " </a>\n"
7124
7135
  " ."
7125
- msgstr ""
7126
- "Więcej informacji zawiera\n"
7136
+ msgstr "Więcej informacji zawiera\n"
7127
7137
  " <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">\n"
7128
7138
  " dokumentacja użytkownika\n"
7129
7139
  " </a>\n"
7130
7140
  " ."
7131
7141
 
7132
- msgid ""
7133
- "Find out more in the\n"
7142
+ msgid "Find out more in the\n"
7134
7143
  " <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">user documentation</a>\n"
7135
7144
  " ."
7136
- msgstr ""
7137
- "Więcej informacji zawiera\n"
7145
+ msgstr "Więcej informacji zawiera\n"
7138
7146
  " <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">dokumentacja użytkownika</a>\n"
7139
7147
  " ."
7140
7148
 
7141
- msgid ""
7142
- "Find your protocol in the\n"
7149
+ msgid "Find your protocol in the\n"
7143
7150
  " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">user documentation</a>\n"
7144
7151
  " to get more information."
7145
- msgstr ""
7146
- "Więcej informacji o protokole zawiera\n"
7152
+ msgstr "Więcej informacji o protokole zawiera\n"
7147
7153
  " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">dokumentacja użytkownika</a>\n"
7148
7154
  " ."
7149
7155
 
@@ -7228,23 +7234,19 @@ msgstr "Rozmiar czcionki wartości pomiarowej (piksele)"
7228
7234
  msgid "Fonts URL"
7229
7235
  msgstr "URL czcionek"
7230
7236
 
7231
- msgid ""
7232
- "For correct application behavior you can use only \"{{ host }}\" or \"{{\n"
7237
+ msgid "For correct application behavior you can use only \"{{ host }}\" or \"{{\n"
7233
7238
  " defaultRedirectUrl\n"
7234
7239
  " }}\", the latter one is recommended."
7235
- msgstr ""
7236
- "Aby działanie aplikacji było poprawne, można używać tylko wartości „{{ host }}” lub „{{\n"
7240
+ msgstr "Aby działanie aplikacji było poprawne, można używać tylko wartości „{{ host }}” lub „{{\n"
7237
7241
  " defaultRedirectUrl\n"
7238
7242
  " }}”. Zalecana jest ta druga."
7239
7243
 
7240
- msgid ""
7241
- "For details refer to the\n"
7244
+ msgid "For details refer to the\n"
7242
7245
  " <a c8y-guide-href=\"/docs/standard-tenant/standard-tenant-introduction\">\n"
7243
7246
  " user documentation\n"
7244
7247
  " </a>\n"
7245
7248
  " ."
7246
- msgstr ""
7247
- "Szczegółowe informacje zawiera\n"
7249
+ msgstr "Szczegółowe informacje zawiera\n"
7248
7250
  " <a c8y-guide-href=\"/docs/standard-tenant/standard-tenant-introduction\">\n"
7249
7251
  " dokumentacja użytkownika\n"
7250
7252
  " </a>\n"
@@ -7256,14 +7258,12 @@ msgstr "Jeśli na przykład typ komunikatu jest wskazywany przez pierwszy bajt d
7256
7258
  msgid "For example, if message type is indicated by the first byte of payload, then enter 8"
7257
7259
  msgstr "Jeśli na przykład typ komunikatu jest wskazywany przez pierwszy bajt danych właściwych, wprowadź wartość 8"
7258
7260
 
7259
- msgid ""
7260
- "For placeholder to be recognized it needs to be used at least once in curly braces with no\n"
7261
+ msgid "For placeholder to be recognized it needs to be used at least once in curly braces with no\n"
7261
7262
  " other expression, for example,\n"
7262
7263
  " <var ng-bind-html=\"'\\{\\{&nbsp;placeholderName`KEEP_ORIGINAL`&nbsp;\\}\\}'\"></var>\n"
7263
7264
  " . Then you can use this placeholderName`KEEP_ORIGINAL` in bindings handled by Angular. There\n"
7264
7265
  " are also predefined functions available:"
7265
- msgstr ""
7266
- "Aby symbol zastępczy został rozpoznany, musi zostać użyty co najmniej raz w nawiasach klamrowych bez\n"
7266
+ msgstr "Aby symbol zastępczy został rozpoznany, musi zostać użyty co najmniej raz w nawiasach klamrowych bez\n"
7267
7267
  " żadnego innego wyrażenia, np. \n"
7268
7268
  " <var ng-bind-html=\"'\\{\\{&nbsp;placeholderName&nbsp;\\}\\}'\"></var>\n"
7269
7269
  " . Później można używać tego symbolu zastępczego placeholderName w powiązaniach obsługiwanych przez Angular. Dostępne są także\n"
@@ -7926,11 +7926,9 @@ msgstr "Pobrano pomiary z urządzenia."
7926
7926
  msgid "Grant permissions on a general level."
7927
7927
  msgstr "Przyznaj uprawnienia na poziomie ogólnym."
7928
7928
 
7929
- msgid ""
7930
- "Grant user access to the listed device groups as allowed by the assigned\n"
7929
+ msgid "Grant user access to the listed device groups as allowed by the assigned\n"
7931
7930
  " inventory roles."
7932
- msgstr ""
7933
- "Przyznaj użytkownikom dostęp do wymienionych grup urządzeń zgodnie z przypisanymi\n"
7931
+ msgstr "Przyznaj użytkownikom dostęp do wymienionych grup urządzeń zgodnie z przypisanymi\n"
7934
7932
  " rolami lokalnymi."
7935
7933
 
7936
7934
  msgid "Graph"
@@ -8188,11 +8186,9 @@ msgstr "Identyfikacja"
8188
8186
  msgid "Identity"
8189
8187
  msgstr "Identyfikatory"
8190
8188
 
8191
- msgid ""
8192
- "If no constraints are set, device protocols are applied at any fitting location on the OPC UA\n"
8189
+ msgid "If no constraints are set, device protocols are applied at any fitting location on the OPC UA\n"
8193
8190
  " server."
8194
- msgstr ""
8195
- "W przypadku braku ograniczeń protokoły urządzeń są stosowane w dowolnej pasującej lokalizacji na\n"
8191
+ msgstr "W przypadku braku ograniczeń protokoły urządzeń są stosowane w dowolnej pasującej lokalizacji na\n"
8196
8192
  " serwerze OPC UA."
8197
8193
 
8198
8194
  msgid "If no product certificate key is specified, the device is considered a prototype."
@@ -8201,9 +8197,6 @@ msgstr "Jeśli nie określono klucza certyfikatu produktu, urządzenie jest uwa
8201
8197
  msgid "If not specified, LWM2M Agent generates the URL"
8202
8198
  msgstr "Jeśli wartość nie zostanie określona, agent LWM2M wygeneruje adres URL"
8203
8199
 
8204
- msgid "If selected, it ignores empty values on all resources below."
8205
- msgstr "W przypadku zaznaczenia tej opcji puste wartości będą ignorowane we wszystkich zasobach poniżej."
8206
-
8207
8200
  msgid "If selected, it will process the result of the request using response templates."
8208
8201
  msgstr "W przypadku zaznaczenia tej opcji wynik żądania będzie przetwarzany przy użyciu szablonów odpowiedzi."
8209
8202
 
@@ -8216,6 +8209,9 @@ msgstr "W przypadku zaznaczenia tej opcji każde żądanie musi używać tego sa
8216
8209
  msgid "If set to true, the LWM2M agent resets the firmware state machine before initiating the actual firmware update operation"
8217
8210
  msgstr "Jeśli ustawiono na true, agent LWM2M resetuje maszynę stanu oprogramowania sprzętowego przed zainicjowaniem rzeczywistej operacji aktualizacji oprogramowania sprzętowego"
8218
8211
 
8212
+ msgid "If the configuration is enabled, the firmware update operation will fail if the update result (resource 5) is not as expected based on the LWM2M firmware state machine."
8213
+ msgstr "Jeśli konfiguracja jest włączona, operacja aktualizacji oprogramowania układowego nie powiedzie się, jeśli wynik aktualizacji (zasób 5) nie jest zgodny z oczekiwaniami w oparciu o maszynę stanu oprogramowania układowego LWM2M."
8214
+
8219
8215
  msgid "If the export exceeds 50,000 records, the data will be sent via email"
8220
8216
  msgstr "Jeśli eksport przekracza 50 000 rekordów, dane zostaną wysłane pocztą e-mail"
8221
8217
 
@@ -8549,6 +8545,9 @@ msgstr "Nieprawidłowa konfiguracja serwera"
8549
8545
  msgid "Invalid subnet mask."
8550
8546
  msgstr "Nieprawidłowa maska podsieci."
8551
8547
 
8548
+ msgid "Invalid type, expected integer."
8549
+ msgstr "Nieprawidłowy typ, oczekiwana liczba całkowita."
8550
+
8552
8551
  msgid "Invalid type, expected {{ schema.type }}."
8553
8552
  msgstr "Nieprawidłowy typ, oczekiwany: {{ schema.type }}."
8554
8553
 
@@ -8581,6 +8580,7 @@ msgid_plural "Inventory roles updated"
8581
8580
  msgstr[0] "Zaktualizowano role lokalne"
8582
8581
  msgstr[1] "Zaktualizowano role lokalne"
8583
8582
  msgstr[2] "Zaktualizowano role lokalne"
8583
+ msgstr[3] "Zaktualizowano role lokalne"
8584
8584
 
8585
8585
  msgid "Inventory roles"
8586
8586
  msgstr "Role lokalne"
@@ -8975,6 +8975,12 @@ msgstr "Ogranicz kolejkę strumienia"
8975
8975
  msgid "Limit stream requests"
8976
8976
  msgstr "Ogranicz żądania strumienia"
8977
8977
 
8978
+ msgid "Limit values saved."
8979
+ msgstr "Zapisane wartości graniczne."
8980
+
8981
+ msgid "Limits"
8982
+ msgstr "Ograniczenia"
8983
+
8978
8984
  msgid "Line"
8979
8985
  msgstr "Liniowy"
8980
8986
 
@@ -9113,6 +9119,9 @@ msgstr "Lokalny"
9113
9119
  msgid "Local smart rule"
9114
9120
  msgstr "Lokalna reguła inteligentna"
9115
9121
 
9122
+ msgid "Localization"
9123
+ msgstr "Lokalizacja"
9124
+
9116
9125
  msgid "Location"
9117
9126
  msgstr "Lokalizacja"
9118
9127
 
@@ -9299,12 +9308,15 @@ msgstr "Główne alarmy"
9299
9308
  msgid "Major`alarm`"
9300
9309
  msgstr "Główny"
9301
9310
 
9311
+ msgid "Make sure that \"Valid Redirect URIs\" in the authorization server is set to \"{{ redirectURI }}\" or to the full URIs of the used applications if the authorization server does not support patterns."
9312
+ msgstr "Upewnij się, że \"Valid Redirect URIs\" w serwerze autoryzacji jest ustawione na \"{{ redirectURI }}\" lub na pełne URI używanych aplikacji, jeśli serwer autoryzacji nie obsługuje wzorców."
9313
+
9314
+ msgid "Make sure that \"Valid Redirect URIs\" in the authorization server is set to \"{{ redirectURI }}\"."
9315
+ msgstr "Upewnij się, że opcja \"Valid Redirect URIs\" na serwerze autoryzacji jest ustawiona na \"{{ redirectURI }}\"."
9316
+
9302
9317
  msgid "Make sure that:"
9303
9318
  msgstr "Upewnij się, że:"
9304
9319
 
9305
- msgid "Manage alarm types"
9306
- msgstr "Zarządzanie typami alarmów"
9307
-
9308
9320
  msgid "Manage the application plugins."
9309
9321
  msgstr "Zarządzaj wtyczkami aplikacji."
9310
9322
 
@@ -9388,6 +9400,7 @@ msgid_plural "Max length: {{ $count }}"
9388
9400
  msgstr[0] "Maksymalna długość: {{ $count }}"
9389
9401
  msgstr[1] "Maksymalna długość: {{ $count }}"
9390
9402
  msgstr[2] "Maksymalna długość: {{ $count }}"
9403
+ msgstr[3] "Maksymalna długość: {{ $count }}"
9391
9404
 
9392
9405
  msgid "Max value: {{ max }}"
9393
9406
  msgstr "Wartość maksymalna: {{ max }}"
@@ -9577,6 +9590,7 @@ msgid_plural "Min length: {{ $count }}"
9577
9590
  msgstr[0] "Minimalna długość: {{ $count }}"
9578
9591
  msgstr[1] "Minimalna długość: {{ $count }}"
9579
9592
  msgstr[2] "Minimalna długość: {{ $count }}"
9593
+ msgstr[3] "Minimalna długość: {{ $count }}"
9580
9594
 
9581
9595
  msgid "Min value: {{ min }}"
9582
9596
  msgstr "Wartość minimalna: {{ min }}"
@@ -9752,11 +9766,9 @@ msgstr "To musi być prawidłowa liczba szesnastkowa. Może zawierać tylko nast
9752
9766
  msgid "Must be a valid number."
9753
9767
  msgstr "To musi być prawidłowa liczba."
9754
9768
 
9755
- msgid ""
9756
- "Must be a valid phone number (only digits, spaces, slashes (\"/\"), dashes (\"-\"), and plus (\"+\")\n"
9769
+ msgid "Must be a valid phone number (only digits, spaces, slashes (\"/\"), dashes (\"-\"), and plus (\"+\")\n"
9757
9770
  " allowed, for example: +49 9 876 543 210)."
9758
- msgstr ""
9759
- "To musi być prawidłowy numer telefonu — dozwolone są wyłącznie cyfry, spacje, ukośniki („/”), myślniki („-”) i znak („+”),\n"
9771
+ msgstr "To musi być prawidłowy numer telefonu — dozwolone są wyłącznie cyfry, spacje, ukośniki („/”), myślniki („-”) i znak („+”),\n"
9760
9772
  " na przykład: +49 9 876 543 210."
9761
9773
 
9762
9774
  msgid "Must be a valid phone number (only digits, spaces, slashes (\"/\"), dashes (\"-\"), and plus (\"+\") allowed, for example: +49 9 876 543 210)."
@@ -10185,6 +10197,12 @@ msgstr "Brak konwersji"
10185
10197
  msgid "No custom applications available."
10186
10198
  msgstr "Brak dostępnych aplikacji niestandardowych."
10187
10199
 
10200
+ msgid "No custom properties to display."
10201
+ msgstr "Brak niestandardowych właściwości do wyświetlenia."
10202
+
10203
+ msgid "No custom properties yet."
10204
+ msgstr "Brak niestandardowych właściwości."
10205
+
10188
10206
  msgid "No data aggregation"
10189
10207
  msgstr "Brak agregacji danych"
10190
10208
 
@@ -10215,6 +10233,9 @@ msgstr "Brak subskrypcji danych do wyświetlenia."
10215
10233
  msgid "No data to display."
10216
10234
  msgstr "Brak danych do wyświetlenia."
10217
10235
 
10236
+ msgid "No date filter"
10237
+ msgstr "Brak filtra daty"
10238
+
10218
10239
  msgid "No delegation"
10219
10240
  msgstr "Brak delegacji"
10220
10241
 
@@ -10224,11 +10245,9 @@ msgstr "Brak opisu"
10224
10245
  msgid "No description available."
10225
10246
  msgstr "Brak dostępnego opisu."
10226
10247
 
10227
- msgid ""
10228
- "No device groups available due to the device owner permissions. The device owner must be\n"
10248
+ msgid "No device groups available due to the device owner permissions. The device owner must be\n"
10229
10249
  " granted access to some device groups first."
10230
- msgstr ""
10231
- "Brak dostępnych grup urządzeń z powodu uprawnień właściciela urządzenia. Właścicielowi urządzenia należy\n"
10250
+ msgstr "Brak dostępnych grup urządzeń z powodu uprawnień właściciela urządzenia. Właścicielowi urządzenia należy\n"
10232
10251
  " najpierw przyznać dostępu do niektórych grup urządzeń."
10233
10252
 
10234
10253
  msgid "No device profile selected"
@@ -10237,6 +10256,9 @@ msgstr "Nie wybrano profilu urządzenia"
10237
10256
  msgid "No device profiles found. Create a new device profile via the LoRa platform."
10238
10257
  msgstr "Nie znaleziono profili urządzeń. Utwórz nowy profil urządzenia za pomocą platformy LoRa."
10239
10258
 
10259
+ msgid "No device profiles to display."
10260
+ msgstr "Brak profili urządzeń do wyświetlenia."
10261
+
10240
10262
  msgid "No device protocols configured. Create a LoRa device protocol in <a href=\"{{ link }}\">Device protocols</a>."
10241
10263
  msgstr "Nie skonfigurowano protokołów urządzeń. Utwórz protokół urządzenia LoRa na stronie <a href=\"{{ link }}\">Protokoły urządzeń</a>."
10242
10264
 
@@ -10405,11 +10427,9 @@ msgstr "Brak dostępnych dzienników od {{dateFrom | absoluteDateTimeFormat:'LL,
10405
10427
  msgid "No logs available before {{dateTo | absoluteDateTimeFormat:'LL, LTS':'+0000'}}."
10406
10428
  msgstr "Brak dostępnych dzienników do {{dateTo | absoluteDateTimeFormat:'LL, LTS':'+0000'}}."
10407
10429
 
10408
- msgid ""
10409
- "No logs available from {{ expectedDateFrom | absoluteDateTimeFormat:'LL, LTS':'+0000' }},\n"
10430
+ msgid "No logs available from {{ expectedDateFrom | absoluteDateTimeFormat:'LL, LTS':'+0000' }},\n"
10410
10431
  " instead loaded closest logs from {{ actualDateFrom | absoluteDateTimeFormat:'LL, LTS':'+0000' }}."
10411
- msgstr ""
10412
- "Brak dzienników dla przedziału czasu od {{ expectedDateFrom | absoluteDateTimeFormat:'LL, LTS':'+0000' }},\n"
10432
+ msgstr "Brak dzienników dla przedziału czasu od {{ expectedDateFrom | absoluteDateTimeFormat:'LL, LTS':'+0000' }},\n"
10413
10433
  " zamiast tego wczytano dzienniki dla przedziału czasu od {{ actualDateFrom | absoluteDateTimeFormat:'LL, LTS':'+0000' }}."
10414
10434
 
10415
10435
  msgid "No logs available in time range {{dateFrom | absoluteDateTimeFormat:'LL, LTS':'+0000'}} - {{dateTo | absoluteDateTimeFormat:'LL, LTS':'+0000'}}."
@@ -10661,11 +10681,9 @@ msgstr "Brak tenantów do wyświetlenia."
10661
10681
  msgid "No top level nodes set."
10662
10682
  msgstr "Nie ustawiono węzłów najwyższego poziomu."
10663
10683
 
10664
- msgid ""
10665
- "No tracker model specified for this device. Select one from the list of supported models\n"
10684
+ msgid "No tracker model specified for this device. Select one from the list of supported models\n"
10666
10685
  " below."
10667
- msgstr ""
10668
- "Nie określono modelu urządzenia śledzącego dla tego urządzenia. Wybierz jeden z listy\n"
10686
+ msgstr "Nie określono modelu urządzenia śledzącego dla tego urządzenia. Wybierz jeden z listy\n"
10669
10687
  " obsługiwanych modeli poniżej."
10670
10688
 
10671
10689
  msgid "No tracking events found."
@@ -11109,14 +11127,12 @@ msgstr "Dozwolone są tylko wartości typu Integer."
11109
11127
  msgid "Open"
11110
11128
  msgstr "Otwórz"
11111
11129
 
11112
- msgid ""
11113
- "Open\n"
11130
+ msgid "Open\n"
11114
11131
  " <strong>Google Play Store</strong>\n"
11115
11132
  " or\n"
11116
11133
  " <strong>Apple App Store</strong>\n"
11117
11134
  " on your smartphone."
11118
- msgstr ""
11119
- "Otwórz sklep\n"
11135
+ msgstr "Otwórz sklep\n"
11120
11136
  " <strong>Google Play</strong>\n"
11121
11137
  " lub\n"
11122
11138
  " <strong>Apple App Store</strong>\n"
@@ -11155,11 +11171,9 @@ msgstr "Otwórz przekaźnik {{relayNo}}"
11155
11171
  msgid "Open relay."
11156
11172
  msgstr "Otwórz przekaźnik."
11157
11173
 
11158
- msgid ""
11159
- "Open the\n"
11174
+ msgid "Open the\n"
11160
11175
  " <span>user documentation</span>"
11161
- msgstr ""
11162
- "Otwórz \n"
11176
+ msgstr "Otwórz \n"
11163
11177
  " <span>dokumentację użytkownika</span>"
11164
11178
 
11165
11179
  msgid "Open the application details"
@@ -11237,6 +11251,12 @@ msgstr "Operacja zaktualizowana: {{updatesList}}"
11237
11251
  msgid "Operations"
11238
11252
  msgstr "Operacje"
11239
11253
 
11254
+ msgid "Operations created"
11255
+ msgstr "Utworzono operacje"
11256
+
11257
+ msgid "Operations updated"
11258
+ msgstr "Zaktualizowano operacje"
11259
+
11240
11260
  msgid "Operations will be displayed here."
11241
11261
  msgstr "W tym miejscu będą wyświetlane operacje."
11242
11262
 
@@ -11459,11 +11479,9 @@ msgstr "Hasło jest nieprawidłowe. Minimalna liczba znaków to {{minCharactersC
11459
11479
  msgid "Password is not strong enough, use a stronger password."
11460
11480
  msgstr "Hasło nie jest wystarczająco silne, użyj silniejszego hasła."
11461
11481
 
11462
- msgid ""
11463
- "Password is not strong enough, use a stronger password. Check the requirements\n"
11482
+ msgid "Password is not strong enough, use a stronger password. Check the requirements\n"
11464
11483
  " listed on the right."
11465
- msgstr ""
11466
- "Hasło nie jest wystarczająco silne, użyj silniejszego. Sprawdź wymagania\n"
11484
+ msgstr "Hasło nie jest wystarczająco silne, użyj silniejszego. Sprawdź wymagania\n"
11467
11485
  " wymienione po prawej stronie."
11468
11486
 
11469
11487
  msgid "Password is not strong enough, use a stronger password. Check the requirements listed on the right."
@@ -11541,37 +11559,31 @@ msgstr "Dostępne poprawki"
11541
11559
  msgid "Path"
11542
11560
  msgstr "Ścieżka"
11543
11561
 
11544
- msgid ""
11545
- "Path for binaries can vary depending on device agent implementation, for example:\n"
11562
+ msgid "Path for binaries can vary depending on device agent implementation, for example:\n"
11546
11563
  " /configuration/binaries/configuration1.bin\n"
11547
11564
  " https://configuration/binary/123\n"
11548
11565
  " ftp://configuration/binary/123.tar.gz\n"
11549
11566
  " Configurations with external URLs only work with the configuration typed devices (file-based configuration), not with devices with a legacy configuration."
11550
- msgstr ""
11551
- "Ścieżka do plików binarnych może się różnić w zależności od implementacji agenta, na przykład:\n"
11567
+ msgstr "Ścieżka do plików binarnych może się różnić w zależności od implementacji agenta, na przykład:\n"
11552
11568
  " /configuration/binaries/configuration1.bin\n"
11553
11569
  " https://configuration/binary/123\n"
11554
11570
  " ftp://configuration/binary/123.tar.gz\n"
11555
11571
  " Konfiguracje z zewnętrznymi adresami URL działają tylko z urządzeniami o określonym typie konfiguracji (konfiguracja oparta na pliku), a nie z urządzeniami ze starszą konfiguracją."
11556
11572
 
11557
- msgid ""
11558
- "Path for binaries can vary depending on device agent implementation, for example:\n"
11573
+ msgid "Path for binaries can vary depending on device agent implementation, for example:\n"
11559
11574
  " /firmware/binaries/firmware1.bin\n"
11560
11575
  " https://firmware/binary/123\n"
11561
11576
  " ftp://firmware/binary/123.tar.gz"
11562
- msgstr ""
11563
- "Ścieżka do plików binarnych zależy od implementacji agenta urządzenia na przykład:\n"
11577
+ msgstr "Ścieżka do plików binarnych zależy od implementacji agenta urządzenia na przykład:\n"
11564
11578
  " /firmware/binaries/firmware1.bin\n"
11565
11579
  " https://firmware/binary/123\n"
11566
11580
  " ftp://firmware/binary/123.tar.gz"
11567
11581
 
11568
- msgid ""
11569
- "Path for binaries can vary depending on device agent implementation, for example:\n"
11582
+ msgid "Path for binaries can vary depending on device agent implementation, for example:\n"
11570
11583
  " /software/binaries/software1.bin\n"
11571
11584
  " https://software/binary/123\n"
11572
11585
  " ftp://software/binary/123.tar.gz"
11573
- msgstr ""
11574
- "Ścieżka do plików binarnych zależy od implementacji agenta urządzenia, na przykład:\n"
11586
+ msgstr "Ścieżka do plików binarnych zależy od implementacji agenta urządzenia, na przykład:\n"
11575
11587
  " /software/binaries/software1.bin\n"
11576
11588
  " https://software/binary/123\n"
11577
11589
  " ftp://software/binary/123.tar.gz"
@@ -11810,33 +11822,27 @@ msgstr "Wstępnie zdefiniowane polecenia"
11810
11822
  msgid "Preferred login mode"
11811
11823
  msgstr "Preferowany tryb logowania"
11812
11824
 
11813
- msgid ""
11814
- "Prepare your phone and then click\n"
11825
+ msgid "Prepare your phone and then click\n"
11815
11826
  " <strong>Next</strong>\n"
11816
11827
  " below."
11817
- msgstr ""
11818
- "Przygotuj swój telefon, a następnie kliknij przycisk\n"
11828
+ msgstr "Przygotuj swój telefon, a następnie kliknij przycisk\n"
11819
11829
  " <strong>Dalej</strong>\n"
11820
11830
  " poniżej."
11821
11831
 
11822
11832
  msgid "Presets"
11823
11833
  msgstr "Ustawienia wstępne"
11824
11834
 
11825
- msgid ""
11826
- "Press\n"
11835
+ msgid "Press\n"
11827
11836
  " <strong>Manual registration</strong>\n"
11828
11837
  " and enter the following data into your smartphone."
11829
- msgstr ""
11830
- "Naciśnij opcję\n"
11838
+ msgstr "Naciśnij opcję\n"
11831
11839
  " <strong>Rejestracja ręczna</strong>\n"
11832
11840
  " i wpisz poniższe dane w swoim smartfonie."
11833
11841
 
11834
- msgid ""
11835
- "Press\n"
11842
+ msgid "Press\n"
11836
11843
  " <strong>Scan QR code</strong>\n"
11837
11844
  " and use the code below."
11838
- msgstr ""
11839
- "Naciśnij opcję\n"
11845
+ msgstr "Naciśnij opcję\n"
11840
11846
  " <strong>Skanuj kod QR</strong>\n"
11841
11847
  " i użyj poniższego kodu."
11842
11848
 
@@ -11856,7 +11862,7 @@ msgid "Preview file"
11856
11862
  msgstr "Wyświetl podgląd pliku"
11857
11863
 
11858
11864
  msgid "Preview is available"
11859
- msgstr "Podgląd nie jest dostępny"
11865
+ msgstr "Podgląd jest dostępny"
11860
11866
 
11861
11867
  msgid "Preview is not available"
11862
11868
  msgstr "Podgląd nie jest dostępny"
@@ -12390,16 +12396,16 @@ msgid "Refresh token"
12390
12396
  msgstr "Odśwież token"
12391
12397
 
12392
12398
  msgid "Refreshing after the given interval"
12393
- msgstr "Odświeżanie po upływie podanego Interwału"
12399
+ msgstr "Odświeżanie po podanym interwale"
12394
12400
 
12395
12401
  msgid "Refreshing after the given interval and on interaction"
12396
12402
  msgstr "Odświeżanie po upływie określonego przedziału czasu lub przy interakcji"
12397
12403
 
12398
12404
  msgid "Refreshing after the given interval and on interaction, synchronized globally"
12399
- msgstr "Odświeżanie po upływie określonego przedziału czasu lub przy interakcji, zsynchronizowane globalnie"
12405
+ msgstr "Odświeżanie po podanym interwale i przy interakcji, synchronizowane globalnie"
12400
12406
 
12401
12407
  msgid "Refreshing after the given interval, synchronized globally"
12402
- msgstr "Odświeżanie po podanym interwale, zsynchronizowane globalnie"
12408
+ msgstr "Odświeżanie po podanym interwale, synchronizowane globalnie"
12403
12409
 
12404
12410
  msgid "Regenerate verification code"
12405
12411
  msgstr "Wygeneruj ponownie kod weryfikacyjny"
@@ -12734,9 +12740,6 @@ msgstr "Resetuj widżety"
12734
12740
  msgid "Reset`dashboard`"
12735
12741
  msgstr "Resetuj"
12736
12742
 
12737
- msgid "Resource update complete."
12738
- msgstr "Zakończono aktualizację zasobu."
12739
-
12740
12743
  msgid "Resources"
12741
12744
  msgstr "Zasoby"
12742
12745
 
@@ -13052,6 +13055,9 @@ msgstr "Interwał próbkowania"
13052
13055
  msgid "Save"
13053
13056
  msgstr "Zapisz"
13054
13057
 
13058
+ msgid "Save &amp; apply"
13059
+ msgstr "Zapisz i zastosuj"
13060
+
13055
13061
  msgid "Save (SMS)"
13056
13062
  msgstr "Zapisz (SMS)"
13057
13063
 
@@ -13601,11 +13607,9 @@ msgstr "Wybierz konwersję jednostek"
13601
13607
  msgid "Select version or patch"
13602
13608
  msgstr "Wybierz wersję lub poprawkę"
13603
13609
 
13604
- msgid ""
13605
- "Select which nodes to display in the top level of the navigator menu. By default, only\n"
13610
+ msgid "Select which nodes to display in the top level of the navigator menu. By default, only\n"
13606
13611
  " Groups is shown."
13607
- msgstr ""
13608
- "Wybierz węzły, które mają być wyświetlane na najwyższym poziomie menu nawigatora.\n"
13612
+ msgstr "Wybierz węzły, które mają być wyświetlane na najwyższym poziomie menu nawigatora.\n"
13609
13613
  " Domyślnie wyświetlany jest tylko węzeł Grupy."
13610
13614
 
13611
13615
  msgid "Select which nodes to display in the top level of the navigator menu. By default, only Groups is shown."
@@ -13674,12 +13678,10 @@ msgstr "Wybór serwera referencyjnego umożliwia tworzenie typów urządzeń na
13674
13678
  msgid "Selecting a reference server requires selecting a reference node."
13675
13679
  msgstr "Wybór serwera referencyjnego wymaga wybrania węzła referencyjnego."
13676
13680
 
13677
- msgid ""
13678
- "Selecting the \"All objects\" option will synchronize all types of objects,\n"
13681
+ msgid "Selecting the \"All objects\" option will synchronize all types of objects,\n"
13679
13682
  " including internal and technical ones (not exclusively groups and\n"
13680
13683
  " devices). This may cause issues on the target tenant."
13681
- msgstr ""
13682
- "Wybór opcji „Wszystkie obiekty” spowoduje zsynchronizowanie wszystkich typów obiektów,\n"
13684
+ msgstr "Wybór opcji „Wszystkie obiekty” spowoduje zsynchronizowanie wszystkich typów obiektów,\n"
13683
13685
  " w tym wewnętrznych i technicznych (nie tylko grup \n"
13684
13686
  " i urządzeń). Może to powodować problemy w docelowym tenancie."
13685
13687
 
@@ -14504,6 +14506,7 @@ msgid_plural "Showing {{$count}} items"
14504
14506
  msgstr[0] "Wyświetlanie {{$count}} elementów"
14505
14507
  msgstr[1] "Wyświetlanie {{$count}} elementów"
14506
14508
  msgstr[2] "Wyświetlanie {{$count}} elementów"
14509
+ msgstr[3] "Wyświetlanie {{$count}} elementów"
14507
14510
 
14508
14511
  msgid "Shows a different value for each configured value."
14509
14512
  msgstr "Pokazuje inną wartość dla każdej skonfigurowanej wartości."
@@ -14781,18 +14784,14 @@ msgstr "Niektóre wpisy są nieprawidłowe. Sprawdź wymagane pola wejściowe."
14781
14784
  msgid "Some entries might not be shown. Try narrowing search criteria."
14782
14785
  msgstr "Niektóre elementy mogą nie być wyświetlane. Spróbuj zawęzić kryteria wyszukiwania."
14783
14786
 
14784
- msgid ""
14785
- "Some of the user settings are not editable here because they are managed via your\n"
14787
+ msgid "Some of the user settings are not editable here because they are managed via your\n"
14786
14788
  " authorization server."
14787
- msgstr ""
14788
- "Niektórych ustawień użytkownika nie można edytować w tym miejscu, ponieważ są\n"
14789
+ msgstr "Niektórych ustawień użytkownika nie można edytować w tym miejscu, ponieważ są\n"
14789
14790
  " one zarządzane za pośrednictwem serwera autoryzacji."
14790
14791
 
14791
- msgid ""
14792
- "Some plugins are not contained in the new version of this blueprint and will therefore get\n"
14792
+ msgid "Some plugins are not contained in the new version of this blueprint and will therefore get\n"
14793
14793
  " removed."
14794
- msgstr ""
14795
- "Niektóre wtyczki nie są zawarte w nowej wersji tego szablonu i dlatego zostaną\n"
14794
+ msgstr "Niektóre wtyczki nie są zawarte w nowej wersji tego szablonu i dlatego zostaną\n"
14796
14795
  " usunięte."
14797
14796
 
14798
14797
  msgid "Some users might not be shown. Try narrowing search criteria."
@@ -14837,11 +14836,9 @@ msgstr "Informacje o pakiecie źródłowym"
14837
14836
  msgid "Source tenant status"
14838
14837
  msgstr "Status tenanta źródłowego"
14839
14838
 
14840
- msgid ""
14841
- "Specifying auto-apply constraints allows you to limit the scope where the device protocols are\n"
14839
+ msgid "Specifying auto-apply constraints allows you to limit the scope where the device protocols are\n"
14842
14840
  " applied, for example by specifying a set of possible servers or node IDs."
14843
- msgstr ""
14844
- "Określenie ograniczeń automatycznego zastosowania pozwala ograniczyć zakres, w którym\n"
14841
+ msgstr "Określenie ograniczeń automatycznego zastosowania pozwala ograniczyć zakres, w którym\n"
14845
14842
  " stosowane są protokoły urządzeń; można na przykład określić zestaw możliwych serwerów lub identyfikatorów węzłów."
14846
14843
 
14847
14844
  msgid "Standard applications created."
@@ -15264,6 +15261,9 @@ msgstr "Tabela właściwości urządzenia, na przykład nazwa, typ lub uwagi."
15264
15261
  msgid "Tag has been set."
15265
15262
  msgstr "Znacznik został ustawiony."
15266
15263
 
15264
+ msgid "Tag`noun`"
15265
+ msgstr "Tag"
15266
+
15267
15267
  msgid "Takes a value between -32768 and 32767 minutes (a negative value indicates that the device is under maintenance)."
15268
15268
  msgstr "Przyjmuje wartość z zakresu od -32768 do 32767 minut (wartość ujemna wskazuje, że trwa konserwacja urządzenia)."
15269
15269
 
@@ -15441,23 +15441,17 @@ msgstr "Tekst do wyświetlania, jeśli wartość jest równa zero"
15441
15441
  msgid "Text-based configuration"
15442
15442
  msgstr "Konfiguracja tekstowa"
15443
15443
 
15444
- msgid ""
15445
- "The \"Allowed domain\" setting allows your JavaScript web application to directly communicate with the REST API.\n"
15446
- "\n"
15444
+ msgid "The \"Allowed domain\" setting allows your JavaScript web application to directly communicate with the REST API.\n\n"
15447
15445
  "Options:\n"
15448
15446
  "- Enter \"*\" to allow communication from any host,\n"
15449
15447
  "- enter \"http://my.host.com, http://myother.host.com\" to allow applications from http://my.host.com and from http://myother.host.com to communicate with the platform,\n"
15450
- "- leave the field blank to allow access only from your tenant's domain.\n"
15451
- "\n"
15448
+ "- leave the field blank to allow access only from your tenant's domain.\n\n"
15452
15449
  "For more information, check <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://enable-cors.org\">enable-cors.org</a>"
15453
- msgstr ""
15454
- "Ustawienie „Dozwolona domena” umożliwia aplikacjom internetowym w języku JavaScript bezpośrednią komunikację z interfejsem REST API.\n"
15455
- "\n"
15450
+ msgstr "Ustawienie „Dozwolona domena” umożliwia aplikacjom internetowym w języku JavaScript bezpośrednią komunikację z interfejsem REST API.\n\n"
15456
15451
  "Opcje:\n"
15457
15452
  "- wprowadź „*”, aby umożliwić komunikację z dowolnego hosta,\n"
15458
15453
  "- wprowadź „http://my.host.com, http://myother.host.com”, aby umożliwić aplikacjom z http://my.host.com i z http://myother.host.com komunikację z platformą,\n"
15459
- "- zostaw puste pole, aby umożliwić dostęp tylko z domeny tenanta.\n"
15460
- "\n"
15454
+ "- zostaw puste pole, aby umożliwić dostęp tylko z domeny tenanta.\n\n"
15461
15455
  "Więcej informacji można znaleźć na stronie<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://enable-cors.org\">enable-cors.org</a>"
15462
15456
 
15463
15457
  msgid "The \"contextPath`KEEP_ORIGINAL`\" or \"key`KEEP_ORIGINAL`\" of the uploaded archive do not match with the existing application."
@@ -15466,22 +15460,18 @@ msgstr "Wartość „contextPath” lub „key” z przesłanego archiwum jest n
15466
15460
  msgid "The Administration application enables account administrators to manage their users, roles, tenants, applications and business rules and lets them configure a number of settings for their account."
15467
15461
  msgstr "Aplikacja Administracja umożliwia administratorom kont zarządzanie użytkownikami, rolami, tenantami, aplikacjami i regułami biznesowymi oraz pozwala im na konfigurowanie różnych ustawień kont."
15468
15462
 
15469
- msgid ""
15470
- "The Cockpit application allows you to build IoT applications in minutes.\n"
15463
+ msgid "The Cockpit application allows you to build IoT applications in minutes.\n"
15471
15464
  " To get started, connect any device to the platform.\n"
15472
15465
  " If you do not have an IoT device to hand, you can start by connecting your smartphone.\n"
15473
15466
  " Click below to be guided through the process."
15474
- msgstr ""
15475
- "Aplikacja Kokpit umożliwia utworzenie aplikacji IoT w ciągu kilku minut.\n"
15467
+ msgstr "Aplikacja Kokpit umożliwia utworzenie aplikacji IoT w ciągu kilku minut.\n"
15476
15468
  " Zacznij od połączenia dowolnego urządzenia z platformą.\n"
15477
15469
  " Jeśli nie masz pod ręką żadnego urządzenia IoT, możesz zacząć od połączenia swojego smartfona.\n"
15478
15470
  " Kliknij poniżej, aby skorzystać z asysty podczas tego procesu."
15479
15471
 
15480
- msgid ""
15481
- "The Cockpit application provides you with options to manage\n"
15472
+ msgid "The Cockpit application provides you with options to manage\n"
15482
15473
  " and monitor Internet of Things assets and data from business perspective."
15483
- msgstr ""
15484
- "Aplikacja Kokpit udostępnia opcje zarządzania\n"
15474
+ msgstr "Aplikacja Kokpit udostępnia opcje zarządzania\n"
15485
15475
  " zasobami i danymi IoT oraz monitorowania ich z perspektywy biznesowej."
15486
15476
 
15487
15477
  msgid "The Cockpit application provides you with options to manage and monitor Internet of Things (IoT) assets and data from a business perspective."
@@ -15523,11 +15513,9 @@ msgstr "Aplikacja zażądała tych ścieżek adresów URL, ale użytkownik nie m
15523
15513
  msgid "The application was reset to its default plugins."
15524
15514
  msgstr "Aplikacja została zresetowana do domyślnych wtyczek."
15525
15515
 
15526
- msgid ""
15527
- "The author of the package hasn't included a license file in a format that can be displayed.\n"
15516
+ msgid "The author of the package hasn't included a license file in a format that can be displayed.\n"
15528
15517
  " Verify the license online, for example, with a website like:"
15529
- msgstr ""
15530
- "Autor pakietu nie dołączył pliku licencji w formacie, który można wyświetlić.\n"
15518
+ msgstr "Autor pakietu nie dołączył pliku licencji w formacie, który można wyświetlić.\n"
15531
15519
  " Zweryfikuj licencję online, na przykład w witrynie takiej jak:"
15532
15520
 
15533
15521
  msgid "The certificate is currently valid (validFrom in the past and validTo in the future)"
@@ -15551,11 +15539,9 @@ msgstr "Nazwa pospolita (nazwa domeny) nie jest używana przez żadnego innego t
15551
15539
  msgid "The counter for the total number of items might be inaccurate."
15552
15540
  msgstr "Licznik łącznej liczby elementów może być niedokładny."
15553
15541
 
15554
- msgid ""
15555
- "The current application is not owned by this tenant. Clone the application before\n"
15542
+ msgid "The current application is not owned by this tenant. Clone the application before\n"
15556
15543
  " running the setup."
15557
- msgstr ""
15558
- "Bieżąca aplikacja nie należy do tego tenanta. Sklonuj aplikację przed \n"
15544
+ msgstr "Bieżąca aplikacja nie należy do tego tenanta. Sklonuj aplikację przed \n"
15559
15545
  " uruchomieniem konfiguracji."
15560
15546
 
15561
15547
  msgid "The current version of the blueprint that you are trying to install does not satisfy the requirements for the following API version \"{{ apiVersion }}\" or SDK version \"{{ sdkVersion }}\". Do you want to proceed?"
@@ -15585,13 +15571,11 @@ msgstr "Styl pulpitu został określony z użyciem palety marki."
15585
15571
  msgid "The data for selected datapoint(s) exceed 1,000,000 records, which is the limit for backend processing. To export this data, please reduce the date range."
15586
15572
  msgstr "Dane dla wybranych punktów danych przekraczają 1 000 000 rekordów, co stanowi limit dla przetwarzania Backend. Aby wyeksportować te dane, zmniejsz zakres dat."
15587
15573
 
15588
- msgid ""
15589
- "The default application specifies the application that shows up per default when\n"
15574
+ msgid "The default application specifies the application that shows up per default when\n"
15590
15575
  " logging into the platform. It applies to all users of the tenant. Select an\n"
15591
15576
  " application from the list below and make sure that all users can access this\n"
15592
15577
  " application."
15593
- msgstr ""
15594
- "Aplikacja domyślna to aplikacja, która domyślnie pojawia się podczas logowania\n"
15578
+ msgstr "Aplikacja domyślna to aplikacja, która domyślnie pojawia się podczas logowania\n"
15595
15579
  " do platformy. Ma zastosowanie do wszystkich użytkowników tenanta. Wybierz\n"
15596
15580
  " aplikację z poniższej listy i upewnij się, że wszyscy użytkownicy mają\n"
15597
15581
  " do niej dostęp."
@@ -15605,17 +15589,11 @@ msgstr "Żądanie urządzenia wygasło lub wystąpiła jedna z następujących s
15605
15589
  msgid "The device to replace and the replacement device cannot be one and the same device."
15606
15590
  msgstr "Urządzenie do wymiany i urządzenie zamienne nie mogą być tym samym urządzeniem."
15607
15591
 
15608
- msgid ""
15609
- "The external ID links the device information and the physical world (for example, serial number, IMEI).\n"
15610
- "\n"
15611
- "If for some reason the hardware needs to be replaced, the external ID must also be replaced with the appropriate information.\n"
15612
- "\n"
15592
+ msgid "The external ID links the device information and the physical world (for example, serial number, IMEI).\n\n"
15593
+ "If for some reason the hardware needs to be replaced, the external ID must also be replaced with the appropriate information.\n\n"
15613
15594
  "With this procedure the new hardware is still linked to the information that was created by its predecessor."
15614
- msgstr ""
15615
- "Identyfikator zewnętrzny łączy informacje o urządzeniu ze światem fizycznym (na przykład numer seryjny, numer IMEI).\n"
15616
- "\n"
15617
- "Jeśli z jakiegoś powodu sprzęt wymaga wymiany, należy również zaktualizować ten identyfikator.\n"
15618
- "\n"
15595
+ msgstr "Identyfikator zewnętrzny łączy informacje o urządzeniu ze światem fizycznym (na przykład numer seryjny, numer IMEI).\n\n"
15596
+ "Jeśli z jakiegoś powodu sprzęt wymaga wymiany, należy również zaktualizować ten identyfikator.\n\n"
15619
15597
  "Dzięki tej procedurze nowy sprzęt będzie powiązany z danymi wytworzonymi przez sprzęt poprzedni."
15620
15598
 
15621
15599
  msgid "The feature \"Ignore case when logging in\" is not available."
@@ -15645,11 +15623,9 @@ msgstr "Obsługiwane są następujące operacje:"
15645
15623
  msgid "The following placeholders are available: ${value}`KEEP_ORIGINAL`, ${serverId}`KEEP_ORIGINAL`, ${nodeId}`KEEP_ORIGINAL`, ${deviceId}`KEEP_ORIGINAL`."
15646
15624
  msgstr "Dostępne są następujące symbole zastępcze: ${value}, ${serverId}, ${nodeId}, ${deviceId}."
15647
15625
 
15648
- msgid ""
15649
- "The homepage of this application. By default, it is a customizable dashboard displaying\n"
15626
+ msgid "The homepage of this application. By default, it is a customizable dashboard displaying\n"
15650
15627
  " the most important alarms and shortcuts to frequently used features."
15651
- msgstr ""
15652
- "Strona główna tej aplikacji. Domyślnie jest to konfigurowalny pulpit zawierający\n"
15628
+ msgstr "Strona główna tej aplikacji. Domyślnie jest to konfigurowalny pulpit zawierający\n"
15653
15629
  " najważniejsze alarmy i skróty do często używanych funkcji."
15654
15630
 
15655
15631
  msgid "The homepage of this application. By default, it is a customizable dashboard displaying the most important alarms and shortcuts to frequently used features."
@@ -15670,12 +15646,10 @@ msgstr "Obraz jest rozciągnięty w celu wypełnienia widżetu bez zachowania pr
15670
15646
  msgid "The last saved status of the dashboard"
15671
15647
  msgstr "Ostatnio zapisany stan pulpitu"
15672
15648
 
15673
- msgid ""
15674
- "The layout and configuration of this dashboard is used by all other assets of model type\n"
15649
+ msgid "The layout and configuration of this dashboard is used by all other assets of model type\n"
15675
15650
  " <strong>{{ dashboardType }}</strong>. Any changes made to this dashboard instance will be applied to all\n"
15676
15651
  " other instances."
15677
- msgstr ""
15678
- "Układ i konfiguracja tego pulpitu są używane przez wszystkie inne zasoby oparte na typie modelu\n"
15652
+ msgstr "Układ i konfiguracja tego pulpitu są używane przez wszystkie inne zasoby oparte na typie modelu\n"
15679
15653
  " <strong>{{ dashboardType }}</strong>. Wszelkie zmiany wprowadzone w tej instancji pulpitu zostaną zastosowane do wszystkich\n"
15680
15654
  " innych instancji."
15681
15655
 
@@ -15733,6 +15707,9 @@ msgstr "Podana nazwa jest już zajęta."
15733
15707
  msgid "The provided security token does not match the token stored for device \"{{deviceId}}\". You have reached the maximum number of failed attempts while trying to register this device. The request will now be blocked and must be removed manually to restart the process."
15734
15708
  msgstr "Podany token zabezpieczeń nie pasuje do tokena zapisanego dla urządzenia „{{deviceId}}”. Podczas rejestrowania tego urządzenia osiągnięto maksymalną liczbę nieudanych prób. Żądanie zostanie teraz zablokowane i konieczne będzie jego ręczne usunięcie, aby ponownie uruchomić proces."
15735
15709
 
15710
+ msgid "The provided translation key has already been defined."
15711
+ msgstr "Podany klucz tłumaczenia został już zdefiniowany."
15712
+
15736
15713
  msgid "The quota calculation is based on the known number of devices, as displayed below."
15737
15714
  msgstr "Przydział jest obliczany na podstawie znanej liczby urządzeń, jak wyświetlono poniżej."
15738
15715
 
@@ -15934,12 +15911,10 @@ msgstr "To działanie unieważni zapisany klucz tajny TOTP użytkownika, co będ
15934
15911
  msgid "This address is already in use."
15935
15912
  msgstr "Ten adres jest już używany."
15936
15913
 
15937
- msgid ""
15938
- "This application (or any plugin that you added recently) has pre-requirements that needs\n"
15914
+ msgid "This application (or any plugin that you added recently) has pre-requirements that needs\n"
15939
15915
  " to be configured first. This wizard will guide you through the steps that are necessary\n"
15940
15916
  " to get your customized application up and running."
15941
- msgstr ""
15942
- "Ta aplikacja (lub któraś dodana ostatnio wtyczka) ma wymagania wstępne, które należy\n"
15917
+ msgstr "Ta aplikacja (lub któraś dodana ostatnio wtyczka) ma wymagania wstępne, które należy\n"
15943
15918
  " najpierw skonfigurować. Ten kreator przeprowadzi użytkownika przez czynności niezbędne\n"
15944
15919
  " w celu uruchomienia niestandardowej aplikacji."
15945
15920
 
@@ -15991,14 +15966,11 @@ msgstr "Ta wartość Engine ID jest już używana."
15991
15966
  msgid "This external ID is not unique."
15992
15967
  msgstr "Ten zewnętrzny identyfikator nie jest unikalny."
15993
15968
 
15994
- msgid ""
15995
- "This feature is deprecated. You should rather use\n"
15969
+ msgid "This feature is deprecated. You should rather use\n"
15996
15970
  " <a href=\"/apps/administration#roles\">Roles</a>\n"
15997
15971
  " to set permissions."
15998
- msgstr ""
15999
- "Ta funkcja jest przestarzała. Do ustawiania uprawnień należy używać raczej funkcji \n"
16000
- " <a href=\"/apps/administration#roles\">Role</a>.\n"
16001
- ""
15972
+ msgstr "Ta funkcja jest przestarzała. Do ustawiania uprawnień należy używać raczej funkcji\n"
15973
+ " <a href=\"/apps/administration#roles\">Role</a>."
16002
15974
 
16003
15975
  msgid "This feature requires knowledge of CSS and HTML. Changes made here take precedence over built-in styles. Future platform updates may affect custom CSS functionality."
16004
15976
  msgstr "Ta funkcja wymaga znajomości CSS i HTML. Zmiany wprowadzone tutaj mają pierwszeństwo przed stylami wbudowanymi. Przyszłe aktualizacje platformy mogą mieć wpływ na niestandardowe funkcje CSS."
@@ -16054,11 +16026,9 @@ msgstr "To hasło było już używane wcześniej. Użyj innego."
16054
16026
  msgid "This permission is overridden by a more generic one in this role."
16055
16027
  msgstr "To uprawnienie jest przesłaniane przez bardziej ogólne w tej roli."
16056
16028
 
16057
- msgid ""
16058
- "This role already has access to all applications. Revoke all \"Application management\"\n"
16029
+ msgid "This role already has access to all applications. Revoke all \"Application management\"\n"
16059
16030
  " permissions to grant access only to some applications."
16060
- msgstr ""
16061
- "Ta rola ma już dostęp do wszystkich aplikacji. Odbierz wszystkie uprawnienia „Zarządzanie aplikacjami”,\n"
16031
+ msgstr "Ta rola ma już dostęp do wszystkich aplikacji. Odbierz wszystkie uprawnienia „Zarządzanie aplikacjami”,\n"
16062
16032
  " aby przyznać dostęp tylko do niektórych aplikacji."
16063
16033
 
16064
16034
  msgid "This role has access to the applications selected below"
@@ -16082,18 +16052,16 @@ msgstr "Ten identyfikator szablonu jest już używany. Wybierz inny."
16082
16052
  msgid "This time is invalid."
16083
16053
  msgstr "Ten czas jest nieprawidłowy."
16084
16054
 
16085
- msgid ""
16086
- "This user is assigned a global role with \"Application management\" permission. Therefore all\n"
16055
+ msgid "This user is assigned a global role with \"Application management\" permission. Therefore all\n"
16087
16056
  " applications are accessible."
16088
- msgstr ""
16089
- "Temu użytkownikowi przypisano rolę globalną z uprawnieniami „Zarządzanie aplikacjami”. Dlatego wszystkie\n"
16057
+ msgstr "Temu użytkownikowi przypisano rolę globalną z uprawnieniami „Zarządzanie aplikacjami”. Dlatego wszystkie\n"
16090
16058
  " aplikacje są dostępne."
16091
16059
 
16092
16060
  msgid "This widget cannot be rendered because the current application does not support the following component:"
16093
16061
  msgstr "Tego widżetu nie można renderować, ponieważ bieżąca aplikacja nie obsługuje następującego komponentu:"
16094
16062
 
16095
16063
  msgid "This widget is in sync with the dashboard auto refresh context."
16096
- msgstr "Widżet ten jest zsynchronizowany z kontekstem automatycznego odświeżania pulpitu."
16064
+ msgstr "Widżet ten jest zsynchronizowany z kontekstem automatycznego odświeżania pulpitu nawigacyjnego."
16097
16065
 
16098
16066
  msgid "This widget is in sync with the dashboard realtime context."
16099
16067
  msgstr "Ten widżet jest zsynchronizowany z kontekstem czasu rzeczywistego pulpitu."
@@ -16119,6 +16087,11 @@ msgstr "Przekroczono próg"
16119
16087
  msgid "Thresholds exceeded"
16120
16088
  msgstr "Przekroczono progi"
16121
16089
 
16090
+ msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16091
+ " <br>"
16092
+ msgstr "Grupa inteligentna zostanie utworzona na podstawie filtrów aktualnie zastosowanych na liście urządzeń.\n"
16093
+ " <br>"
16094
+
16122
16095
  msgid "Time"
16123
16096
  msgstr "Czas"
16124
16097
 
@@ -16155,11 +16128,9 @@ msgstr "Tytuł, ikona i zwinięcie nawigatora"
16155
16128
  msgid "Tixi Commands"
16156
16129
  msgstr "Polecenia Tixi"
16157
16130
 
16158
- msgid ""
16159
- "To activate your domain, you need a valid license. Please contact our support to install\n"
16131
+ msgid "To activate your domain, you need a valid license. Please contact our support to install\n"
16160
16132
  " a license for your domain."
16161
- msgstr ""
16162
- "Aby aktywować domenę, trzeba mieć ważną licencję. Skontaktuj się z naszą pomocą techniczną,\n"
16133
+ msgstr "Aby aktywować domenę, trzeba mieć ważną licencję. Skontaktuj się z naszą pomocą techniczną,\n"
16163
16134
  " aby zainstalować licencję dla swojej domeny."
16164
16135
 
16165
16136
  msgid "To change provider connection, you need to re-register device first."
@@ -16318,6 +16289,18 @@ msgstr "TransMode"
16318
16289
  msgid "Translate if possible"
16319
16290
  msgstr "Przetłumacz, jeśli to możliwe"
16320
16291
 
16292
+ msgid "Translation editor"
16293
+ msgstr "Edytor tłumaczeń"
16294
+
16295
+ msgid "Translation key"
16296
+ msgstr "Klucz do tłumaczenia"
16297
+
16298
+ msgid "Translations"
16299
+ msgstr "Tłumaczenia"
16300
+
16301
+ msgid "Translations saved"
16302
+ msgstr "Zapisane tłumaczenia"
16303
+
16321
16304
  msgid "Transmit rate"
16322
16305
  msgstr "Szybkość transmisji"
16323
16306
 
@@ -16372,12 +16355,10 @@ msgstr "Wyłącz"
16372
16355
  msgid "Turn on"
16373
16356
  msgstr "Włącz"
16374
16357
 
16375
- msgid ""
16376
- "Turn on the registered device(s) and wait for connection(s) to be established. Once a\n"
16358
+ msgid "Turn on the registered device(s) and wait for connection(s) to be established. Once a\n"
16377
16359
  " device is connected, its status will change to \"Pending acceptance\". You will need to\n"
16378
16360
  " approve it by clicking on the \"Accept\" button."
16379
- msgstr ""
16380
- "Włącz zarejestrowane urządzenia i zaczekaj na nawiązanie połączeń. Po podłączeniu\n"
16361
+ msgstr "Włącz zarejestrowane urządzenia i zaczekaj na nawiązanie połączeń. Po podłączeniu\n"
16381
16362
  " urządzenia jego status zostanie zmieniony na „Oczekiwanie na akceptację”. Należy je\n"
16382
16363
  " zatwierdzić, klikając przycisk „Akceptuj”."
16383
16364
 
@@ -16402,11 +16383,9 @@ msgstr "Dla tego konta włączono uwierzytelnianie dwuetapowe. Podaj swój numer
16402
16383
  msgid "Two-factor authentication is enabled on all users"
16403
16384
  msgstr "Uwierzytelnianie dwuetapowe jest włączone dla wszystkich użytkowników"
16404
16385
 
16405
- msgid ""
16406
- "Two-factor authentication is enabled on all users and enforced on users with role\n"
16386
+ msgid "Two-factor authentication is enabled on all users and enforced on users with role\n"
16407
16387
  " {{ role }}."
16408
- msgstr ""
16409
- "Uwierzytelnianie dwuetapowe jest włączone dla wszystkich użytkowników i wymuszane dla użytkowników o roli\n"
16388
+ msgstr "Uwierzytelnianie dwuetapowe jest włączone dla wszystkich użytkowników i wymuszane dla użytkowników o roli\n"
16410
16389
  " {{ role }}."
16411
16390
 
16412
16391
  msgid "Two-factor authentication is enforced on all users"
@@ -16418,6 +16397,9 @@ msgstr "Token uwierzytelniania dwuetapowego wygasł."
16418
16397
  msgid "Type"
16419
16398
  msgstr "Typ"
16420
16399
 
16400
+ msgid "Type already used."
16401
+ msgstr "Typ już używany."
16402
+
16421
16403
  msgid "Type dashboards"
16422
16404
  msgstr "Pulpity dla typów"
16423
16405
 
@@ -16640,11 +16622,9 @@ msgstr "Nieobsługiwany typ urządzenia."
16640
16622
  msgid "Unsupported file format."
16641
16623
  msgstr "Nieobsługiwany format pliku."
16642
16624
 
16643
- msgid ""
16644
- "Unsupported tracker model \"{{ tracker.device.c8y_Hardware.model }}\". Select one of the\n"
16625
+ msgid "Unsupported tracker model \"{{ tracker.device.c8y_Hardware.model }}\". Select one of the\n"
16645
16626
  " supported models from the list below."
16646
- msgstr ""
16647
- "Nieobsługiwany model urządzenia śledzącego „{{ tracker.device.c8y_Hardware.model }}”.\n"
16627
+ msgstr "Nieobsługiwany model urządzenia śledzącego „{{ tracker.device.c8y_Hardware.model }}”.\n"
16648
16628
  " Wybierz jeden z obsługiwanych modeli z poniższej listy."
16649
16629
 
16650
16630
  msgid "Up"
@@ -16779,11 +16759,9 @@ msgstr "Aktualizacja ról globalnych wymusi Twoje wylogowanie. Czy chcesz kontyn
16779
16759
  msgid "Updating password or global roles will force user \"{{userName}}\" to log out. Do you want to proceed?"
16780
16760
  msgstr "Aktualizacja hasła lub ról globalnych wymusi na użytkowniku „{{userName}}” wylogowanie się. Czy chcesz kontynuować?"
16781
16761
 
16782
- msgid ""
16783
- "Updating this blueprint will change the default plugins. Review the plugin changes before\n"
16762
+ msgid "Updating this blueprint will change the default plugins. Review the plugin changes before\n"
16784
16763
  " proceeding."
16785
- msgstr ""
16786
- "Aktualizacja tego szablonu spowoduje zmianę domyślnych wtyczek. Sprawdź zmiany wtyczek przed\n"
16764
+ msgstr "Aktualizacja tego szablonu spowoduje zmianę domyślnych wtyczek. Sprawdź zmiany wtyczek przed\n"
16787
16765
  " kontynuowaniem."
16788
16766
 
16789
16767
  msgid "Updating tracker situation"
@@ -16942,11 +16920,9 @@ msgstr "Użyj powyższego selektora, aby ustawić urządzenie referencyjne"
16942
16920
  msgid "Use this operation"
16943
16921
  msgstr "Użyj tej operacji"
16944
16922
 
16945
- msgid ""
16946
- "Use this wizard to connect your smartphone to our IoT platform using the Cumulocity\n"
16923
+ msgid "Use this wizard to connect your smartphone to our IoT platform using the Cumulocity\n"
16947
16924
  " IoT Sensor App."
16948
- msgstr ""
16949
- "Ten kreator służy do łączenia smartfona z naszą platformą IoT za pomocą aplikacji Cumulocity IoT\n"
16925
+ msgstr "Ten kreator służy do łączenia smartfona z naszą platformą IoT za pomocą aplikacji Cumulocity IoT\n"
16950
16926
  " Sensor App."
16951
16927
 
16952
16928
  msgid "Use two fingers to move the map."
@@ -17102,11 +17078,9 @@ msgstr "Użytkownicy"
17102
17078
  msgid "Using a data point template sets color, label, unit and ranges. Removing the template allows you to set the values manually."
17103
17079
  msgstr "Użycie szablonu punktu danych powoduje ustawienie koloru, etykiety, jednostki i zakresów. Usunięcie szablonu pozwala na ręczne ustawienie tych wartości."
17104
17080
 
17105
- msgid ""
17106
- "Using your smartphone as a source of sensor data is a quick way to start using our IoT\n"
17081
+ msgid "Using your smartphone as a source of sensor data is a quick way to start using our IoT\n"
17107
17082
  " platform."
17108
- msgstr ""
17109
- "Użycie smartfona jako źródła danych czujnika pozwala szybko rozpocząć korzystanie\n"
17083
+ msgstr "Użycie smartfona jako źródła danych czujnika pozwala szybko rozpocząć korzystanie\n"
17110
17084
  " z naszej platformy IoT."
17111
17085
 
17112
17086
  msgid "VNC"
@@ -17286,11 +17260,9 @@ msgstr "Weryfikuj"
17286
17260
  msgid "Verify signed verification code"
17287
17261
  msgstr "Zweryfikuj podpisany kod weryfikacyjny"
17288
17262
 
17289
- msgid ""
17290
- "Verify the setup result. If any step is not finished but required, you need to ensure that\n"
17263
+ msgid "Verify the setup result. If any step is not finished but required, you need to ensure that\n"
17291
17264
  " you have finished the step."
17292
- msgstr ""
17293
- "Sprawdź wynik konfiguracji. Jeśli dowolny krok nie został zakończony, mimo że był wymagany,\n"
17265
+ msgstr "Sprawdź wynik konfiguracji. Jeśli dowolny krok nie został zakończony, mimo że był wymagany,\n"
17294
17266
  " należy go zakończyć."
17295
17267
 
17296
17268
  msgid "Verify`signed verification code`"
@@ -17416,11 +17388,9 @@ msgstr "Ostrzeżenie - jasny motyw"
17416
17388
  msgid "Warning`alarm`"
17417
17389
  msgstr "Ostrzegawczy"
17418
17390
 
17419
- msgid ""
17420
- "We don't collect any personal data. The only data we retrieve from your phone is\n"
17391
+ msgid "We don't collect any personal data. The only data we retrieve from your phone is\n"
17421
17392
  " sensor data and anonymized application usage data."
17422
- msgstr ""
17423
- "Nie gromadzimy żadnych danych osobowych. Jedyne dane, jakie pobieramy z Twojego\n"
17393
+ msgstr "Nie gromadzimy żadnych danych osobowych. Jedyne dane, jakie pobieramy z Twojego\n"
17424
17394
  " telefonu, to dane z czujników i zanonimizowane dane dotyczące korzystania z aplikacji."
17425
17395
 
17426
17396
  msgid "We recommend you to meet these conditions for a stronger password:"
@@ -17431,6 +17401,7 @@ msgid_plural "We will now log you out and redirect to your new domain {{vm.redir
17431
17401
  msgstr[0] "Wylogujemy Cię i przekierujemy do nowej domeny {{vm.redirectUrl}} w ciągu <b>{{$count}}</b> sekund."
17432
17402
  msgstr[1] "Wylogujemy Cię i przekierujemy do nowej domeny {{vm.redirectUrl}} w ciągu <b>{{$count}}</b> sekund."
17433
17403
  msgstr[2] "Wylogujemy Cię i przekierujemy do nowej domeny {{vm.redirectUrl}} w ciągu <b>{{$count}}</b> sekund."
17404
+ msgstr[3] "Wylogujemy Cię i przekierujemy do nowej domeny {{vm.redirectUrl}} w ciągu <b>{{$count}}</b> sekund."
17434
17405
 
17435
17406
  msgid "Weather`icons-category`"
17436
17407
  msgstr "Pogoda"
@@ -17588,12 +17559,10 @@ msgstr "Oś Y"
17588
17559
  msgid "Year"
17589
17560
  msgstr "Rok"
17590
17561
 
17591
- msgid ""
17592
- "Yearly: {{ month }}, {{ monthDay }} day of the month, at {{ hour }}:{{\n"
17562
+ msgid "Yearly: {{ month }}, {{ monthDay }} day of the month, at {{ hour }}:{{\n"
17593
17563
  " minutes\n"
17594
17564
  " }}."
17595
- msgstr ""
17596
- "Co roku: {{ month }}, {{ monthDay }} dnia miesiąca, o {{ hour }}:{{\n"
17565
+ msgstr "Co roku: {{ month }}, {{ monthDay }} dnia miesiąca, o {{ hour }}:{{\n"
17597
17566
  " minutes\n"
17598
17567
  " }}."
17599
17568
 
@@ -17603,12 +17572,10 @@ msgstr "Zakres żółty"
17603
17572
  msgid "Yes"
17604
17573
  msgstr "Tak"
17605
17574
 
17606
- msgid ""
17607
- "You added a CNAME entry to your DNS server. Make sure to remove all A entries for\n"
17575
+ msgid "You added a CNAME entry to your DNS server. Make sure to remove all A entries for\n"
17608
17576
  " the wildcard domain. If your DNS service does not provide CNAME entries for wildcard\n"
17609
17577
  " certificates, please contact our support"
17610
- msgstr ""
17611
- "Dodano wpis CNAME do serwera DNS. Należy usunąć wszystkie wpisy A dotyczące\n"
17578
+ msgstr "Dodano wpis CNAME do serwera DNS. Należy usunąć wszystkie wpisy A dotyczące\n"
17612
17579
  " domeny o nazwie z symbolem wieloznacznym. Jeśli usługa DNS nie udostępnia wpisów CNAME dla certyfikatów\n"
17613
17580
  " o nazwach z symbolami wieloznacznymi, skontaktuj się z naszą pomocą techniczną"
17614
17581
 
@@ -17762,18 +17729,14 @@ msgstr "Zamierzasz usunąć migawkę konfiguracji {{ name }}."
17762
17729
  msgid "You are about to delete the connection \"{{ name }}\". Do you want to proceed?"
17763
17730
  msgstr "Zamierzasz usunąć połączenie „{{ name }}”. Czy chcesz kontynuować?"
17764
17731
 
17765
- msgid ""
17766
- "You are about to delete the dashboard \"{{ dashboardName }}\" from all devices of the type \"{{ deviceType }}\".\n"
17732
+ msgid "You are about to delete the dashboard \"{{ dashboardName }}\" from all devices of the type \"{{ deviceType }}\".\n"
17767
17733
  " Do you want to proceed?"
17768
- msgstr ""
17769
- "Zamierzasz usunąć pulpit „{{ dashboardName }}” ze wszystkich urządzeń typu „{{ deviceType }}”.\n"
17734
+ msgstr "Zamierzasz usunąć pulpit „{{ dashboardName }}” ze wszystkich urządzeń typu „{{ deviceType }}”.\n"
17770
17735
  " Czy chcesz kontynuować?"
17771
17736
 
17772
- msgid ""
17773
- "You are about to delete the dashboard \"{{ dashboardName }}\" from all devices of type \"{{ deviceType }}\".\n"
17737
+ msgid "You are about to delete the dashboard \"{{ dashboardName }}\" from all devices of type \"{{ deviceType }}\".\n"
17774
17738
  " Do you want to proceed?"
17775
- msgstr ""
17776
- "Zamierzasz usunąć pulpit „{{ dashboardName }}” ze wszystkich urządzeń typu „{{ deviceType }}”.\n"
17739
+ msgstr "Zamierzasz usunąć pulpit „{{ dashboardName }}” ze wszystkich urządzeń typu „{{ deviceType }}”.\n"
17777
17740
  " Czy chcesz kontynuować?"
17778
17741
 
17779
17742
  msgid "You are about to delete the dashboard \"{{ dashboardName }}\". Do you want to proceed?"
@@ -17791,13 +17754,11 @@ msgstr "Zamierzasz usunąć raport „{{ reportName }}”. Pamiętaj, że raport
17791
17754
  msgid "You are about to delete the report \"{{ reportName }}\". Do you want to proceed?"
17792
17755
  msgstr "Zamierzasz usunąć raport „{{ reportName }}”. Czy chcesz kontynuować?"
17793
17756
 
17794
- msgid ""
17795
- "You are about to delete the selected files.\n"
17757
+ msgid "You are about to delete the selected files.\n"
17796
17758
  " Note: the selected files of type \"c8y_applications_storage_*\" won't be deleted though\n"
17797
17759
  " - such files can be deleted only from the \"Activity log\" of the associated application.\n"
17798
17760
  " Do you want to proceed?"
17799
- msgstr ""
17800
- "Zamierzasz usunąć wybrane pliki.\n"
17761
+ msgstr "Zamierzasz usunąć wybrane pliki.\n"
17801
17762
  " Uwaga: wybrane pliki typu „c8y_applications_storage_*” nie zostaną jednak usunięte\n"
17802
17763
  " - takie pliki można usunąć tylko z „Dziennika aktywności” powiązanej aplikacji.\n"
17803
17764
  " Czy chcesz kontynuować?"
@@ -17850,23 +17811,19 @@ msgstr "Zamierzasz wylogować wszystkich użytkowników zalogowanych aktualnie z
17850
17811
  msgid "You are about to reload application in order to correctly apply measurement units setting changes. Do you want to proceed?"
17851
17812
  msgstr "Zamierzasz ponownie wczytać aplikację, aby poprawnie zastosować zmiany ustawień jednostek wartości mierzonych. Czy chcesz kontynuować?"
17852
17813
 
17853
- msgid ""
17854
- "You are about to remove applied branding.\n"
17814
+ msgid "You are about to remove applied branding.\n"
17855
17815
  " If you have any extra customization options set, they will be reset.\n"
17856
17816
  " The default branding will be shown to all subtenants. Do you want to proceed?"
17857
- msgstr ""
17858
- "Zamierzasz usunąć zastosowane oznakowanie marką.\n"
17817
+ msgstr "Zamierzasz usunąć zastosowane oznakowanie marką.\n"
17859
17818
  " Jeśli masz ustawione dodatkowe opcje dostosowywania, zostaną one zresetowane.\n"
17860
17819
  " Domyślny motyw aplikacji będzie widoczny dla wszystkich tenantów podrzędnych. Czy chcesz kontynuować?"
17861
17820
 
17862
17821
  msgid "You are about to replace a device. When the process is finished, the replacement device and its data will be deleted. Do you want to proceed?"
17863
17822
  msgstr "Zamierzasz wymienić urządzenie. Po zakończeniu tego procesu urządzenie zamienne i jego dane zostaną usunięte. Czy chcesz kontynuować?"
17864
17823
 
17865
- msgid ""
17866
- "You are about to reset the branding configuration to the previously saved settings.\n"
17824
+ msgid "You are about to reset the branding configuration to the previously saved settings.\n"
17867
17825
  " Do you want to proceed?"
17868
- msgstr ""
17869
- "Zamierzasz zresetować konfigurację oznakowania marką do wcześniej zapisanych ustawień. \n"
17826
+ msgstr "Zamierzasz zresetować konfigurację oznakowania marką do wcześniej zapisanych ustawień. \n"
17870
17827
  " Czy chcesz kontynuować?"
17871
17828
 
17872
17829
  msgid "You are about to reset the widgets of this dashboard. All changes to the dashboard widgets will get lost and cannot be recovered. Do you want to proceed?"
@@ -17908,18 +17865,14 @@ msgstr "Można dodać urządzenie do określonej grupy tylko dla tenanta zarząd
17908
17865
  msgid "You can add schedules once you saved export configuration."
17909
17866
  msgstr "Harmonogramy można dodawać po zapisaniu konfiguracji eksportu."
17910
17867
 
17911
- msgid ""
17912
- "You can also copy inventory roles from another user or replace this user's roles with the\n"
17868
+ msgid "You can also copy inventory roles from another user or replace this user's roles with the\n"
17913
17869
  " roles of another user."
17914
- msgstr ""
17915
- "Możesz również skopiować role lokalne od innego użytkownika lub zastąpić role tego użytkownika\n"
17870
+ msgstr "Możesz również skopiować role lokalne od innego użytkownika lub zastąpić role tego użytkownika\n"
17916
17871
  " rolami innego użytkownika."
17917
17872
 
17918
- msgid ""
17919
- "You can check your sensor's data in the dashboard which has been created for this\n"
17873
+ msgid "You can check your sensor's data in the dashboard which has been created for this\n"
17920
17874
  " smartphone."
17921
- msgstr ""
17922
- "Dane czujnika możesz sprawdzić na pulpicie, który został utworzony\n"
17875
+ msgstr "Dane czujnika możesz sprawdzić na pulpicie, który został utworzony\n"
17923
17876
  " dla tego smartfona."
17924
17877
 
17925
17878
  msgid "You can enter a set of LWM2M shell commands. Each command will be sent to every newly registered LWM2M device. Each command must be entered in a new line. Use the following syntax for specifying post-registration actions:"
@@ -17977,13 +17930,11 @@ msgid "You don't have permission to view alarms."
17977
17930
  msgstr "Nie masz uprawnień do wyświetlania alarmów."
17978
17931
 
17979
17932
  msgid "You don't have permissions to read the following series:"
17980
- msgstr "Nie masz uprawnień do czytania poniższych serii:"
17933
+ msgstr "Nie masz uprawnień do czytania poniższej serii:"
17981
17934
 
17982
- msgid ""
17983
- "You don't have sufficient rights to setup this application. Contact an application\n"
17935
+ msgid "You don't have sufficient rights to setup this application. Contact an application\n"
17984
17936
  " administrator to setup the required steps."
17985
- msgstr ""
17986
- "Nie masz wystarczających uprawnień, aby skonfigurować tę aplikację. Skontaktuj się\n"
17937
+ msgstr "Nie masz wystarczających uprawnień, aby skonfigurować tę aplikację. Skontaktuj się\n"
17987
17938
  " z administratorem aplikacji, aby skonfigurować wymagane kroki."
17988
17939
 
17989
17940
  msgid "You don't have the permission required to manage application access for {{ user.userName }}."
@@ -18051,6 +18002,7 @@ msgid_plural "You will get CSV/Excel files for {{$count}} series via email."
18051
18002
  msgstr[0] "Otrzymasz pocztą e-mail pliki CSV/Excel dla {{$count}} serii."
18052
18003
  msgstr[1] "Otrzymasz pocztą e-mail pliki CSV/Excel dla {{$count}} serii."
18053
18004
  msgstr[2] "Otrzymasz pocztą e-mail pliki CSV/Excel dla {{$count}} serii."
18005
+ msgstr[3] "Otrzymasz pocztą e-mail pliki CSV/Excel dla {{$count}} serii."
18054
18006
 
18055
18007
  msgid "You will get {{$fileTypeText}} file(s) for {{$count}} series via email."
18056
18008
  msgstr "Otrzymasz {{$fileTypeText}} plik(i) dla {{$count}} serii przez e-mail."
@@ -18541,6 +18493,9 @@ msgstr "np. Włączone"
18541
18493
  msgid "e.g. Position"
18542
18494
  msgstr "np. Pozycja"
18543
18495
 
18496
+ msgid "e.g. REF12345`reference number`"
18497
+ msgstr "np. REF12345"
18498
+
18544
18499
  msgid "e.g. Reset factory settings"
18545
18500
  msgstr "np. zresetuj ustawienia sprzętowe"
18546
18501
 
@@ -18840,6 +18795,7 @@ msgid_plural "minutes"
18840
18795
  msgstr[0] "minuty"
18841
18796
  msgstr[1] "minuty"
18842
18797
  msgstr[2] "minuty"
18798
+ msgstr[3] "minuty"
18843
18799
 
18844
18800
  msgid "minutes"
18845
18801
  msgstr "minuty"
@@ -18942,9 +18898,10 @@ msgstr "oczekujący"
18942
18898
 
18943
18899
  msgid "permission"
18944
18900
  msgid_plural "permissions"
18945
- msgstr[0] "permissions"
18946
- msgstr[1] "permissions"
18947
- msgstr[2] "permissions"
18901
+ msgstr[0] "uprawnienie"
18902
+ msgstr[1] "uprawnienia"
18903
+ msgstr[2] "uprawnienia"
18904
+ msgstr[3] "uprawnienia"
18948
18905
 
18949
18906
  msgid "point - ."
18950
18907
  msgstr "kropka - ."
@@ -19051,12 +19008,10 @@ msgstr "zawieszony"
19051
19008
  msgid "tab - \\t"
19052
19009
  msgstr "znak tabulacji - \\t"
19053
19010
 
19054
- msgid ""
19055
- "takes the alarm status object and returns a CSS class that can be used for styling:\n"
19011
+ msgid "takes the alarm status object and returns a CSS class that can be used for styling:\n"
19056
19012
  " none`KEEP_ORIGINAL`, warning`KEEP_ORIGINAL`, minor`KEEP_ORIGINAL`, major`KEEP_ORIGINAL`,\n"
19057
19013
  " critical`KEEP_ORIGINAL`, for example:"
19058
- msgstr ""
19059
- "pobiera obiekt statusu alarmu i zwraca klasę CSS, którą można wykorzystać do nadania stylów:\n"
19014
+ msgstr "pobiera obiekt statusu alarmu i zwraca klasę CSS, którą można wykorzystać do nadania stylów:\n"
19060
19015
  " none, warning, minor, major,\n"
19061
19016
  " critical, na przykład:"
19062
19017
 
@@ -19249,35 +19204,29 @@ msgstr "Operacja {{description | translate}} nie powiodła się."
19249
19204
  msgid "{{firstItem}} to {{lastItem}}"
19250
19205
  msgstr "od {{firstItem}} do {{lastItem}}"
19251
19206
 
19252
- msgid ""
19253
- "{{protocolName | translate}} devices can send messages of different types with different encodings per type.\n"
19207
+ msgid "{{protocolName | translate}} devices can send messages of different types with different encodings per type.\n"
19254
19208
  " Depending on the device, the type can be determined by looking either\n"
19255
19209
  " at the FPort parameter of a message (<b>Source</b>: <i>FPort</i>)\n"
19256
19210
  " or at the subset of the message payload itself (<b>Source</b>: <i>Payload</i>).\n"
19257
19211
  " Indicate where the type information starts in the payload (<b>Start bit</b>)\n"
19258
19212
  " and how long this information is (<b>Number of bits</b>)."
19259
- msgstr ""
19260
- "Urządzenia {{protocolName | translate}} mogą wysyłać komunikaty różnego typu o różnych kodowaniach dla poszczególnych typów.\n"
19213
+ msgstr "Urządzenia {{protocolName | translate}} mogą wysyłać komunikaty różnego typu o różnych kodowaniach dla poszczególnych typów.\n"
19261
19214
  " W zależności od urządzenia typ można określić przez sprawdzenie\n"
19262
19215
  " parametru FPort komunikatu (<b>Źródło</b>: <i>FPort</i>)\n"
19263
19216
  " lub podzbioru danych właściwych komunikatu (<b>Źródło</b>: <i>Dane właściwe</i>).\n"
19264
19217
  " Wskaż, gdzie w danych właściwych zaczynają się informacje o typie (<b>Bit początkowy</b>)\n"
19265
19218
  " i jakie są długie (<b>Liczba bitów</b>)."
19266
19219
 
19267
- msgid ""
19268
- "{{protocolName | translate}} devices can send messages of different types with different encodings per type.\n"
19220
+ msgid "{{protocolName | translate}} devices can send messages of different types with different encodings per type.\n"
19269
19221
  " Type can be determined by looking at the FPort parameter of a message (<b>Source</b>: <i>FPort</i>)."
19270
- msgstr ""
19271
- "Urządzenia {{protocolName | translate}} mogą wysyłać komunikaty różnego typu o różnych kodowaniach dla poszczególnych typów.\n"
19222
+ msgstr "Urządzenia {{protocolName | translate}} mogą wysyłać komunikaty różnego typu o różnych kodowaniach dla poszczególnych typów.\n"
19272
19223
  " Typ można określić przez sprawdzenie parametru FPort komunikatu (<b>Źródło</b>: <i>FPort</i>)."
19273
19224
 
19274
- msgid ""
19275
- "{{protocolName | translate}} devices can send messages of different types with different encodings per type.\n"
19225
+ msgid "{{protocolName | translate}} devices can send messages of different types with different encodings per type.\n"
19276
19226
  " Type can be determined by looking at the subset of the message payload (<b>Source</b>: <i>Payload</i>).\n"
19277
19227
  " Indicate where the type information starts in the payload (<b>Start bit</b>)\n"
19278
19228
  " and how long this information is (<b>Number of bits</b>)."
19279
- msgstr ""
19280
- "Urządzenia {{protocolName | translate}} mogą wysyłać komunikaty różnego typu o różnych kodowaniach dla poszczególnych typów.\n"
19229
+ msgstr "Urządzenia {{protocolName | translate}} mogą wysyłać komunikaty różnego typu o różnych kodowaniach dla poszczególnych typów.\n"
19281
19230
  " Typ można określić przez sprawdzenie podzbioru danych właściwych komunikatu (<b>Źródło</b>: <i>Dane właściwe</i>).\n"
19282
19231
  " Wskaż, gdzie w danych właściwych zaczynają się informacje o typie (<b>Bit początkowy</b>)\n"
19283
19232
  " i jakie są długie (<b>Liczba bitów</b>)."
@@ -19305,3 +19254,4 @@ msgstr "Pamięć masowa: {{storageSize}}"
19305
19254
 
19306
19255
  msgid "{{vm.getFeatures().label}} device type"
19307
19256
  msgstr "Typ urządzenia {{vm.getFeatures().label}}"
19257
+