NPC/MapModes

* try to improve map mode detection for NPCs again...
This commit is contained in:
Sarjuuk
2025-01-27 10:25:44 +01:00
parent 9da1e1575f
commit 40c2c63d1b
8 changed files with 37 additions and 39 deletions

View File

@@ -1004,7 +1004,7 @@ $lang = array(
'react' => "Reaktion",
'worth' => "Wert",
'unkPosition' => "Der Aufenthaltsort dieses NPCs ist nicht bekannt.",
'difficultyPH' => "Dieser NPC ist ein Platzhalter für einen anderen Modus von",
'difficultyPH' => 'Dieser NPC ist ein Platzhalter für einen anderen Modus von <a href="?npc=%1$d">%2$s</a>.',
'seat' => "Sitz",
'accessory' => "Zusätze",
'accessoryFor' => "Dieser NPC ist Zusatz für Fahrzeug",

View File

@@ -1005,7 +1005,7 @@ $lang = array(
'react' => "React",
'worth' => "Worth",
'unkPosition' => "The location of this NPC is unknown.",
'difficultyPH' => "This NPC is a placeholder for a different mode of",
'difficultyPH' => 'This NPC is a placeholder for a different mode of <a href="?npc=%1$d">%2$s</a>.',
'seat' => "Seat",
'accessory' => "Accessories",
'accessoryFor' => "This NPC is an accessory for vehicle",

View File

@@ -1004,7 +1004,7 @@ $lang = array(
'react' => "Reacción",
'worth' => "Valor",
'unkPosition' => "No se conoce la ubicación de este PNJ.",
'difficultyPH' => "Este PNJ es un marcador de posición para un modo diferente de",
'difficultyPH' => 'Este PNJ es un marcador de posición para un modo diferente de <a href="?npc=%1$d">%2$s</a>.',
'seat' => "Asiento",
'accessory' => "Accesorio",
'accessoryFor' => "Esta criatura es una accesorio para vehículo",

View File

@@ -1004,7 +1004,7 @@ $lang = array(
'react' => "Réaction",
'worth' => "Vaut",
'unkPosition' => "L'emplacement de ce PNJ est inconnu.",
'difficultyPH' => "Ce PNJ est un espace réservé pour un autre mode de difficulté.",
'difficultyPH' => 'Ce PNJ est un espace réservé pour un autre mode de difficulté <a href="?npc=%1$d">%2$s</a>.',
'seat' => "Siège",
'accessory' => "Passager",
'accessoryFor' => "Ce PNJ est un passager pour un véhicule.",

View File

@@ -1004,7 +1004,7 @@ $lang = array(
'react' => "Реакция",
'worth' => "Деньги",
'unkPosition' => "Местоположение этого НИП неизвестно.",
'difficultyPH' => "[Этот НИП является прототипом для другого режима]",
'difficultyPH' => '[Этот НИП является прототипом для другого режима <a href="?npc=%1$d">%2$s</a>.]',
'seat' => "[Seat]",
'accessory' => "[Accessory]",
'accessoryFor' => "[This creature is an accessory for vehicle]",

View File

@@ -1004,7 +1004,7 @@ $lang = array(
'react' => "反应",
'worth' => "价值",
'unkPosition' => "这个NPC的位置未知。",
'difficultyPH' => "这个NPC是不同模式下的占位符",
'difficultyPH' => '这个NPC是不同模式下的占位符 <a href="?npc=%1$d">%2$s</a>.',
'seat' => "Seat",
'accessory' => "附件",
'accessoryFor' => "这个NPC是载具的附件",