diff --git a/frontend/src/locale/messages.pl.xlf b/frontend/src/locale/messages.pl.xlf index d7e7bac2d..cbd2e81b5 100644 --- a/frontend/src/locale/messages.pl.xlf +++ b/frontend/src/locale/messages.pl.xlf @@ -100,7 +100,7 @@ Inputs & Outputs - Wejścia i Wyjścia + Wejścia i wyjścia src/app/components/transaction/transaction.component.html 193 @@ -321,7 +321,7 @@ Fee rate - Poziom opłaty + Poziom opłat src/app/components/transaction/transaction.component.html 151 @@ -808,7 +808,7 @@ Median fee - Mediana opłaty + Mediana opłat src/app/components/block/block.component.html 45 @@ -1288,7 +1288,7 @@ An explorer and API developed and operated for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem, without ads, altcoins, or third-party trackers. - Eksplorator oraz API napisane i prowadzone przez społeczność Bitconiową. Koncentruje się na powstającym rynku opłat transakcyjnych, aby pomóc nam przejść do wielowarstwowego ekosystemu, bez reklam, altcoinów lub zewnętrznych narzędzi śledzących. + Eksplorator oraz API napisane i prowadzone przez społeczność Bitcoina. Koncentruje się na powstającym rynku opłat transakcyjnych, aby pomóc nam przejść do wielowarstwowego ekosystemu, bez reklam, altcoinów lub zewnętrznych narzędzi śledzących. src/app/components/about/about.component.html 16 @@ -2127,7 +2127,7 @@ Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-block, live-2h-chart, and stats.Push transactions related to address: 'track-address': '3PbJ...bF9B' to receive all new transactions containing that address as input or output. Returns an array of transactions. address-transactions for new mempool transactions, and block-transactions for new block confirmed transactions. - Domyślny push: action: 'want', data: ['blocks', ...] , aby wyrazić to, co chcesz przekazać. Dostępne: blocks, mempool-block, live-2h-chart i stats. Transakcje push związane z adresem: 'track-address': '3PbJ...bF9B' aby otrzymać wszystkie nowe transakcje zawierające ten adres jako dane wejściowe lub wyjściowe. Zwraca tablicę transakcji. address-transactions dla transakcji nowych w mempool, i block-transactions dla nowo potwierdzonych transakcji w bloku. + Domyślny push: action: 'want', data: ['blocks', ...] , aby wyrazić to, co chcesz przekazać. Dostępne: blocks, mempool-block, live-2h-chart i stats. Transakcje push związane z adresem: 'track-address': '3PbJ...bF9B' aby otrzymać wszystkie nowe transakcje zawierające ten adres jako dane wejściowe lub wyjściowe. Zwraca tablicę transakcji. address-transactions dla transakcji nowych w mempool, i block-transactions dla nowo potwierdzonych transakcji w bloku. src/app/components/api-docs/api-docs.component.html 19 @@ -2206,7 +2206,7 @@ Get a list of the last 10 transactions to enter the mempool. Each transaction object contains simplified overview data, with the following fields: txid, fee, vsize, and value. - Pobiera listę 10 ostatnich transakcji, które weszły do mempoola. Każdy obiekt transakcji zawiera uproszczone dane poglądowe, z następującymi polami: txid, fee, vsize, and value. + Pobiera listę 10 ostatnich transakcji, które weszły do mempoola. Każdy obiekt transakcji zawiera uproszczone dane poglądowe, z następującymi polami: txid, fee, vsize, oraz value. src/app/components/api-docs/api-docs.component.html 71 @@ -2224,7 +2224,7 @@ Returns a list of transactions in the block (up to 25 transactions beginning at start_index). Transactions returned here do not have the status field, since all the transactions share the same block and confirmation status. - Zwraca listę transakcji w bloku (do 25 transakcji zaczynających się od start_index). Transakcje zwrócone nie mają pola status , ponieważ wszystkie transakcje mają ten sam status bloku i potwierdzenia. + Zwraca listę transakcji w bloku (do 25 transakcji zaczynających się od start_index). Transakcje zwrócone nie mają pola status, ponieważ wszystkie transakcje mają ten sam status bloku i potwierdzenia. src/app/components/api-docs/api-docs.component.html 97 @@ -2256,7 +2256,7 @@ Returns the hash of the block currently at :height. - Zwraca wartość skrótu bloku znajdującego się obecnie na:height. + Zwraca wartość skrótu bloku znajdującego się obecnie na :height. src/app/components/api-docs/api-docs.component.html 113 @@ -2396,7 +2396,7 @@ Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using :last_seen_txid (see below). - Uzyskaj historię transakcji dla określonego adresu / hasha skryptu, posortowaną od najnowszych. Zwraca do 50 transakcji mempool plus pierwszych 25 potwierdzonych transakcji. Możesz poprosić o więcej potwierdzonych transakcji za pomocą :last_seen_txid (patrz poniżej). + Uzyskaj historię transakcji dla określonego adresu / hasha skryptu, posortowaną od najnowszych. Zwraca do 50 transakcji mempool plus pierwszych 25 potwierdzonych transakcji. Możesz poprosić o więcej potwierdzonych transakcji za pomocą :last_seen_txid (patrz poniżej). src/app/components/api-docs/api-docs.component.html 197,198