Skip to content

Commit f5f7660

Browse files
committed
chore: sync locales
1 parent f8c84c8 commit f5f7660

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

add-on/_locales/fr/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,11 @@
292292
"description": "An option description on the Preferences screen (option_publicGatewayUrl_description)"
293293
},
294294
"option_publicSubdomainGatewayUrl_title": {
295-
"message": "Default Public Subdomain Gateway",
295+
"message": "Sous-Domaine de la Passerelle Publique par Défaut",
296296
"description": "An option title on the Preferences screen (option_publicSubdomainGatewayUrl_title)"
297297
},
298298
"option_publicSubdomainGatewayUrl_description": {
299-
"message": "Default public subdomain gateway for recovery of broken subdomain gateways",
299+
"message": "Sous-domaine de la passerelle publique par défaut pour rétablir les sous-domaines de passerelles problématiques.",
300300
"description": "An option description on the Preferences screen (option_publicSubdomainGatewayUrl_description)"
301301
},
302302
"option_header_api": {

add-on/_locales/pl/messages.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,19 +224,19 @@
224224
"description": "An option description on the Preferences screen (option_ipfsNodeType_description)"
225225
},
226226
"option_ipfsNodeType_embedded_description": {
227-
"message": "Embedded: run js-ipfs node in your browser (read about its limitations under the link below)",
227+
"message": "Wbudowany: uruchamia węzeł js-ipfs w procesie przeglądarki (szczegóły pod linkiem poniżej). ",
228228
"description": "An option description on the Preferences screen (option_ipfsNodeType_description)"
229229
},
230230
"option_ipfsNodeType_embedded_chromesockets_description": {
231-
"message": "Embedded with Chrome Sockets: run js-ipfs node in your browser with access to chrome.sockets APIs (details under the link below)",
231+
"message": "Wbudowany z chrome.sockets: uruchamia węzeł js-ipfs w procesie przeglądarki z dostępem do API chrome.sockets (szczegóły pod linkiem poniżej). ",
232232
"description": "An option description on the Preferences screen (option_ipfsNodeType_description)"
233233
},
234234
"option_ipfsNodeConfig_title": {
235235
"message": "Konfiguracja węzła IPFS",
236236
"description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)"
237237
},
238238
"option_ipfsNodeConfig_description": {
239-
"message": "Additional configuration for the embedded JS IPFS node. Must be valid JSON.",
239+
"message": "Konfiguracja dla wbudowanego węzła JS IPFS. Wymagany poprawny JSON.",
240240
"description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)"
241241
},
242242
"option_ipfsNodeType_external": {
@@ -292,11 +292,11 @@
292292
"description": "An option description on the Preferences screen (option_publicGatewayUrl_description)"
293293
},
294294
"option_publicSubdomainGatewayUrl_title": {
295-
"message": "Default Public Subdomain Gateway",
295+
"message": "Domyślna subdomenowa brama publiczna",
296296
"description": "An option title on the Preferences screen (option_publicSubdomainGatewayUrl_title)"
297297
},
298298
"option_publicSubdomainGatewayUrl_description": {
299-
"message": "Default public subdomain gateway for recovery of broken subdomain gateways",
299+
"message": "Domyślna brama używana gdy inna subdomenowa brama nie działa poprawnie.",
300300
"description": "An option description on the Preferences screen (option_publicSubdomainGatewayUrl_description)"
301301
},
302302
"option_header_api": {
@@ -332,7 +332,7 @@
332332
"description": "A section header on the Preferences screen (option_header_experiments)"
333333
},
334334
"option_experimental": {
335-
"message": "experimental",
335+
"message": "eksperyment",
336336
"description": "Warning label added to experimental options on the Preferences screen (option_experimental)"
337337
},
338338
"option_experiments_warning": {
@@ -384,11 +384,11 @@
384384
"description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)"
385385
},
386386
"option_recoverFailedHttpRequests_title": {
387-
"message": "Recover Failed HTTP Requests",
387+
"message": "Naprawiaj nieudane zapytania HTTP",
388388
"description": "An option title on the Preferences screen (option_recoverFailedHttpRequests_title)"
389389
},
390390
"option_recoverFailedHttpRequests_description": {
391-
"message": "Recover failed HTTP requests for IPFS resources by redirecting to the public gateway.",
391+
"message": "Naprawia nieudane zapytania HTTP poprzez przekierowanie ich do innej, działającej bramy.",
392392
"description": "An option description on the Preferences screen (option_recoverFailedHttpRequests_description)"
393393
},
394394
"option_detectIpfsPathHeader_title": {

0 commit comments

Comments
 (0)