From b30cfc269592b1101d0cca2b172ce03648d2fb53 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Wed, 28 Apr 2021 22:52:01 +0200 Subject: [PATCH 01/22] Testing on look. --- locales/Ar_ar.json | 139 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 locales/Ar_ar.json diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json new file mode 100644 index 0000000..a9b80cd --- /dev/null +++ b/locales/Ar_ar.json @@ -0,0 +1,139 @@ +{ + "nav": { + "about": "About", + "faq": "FAQ", + "credits": "Credits", + "progress": "Progress" + }, + "hero": { + "subtitle": "Game servers", + "title": "Recreated", + "text": "Pretendo is a free and open source replacement for Nintendo's servers for both the 3DS and Wii U, allowing online connectivity for all, even after the original servers are discontinued", + "buttons": { + "readMore": "Read more" + } + }, + "aboutUs": { + "title": "About us", + "paragraphs": [ + "Pretendo is an open-source project that aims to recreate Nintendo Network for the 3DS and Wii U using clean-room reverse engineering.", + "As our services would be both free and open source, they can exist long after the inevitable closure of Nintendo Network." + ] + }, + "progress": { + "title": "Progress", + "paragraphs": [ + "Currently, we are working on Miiverse, along with our account servers and its integration with the services.", + "For 3DS, we are also working on Mario Kart 7, with a desire to continue working on other games when possible." + ] + }, + "faq": { + "title": "بعض الأسئلة المكررة", + "text": "Here are some common questions we're asked for easy information.", + "QAs": [ + { + "question": "What is Pretendo?", + "answer": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the Wii U and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite Wii U and 3DS games to their fullest capacity." + }, + { + "question": "Will my existing NNIDs work on Pretendo?", + "answer": "Sadly, no. Existing NNIDs will not work on Pretendo, as only Nintendo holds your user data; while an NNID-to-PNID migration is theoretically possible, it would be risky and require sensitive user data we do not wish to hold." + }, + { + "question": "How do I use Pretendo?", + "answer": "Pretendo is currently not in a state that is ready for public use. However, once it is you will be able to use Pretendo simply by running our homebrew patcher on your console." + }, + { + "question": "Do you know when will be ready?", + "answer": "No. Lots of Pretendo's features/services are developed independently (for example, Miiverse may be worked on by one developer while Accounts and Friends is being worked on by another) and therefore we cannot give an overall ETA for how long this will take." + }, + { + "question": "Does Pretendo work on Cemu/emulators?", + "answer": "Pretendo is designed for the Wii U and 3DS hardware at heart; at this time the only emulator for these consoles with NN support is Cemu. Cemu does not officially support custom servers, but it should still be possible to use Pretendo with Cemu.
Pretendo does not currently support Cemu." + }, + { + "question": "If I am banned on Nintendo Network, will I stay banned when using Pretendo?", + "answer": "We will not have access to Nintendo Network's bans, and all users will not be banned on our service. However, we will have rules to follow when using the service and failing to follow these rules could result in a ban." + }, + { + "question": "Will Pretendo support the Wii/Switch?", + "answer": "The Wii already has custom servers provided by Wiimmfi. We currently do not wish to target the Switch as it is both paid and completely different to Nintendo Network." + }, + { + "question": "Will I need hacks to connect?", + "answer": "Yes, you will need to hack your device to connect; however, on Wii U you will only need access to the Homebrew Launcher (i.e. Haxchi, Coldboot Haxchi, or even the web browser exploit), with info on how the 3DS will connect coming at a later date." + } + ] + }, + "credits": { + "title": "The team", + "text": "Meet the team behind the project", + "people": [ + { + "name": "Jonathan Barrow (RedDucks)", + "caption": "Project owner and lead developer", + "picture": "https://github.com/redduckss.png", + "github": "https://github.com/RedDuckss" + }, + { + "name": "Jemma (CaramelKat)", + "caption": "Miiverse research and development", + "picture": "https://github.com/caramelkat.png", + "github": "https://github.com/CaramelKat" + }, + { + "name": "superwhiskers", + "caption": "crunch library development", + "picture": "https://github.com/superwhiskers.png", + "github": "https://github.com/superwhiskers" + }, + { + "name": "SuperMarioDaBom", + "caption": "Console and other system research", + "picture": "https://github.com/supermariodabom.png", + "github": "https://github.com/SuperMarioDaBom" + }, + { + "name": "Rambo6Glaz", + "caption": "Network installer and console research", + "picture": "https://github.com/Rambo6Glaz.png", + "github": "https://github.com/NexoDevelopment" + }, + { + "name": "mrjvs", + "caption": "Web development and early eShop research", + "picture": "https://github.com/mrjvs.png", + "github": "https://github.com/mrjvs" + }, + { + "name": "Benjamin Moss (kxpler442b)", + "caption": "Web development", + "picture": "https://github.com/kxpler442b.png", + "github": "https://github.com/kxpler442b" + }, + { + "name": "Jip Fr", + "caption": "Web development", + "picture": "https://github.com/jipfr.png", + "github": "https://github.com/jipfr" + }, + { + "name": "Shutterbug2000", + "caption": "Mario Kart 7 and 3DS research", + "picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128", + "github": "https://github.com/shutterbug2000" + }, + { + "name": "Kinnay", + "special": "Special thanks", + "caption": "Research on Nintendo datastructures", + "picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128", + "github": "https://github.com/Kinnay" + } + ] + }, + "progressPage": { + "title": "Our progress", + "description": "Check the project progress and goals! (Updated every hour or so, does not reflect ALL project goals or progress)" + } +} From 837733db6003b9ca8744d7a5e8e4fe72b4f373ef Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Wed, 28 Apr 2021 22:58:02 +0200 Subject: [PATCH 02/22] Update Ar_ar.json --- locales/Ar_ar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index a9b80cd..72946f8 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -1,6 +1,6 @@ { "nav": { - "about": "About", + "about": "عنا", "faq": "FAQ", "credits": "Credits", "progress": "Progress" @@ -14,7 +14,7 @@ } }, "aboutUs": { - "title": "About us", + "title": "معلومات عنا", "paragraphs": [ "Pretendo is an open-source project that aims to recreate Nintendo Network for the 3DS and Wii U using clean-room reverse engineering.", "As our services would be both free and open source, they can exist long after the inevitable closure of Nintendo Network." From df4d884778765ab77ff7dcab1dea4bb4d914cb94 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Tue, 4 May 2021 01:25:00 +0200 Subject: [PATCH 03/22] Update Ar_ar.json --- locales/Ar_ar.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 72946f8..e3cd0fa 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -2,8 +2,8 @@ "nav": { "about": "عنا", "faq": "FAQ", - "credits": "Credits", - "progress": "Progress" + "credits": "الاعتمادات", + "progress": "تقدم" }, "hero": { "subtitle": "Game servers", @@ -21,7 +21,7 @@ ] }, "progress": { - "title": "Progress", + "title": "تقدم", "paragraphs": [ "Currently, we are working on Miiverse, along with our account servers and its integration with the services.", "For 3DS, we are also working on Mario Kart 7, with a desire to continue working on other games when possible." @@ -66,8 +66,8 @@ ] }, "credits": { - "title": "The team", - "text": "Meet the team behind the project", + "title": "الفريق", + "text": "قابل الفريق وراء المشروع", "people": [ { "name": "Jonathan Barrow (RedDucks)", From 60155981d08c3d81d470ccfc025cdeab9f1f7f2c Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Tue, 4 May 2021 01:32:49 +0200 Subject: [PATCH 04/22] Update Ar_ar.json --- locales/Ar_ar.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index e3cd0fa..492ccfa 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -71,19 +71,19 @@ "people": [ { "name": "Jonathan Barrow (RedDucks)", - "caption": "Project owner and lead developer", + "caption": "مالك المشروع والمطور الرئيسي", "picture": "https://github.com/redduckss.png", "github": "https://github.com/RedDuckss" }, { "name": "Jemma (CaramelKat)", - "caption": "Miiverse research and development", + "caption": "البحث والتطوير Miiverse", "picture": "https://github.com/caramelkat.png", "github": "https://github.com/CaramelKat" }, { "name": "superwhiskers", - "caption": "crunch library development", + "caption": "crunch تطوير مكتبة", "picture": "https://github.com/superwhiskers.png", "github": "https://github.com/superwhiskers" }, @@ -101,19 +101,19 @@ }, { "name": "mrjvs", - "caption": "Web development and early eShop research", + "caption": "eshopتطوير الويب والبحث المبكر لل", "picture": "https://github.com/mrjvs.png", "github": "https://github.com/mrjvs" }, { "name": "Benjamin Moss (kxpler442b)", - "caption": "Web development", + "caption": "تطوير الويب", "picture": "https://github.com/kxpler442b.png", "github": "https://github.com/kxpler442b" }, { "name": "Jip Fr", - "caption": "Web development", + "caption": "تطوير الويب", "picture": "https://github.com/jipfr.png", "github": "https://github.com/jipfr" }, @@ -125,7 +125,7 @@ }, { "name": "Kinnay", - "special": "Special thanks", + "special": "شكر خاص", "caption": "Research on Nintendo datastructures", "picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128", "github": "https://github.com/Kinnay" From dc85343126a51f5999b0001cada79d96f2cd2761 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Tue, 4 May 2021 01:39:29 +0200 Subject: [PATCH 05/22] Update Ar_ar.json --- locales/Ar_ar.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 492ccfa..da96041 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -77,13 +77,13 @@ }, { "name": "Jemma (CaramelKat)", - "caption": "البحث والتطوير Miiverse", + "caption": "البحث والمطور Miiverse", "picture": "https://github.com/caramelkat.png", "github": "https://github.com/CaramelKat" }, { "name": "superwhiskers", - "caption": "crunch تطوير مكتبة", + "caption": "crunch مطور مكتبة", "picture": "https://github.com/superwhiskers.png", "github": "https://github.com/superwhiskers" }, @@ -101,32 +101,32 @@ }, { "name": "mrjvs", - "caption": "eshopتطوير الويب والبحث المبكر لل", + "caption": "eshopمطور الويب والبحث المبكر لل", "picture": "https://github.com/mrjvs.png", "github": "https://github.com/mrjvs" }, { "name": "Benjamin Moss (kxpler442b)", - "caption": "تطوير الويب", + "caption": "مطور الويب", "picture": "https://github.com/kxpler442b.png", "github": "https://github.com/kxpler442b" }, { "name": "Jip Fr", - "caption": "تطوير الويب", + "caption": "مطور الويب", "picture": "https://github.com/jipfr.png", "github": "https://github.com/jipfr" }, { "name": "Shutterbug2000", - "caption": "Mario Kart 7 and 3DS research", + "caption": "3DSباحث ماريو كارت 7 و ال", "picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128", "github": "https://github.com/shutterbug2000" }, { "name": "Kinnay", "special": "شكر خاص", - "caption": "Research on Nintendo datastructures", + "caption": "Nintendo باحث في هياكل بيانات", "picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128", "github": "https://github.com/Kinnay" } From 54cbe9a91252b2d70c4768a8afb12cd350f7aabe Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Tue, 4 May 2021 01:48:37 +0200 Subject: [PATCH 06/22] Update Ar_ar.json --- locales/Ar_ar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index da96041..9e5616a 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -89,13 +89,13 @@ }, { "name": "SuperMarioDaBom", - "caption": "Console and other system research", + "caption": "باحث الأجهزة", "picture": "https://github.com/supermariodabom.png", "github": "https://github.com/SuperMarioDaBom" }, { "name": "Rambo6Glaz", - "caption": "Network installer and console research", + "caption": "مثبت الشبكة و باحث الأجهزة", "picture": "https://github.com/Rambo6Glaz.png", "github": "https://github.com/NexoDevelopment" }, From d3bbe0810b72a026b90c7737c38faf3bbe11de24 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Tue, 4 May 2021 01:52:19 +0200 Subject: [PATCH 07/22] Update Ar_ar.json --- locales/Ar_ar.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 9e5616a..c2a0d9d 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -6,11 +6,11 @@ "progress": "تقدم" }, "hero": { - "subtitle": "Game servers", - "title": "Recreated", + "subtitle": "سيرفرات الألعاب", + "title": "إعادة تنشيء", "text": "Pretendo is a free and open source replacement for Nintendo's servers for both the 3DS and Wii U, allowing online connectivity for all, even after the original servers are discontinued", "buttons": { - "readMore": "Read more" + "readMore": "أقرأ اكثر" } }, "aboutUs": { @@ -133,7 +133,7 @@ ] }, "progressPage": { - "title": "Our progress", + "title": "تقدمنا", "description": "Check the project progress and goals! (Updated every hour or so, does not reflect ALL project goals or progress)" } } From e6b80bea49d3bda4db913136549bb6d276bd0b22 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Tue, 4 May 2021 02:09:59 +0200 Subject: [PATCH 08/22] Update Ar_ar.json --- locales/Ar_ar.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index c2a0d9d..3b2d8b0 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -2,13 +2,13 @@ "nav": { "about": "عنا", "faq": "FAQ", - "credits": "الاعتمادات", + "credits": "الفريق", "progress": "تقدم" }, "hero": { "subtitle": "سيرفرات الألعاب", - "title": "إعادة تنشيء", - "text": "Pretendo is a free and open source replacement for Nintendo's servers for both the 3DS and Wii U, allowing online connectivity for all, even after the original servers are discontinued", + "title": "إعادة إنشاء", + "text": "السماح بالاتصال عبر الإنترنت حتي بعد إغلاق السيرفرات الأصلية ،Uإن بريتندو بديل مجاني و مصدر مفتوح لسيرفرات ال3دي اس و الوي", "buttons": { "readMore": "أقرأ اكثر" } From 05ee00e6fd02ab4bdaa0246d56e7b47ed97ae056 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Tue, 4 May 2021 02:16:09 +0200 Subject: [PATCH 09/22] Update Ar_ar.json --- locales/Ar_ar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 3b2d8b0..22b198c 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -8,7 +8,7 @@ "hero": { "subtitle": "سيرفرات الألعاب", "title": "إعادة إنشاء", - "text": "السماح بالاتصال عبر الإنترنت حتي بعد إغلاق السيرفرات الأصلية ،Uإن بريتندو بديل مجاني و مصدر مفتوح لسيرفرات ال3دي اس و الوي", + "text": "إن بريتندو بديل مجاني و مصدر مفتوح لسيرفرات ال3دي اس و الوي يو ,يسمح بالاتصال عبر الإنترنت حتي بعد إغلاق السيرفرات الأصلية", "buttons": { "readMore": "أقرأ اكثر" } From 921c858c3fc82be844e2d7f637ea90e846ac6f1e Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Tue, 4 May 2021 02:29:04 +0200 Subject: [PATCH 10/22] Update Ar_ar.json --- locales/Ar_ar.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 22b198c..a0050f1 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -16,8 +16,8 @@ "aboutUs": { "title": "معلومات عنا", "paragraphs": [ - "Pretendo is an open-source project that aims to recreate Nintendo Network for the 3DS and Wii U using clean-room reverse engineering.", - "As our services would be both free and open source, they can exist long after the inevitable closure of Nintendo Network." + "إن بريتندو مشروع مصدر مفتوح هدفه إعادة إنشاء شبكة نينتندو لل3دي اس و الوي يو عن طريق الهندسة العكسية", + ".خدماتنا ستكون مجاناً ومصدرها مفتوح فستعيش وقتا طويلاً حتي بعد إغلاق شبكة نينتندو" ] }, "progress": { @@ -134,6 +134,6 @@ }, "progressPage": { "title": "تقدمنا", - "description": "Check the project progress and goals! (Updated every hour or so, does not reflect ALL project goals or progress)" + "description": "تحقق من تقدم المشروع والأهداف! (يتم تحديثه كل ساعة أو نحو ذلك ، ولا يعكس جميع أهداف المشروع أو تقدمه)" } } From a7de7b99a446a8d3a59c8078252724cb081241a9 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Tue, 4 May 2021 02:42:25 +0200 Subject: [PATCH 11/22] Update Ar_ar.json --- locales/Ar_ar.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index a0050f1..686610f 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -23,13 +23,13 @@ "progress": { "title": "تقدم", "paragraphs": [ - "Currently, we are working on Miiverse, along with our account servers and its integration with the services.", - "For 3DS, we are also working on Mario Kart 7, with a desire to continue working on other games when possible." + "نحن نعمل الآن على الميفيرز و الأكونتات وإتصالها مع السيرفرات", + "و نعمل علي ماريوكارت 7 لل3دي اس و نريد ان نعمل علي الألعاب الآخري في اسرع وقت" ] }, "faq": { "title": "بعض الأسئلة المكررة", - "text": "Here are some common questions we're asked for easy information.", + "text": ":هنا بعض الأسئلة المتكررة بإجابتها", "QAs": [ { "question": "What is Pretendo?", From feee096239f264bbb5ed90b8688b1c02b43969ed Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Mon, 10 May 2021 02:43:54 +0200 Subject: [PATCH 12/22] Translated Questions. --- locales/Ar_ar.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 686610f..0c366e4 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -1,7 +1,7 @@ { "nav": { "about": "عنا", - "faq": "FAQ", + "faq": "أسئلة", "credits": "الفريق", "progress": "تقدم" }, @@ -32,35 +32,35 @@ "text": ":هنا بعض الأسئلة المتكررة بإجابتها", "QAs": [ { - "question": "What is Pretendo?", + "question": "ما هو بريتندو؟", "answer": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the Wii U and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite Wii U and 3DS games to their fullest capacity." }, { - "question": "Will my existing NNIDs work on Pretendo?", + "question": "هل هويتي الشخصية علي شبكة نينتندو ستستمر علي بريتندو؟", "answer": "Sadly, no. Existing NNIDs will not work on Pretendo, as only Nintendo holds your user data; while an NNID-to-PNID migration is theoretically possible, it would be risky and require sensitive user data we do not wish to hold." }, { - "question": "How do I use Pretendo?", + "question": "كيف استخدم بريتندو؟", "answer": "Pretendo is currently not in a state that is ready for public use. However, once it is you will be able to use Pretendo simply by running our homebrew patcher on your console." }, { - "question": "Do you know when will be ready?", + "question": "هل تعرف متي تكون خدمة او خاصية جاهزة؟", "answer": "No. Lots of Pretendo's features/services are developed independently (for example, Miiverse may be worked on by one developer while Accounts and Friends is being worked on by another) and therefore we cannot give an overall ETA for how long this will take." }, { - "question": "Does Pretendo work on Cemu/emulators?", + "question": "هل بريتندو يعمل علي سيمو و المحاكيات؟", "answer": "Pretendo is designed for the Wii U and 3DS hardware at heart; at this time the only emulator for these consoles with NN support is Cemu. Cemu does not officially support custom servers, but it should still be possible to use Pretendo with Cemu.
Pretendo does not currently support Cemu." }, { - "question": "If I am banned on Nintendo Network, will I stay banned when using Pretendo?", + "question": "لو اتمنعنت من شبكة بريتندو هل سأستمتر ممتنع من بريتندو؟", "answer": "We will not have access to Nintendo Network's bans, and all users will not be banned on our service. However, we will have rules to follow when using the service and failing to follow these rules could result in a ban." }, { - "question": "Will Pretendo support the Wii/Switch?", + "question": "هل سيدعم بريتندو الوى و السوتش؟", "answer": "The Wii already has custom servers provided by Wiimmfi. We currently do not wish to target the Switch as it is both paid and completely different to Nintendo Network." }, { - "question": "Will I need hacks to connect?", + "question": "هل احتاج ان اهكر حتي اتصل؟", "answer": "Yes, you will need to hack your device to connect; however, on Wii U you will only need access to the Homebrew Launcher (i.e. Haxchi, Coldboot Haxchi, or even the web browser exploit), with info on how the 3DS will connect coming at a later date." } ] From f157a9e781befe2c30efbcb6a0a6cf276a7d80e9 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Mon, 10 May 2021 02:48:29 +0200 Subject: [PATCH 13/22] Fixed Issue with Miiverse --- locales/Ar_ar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 0c366e4..091fe11 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -77,7 +77,7 @@ }, { "name": "Jemma (CaramelKat)", - "caption": "البحث والمطور Miiverse", + "caption": "Miiverse البحث والمطور", "picture": "https://github.com/caramelkat.png", "github": "https://github.com/CaramelKat" }, From da88b21364fd4618d8742ee56e594673e7e57f7f Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Mon, 10 May 2021 14:52:06 +0200 Subject: [PATCH 14/22] Update Ar_ar.json --- locales/Ar_ar.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 091fe11..1c841bb 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -33,7 +33,7 @@ "QAs": [ { "question": "ما هو بريتندو؟", - "answer": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the Wii U and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite Wii U and 3DS games to their fullest capacity." + "answer": "إن بريتندو مصدر مفتوح بديل عن شبكة نينتندو هدفها إنشاء سيرفرات لعائلة ال3 دي اس و الوي يو هدفنا الحفاظ علي الاجزاء الونلاين و الاستمتاع باقصي حد" }, { "question": "هل هويتي الشخصية علي شبكة نينتندو ستستمر علي بريتندو؟", @@ -41,7 +41,7 @@ }, { "question": "كيف استخدم بريتندو؟", - "answer": "Pretendo is currently not in a state that is ready for public use. However, once it is you will be able to use Pretendo simply by running our homebrew patcher on your console." + "answer": "إن بريتندو ليس جاهز للاستخدام العام ولكن عندما يكون جاهزا ستسطيع ان نسخدمه من خلال الهومبرو باتشر" }, { "question": "هل تعرف متي تكون خدمة او خاصية جاهزة؟", @@ -49,7 +49,7 @@ }, { "question": "هل بريتندو يعمل علي سيمو و المحاكيات؟", - "answer": "Pretendo is designed for the Wii U and 3DS hardware at heart; at this time the only emulator for these consoles with NN support is Cemu. Cemu does not officially support custom servers, but it should still be possible to use Pretendo with Cemu.
Pretendo does not currently support Cemu." + "answer": "إن بريتندو مصمم لل3 دي اس و الوي يو؛ و في الوقت الحالي سيمو هو المحاكية الوحيد يدعِم شبكة نينتندو سي مد لا يدعم شبكة بريتندو مباشرا و لكن ستصتيع استخدامه (حالياً سيمو لا يدعم شبكة بريتندو)إن بريتندو مصمم لل3 دي اس و الوي يو؛ و في الوقت الحالي سيمو هو المحاكية الوحيد يدعِم شبكة نينتندو سي مد لا يدعم شبكة بريتندو مباشرا و لكن ستصتيع استخدامه (حالياً سيمو لا يدعم شبكة بريتندو)" }, { "question": "لو اتمنعنت من شبكة بريتندو هل سأستمتر ممتنع من بريتندو؟", From 062ebcdb414e7c1782e52b280970815ebe3c46fd Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Mon, 10 May 2021 14:57:23 +0200 Subject: [PATCH 15/22] Test for Wiimifi --- locales/Ar_ar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 1c841bb..e0fcd36 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -57,7 +57,7 @@ }, { "question": "هل سيدعم بريتندو الوى و السوتش؟", - "answer": "The Wii already has custom servers provided by Wiimmfi. We currently do not wish to target the Switch as it is both paid and completely different to Nintendo Network." + "answer": "و ليس لدينا الهدف للسويتش بسبب اختلافها عن شبكة نينتندوويميفاي الوي لديها سيرفرات مخصصة من" }, { "question": "هل احتاج ان اهكر حتي اتصل؟", From 5f413479e3d9caae832440512111413cbcb0fce2 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Mon, 10 May 2021 15:00:14 +0200 Subject: [PATCH 16/22] fix --- locales/Ar_ar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index e0fcd36..cc08cf1 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -57,7 +57,7 @@ }, { "question": "هل سيدعم بريتندو الوى و السوتش؟", - "answer": "و ليس لدينا الهدف للسويتش بسبب اختلافها عن شبكة نينتندوويميفاي الوي لديها سيرفرات مخصصة من" + "answer": "ويميفاي ليس لدينا الهدف للسويتش بسبب اختلافها عن شبكة نينتندو و الوي لديها سيرفرات مخصصة من " }, { "question": "هل احتاج ان اهكر حتي اتصل؟", From 32f753cbae1a660cc210b75dce25e07895fd9d1e Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Mon, 10 May 2021 15:02:24 +0200 Subject: [PATCH 17/22] fix 2 --- locales/Ar_ar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index cc08cf1..61dcff6 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -57,7 +57,7 @@ }, { "question": "هل سيدعم بريتندو الوى و السوتش؟", - "answer": "ويميفاي ليس لدينا الهدف للسويتش بسبب اختلافها عن شبكة نينتندو و الوي لديها سيرفرات مخصصة من " + "answer": "الوي لديها سيرفرات مخصصة من ويميفاي و ليس لدينا الهدف للسويتش بسبب اختلافها عن شبكة نينتندو" }, { "question": "هل احتاج ان اهكر حتي اتصل؟", From bda0d91373493b08a294db34d16eb7a2cf5cde15 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Mon, 10 May 2021 15:23:07 +0200 Subject: [PATCH 18/22] Finished Arabic Translation --- locales/Ar_ar.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 61dcff6..259ad3a 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -37,7 +37,7 @@ }, { "question": "هل هويتي الشخصية علي شبكة نينتندو ستستمر علي بريتندو؟", - "answer": "Sadly, no. Existing NNIDs will not work on Pretendo, as only Nintendo holds your user data; while an NNID-to-PNID migration is theoretically possible, it would be risky and require sensitive user data we do not wish to hold." + "answer": "للأسف لا اي الهويات الشخصية لشبكة نينتندو لن تعمل علي بريتندو لان نينتندو لديم المعلومات الشخصية؛ و من الرغم من ان هجرة الهوية الشخصية من شبكة نينتندو إلي بريتندو ممكنة إلا انها لها خطر و لا نريد ان يكون معنا المعلومات الشخصية" }, { "question": "كيف استخدم بريتندو؟", @@ -45,7 +45,7 @@ }, { "question": "هل تعرف متي تكون خدمة او خاصية جاهزة؟", - "answer": "No. Lots of Pretendo's features/services are developed independently (for example, Miiverse may be worked on by one developer while Accounts and Friends is being worked on by another) and therefore we cannot give an overall ETA for how long this will take." + "answer": "لا معظم خدمات بريتندو يتم إنشائها مفردة إي شخص قد يعمل علي الميفيرز و شخصاً أخر قد يعمل علي الاصدقاء و الاكونتات فلا نستطيع أن نعرف متي ستكون جاهزة" }, { "question": "هل بريتندو يعمل علي سيمو و المحاكيات؟", @@ -53,7 +53,7 @@ }, { "question": "لو اتمنعنت من شبكة بريتندو هل سأستمتر ممتنع من بريتندو؟", - "answer": "We will not have access to Nintendo Network's bans, and all users will not be banned on our service. However, we will have rules to follow when using the service and failing to follow these rules could result in a ban." + "answer": "لا جميع المستخدمين لن يكونوا محرمين و لكن يجب ان تمشي وراء القوانين او سيتمامتناعك" }, { "question": "هل سيدعم بريتندو الوى و السوتش؟", @@ -61,7 +61,7 @@ }, { "question": "هل احتاج ان اهكر حتي اتصل؟", - "answer": "Yes, you will need to hack your device to connect; however, on Wii U you will only need access to the Homebrew Launcher (i.e. Haxchi, Coldboot Haxchi, or even the web browser exploit), with info on how the 3DS will connect coming at a later date." + "answer": "نعم ستحتاج إلي تهكير جهازك لكن علي الوي يو تحتاج فقط إلي الهومبرو لانشر اي هاكسي او موخا اما علي ال3 دي اس سيتم الاعلان في وقتا لاحقاً" } ] }, From 66d2d785240a161ccc4438bed1c3f396d547ce19 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Mon, 10 May 2021 15:26:43 +0200 Subject: [PATCH 19/22] Final Fixes --- locales/Ar_ar.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 259ad3a..6e500a6 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -37,11 +37,11 @@ }, { "question": "هل هويتي الشخصية علي شبكة نينتندو ستستمر علي بريتندو؟", - "answer": "للأسف لا اي الهويات الشخصية لشبكة نينتندو لن تعمل علي بريتندو لان نينتندو لديم المعلومات الشخصية؛ و من الرغم من ان هجرة الهوية الشخصية من شبكة نينتندو إلي بريتندو ممكنة إلا انها لها خطر و لا نريد ان يكون معنا المعلومات الشخصية" + "answer": "للأسف لا اي الهويات الشخصية لشبكة نينتندو لن تعمل علي بريتندو لأن نينتندو لديم المعلومات الشخصية؛ و من الرغم من أن هجرة الهوية الشخصية من شبكة نينتندو إلي بريتندو ممكنة إلا انها لها خطر و لا نريد أن يكون معنا المعلومات الشخصية" }, { "question": "كيف استخدم بريتندو؟", - "answer": "إن بريتندو ليس جاهز للاستخدام العام ولكن عندما يكون جاهزا ستسطيع ان نسخدمه من خلال الهومبرو باتشر" + "answer": "إن بريتندو ليس جاهز للاستخدام العام ولكن عندما يكون جاهزا ستسطيع أن نسخدمه من خلال الهومبرو باتشر" }, { "question": "هل تعرف متي تكون خدمة او خاصية جاهزة؟", @@ -53,14 +53,14 @@ }, { "question": "لو اتمنعنت من شبكة بريتندو هل سأستمتر ممتنع من بريتندو؟", - "answer": "لا جميع المستخدمين لن يكونوا محرمين و لكن يجب ان تمشي وراء القوانين او سيتمامتناعك" + "answer": "لا جميع المستخدمين لن يكونوا محرمين و لكن يجب أن تمشي وراء القوانين او سيتمامتناعك" }, { "question": "هل سيدعم بريتندو الوى و السوتش؟", "answer": "الوي لديها سيرفرات مخصصة من ويميفاي و ليس لدينا الهدف للسويتش بسبب اختلافها عن شبكة نينتندو" }, { - "question": "هل احتاج ان اهكر حتي اتصل؟", + "question": "هل احتاج أن اهكر حتي اتصل؟", "answer": "نعم ستحتاج إلي تهكير جهازك لكن علي الوي يو تحتاج فقط إلي الهومبرو لانشر اي هاكسي او موخا اما علي ال3 دي اس سيتم الاعلان في وقتا لاحقاً" } ] From 2c980a486257c3c871e99a67093151f04b8bc874 Mon Sep 17 00:00:00 2001 From: Eyadplayz Date: Mon, 10 May 2021 15:31:24 +0200 Subject: [PATCH 20/22] Final Translations --- locales/Ar_ar.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 6e500a6..4f41b29 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -77,13 +77,13 @@ }, { "name": "Jemma (CaramelKat)", - "caption": "Miiverse البحث والمطور", + "caption": "باحث و مطور الميفيرز", "picture": "https://github.com/caramelkat.png", "github": "https://github.com/CaramelKat" }, { "name": "superwhiskers", - "caption": "crunch مطور مكتبة", + "caption": "مطور مكتبة كرانش", "picture": "https://github.com/superwhiskers.png", "github": "https://github.com/superwhiskers" }, @@ -101,7 +101,7 @@ }, { "name": "mrjvs", - "caption": "eshopمطور الويب والبحث المبكر لل", + "caption": "مطور الويب والبحث المبكر للالمحل الإلكتروني", "picture": "https://github.com/mrjvs.png", "github": "https://github.com/mrjvs" }, @@ -119,14 +119,14 @@ }, { "name": "Shutterbug2000", - "caption": "3DSباحث ماريو كارت 7 و ال", + "caption": "باحث ماريو كارت 7 و ال3 دي اس", "picture": "https://cdn.discordapp.com/avatars/191370953807233024/0311b61e2009c1576828dd2e9a59d72e.png?size=128", "github": "https://github.com/shutterbug2000" }, { "name": "Kinnay", "special": "شكر خاص", - "caption": "Nintendo باحث في هياكل بيانات", + "caption": "باحث في هياكل بيانات نينتندو", "picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=128", "github": "https://github.com/Kinnay" } From cacf6f1aba4fac0dc3223ddfbea0b243bc545f5b Mon Sep 17 00:00:00 2001 From: Eyad <57963367+Eyadplayz@users.noreply.github.com> Date: Sat, 21 Aug 2021 21:07:42 +0200 Subject: [PATCH 21/22] Updated the image and GitHub of Jon --- locales/Ar_ar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 4f41b29..9e8586d 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -72,8 +72,8 @@ { "name": "Jonathan Barrow (RedDucks)", "caption": "مالك المشروع والمطور الرئيسي", - "picture": "https://github.com/redduckss.png", - "github": "https://github.com/RedDuckss" + "picture": "https://github.com/jonbarrow.png", + "github": "https://github.com/jonbarrow" }, { "name": "Jemma (CaramelKat)", From d9aab806755ae0f3f8f16d39bcac385627802344 Mon Sep 17 00:00:00 2001 From: Eyad <57963367+Eyadplayz@users.noreply.github.com> Date: Mon, 23 Aug 2021 01:47:38 +0200 Subject: [PATCH 22/22] Update locales/Ar_ar.json Co-authored-by: mrjvs --- locales/Ar_ar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/Ar_ar.json b/locales/Ar_ar.json index 9e8586d..891771a 100644 --- a/locales/Ar_ar.json +++ b/locales/Ar_ar.json @@ -70,7 +70,7 @@ "text": "قابل الفريق وراء المشروع", "people": [ { - "name": "Jonathan Barrow (RedDucks)", + "name": "Jonathan Barrow (jonbarrow)", "caption": "مالك المشروع والمطور الرئيسي", "picture": "https://github.com/jonbarrow.png", "github": "https://github.com/jonbarrow"