@c8y/ngx-components 1024.15.16 → 1024.16.10
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.
- package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs +303 -63
- package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ai-agents-html.mjs +9 -0
- package/fesm2022/c8y-ngx-components-ai-agents-html.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ai-agents-scada.mjs +4 -0
- package/fesm2022/c8y-ngx-components-ai-agents-scada.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs +394 -52
- package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ai.mjs +329 -19
- package/fesm2022/c8y-ngx-components-ai.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-bookmarks.mjs +1 -1
- package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs +5 -1
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +96 -77
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +92 -47
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-profile.mjs +1 -1
- package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +25 -4
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +1 -1
- package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-register-device.mjs +5 -6
- package/fesm2022/c8y-ngx-components-register-device.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-firmware.mjs +1 -1
- package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-software.mjs +1 -1
- package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-sub-assets.mjs +30 -10
- package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-time-context.mjs +13 -9
- package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +1 -1
- package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs +3 -2
- package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +4 -6
- package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs +3 -2
- package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +122 -24
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +147 -16
- package/locales/es.po +143 -11
- package/locales/fr.po +459 -324
- package/locales/ja_JP.po +143 -11
- package/locales/ko.po +143 -11
- package/locales/locales.pot +136 -10
- package/locales/nl.po +143 -11
- package/locales/pl.po +143 -11
- package/locales/pt_BR.po +143 -11
- package/locales/zh_CN.po +143 -11
- package/locales/zh_TW.po +143 -11
- package/package.json +1 -1
- package/types/c8y-ngx-components-ai-agent-chat.d.ts +111 -4
- package/types/c8y-ngx-components-ai-agent-chat.d.ts.map +1 -1
- package/types/c8y-ngx-components-ai-agents-html.d.ts.map +1 -1
- package/types/c8y-ngx-components-ai-agents-scada.d.ts.map +1 -1
- package/types/c8y-ngx-components-ai-ai-chat.d.ts +224 -10
- package/types/c8y-ngx-components-ai-ai-chat.d.ts.map +1 -1
- package/types/c8y-ngx-components-ai.d.ts +176 -6
- package/types/c8y-ngx-components-ai.d.ts.map +1 -1
- package/types/c8y-ngx-components-context-dashboard.d.ts.map +1 -1
- package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +7 -2
- package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
- package/types/c8y-ngx-components-datapoint-selector.d.ts +63 -50
- package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
- package/types/c8y-ngx-components-echart.d.ts +12 -0
- package/types/c8y-ngx-components-echart.d.ts.map +1 -1
- package/types/c8y-ngx-components-register-device.d.ts.map +1 -1
- package/types/c8y-ngx-components-sub-assets.d.ts +10 -1
- package/types/c8y-ngx-components-sub-assets.d.ts.map +1 -1
- package/types/c8y-ngx-components-time-context.d.ts +2 -0
- package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
- package/types/c8y-ngx-components.d.ts +37 -5
- package/types/c8y-ngx-components.d.ts.map +1 -1
package/locales/pl.po
CHANGED
|
@@ -1984,6 +1984,12 @@ msgstr "Wysokość:"
|
|
|
1984
1984
|
msgid "Always"
|
|
1985
1985
|
msgstr "Zawsze"
|
|
1986
1986
|
|
|
1987
|
+
msgid "Always approve all tools"
|
|
1988
|
+
msgstr "Zawsze zatwierdzaj wszystkie narzędzia"
|
|
1989
|
+
|
|
1990
|
+
msgid "Always approve this tool"
|
|
1991
|
+
msgstr "Zawsze zatwierdzaj to narzędzie"
|
|
1992
|
+
|
|
1987
1993
|
msgid "Always collapse navigator on start up"
|
|
1988
1994
|
msgstr "Zawsze zwiń nawigator przy uruchomieniu"
|
|
1989
1995
|
|
|
@@ -2222,6 +2228,15 @@ msgstr "Zastosuj"
|
|
|
2222
2228
|
msgid "Applying changes…"
|
|
2223
2229
|
msgstr "Stosowanie zmian…"
|
|
2224
2230
|
|
|
2231
|
+
msgid "Approve"
|
|
2232
|
+
msgstr "Zatwierdź"
|
|
2233
|
+
|
|
2234
|
+
msgid "Approved tool {{toolName}}"
|
|
2235
|
+
msgstr "Zatwierdzone narzędzie {{toolName}}"
|
|
2236
|
+
|
|
2237
|
+
msgid "Approved: {{summary}}"
|
|
2238
|
+
msgstr "Zatwierdzono: {{summary}}"
|
|
2239
|
+
|
|
2225
2240
|
msgid "Approximate date, estimated based on the bulk operation settings."
|
|
2226
2241
|
msgstr "Przybliżona data określona na podstawie ustawień operacji zbiorczej."
|
|
2227
2242
|
|
|
@@ -2282,6 +2297,9 @@ msgstr "Strzałka"
|
|
|
2282
2297
|
msgid "Ascending"
|
|
2283
2298
|
msgstr "Rosnąco"
|
|
2284
2299
|
|
|
2300
|
+
msgid "Ask before running each tool"
|
|
2301
|
+
msgstr "Przed uruchomieniem każdego narzędzia należy zapytać"
|
|
2302
|
+
|
|
2285
2303
|
msgid "Asset"
|
|
2286
2304
|
msgstr "Zasób"
|
|
2287
2305
|
|
|
@@ -2390,9 +2408,6 @@ msgstr "Wiadomość asystenta"
|
|
|
2390
2408
|
msgid "Assistant message at {{ time }}"
|
|
2391
2409
|
msgstr "Wiadomość asystenta pod adresem {{ time }}"
|
|
2392
2410
|
|
|
2393
|
-
msgid "Assistant said: \"{{ message }}\""
|
|
2394
|
-
msgstr "Asystent powiedział: „{{ message }}”."
|
|
2395
|
-
|
|
2396
2411
|
msgid "At least 1 column must be visible."
|
|
2397
2412
|
msgstr "Co najmniej jedna kolumna musi być widoczna."
|
|
2398
2413
|
|
|
@@ -2577,6 +2592,15 @@ msgstr "Automatycznie — {{ points }} punkty na wykres"
|
|
|
2577
2592
|
msgid "Auto — {{ points }} points per chart, kept on zoom"
|
|
2578
2593
|
msgstr "Automatycznie — {{ points }} punkty na wykresie, z zachowaniem powiększenia"
|
|
2579
2594
|
|
|
2595
|
+
msgid "Auto-approve all tools"
|
|
2596
|
+
msgstr "Automatycznie zatwierdzaj wszystkie narzędzia"
|
|
2597
|
+
|
|
2598
|
+
msgid "Auto-approve all tools?"
|
|
2599
|
+
msgstr "Czy zatwierdzić automatycznie wszystkie narzędzia?"
|
|
2600
|
+
|
|
2601
|
+
msgid "Auto-approve is on. Tool calls run without asking until you turn this off. Tools requiring explicit approval will still ask."
|
|
2602
|
+
msgstr "Funkcja automatycznego zatwierdzania jest włączona. Narzędzia będą uruchamiać się bez pytania o zgodę, dopóki nie wyłączysz tej opcji. Narzędzia wymagające wyraźnego zatwierdzenia nadal będą wyświetlać prośbę o zgodę."
|
|
2603
|
+
|
|
2580
2604
|
msgid "Auto`automatic aggregation mode`"
|
|
2581
2605
|
msgstr "Automatycznie"
|
|
2582
2606
|
|
|
@@ -5945,6 +5969,15 @@ msgstr "Dostarczone"
|
|
|
5945
5969
|
msgid "Delivery type"
|
|
5946
5970
|
msgstr "Rodzaj dostarczenia"
|
|
5947
5971
|
|
|
5972
|
+
msgid "Denied tool {{toolName}}"
|
|
5973
|
+
msgstr "Niedostępne narzędzie {{toolName}}"
|
|
5974
|
+
|
|
5975
|
+
msgid "Denied: {{summary}}"
|
|
5976
|
+
msgstr "Odrzucono: {{summary}}"
|
|
5977
|
+
|
|
5978
|
+
msgid "Deny"
|
|
5979
|
+
msgstr "Odrzuć"
|
|
5980
|
+
|
|
5948
5981
|
msgid "Dependency failed - key must exist."
|
|
5949
5982
|
msgstr "Błąd zależności - musi istnieć klucz."
|
|
5950
5983
|
|
|
@@ -7719,6 +7752,9 @@ msgstr "Nieudana próba zapisu ikony."
|
|
|
7719
7752
|
msgid "Failed to save the host key."
|
|
7720
7753
|
msgstr "Nieudana próba zapisu klucza hosta."
|
|
7721
7754
|
|
|
7755
|
+
msgid "Failed to save the tool approval mode."
|
|
7756
|
+
msgstr "Nieudana próba zapisu trybu zatwierdzania narzędzia."
|
|
7757
|
+
|
|
7722
7758
|
msgid "Failed to save translations"
|
|
7723
7759
|
msgstr "Nie udało się zapisać tłumaczeń"
|
|
7724
7760
|
|
|
@@ -8443,6 +8479,12 @@ msgstr "W środowiskach produkcyjnych zalecamy korzystanie z naszego w pełni ob
|
|
|
8443
8479
|
msgid "For security reasons, the external authentication server (single sign-on) does not allow for password confirmation. Instead, enter the following code to continue:"
|
|
8444
8480
|
msgstr "Ze względów bezpieczeństwa zewnętrzny serwer uwierzytelniający (Pojedyncze logowanie) nie pozwala na potwierdzenie hasła. Aby dalej kontynuować, wprowadź następujący kod:"
|
|
8445
8481
|
|
|
8482
|
+
msgid "For this conversation only"
|
|
8483
|
+
msgstr "Wyłącznie w ramach tej rozmowy"
|
|
8484
|
+
|
|
8485
|
+
msgid "For this conversation only, unlike the global auto-approve mode"
|
|
8486
|
+
msgstr "Tylko w przypadku tej rozmowy, w odróżnieniu od trybu automatycznego zatwierdzania dla wszystkich"
|
|
8487
|
+
|
|
8446
8488
|
msgid "Forbidden for web browsers"
|
|
8447
8489
|
msgstr "Zabronione dla przeglądarek internetowych"
|
|
8448
8490
|
|
|
@@ -8608,6 +8650,9 @@ msgstr "Wygeneruj za pomocą sztucznej inteligencji"
|
|
|
8608
8650
|
msgid "Generating report"
|
|
8609
8651
|
msgstr "Generowanie raportu"
|
|
8610
8652
|
|
|
8653
|
+
msgid "Generating response…"
|
|
8654
|
+
msgstr "Generowanie odpowiedzi…"
|
|
8655
|
+
|
|
8611
8656
|
msgid "Generic"
|
|
8612
8657
|
msgstr "Ogólne"
|
|
8613
8658
|
|
|
@@ -10405,6 +10450,9 @@ msgstr "Lista przykładowych operacji"
|
|
|
10405
10450
|
msgid "List of supported operations"
|
|
10406
10451
|
msgstr "Lista obsługiwanych operacji"
|
|
10407
10452
|
|
|
10453
|
+
msgid "Listening…"
|
|
10454
|
+
msgstr "Słuchanie…"
|
|
10455
|
+
|
|
10408
10456
|
msgid "Little-endian"
|
|
10409
10457
|
msgstr "Little-endian"
|
|
10410
10458
|
|
|
@@ -10657,6 +10705,12 @@ msgstr "Długość geograficzna"
|
|
|
10657
10705
|
msgid "Longitude (°)"
|
|
10658
10706
|
msgstr "Długość geograficzna (°)"
|
|
10659
10707
|
|
|
10708
|
+
msgid "Look up: {{resource}}"
|
|
10709
|
+
msgstr "Zobacz: {{resource}}"
|
|
10710
|
+
|
|
10711
|
+
msgid "Look up: {{resource}} with status: {{status}}"
|
|
10712
|
+
msgstr "Sprawdź stronę: {{resource}} i zobacz Status: {{status}}"
|
|
10713
|
+
|
|
10660
10714
|
msgid "Lowercase letters, numbers and hyphens only"
|
|
10661
10715
|
msgstr "Tylko małe litery, cyfry i łączniki"
|
|
10662
10716
|
|
|
@@ -11046,6 +11100,9 @@ msgstr "Wskaźniki, które określają sam przedział czasowy — ile odczytów
|
|
|
11046
11100
|
msgid "MiB"
|
|
11047
11101
|
msgstr "MiB"
|
|
11048
11102
|
|
|
11103
|
+
msgid "Microphone access is blocked. Allow microphone access to use voice input."
|
|
11104
|
+
msgstr "Dostęp do mikrofonu jest zablokowany. Zezwól na dostęp do mikrofonu, aby móc użyć wprowadzania głosowego."
|
|
11105
|
+
|
|
11049
11106
|
msgid "Microservice"
|
|
11050
11107
|
msgstr "Mikrousługa"
|
|
11051
11108
|
|
|
@@ -11191,6 +11248,12 @@ msgstr "Co miesiąc: {{ monthDay }} dnia miesiąca, o {{ hour }}:{{ minutes }}."
|
|
|
11191
11248
|
msgid "More"
|
|
11192
11249
|
msgstr "Więcej"
|
|
11193
11250
|
|
|
11251
|
+
msgid "More actions"
|
|
11252
|
+
msgstr "Więcej akcji"
|
|
11253
|
+
|
|
11254
|
+
msgid "More approval options"
|
|
11255
|
+
msgstr "Więcej opcji zatwierdzania"
|
|
11256
|
+
|
|
11194
11257
|
msgid "More data may be available."
|
|
11195
11258
|
msgstr "Może być dostępnych więcej danych."
|
|
11196
11259
|
|
|
@@ -12184,9 +12247,6 @@ msgstr "Brak wymaganych wartości interfejsu API."
|
|
|
12184
12247
|
msgid "No response to display."
|
|
12185
12248
|
msgstr "Brak odpowiedzi do wyświetlenia."
|
|
12186
12249
|
|
|
12187
|
-
msgid "No response."
|
|
12188
|
-
msgstr "Brak odpowiedzi."
|
|
12189
|
-
|
|
12190
12250
|
msgid "No responses."
|
|
12191
12251
|
msgstr "Brak odpowiedzi."
|
|
12192
12252
|
|
|
@@ -14636,6 +14696,9 @@ msgstr "Odpowiedź"
|
|
|
14636
14696
|
msgid "Response ID"
|
|
14637
14697
|
msgstr "Identyfikator odpowiedzi"
|
|
14638
14698
|
|
|
14699
|
+
msgid "Response complete"
|
|
14700
|
+
msgstr "Odpowiedź zakończona"
|
|
14701
|
+
|
|
14639
14702
|
msgid "Response interval"
|
|
14640
14703
|
msgstr "Interwał odpowiedzi"
|
|
14641
14704
|
|
|
@@ -14819,6 +14882,9 @@ msgstr "Uruchom"
|
|
|
14819
14882
|
msgid "Run the connection command"
|
|
14820
14883
|
msgstr "Uruchom polecenie połączenia"
|
|
14821
14884
|
|
|
14885
|
+
msgid "Run tools without asking"
|
|
14886
|
+
msgstr "Uruchom narzędzia bez pytania"
|
|
14887
|
+
|
|
14822
14888
|
msgid "S/N"
|
|
14823
14889
|
msgstr "Nr seryjny"
|
|
14824
14890
|
|
|
@@ -15101,6 +15167,9 @@ msgstr "Przewiń w lewo"
|
|
|
15101
15167
|
msgid "Scroll to the right"
|
|
15102
15168
|
msgstr "Przewiń w prawo"
|
|
15103
15169
|
|
|
15170
|
+
msgid "Scrollable example content"
|
|
15171
|
+
msgstr "Przykładowa treść z możliwością przewijania"
|
|
15172
|
+
|
|
15104
15173
|
msgid "Search"
|
|
15105
15174
|
msgstr "Szukaj"
|
|
15106
15175
|
|
|
@@ -17020,6 +17089,9 @@ msgstr "Status tenanta źródłowego"
|
|
|
17020
17089
|
msgid "Specify at least one date."
|
|
17021
17090
|
msgstr "Podaj co najmniej jedną datę."
|
|
17022
17091
|
|
|
17092
|
+
msgid "Specify at least one value."
|
|
17093
|
+
msgstr "Należy podać co najmniej jedną wartość."
|
|
17094
|
+
|
|
17023
17095
|
msgid "Specify the exact start and end date/time of the time period to analyse. This provides a static view of historical data within the selected timeframe."
|
|
17024
17096
|
msgstr "Określ dokładną datę i godzinę rozpoczęcia oraz zakończenia okresu, który ma zostać poddany analizie. Zapewnia to statyczny widok danych historycznych w wybranym przedziale czasowym."
|
|
17025
17097
|
|
|
@@ -17073,6 +17145,9 @@ msgstr "Zacznij wpisywać, aby wyszukać"
|
|
|
17073
17145
|
msgid "Start typing to search, for example, {{ example }}"
|
|
17074
17146
|
msgstr "Zacznij wpisywać, aby wyszukać, na przykład: {{ example }}"
|
|
17075
17147
|
|
|
17148
|
+
msgid "Start voice input"
|
|
17149
|
+
msgstr "Rozpocznij wprowadzanie głosowe"
|
|
17150
|
+
|
|
17076
17151
|
msgid "Started"
|
|
17077
17152
|
msgstr "Uruchomiony"
|
|
17078
17153
|
|
|
@@ -17142,6 +17217,9 @@ msgstr "Bity stopu"
|
|
|
17142
17217
|
msgid "Stop following this asset."
|
|
17143
17218
|
msgstr "Zakończ śledzenie tego zasobu."
|
|
17144
17219
|
|
|
17220
|
+
msgid "Stop voice input"
|
|
17221
|
+
msgstr "Zatrzymaj wprowadzanie głosowe"
|
|
17222
|
+
|
|
17145
17223
|
msgid "Storage (MB)"
|
|
17146
17224
|
msgstr "Pamięć masowa (MB)"
|
|
17147
17225
|
|
|
@@ -17322,6 +17400,9 @@ msgstr "Powodzenie anulowania subskrypcji {{ count }} subskrybentów.<br/>Nieuda
|
|
|
17322
17400
|
msgid "Suggested"
|
|
17323
17401
|
msgstr "Sugerowane"
|
|
17324
17402
|
|
|
17403
|
+
msgid "Suggested prompts"
|
|
17404
|
+
msgstr "Proponowane tematy"
|
|
17405
|
+
|
|
17325
17406
|
msgid "Sum"
|
|
17326
17407
|
msgstr "Suma"
|
|
17327
17408
|
|
|
@@ -18769,12 +18850,30 @@ msgstr "Zdefiniowano zbyt wiele właściwości, maksymalna liczba: {{ schema.max
|
|
|
18769
18850
|
msgid "Too many requests. Try again later."
|
|
18770
18851
|
msgstr "Zbyt wiele żądań. Spróbuj ponownie później."
|
|
18771
18852
|
|
|
18853
|
+
msgid "Tool approval actions"
|
|
18854
|
+
msgstr "Akcje związane z zatwierdzaniem narzędzi"
|
|
18855
|
+
|
|
18856
|
+
msgid "Tool approval mode"
|
|
18857
|
+
msgstr "Tryb zatwierdzania narzędzi"
|
|
18858
|
+
|
|
18859
|
+
msgid "Tool call: {{toolName}}"
|
|
18860
|
+
msgstr "Wywołanie narzędzia: {{toolName}}"
|
|
18861
|
+
|
|
18862
|
+
msgid "Tool calls will run without asking for approval, in this and every future chat, until you turn this off again. Tools requiring explicit approval will still ask."
|
|
18863
|
+
msgstr "Wywołania narzędzi będą uruchamiane bez pytania o zgodę – zarówno w tej rozmowie, jak i we wszystkich przyszłych – dopóki nie wyłączysz tej opcji. Narzędzia wymagające wyraźnej zgody nadal będą o nią pytać."
|
|
18864
|
+
|
|
18772
18865
|
msgid "Tool input"
|
|
18773
18866
|
msgstr "Dane wejściowe narzędzia"
|
|
18774
18867
|
|
|
18775
18868
|
msgid "Tool output"
|
|
18776
18869
|
msgstr "Wynik działania narzędzia"
|
|
18777
18870
|
|
|
18871
|
+
msgid "Tool request: {{toolName}}"
|
|
18872
|
+
msgstr "Prośba o narzędzie: {{toolName}}"
|
|
18873
|
+
|
|
18874
|
+
msgid "Tool {{toolName}} requires approval"
|
|
18875
|
+
msgstr "Narzędzie {{toolName}} jest wymagane do zatwierdzenia"
|
|
18876
|
+
|
|
18778
18877
|
msgid "Top level nodes"
|
|
18779
18878
|
msgstr "Węzły najwyższego poziomu"
|
|
18780
18879
|
|
|
@@ -20002,6 +20101,9 @@ msgstr "Widoczne na stronie logowania"
|
|
|
20002
20101
|
msgid "Visualizes traffic light based on the states of a device"
|
|
20003
20102
|
msgstr "Wizualizuje sygnalizację świetlną na podstawie stanów urządzenia"
|
|
20004
20103
|
|
|
20104
|
+
msgid "Voice input failed. Try again."
|
|
20105
|
+
msgstr "Wprowadzanie głosowe było nieudane. Spróbuj ponownie."
|
|
20106
|
+
|
|
20005
20107
|
msgid "Voice usage (sec)"
|
|
20006
20108
|
msgstr "Użycie połączeń głosowych (sekundy)"
|
|
20007
20109
|
|
|
@@ -20344,8 +20446,8 @@ msgstr "Bez aktywnych alarmów ani ostrzeżeń"
|
|
|
20344
20446
|
msgid "With this application you can"
|
|
20345
20447
|
msgstr "Ta aplikacja umożliwia"
|
|
20346
20448
|
|
|
20347
|
-
msgid "Working
|
|
20348
|
-
msgstr "
|
|
20449
|
+
msgid "Working"
|
|
20450
|
+
msgstr "Praca"
|
|
20349
20451
|
|
|
20350
20452
|
msgid "Write"
|
|
20351
20453
|
msgstr "Zapisz"
|
|
@@ -20843,9 +20945,6 @@ msgstr "Osiągnięto limit {{ maxDevices }} urządzeń. Nie można zarejestrowa
|
|
|
20843
20945
|
msgid "You removed delegation from user \"{{userName}}\"."
|
|
20844
20946
|
msgstr "Usunięto delegowanie użytkownika „{{userName}}”."
|
|
20845
20947
|
|
|
20846
|
-
msgid "You said: \"{{ message }}\""
|
|
20847
|
-
msgstr "Powiedziałeś: „{{ message }}”."
|
|
20848
|
-
|
|
20849
20948
|
msgid "You uploaded a valid SSL certificate for your custom domain"
|
|
20850
20949
|
msgstr "Przesłano ważny certyfikat SSL domeny niestandardowej"
|
|
20851
20950
|
|
|
@@ -20986,6 +21085,9 @@ msgstr "po {{date}}"
|
|
|
20986
21085
|
msgid "aggregation"
|
|
20987
21086
|
msgstr "agregacja"
|
|
20988
21087
|
|
|
21088
|
+
msgid "alarms"
|
|
21089
|
+
msgstr "alarmy"
|
|
21090
|
+
|
|
20989
21091
|
msgid "align view height"
|
|
20990
21092
|
msgstr "wyrównaj wysokość widoku"
|
|
20991
21093
|
|
|
@@ -21010,6 +21112,9 @@ msgstr "i identyfikatorem szablonu"
|
|
|
21010
21112
|
msgid "applicable for LWM2M 1.0"
|
|
21011
21113
|
msgstr "dotyczy LWM2M 1.0"
|
|
21012
21114
|
|
|
21115
|
+
msgid "applications"
|
|
21116
|
+
msgstr "Aplikacje"
|
|
21117
|
+
|
|
21013
21118
|
msgid "applications [{{applicationsList}}] added"
|
|
21014
21119
|
msgstr "aplikacje [{{applicationsList}}] dodano"
|
|
21015
21120
|
|
|
@@ -21022,6 +21127,9 @@ msgstr "aplikacje {{list}} dodano"
|
|
|
21022
21127
|
msgid "applications {{list}} removed"
|
|
21023
21128
|
msgstr "aplikacje {{list}} usunięto"
|
|
21024
21129
|
|
|
21130
|
+
msgid "assets"
|
|
21131
|
+
msgstr "zasoby"
|
|
21132
|
+
|
|
21025
21133
|
msgid "auto refresh"
|
|
21026
21134
|
msgstr "automatyczne odświeżanie"
|
|
21027
21135
|
|
|
@@ -21148,6 +21256,9 @@ msgstr "opis"
|
|
|
21148
21256
|
msgid "description: \"{{ description | translate }}\""
|
|
21149
21257
|
msgstr "opis: {{ description | translate }}"
|
|
21150
21258
|
|
|
21259
|
+
msgid "device groups"
|
|
21260
|
+
msgstr "grupy urządzeń"
|
|
21261
|
+
|
|
21151
21262
|
msgid "device name"
|
|
21152
21263
|
msgstr "nazwa urządzenia"
|
|
21153
21264
|
|
|
@@ -21163,6 +21274,9 @@ msgstr "czas urządzenia"
|
|
|
21163
21274
|
msgid "device type"
|
|
21164
21275
|
msgstr "typ urządzenia"
|
|
21165
21276
|
|
|
21277
|
+
msgid "devices"
|
|
21278
|
+
msgstr "urządzenia"
|
|
21279
|
+
|
|
21166
21280
|
msgid "devices selected"
|
|
21167
21281
|
msgstr "- wybrane urządzenia"
|
|
21168
21282
|
|
|
@@ -21529,12 +21643,18 @@ msgstr "eskaluj to"
|
|
|
21529
21643
|
msgid "event"
|
|
21530
21644
|
msgstr "zdarzenie"
|
|
21531
21645
|
|
|
21646
|
+
msgid "events"
|
|
21647
|
+
msgstr "zdarzenia"
|
|
21648
|
+
|
|
21532
21649
|
msgid "exampleUser"
|
|
21533
21650
|
msgstr "przykładowyUżytkownik"
|
|
21534
21651
|
|
|
21535
21652
|
msgid "execute operation"
|
|
21536
21653
|
msgstr "wykonaj operację"
|
|
21537
21654
|
|
|
21655
|
+
msgid "external IDs"
|
|
21656
|
+
msgstr "Identyfikator zewnętrzny"
|
|
21657
|
+
|
|
21538
21658
|
msgid "failure reason: \"{{ failureReason | translate }}\""
|
|
21539
21659
|
msgstr "przyczyna niepowodzenia: {{ failureReason | translate }}"
|
|
21540
21660
|
|
|
@@ -21655,6 +21775,9 @@ msgstr "przypisanie spisu zasobów [{{inventoryAssignment}}] dodano"
|
|
|
21655
21775
|
msgid "inventory assignment [{{inventoryAssignment}}] removed"
|
|
21656
21776
|
msgstr "przypisanie spisu zasobów [{{inventoryAssignment}}] usunięto"
|
|
21657
21777
|
|
|
21778
|
+
msgid "inventory objects"
|
|
21779
|
+
msgstr "obiekty spisu zasobów"
|
|
21780
|
+
|
|
21658
21781
|
msgid "kB"
|
|
21659
21782
|
msgstr "kB"
|
|
21660
21783
|
|
|
@@ -21691,6 +21814,9 @@ msgstr "m"
|
|
|
21691
21814
|
msgid "max"
|
|
21692
21815
|
msgstr "Maks"
|
|
21693
21816
|
|
|
21817
|
+
msgid "measurements"
|
|
21818
|
+
msgstr "Pomiar"
|
|
21819
|
+
|
|
21694
21820
|
msgid "medium"
|
|
21695
21821
|
msgstr "medium"
|
|
21696
21822
|
|
|
@@ -21767,6 +21893,9 @@ msgstr "z {{ allItemsCount }} elementów"
|
|
|
21767
21893
|
msgid "oldest`data`"
|
|
21768
21894
|
msgstr "najstarsze"
|
|
21769
21895
|
|
|
21896
|
+
msgid "operations"
|
|
21897
|
+
msgstr "operacje"
|
|
21898
|
+
|
|
21770
21899
|
msgid "or"
|
|
21771
21900
|
msgstr "lub"
|
|
21772
21901
|
|
|
@@ -21985,6 +22114,9 @@ msgstr "jednostka"
|
|
|
21985
22114
|
msgid "upload a new asset"
|
|
21986
22115
|
msgstr "prześlij nowy zasób"
|
|
21987
22116
|
|
|
22117
|
+
msgid "users"
|
|
22118
|
+
msgstr "Użytkownicy"
|
|
22119
|
+
|
|
21988
22120
|
msgid "valid`value`"
|
|
21989
22121
|
msgstr "prawidłowa"
|
|
21990
22122
|
|