From cbbaa6e9ceffd62f703ee41bcad26ed903662442 Mon Sep 17 00:00:00 2001 From: DexterHuang Date: Thu, 9 Nov 2023 07:36:21 +0800 Subject: [PATCH] Mythic update --- contribution/es/translation.json | 370 ++++++++++++++++++++------ contribution/id/translation.json | 372 ++++++++++++++++++++------ contribution/ja/translation.json | 374 +++++++++++++++++++++------ contribution/ko/translation.json | 374 +++++++++++++++++++++------ contribution/ru/translation.json | 370 ++++++++++++++++++++------ contribution/zh-TW/translation.json | 388 ++++++++++++++++++++++------ update-log.md | 14 + 7 files changed, 1786 insertions(+), 476 deletions(-) diff --git a/contribution/es/translation.json b/contribution/es/translation.json index ec7ec428..b0347bd9 100644 --- a/contribution/es/translation.json +++ b/contribution/es/translation.json @@ -309,8 +309,8 @@ }, "apartmentPurchasePage": { "confirmDescription": { - "eng": "Are you sure you want to rent this apartment? if you already has an apartment, it will be dismissed.", - "trans": "¿Estás seguro de que quieres alquilar este apartamento? Si ya tienes un apartamento, se descartará." + "eng": "Are you sure you want to rent this apartment? if you already have an apartment, it will be dismissed.", + "trans": "¿Estás seguro/a de que quieres alquilar este apartamento? Si ya tienes un apartamento, se descartará." }, "confirmTitle": { "eng": "Confirm Rental", @@ -399,6 +399,44 @@ } } }, + "autoCalibrationPage": { + "calibrate": { + "eng": "Start Auto Calibration", + "trans": "Iniciar calibración automática" + }, + "description": { + "eng": "Calibrate to calibration level ${caliLevel}", + "trans": "Calibrar al nivel de calibración ${caliLevel}" + }, + "destroyChance": { + "eng": "Destroy chance:", + "trans": "Probabilidad de destrucción:" + }, + "maxed": { + "eng": "Max Calibration Reached", + "trans": "Máxima Calibración Alcanzada" + }, + "noChance": { + "eng": "Success chance is zero", + "trans": "La probabilidad de éxito es cero" + }, + "noItem": { + "eng": "No item found", + "trans": "No se encontró ningún objeto" + }, + "stop": { + "eng": "Interrupt Auto Calibration", + "trans": "Interrumpir Calibración Automática" + }, + "successChance": { + "eng": "Success chance:", + "trans": "Probabilidad de éxito:" + }, + "tip": { + "eng": "Automatically calibrate and repair your item until it have successfully calibrated it once, or if you stopped the process.", + "trans": "Calibra y repara automáticamente tu objeto hasta que se haya calibrado con éxito una vez, o si detuviste el proceso." + } + }, "backgroundTask": { "cancelConfirmCancel": { "eng": "Terminate task", @@ -1164,6 +1202,10 @@ "selectAmount": { "eng": "Select amount", "trans": "Seleccionar cantidad" + }, + "selectRecipe": { + "eng": "Select a recipe below", + "trans": "Selecciona una receta abajo" } }, "costDisplay": { @@ -2356,6 +2398,10 @@ "eng": "You cannot place bounty on this player", "trans": "No puedes poner una recompensa en este jugador" }, + "cannotPlaceBountyOnLowLevel": { + "eng": "You cannot place bounty on players lower than level ${level}", + "trans": "No puedes poner recompensa a jugadores de nivel inferior a ${level}" + }, "cannotPlaceBountyOnSelf": { "eng": "You cannot place bounty on yourself", "trans": "No puedes poner una recompensa sobre ti mismo" @@ -2531,9 +2577,13 @@ } }, "itemCalibrateTab": { + "autoCalibrate": { + "eng": "Auto Calibrate", + "trans": "Auto Calibrar" + }, "caliButton": { "des": { - "eng": "Comsumes one ${itemName}", + "eng": "Consumes one ${itemName}", "trans": "Consume uno ${itemName}" }, "title": { @@ -2541,32 +2591,54 @@ "trans": "Calibrar" } }, - "destroyChance": { - "eng": "There is ${destroyChance}% chance of item being destroyed on failure. You can attempt to repair a destroyed item in the ${repairNpc}.", - "trans": "Hay un ${destroyChance}% de probabilidad de que el objeto se destruya en caso de fallo. Puedes intentar reparar un objeto destruido en el ${repairNpc}." + "destroyChance2": { + "eng": "destroy chance", + "trans": "oportunidad de destrucción" + }, + "destroyChanceInfo": { + "description1": { + "eng": "Destroy chance is the chance of the item being destroyed when calibration failed.", + "trans": "La probabilidad de destrucción es la posibilidad de que el objeto se destruya cuando la calibración falla." + }, + "description2": { + "eng": "A destroyed item can be repaired at ${npcName} with ${item}", + "trans": "Un objeto destruido puede ser reparado en ${npcName} con ${item}" + }, + "title": { + "eng": "Destroy chance", + "trans": "Probabilidad de destrucción" + } }, "maxCalibration": { "description": { - "eng": "This item has reached the maximum amount of calibrations. you may upgrade the tier of the item to increase the maximum times it can be calibrated.", - "trans": "Este objeto ha alcanzado la cantidad máxima de calibraciones. Puedes mejorar el nivel del objeto para aumentar la cantidad máxima de veces que se puede calibrar." + "eng": "you can increase the max calibration capacity by upgrading the item using ${item}", + "trans": "Puedes aumentar la capacidad máxima de calibración mejorando el objeto usando ${item}" }, "title": { "eng": "Max Calibration", "trans": "Calibración Máxima" } }, + "noChance": { + "eng": "Success chance is zero", + "trans": "La probabilidad de éxito es cero" + }, "selectOptimizer": { "eng": "Select optimizer", "trans": "Seleccionar optimizador" }, + "skipAnimation": { + "eng": "Skip animation", + "trans": "Saltar animación" + }, "successChance": { "eng": "Success chance", "trans": "Probabilidad de éxito" }, "tip": { "noOptimizer": { - "eng": "You can use a optimizer to improve your calibration process", - "trans": "Puedes utilizar un optimizador para mejorar tu proceso de calibración" + "eng": "You can use a optimizer to improve your calibration chances.", + "trans": "Puedes utilizar un optimizador para mejorar tus posibilidades de calibración." } } }, @@ -2590,8 +2662,8 @@ }, "itemDestroyed": { "des2": { - "eng": "You can attempt to repair it in the ${repairNpc}", - "trans": "Puedes intentar repararlo en el ${repairNpc}" + "eng": "You can repair this item at the ${repairNpc}", + "trans": "Puedes reparar este objeto en el ${repairNpc}" }, "repairButton": { "eng": "Repair", @@ -2757,6 +2829,16 @@ "eng": "Each repair attempt has ${chance}% chance of success and costs one ${repairItem}. the 10th time is guaranteed to succeed.", "trans": "Cada intento de reparación tiene una probabilidad de éxito de ${chance}% y cuesta un ${repairItem}. La décima vez tiene garantizado el éxito." }, + "autoRepair": { + "title": { + "eng": "Auto repair", + "trans": "Reparación automática" + } + }, + "autoRepairComplete": { + "eng": "Repair completed!", + "trans": "¡Reparación completada!" + }, "itemSelectModal": { "title": { "eng": "Select the item to repair", @@ -2773,6 +2855,12 @@ "trans": "Reparar" } }, + "skipAnimation": { + "title": { + "eng": "Skip animation", + "trans": "Saltar animación" + } + }, "title": { "eng": "Equipment Repair", "trans": "Reparación de equipo" @@ -2935,6 +3023,12 @@ "trans": "Mejora" } }, + "itemUpgradeShard": { + "name": { + "eng": "Item Upgrade Shard", + "trans": "Fragmento de mejora de objeto" + } + }, "lowerArmor": { "name": { "eng": "Lower Armor", @@ -3167,6 +3261,16 @@ "trans": "Fragmento de calibración" } }, + "calibrationStabilizer1": { + "description": { + "eng": "Use during calibration to increase chance of success by ${percent}%", + "trans": "Utilizar durante la calibración para aumentar la probabilidad de éxito en un ${percent}%" + }, + "name": { + "eng": "Calibration Stabilizer", + "trans": "Estabilizador de calibración" + } + }, "clanMaintenanceResource": { "description": { "eng": "Use to contribute to gang maintenance", @@ -3189,8 +3293,8 @@ }, "commonLevelShard": { "description": { - "eng": "Use to level up an common item to its next level", - "trans": "Utilizar para subir de nivel un objeto común al siguiente nivel" + "eng": "you can use this item to level up an ${tier} item to its next level", + "trans": "Puedes utilizar este objeto para subir de nivel un objeto de ${tier} a su siguiente nivel" }, "name": { "eng": "Common Level Shard", @@ -3228,30 +3332,18 @@ } }, "epicLevelShard": { - "description": { - "eng": "Use to level up an epic item to its next level", - "trans": "Utilizar para subir de nivel un objeto épico al siguiente nivel" - }, "name": { "eng": "Epic Level Shard", "trans": "Fragmento de Nivel Épico" } }, "epicResetShard": { - "description": { - "eng": "Use to reset a epic item with new traits by chance", - "trans": "Utilizar para restablecer un objeto épico con nuevos rasgos al azar" - }, "name": { "eng": "Epic Reset Shard", "trans": "Fragmento de Reinicio Épico" } }, "epicUpgradeShard": { - "description": { - "eng": "Use to upgrade an unique item to epic tier", - "trans": "Utilizar para mejorar un objeto único a la categoría épica" - }, "name": { "eng": "Epic Upgrade Shard", "trans": "Fragmento de Mejora Épica" @@ -3355,6 +3447,54 @@ "trans": "Fragmento de nivel" } }, + "key": { + "generalDescription": { + "eng": "A key that can be used to unlock a ${containerName}.", + "trans": "Una llave que se puede utilizar para abrir un ${containerName}." + } + }, + "key1": { + "name": { + "eng": "Uncommon Container Key", + "trans": "Llave de Contenedor Poco Común" + } + }, + "key2": { + "name": { + "eng": "Rare Container Key", + "trans": "Llave de contenedor raro" + } + }, + "key3": { + "name": { + "eng": "Unique Container Key", + "trans": "Llave de contenedor única" + } + }, + "keyFragment": { + "generalDescription": { + "eng": "Collect ${amount} of these to create a ${keyName} that can be used to unlock a ${containerName}.", + "trans": "Recolecta ${amount} de estos para crear una ${keyName} que se puede utilizar para desbloquear un ${containerName}." + } + }, + "keyFragment1": { + "name": { + "eng": "Uncommon Key Fragment", + "trans": "Fragmento de llave poco común" + } + }, + "keyFragment2": { + "name": { + "eng": "Rare Key Fragment", + "trans": "Fragmento de llave raro" + } + }, + "keyFragment3": { + "name": { + "eng": "Unique Key Fragment", + "trans": "Fragmento de llave único" + } + }, "levelLootBox1": { "description": { "eng": "Special reward container obtained from clearing hard or above difficulty strongholds in locations", @@ -3367,8 +3507,8 @@ }, "lootBox1": { "description": { - "eng": "A common container that contains a random item.", - "trans": "Un contenedor común que contiene un objeto aleatorio." + "eng": "A common container that contains random items.", + "trans": "Un contenedor común que contiene objetos aleatorios." }, "name": { "eng": "Common Container", @@ -3377,12 +3517,22 @@ }, "lootBox2": { "description": { - "eng": "A uncommon container that contains a random item.", - "trans": "Un contenedor poco común que contiene un objeto aleatorio." + "eng": "A uncommon container that contains random items.", + "trans": "Un contenedor poco común que contiene objetos aleatorios." }, "name": { - "eng": "Uncommon Container", - "trans": "Contenedor Poco Común" + "eng": "Locked Uncommon Container", + "trans": "Contenedor Poco Común Bloqueado" + } + }, + "lootBox3": { + "description": { + "eng": "A rare container that contains random items.", + "trans": "Un contenedor raro que contiene objetos aleatorios." + }, + "name": { + "eng": "Locked Rare Container", + "trans": "Contenedor Raro Bloqueado" } }, "lootDoorKey": { @@ -3455,6 +3605,24 @@ "trans": "EuroDólar" } }, + "mythicLevelShard": { + "name": { + "eng": "Mythic Level Shard", + "trans": "Fragmento de nivel mítico" + } + }, + "mythicResetShard": { + "name": { + "eng": "Mythic Reset Shard", + "trans": "Fragmento de Reinicio Mítico" + } + }, + "mythicUpgradeShard": { + "name": { + "eng": "Mythic Upgrade Shard", + "trans": "Fragmento de Mejora Mítica" + } + }, "netcoin": { "description": { "eng": "NetCoin is a digital currency mainly used in black market transactions. It is untraceable and can be used to purchase illegal goods and services.", @@ -3522,30 +3690,18 @@ } }, "rareLevelShard": { - "description": { - "eng": "Use to level up an rare item to its next level", - "trans": "Utilizar para subir de nivel un objeto raro a su siguiente nivel" - }, "name": { "eng": "Rare Level Shard", "trans": "Fragmento de nivel raro" } }, "rareResetShard": { - "description": { - "eng": "Use to reset a rare item with new traits by chance", - "trans": "Utilizar para restablecer un objeto raro con nuevos rasgos al azar" - }, "name": { "eng": "Rare Reset Shard", "trans": "Fragmento de Reinicio Raro" } }, "rareUpgradeShard": { - "description": { - "eng": "Use to upgrade an uncommon item to rare tier", - "trans": "Utilizar para mejorar un objeto poco común a nivel de rareza épica" - }, "name": { "eng": "Rare Upgrade Shard", "trans": "Fragmento de mejora raro" @@ -3561,6 +3717,12 @@ "trans": "Reparador Nano" } }, + "resetGeneral": { + "description": { + "eng": "Use to reset a ${tier} item with new random prefixes", + "trans": "Utilizar para reiniciar un objeto de ${tier} con nuevos prefijos aleatorios" + } + }, "rewardCipher": { "description": { "eng": "Used to re-roll quest reward.", @@ -3648,60 +3810,46 @@ } }, "uncommonLevelShard": { - "description": { - "eng": "Use to level up an uncommon item to its next level", - "trans": "Utilizar para subir de nivel un objeto poco común a su siguiente nivel" - }, "name": { "eng": "Uncommon Level Shard", "trans": "Fragmento de nivel poco común" } }, "uncommonResetShard": { - "description": { - "eng": "Use to reset a uncommon item with new traits by chance", - "trans": "Utilizar para restablecer un objeto poco común con nuevos rasgos por casualidad" - }, "name": { "eng": "Uncommon Reset Shard", "trans": "Fragmento de Reinicio Poco Común" } }, "uncommonUpgradeShard": { - "description": { - "eng": "Use to upgrade an common item to uncommon tier", - "trans": "Utilizar para mejorar un objeto común a una categoría poco común" - }, "name": { "eng": "Uncommon Upgrade Shard", "trans": "Fragmento de mejora poco común" } }, "uniqueLevelShard": { - "description": { - "eng": "Use to level up an unique item to its next level", - "trans": "Utilizar para subir de nivel un objeto único a su siguiente nivel" - }, "name": { "eng": "Unique Level Shard", "trans": "Fragmento de nivel único" } }, - "uniqueResetShard": { + "uniqueLootBox": { "description": { - "eng": "Use to reset a unique item with new traits by chance", - "trans": "Utilizar para restablecer un objeto único con nuevos rasgos al azar" + "eng": "A unique container that contains random items.", + "trans": "Un contenedor único que contiene objetos aleatorios." }, + "name": { + "eng": "Locked Unique Container", + "trans": "Contenedor Único Bloqueado" + } + }, + "uniqueResetShard": { "name": { "eng": "Unique Reset Shard", "trans": "Fragmento de Reinicio Único" } }, "uniqueUpgradeShard": { - "description": { - "eng": "Use to upgrade an rare item to unique tier", - "trans": "Utilizar para mejorar un objeto raro a la categoría única" - }, "name": { "eng": "Unique Upgrade Shard", "trans": "Fragmento de Mejora Único" @@ -3717,6 +3865,12 @@ "trans": "Dólares Universales" } }, + "upgradeGeneral": { + "description": { + "eng": "Use to upgrade an ${fromTier} item to ${toTier}", + "trans": "Utilizar para mejorar un objeto de ${fromTier} a ${toTier}" + } + }, "upperArmor": { "description": { "eng": "A piece of equipment that protects the upper body.", @@ -5569,9 +5723,9 @@ "eng": "You need to be at least level ${level} to place a hit.", "trans": "Necesitas ser al menos nivel ${level} para realizar un ataque." }, - "notEnoughUnitError": { - "eng": "Minimum hit bounty is ${minNormal} or ${minUnit}", - "trans": "La recompensa mínima por golpe es de ${minNormal} o ${minUnit}" + "notEnoughUnitError1": { + "eng": "Minimum hit bounty is ${minNormal}", + "trans": "La recompensa mínima por golpe es de ${minNormal}" }, "placeHit": { "eng": "Place hit", @@ -5973,6 +6127,14 @@ "eng": "You will receive the following items when your friend reaches level ${level}.", "trans": "Recibirás los siguientes objetos cuando tu amigo alcance el nivel ${level}." }, + "share": { + "eng": "Share now", + "trans": "Compartir ahora" + }, + "shareText": { + "eng": "hey! checkout this awesome text based MMORPG! enter my name \"${name}\" as referral when you create your character!", + "trans": "¡Oye! ¡Echa un vistazo a este increíble MMORPG basado en texto! ¡Ingresa mi nombre \"${name}\" como recomendación cuando crees tu personaje!" + }, "title": { "eng": "Invite your friends", "trans": "Invita a tus amigos" @@ -6271,6 +6433,12 @@ "trans": "Actualizar objetos de la tienda" } }, + "renderMessage": { + "tier": { + "eng": "${tier} Tier", + "trans": "Nivel ${tier}" + } + }, "repairAnimationPopup": { "confirm": { "eng": "Confirm", @@ -6408,6 +6576,12 @@ } }, "rewardReceivedModal": { + "calibrationSuccess": { + "title": { + "eng": "Calibration Success", + "trans": "Calibración Exitosa" + } + }, "defeatEnemy": { "title": { "eng": "Victory", @@ -6493,6 +6667,10 @@ "eng": "You cannot engage a player that is more than ${levelDiff} levels higher or below you", "trans": "No puedes enfrentarte a un jugador que tenga ${levelDiff} niveles más altos o más bajos que tú" }, + "notEnoughMoneyPvp": { + "eng": "You need at least ${money} to engage in PvP", + "trans": "Necesitas al menos ${dinero} para participar en PvP" + }, "notEnoughPsychosis": { "eng": "You need at least ${psychosis} psychosis to engage in PvP", "trans": "Necesitas al menos ${psychosis} de psicosis para participar en PVP" @@ -6846,9 +7024,9 @@ "trans": "Has comprado ${amount} ${item}" }, "selectAmountModel": { - "content": { - "eng": "You are about to purchase ${amount} ${item}, total: ${total}${currencySymbol}", - "trans": "Estás a punto de comprar ${amount} ${item}, total: ${total}${currencySymbol}" + "body": { + "eng": "You are about to purchase ${amount} ${item}, total: ${total}", + "trans": "Estás a punto de comprar ${amount} ${item}, total: ${total}" }, "title": { "eng": "How many would you like to purchase?", @@ -7367,6 +7545,12 @@ "trans": "Épico" } }, + "mythic": { + "name": { + "eng": "Mythic", + "trans": "Mítico" + } + }, "rare": { "name": { "eng": "Rare", @@ -8070,6 +8254,14 @@ "eng": "Can't reset a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "No se puede reiniciar un objeto ${itemTier}, ${shardName} solo se puede usar con objetos ${requiredTier}" }, + "upgradeLevelTooLow": { + "eng": "Can't upgrade to a ${itemTier} item, ${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "No se puede mejorar a un objeto de ${itemTier}, ${shardName} solo se puede utilizar con objetos que tengan al menos nivel ${minLevel}" + }, + "upgradeLevelTooLowMythic": { + "eng": "${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "${shardName} solo puede ser utilizado con objetos que tengan al menos nivel ${minLevel}" + }, "upgradeNonTierMismatch": { "eng": "Can't upgrade a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "No se puede mejorar un objeto ${itemTier}, ${shardName} solo se puede usar con objetos ${requiredTier}" @@ -8160,6 +8352,12 @@ } } }, + "webLandingPage": { + "webNotAvailable": { + "eng": "Web version is not available yet.", + "trans": "La versión web aún no está disponible." + } + }, "wikiPage": { "subtitle": { "eng": "the free encyclopedia that anyone can edit", @@ -8175,8 +8373,20 @@ }, "calibrated10": { "announcement": { - "eng": "${playerName} has calibrated ${item} to calibration level +10, we need to have a drink named after this legend!", - "trans": "¡${playerName} ha calibrado ${item} al nivel de calibración +10, necesitamos tener una bebida con el nombre de esta leyenda!" + "eng": "${playerName} has calibrated ${item} to calibration level +10!", + "trans": "¡${playerName} ha calibrado ${item} al nivel de calibración +10!" + } + }, + "calibrated11": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +11!", + "trans": "¡${playerName} ha calibrado ${item} al nivel de calibración +11!" + } + }, + "calibrated12": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +12!", + "trans": "¡${playerName} ha calibrado ${item} al nivel de calibración +12!" } }, "calibrated7": { @@ -8223,8 +8433,14 @@ }, "upgradedEpic": { "announcement": { - "eng": "${playerName} upgraded ${item}!", - "trans": "¡${playerName} ha mejorado ${item}!" + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "¡${playerName} ha mejorado ${item} a ${tier}!" + } + }, + "upgradedMythic": { + "announcement": { + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "¡${playerName} ha mejorado ${item} a ${tier}!" } } } diff --git a/contribution/id/translation.json b/contribution/id/translation.json index f11bd792..21c7abfb 100644 --- a/contribution/id/translation.json +++ b/contribution/id/translation.json @@ -309,8 +309,8 @@ }, "apartmentPurchasePage": { "confirmDescription": { - "eng": "Are you sure you want to rent this apartment? if you already has an apartment, it will be dismissed.", - "trans": "Apakah Anda yakin ingin menyewa apartemen ini? Jika Anda sudah memiliki apartemen, maka akan dibatalkan." + "eng": "Are you sure you want to rent this apartment? if you already have an apartment, it will be dismissed.", + "trans": "Apakah kamu yakin ingin menyewa apartemen ini? Jika kamu sudah memiliki apartemen, maka akan dibatalkan." }, "confirmTitle": { "eng": "Confirm Rental", @@ -399,6 +399,44 @@ } } }, + "autoCalibrationPage": { + "calibrate": { + "eng": "Start Auto Calibration", + "trans": "Mulai Kalibrasi Otomatis" + }, + "description": { + "eng": "Calibrate to calibration level ${caliLevel}", + "trans": "Kalibrasi ke level kalibrasi ${caliLevel}" + }, + "destroyChance": { + "eng": "Destroy chance:", + "trans": "Peluang menghancurkan:" + }, + "maxed": { + "eng": "Max Calibration Reached", + "trans": "Maksimal Kalibrasi Terpenuhi" + }, + "noChance": { + "eng": "Success chance is zero", + "trans": "Peluang sukses adalah nol" + }, + "noItem": { + "eng": "No item found", + "trans": "Tidak ada item ditemukan" + }, + "stop": { + "eng": "Interrupt Auto Calibration", + "trans": "Interupsi Kalibrasi Otomatis" + }, + "successChance": { + "eng": "Success chance:", + "trans": "Peluang sukses:" + }, + "tip": { + "eng": "Automatically calibrate and repair your item until it have successfully calibrated it once, or if you stopped the process.", + "trans": "Secara otomatis mengkalibrasi dan memperbaiki item Anda hingga berhasil dikalibrasi sekali, atau jika Anda menghentikan prosesnya." + } + }, "backgroundTask": { "cancelConfirmCancel": { "eng": "Terminate task", @@ -1164,6 +1202,10 @@ "selectAmount": { "eng": "Select amount", "trans": "Pilih jumlah" + }, + "selectRecipe": { + "eng": "Select a recipe below", + "trans": "Pilih resep di bawah ini" } }, "costDisplay": { @@ -2356,6 +2398,10 @@ "eng": "You cannot place bounty on this player", "trans": "Kamu tidak dapat menempatkan hadiah pada pemain ini" }, + "cannotPlaceBountyOnLowLevel": { + "eng": "You cannot place bounty on players lower than level ${level}", + "trans": "Kamu tidak dapat menempatkan hadiah pada pemain yang levelnya lebih rendah dari ${level}" + }, "cannotPlaceBountyOnSelf": { "eng": "You cannot place bounty on yourself", "trans": "Anda tidak dapat menempatkan bounty pada diri sendiri" @@ -2531,42 +2577,68 @@ } }, "itemCalibrateTab": { + "autoCalibrate": { + "eng": "Auto Calibrate", + "trans": "Otomatis Kalibrasi" + }, "caliButton": { "des": { - "eng": "Comsumes one ${itemName}", - "trans": "Mengonsumsi satu ${itemName}" + "eng": "Consumes one ${itemName}", + "trans": "Menggunakan satu ${itemName}" }, "title": { "eng": "Calibrate", "trans": "Kalibrasi" } }, - "destroyChance": { - "eng": "There is ${destroyChance}% chance of item being destroyed on failure. You can attempt to repair a destroyed item in the ${repairNpc}.", - "trans": "Terdapat ${destroyChance}% kemungkinan item akan hancur jika gagal. Anda dapat mencoba memperbaiki item yang hancur di ${repairNpc}." + "destroyChance2": { + "eng": "destroy chance", + "trans": "peluang hancur" + }, + "destroyChanceInfo": { + "description1": { + "eng": "Destroy chance is the chance of the item being destroyed when calibration failed.", + "trans": "Peluang rusak adalah peluang barang tersebut rusak ketika kalibrasi gagal." + }, + "description2": { + "eng": "A destroyed item can be repaired at ${npcName} with ${item}", + "trans": "Item yang rusak dapat diperbaiki di ${npcName} dengan ${item}" + }, + "title": { + "eng": "Destroy chance", + "trans": "Peluang hancur" + } }, "maxCalibration": { "description": { - "eng": "This item has reached the maximum amount of calibrations. you may upgrade the tier of the item to increase the maximum times it can be calibrated.", - "trans": "Item ini telah mencapai jumlah kalibrasi maksimum. Anda dapat meningkatkan tingkat item untuk meningkatkan jumlah maksimum kalibrasi yang dapat dilakukan." + "eng": "you can increase the max calibration capacity by upgrading the item using ${item}", + "trans": "Kamu bisa meningkatkan kapasitas kalibrasi maksimum dengan meningkatkan item menggunakan ${item}" }, "title": { "eng": "Max Calibration", "trans": "Kalibrasi Maksimum" } }, + "noChance": { + "eng": "Success chance is zero", + "trans": "Peluang sukses adalah nol" + }, "selectOptimizer": { "eng": "Select optimizer", "trans": "Pilih pengoptimal" }, + "skipAnimation": { + "eng": "Skip animation", + "trans": "Lewati animasi" + }, "successChance": { "eng": "Success chance", "trans": "Peluang Keberhasilan" }, "tip": { "noOptimizer": { - "eng": "You can use a optimizer to improve your calibration process", - "trans": "Anda dapat menggunakan pengoptimal untuk menyempurnakan proses kalibrasi Anda" + "eng": "You can use a optimizer to improve your calibration chances.", + "trans": "Kamu bisa menggunakan optimizer untuk meningkatkan peluang kalibrasimu." } } }, @@ -2590,8 +2662,8 @@ }, "itemDestroyed": { "des2": { - "eng": "You can attempt to repair it in the ${repairNpc}", - "trans": "Anda dapat mencoba memperbaikinya di ${repairNpc}" + "eng": "You can repair this item at the ${repairNpc}", + "trans": "Kamu bisa memperbaiki item ini di ${repairNpc}" }, "repairButton": { "eng": "Repair", @@ -2757,6 +2829,16 @@ "eng": "Each repair attempt has ${chance}% chance of success and costs one ${repairItem}. the 10th time is guaranteed to succeed.", "trans": "Setiap upaya perbaikan memiliki peluang keberhasilan ${chance}% dan menghabiskan satu ${repairItem}. yang ke-10 dijamin berhasil." }, + "autoRepair": { + "title": { + "eng": "Auto repair", + "trans": "Perbaikan otomatis" + } + }, + "autoRepairComplete": { + "eng": "Repair completed!", + "trans": "Perbaikan selesai!" + }, "itemSelectModal": { "title": { "eng": "Select the item to repair", @@ -2773,6 +2855,12 @@ "trans": "Perbaikan" } }, + "skipAnimation": { + "title": { + "eng": "Skip animation", + "trans": "Lewati animasi" + } + }, "title": { "eng": "Equipment Repair", "trans": "Perbaikan Peralatan" @@ -2935,6 +3023,12 @@ "trans": "Peningkatan" } }, + "itemUpgradeShard": { + "name": { + "eng": "Item Upgrade Shard", + "trans": "Peningkatan Pecahan Item" + } + }, "lowerArmor": { "name": { "eng": "Lower Armor", @@ -3167,6 +3261,16 @@ "trans": "Shard Kalibrasi" } }, + "calibrationStabilizer1": { + "description": { + "eng": "Use during calibration to increase chance of success by ${percent}%", + "trans": "Gunakan saat kalibrasi untuk meningkatkan peluang keberhasilan sebesar ${persen}%" + }, + "name": { + "eng": "Calibration Stabilizer", + "trans": "Stabilisasi Kalibrasi" + } + }, "clanMaintenanceResource": { "description": { "eng": "Use to contribute to gang maintenance", @@ -3189,8 +3293,8 @@ }, "commonLevelShard": { "description": { - "eng": "Use to level up an common item to its next level", - "trans": "Gunakan untuk menaikkan level item yang umum ke level berikutnya" + "eng": "you can use this item to level up an ${tier} item to its next level", + "trans": "Kamu bisa menggunakan item ini untuk meningkatkan level item ${tier} ke level berikutnya" }, "name": { "eng": "Common Level Shard", @@ -3228,30 +3332,18 @@ } }, "epicLevelShard": { - "description": { - "eng": "Use to level up an epic item to its next level", - "trans": "Gunakan untuk menaikkan level item epik ke level berikutnya" - }, "name": { "eng": "Epic Level Shard", "trans": "Shard Tingkat Epik" } }, "epicResetShard": { - "description": { - "eng": "Use to reset a epic item with new traits by chance", - "trans": "Gunakan untuk menyetel ulang item epik dengan sifat baru secara acak" - }, "name": { "eng": "Epic Reset Shard", "trans": "Shard Pemulihan Epik" } }, "epicUpgradeShard": { - "description": { - "eng": "Use to upgrade an unique item to epic tier", - "trans": "Gunakan untuk meningkatkan item unik ke tingkat epik" - }, "name": { "eng": "Epic Upgrade Shard", "trans": "Shard Peningkatan Epik" @@ -3355,6 +3447,54 @@ "trans": "Tingkat Shard" } }, + "key": { + "generalDescription": { + "eng": "A key that can be used to unlock a ${containerName}.", + "trans": "Kunci yang dapat digunakan untuk membuka ${containerName}." + } + }, + "key1": { + "name": { + "eng": "Uncommon Container Key", + "trans": "Kunci Kontainer Tidak Umum" + } + }, + "key2": { + "name": { + "eng": "Rare Container Key", + "trans": "Kunci Kontainer Langka" + } + }, + "key3": { + "name": { + "eng": "Unique Container Key", + "trans": "Kunci Kontainer Unik" + } + }, + "keyFragment": { + "generalDescription": { + "eng": "Collect ${amount} of these to create a ${keyName} that can be used to unlock a ${containerName}.", + "trans": "Kumpulkan ${amount} dari ini untuk membuat ${keyName} yang dapat digunakan untuk membuka ${containerName}." + } + }, + "keyFragment1": { + "name": { + "eng": "Uncommon Key Fragment", + "trans": "Fragmen Kunci yang Tidak Biasa" + } + }, + "keyFragment2": { + "name": { + "eng": "Rare Key Fragment", + "trans": "Fragmen Kunci Langka" + } + }, + "keyFragment3": { + "name": { + "eng": "Unique Key Fragment", + "trans": "Fragmen Kunci Unik" + } + }, "levelLootBox1": { "description": { "eng": "Special reward container obtained from clearing hard or above difficulty strongholds in locations", @@ -3367,8 +3507,8 @@ }, "lootBox1": { "description": { - "eng": "A common container that contains a random item.", - "trans": "Sebuah kontainer umum yang berisi item acak." + "eng": "A common container that contains random items.", + "trans": "Kontainer umum yang berisi barang-barang acak." }, "name": { "eng": "Common Container", @@ -3377,12 +3517,22 @@ }, "lootBox2": { "description": { - "eng": "A uncommon container that contains a random item.", - "trans": "Kontainer yang tidak umum yang berisi item acak." + "eng": "A uncommon container that contains random items.", + "trans": "Kontainer tidak umum yang berisi item acak." }, "name": { - "eng": "Uncommon Container", - "trans": "Kontainer Langka" + "eng": "Locked Uncommon Container", + "trans": "Kontainer Tidak Umum Terkunci" + } + }, + "lootBox3": { + "description": { + "eng": "A rare container that contains random items.", + "trans": "Sebuah kontainer langka yang berisi barang-barang acak." + }, + "name": { + "eng": "Locked Rare Container", + "trans": "Kontainer Langka Terkunci" } }, "lootDoorKey": { @@ -3455,6 +3605,24 @@ "trans": "EuroDolar" } }, + "mythicLevelShard": { + "name": { + "eng": "Mythic Level Shard", + "trans": "Shard Tingkat Mitos" + } + }, + "mythicResetShard": { + "name": { + "eng": "Mythic Reset Shard", + "trans": "Pecahan Reset Mitos" + } + }, + "mythicUpgradeShard": { + "name": { + "eng": "Mythic Upgrade Shard", + "trans": "Peningkatan Pecahan Mitos" + } + }, "netcoin": { "description": { "eng": "NetCoin is a digital currency mainly used in black market transactions. It is untraceable and can be used to purchase illegal goods and services.", @@ -3522,30 +3690,18 @@ } }, "rareLevelShard": { - "description": { - "eng": "Use to level up an rare item to its next level", - "trans": "Gunakan untuk menaikkan level item langka ke level berikutnya" - }, "name": { "eng": "Rare Level Shard", "trans": "Shard Tingkat Langka" } }, "rareResetShard": { - "description": { - "eng": "Use to reset a rare item with new traits by chance", - "trans": "Gunakan untuk menyetel ulang item langka dengan sifat baru secara acak" - }, "name": { "eng": "Rare Reset Shard", "trans": "Shard Pemulihan Langka" } }, "rareUpgradeShard": { - "description": { - "eng": "Use to upgrade an uncommon item to rare tier", - "trans": "Gunakan untuk meningkatkan item yang tidak umum menjadi langka" - }, "name": { "eng": "Rare Upgrade Shard", "trans": "Shard Peningkatan Langka" @@ -3561,6 +3717,12 @@ "trans": "Perbaik Nano" } }, + "resetGeneral": { + "description": { + "eng": "Use to reset a ${tier} item with new random prefixes", + "trans": "Gunakan untuk mereset item ${tier} dengan awalan acak baru" + } + }, "rewardCipher": { "description": { "eng": "Used to re-roll quest reward.", @@ -3648,60 +3810,46 @@ } }, "uncommonLevelShard": { - "description": { - "eng": "Use to level up an uncommon item to its next level", - "trans": "Gunakan untuk menaikkan level item yang tidak umum ke level berikutnya" - }, "name": { "eng": "Uncommon Level Shard", "trans": "Shard Tingkat Tidak Umum" } }, "uncommonResetShard": { - "description": { - "eng": "Use to reset a uncommon item with new traits by chance", - "trans": "Gunakan untuk menyetel ulang item yang tidak umum dengan sifat baru secara kebetulan" - }, "name": { "eng": "Uncommon Reset Shard", "trans": "Shard Pemulihan Tidak Biasa" } }, "uncommonUpgradeShard": { - "description": { - "eng": "Use to upgrade an common item to uncommon tier", - "trans": "Gunakan untuk meningkatkan item yang umum ke tingkat yang tidak umum" - }, "name": { "eng": "Uncommon Upgrade Shard", "trans": "Shard Peningkatan Tidak Umum" } }, "uniqueLevelShard": { - "description": { - "eng": "Use to level up an unique item to its next level", - "trans": "Gunakan untuk menaikkan level item unik ke level berikutnya" - }, "name": { "eng": "Unique Level Shard", "trans": "Shard Tingkat Unik" } }, - "uniqueResetShard": { + "uniqueLootBox": { "description": { - "eng": "Use to reset a unique item with new traits by chance", - "trans": "Gunakan untuk menyetel ulang item unik dengan sifat baru secara acak" + "eng": "A unique container that contains random items.", + "trans": "Wadah unik yang berisi barang-barang acak." }, + "name": { + "eng": "Locked Unique Container", + "trans": "Kontainer Unik Terkunci" + } + }, + "uniqueResetShard": { "name": { "eng": "Unique Reset Shard", "trans": "Shard Pemulihan Unik" } }, "uniqueUpgradeShard": { - "description": { - "eng": "Use to upgrade an rare item to unique tier", - "trans": "Gunakan untuk meningkatkan item langka ke tingkat unik" - }, "name": { "eng": "Unique Upgrade Shard", "trans": "Shard Peningkatan Unik" @@ -3717,6 +3865,12 @@ "trans": "Dolar Universal" } }, + "upgradeGeneral": { + "description": { + "eng": "Use to upgrade an ${fromTier} item to ${toTier}", + "trans": "Gunakan untuk meningkatkan item ${fromTier} menjadi ${toTier}" + } + }, "upperArmor": { "description": { "eng": "A piece of equipment that protects the upper body.", @@ -5569,9 +5723,9 @@ "eng": "You need to be at least level ${level} to place a hit.", "trans": "Kamu harus mencapai level ${level} untuk dapat melakukan serangan." }, - "notEnoughUnitError": { - "eng": "Minimum hit bounty is ${minNormal} or ${minUnit}", - "trans": "Bounty minimum hit adalah ${minNormal} atau ${minUnit}" + "notEnoughUnitError1": { + "eng": "Minimum hit bounty is ${minNormal}", + "trans": "Jumlah minimum hadiah yang diterima adalah ${minNormal}" }, "placeHit": { "eng": "Place hit", @@ -5973,6 +6127,14 @@ "eng": "You will receive the following items when your friend reaches level ${level}.", "trans": "Anda akan menerima item-item berikut ketika teman Anda mencapai level ${level}." }, + "share": { + "eng": "Share now", + "trans": "Bagikan sekarang" + }, + "shareText": { + "eng": "hey! checkout this awesome text based MMORPG! enter my name \"${name}\" as referral when you create your character!", + "trans": "Hei! Cek game MMORPG yang seru ini! Masukkan nama saya \"${name}\" sebagai referensi saat membuat karaktermu!" + }, "title": { "eng": "Invite your friends", "trans": "Undang teman-temanmu" @@ -6271,6 +6433,12 @@ "trans": "Segarkan item toko" } }, + "renderMessage": { + "tier": { + "eng": "${tier} Tier", + "trans": "Tier ${tier}" + } + }, "repairAnimationPopup": { "confirm": { "eng": "Confirm", @@ -6408,6 +6576,12 @@ } }, "rewardReceivedModal": { + "calibrationSuccess": { + "title": { + "eng": "Calibration Success", + "trans": "Kalibrasi Berhasil" + } + }, "defeatEnemy": { "title": { "eng": "Victory", @@ -6493,6 +6667,10 @@ "eng": "You cannot engage a player that is more than ${levelDiff} levels higher or below you", "trans": "Kamu tidak dapat menyerang pemain yang memiliki selisih level lebih dari ${levelDiff} level atau lebih rendah dari kamu" }, + "notEnoughMoneyPvp": { + "eng": "You need at least ${money} to engage in PvP", + "trans": "Kamu membutuhkan setidaknya ${money} untuk terlibat dalam PvP" + }, "notEnoughPsychosis": { "eng": "You need at least ${psychosis} psychosis to engage in PvP", "trans": "Anda memerlukan setidaknya ${psychosis} psikosis untuk terlibat dalam PvP" @@ -6846,9 +7024,9 @@ "trans": "Anda telah membeli ${amount} ${item}" }, "selectAmountModel": { - "content": { - "eng": "You are about to purchase ${amount} ${item}, total: ${total}${currencySymbol}", - "trans": "Anda akan membeli ${amount} ${item}, total: ${total}${currencySymbol}" + "body": { + "eng": "You are about to purchase ${amount} ${item}, total: ${total}", + "trans": "Kamu akan membeli ${amount} ${item}, total: ${total}" }, "title": { "eng": "How many would you like to purchase?", @@ -7367,6 +7545,12 @@ "trans": "Epic - Epik" } }, + "mythic": { + "name": { + "eng": "Mythic", + "trans": "Mitos" + } + }, "rare": { "name": { "eng": "Rare", @@ -8070,6 +8254,14 @@ "eng": "Can't reset a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "Item ${itemTier} tidak dapat diatur ulang, ${shardName} hanya dapat digunakan dengan item ${requiredTier}" }, + "upgradeLevelTooLow": { + "eng": "Can't upgrade to a ${itemTier} item, ${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "Tidak dapat meningkatkan item ${itemTier}, ${shardName} hanya dapat digunakan dengan item yang setidaknya berlevel ${minLevel}" + }, + "upgradeLevelTooLowMythic": { + "eng": "${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "${shardName} hanya dapat digunakan dengan item yang setidaknya berlevel ${minLevel}" + }, "upgradeNonTierMismatch": { "eng": "Can't upgrade a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "Item ${itemTier} tidak dapat ditingkatkan, ${shardName} hanya dapat digunakan dengan item ${requiredTier}" @@ -8160,6 +8352,12 @@ } } }, + "webLandingPage": { + "webNotAvailable": { + "eng": "Web version is not available yet.", + "trans": "Versi web belum tersedia." + } + }, "wikiPage": { "subtitle": { "eng": "the free encyclopedia that anyone can edit", @@ -8175,8 +8373,20 @@ }, "calibrated10": { "announcement": { - "eng": "${playerName} has calibrated ${item} to calibration level +10, we need to have a drink named after this legend!", - "trans": "${playerName} telah mengkalibrasi ${item} ke level kalibrasi +10, kita perlu minuman yang dinamai sesuai dengan legenda ini!" + "eng": "${playerName} has calibrated ${item} to calibration level +10!", + "trans": "${playerName} telah mengkalibrasi ${item} hingga level kalibrasi +10!" + } + }, + "calibrated11": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +11!", + "trans": "${playerName} telah mengkalibrasi ${item} hingga level kalibrasi +11!" + } + }, + "calibrated12": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +12!", + "trans": "${playerName} telah mengkalibrasi ${item} ke level kalibrasi +12!" } }, "calibrated7": { @@ -8223,8 +8433,14 @@ }, "upgradedEpic": { "announcement": { - "eng": "${playerName} upgraded ${item}!", - "trans": "${playerName} telah meningkatkan ${item}!" + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "${playerName} meningkatkan ${item} menjadi ${tier}!" + } + }, + "upgradedMythic": { + "announcement": { + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "${playerName} meningkatkan ${item} menjadi ${tier}!" } } } diff --git a/contribution/ja/translation.json b/contribution/ja/translation.json index b47ec231..e09950e6 100644 --- a/contribution/ja/translation.json +++ b/contribution/ja/translation.json @@ -309,8 +309,8 @@ }, "apartmentPurchasePage": { "confirmDescription": { - "eng": "Are you sure you want to rent this apartment? if you already has an apartment, it will be dismissed.", - "trans": "このアパートを借りますか?既にアパートを持っている場合は解約されます。" + "eng": "Are you sure you want to rent this apartment? if you already have an apartment, it will be dismissed.", + "trans": "このアパートを借りることを確認しますか?すでにアパートを持っている場合は、無効になります。" }, "confirmTitle": { "eng": "Confirm Rental", @@ -399,6 +399,44 @@ } } }, + "autoCalibrationPage": { + "calibrate": { + "eng": "Start Auto Calibration", + "trans": "オートキャリブレーションを開始する" + }, + "description": { + "eng": "Calibrate to calibration level ${caliLevel}", + "trans": "キャリブレーションレベル${caliLevel}にキャリブレートする" + }, + "destroyChance": { + "eng": "Destroy chance:", + "trans": "破壊のチャンス" + }, + "maxed": { + "eng": "Max Calibration Reached", + "trans": "最大キャリブレーションに達しました" + }, + "noChance": { + "eng": "Success chance is zero", + "trans": "成功確率はゼロです。" + }, + "noItem": { + "eng": "No item found", + "trans": "アイテムが見つかりません" + }, + "stop": { + "eng": "Interrupt Auto Calibration", + "trans": "オートキャリブレーションを中断する" + }, + "successChance": { + "eng": "Success chance:", + "trans": "成功確率:" + }, + "tip": { + "eng": "Automatically calibrate and repair your item until it have successfully calibrated it once, or if you stopped the process.", + "trans": "アイテムを自動的にキャリブレーションして修理し、一度成功するまで続けるか、プロセスを停止するまでキャリブレーションを行います。" + } + }, "backgroundTask": { "cancelConfirmCancel": { "eng": "Terminate task", @@ -1164,6 +1202,10 @@ "selectAmount": { "eng": "Select amount", "trans": "金額を選択してください" + }, + "selectRecipe": { + "eng": "Select a recipe below", + "trans": "下のレシピを選択してください" } }, "costDisplay": { @@ -2356,6 +2398,10 @@ "eng": "You cannot place bounty on this player", "trans": "このプレイヤーには賞金をかけることはできません。" }, + "cannotPlaceBountyOnLowLevel": { + "eng": "You cannot place bounty on players lower than level ${level}", + "trans": "レベル${level}以下のプレイヤーには賞金をかけることはできません。" + }, "cannotPlaceBountyOnSelf": { "eng": "You cannot place bounty on yourself", "trans": "自分自身に賞金をかけることはできません。" @@ -2531,42 +2577,68 @@ } }, "itemCalibrateTab": { + "autoCalibrate": { + "eng": "Auto Calibrate", + "trans": "自動キャリブレーション" + }, "caliButton": { "des": { - "eng": "Comsumes one ${itemName}", - "trans": "1つの${itemName}を消費します。" + "eng": "Consumes one ${itemName}", + "trans": "${itemName}を1つ消費する" }, "title": { "eng": "Calibrate", "trans": "キャリブレーションする" } }, - "destroyChance": { - "eng": "There is ${destroyChance}% chance of item being destroyed on failure. You can attempt to repair a destroyed item in the ${repairNpc}.", - "trans": "失敗した場合、アイテムが破壊される確率は${destroyChance}%です。破壊されたアイテムを${repairNpc}で修理することができます。" + "destroyChance2": { + "eng": "destroy chance", + "trans": "デストロイチャンス" + }, + "destroyChanceInfo": { + "description1": { + "eng": "Destroy chance is the chance of the item being destroyed when calibration failed.", + "trans": "キャリブレーションに失敗した場合、アイテムが破壊される可能性がある破壊確率です。" + }, + "description2": { + "eng": "A destroyed item can be repaired at ${npcName} with ${item}", + "trans": "${npcName}で${item}を使ってアイテムを修理することができます。" + }, + "title": { + "eng": "Destroy chance", + "trans": "破壊のチャンス" + } }, "maxCalibration": { "description": { - "eng": "This item has reached the maximum amount of calibrations. you may upgrade the tier of the item to increase the maximum times it can be calibrated.", - "trans": "このアイテムは最大のキャリブレーション回数に達しました。アイテムのティアをアップグレードすることで、キャリブレーション回数を増やすことができます。" + "eng": "you can increase the max calibration capacity by upgrading the item using ${item}", + "trans": "${item}を使用してアイテムをアップグレードすることで、最大キャリブレーション容量を増やすことができます。" }, "title": { "eng": "Max Calibration", "trans": "キャリブレーション最大" } }, + "noChance": { + "eng": "Success chance is zero", + "trans": "成功確率はゼロです。" + }, "selectOptimizer": { "eng": "Select optimizer", "trans": "オプティマイザーを選択してください。" }, + "skipAnimation": { + "eng": "Skip animation", + "trans": "アニメーションをスキップする" + }, "successChance": { "eng": "Success chance", "trans": "成功確率" }, "tip": { "noOptimizer": { - "eng": "You can use a optimizer to improve your calibration process", - "trans": "キャリブレーションプロセスを改善するために、最適化ツールを使用できます。" + "eng": "You can use a optimizer to improve your calibration chances.", + "trans": "キャリブレーションの成功率を上げるために、オプティマイザーを使用することができます。" } } }, @@ -2590,8 +2662,8 @@ }, "itemDestroyed": { "des2": { - "eng": "You can attempt to repair it in the ${repairNpc}", - "trans": "${repairNpc}で修理を試みることができます。" + "eng": "You can repair this item at the ${repairNpc}", + "trans": "このアイテムは${repairNpc}で修理できます。" }, "repairButton": { "eng": "Repair", @@ -2757,6 +2829,16 @@ "eng": "Each repair attempt has ${chance}% chance of success and costs one ${repairItem}. the 10th time is guaranteed to succeed.", "trans": "修理の試行は${chance}%の成功確率があり、1つの${repairItem}が必要です。10回目は必ず成功します。" }, + "autoRepair": { + "title": { + "eng": "Auto repair", + "trans": "オートリペア" + } + }, + "autoRepairComplete": { + "eng": "Repair completed!", + "trans": "修理完了!" + }, "itemSelectModal": { "title": { "eng": "Select the item to repair", @@ -2773,6 +2855,12 @@ "trans": "修理する" } }, + "skipAnimation": { + "title": { + "eng": "Skip animation", + "trans": "アニメーションをスキップする" + } + }, "title": { "eng": "Equipment Repair", "trans": "装備修理" @@ -2935,6 +3023,12 @@ "trans": "アップグレードする" } }, + "itemUpgradeShard": { + "name": { + "eng": "Item Upgrade Shard", + "trans": "アイテムアップグレードシャード" + } + }, "lowerArmor": { "name": { "eng": "Lower Armor", @@ -3167,6 +3261,16 @@ "trans": "キャリブレーション-シャード" } }, + "calibrationStabilizer1": { + "description": { + "eng": "Use during calibration to increase chance of success by ${percent}%", + "trans": "キャリブレーション中に使用すると成功率が${percent}%上がります。" + }, + "name": { + "eng": "Calibration Stabilizer", + "trans": "キャリブレーションスタビライザー" + } + }, "clanMaintenanceResource": { "description": { "eng": "Use to contribute to gang maintenance", @@ -3189,8 +3293,8 @@ }, "commonLevelShard": { "description": { - "eng": "Use to level up an common item to its next level", - "trans": "コモンアイテムを次のレベルにアップします" + "eng": "you can use this item to level up an ${tier} item to its next level", + "trans": "このアイテムを使用すると、${tier}アイテムを次のレベルに上げることができます。" }, "name": { "eng": "Common Level Shard", @@ -3228,30 +3332,18 @@ } }, "epicLevelShard": { - "description": { - "eng": "Use to level up an epic item to its next level", - "trans": "エピックアイテムを次のレベルにアップします" - }, "name": { "eng": "Epic Level Shard", "trans": "エピック-レベルシャード" } }, "epicResetShard": { - "description": { - "eng": "Use to reset a epic item with new traits by chance", - "trans": "エピックアイテムをリセットし、新しい特性を付与します" - }, "name": { "eng": "Epic Reset Shard", "trans": "エピック-リセットシャード" } }, "epicUpgradeShard": { - "description": { - "eng": "Use to upgrade an unique item to epic tier", - "trans": "ユニークアイテムをエピック・ティアにアップグレードします" - }, "name": { "eng": "Epic Upgrade Shard", "trans": "エピック-アップグレードシャード" @@ -3355,6 +3447,54 @@ "trans": "レベル-シャード" } }, + "key": { + "generalDescription": { + "eng": "A key that can be used to unlock a ${containerName}.", + "trans": "${containerName}を開けるのに使える鍵です。" + } + }, + "key1": { + "name": { + "eng": "Uncommon Container Key", + "trans": "アンコモン-コンテナの鍵" + } + }, + "key2": { + "name": { + "eng": "Rare Container Key", + "trans": "レアコンテナの鍵" + } + }, + "key3": { + "name": { + "eng": "Unique Container Key", + "trans": "ユニークなコンテナーキー" + } + }, + "keyFragment": { + "generalDescription": { + "eng": "Collect ${amount} of these to create a ${keyName} that can be used to unlock a ${containerName}.", + "trans": "${amount}個集めると、${containerName}を開けるのに使用できる${keyName}を作成できます。" + } + }, + "keyFragment1": { + "name": { + "eng": "Uncommon Key Fragment", + "trans": "珍しいキーの欠片" + } + }, + "keyFragment2": { + "name": { + "eng": "Rare Key Fragment", + "trans": "レアな鍵の欠片" + } + }, + "keyFragment3": { + "name": { + "eng": "Unique Key Fragment", + "trans": "ユニークなキーの断片" + } + }, "levelLootBox1": { "description": { "eng": "Special reward container obtained from clearing hard or above difficulty strongholds in locations", @@ -3367,8 +3507,8 @@ }, "lootBox1": { "description": { - "eng": "A common container that contains a random item.", - "trans": "ランダムなアイテムが含まれるフツーのコンテナ。" + "eng": "A common container that contains random items.", + "trans": "ランダムなアイテムが入ったコモン-コンテナ。" }, "name": { "eng": "Common Container", @@ -3377,12 +3517,22 @@ }, "lootBox2": { "description": { - "eng": "A uncommon container that contains a random item.", - "trans": "ランダムなアイテムを含む珍しいコンテナー。" + "eng": "A uncommon container that contains random items.", + "trans": "ランダムなアイテムが入ったアンコモン-コンテナです。" }, "name": { - "eng": "Uncommon Container", - "trans": "アンコモン-コンテナ" + "eng": "Locked Uncommon Container", + "trans": "ロックされたアンコモン-コンテナ" + } + }, + "lootBox3": { + "description": { + "eng": "A rare container that contains random items.", + "trans": "ランダムなアイテムが入った珍しいコンテナです。" + }, + "name": { + "eng": "Locked Rare Container", + "trans": "ロックされたレアコンテナ" } }, "lootDoorKey": { @@ -3455,6 +3605,24 @@ "trans": "ユーロドル" } }, + "mythicLevelShard": { + "name": { + "eng": "Mythic Level Shard", + "trans": "神話のレベルシャード" + } + }, + "mythicResetShard": { + "name": { + "eng": "Mythic Reset Shard", + "trans": "神話のリセットシャード" + } + }, + "mythicUpgradeShard": { + "name": { + "eng": "Mythic Upgrade Shard", + "trans": "神話のアップグレードシャード" + } + }, "netcoin": { "description": { "eng": "NetCoin is a digital currency mainly used in black market transactions. It is untraceable and can be used to purchase illegal goods and services.", @@ -3522,30 +3690,18 @@ } }, "rareLevelShard": { - "description": { - "eng": "Use to level up an rare item to its next level", - "trans": "レアアイテムを次のレベルにアップさせるために使用します" - }, "name": { "eng": "Rare Level Shard", "trans": "レア-レベルシャード" } }, "rareResetShard": { - "description": { - "eng": "Use to reset a rare item with new traits by chance", - "trans": "レアアイテムをリセットし、新しい特性を付与します" - }, "name": { "eng": "Rare Reset Shard", "trans": "レア-リセットシャード" } }, "rareUpgradeShard": { - "description": { - "eng": "Use to upgrade an uncommon item to rare tier", - "trans": "アンコモンアイテムをレア・ティアにアップグレードします。" - }, "name": { "eng": "Rare Upgrade Shard", "trans": "レア-アップグレードシャード" @@ -3561,6 +3717,12 @@ "trans": "ナノリペアラー" } }, + "resetGeneral": { + "description": { + "eng": "Use to reset a ${tier} item with new random prefixes", + "trans": "新しいランダムな接頭辞で${tier}アイテムをリセットするために使用する" + } + }, "rewardCipher": { "description": { "eng": "Used to re-roll quest reward.", @@ -3648,60 +3810,46 @@ } }, "uncommonLevelShard": { - "description": { - "eng": "Use to level up an uncommon item to its next level", - "trans": "アンコモンアイテムを次のレベルにアップします" - }, "name": { "eng": "Uncommon Level Shard", "trans": "アンコモン-レベルシャード" } }, "uncommonResetShard": { - "description": { - "eng": "Use to reset a uncommon item with new traits by chance", - "trans": "アンコモンアイテムをリセットし、新しい特性を付与します" - }, "name": { "eng": "Uncommon Reset Shard", "trans": "アンコモン-リセットシャード" } }, "uncommonUpgradeShard": { - "description": { - "eng": "Use to upgrade an common item to uncommon tier", - "trans": "コモンアイテムをアンコモン・ティアにアップグレードします" - }, "name": { "eng": "Uncommon Upgrade Shard", "trans": "アンコモン-アップグレードシャード" } }, "uniqueLevelShard": { - "description": { - "eng": "Use to level up an unique item to its next level", - "trans": "ユニークアイテムを次のレベルにアップします" - }, "name": { "eng": "Unique Level Shard", "trans": "ユニーク-レベルシャード" } }, - "uniqueResetShard": { + "uniqueLootBox": { "description": { - "eng": "Use to reset a unique item with new traits by chance", - "trans": "ユニークアイテムをリセットし、新しい特性を付与します" + "eng": "A unique container that contains random items.", + "trans": "ランダムなアイテムを含むユニークなコンテナーです。" }, + "name": { + "eng": "Locked Unique Container", + "trans": "ロックされたユニークなコンテナー" + } + }, + "uniqueResetShard": { "name": { "eng": "Unique Reset Shard", "trans": "ユニーク-リセットシャード" } }, "uniqueUpgradeShard": { - "description": { - "eng": "Use to upgrade an rare item to unique tier", - "trans": "レアアイテムをユニーク・ティアにアップグレードします" - }, "name": { "eng": "Unique Upgrade Shard", "trans": "ユニーク-アップグレードシャード" @@ -3717,6 +3865,12 @@ "trans": "ユニバーサルドル" } }, + "upgradeGeneral": { + "description": { + "eng": "Use to upgrade an ${fromTier} item to ${toTier}", + "trans": "${fromTier}のアイテムを${toTier}にアップグレードするために使用する" + } + }, "upperArmor": { "description": { "eng": "A piece of equipment that protects the upper body.", @@ -5569,9 +5723,9 @@ "eng": "You need to be at least level ${level} to place a hit.", "trans": "ヒットを発動するには、少なくともレベル${level}に達する必要があります。" }, - "notEnoughUnitError": { - "eng": "Minimum hit bounty is ${minNormal} or ${minUnit}", - "trans": "最低ヒット報酬は${minNormal}または${minUnit}です。" + "notEnoughUnitError1": { + "eng": "Minimum hit bounty is ${minNormal}", + "trans": "最低ヒット報酬は${minNormal}です。" }, "placeHit": { "eng": "Place hit", @@ -5973,6 +6127,14 @@ "eng": "You will receive the following items when your friend reaches level ${level}.", "trans": "友達がレベル${level}に達すると、以下のアイテムを受け取ります。" }, + "share": { + "eng": "Share now", + "trans": "今すぐシェアする" + }, + "shareText": { + "eng": "hey! checkout this awesome text based MMORPG! enter my name \"${name}\" as referral when you create your character!", + "trans": "おい!このすごいテキストベースのMMORPGをチェックしてみて!キャラクターを作成する際に、紹介として私の名前「${name}」を入力してね!" + }, "title": { "eng": "Invite your friends", "trans": "友達を招待してください。" @@ -6271,6 +6433,12 @@ "trans": "ショップアイテムをリフレッシュする" } }, + "renderMessage": { + "tier": { + "eng": "${tier} Tier", + "trans": "${tier}ティア" + } + }, "repairAnimationPopup": { "confirm": { "eng": "Confirm", @@ -6408,6 +6576,12 @@ } }, "rewardReceivedModal": { + "calibrationSuccess": { + "title": { + "eng": "Calibration Success", + "trans": "キャリブレーション成功" + } + }, "defeatEnemy": { "title": { "eng": "Victory", @@ -6493,6 +6667,10 @@ "eng": "You cannot engage a player that is more than ${levelDiff} levels higher or below you", "trans": "${levelDiff}レベル以上高いまたは低いプレイヤーとは戦闘できません" }, + "notEnoughMoneyPvp": { + "eng": "You need at least ${money} to engage in PvP", + "trans": "PVPに参加するには少なくとも${money}が必要です。" + }, "notEnoughPsychosis": { "eng": "You need at least ${psychosis} psychosis to engage in PvP", "trans": "PvPに参加するには、少なくとも${psychosis}のサイコシスが必要です。" @@ -6846,9 +7024,9 @@ "trans": "${amount}個の${item}を購入しました。" }, "selectAmountModel": { - "content": { - "eng": "You are about to purchase ${amount} ${item}, total: ${total}${currencySymbol}", - "trans": "${amount}個の${item}を購入しようとしています。合計金額は${total}${currencySymbol}です。" + "body": { + "eng": "You are about to purchase ${amount} ${item}, total: ${total}", + "trans": "あなたは${amount}個の${item}を購入しようとしています。合計:${total}" }, "title": { "eng": "How many would you like to purchase?", @@ -7367,6 +7545,12 @@ "trans": "エピック" } }, + "mythic": { + "name": { + "eng": "Mythic", + "trans": "神話的" + } + }, "rare": { "name": { "eng": "Rare", @@ -8070,6 +8254,14 @@ "eng": "Can't reset a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "${itemTier}アイテムをリセットできません。${shardName}は${requiredTier}アイテムにのみ使用できます。" }, + "upgradeLevelTooLow": { + "eng": "Can't upgrade to a ${itemTier} item, ${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "${itemTier}アイテムにアップグレードできません、${shardName}は最低でもレベル${minLevel}のアイテムと一緒に使用することができます。" + }, + "upgradeLevelTooLowMythic": { + "eng": "${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "${shardName}は最低レベル${minLevel}のアイテムとしか使用できません。" + }, "upgradeNonTierMismatch": { "eng": "Can't upgrade a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "${itemTier}のアイテムはアップグレードできません。${shardName}は${requiredTier}アイテムでのみ使用できます。" @@ -8160,6 +8352,12 @@ } } }, + "webLandingPage": { + "webNotAvailable": { + "eng": "Web version is not available yet.", + "trans": "ウェブ版はまだ利用できません。" + } + }, "wikiPage": { "subtitle": { "eng": "the free encyclopedia that anyone can edit", @@ -8175,8 +8373,20 @@ }, "calibrated10": { "announcement": { - "eng": "${playerName} has calibrated ${item} to calibration level +10, we need to have a drink named after this legend!", - "trans": "${playerName}は${item}を+10にキャリブレーションしました。この伝説にちなんだ名前の飲み物が必要ですね!" + "eng": "${playerName} has calibrated ${item} to calibration level +10!", + "trans": "${playerName}は${item}をキャリブレーションレベル+10にキャリブレートしました!" + } + }, + "calibrated11": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +11!", + "trans": "${playerName}は${item}をキャリブレーションレベル+11に調整しました!" + } + }, + "calibrated12": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +12!", + "trans": "${playerName}は${item}をキャリブレーションレベル+12に調整しました!" } }, "calibrated7": { @@ -8223,9 +8433,15 @@ }, "upgradedEpic": { "announcement": { - "eng": "${playerName} upgraded ${item}!", - "trans": "${playerName}が${item}をアップグレードしました!" + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "${playerName}は${item}を${tier}にアップグレードしました!" + } + }, + "upgradedMythic": { + "announcement": { + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "${playerName}は${item}を${tier}にアップグレードしました!" } } } -} +} \ No newline at end of file diff --git a/contribution/ko/translation.json b/contribution/ko/translation.json index d2ba51ad..8f8beae6 100644 --- a/contribution/ko/translation.json +++ b/contribution/ko/translation.json @@ -309,8 +309,8 @@ }, "apartmentPurchasePage": { "confirmDescription": { - "eng": "Are you sure you want to rent this apartment? if you already has an apartment, it will be dismissed.", - "trans": "이 아파트를 임대하시겠습니까? 이미 아파트를 소유하고 있다면, 그것은 해지될 것입니다." + "eng": "Are you sure you want to rent this apartment? if you already have an apartment, it will be dismissed.", + "trans": "이 아파트를 빌리시겠습니까? 이미 아파트를 가지고 있다면 취소될 것입니다." }, "confirmTitle": { "eng": "Confirm Rental", @@ -399,6 +399,44 @@ } } }, + "autoCalibrationPage": { + "calibrate": { + "eng": "Start Auto Calibration", + "trans": "자동 교정 시작" + }, + "description": { + "eng": "Calibrate to calibration level ${caliLevel}", + "trans": "교정 레벨 ${caliLevel}로 교정하기" + }, + "destroyChance": { + "eng": "Destroy chance:", + "trans": "파괴 확률:" + }, + "maxed": { + "eng": "Max Calibration Reached", + "trans": "최대 교정 달성" + }, + "noChance": { + "eng": "Success chance is zero", + "trans": "성공 확률은 0입니다" + }, + "noItem": { + "eng": "No item found", + "trans": "아이템을 찾을 수 없습니다" + }, + "stop": { + "eng": "Interrupt Auto Calibration", + "trans": "자동 교정 중단" + }, + "successChance": { + "eng": "Success chance:", + "trans": "성공 확률:" + }, + "tip": { + "eng": "Automatically calibrate and repair your item until it have successfully calibrated it once, or if you stopped the process.", + "trans": "아이템을 자동으로 교정하고 수리하며, 한 번 성공적으로 교정되거나 프로세스를 중지할 때까지 계속 교정합니다." + } + }, "backgroundTask": { "cancelConfirmCancel": { "eng": "Terminate task", @@ -1164,6 +1202,10 @@ "selectAmount": { "eng": "Select amount", "trans": "수량 선택" + }, + "selectRecipe": { + "eng": "Select a recipe below", + "trans": "아래에서 레시피를 선택하세요" } }, "costDisplay": { @@ -2356,6 +2398,10 @@ "eng": "You cannot place bounty on this player", "trans": "이 플레이어에게는 현상금을 걸 수 없습니다" }, + "cannotPlaceBountyOnLowLevel": { + "eng": "You cannot place bounty on players lower than level ${level}", + "trans": "레벨 ${level}보다 낮은 플레이어에게는 현상금을 걸 수 없습니다" + }, "cannotPlaceBountyOnSelf": { "eng": "You cannot place bounty on yourself", "trans": "자신에게 현상금을 걸 수 없습니다" @@ -2531,42 +2577,68 @@ } }, "itemCalibrateTab": { + "autoCalibrate": { + "eng": "Auto Calibrate", + "trans": "자동 교정" + }, "caliButton": { "des": { - "eng": "Comsumes one ${itemName}", - "trans": "${itemName}을(를) 소비합니다" + "eng": "Consumes one ${itemName}", + "trans": "${itemName}을(를) 하나 소비합니다" }, "title": { "eng": "Calibrate", "trans": "교정" } }, - "destroyChance": { - "eng": "There is ${destroyChance}% chance of item being destroyed on failure. You can attempt to repair a destroyed item in the ${repairNpc}.", - "trans": "실패 시 아이템이 파괴될 확률은 ${destroyChance}%입니다. 파괴된 아이템은 ${repairNpc}에서 수리할 수 있습니다." + "destroyChance2": { + "eng": "destroy chance", + "trans": "파괴 기회" + }, + "destroyChanceInfo": { + "description1": { + "eng": "Destroy chance is the chance of the item being destroyed when calibration failed.", + "trans": "교정 실패 시 아이템이 파괴될 확률은 파괴 확률입니다." + }, + "description2": { + "eng": "A destroyed item can be repaired at ${npcName} with ${item}", + "trans": "${npcName}에서 ${item}으로 파괴된 아이템을 수리할 수 있습니다" + }, + "title": { + "eng": "Destroy chance", + "trans": "파괴 확률" + } }, "maxCalibration": { "description": { - "eng": "This item has reached the maximum amount of calibrations. you may upgrade the tier of the item to increase the maximum times it can be calibrated.", - "trans": "이 아이템은 최대 교정 횟수에 도달했습니다. 아이템의 등급을 업그레이드하여 교정 가능한 최대 횟수를 늘릴 수 있습니다." + "eng": "you can increase the max calibration capacity by upgrading the item using ${item}", + "trans": "${item}을(를) 사용하여 아이템을 업그레이드하면 최대 교정 용량을 늘릴 수 있습니다" }, "title": { "eng": "Max Calibration", "trans": "최대 교정" } }, + "noChance": { + "eng": "Success chance is zero", + "trans": "성공 확률은 0입니다" + }, "selectOptimizer": { "eng": "Select optimizer", "trans": "옵티마이저 선택" }, + "skipAnimation": { + "eng": "Skip animation", + "trans": "애니메이션 건너뛰기" + }, "successChance": { "eng": "Success chance", "trans": "성공 확률" }, "tip": { "noOptimizer": { - "eng": "You can use a optimizer to improve your calibration process", - "trans": "당신은 교정 과정을 개선하기 위해 옵티마이저를 사용할 수 있습니다" + "eng": "You can use a optimizer to improve your calibration chances.", + "trans": "교정 확률을 높이기 위해 옵티마이저를 사용할 수 있습니다." } } }, @@ -2590,8 +2662,8 @@ }, "itemDestroyed": { "des2": { - "eng": "You can attempt to repair it in the ${repairNpc}", - "trans": "${repairNpc}에서 수리를 시도할 수 있습니다" + "eng": "You can repair this item at the ${repairNpc}", + "trans": "${repairNpc}에서 이 아이템을 수리할 수 있습니다" }, "repairButton": { "eng": "Repair", @@ -2757,6 +2829,16 @@ "eng": "Each repair attempt has ${chance}% chance of success and costs one ${repairItem}. the 10th time is guaranteed to succeed.", "trans": "각 수리 시도는 성공할 확률이 ${chance}%이며 ${repairItem} 하나가 필요합니다. 10번째 시도는 반드시 성공합니다." }, + "autoRepair": { + "title": { + "eng": "Auto repair", + "trans": "자동 수리" + } + }, + "autoRepairComplete": { + "eng": "Repair completed!", + "trans": "수리 완료!" + }, "itemSelectModal": { "title": { "eng": "Select the item to repair", @@ -2773,6 +2855,12 @@ "trans": "수리" } }, + "skipAnimation": { + "title": { + "eng": "Skip animation", + "trans": "애니메이션 건너뛰기" + } + }, "title": { "eng": "Equipment Repair", "trans": "장비 수리" @@ -2935,6 +3023,12 @@ "trans": "업그레이드" } }, + "itemUpgradeShard": { + "name": { + "eng": "Item Upgrade Shard", + "trans": "아이템 업그레이드 조각" + } + }, "lowerArmor": { "name": { "eng": "Lower Armor", @@ -3167,6 +3261,16 @@ "trans": "교정 샤드" } }, + "calibrationStabilizer1": { + "description": { + "eng": "Use during calibration to increase chance of success by ${percent}%", + "trans": "${percent}%의 성공 확률을 높이기 위해 교정 중에 사용하세요" + }, + "name": { + "eng": "Calibration Stabilizer", + "trans": "교정 스테빌라이저" + } + }, "clanMaintenanceResource": { "description": { "eng": "Use to contribute to gang maintenance", @@ -3189,8 +3293,8 @@ }, "commonLevelShard": { "description": { - "eng": "Use to level up an common item to its next level", - "trans": "평범한 아이템의 레벨을 상승시키기위해 사용합니다" + "eng": "you can use this item to level up an ${tier} item to its next level", + "trans": "이 아이템을 사용하면 ${tier} 아이템을 다음 레벨로 업그레이드할 수 있습니다" }, "name": { "eng": "Common Level Shard", @@ -3228,30 +3332,18 @@ } }, "epicLevelShard": { - "description": { - "eng": "Use to level up an epic item to its next level", - "trans": "영웅 아이템을 다음 레벨로 업그레이드하기 위해 사용합니다" - }, "name": { "eng": "Epic Level Shard", "trans": "영웅의 레벨 샤드" } }, "epicResetShard": { - "description": { - "eng": "Use to reset a epic item with new traits by chance", - "trans": "영웅의 아이템의 특성을 새로운 특성으로 재설정하기 위해 사용합니다" - }, "name": { "eng": "Epic Reset Shard", "trans": "영웅의 초기화 샤드" } }, "epicUpgradeShard": { - "description": { - "eng": "Use to upgrade an unique item to epic tier", - "trans": "유일한 아이템을 영웅 등급으로 업그레이드하기 위해 사용합니다" - }, "name": { "eng": "Epic Upgrade Shard", "trans": "영웅의 업그레이드 샤드" @@ -3355,6 +3447,54 @@ "trans": "레벨 샤드" } }, + "key": { + "generalDescription": { + "eng": "A key that can be used to unlock a ${containerName}.", + "trans": "${containerName}을(를) 열 수 있는 열쇠입니다." + } + }, + "key1": { + "name": { + "eng": "Uncommon Container Key", + "trans": "희귀한 상자 열쇠" + } + }, + "key2": { + "name": { + "eng": "Rare Container Key", + "trans": "희귀한 컨테이너 열쇠" + } + }, + "key3": { + "name": { + "eng": "Unique Container Key", + "trans": "독특한 컨테이너 키" + } + }, + "keyFragment": { + "generalDescription": { + "eng": "Collect ${amount} of these to create a ${keyName} that can be used to unlock a ${containerName}.", + "trans": "${amount}개를 모아 ${keyName}을(를) 만들어 ${containerName}을(를) 열 수 있습니다." + } + }, + "keyFragment1": { + "name": { + "eng": "Uncommon Key Fragment", + "trans": "희귀한 열쇠 조각" + } + }, + "keyFragment2": { + "name": { + "eng": "Rare Key Fragment", + "trans": "희귀한 열쇠 조각" + } + }, + "keyFragment3": { + "name": { + "eng": "Unique Key Fragment", + "trans": "유니크 키 조각" + } + }, "levelLootBox1": { "description": { "eng": "Special reward container obtained from clearing hard or above difficulty strongholds in locations", @@ -3367,8 +3507,8 @@ }, "lootBox1": { "description": { - "eng": "A common container that contains a random item.", - "trans": "무작위 아이템이 들어있는 평범한 상자입니다." + "eng": "A common container that contains random items.", + "trans": "무작위 아이템이 들어있는 평범한 상자." }, "name": { "eng": "Common Container", @@ -3377,12 +3517,22 @@ }, "lootBox2": { "description": { - "eng": "A uncommon container that contains a random item.", - "trans": "무작위 아이템이 들어있는 비범한 상자입니다." + "eng": "A uncommon container that contains random items.", + "trans": "랜덤 아이템이 들어있는 비범한 상자." }, "name": { - "eng": "Uncommon Container", - "trans": "비범한 상자" + "eng": "Locked Uncommon Container", + "trans": "잠긴 비범한 상자" + } + }, + "lootBox3": { + "description": { + "eng": "A rare container that contains random items.", + "trans": "랜덤 아이템이 들어있는 희귀한 컨테이너." + }, + "name": { + "eng": "Locked Rare Container", + "trans": "잠긴 희귀한 컨테이너" } }, "lootDoorKey": { @@ -3455,6 +3605,24 @@ "trans": "유로달러" } }, + "mythicLevelShard": { + "name": { + "eng": "Mythic Level Shard", + "trans": "신화 레벨 샤드" + } + }, + "mythicResetShard": { + "name": { + "eng": "Mythic Reset Shard", + "trans": "신화 리셋 샤드" + } + }, + "mythicUpgradeShard": { + "name": { + "eng": "Mythic Upgrade Shard", + "trans": "신화 업그레이드 조각" + } + }, "netcoin": { "description": { "eng": "NetCoin is a digital currency mainly used in black market transactions. It is untraceable and can be used to purchase illegal goods and services.", @@ -3522,30 +3690,18 @@ } }, "rareLevelShard": { - "description": { - "eng": "Use to level up an rare item to its next level", - "trans": "희귀한 아이템을 다음 레벨로 업그레이드하기 위해 사용합니다" - }, "name": { "eng": "Rare Level Shard", "trans": "희귀한 레벨 샤드" } }, "rareResetShard": { - "description": { - "eng": "Use to reset a rare item with new traits by chance", - "trans": "희귀한 아이템의 특성을 새로운 특성으로 재설정하기 위해 사용합니다" - }, "name": { "eng": "Rare Reset Shard", "trans": "희귀한 초기화 샤드" } }, "rareUpgradeShard": { - "description": { - "eng": "Use to upgrade an uncommon item to rare tier", - "trans": "희귀 아이템을 레어 등급으로 업그레이드하는 데 사용합니다" - }, "name": { "eng": "Rare Upgrade Shard", "trans": "희귀한 업그레이드 샤드" @@ -3561,6 +3717,12 @@ "trans": "나노 수리장치" } }, + "resetGeneral": { + "description": { + "eng": "Use to reset a ${tier} item with new random prefixes", + "trans": "${tier} 등급 아이템을 새로운 무작위 접두사로 재설정하는 데 사용합니다" + } + }, "rewardCipher": { "description": { "eng": "Used to re-roll quest reward.", @@ -3648,60 +3810,46 @@ } }, "uncommonLevelShard": { - "description": { - "eng": "Use to level up an uncommon item to its next level", - "trans": "비범 아이템을 다음 레벨로 업그레이드하기 위해 사용합니다" - }, "name": { "eng": "Uncommon Level Shard", "trans": "비범한 레벨 샤드" } }, "uncommonResetShard": { - "description": { - "eng": "Use to reset a uncommon item with new traits by chance", - "trans": "새로운 특성을 가진 희귀 아이템을 우연히 재설정하기 위해 사용합니다" - }, "name": { "eng": "Uncommon Reset Shard", "trans": "비범한 초기화 샤드" } }, "uncommonUpgradeShard": { - "description": { - "eng": "Use to upgrade an common item to uncommon tier", - "trans": "일반 아이템을 희귀 등급으로 업그레이드하는 데 사용합니다" - }, "name": { "eng": "Uncommon Upgrade Shard", "trans": "비범한 업그레이드 샤드" } }, "uniqueLevelShard": { - "description": { - "eng": "Use to level up an unique item to its next level", - "trans": "유일 아이템을 다음 레벨로 업그레이드하기 위해 사용합니다" - }, "name": { "eng": "Unique Level Shard", "trans": "유일한 레벨 샤드" } }, - "uniqueResetShard": { + "uniqueLootBox": { "description": { - "eng": "Use to reset a unique item with new traits by chance", - "trans": "유일한 아이템의 특성을 새로운 특성으로 재설정하기 위해 사용합니다" + "eng": "A unique container that contains random items.", + "trans": "무작위 아이템을 담고 있는 독특한 용기." }, + "name": { + "eng": "Locked Unique Container", + "trans": "잠긴 유니크 컨테이너" + } + }, + "uniqueResetShard": { "name": { "eng": "Unique Reset Shard", "trans": "유일한 초기화 샤드" } }, "uniqueUpgradeShard": { - "description": { - "eng": "Use to upgrade an rare item to unique tier", - "trans": "희귀한 아이템을 유니크 등급으로 업그레이드하는 데 사용합니다" - }, "name": { "eng": "Unique Upgrade Shard", "trans": "유일한 업그레이드 샤드" @@ -3717,6 +3865,12 @@ "trans": "유니버설 달러" } }, + "upgradeGeneral": { + "description": { + "eng": "Use to upgrade an ${fromTier} item to ${toTier}", + "trans": "${fromTier} 등급 아이템을 ${toTier} 등급으로 업그레이드하려면 사용하세요" + } + }, "upperArmor": { "description": { "eng": "A piece of equipment that protects the upper body.", @@ -5569,9 +5723,9 @@ "eng": "You need to be at least level ${level} to place a hit.", "trans": "현상금을 걸기 위해선 ${level}레벨 이상이어야 합니다." }, - "notEnoughUnitError": { - "eng": "Minimum hit bounty is ${minNormal} or ${minUnit}", - "trans": "최소 피해 현상금은 ${minNormal} 또는 ${minUnit}입니다" + "notEnoughUnitError1": { + "eng": "Minimum hit bounty is ${minNormal}", + "trans": "최소 히트 바운티는 ${minNormal}입니다" }, "placeHit": { "eng": "Place hit", @@ -5973,6 +6127,14 @@ "eng": "You will receive the following items when your friend reaches level ${level}.", "trans": "친구가 레벨 ${level}에 도달하면 다음 아이템을 받게 됩니다." }, + "share": { + "eng": "Share now", + "trans": "지금 공유하기" + }, + "shareText": { + "eng": "hey! checkout this awesome text based MMORPG! enter my name \"${name}\" as referral when you create your character!", + "trans": "얘들아! 이 멋진 텍스트 기반 MMORPG를 확인해봐! 캐릭터를 만들 때 내 이름 \"${name}\"을(를) 추천인으로 입력해줘!" + }, "title": { "eng": "Invite your friends", "trans": "친구 초대하기" @@ -6271,6 +6433,12 @@ "trans": "상점 아이템 새로고침" } }, + "renderMessage": { + "tier": { + "eng": "${tier} Tier", + "trans": "${tier} 등급" + } + }, "repairAnimationPopup": { "confirm": { "eng": "Confirm", @@ -6408,6 +6576,12 @@ } }, "rewardReceivedModal": { + "calibrationSuccess": { + "title": { + "eng": "Calibration Success", + "trans": "교정 성공" + } + }, "defeatEnemy": { "title": { "eng": "Victory", @@ -6493,6 +6667,10 @@ "eng": "You cannot engage a player that is more than ${levelDiff} levels higher or below you", "trans": "${levelDiff} 레벨 이상 높거나 낮은 플레이어와는 전투할 수 없습니다" }, + "notEnoughMoneyPvp": { + "eng": "You need at least ${money} to engage in PvP", + "trans": "PvP에 참여하려면 최소 ${money}가 필요합니다" + }, "notEnoughPsychosis": { "eng": "You need at least ${psychosis} psychosis to engage in PvP", "trans": "PvP에 참여하려면 사이버 싸이코가 ${psychosis} 이상이어야 합니다" @@ -6846,9 +7024,9 @@ "trans": "${amount}개의 ${item}을(를) 구매했습니다" }, "selectAmountModel": { - "content": { - "eng": "You are about to purchase ${amount} ${item}, total: ${total}${currencySymbol}", - "trans": "${amount}${item}을(를) 구매하려고 합니다. 총액: ${total}${currencySymbol}" + "body": { + "eng": "You are about to purchase ${amount} ${item}, total: ${total}", + "trans": "${amount} ${item}을(를) 구매하려고 합니다. 총액: ${total}" }, "title": { "eng": "How many would you like to purchase?", @@ -7367,6 +7545,12 @@ "trans": "영웅" } }, + "mythic": { + "name": { + "eng": "Mythic", + "trans": "신화적인" + } + }, "rare": { "name": { "eng": "Rare", @@ -8070,6 +8254,14 @@ "eng": "Can't reset a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "${itemTier} 등급 아이템을 초기화할 수 없습니다. ${shardName}은(는) ${requiredTier} 등급 아이템에만 사용할 수 있습니다" }, + "upgradeLevelTooLow": { + "eng": "Can't upgrade to a ${itemTier} item, ${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "${itemTier} 등급 아이템으로 업그레이드할 수 없습니다. ${shardName}은(는) 최소 레벨이 ${minLevel}인 아이템과만 사용할 수 있습니다" + }, + "upgradeLevelTooLowMythic": { + "eng": "${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "${shardName}은(는) 최소 레벨 ${minLevel} 이상의 아이템과 함께만 사용할 수 있습니다" + }, "upgradeNonTierMismatch": { "eng": "Can't upgrade a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "${itemTier} 등급 아이템을 업그레이드할 수 없습니다. ${shardName}은(는) ${requiredTier} 등급 아이템에만 사용할 수 있습니다" @@ -8160,6 +8352,12 @@ } } }, + "webLandingPage": { + "webNotAvailable": { + "eng": "Web version is not available yet.", + "trans": "웹 버전은 아직 제공되지 않습니다." + } + }, "wikiPage": { "subtitle": { "eng": "the free encyclopedia that anyone can edit", @@ -8175,8 +8373,20 @@ }, "calibrated10": { "announcement": { - "eng": "${playerName} has calibrated ${item} to calibration level +10, we need to have a drink named after this legend!", - "trans": "${playerName}님이 ${item}을(를) +10으로 교정했습니다! 이 전설을 기념하는 술을 한잔 마셔야겠어요!" + "eng": "${playerName} has calibrated ${item} to calibration level +10!", + "trans": "${playerName}님이 ${item}을(를) 교정 레벨 +10으로 조정했습니다!" + } + }, + "calibrated11": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +11!", + "trans": "${playerName}님이 ${item}을(를) 교정 레벨 +11로 조정했습니다!" + } + }, + "calibrated12": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +12!", + "trans": "${playerName}님이 ${item}을(를) 교정 레벨 +12로 조정했습니다!" } }, "calibrated7": { @@ -8223,9 +8433,15 @@ }, "upgradedEpic": { "announcement": { - "eng": "${playerName} upgraded ${item}!", - "trans": "${playerName}이(가) ${item}을(를) 업그레이드했습니다!" + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "${playerName}님이 ${item}을(를) ${tier}로 업그레이드했습니다!" + } + }, + "upgradedMythic": { + "announcement": { + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "${playerName}님이 ${item}을(를) ${tier}로 업그레이드했습니다!" } } } -} +} \ No newline at end of file diff --git a/contribution/ru/translation.json b/contribution/ru/translation.json index a31f13db..ec70c602 100644 --- a/contribution/ru/translation.json +++ b/contribution/ru/translation.json @@ -309,8 +309,8 @@ }, "apartmentPurchasePage": { "confirmDescription": { - "eng": "Are you sure you want to rent this apartment? if you already has an apartment, it will be dismissed.", - "trans": "Вы уверены, что хотите арендовать эту квартиру? Если у вас уже есть квартира, она будет отменена." + "eng": "Are you sure you want to rent this apartment? if you already have an apartment, it will be dismissed.", + "trans": "Ты уверен, что хочешь арендовать эту квартиру? Если у тебя уже есть квартира, она будет отменена." }, "confirmTitle": { "eng": "Confirm Rental", @@ -399,6 +399,44 @@ } } }, + "autoCalibrationPage": { + "calibrate": { + "eng": "Start Auto Calibration", + "trans": "Начать автоматическую калибровку" + }, + "description": { + "eng": "Calibrate to calibration level ${caliLevel}", + "trans": "Калибровать до уровня калибровки ${caliLevel}" + }, + "destroyChance": { + "eng": "Destroy chance:", + "trans": "Шанс уничтожения:\n\n" + }, + "maxed": { + "eng": "Max Calibration Reached", + "trans": "Максимальная калибровка достигнута" + }, + "noChance": { + "eng": "Success chance is zero", + "trans": "Шанс успеха равен нулю" + }, + "noItem": { + "eng": "No item found", + "trans": "Ничего не найдено" + }, + "stop": { + "eng": "Interrupt Auto Calibration", + "trans": "Прервать автоматическую калибровку" + }, + "successChance": { + "eng": "Success chance:", + "trans": "Шанс успеха:\n\n" + }, + "tip": { + "eng": "Automatically calibrate and repair your item until it have successfully calibrated it once, or if you stopped the process.", + "trans": "Автоматически калибруйте и ремонтируйте свой предмет до тех пор, пока он не будет успешно откалиброван, или если вы остановили процесс." + } + }, "backgroundTask": { "cancelConfirmCancel": { "eng": "Terminate task", @@ -1164,6 +1202,10 @@ "selectAmount": { "eng": "Select amount", "trans": "Выберите количество" + }, + "selectRecipe": { + "eng": "Select a recipe below", + "trans": "Выберите рецепт ниже" } }, "costDisplay": { @@ -2356,6 +2398,10 @@ "eng": "You cannot place bounty on this player", "trans": "Вы не можете назначить награду на этого игрока" }, + "cannotPlaceBountyOnLowLevel": { + "eng": "You cannot place bounty on players lower than level ${level}", + "trans": "Вы не можете выставить награду на игроков ниже уровня ${level}" + }, "cannotPlaceBountyOnSelf": { "eng": "You cannot place bounty on yourself", "trans": "Вы не можете назначить награду на себя" @@ -2531,9 +2577,13 @@ } }, "itemCalibrateTab": { + "autoCalibrate": { + "eng": "Auto Calibrate", + "trans": "Автоматическая калибровка" + }, "caliButton": { "des": { - "eng": "Comsumes one ${itemName}", + "eng": "Consumes one ${itemName}", "trans": "Потребляет один ${itemName}" }, "title": { @@ -2541,32 +2591,54 @@ "trans": "Калибровать" } }, - "destroyChance": { - "eng": "There is ${destroyChance}% chance of item being destroyed on failure. You can attempt to repair a destroyed item in the ${repairNpc}.", - "trans": "Существует ${destroyChance}% шанс того, что предмет будет уничтожен при неудаче. Вы можете попытаться восстановить уничтоженный предмет у ${repairNpc}." + "destroyChance2": { + "eng": "destroy chance", + "trans": "шанс уничтожения" + }, + "destroyChanceInfo": { + "description1": { + "eng": "Destroy chance is the chance of the item being destroyed when calibration failed.", + "trans": "Шанс уничтожения - это вероятность того, что предмет будет уничтожен при неудачной калибровке." + }, + "description2": { + "eng": "A destroyed item can be repaired at ${npcName} with ${item}", + "trans": "Поврежденный предмет можно отремонтировать у ${npcName} с помощью ${item}" + }, + "title": { + "eng": "Destroy chance", + "trans": "Шанс уничтожения" + } }, "maxCalibration": { "description": { - "eng": "This item has reached the maximum amount of calibrations. you may upgrade the tier of the item to increase the maximum times it can be calibrated.", - "trans": "Этот предмет достиг максимального количества калибровок. Вы можете улучшить уровень предмета, чтобы увеличить максимальное количество калибровок." + "eng": "you can increase the max calibration capacity by upgrading the item using ${item}", + "trans": "Ты можешь увеличить максимальную емкость калибровки, улучшив предмет с помощью ${item}" }, "title": { "eng": "Max Calibration", "trans": "Максимальная калибровка" } }, + "noChance": { + "eng": "Success chance is zero", + "trans": "Шанс успеха равен нулю" + }, "selectOptimizer": { "eng": "Select optimizer", "trans": "Выбрать оптимизатор" }, + "skipAnimation": { + "eng": "Skip animation", + "trans": "Пропустить анимацию" + }, "successChance": { "eng": "Success chance", "trans": "Шанс успеха" }, "tip": { "noOptimizer": { - "eng": "You can use a optimizer to improve your calibration process", - "trans": "Вы можете использовать оптимизатор для улучшения процесса калибровки" + "eng": "You can use a optimizer to improve your calibration chances.", + "trans": "Ты можешь использовать оптимизатор, чтобы улучшить свои шансы на калибровку." } } }, @@ -2590,8 +2662,8 @@ }, "itemDestroyed": { "des2": { - "eng": "You can attempt to repair it in the ${repairNpc}", - "trans": "Вы можете попытаться отремонтировать его у ${repairNpc}" + "eng": "You can repair this item at the ${repairNpc}", + "trans": "Вы можете отремонтировать этот предмет у ${repairNpc}" }, "repairButton": { "eng": "Repair", @@ -2757,6 +2829,16 @@ "eng": "Each repair attempt has ${chance}% chance of success and costs one ${repairItem}. the 10th time is guaranteed to succeed.", "trans": "Каждая попытка ремонта имеет ${chance}% шанс на успех и стоит один ${repairItem}. Десятая попытка гарантированно приведет к успеху." }, + "autoRepair": { + "title": { + "eng": "Auto repair", + "trans": "Автоматический ремонт" + } + }, + "autoRepairComplete": { + "eng": "Repair completed!", + "trans": "Ремонт завершен!" + }, "itemSelectModal": { "title": { "eng": "Select the item to repair", @@ -2773,6 +2855,12 @@ "trans": "Ремонт" } }, + "skipAnimation": { + "title": { + "eng": "Skip animation", + "trans": "Пропустить анимацию" + } + }, "title": { "eng": "Equipment Repair", "trans": "Ремонт оборудования" @@ -2935,6 +3023,12 @@ "trans": "Улучшить" } }, + "itemUpgradeShard": { + "name": { + "eng": "Item Upgrade Shard", + "trans": "Шард улучшения предмета" + } + }, "lowerArmor": { "name": { "eng": "Lower Armor", @@ -3167,6 +3261,16 @@ "trans": "Калибровочный осколок" } }, + "calibrationStabilizer1": { + "description": { + "eng": "Use during calibration to increase chance of success by ${percent}%", + "trans": "Используйте во время калибровки, чтобы увеличить шанс успеха на ${percent}%" + }, + "name": { + "eng": "Calibration Stabilizer", + "trans": "Калибровочный стабилизатор" + } + }, "clanMaintenanceResource": { "description": { "eng": "Use to contribute to gang maintenance", @@ -3189,8 +3293,8 @@ }, "commonLevelShard": { "description": { - "eng": "Use to level up an common item to its next level", - "trans": "Используйте для повышения уровня обычного предмета до следующего уровня" + "eng": "you can use this item to level up an ${tier} item to its next level", + "trans": "Ты можешь использовать этот предмет, чтобы повысить уровень предмета ${tier} до следующего уровня" }, "name": { "eng": "Common Level Shard", @@ -3228,30 +3332,18 @@ } }, "epicLevelShard": { - "description": { - "eng": "Use to level up an epic item to its next level", - "trans": "Используйте, чтобы повысить уровень эпического предмета до следующего уровня" - }, "name": { "eng": "Epic Level Shard", "trans": "Эпический уровень осколка" } }, "epicResetShard": { - "description": { - "eng": "Use to reset a epic item with new traits by chance", - "trans": "Используйте для сброса эпического предмета с новыми характеристиками случайным образом" - }, "name": { "eng": "Epic Reset Shard", "trans": "Эпический Сброс Шард" } }, "epicUpgradeShard": { - "description": { - "eng": "Use to upgrade an unique item to epic tier", - "trans": "Используйте для улучшения уникального предмета до эпического уровня" - }, "name": { "eng": "Epic Upgrade Shard", "trans": "Эпический апгрейдный осколок" @@ -3355,6 +3447,54 @@ "trans": "Уровень осколка" } }, + "key": { + "generalDescription": { + "eng": "A key that can be used to unlock a ${containerName}.", + "trans": "Ключ, который можно использовать для открытия ${containerName}." + } + }, + "key1": { + "name": { + "eng": "Uncommon Container Key", + "trans": "Ключ от необычного контейнера" + } + }, + "key2": { + "name": { + "eng": "Rare Container Key", + "trans": "Ключ от редкого контейнера" + } + }, + "key3": { + "name": { + "eng": "Unique Container Key", + "trans": "Уникальный ключ контейнера" + } + }, + "keyFragment": { + "generalDescription": { + "eng": "Collect ${amount} of these to create a ${keyName} that can be used to unlock a ${containerName}.", + "trans": "Соберите ${amount} из них, чтобы создать ${keyName}, который можно использовать для открытия ${containerName}." + } + }, + "keyFragment1": { + "name": { + "eng": "Uncommon Key Fragment", + "trans": "Необычный фрагмент ключа" + } + }, + "keyFragment2": { + "name": { + "eng": "Rare Key Fragment", + "trans": "Редкий фрагмент ключа" + } + }, + "keyFragment3": { + "name": { + "eng": "Unique Key Fragment", + "trans": "Уникальный фрагмент ключа" + } + }, "levelLootBox1": { "description": { "eng": "Special reward container obtained from clearing hard or above difficulty strongholds in locations", @@ -3367,8 +3507,8 @@ }, "lootBox1": { "description": { - "eng": "A common container that contains a random item.", - "trans": "Обычный контейнер, содержащий случайный предмет." + "eng": "A common container that contains random items.", + "trans": "Обычный контейнер, содержащий случайные предметы." }, "name": { "eng": "Common Container", @@ -3377,12 +3517,22 @@ }, "lootBox2": { "description": { - "eng": "A uncommon container that contains a random item.", - "trans": "Необычный контейнер, содержащий случайный предмет." + "eng": "A uncommon container that contains random items.", + "trans": "Необычный контейнер, содержащий случайные предметы." }, "name": { - "eng": "Uncommon Container", - "trans": "Необычный контейнер" + "eng": "Locked Uncommon Container", + "trans": "Запертый необычный контейнер" + } + }, + "lootBox3": { + "description": { + "eng": "A rare container that contains random items.", + "trans": "Редкий контейнер, содержащий случайные предметы." + }, + "name": { + "eng": "Locked Rare Container", + "trans": "Запертый редкий контейнер" } }, "lootDoorKey": { @@ -3455,6 +3605,24 @@ "trans": "Евродоллар" } }, + "mythicLevelShard": { + "name": { + "eng": "Mythic Level Shard", + "trans": "Мифический фрагмент уровня" + } + }, + "mythicResetShard": { + "name": { + "eng": "Mythic Reset Shard", + "trans": "Мифический камень сброса" + } + }, + "mythicUpgradeShard": { + "name": { + "eng": "Mythic Upgrade Shard", + "trans": "Мифический апгрейдный осколок" + } + }, "netcoin": { "description": { "eng": "NetCoin is a digital currency mainly used in black market transactions. It is untraceable and can be used to purchase illegal goods and services.", @@ -3522,30 +3690,18 @@ } }, "rareLevelShard": { - "description": { - "eng": "Use to level up an rare item to its next level", - "trans": "Используйте для повышения уровня редкого предмета до следующего уровня" - }, "name": { "eng": "Rare Level Shard", "trans": "Редкий уровень осколка" } }, "rareResetShard": { - "description": { - "eng": "Use to reset a rare item with new traits by chance", - "trans": "Используйте для сброса редкого предмета с новыми характеристиками случайным образом" - }, "name": { "eng": "Rare Reset Shard", "trans": "Редкий сброс осколка" } }, "rareUpgradeShard": { - "description": { - "eng": "Use to upgrade an uncommon item to rare tier", - "trans": "Используйте для улучшения необычного предмета до редкого уровня" - }, "name": { "eng": "Rare Upgrade Shard", "trans": "Редкий апгрейдовый осколок" @@ -3561,6 +3717,12 @@ "trans": "Нано-ремонтник" } }, + "resetGeneral": { + "description": { + "eng": "Use to reset a ${tier} item with new random prefixes", + "trans": "Используйте для сброса предмета ${tier} с новыми случайными префиксами" + } + }, "rewardCipher": { "description": { "eng": "Used to re-roll quest reward.", @@ -3648,60 +3810,46 @@ } }, "uncommonLevelShard": { - "description": { - "eng": "Use to level up an uncommon item to its next level", - "trans": "Используйте, чтобы повысить уровень необычного предмета до следующего уровня" - }, "name": { "eng": "Uncommon Level Shard", "trans": "Необычный уровень осколка" } }, "uncommonResetShard": { - "description": { - "eng": "Use to reset a uncommon item with new traits by chance", - "trans": "Используйте для сброса необычного предмета с новыми характеристиками случайным образом" - }, "name": { "eng": "Uncommon Reset Shard", "trans": "Необычный Кристалл Сброса" } }, "uncommonUpgradeShard": { - "description": { - "eng": "Use to upgrade an common item to uncommon tier", - "trans": "Используйте для улучшения обычного предмета до необычного уровня" - }, "name": { "eng": "Uncommon Upgrade Shard", "trans": "Необычный улучшающий осколок" } }, "uniqueLevelShard": { - "description": { - "eng": "Use to level up an unique item to its next level", - "trans": "Используйте для повышения уровня уникального предмета до следующего уровня" - }, "name": { "eng": "Unique Level Shard", "trans": "Уникальный уровень осколка" } }, - "uniqueResetShard": { + "uniqueLootBox": { "description": { - "eng": "Use to reset a unique item with new traits by chance", - "trans": "Используйте для сброса уникального предмета с новыми характеристиками случайным образом" + "eng": "A unique container that contains random items.", + "trans": "Уникальный контейнер, содержащий случайные предметы." }, + "name": { + "eng": "Locked Unique Container", + "trans": "Запертый уникальный контейнер" + } + }, + "uniqueResetShard": { "name": { "eng": "Unique Reset Shard", "trans": "Уникальный Сброс Шард" } }, "uniqueUpgradeShard": { - "description": { - "eng": "Use to upgrade an rare item to unique tier", - "trans": "Используйте для улучшения редкого предмета до уникального уровня" - }, "name": { "eng": "Unique Upgrade Shard", "trans": "Уникальный апгрейдный осколок" @@ -3717,6 +3865,12 @@ "trans": "Универсальные доллары" } }, + "upgradeGeneral": { + "description": { + "eng": "Use to upgrade an ${fromTier} item to ${toTier}", + "trans": "Используйте для улучшения предмета ${fromTier} до ${toTier}" + } + }, "upperArmor": { "description": { "eng": "A piece of equipment that protects the upper body.", @@ -5569,9 +5723,9 @@ "eng": "You need to be at least level ${level} to place a hit.", "trans": "Для совершения удара необходимо иметь уровень не ниже ${level}." }, - "notEnoughUnitError": { - "eng": "Minimum hit bounty is ${minNormal} or ${minUnit}", - "trans": "Минимальная награда за попадание составляет ${minNormal} или ${minUnit}" + "notEnoughUnitError1": { + "eng": "Minimum hit bounty is ${minNormal}", + "trans": "Минимальная награда за попадание составляет ${minNormal}" }, "placeHit": { "eng": "Place hit", @@ -5973,6 +6127,14 @@ "eng": "You will receive the following items when your friend reaches level ${level}.", "trans": "Вы получите следующие предметы, когда ваш друг достигнет уровня ${level}." }, + "share": { + "eng": "Share now", + "trans": "Поделиться сейчас" + }, + "shareText": { + "eng": "hey! checkout this awesome text based MMORPG! enter my name \"${name}\" as referral when you create your character!", + "trans": "Привет! Проверь эту крутую текстовую MMORPG! Введи мое имя \"${name}\" как реферал при создании персонажа!" + }, "title": { "eng": "Invite your friends", "trans": "Пригласите своих друзей" @@ -6271,6 +6433,12 @@ "trans": "Обновить предметы в магазине" } }, + "renderMessage": { + "tier": { + "eng": "${tier} Tier", + "trans": "Тир ${tier}" + } + }, "repairAnimationPopup": { "confirm": { "eng": "Confirm", @@ -6408,6 +6576,12 @@ } }, "rewardReceivedModal": { + "calibrationSuccess": { + "title": { + "eng": "Calibration Success", + "trans": "Калибровка успешна" + } + }, "defeatEnemy": { "title": { "eng": "Victory", @@ -6493,6 +6667,10 @@ "eng": "You cannot engage a player that is more than ${levelDiff} levels higher or below you", "trans": "Вы не можете атаковать игрока, который имеет разницу в уровнях больше чем ${levelDiff} или меньше вас" }, + "notEnoughMoneyPvp": { + "eng": "You need at least ${money} to engage in PvP", + "trans": "Для участия в PvP вам нужно как минимум ${money}" + }, "notEnoughPsychosis": { "eng": "You need at least ${psychosis} psychosis to engage in PvP", "trans": "Для участия в PvP необходимо иметь как минимум ${psychosis} киберпсихоза" @@ -6846,9 +7024,9 @@ "trans": "Вы приобрели ${amount} ${item}" }, "selectAmountModel": { - "content": { - "eng": "You are about to purchase ${amount} ${item}, total: ${total}${currencySymbol}", - "trans": "Вы собираетесь приобрести ${amount} ${item}, всего: ${total}${currencySymbol}" + "body": { + "eng": "You are about to purchase ${amount} ${item}, total: ${total}", + "trans": "Вы собираетесь приобрести ${amount} ${item}, итого: ${total}" }, "title": { "eng": "How many would you like to purchase?", @@ -7367,6 +7545,12 @@ "trans": "Эпический" } }, + "mythic": { + "name": { + "eng": "Mythic", + "trans": "Мифический" + } + }, "rare": { "name": { "eng": "Rare", @@ -8070,6 +8254,14 @@ "eng": "Can't reset a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "Невозможно сбросить предмет ${itemTier} уровня, ${shardName} можно использовать только с предметами ${requiredTier} уровня" }, + "upgradeLevelTooLow": { + "eng": "Can't upgrade to a ${itemTier} item, ${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "Невозможно улучшить предмет ${itemTier}, ${shardName} может быть использован только с предметами, которые имеют уровень не ниже ${minLevel}" + }, + "upgradeLevelTooLowMythic": { + "eng": "${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "${shardName} может быть использован только с предметами, которые имеют уровень не ниже ${minLevel}" + }, "upgradeNonTierMismatch": { "eng": "Can't upgrade a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "Невозможно улучшить предмет ${itemTier} уровня, ${shardName} можно использовать только с предметами ${requiredTier} уровня" @@ -8160,6 +8352,12 @@ } } }, + "webLandingPage": { + "webNotAvailable": { + "eng": "Web version is not available yet.", + "trans": "Веб-версия пока недоступна." + } + }, "wikiPage": { "subtitle": { "eng": "the free encyclopedia that anyone can edit", @@ -8175,8 +8373,20 @@ }, "calibrated10": { "announcement": { - "eng": "${playerName} has calibrated ${item} to calibration level +10, we need to have a drink named after this legend!", - "trans": "${playerName} откалибровал ${item} до уровня калибровки +10, нам нужно придумать напиток в честь этой легенды!" + "eng": "${playerName} has calibrated ${item} to calibration level +10!", + "trans": "${playerName} откалибровал ${item} до уровня калибровки +10!" + } + }, + "calibrated11": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +11!", + "trans": "${playerName} откалибровал ${item} до уровня калибровки +11!" + } + }, + "calibrated12": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +12!", + "trans": "${playerName} откалибровал ${item} до уровня калибровки +12!" } }, "calibrated7": { @@ -8223,8 +8433,14 @@ }, "upgradedEpic": { "announcement": { - "eng": "${playerName} upgraded ${item}!", - "trans": "${playerName} улучшил(а) ${item}!" + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "${playerName} улучшил(а) ${item} до ${tier}!" + } + }, + "upgradedMythic": { + "announcement": { + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "${playerName} улучшил(а) ${item} до ${tier}!" } } } diff --git a/contribution/zh-TW/translation.json b/contribution/zh-TW/translation.json index 31fd8d35..94e0ba2a 100644 --- a/contribution/zh-TW/translation.json +++ b/contribution/zh-TW/translation.json @@ -309,8 +309,8 @@ }, "apartmentPurchasePage": { "confirmDescription": { - "eng": "Are you sure you want to rent this apartment? if you already has an apartment, it will be dismissed.", - "trans": "您確定要租這間公寓嗎?如果您已經有一間公寓,它將被解除。" + "eng": "Are you sure you want to rent this apartment? if you already have an apartment, it will be dismissed.", + "trans": "你確定要租這間公寓嗎?如果你已經有一間公寓,它將被取消。" }, "confirmTitle": { "eng": "Confirm Rental", @@ -399,6 +399,44 @@ } } }, + "autoCalibrationPage": { + "calibrate": { + "eng": "Start Auto Calibration", + "trans": "開始自動校準" + }, + "description": { + "eng": "Calibrate to calibration level ${caliLevel}", + "trans": "校準至校準等級${caliLevel}" + }, + "destroyChance": { + "eng": "Destroy chance:", + "trans": "摧毀機會" + }, + "maxed": { + "eng": "Max Calibration Reached", + "trans": "最高校準達成" + }, + "noChance": { + "eng": "Success chance is zero", + "trans": "成功機率為零" + }, + "noItem": { + "eng": "No item found", + "trans": "找不到物品" + }, + "stop": { + "eng": "Interrupt Auto Calibration", + "trans": "中斷自動校準" + }, + "successChance": { + "eng": "Success chance:", + "trans": "成功機率:" + }, + "tip": { + "eng": "Automatically calibrate and repair your item until it have successfully calibrated it once, or if you stopped the process.", + "trans": "自動校準並修復您的物品,直到成功校準一次,或者如果您停止了該過程。" + } + }, "backgroundTask": { "cancelConfirmCancel": { "eng": "Terminate task", @@ -1164,6 +1202,10 @@ "selectAmount": { "eng": "Select amount", "trans": "選擇數量" + }, + "selectRecipe": { + "eng": "Select a recipe below", + "trans": "在下方選擇一個合成表" } }, "costDisplay": { @@ -2356,6 +2398,10 @@ "eng": "You cannot place bounty on this player", "trans": "你無法對這位玩家懸賞" }, + "cannotPlaceBountyOnLowLevel": { + "eng": "You cannot place bounty on players lower than level ${level}", + "trans": "你無法對低於${level}等級的玩家設置懸賞金。" + }, "cannotPlaceBountyOnSelf": { "eng": "You cannot place bounty on yourself", "trans": "你無法對自己設置懸賞" @@ -2531,9 +2577,13 @@ } }, "itemCalibrateTab": { + "autoCalibrate": { + "eng": "Auto Calibrate", + "trans": "自動校準" + }, "caliButton": { "des": { - "eng": "Comsumes one ${itemName}", + "eng": "Consumes one ${itemName}", "trans": "消耗一個${itemName}" }, "title": { @@ -2541,32 +2591,54 @@ "trans": "校準" } }, - "destroyChance": { - "eng": "There is ${destroyChance}% chance of item being destroyed on failure. You can attempt to repair a destroyed item in the ${repairNpc}.", - "trans": "失敗時物品被摧毀的機率為${destroyChance}%。您可以嘗試在${repairNpc}修復被摧毀的物品。" + "destroyChance2": { + "eng": "destroy chance", + "trans": "毀滅機會" + }, + "destroyChanceInfo": { + "description1": { + "eng": "Destroy chance is the chance of the item being destroyed when calibration failed.", + "trans": "毀損機率是在校準失敗時物品被毀壞的機率。" + }, + "description2": { + "eng": "A destroyed item can be repaired at ${npcName} with ${item}", + "trans": "可以在${npcName}處用${item}修復損壞的物品。" + }, + "title": { + "eng": "Destroy chance", + "trans": "毀滅機會" + } }, "maxCalibration": { "description": { - "eng": "This item has reached the maximum amount of calibrations. you may upgrade the tier of the item to increase the maximum times it can be calibrated.", - "trans": "該物品已達到最大校準次數。您可以升級該物品的等級以增加最大校準次數。" + "eng": "you can increase the max calibration capacity by upgrading the item using ${item}", + "trans": "你可以使用${item}升級物品來增加最大校準容量" }, "title": { "eng": "Max Calibration", "trans": "最大校準" } }, + "noChance": { + "eng": "Success chance is zero", + "trans": "成功機率為零" + }, "selectOptimizer": { "eng": "Select optimizer", "trans": "選擇優化器" }, + "skipAnimation": { + "eng": "Skip animation", + "trans": "跳過動畫" + }, "successChance": { "eng": "Success chance", "trans": "成功機率" }, "tip": { "noOptimizer": { - "eng": "You can use a optimizer to improve your calibration process", - "trans": "您可以使用優化器來改善校準過程" + "eng": "You can use a optimizer to improve your calibration chances.", + "trans": "你可以使用優化器來提高你的校準機會。" } } }, @@ -2590,8 +2662,8 @@ }, "itemDestroyed": { "des2": { - "eng": "You can attempt to repair it in the ${repairNpc}", - "trans": "您可以嘗試在${repairNpc}進行修復" + "eng": "You can repair this item at the ${repairNpc}", + "trans": "你可以在${repairNpc}處修復這件物品。" }, "repairButton": { "eng": "Repair", @@ -2633,7 +2705,7 @@ }, "cantScrapLocked": { "eng": "You can\\'t scrap locked items", - "trans": "您無法報廢已鎖定的物品。" + "trans": "您無法報廢已加密的物品。" }, "diff": { "header1": { @@ -2757,6 +2829,16 @@ "eng": "Each repair attempt has ${chance}% chance of success and costs one ${repairItem}. the 10th time is guaranteed to succeed.", "trans": "每次修復嘗試有${chance}%的成功機率,並且需要花費一個${repairItem}。第10次嘗試保證成功。" }, + "autoRepair": { + "title": { + "eng": "Auto repair", + "trans": "自動修復" + } + }, + "autoRepairComplete": { + "eng": "Repair completed!", + "trans": "修復完成!" + }, "itemSelectModal": { "title": { "eng": "Select the item to repair", @@ -2773,6 +2855,12 @@ "trans": "修復" } }, + "skipAnimation": { + "title": { + "eng": "Skip animation", + "trans": "跳過動畫" + } + }, "title": { "eng": "Equipment Repair", "trans": "裝備修復" @@ -2935,6 +3023,12 @@ "trans": "升級" } }, + "itemUpgradeShard": { + "name": { + "eng": "Item Upgrade Shard", + "trans": "裝備升級碎片" + } + }, "lowerArmor": { "name": { "eng": "Lower Armor", @@ -3167,6 +3261,16 @@ "trans": "校準碎片" } }, + "calibrationStabilizer1": { + "description": { + "eng": "Use during calibration to increase chance of success by ${percent}%", + "trans": "在校準時使用,可增加成功機率${percent}%" + }, + "name": { + "eng": "Calibration Stabilizer", + "trans": "校準穩定器" + } + }, "clanMaintenanceResource": { "description": { "eng": "Use to contribute to gang maintenance", @@ -3189,8 +3293,8 @@ }, "commonLevelShard": { "description": { - "eng": "Use to level up an common item to its next level", - "trans": "將普通物品升級到下一級" + "eng": "you can use this item to level up an ${tier} item to its next level", + "trans": "你可以使用這個物品將一個${tier}等級的物品升級到下一級" }, "name": { "eng": "Common Level Shard", @@ -3228,30 +3332,18 @@ } }, "epicLevelShard": { - "description": { - "eng": "Use to level up an epic item to its next level", - "trans": "提升史詩裝備的等級" - }, "name": { "eng": "Epic Level Shard", "trans": "史詩升等碎片" } }, "epicResetShard": { - "description": { - "eng": "Use to reset a epic item with new traits by chance", - "trans": "重置史詩裝備的屬性" - }, "name": { "eng": "Epic Reset Shard", "trans": "史詩重置碎片" } }, "epicUpgradeShard": { - "description": { - "eng": "Use to upgrade an unique item to epic tier", - "trans": "將獨特裝備升級至史詩階級" - }, "name": { "eng": "Epic Upgrade Shard", "trans": "史詩階級碎片" @@ -3355,6 +3447,54 @@ "trans": "升等碎片" } }, + "key": { + "generalDescription": { + "eng": "A key that can be used to unlock a ${containerName}.", + "trans": "一把可以用來解鎖${containerName}的鑰匙。" + } + }, + "key1": { + "name": { + "eng": "Uncommon Container Key", + "trans": "高級容器鑰匙" + } + }, + "key2": { + "name": { + "eng": "Rare Container Key", + "trans": "稀有容器鑰匙" + } + }, + "key3": { + "name": { + "eng": "Unique Container Key", + "trans": "獨特容器鑰匙" + } + }, + "keyFragment": { + "generalDescription": { + "eng": "Collect ${amount} of these to create a ${keyName} that can be used to unlock a ${containerName}.", + "trans": "收集${amount}個這些物品來製作一個可以用來解鎖${containerName}的${keyName}。" + } + }, + "keyFragment1": { + "name": { + "eng": "Uncommon Key Fragment", + "trans": "高級鑰匙碎片" + } + }, + "keyFragment2": { + "name": { + "eng": "Rare Key Fragment", + "trans": "稀有鑰匙碎片" + } + }, + "keyFragment3": { + "name": { + "eng": "Unique Key Fragment", + "trans": "獨特鑰匙碎片" + } + }, "levelLootBox1": { "description": { "eng": "Special reward container obtained from clearing hard or above difficulty strongholds in locations", @@ -3367,8 +3507,8 @@ }, "lootBox1": { "description": { - "eng": "A common container that contains a random item.", - "trans": "一個包含隨機物品的神秘容器。" + "eng": "A common container that contains random items.", + "trans": "一個普通容器,裡面包含隨機物品。" }, "name": { "eng": "Common Container", @@ -3377,12 +3517,22 @@ }, "lootBox2": { "description": { - "eng": "A uncommon container that contains a random item.", - "trans": "一個不常見的容器,裡面包含一個隨機物品。" + "eng": "A uncommon container that contains random items.", + "trans": "一個高級容器,裡面包含隨機物品。" }, "name": { - "eng": "Uncommon Container", - "trans": "高級容器" + "eng": "Locked Uncommon Container", + "trans": "加密高級容器" + } + }, + "lootBox3": { + "description": { + "eng": "A rare container that contains random items.", + "trans": "一個高級容器,裡面包含隨機物品。" + }, + "name": { + "eng": "Locked Rare Container", + "trans": "加密稀有容器" } }, "lootDoorKey": { @@ -3455,6 +3605,24 @@ "trans": "歐元" } }, + "mythicLevelShard": { + "name": { + "eng": "Mythic Level Shard", + "trans": "神話級升等碎片" + } + }, + "mythicResetShard": { + "name": { + "eng": "Mythic Reset Shard", + "trans": "神話重置碎片" + } + }, + "mythicUpgradeShard": { + "name": { + "eng": "Mythic Upgrade Shard", + "trans": "神話級碎片" + } + }, "netcoin": { "description": { "eng": "NetCoin is a digital currency mainly used in black market transactions. It is untraceable and can be used to purchase illegal goods and services.", @@ -3522,30 +3690,18 @@ } }, "rareLevelShard": { - "description": { - "eng": "Use to level up an rare item to its next level", - "trans": "提升稀有裝備的等級" - }, "name": { "eng": "Rare Level Shard", "trans": "稀有升等碎片" } }, "rareResetShard": { - "description": { - "eng": "Use to reset a rare item with new traits by chance", - "trans": "重置稀有裝備的屬性" - }, "name": { "eng": "Rare Reset Shard", "trans": "稀有重置碎片" } }, "rareUpgradeShard": { - "description": { - "eng": "Use to upgrade an uncommon item to rare tier", - "trans": "將高級裝備升級至稀有階級" - }, "name": { "eng": "Rare Upgrade Shard", "trans": "稀有階級碎片" @@ -3561,6 +3717,12 @@ "trans": "奈米修復器" } }, + "resetGeneral": { + "description": { + "eng": "Use to reset a ${tier} item with new random prefixes", + "trans": "使用來重置一個${tier}等級的物品,並隨機生成新的前綴詞" + } + }, "rewardCipher": { "description": { "eng": "Used to re-roll quest reward.", @@ -3648,60 +3810,46 @@ } }, "uncommonLevelShard": { - "description": { - "eng": "Use to level up an uncommon item to its next level", - "trans": "提升高級裝備的等級" - }, "name": { "eng": "Uncommon Level Shard", "trans": "高級升等碎片" } }, "uncommonResetShard": { - "description": { - "eng": "Use to reset a uncommon item with new traits by chance", - "trans": "重置高級裝備的屬性" - }, "name": { "eng": "Uncommon Reset Shard", "trans": "高級重置碎片" } }, "uncommonUpgradeShard": { - "description": { - "eng": "Use to upgrade an common item to uncommon tier", - "trans": "將普通裝備升級至高級階級" - }, "name": { "eng": "Uncommon Upgrade Shard", "trans": "高級階級碎片" } }, "uniqueLevelShard": { - "description": { - "eng": "Use to level up an unique item to its next level", - "trans": "提升獨特裝備的等級" - }, "name": { "eng": "Unique Level Shard", "trans": "獨特升等碎片" } }, - "uniqueResetShard": { + "uniqueLootBox": { "description": { - "eng": "Use to reset a unique item with new traits by chance", - "trans": "重置獨特裝備的屬性。" + "eng": "A unique container that contains random items.", + "trans": "一個獨特的容器,裡面包含隨機物品。" }, + "name": { + "eng": "Locked Unique Container", + "trans": "加密的獨特容器" + } + }, + "uniqueResetShard": { "name": { "eng": "Unique Reset Shard", "trans": "獨特重置碎片" } }, "uniqueUpgradeShard": { - "description": { - "eng": "Use to upgrade an rare item to unique tier", - "trans": "將稀有裝備升級至獨特階級" - }, "name": { "eng": "Unique Upgrade Shard", "trans": "獨特階級碎片" @@ -3717,6 +3865,12 @@ "trans": "通用幣" } }, + "upgradeGeneral": { + "description": { + "eng": "Use to upgrade an ${fromTier} item to ${toTier}", + "trans": "使用來將${fromTier}等級的物品升級為${toTier}等級" + } + }, "upperArmor": { "description": { "eng": "A piece of equipment that protects the upper body.", @@ -4464,7 +4618,7 @@ "error": { "itemLocked": { "eng": "This item is locked, please unlock it before putting it on the market", - "trans": "這件物品被鎖定,請在上架前解鎖" + "trans": "這件物品被加密,請在上架前解鎖" } }, "selectItemModal": { @@ -5528,11 +5682,11 @@ "error": { "cantSellLocked": { "eng": "${itemName} is locked, you must unlock it before selling it", - "trans": "${itemName}已鎖定,必須解鎖後才能出售" + "trans": "${itemName}已加密,必須解鎖後才能出售" }, "cantSellLockedMulti": { "eng": "${itemName} is locked, you must unlock it before selling it", - "trans": "${itemName}已鎖定,必須解鎖後才能出售" + "trans": "${itemName}已加密,必須解鎖後才能出售" } }, "selectAmountModal": { @@ -5569,9 +5723,9 @@ "eng": "You need to be at least level ${level} to place a hit.", "trans": "您需要達到至少${level}級才能發動攻擊。" }, - "notEnoughUnitError": { - "eng": "Minimum hit bounty is ${minNormal} or ${minUnit}", - "trans": "最低擊殺賞金為${minNormal}或${minUnit}" + "notEnoughUnitError1": { + "eng": "Minimum hit bounty is ${minNormal}", + "trans": "最低擊殺賞金為${minNormal}" }, "placeHit": { "eng": "Place hit", @@ -5973,6 +6127,14 @@ "eng": "You will receive the following items when your friend reaches level ${level}.", "trans": "當您的朋友達到${level}等時,您將收到以下物品。" }, + "share": { + "eng": "Share now", + "trans": "現在分享" + }, + "shareText": { + "eng": "hey! checkout this awesome text based MMORPG! enter my name \"${name}\" as referral when you create your character!", + "trans": "嘿!來試試這款超棒的文字類MMORPG吧!在創建角色時,輸入我的名字\"${name}\"作為推薦!" + }, "title": { "eng": "Invite your friends", "trans": "邀請您的朋友" @@ -6271,6 +6433,12 @@ "trans": "刷新商店物品" } }, + "renderMessage": { + "tier": { + "eng": "${tier} Tier", + "trans": "${tier} 級別" + } + }, "repairAnimationPopup": { "confirm": { "eng": "Confirm", @@ -6408,6 +6576,12 @@ } }, "rewardReceivedModal": { + "calibrationSuccess": { + "title": { + "eng": "Calibration Success", + "trans": "校準成功" + } + }, "defeatEnemy": { "title": { "eng": "Victory", @@ -6493,6 +6667,10 @@ "eng": "You cannot engage a player that is more than ${levelDiff} levels higher or below you", "trans": "你無法攻擊比你高${levelDiff}級或低${levelDiff}級的玩家" }, + "notEnoughMoneyPvp": { + "eng": "You need at least ${money} to engage in PvP", + "trans": "你至少需要${money}才能參與PVP戰鬥" + }, "notEnoughPsychosis": { "eng": "You need at least ${psychosis} psychosis to engage in PvP", "trans": "您需要至少${psychosis}網路狂躁症才能參與PvP戰鬥" @@ -6676,7 +6854,7 @@ }, "itemLocked": { "eng": "Item is locked", - "trans": "物品已鎖定" + "trans": "物品已加密" }, "itemNotEquipment": { "eng": "Item is not an equipment", @@ -6846,9 +7024,9 @@ "trans": "您已購買了${amount}個${item}" }, "selectAmountModel": { - "content": { - "eng": "You are about to purchase ${amount} ${item}, total: ${total}${currencySymbol}", - "trans": "您即將購買${amount}個${item},總計:${total}${currencySymbol}。" + "body": { + "eng": "You are about to purchase ${amount} ${item}, total: ${total}", + "trans": "你即將購買${amount}個${item},總計:${total}" }, "title": { "eng": "How many would you like to purchase?", @@ -7367,6 +7545,12 @@ "trans": "史詩" } }, + "mythic": { + "name": { + "eng": "Mythic", + "trans": "神話\n\n" + } + }, "rare": { "name": { "eng": "Rare", @@ -7486,7 +7670,7 @@ }, "alreadyLocked": { "eng": "You already locked this trade", - "trans": "您已經鎖定了此交易。" + "trans": "您已經加密了此交易。" }, "cantAcceptWhileBusy": { "eng": "You can\\'t accept a trade while you are busy", @@ -7534,7 +7718,7 @@ }, "lock": { "eng": "lock deal", - "trans": "鎖定交易" + "trans": "加密交易" }, "notEnoughItems": { "eng": "${playerName} doesn\\'t have enough ${itemName}", @@ -7550,7 +7734,7 @@ }, "notLocked": { "eng": "You didn\\'t lock this trade", - "trans": "您沒有鎖定這筆交易" + "trans": "您沒有加密這筆交易" }, "playerNotEnoughMoney": { "eng": "${playerName} doesn\\'t have enough ${currency}", @@ -8070,6 +8254,14 @@ "eng": "Can't reset a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "無法重置${itemTier}物品,${shardName}僅能使用於${requiredTier}物品。" }, + "upgradeLevelTooLow": { + "eng": "Can't upgrade to a ${itemTier} item, ${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "無法升級到${itemTier}級物品,${shardName}只能與至少等級為${minLevel}的物品一起使用。" + }, + "upgradeLevelTooLowMythic": { + "eng": "${shardName} can only be used with items that are at least level ${minLevel}", + "trans": "${shardName}只能與等級至少為${minLevel}的物品一起使用。" + }, "upgradeNonTierMismatch": { "eng": "Can't upgrade a ${itemTier} item, ${shardName} can only be used with ${requiredTier} items", "trans": "無法升級${itemTier}物品,${shardName}只能用於${requiredTier}物品。" @@ -8160,6 +8352,12 @@ } } }, + "webLandingPage": { + "webNotAvailable": { + "eng": "Web version is not available yet.", + "trans": "網頁版尚未推出。" + } + }, "wikiPage": { "subtitle": { "eng": "the free encyclopedia that anyone can edit", @@ -8175,8 +8373,20 @@ }, "calibrated10": { "announcement": { - "eng": "${playerName} has calibrated ${item} to calibration level +10, we need to have a drink named after this legend!", - "trans": "${playerName}已將${item}校準至校準等級+10,我們需要為這位傳奇人物命名一種飲料!" + "eng": "${playerName} has calibrated ${item} to calibration level +10!", + "trans": "${playerName} 將 ${item} 校準到 +10 級!" + } + }, + "calibrated11": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +11!", + "trans": "${playerName} 將 ${item} 校準到 +11 級!" + } + }, + "calibrated12": { + "announcement": { + "eng": "${playerName} has calibrated ${item} to calibration level +12!", + "trans": "${playerName} 將 ${item} 校準到 +12 級!" } }, "calibrated7": { @@ -8223,9 +8433,15 @@ }, "upgradedEpic": { "announcement": { - "eng": "${playerName} upgraded ${item}!", - "trans": "${playerName} 升級了 ${item}!" + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "${playerName} 將 ${item} 升級至 ${tier}!" + } + }, + "upgradedMythic": { + "announcement": { + "eng": "${playerName} upgraded ${item} to ${tier}!", + "trans": "${playerName} 將 ${item} 升級至 ${tier}!" } } } -} +} \ No newline at end of file diff --git a/update-log.md b/update-log.md index ed741e2c..14f75dcc 100644 --- a/update-log.md +++ b/update-log.md @@ -8,6 +8,20 @@ **If you find a exploit please do not spread it to others and directly email the details to the developer at [ching.huang.dexter@gmail.com](mailto:ching.huang.dexter@gmail.com)** +### 0.0.16 + +- New item tier `Mythic` has been added, it is higher then epic tier, Mythic tier is much stronger. you can only upgrade to this tier on item that is 60+ levels, additionally this tier allows you to calibrate the item up to +12, which is 2 more then epic tier with much higher stats. +the level, upgrades and reset shards cannot be traded, but the equipment itself can be traded. +the only way to obtain the shards for this tier is by unlocking `Unique Locked Containers` +- Added `Common Container`, `Uncommon Locked Container`, `Rare Locked Container` and `Unique Locked Container`, each of the locked containers requires a respective container key to be unlocked, you can craft a container key with `Container Key Fragments`, all the keys and containers can only be obtained from strongholds currently. +- Added `Calibration Stabilizer`, use this item during calibration can increase the success chance by 1%, this will be required to calibrate items to +12 as +11 to +12 has base chance of 0%, system will prevent you from attempting to calibrate when there is zero chance of success. +- Added auto calibration & repair functionality, you can use that to automatically calibrate and repair the item until calibration success without doing manually and much faster. +- Show player level on message +- Updated animation framework +- Buffed mercenary power on 100+ levels +- Optimization on game rendering + + ### 0.0.15 - added skip animation toggle, allowing you to calibrate equipments faster.