Mercurial > wow > askmrrobot
comparison localization/itIT.lua @ 161:35612aee8e15
Added junk list.
author | yellowfive |
---|---|
date | Mon, 06 May 2019 14:08:03 -0700 |
parents | 3ac4915a2e41 |
children | 5c68d3fccff3 |
comparison
equal
deleted
inserted
replaced
160:d670336e8c89 | 161:35612aee8e15 |
---|---|
160 L.GearBlank = "Non hai caricato nessun equipaggiamento per questa specializzazione." | 160 L.GearBlank = "Non hai caricato nessun equipaggiamento per questa specializzazione." |
161 L.GearBlank2 = "Vai su askmrrobot.com per ottimizzare l'equipaggiamento, quindi usa il pulsante Importa sulla sinistra." | 161 L.GearBlank2 = "Vai su askmrrobot.com per ottimizzare l'equipaggiamento, quindi usa il pulsante Importa sulla sinistra." |
162 L.GearButtonEquip = function(spec) | 162 L.GearButtonEquip = function(spec) |
163 return string.format("Attiva %s Spec ed Equip", spec) | 163 return string.format("Attiva %s Spec ed Equip", spec) |
164 end | 164 end |
165 L.GearButtonJunk = "Show Junk List" | |
165 L.GearButtonShop = "Show Shopping List" | 166 L.GearButtonShop = "Show Shopping List" |
166 | 167 |
167 L.GearEquipErrorCombat = "Non puoi cambiare spec/eqiup mentre sei in combattimento!" | 168 L.GearEquipErrorCombat = "Non puoi cambiare spec/eqiup mentre sei in combattimento!" |
168 L.GearEquipErrorEmpty = "Nessun equipaggiamento salvato per questa Spec." | 169 L.GearEquipErrorEmpty = "Nessun equipaggiamento salvato per questa Spec." |
169 L.GearEquipErrorNotFound = "Un oggetto nel tuo equipaggiamento salvato non può essere indossato." | 170 L.GearEquipErrorNotFound = "Un oggetto nel tuo equipaggiamento salvato non può essere indossato." |
209 | 210 |
210 L.ImportOverwolfWait = "Performing Best in Bags optimization. Please do not press Escape or close the addon until it has completed!" | 211 L.ImportOverwolfWait = "Performing Best in Bags optimization. Please do not press Escape or close the addon until it has completed!" |
211 | 212 |
212 | 213 |
213 --[[---------------------------------------------------------------------- | 214 --[[---------------------------------------------------------------------- |
215 Junk List | |
216 ------------------------------------------------------------------------]] | |
217 L.JunkTitle = "Junk List" | |
218 L.JunkEmpty = "You have no junk items" | |
219 L.JunkScrap = "Click an item to add to the scrapper" | |
220 L.JunkVendor = "Click an item to sell" | |
221 L.JunkDisenchant = "Click an item to disenchant" | |
222 L.JunkBankText = function(count) | |
223 return count .. " junk items are not in your bags" | |
224 end | |
225 L.JunkMissingText = function(count) | |
226 return "Warning! " .. count .. " junk items could not be found" | |
227 end | |
228 L.JunkButtonBank = "Retrieve from Bank" | |
229 L.JunkOutOfSync = "An item in your junk list could not be found. Try opening your bank for a few seconds, then export to the website, then import again." | |
230 L.JunkItemNotFound = "That item could not be found in your bags. Try closing and opening the Junk List to refresh it." | |
231 | |
232 | |
233 --[[---------------------------------------------------------------------- | |
214 Shopping List | 234 Shopping List |
215 ------------------------------------------------------------------------]] | 235 ------------------------------------------------------------------------]] |
216 L.ShopTitle = "Lista della spesa" | 236 L.ShopTitle = "Lista della spesa" |
217 L.ShopEmpty = "La lista della spesa è vuota." | 237 L.ShopEmpty = "La lista della spesa è vuota." |
218 L.ShopSpecLabel = "Spec" | 238 L.ShopSpecLabel = "Spec" |
279 L.OptionsHideMinimapDesc = "L'icona della minimappa è per convenienza, tutte le azioni possono essere eseguite tramite comandi da tastiera o IU." | 299 L.OptionsHideMinimapDesc = "L'icona della minimappa è per convenienza, tutte le azioni possono essere eseguite tramite comandi da tastiera o IU." |
280 | 300 |
281 L.OptionsAutoGearName = "Equipaggia automaticamente al cambio spec" | 301 L.OptionsAutoGearName = "Equipaggia automaticamente al cambio spec" |
282 L.OptionsAutoGearDesc = "Ogni volta che cambi spec (tramite l'interfaccia di gioco, addon o AMR.), i tuoi set importati su AMR saranno equipaggiati automaticamente." | 302 L.OptionsAutoGearDesc = "Ogni volta che cambi spec (tramite l'interfaccia di gioco, addon o AMR.), i tuoi set importati su AMR saranno equipaggiati automaticamente." |
283 | 303 |
304 L.OptionsJunkVendorName = "Automatically show junk list at vendors and scrapper" | |
305 L.OptionsJunkVendorDesc = "Whenever you open the scrapper or a vendor, automatically show the junk list window if your list is not empty." | |
306 | |
284 L.OptionsShopAhName = "Mostra automaticamente la lista della spesa quando sei all'asta" | 307 L.OptionsShopAhName = "Mostra automaticamente la lista della spesa quando sei all'asta" |
285 L.OptionsShopAhDesc = "Ogni volta che apri l'asta, mostra automaticamente la lista della spesa. Puoi cliccare sugli oggetti nella lista della spesa per cercarli velocemente all'asta." | 308 L.OptionsShopAhDesc = "Ogni volta che apri l'asta, mostra automaticamente la lista della spesa. Puoi cliccare sugli oggetti nella lista della spesa per cercarli velocemente all'asta." |
286 | 309 |
287 L.OptionsUiScaleName = "Ask Mr. Robot dimensione IU" | 310 L.OptionsUiScaleName = "Ask Mr. Robot dimensione IU" |
288 L.OptionsUiScaleDesc = "Inserisci un valore tra 0.5 e 1.5 per cambiare la dimensione del l'interfaccia di Ask Mr. Robot, premi Invio, quindi chiudi e riapri la finestra. se non riesci ad interagire con la finestra, usa il comando /amr reset." | 311 L.OptionsUiScaleDesc = "Inserisci un valore tra 0.5 e 1.5 per cambiare la dimensione del l'interfaccia di Ask Mr. Robot, premi Invio, quindi chiudi e riapri la finestra. se non riesci ad interagire con la finestra, usa il comando /amr reset." |