mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Update strings for the adhoc mode message
This commit is contained in:
@@ -1670,11 +1670,8 @@ u32 sceNetAdhocInit() {
|
||||
}
|
||||
|
||||
auto n = GetI18NCategory(I18NCat::NETWORKING);
|
||||
if (serverHasRelay) {
|
||||
g_OSD.Show(OSDType::MESSAGE_INFO, n->T("Started adhoc networking in relay mode"), 0.0f, "adhoc started in relay mode");
|
||||
} else {
|
||||
g_OSD.Show(OSDType::MESSAGE_INFO, n->T("Started adhoc networking in P2P mode"), 0.0f, "adhoc started in P2P mode");
|
||||
}
|
||||
std::string_view modeStr = serverHasRelay ? n->T("Relay server mode") : n->T("P2P mode");
|
||||
g_OSD.Show(OSDType::MESSAGE_INFO, ApplySafeSubstitutions("%1: %2", n->T("Ad Hoc multiplayer"), modeStr), 0.0f, "adhoc started");
|
||||
|
||||
// Return Success
|
||||
return hleLogInfo(Log::sceNet, 0, "at %08x", currentMIPS->pc);
|
||||
|
||||
@@ -1018,6 +1018,7 @@ Network connected = متصل بالشبكة
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = الشبكة تُطلق
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = وضع P2P # AI translated
|
||||
PacketRelayHint = متاح على الخوادم التي تقدم إعادة توجيه الحزمة 'aemu_postoffice'، مثل socom.cc. قم بتعطيل ذلك للعب الشبكة المحلية أو VPN. قد يكون أكثر موثوقية، لكنه أحيانًا أبطأ.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset (0 = PSP compatibility)
|
||||
@@ -1030,6 +1031,7 @@ Quick Chat 4 = الشات السريع 4
|
||||
Quick Chat 5 = الشات السريع 5
|
||||
QuickChat = الشات السريع
|
||||
Randomize = عشوائي
|
||||
Relay server mode = وضع خادم الترحيل # AI translated
|
||||
Send = إرسال
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1013,6 +1013,7 @@ Network connected = BAğlantı qoşulub
|
||||
Network functionality in this game is not guaranteed = Bu oyunda bağlantı söz verilmir
|
||||
Network initialized = Bağlantı başlandı
|
||||
Other versions of this game that should work: = Bu oyunun çalışası olan başqa sürümləri:
|
||||
P2P mode = P2P rejimi # AI translated
|
||||
PacketRelayHint = Socom.cc kimi 'aemu_postoffice' paket relayi təqdim edən serverlərdə mövcuddur. LAN və ya VPN oyunu üçün bunu deaktiv edin. Daha etibarlı ola bilər, amma bəzən yavaşdır.
|
||||
Please change your Port Offset = Port keçidinizi dəyişin
|
||||
Port offset = Port keçdi(0 = PSP uyumluğu)
|
||||
@@ -1025,6 +1026,7 @@ Quick Chat 4 = Tez danışıq 4
|
||||
Quick Chat 5 = Tez danışıq 5
|
||||
QuickChat = Tez danışıq
|
||||
Randomize = Təsadüfi
|
||||
Relay server mode = Relay server rejimi # AI translated
|
||||
Send = Göndər
|
||||
Send Discord Presence information = Discord "Bol Varlıq" bilgisini göndər
|
||||
Some network functionality in this game is not working = Bu oyundakı bəzi bağlantı işləvsəlliklər işləmir
|
||||
|
||||
@@ -977,6 +977,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Рэжым P2P # AI translated
|
||||
PacketRelayHint = Даступна на серверах, якія прапануюць реле пакета 'aemu_postoffice', як socom.cc. Адключыце гэта для LAN або VPN гульні. Можа быць больш надзейным, але часам павольным.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset (0 = PSP compatibility)
|
||||
@@ -989,6 +990,7 @@ Quick Chat 4 = Хуткі чат 4
|
||||
Quick Chat 5 = Хуткі чат 5
|
||||
QuickChat = Хуткі чат
|
||||
Randomize = Randomize
|
||||
Relay server mode = Рэжым сервера перасылкі # AI translated
|
||||
Send = Адправіць
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = P2P режим # AI translated
|
||||
PacketRelayHint = Наличен на сървъри, предоставящи реле на пакети 'aemu_postoffice', като socom.cc. Деактивирайте това за LAN или VPN игра. Може да е по-надеждно, но понякога по-бавно.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Режим на релейния сървър # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Mode P2P # AI translated
|
||||
PacketRelayHint = Disponible en servidors que ofereixen el relleu de paquets 'aemu_postoffice', com socom.cc. Desactiveu-ho per a jocs LAN o VPN. Pot ser més fiable, però de vegades més lent.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Mode de servidor de relleu # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Síť zavedena
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Režim P2P # AI translated
|
||||
PacketRelayHint = K dispozici na serverech, které poskytují přenos paketů 'aemu_postoffice', jako je socom.cc. Vypněte to pro hraní LAN nebo VPN. Může být spolehlivější, ale někdy pomalejší.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Odchylka portu (0 = Kompatibilita s PSP)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Režim reléového serveru # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Netværk er initialiseret
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = P2P-tilstand # AI translated
|
||||
PacketRelayHint = Tilgængelig på servere, der leverer 'aemu_postoffice' paketredegivelse, såsom socom.cc. Deaktiver dette til LAN- eller VPN-spil. Kan være mere pålidelig, men nogle gange langsommere.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP kompatibilitet)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Relayserver-tilstand # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -999,6 +999,7 @@ Network connected = Netzwerk verbunden
|
||||
Network functionality in this game is not guaranteed = Netzwerkfunktionalität in diesem Spiel ist nicht garantiert
|
||||
Network initialized = Netzwerk initialisiert
|
||||
Other versions of this game that should work: = Andere Versionen dieses Spiels, die funktionieren sollten:
|
||||
P2P mode = P2P-Modus # AI translated
|
||||
PacketRelayHint = Verfügbar auf Servern, die 'aemu_postoffice' Paketweiterleitung wie socom.cc anbieten. Deaktivieren Sie dies für LAN- oder VPN-Spiel. Kann zuverlässiger sein, aber manchmal langsamer.
|
||||
Please change your Port Offset = Bitte ändere deinen Port-Offset
|
||||
Port offset = Portverschiebung (0 = PSP-Kompatibilität)
|
||||
@@ -1011,6 +1012,7 @@ Quick Chat 4 = Schnell-Chat 4
|
||||
Quick Chat 5 = Schnell-Chat 5
|
||||
QuickChat =Schnell-Chat
|
||||
Randomize = Randomisieren
|
||||
Relay server mode = Relay-Server-Modus # AI translated
|
||||
Send = Senden
|
||||
Send Discord Presence information = Discord "Rich Presence"-Information senden
|
||||
Some network functionality in this game is not working = Einige Netzwerkfunktionen in diesem Spiel funktionieren nicht
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Mode P2P # AI translated
|
||||
PacketRelayHint = Tersedia di server yang menyediakan relai paket 'aemu_postoffice', seperti socom.cc. Nonaktifkan ini untuk permainan LAN atau VPN. Bisa lebih andal, tapi kadang-kadang lebih lambat.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Mode server relay # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1001,6 +1001,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = P2P mode
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset (0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@@ -1012,6 +1013,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Relay server mode
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1012,6 +1012,7 @@ Network functionality in this game is not guaranteed = La funcionalidad de la re
|
||||
Network initialized = Red inicializada
|
||||
Open PPSSPP Multiplayer Wiki Page = Abrir wiki sobre Multijugador en PPSSPP
|
||||
Other versions of this game that should work: = Otras versiones de este juego que deberían funcionar:
|
||||
P2P mode = Modo P2P # AI translated
|
||||
PacketRelayHint = Disponible en servidores que proporcionan el relé de paquetes 'aemu_postoffice', como socom.cc. Desactívelo para juegos LAN o VPN. Puede ser más fiable, pero a veces más lento.
|
||||
Please change your Port Offset = Por favor cambia el desplazamiento del puerto
|
||||
Port offset = Desplazamiento puerto (0 = compatibilidad PSP)
|
||||
@@ -1023,6 +1024,7 @@ Quick Chat 4 = Chat rápido 4
|
||||
Quick Chat 5 = Chat rápido 5
|
||||
QuickChat = Chat rápido
|
||||
Randomize = Aleatorio
|
||||
Relay server mode = Modo servidor de retransmisión # AI translated
|
||||
Send = Enviar
|
||||
Send Discord Presence information = Enviar información de "Rich Presence" a Discord
|
||||
Some network functionality in this game is not working = Algunas funciones de red en este juego no funcionan.
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Red conectada
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Juego en red iniciado
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Modo P2P # AI translated
|
||||
PacketRelayHint = Disponible en servidores que proporcionan el relé de paquetes 'aemu_postoffice', como socom.cc. Desactívelo para jugar en LAN o VPN. Puede ser más confiable, pero a veces más lento.
|
||||
Please change your Port Offset = Por favor cambia el offset del puerto.
|
||||
Port offset = Variar puerto de red (0 = compatibilidad con PSP)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Chat rápido 4
|
||||
Quick Chat 5 = Chat rápido 5
|
||||
QuickChat = Chat rápido
|
||||
Randomize = Randomize
|
||||
Relay server mode = Modo de servidor de retransmisión # AI translated
|
||||
Send = Enviar
|
||||
Send Discord Presence information = Enviar información al Discord "Rich Presence"
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = شبکه متصل شد
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = شبکه راهاندازی شد
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = حالت P2P # AI translated
|
||||
PacketRelayHint = در دسترس بر روی سرورهایی که انتقال بسته 'aemu_postoffice' را ارائه میدهند، مانند socom.cc. این را برای بازی LAN یا VPN غیرفعال کنید. میتواند قابل اعتمادتر باشد، اما گاهی اوقات کندتر.
|
||||
Please change your Port Offset = لطفا port offset را تغییر دهید
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = گپ سریع ۴
|
||||
Quick Chat 5 = گپ سریع ۵
|
||||
QuickChat = گپ سریع
|
||||
Randomize = تصادفیسازی
|
||||
Relay server mode = حالت سرور رله # AI translated
|
||||
Send = ارسال
|
||||
Send Discord Presence information = ارسال اطلاعات "Rich Presence" به دیسکورد
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = P2P-tila # AI translated
|
||||
PacketRelayHint = Saatavilla palvelimilla, jotka tarjoavat 'aemu_postoffice' -pakettivälityksen, kuten socom.cc. Poista tämä käytöstä LAN- tai VPN-pelissä. Voi olla luotettavampi, mutta joskus hitaampi.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Väyläpalvelimen tila # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Réseau initialisé !
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Mode P2P # AI translated
|
||||
PacketRelayHint = Disponible sur des serveurs proposant le relais de paquets 'aemu_postoffice', comme socom.cc. Désactivez cela pour le jeu en LAN ou VPN. Peut être plus fiable, mais parfois plus lent.
|
||||
Please change your Port Offset = Veuillez changer votre décalage de port
|
||||
Port offset = Décalage de port (0 = compatibilité PSP)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Chat rapide 4
|
||||
Quick Chat 5 = Chat rapide 5
|
||||
QuickChat = Chat rapide
|
||||
Randomize = Randomize
|
||||
Relay server mode = Mode serveur relais # AI translated
|
||||
Send = Envoyer
|
||||
Send Discord Presence information = Envoyer l'information "Rich Presence" de Discord
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Rede inicializada
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Modo P2P # AI translated
|
||||
PacketRelayHint = Disponible en servidores que ofrecen o relé de paquetes 'aemu_postoffice', como socom.cc. Desactívao para xogar en LAN ou VPN. Pode ser máis fiable, pero ás veces máis lento.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Modo servidor de retransmisión # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Δίκτυο Εκκινήθηκε
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Λειτουργία P2P # AI translated
|
||||
PacketRelayHint = Διαθέσιμο σε διακομιστές που παρέχουν τη μετάδοση πακέτων 'aemu_postoffice', όπως το socom.cc. Απενεργοποιήστε αυτό για παιχνίδι LAN ή VPN. Μπορεί να είναι πιο αξιόπιστο, αλλά μερικές φορές πιο αργό.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Offset πήλης(0 = για συμβατότητα PSP)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Λειτουργία διακομιστή αναμετάδοσης # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Αποστολή "Rich Presence" πληροφοριών σε Discord
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = מצב P2P # AI translated
|
||||
PacketRelayHint = זמין בשרתים המספקים העברת מנות 'aemu_postoffice', כמו socom.cc. השבת זאת למשחק LAN או VPN. עשוי להיות אמין יותר, אך לפעמים איטי יותר.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = מצב שרת ריליי # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1007,6 +1007,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = מצב P2P # AI translated
|
||||
PacketRelayHint = זמין בשרתים המספקים העברת מנות 'aemu_postoffice', כמו socom.cc. השבת זאת למשחק LAN או VPN. עשוי להיות אמין יותר, אך לפעמים איטי יותר.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1019,6 +1020,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = מצב שרת ריליי # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Veza Uspostavljena
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = P2P način # AI translated
|
||||
PacketRelayHint = Dostupno na poslužiteljima koji pružaju 'aemu_postoffice' prijenos paketa, poput socom.cc. Onemogućite ovo za LAN ili VPN igre. Može biti pouzdanije, ali ponekad sporije.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset (0 = PSP kompatibilnost)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Način relay servera # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Šalji Discord "Rich Presence" informaciju
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Hálózat csatlakozva
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Hálózat inicializálva
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = P2P mód # AI translated
|
||||
PacketRelayHint = Elérhető azokon a szervereken, amelyek 'aemu_postoffice' csomagátvitelt biztosítanak, mint például a socom.cc. Tiltsa le ezt LAN vagy VPN játékhoz. Lehet, hogy megbízhatóbb, de néha lassabb.
|
||||
Please change your Port Offset = Kérlek változtasd meg a port offsetet!
|
||||
Port offset = Port eltolás/offset (0 = PSP kompatibilitás)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Gyorsüzenet 4
|
||||
Quick Chat 5 = Gyorsüzenet 5
|
||||
QuickChat = Gyors chat
|
||||
Randomize = Véletlenszerű
|
||||
Relay server mode = Relay szerver mód # AI translated
|
||||
Send = Küldés
|
||||
Send Discord Presence information = "Rich Presence" információ küldése Discordnak
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Tersambung ke jaringan
|
||||
Network functionality in this game is not guaranteed = Fungsionalitas jaringan dalam game ini tidak dijamin
|
||||
Network initialized = Jaringan terinisiasi
|
||||
Other versions of this game that should work: = Versi lain dari game ini yang seharusnya berfungsi:
|
||||
P2P mode = Mode P2P # AI translated
|
||||
PacketRelayHint = Tersedia di server yang menyediakan relai paket 'aemu_postoffice', seperti socom.cc. Nonaktifkan ini untuk permainan LAN atau VPN. Bisa lebih handal, tetapi kadang-kadang lebih lambat.
|
||||
Please change your Port Offset = Harap ubah letak port Anda
|
||||
Port offset = Letak port (0 = kecocokan dengan PSP)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Obrolan cepat 4
|
||||
Quick Chat 5 = Obrolan cepat 5
|
||||
QuickChat = Obrolan cepat
|
||||
Randomize = Acak
|
||||
Relay server mode = Mode server relay # AI translated
|
||||
Send = Kirim
|
||||
Send Discord Presence information = Kirim informasi "Kritik dan Saran" ke Discord
|
||||
Some network functionality in this game is not working = Beberapa fungsi jaringan dalam game ini tidak berfungsi
|
||||
|
||||
@@ -978,6 +978,7 @@ Network connected = Rete connessa
|
||||
Network functionality in this game is not guaranteed = La funzionalità di rete in questo gioco non è garantita.
|
||||
Network initialized = Rete inizializzata
|
||||
Other versions of this game that should work: = Altre versioni di questo gioco che dovrebbero funzionare:
|
||||
P2P mode = Modalità P2P # AI translated
|
||||
PacketRelayHint = Disponibile su server che forniscono il relay di pacchetti 'aemu_postoffice', come socom.cc. Disabilita questo per il gioco LAN o VPN. Può essere più affidabile, ma a volte più lento.
|
||||
Please change your Port Offset = Prego, cambiare l'offset della porta
|
||||
Port offset = Offset Porta (0 = compatibilità PSP)
|
||||
@@ -990,6 +991,7 @@ Quick Chat 4 = Chat rapida 4
|
||||
Quick Chat 5 = Chat rapida 5
|
||||
QuickChat = Chat rapida
|
||||
Randomize = Randomizza
|
||||
Relay server mode = Modalità server relay # AI translated
|
||||
Send = Invia
|
||||
Send Discord Presence information = Invia informazioni Discord "Rich Presence"
|
||||
Some network functionality in this game is not working = Alcune funzionalità di rete in questo gioco non funzionano
|
||||
|
||||
@@ -977,6 +977,7 @@ Network connected = ネットワークに接続完了
|
||||
Network functionality in this game is not guaranteed = このゲームのネットワーク機能は保証されていません
|
||||
Network initialized = ネットワークを初期化
|
||||
Other versions of this game that should work: = このゲームで動作する他のバージョン:
|
||||
P2P mode = P2Pモード # AI translated
|
||||
PacketRelayHint = socom.ccのように、'aemu_postoffice'パケットリレーを提供するサーバーで利用可能です。LANまたはVPNプレイにはこれを無効にしてください。信頼性が高い場合もありますが、時には遅いことがあります。
|
||||
Please change your Port Offset = ポートオフセットを変更してください
|
||||
Port offset = ポートオフセット (0 = PSP互換)
|
||||
@@ -989,6 +990,7 @@ Quick Chat 4 = クイックチャット4
|
||||
Quick Chat 5 = クイックチャット5
|
||||
QuickChat = クイックチャット
|
||||
Randomize = ランダム化
|
||||
Relay server mode = リレサーバーモード # AI translated
|
||||
Send = 送信する
|
||||
Send Discord Presence information = Discordのプレゼンス情報を送信する
|
||||
Some network functionality in this game is not working = このゲームの一部のネットワーク機能が動作していません
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Jaringan diinisiasi
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Mode P2P # AI translated
|
||||
PacketRelayHint = Tersedia ing server sing nyedhiyakake relai paket 'aemu_postoffice', kaya socom.cc. Nonaktifake iki kanggo dolanan LAN utawa VPN. Bisa luwih bisa dipercaya, nanging kadhangkala luwih alon.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Mode server relay # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -977,6 +977,7 @@ Network connected = 네트워크 연결됨
|
||||
Network functionality in this game is not guaranteed = 이 게임의 네트워크 기능은 보장되지 않았음
|
||||
Network initialized = 네트워크 초기화
|
||||
Other versions of this game that should work: = 작동해야 하는 이 게임의 다른 버전:
|
||||
P2P mode = P2P 모드 # AI translated
|
||||
PacketRelayHint = socom.cc와 같이 'aemu_postoffice' 패킷 릴레이를 제공하는 서버에서 사용할 수 있습니다. LAN 또는 VPN 게임을 위해 이를 비활성화하십시오. 보다 신뢰할 수 있지만 때때로 느릴 수 있습니다.
|
||||
Please change your Port Offset = 포트 오프셋을 변경하세요.
|
||||
Port offset = 포트 오프셋 (0 = PSP 호환성)
|
||||
@@ -989,6 +990,7 @@ Quick Chat 4 = 빠른 채팅 4
|
||||
Quick Chat 5 = 빠른 채팅 5
|
||||
QuickChat = 빠른 채팅
|
||||
Randomize = 무작위화
|
||||
Relay server mode = 릴레이 서버 모드 # AI translated
|
||||
Send = 보내기
|
||||
Send Discord Presence information = 디스코드 "리치 프레즌스" 정보 보내기
|
||||
Some network functionality in this game is not working = 이 게임의 일부 네트워크 기능이 작동하지 않았음
|
||||
|
||||
@@ -991,6 +991,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Rejîma P2P # AI translated
|
||||
PacketRelayHint = Li ser serverên ku 'aemu_postoffice' paşverevaniya pakêtê pêşkêş dikin, wek socom.cc, amade ye. Ev ji bo lîstokê LAN an VPN vekirînin. Dikare be îtimadî bêtin, lê hinek caran hêsan e.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset (0 = PSP compatibility)
|
||||
@@ -1003,6 +1004,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Rejim serverê relê # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = ເລີ່ມການເຮັດວຽກລະບົບເຄື່ອຂ່າຍແລ້ວ
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = ແບບ P2P # AI translated
|
||||
PacketRelayHint = ມີໃຫ້ໃນເຊິ່ອບບໍ່ດຽວກັນໃນເຊິ່ອບ 'aemu_postoffice' ຂອງບໍ່ດຽວ , ເຊັ່ນນໍາ socom.cc. ປິດການນີ້ໃນການເລີ່ມງານ LAN ຫຼື VPN. ສາມາດເປັນຄວາມເຊື່ອງໄດ້, ແຕ່ບໍ່ໄດ້ສະເລີຍບໍ່ສະເພາະແຂງ.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = ພອຣ໌ດຊົດເຊີຍ (0 = ຄ່າເລີ່ມຕົ້ນຂອງ PSP)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = ແບບເຄື່ອງລົດລາ # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = P2P režimas # AI translated
|
||||
PacketRelayHint = Pasiekiama serveriuose, kurie teikia 'aemu_postoffice' paketų perdavimą, pvz., socom.cc. Išjunkite tai LAN arba VPN žaidimams. Gali būti patikimesnis, bet kartais lėtesnis.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Relės serverio režimas # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Mod P2P # AI translated
|
||||
PacketRelayHint = Tersedia di server yang menyediakan relay paket 'aemu_postoffice', seperti socom.cc. Matikan ini untuk permainan LAN atau VPN. Mungkin lebih dipercayai, tetapi kadang-kadang lebih perlahan.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Mod pelayan relay # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Netwerk geïnitialiseerd
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = P2P-modus # AI translated
|
||||
PacketRelayHint = Beschikbaar op servers die 'aemu_postoffice' pakketdoorsturing bieden, zoals socom.cc. Schakel dit uit voor LAN- of VPN-spel. Kan betrouwbaarder zijn, maar is soms langzamer.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Poortoffset (0 = PSP-compatibiliteit)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Relayservermodus # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Network initialized
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = P2P-modus # AI translated
|
||||
PacketRelayHint = Tilgjengelig på servere som tilbyr 'aemu_postoffice' pakkeforbindelse, som socom.cc. Deaktiver dette for LAN- eller VPN-spill. Kan være mer pålitelig, men noen ganger tregere.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Hurtigchat 4
|
||||
Quick Chat 5 = Hurtigchat 5
|
||||
QuickChat = Hurtigchat
|
||||
Randomize = Tilfeldiggjør
|
||||
Relay server mode = Relayservermodus # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1006,6 +1006,7 @@ Network connected = Połączono do sieci
|
||||
Network functionality in this game is not guaranteed = Funkcjonalność sieciowa w tej grze nie jest gwarantowana
|
||||
Network initialized = Sieć została zainicjowana
|
||||
Other versions of this game that should work: = Inne wersje tej gry, które powinny działać:
|
||||
P2P mode = Tryb P2P # AI translated
|
||||
PacketRelayHint = Dostępne na serwerach, które zapewniają przesył pakietów 'aemu_postoffice', takich jak socom.cc. Wyłącz to do gry w LAN lub VPN. Może być bardziej niezawodne, ale czasami wolniejsze.
|
||||
Please change your Port Offset = Proszę zmienić port
|
||||
Port offset = Zmień port (0 = zgodne z PSP)
|
||||
@@ -1018,6 +1019,7 @@ Quick Chat 4 = Szybki czat 4
|
||||
Quick Chat 5 = Szybki czat 5
|
||||
QuickChat = Szybki czat
|
||||
Randomize = Losuj
|
||||
Relay server mode = Tryb serwera relay # AI translated
|
||||
Send = Wyślij
|
||||
Send Discord Presence information = Przesyłaj informacje Discord Rich Presence
|
||||
Some network functionality in this game is not working = Niektóre funkcje sieciowe w tej grze nie działają
|
||||
|
||||
@@ -1001,6 +1001,7 @@ Network connected = Rede conectada
|
||||
Network functionality in this game is not guaranteed =A funcionalidade da rede neste jogo não é garantida
|
||||
Network initialized = Rede inicializada
|
||||
Other versions of this game that should work: = Outras versões deste jogo que devem funcionar:
|
||||
P2P mode = Modo P2P # AI translated
|
||||
Please change your Port Offset = Por favor mude seu deslocamento da porta
|
||||
Port offset = Deslocamento da porta (0 = Compatibilidade com o PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Abrir a Página do Multiplayer do Wiki do PPSSPP
|
||||
@@ -1012,6 +1013,7 @@ Quick Chat 4 = Bate-papo rápido 4
|
||||
Quick Chat 5 = Bate-papo rápido 5
|
||||
QuickChat = Bate-papo rápido
|
||||
Randomize = Tornar aleatório
|
||||
Relay server mode = Modo de servidor de retransmissão # AI translated
|
||||
Send = Enviar
|
||||
Send Discord Presence information = Enviar informação da "Presença Rica" no Discord
|
||||
Some network functionality in this game is not working = Algumas funcionalidades da rede neste jogo não estão funcionando
|
||||
|
||||
@@ -1001,6 +1001,7 @@ Network connected = Conectado à rede
|
||||
Network functionality in this game is not guaranteed = A funcionalidade de rede neste jogo não está otimizada
|
||||
Network initialized = Rede inicializada
|
||||
Other versions of this game that should work: = Outras versões deste jogo que devem funcionar:
|
||||
P2P mode = Modo P2P # AI translated
|
||||
PacketRelayHint = Disponível em servidores que oferecem retransmissão de pacotes 'aemu_postoffice', como socom.cc. Desativa isto para jogos LAN ou VPN. Pode ser mais compatível, mas por vezes mais lento.
|
||||
Please change your Port Offset = Por favor muda o teu offset da porta
|
||||
Port offset = Offset da porta (0 = Compatibilidade com a PSP)
|
||||
@@ -1013,6 +1014,7 @@ Quick Chat 4 = Chat rápido 4
|
||||
Quick Chat 5 = Chat rápido 5
|
||||
QuickChat = Chat rápido
|
||||
Randomize = Aleatorizar
|
||||
Relay server mode = Modo de servidor relay # AI translated
|
||||
Send = Enviar
|
||||
Send Discord Presence information = Enviar informação de "Rich Presence" no Discord
|
||||
Some network functionality in this game is not working = Algumas funcionalidades de rede deste jogo não são compatíveis
|
||||
|
||||
@@ -1011,6 +1011,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Rețea inițializată
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Mod P2P # AI translated
|
||||
PacketRelayHint = Disponibil pe servere care oferă redirecționarea pachetelor 'aemu_postoffice', cum ar fi socom.cc. Dezactivați aceasta pentru jocurile LAN sau VPN. Poate fi mai fiabil, dar uneori mai lent.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1023,6 +1024,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Mod server relay # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -977,6 +977,7 @@ Network connected = Сеть подключена
|
||||
Network functionality in this game is not guaranteed = Сетевая функциональность в этой игре не гарантируется
|
||||
Network initialized = Сеть инициализирована
|
||||
Other versions of this game that should work: = Другие версии этой игры, которые должны работать:
|
||||
P2P mode = Режим P2P # AI translated
|
||||
PacketRelayHint = Доступно на серверах, предоставляющих ретрансляцию пакета 'aemu_postoffice', таких как socom.cc. Отключите для игр в LAN или VPN. Может быть надежнее, но иногда медленнее.
|
||||
Please change your Port Offset = Пожалуйста, измените ваше смещение порта
|
||||
Port offset = Смещение порта (0 = совместимость с PSP)
|
||||
@@ -989,6 +990,7 @@ Quick Chat 4 = Быстрый чат 4
|
||||
Quick Chat 5 = Быстрый чат 5
|
||||
QuickChat = Быстрый чат
|
||||
Randomize = Случайный
|
||||
Relay server mode = Режим релейного сервера # AI translated
|
||||
Send = Отправить
|
||||
Send Discord Presence information = Отправлять информацию об игре в Discord
|
||||
Some network functionality in this game is not working = Некоторые сетевые функции в этой игре не работают
|
||||
|
||||
@@ -978,6 +978,7 @@ Network connected = Nätverk uppkopplat
|
||||
Network functionality in this game is not guaranteed = Nätverksfunktionalitet i detta spel kan ej garanteras
|
||||
Network initialized = Nätverk initierat
|
||||
Other versions of this game that should work: = Andra versioner av spelet som bör fungera:
|
||||
P2P mode = P2P-läge # AI translated
|
||||
PacketRelayHint = Tillgänglig på servrar som tillhandahåller 'aemu_postoffice' paketviderebefordran, som socom.cc. Stäng av detta för LAN- eller VPN-spel. Kan vara mer pålitligt, men ibland långsammare.
|
||||
Please change your Port Offset = Vänligen ändra din port-offset
|
||||
Port offset = Port offset (0 = PSP-kompatibilitet)
|
||||
@@ -990,6 +991,7 @@ Quick Chat 4 = Snabbchatt 4
|
||||
Quick Chat 5 = Snabbchatt 5
|
||||
QuickChat = Snabbchatt
|
||||
Randomize = Slumpa
|
||||
Relay server mode = Relayserverläge # AI translated
|
||||
Send = Skicka
|
||||
Send Discord Presence information = Visa Discord "Rich Presence"-information
|
||||
Some network functionality in this game is not working = Viss nätverksfunktionalitet i detta spel fungerar ej
|
||||
|
||||
@@ -1011,6 +1011,7 @@ Network connected = Konektado ang network
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Na-initialize ang network
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Режими P2P # AI translated
|
||||
PacketRelayHint = Доступен на серверах, которые предоставляют ретрансляцию пакетов 'aemu_postoffice', таких как socom.cc. Отключите это для игр в LAN или VPN. Может быть более надежным, но иногда медленнее.
|
||||
Please change your Port Offset = Mangyaring baguhin ang iyong port offset
|
||||
Port offset = Port offset (0 = PSP compatibility)
|
||||
@@ -1023,6 +1024,7 @@ Quick Chat 4 = Mabilis na chat 4
|
||||
Quick Chat 5 = Mabilis na chat 5
|
||||
QuickChat = Mabilis na chat
|
||||
Randomize = I-randomize
|
||||
Relay server mode = Режими сервери релей # AI translated
|
||||
Send = I-Send
|
||||
Send Discord Presence information = Magpadala ng impormasyon sa 'Rich Presence' ni Discord.
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1029,6 +1029,7 @@ Network connected = เชื่อมต่อกับเครือข่า
|
||||
Network functionality in this game is not guaranteed = ฟังก์ชั่นการทำงานของเครือข่ายในเกมนี้ไม่รับประกัน
|
||||
Network initialized = เริ่มการทำงานของเครือข่ายเรียบร้อย
|
||||
Other versions of this game that should work: = เวอร์ชั่นอื่นๆ ของเกมนี้ ที่ใช้งานได้:
|
||||
P2P mode = โหมด P2P # AI translated
|
||||
PacketRelayHint = มีให้บริการบนเซิร์ฟเวอร์ที่ให้การส่งต่อแพ็กเก็ต 'aemu_postoffice' เช่น socom.cc ปิดการใช้งานนี้สำหรับการเล่น LAN หรือ VPN อาจเชื่อถือได้มากขึ้น แต่บางครั้งช้ากว่า
|
||||
Please change your Port Offset = กรุณาเปลี่ยนค่าของพอร์ตชดเชย
|
||||
Port offset = พอร์ตชดเชย (0 = ค่าเริ่มต้นของ PSP)
|
||||
@@ -1041,6 +1042,7 @@ Quick Chat 4 = แชทด่วน 4
|
||||
Quick Chat 5 = แชทด่วน 5
|
||||
QuickChat = แชทด่วน
|
||||
Randomize = กดสุ่มค่า
|
||||
Relay server mode = โหมดเซิร์ฟเวอร์รีเลย์ # AI translated
|
||||
Send = ส่ง
|
||||
Send Discord Presence information = แสดงชื่อเกมที่กำลังเล่นอยู่ไปยังแอพ Discord
|
||||
Some network functionality in this game is not working = ฟังก์ชั่นของเครือข่ายบางอย่างในเกมนี้อาจจะใช้งานไม่ได้
|
||||
|
||||
@@ -1012,6 +1012,7 @@ Network connected = Ağ bağlandı
|
||||
Network functionality in this game is not guaranteed = Bu oyunda ağ işlevselliği garanti edilmez
|
||||
Network initialized = Ağ anahtarı
|
||||
Other versions of this game that should work: = Bu oyunun çalışması gereken diğer sürümleri:
|
||||
P2P mode = P2P modu # AI translated
|
||||
PacketRelayHint = socom.cc gibi 'aemu_postoffice' paket iletimi sağlayan sunucularda mevcuttur. Bunun LAN veya VPN oyunlarında devre dışı bırakın. Daha güvenilir olabilir, ancak bazen yavaşlayabilir.
|
||||
Please change your Port Offset = Lütfen Port Ofsetinizi değiştirin
|
||||
Port offset = Port Ofset
|
||||
@@ -1024,6 +1025,7 @@ Quick Chat 4 = Hızlı Sohbet 4
|
||||
Quick Chat 5 = Hızlı Sohbet 5
|
||||
QuickChat = Hızlı Sohbet
|
||||
Randomize = Rastgeleleştir
|
||||
Relay server mode = Relay sunucu modu # AI translated
|
||||
Send = Gönder
|
||||
Send Discord Presence information = Discord Zengin Varlık Bilgisi Gönder
|
||||
Some network functionality in this game is not working = Bu oyundaki bazı ağ işlevleri çalışmıyor
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Підключено до мережі
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Мережа ініціалізована
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Режим P2P # AI translated
|
||||
PacketRelayHint = Доступно на серверах, що забезпечують реле пакетів 'aemu_postoffice', таких як socom.cc. Вимкніть це для LAN або VPN ігор. Може бути більш надійним, але іноді повільнішим.
|
||||
Please change your Port Offset = Будь ласка, змініть зміщення порту
|
||||
Port offset = Зсув порту (0 = сумісність з PSP)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Швидка теревеня 4
|
||||
Quick Chat 5 = Швидка теревеня 5
|
||||
QuickChat = Швидка теревеня
|
||||
Randomize = рандомізувати
|
||||
Relay server mode = Режим релейного сервера # AI translated
|
||||
Send = Надіслати
|
||||
Send Discord Presence information = Відправляти інформацію про гру в Діскорд
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = Network connected
|
||||
Network functionality in this game is not guaranteed = Network functionality in this game is not guaranteed
|
||||
Network initialized = Mạng đã được khởi tạo
|
||||
Other versions of this game that should work: = Other versions of this game that should work:
|
||||
P2P mode = Chế độ P2P # AI translated
|
||||
PacketRelayHint = Có sẵn trên các máy chủ cung cấp dịch vụ chuyển tiếp gói 'aemu_postoffice', như socom.cc. Vô hiệu hóa điều này cho trò chơi LAN hoặc VPN. Có thể đáng tin cậy hơn, nhưng đôi khi chậm hơn.
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
@@ -1022,6 +1023,7 @@ Quick Chat 4 = Quick chat 4
|
||||
Quick Chat 5 = Quick chat 5
|
||||
QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Relay server mode = Chế độ máy chủ relay # AI translated
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Some network functionality in this game is not working = Some network functionality in this game is not working
|
||||
|
||||
@@ -1010,6 +1010,7 @@ Network connected = 网络已连接
|
||||
Network functionality in this game is not guaranteed = 此游戏中的网络功能无法保证
|
||||
Network initialized = 网络已初始化
|
||||
Other versions of this game that should work: = 此游戏的其他版本应该可以运行:
|
||||
P2P mode = P2P模式 # AI translated
|
||||
PacketRelayHint = 可在提供'aemu_postoffice'数据包中继的服务器上使用,如socom.cc。对于LAN或VPN游戏,请禁用此功能。可能更可靠,但有时较慢。
|
||||
Please change your Port Offset = 请更改您的端口偏移
|
||||
Port offset = 端口偏移 (0 = 兼容PSP)
|
||||
@@ -1023,6 +1024,7 @@ Quick Chat 4 = 快速聊天4
|
||||
Quick Chat 5 = 快速聊天5
|
||||
QuickChat = 快速聊天
|
||||
Randomize = 随机生成
|
||||
Relay server mode = 中继服务器模式 # AI translated
|
||||
Send = 发送
|
||||
Send Discord Presence information = Discord 显示在线状态
|
||||
Some network functionality in this game is not working = 此游戏中的某些网络功能不起作用
|
||||
|
||||
@@ -977,6 +977,7 @@ Network connected = 網路已連線
|
||||
Network functionality in this game is not guaranteed = 此遊戲中的網路功能無法保證
|
||||
Network initialized = 網路已初始化
|
||||
Other versions of this game that should work: = 此遊戲其他應該可工作的版本:
|
||||
P2P mode = P2P模式 # AI translated
|
||||
PacketRelayHint = 可在提供'aemu_postoffice'數據包中繼的伺服器上使用,如socom.cc。對於LAN或VPN遊戲,請禁用此功能。可能更可靠,但有時速度較慢。
|
||||
Please change your Port Offset = 請變更您的連接埠位移
|
||||
Port offset = 連接埠位移 (0 = PSP 相容性)
|
||||
@@ -989,6 +990,7 @@ Quick Chat 4 = 快速聊天 4
|
||||
Quick Chat 5 = 快速聊天 5
|
||||
QuickChat = 快速聊天
|
||||
Randomize = 隨機
|
||||
Relay server mode = 中繼伺服器模式 # AI translated
|
||||
Send = 傳送
|
||||
Send Discord Presence information = 傳送 Discord「Rich Presence」資訊
|
||||
Some network functionality in this game is not working = 此遊戲中的某些網路功能無法工作
|
||||
|
||||
Reference in New Issue
Block a user