View Single Post
09/02/15, 01:50 PM   #2
Balver
 
Balver's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 39
Here's de:
Lua Code:
  1. ["de"] = {
  2.         ["SI_ITEMSAVER_ADDON_NAME"] = "Item Saver",
  3.  
  4.         ["SI_ITEMSAVER_GENERAL_OPTIONS_HEADER"] = "Allgemeine Optionen",
  5.  
  6.         ["SI_ITEMSAVER_RELOAD_UI_WARNING"] = "UI wird neu geladen",
  7.         ["SI_ITEMSAVER_APPLY_CHANGES_BUTTON"] = "Änderungen anwenden",
  8.         ["SI_ITEMSAVER_APPLY_CHANGES_TOOLTIP"] = "Button betätigen wenn eine Änderung vorgenommen wurde",
  9.         ["SI_ITEMSAVER_MARKER_ANCHOR_LABEL"] = "Markierungsposition",
  10.         ["SI_ITEMSAVER_MARKER_ANCHOR_TOOLTIP"] = "Position der Markierung bei geschützten Gegenständen",
  11.  
  12.         ["SI_ITEMSAVER_SET_DATA_HEADER"] = "Setdaten",
  13.  
  14.         ["SI_ITEMSAVER_MARKER_LABEL"] = "Aussehen der Markierung",
  15.         ["SI_ITEMSAVER_MARKER_TOOLTIP"] = "Die Textur die für die Markierung verwendet wird",
  16.  
  17.         ["SI_ITEMSAVER_TEXTURE_COLOR_LABEL"] = "Markierungsfarbe",
  18.         ["SI_ITEMSAVER_TEXTURE_COLOR_TOOLTIP"] = "Die Farbe die für die Markierung verwendet wird",
  19.  
  20.         ["SI_ITEMSAVER_FILTERS_STORE_LABEL"] = "Händler filtern?",
  21.         ["SI_ITEMSAVER_FILTERS_STORE_TOOLTIP"] = "Sollen die geschützten Gegenstände beim NPC Händler verborgen werden?",
  22.  
  23.         ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_LABEL"] = "Zerlegen filtern?",
  24.         ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_TOOLTIP"] = "Sollen die geschützten Gegenstände beim Zerlegen an der Handwerksstation verborgen werden?",
  25.  
  26.         ["SI_ITEMSAVER_FILTERS_RESEARCH_LABEL"] = "Erforschen filtern?",
  27.         ["SI_ITEMSAVER_FILTERS_RESEARCH_TOOLTIP"] = "Sollen die geschützten Gegenstände beim Erforschen an der Handwerksstation verborgen werden?",
  28.  
  29.         ["SI_ITEMSAVER_FILTERS_GUILDSTORE_LABEL"] = "Gildenladen filtern?",
  30.         ["SI_ITEMSAVER_FILTERS_GUILDSTORE_TOOLTIP"] = "Sollen die geschützten Gegenstände im Gildenladenverkaufsfenster verborgen werden?",
  31.  
  32.         ["SI_ITEMSAVER_FILTERS_MAIL_LABEL"] = "Post filtern?",
  33.         ["SI_ITEMSAVER_FILTERS_MAIL_TOOLTIP"] = "Sollen die geschützten Gegenstände im Postanhangfenster verborgen werden?",
  34.  
  35.         ["SI_ITEMSAVER_FILTERS_TRADE_LABEL"] = "Handel filtern?",
  36.         ["SI_ITEMSAVER_FILTERS_TRADE_TOOLTIP"] = "Sollen die geschützten Gegenstände beim Handel mit anderen Spielern verborgen werden?",
  37.  
  38.         ["SI_ITEMSAVER_DELETE_SET_BUTTON"] = "Set löschen",
  39.         ["SI_ITEMSAVER_DELETE_SET_TOOLTIP"] = "Entfernt das Set und weist alle Gegenstände im Set dem \"Default\" Set zu",
  40.  
  41.         ["SI_ITEMSAVER_CREATE_SAVE_SET"] = "+ Set erstellen",
  42.         ["SI_ITEMSAVER_UNSAVE_ITEM"] = "Gegenstand nicht mehr schützen",
  43.  
  44.         ["SI_BINDING_NAME_ITEM_SAVER_TOGGLE"] = "Gegenstand schützen",
  45.     },
Tip: include the en strings to the missing languages, otherwise the menu will be blank for those client languages making it hard to configure the addon.


Something other, the "+ create set" window contains strings that aren't translatable, also it's all caps which looks very aggressive.



Aaand something not so nice, I've created a new set for test purposes which basically worked, then I've hit the delete button and nothing happened. After reloading the UI I got this error

Now the complete ESO UI is broken and menus not accessible.

This is my savedvariables after the bug occurred, the set info from my "Testall" set is gone, but the one saved item (last entry) is still there and was not converted to the default set.
Lua Code:
  1. ItemSaver_Settings =
  2. {
  3.     ["Default"] =
  4.     {
  5.         ["@xyz"] =
  6.         {
  7.             ["$AccountWide"] =
  8.             {
  9.                 ["savedSetInfo"] =
  10.                 {
  11.                     ["Default"] =
  12.                     {
  13.                         ["filterStore"] = true,
  14.                         ["filterGuildStore"] = false,
  15.                         ["filterTrade"] = false,
  16.                         ["canDelete"] = false,
  17.                         ["filterDeconstruction"] = true,
  18.                         ["markerTexture"] = "Padlock",
  19.                         ["markerColor"] = "ffff00ff",
  20.                         ["filterResearch"] = false,
  21.                         ["filterMail"] = false,
  22.                     },
  23.                 },
  24.                 ["markerAnchor"] = 9,
  25.                 ["savedItems"] =
  26.                 {
  27.                     [-1928986111] = "Default",
  28.                     [1644015618] = "Default",
  29.                     [1051614084] = "Default",
  30.                     [1043314315] = "Default",
  31.                     [1899714956] = "Default",
  32.                     [935583117] = "Default",
  33.                     [-1119134833] = "Default",
  34.                     [563881745] = "Default",
  35.                     [803524882] = "Default",
  36.                     [1013383315] = "Default",
  37.                     [-260038124] = "Default",
  38.                     [100316181] = "Default",
  39.                     [-1358924266] = "Default",
  40.                     [-812750953] = "Default",
  41.                     [2005575320] = "Default",
  42.                     [-1725818087] = "Default",
  43.                     [1734398621] = "Default",
  44.                     [511770783] = "Default",
  45.                     [854509600] = "Default",
  46.                     [-1212821215] = "Default",
  47.                     [406981928] = "Default",
  48.                     [859350316] = "Default",
  49.                     [-186914387] = "Default",
  50.                     [1311354671] = "Default",
  51.                     [-1708585040] = "Default",
  52.                     [-857105871] = "Default",
  53.                     [-1715931596] = "Default",
  54.                     [-223468362] = "Default",
  55.                     [548415547] = "Default",
  56.                     [1188070146] = "Default",
  57.                     [-2032201967] = "Default",
  58.                     [-702187966] = "Default",
  59.                     [196609858] = "Default",
  60.                     [1081545084] = "Default",
  61.                     [1180411515] = "Default",
  62.                     [700233925] = "Default",
  63.                     [1626914201] = "Default",
  64.                     [-1511907296] = "Default",
  65.                     [-1637021035] = "Default",
  66.                     [1287397449] = "Default",
  67.                     [-877051111] = "Default",
  68.                     [1691268683] = "Default",
  69.                     [1764329621] = "Default",
  70.                     [-734074291] = "Default",
  71.                     [1674536621] = "Default",
  72.                     [-1970902831] = "Default",
  73.                     [30752208] = "Default",
  74.                     [-400638767] = "Default",
  75.                     [-762049966] = "Default",
  76.                     [-398119527] = "Default",
  77.                     [1231200084] = "Default",
  78.                     [-1611931918] = "Default",
  79.                     [-2040638076] = "Default",
  80.                     [130247181] = "Default",
  81.                     [23265498] = "Default",
  82.                     [-1952062759] = "Default",
  83.                     [135010010] = "Default",
  84.                     [-2027439138] = "Default",
  85.                     [1201269084] = "Default",
  86.                     [-961180064] = "Default",
  87.                     [1482757470] = "Default",
  88.                     [1141407084] = "Default",
  89.                     [1926177632] = "Default",
  90.                     [-978777759] = "Default",
  91.                     [-315136670] = "Default",
  92.                     [105079010] = "Default",
  93.                     [1349698195] = "Default",
  94.                     [2015887007] = "Default",
  95.                     [-1401303450] = "Default",
  96.                     [423933108] = "Default",
  97.                     [-2109817727] = "Default",
  98.                     [436631061] = "Default",
  99.                     [-14644990] = "Default",
  100.                     [-1945453845] = "Default",
  101.                     [436141548] = "Default",
  102.                     [-1745950752] = "Default",
  103.                     [-2087301138] = "Default",
  104.                     [-2055726865] = "Default",
  105.                     [-782819953] = "Default",
  106.                     [-97011828] = "Default",
  107.                     [-1362392590] = "Default",
  108.                     [-176409516] = "Default",
  109.                     [1097011282] = "Default",
  110.                     [270395345] = "Default",
  111.                     [1630140819] = "Default",
  112.                     [374330315] = "Default",
  113.                     [151742072] = "Default",
  114.                     [-1695887087] = "Default",
  115.                     [15286010] = "Default",
  116.                     [976529403] = "Default",
  117.                     [-2010707076] = "Default",
  118.                     [1608790141] = "Default",
  119.                     [-638223362] = "Default",
  120.                     [969271085] = "Testall",
  121.                 },
  122.                 ["version"] = 2,
  123.             },
  124.         },
  125.     },
  126. }
After manually deleting the "[969271085] = "Testall"," entry everything works again.
  Reply With Quote