ItemDetailPage/Misc

* fix "vendor in" mapper
 * add "fished in" mapper
 * move 'see-also' and 'same-model-as' tabs to the back of the tabs list
This commit is contained in:
Sarjuuk 2025-11-19 14:31:31 +01:00
parent 4cb544182d
commit 57665aaa9e
8 changed files with 101 additions and 66 deletions

View file

@ -2265,8 +2265,10 @@ $lang = array(
'uniqueEquipped'=> ["Einzigartig anlegbar", null, "Einzigartig angelegt: %s (%d)"],
'speed' => "Tempo",
'dps' => "(%.1f Schaden pro Sekunde)",
'vendorIn' => "Händlerstandpunkte",
'vendorLoc' => "Händlerstandpunkte",
'purchasedIn' => "Dieser Gegenstand kann gekauft werden in",
'fishingLoc' => "Angelplätze",
'fishedIn' => "Dieser Gegenstand kann geangelt werden in",
'duration' => array( // ITEM_DURATION_*
'',
"Dauer: %d Sek.",

View file

@ -2265,8 +2265,10 @@ $lang = array(
'uniqueEquipped'=> ["Unique-Equipped", null, "Unique-Equipped: %s (%d)"], // ITEM_UNIQUE_EQUIPPABLE, null, ITEM_LIMIT_CATEGORY_MULTIPLE
'speed' => "Speed", // SPEED
'dps' => "(%.1f damage per second)", // DPS_TEMPLATE
'vendorIn' => "Vendor Locations",
'vendorLoc' => "Vendor Locations",
'purchasedIn' => "This item can be purchased in",
'fishingLoc' => "Fishing Locations",
'fishedIn' => "This item can be fished in",
'duration' => array( // ITEM_DURATION_*
'',
"Duration: %d sec",

View file

@ -2265,8 +2265,10 @@ $lang = array(
'uniqueEquipped'=> ["Único-Equipado", null, "Único-Equipado: %s (%d)"],
'speed' => "Veloc.",
'dps' => "(%.1f daño por segundo)",
'vendorIn' => "Ubicación de Vendedores",
'purchasedIn' => "[This item can be purchased in]",
'vendorLoc' => "Ubicación de Vendedores",
'purchasedIn' => "Este objeto se puede comprar en",
'fishingLoc' => "Lugares de pesca",
'fishedIn' => "Este objeto se puede pescar en",
'duration' => array(
'',
"Duración: %d s",

View file

@ -2265,8 +2265,10 @@ $lang = array(
'uniqueEquipped'=> ["Unique - Equipé", null, "Unique - Equipé: %s (%d)"], // ITEM_UNIQUE_EQUIPPABLE, null, ITEM_LIMIT_CATEGORY_MULTIPLE
'speed' => "Vitesse",
'dps' => "(%.1f dégâts par seconde)",
'vendorIn' => "Lieux de vente",
'vendorLoc' => "Lieux de vente",
'purchasedIn' => "Cet objet peut être acheté dans",
'fishingLoc' => "Lieux de pêche",
'fishedIn' => "Cet objet peut être pêché dans",
'duration' => array(
'',
"Durée : %d sec",

View file

@ -2265,8 +2265,10 @@ $lang = array(
'uniqueEquipped'=> ["Уникальный использующийся", null, "Уникальный использующийся предмет: %s (%d)"],
'speed' => "Скорость",
'dps' => "(%.1f ед. урона в секунду)",
'vendorIn' => "Расположение торговца",
'vendorLoc' => "Расположение торговца",
'purchasedIn' => "Этот предмет приобретается в",
'fishingLoc' => "Места рыбной ловли",
'fishedIn' => "Этот предмет вылавливается в",
'duration' => array(
'',
"Срок действия: %d |4секунда:секунды:секунд;",

View file

@ -2265,8 +2265,10 @@ $lang = array(
'uniqueEquipped'=> ["装备唯一", null, "装备唯一:%s %d"],
'speed' => "速度",
'dps' => "(每秒伤害%.1f",
'vendorIn' => "[Vendor Locations]",
'vendorLoc' => "[Vendor Locations]",
'purchasedIn' => "[This item can be purchased in]",
'fishingLoc' => "钓鱼地点",
'fishedIn' => "此物品位于",
'duration' => array(
'',
"持续时间:%d秒",