Skip to content

Commit 1ff4971

Browse files
chore: pull transifex translations (#2270)
1 parent 32ef5a2 commit 1ff4971

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+157
-157
lines changed

public/locales/ar/app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"done": "Done"
3535
},
3636
"cliModal": {
37-
"description": "الصق ما يلي في الجهاز الطرفي للقيام بهذه المهمة في IPFS عبر سطر الأوامر. تذكر أنك ستحتاج إلى استبدال العناصر النائبة بمعلماتك المحددة."
37+
"description": "Paste the following into your terminal to do this task in Kubo via the command line. Remember that you'll need to replace placeholders with your specific parameters."
3838
},
3939
"nav": {
4040
"bugsLink": "الإبلاغ عن خطأ",
@@ -43,7 +43,7 @@
4343
"status": {
4444
"connectedToIpfs": "متصل بـ IPFS",
4545
"connectingToIpfs": "جارٍ الاتصال بـ IPFS ...",
46-
"couldNotConnect": "تعذر الاتصال بواجهة برمجة تطبيقات IPFS"
46+
"couldNotConnect": "Could not connect to the Kubo RPC"
4747
},
4848
"apiAddressForm": {
4949
"placeholder": "أدخل عنوان (http://127.0.0.1:5001) أو متعدد العناوين (/ip4/127.0.0.1/tcp/5001)"
@@ -60,7 +60,7 @@
6060
"advanced": "متقدم",
6161
"agent": "عميل",
6262
"api": "Kubo RPC",
63-
"apiAddress": "RPC API address",
63+
"apiAddress": "Kubo RPC API address",
6464
"blocks": "تم التثبيت",
6565
"connection": "الإتصال",
6666
"downSpeed": "واردة",

public/locales/ar/notify.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"ipfsApiRequestFailed": "تعذر الاتصال. يرجى التحقق مما إذا كان البرنامج الخفي الخاص بك قيد التشغيل.",
33
"windowIpfsRequestFailed": "فشل طلب IPFS. يرجى التحقق من إعدادات IPFS Companion الخاصة بك.",
4-
"ipfsInvalidApiAddress": "عنوان IPFS API المقدم غير صالح.",
5-
"ipfsConnectSuccess": "تم الاتصال بنجاح بعنوان IPFS API",
6-
"ipfsConnectFail": "تعذر الاتصال بعنوان IPFS API المقدم",
4+
"ipfsInvalidApiAddress": "The provided Kubo RPC address is invalid.",
5+
"ipfsConnectSuccess": "Successfully connected to the Kubo RPC address",
6+
"ipfsConnectFail": "Unable to connect to the provided Kubo RPC address",
77
"ipfsPinFailReason": "تعذر تعيين التثبيت في {serviceName}: {errorMsg}",
88
"ipfsPinSucceedReason": "Successfully pinned at {serviceName}",
99
"ipfsUnpinSucceedReason": "Successfully unpinned from {serviceName}",

public/locales/ar/status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"step2": {
2626
"title": "حالة الإتصال",
27-
"paragraph1": "انقر فوق هذا الرمز من أي مكان في التطبيق للعودة إلى صفحة الحالة. إذا فقدت اتصالك بـ IPFS API ، سيتحول الرمز إلى اللون الأحمر.",
27+
"paragraph1": "Click this icon from anywhere in the app to return to the Status page. If you lose your connection to the Kubo RPC, the icon will turn red.",
2828
"paragraph2": "إذا كنت بحاجة إلى تكوين عنوان API مخصص للعقدة الخاصة بك ، فما عليك سوى النقر فوق الرابط \"تحرير\" بجوار مكان إدراج عنوان API في هذه الصفحة."
2929
},
3030
"step3": {

public/locales/ar/welcome.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
},
77
"notConnected": {
88
"paragraph1": "<0>تحقق من دليل التثبيت في<1> IPFS Docs</1> ، أو جرب هذه الإصلاحات الشائعة:</0>",
9-
"paragraph2": "<0>هل برنامج IPFS الخفي قيد التشغيل؟ حاول بدء تشغيله أو إعادة تشغيله من جهازك الطرفي:</0>",
10-
"paragraph3": "<0>هل تم تكوين IPFS API الخاص بك للسماح<1> بطلبات عبر الأصل (CORS)</1>؟ إذا لم يكن الأمر كذلك ، فقم بتشغيل هذه الأوامر ثم ابدأ البرنامج الخفي من الجهاز:</0>",
11-
"paragraph4": "<0>هل IPFS API الخاص بك على منفذ غير 5001؟ إذا تم تكوين العقدة الخاصة بك باستخدام<1> عنوان API مخصص</1> ، فأدخله هنا. </0>"
9+
"paragraph2": "<0>Is your IPFS daemon running? Try starting or restarting Kubo from your terminal:</0>",
10+
"paragraph3": "<0>Is your Kubo RPC API configured to allow <1>cross-origin (CORS) requests</1>? If not, run these commands and then start your daemon from the terminal:</0>",
11+
"paragraph4": "<0>Is your Kubo RPC API on a port other than 5001? If your node is configured with a <1>custom API address</1>, enter it here.</0>"
1212
},
1313
"aboutIpfs": {
1414
"header": "ما هو IPFS؟",
@@ -31,7 +31,7 @@
3131
"step1": {
3232
"title": "صفحة الترحيب",
3333
"paragraph1": "تتيح لك هذه الصفحة معرفة ما إذا كنت متصلاً بـ IPFS ، وتقدم أفكارًا لأشياء يمكنك القيام بها في هذا التطبيق.",
34-
"paragraph2": "إذا لم تكن متصلاً بـ IPFS API ، فستظهر هذه الصفحة أيضًا في مكان بعض الصفحات الأخرى ، مع تلميحات حول كيفية الاتصال.",
34+
"paragraph2": "If you aren't connected to the Kubo RPC API, this page also appears in place of some other pages, with hints for how to get connected.",
3535
"paragraph3": "يمكنك زيارة هذه الصفحة من أي مكان في التطبيق بالنقر فوق شعار مكعب IPFS في شريط التنقل."
3636
}
3737
}

public/locales/ca/app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"done": "Done"
3535
},
3636
"cliModal": {
37-
"description": "Paste the following into your terminal to do this task in IPFS via the command line. Remember that you'll need to replace placeholders with your specific parameters."
37+
"description": "Paste the following into your terminal to do this task in Kubo via the command line. Remember that you'll need to replace placeholders with your specific parameters."
3838
},
3939
"nav": {
4040
"bugsLink": "Reporta un error",
@@ -43,7 +43,7 @@
4343
"status": {
4444
"connectedToIpfs": "Connectat a IPFS",
4545
"connectingToIpfs": "Connectant a IPFS...",
46-
"couldNotConnect": "No s'ha pogut connectar a l'API de IPFS"
46+
"couldNotConnect": "Could not connect to the Kubo RPC"
4747
},
4848
"apiAddressForm": {
4949
"placeholder": "Introdueix una URL (http://127.0.0.1:5001) o una Multiaddr (/ip4/127.0.0.1/tcp/5001)"
@@ -60,7 +60,7 @@
6060
"advanced": "Avançat",
6161
"agent": "Agent",
6262
"api": "Kubo RPC",
63-
"apiAddress": "RPC API address",
63+
"apiAddress": "Kubo RPC API address",
6464
"blocks": "Blocs",
6565
"connection": "Connexió",
6666
"downSpeed": "Entrant",

public/locales/ca/notify.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"ipfsApiRequestFailed": "No s'ha pogut connectar. Comproveu que el daemon estigui funcionant.",
33
"windowIpfsRequestFailed": "La sol·licitud a IPFS ha fallat. Comproveu la configuració del IPFS Companion.",
4-
"ipfsInvalidApiAddress": "L'adreça API d'IPFS proporcionada no és vàlida.",
5-
"ipfsConnectSuccess": "S'ha connectat correctament a l'adreça API d'IPFS",
6-
"ipfsConnectFail": "No s'ha pogut connectar a l'adreça IPFS de l'API proporcionada",
4+
"ipfsInvalidApiAddress": "The provided Kubo RPC address is invalid.",
5+
"ipfsConnectSuccess": "Successfully connected to the Kubo RPC address",
6+
"ipfsConnectFail": "Unable to connect to the provided Kubo RPC address",
77
"ipfsPinFailReason": "Unable to set pinning at {serviceName}: {errorMsg}",
88
"ipfsPinSucceedReason": "Successfully pinned at {serviceName}",
99
"ipfsUnpinSucceedReason": "Successfully unpinned from {serviceName}",

public/locales/cs/app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"done": "Hotovo"
3535
},
3636
"cliModal": {
37-
"description": "Chcete-li tento úkol provést v IPFS prostřednictvím příkazového řádku, vložte do terminálu následující příkaz. Nezapomeňte, že je třeba nahradit zástupné znaky konkrétními parametry."
37+
"description": "Paste the following into your terminal to do this task in Kubo via the command line. Remember that you'll need to replace placeholders with your specific parameters."
3838
},
3939
"nav": {
4040
"bugsLink": "Nahlásit chybu",
@@ -43,7 +43,7 @@
4343
"status": {
4444
"connectedToIpfs": "Připojeno k IPFS",
4545
"connectingToIpfs": "Připojení k IPFS...",
46-
"couldNotConnect": "Nepodařilo se připojit k rozhraní API systému IPFS"
46+
"couldNotConnect": "Could not connect to the Kubo RPC"
4747
},
4848
"apiAddressForm": {
4949
"placeholder": "Zadejte adresu URL (http://127.0.0.1:5001) nebo Multiaddr (/ip4/127.0.0.1/tcp/5001)."
@@ -60,7 +60,7 @@
6060
"advanced": "Pokročilý",
6161
"agent": "Agent",
6262
"api": "Kubo RPC",
63-
"apiAddress": "RPC API address",
63+
"apiAddress": "Kubo RPC API address",
6464
"blocks": "Bloky",
6565
"connection": "Připojení",
6666
"downSpeed": "Příchozí",

public/locales/cs/notify.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"ipfsApiRequestFailed": "Nepodařilo se připojit. Zkontrolujte, zda je démon spuštěn.",
33
"windowIpfsRequestFailed": "Požadavek na IPFS se nezdařil. Zkontrolujte prosím nastavení systému IPFS Companion.",
4-
"ipfsInvalidApiAddress": "Zadaná adresa API IPFS je neplatná.",
5-
"ipfsConnectSuccess": "Úspěšné připojení k adrese API systému IPFS",
6-
"ipfsConnectFail": "Nelze se připojit k zadané adrese API systému IPFS",
4+
"ipfsInvalidApiAddress": "The provided Kubo RPC address is invalid.",
5+
"ipfsConnectSuccess": "Successfully connected to the Kubo RPC address",
6+
"ipfsConnectFail": "Unable to connect to the provided Kubo RPC address",
77
"ipfsPinFailReason": "Nelze nastavit připnutí na {serviceName}: {errorMsg}",
88
"ipfsPinSucceedReason": "Úspěšně připojeno k {serviceName}",
99
"ipfsUnpinSucceedReason": "Úspěšně odpojeno od {serviceName}",

public/locales/cs/status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"step2": {
2626
"title": "Stav připojení",
27-
"paragraph1": "Kliknutím na tuto ikonu odkudkoli v aplikaci se vrátíte na stavovou stránku. Pokud dojde ke ztrátě připojení k rozhraní IPFS API, ikona zčervená.",
27+
"paragraph1": "Click this icon from anywhere in the app to return to the Status page. If you lose your connection to the Kubo RPC, the icon will turn red.",
2828
"paragraph2": "Pokud potřebujete nakonfigurovat vlastní adresu API pro svůj uzel, stačí kliknout na odkaz \"Upravit\" vedle místa, kde je na této stránce uvedena adresa API."
2929
},
3030
"step3": {

public/locales/cs/welcome.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
},
77
"notConnected": {
88
"paragraph1": "<0>Podívejte se na průvodce instalací v dokumentech IPFS<1> nebo vyzkoušejte tyto běžné opravy:</0>",
9-
"paragraph2": "<0>Je spuštěn démon IPFS? Zkuste jej spustit nebo restartovat z terminálu:</0>",
10-
"paragraph3": "<0>Je vaše rozhraní IPFS API nakonfigurováno tak, aby umožňovalo <1>požadavky s křížovým původem (CORS)</1>? Pokud ne, spusťte tyto příkazy a poté spusťte démona z terminálu:</0>",
11-
"paragraph4": "<0>Je rozhraní IPFS API na jiném portu než 5001? Pokud je váš uzel nakonfigurován s <1>vlastní adresou API</1>, zadejte ji zde</0>."
9+
"paragraph2": "<0>Is your IPFS daemon running? Try starting or restarting Kubo from your terminal:</0>",
10+
"paragraph3": "<0>Is your Kubo RPC API configured to allow <1>cross-origin (CORS) requests</1>? If not, run these commands and then start your daemon from the terminal:</0>",
11+
"paragraph4": "<0>Is your Kubo RPC API on a port other than 5001? If your node is configured with a <1>custom API address</1>, enter it here.</0>"
1212
},
1313
"aboutIpfs": {
1414
"header": "Co je to IPFS?",
@@ -31,7 +31,7 @@
3131
"step1": {
3232
"title": "Úvodní stránka",
3333
"paragraph1": "Tato stránka vás informuje o tom, zda jste připojeni k IPFS, a nabízí nápady, co můžete v této aplikaci dělat.",
34-
"paragraph2": "Pokud nejste připojeni k rozhraní API systému IPFS, zobrazí se místo některých jiných stránek také tato stránka s radami, jak se připojit.",
34+
"paragraph2": "If you aren't connected to the Kubo RPC API, this page also appears in place of some other pages, with hints for how to get connected.",
3535
"paragraph3": "Tuto stránku můžete navštívit odkudkoli v aplikaci kliknutím na logo kostky IPFS v navigačním panelu."
3636
}
3737
}

0 commit comments

Comments
 (0)