TW-Collections-ES Translation

Spanish Translation - TW-Collections - (pepe100)

  1. // ==UserScript==
  2. // @name TW-Collections-ES Translation
  3. // @description Spanish Translation - TW-Collections - (pepe100)
  4. // @include http*://*.the-west.*/game.php*
  5. // @version 1.1.1
  6. // @grant none
  7. // @namespace https://greatest.deepsurf.us/users/2196
  8. // ==/UserScript==
  9. // To add a new language to the TW Collections script :
  10. // Copy / paste this content into a new script
  11. // Replace translator by your name
  12. // idscript by the id of the script (last part of the url of your script)
  13. // short_name by the short name for your language
  14. // name by the long name of your language
  15. // Replace all lines with your translation
  16. //
  17. //
  18. // Use with TW Collection script :
  19. // Install this script (and of course TW Collections script), the new language appears in the settings.
  20. //
  21.  
  22. (function(e) {
  23. var t = document.createElement("script");
  24. t.type = "application/javascript";
  25. t.textContent = "(" + e + ")();";
  26. document.body.appendChild(t);
  27. t.parentNode.removeChild(t)
  28. })
  29. (function() {
  30. if (window.location.href.indexOf(".the-west.") > 0) {
  31.  
  32. TWT_ADDLANG = {
  33. translator : 'pepe100',
  34. idscript : '7313',
  35. version : '1.1.0',
  36. short_name : 'es',
  37. name : 'Español',
  38. translation : {
  39. // INICIO VARIABLES DE IDIOMA
  40. description : "<center><BR /><b>TW-Collections</b><br><b>Consejos e informes con colecciones de artículos que faltan <br>Lista de artículos necesarios para colecciones<BR> Comisiones bancarias al pasar el ratón <br> Varios atajos"
  41. + "<br>Borrar todos los informes<br> Comisiones bancarias <br> Botones adicionales en el Inventario (duplicados, usables, recetas, conjuntos) <br>etc ...</b>",
  42. Options : {
  43. tab : {
  44. setting : 'Ajustes'
  45. },
  46. checkbox_text : {
  47. box : {
  48. title : 'Características / Menús',
  49. options : {
  50. goHome : 'Viajar a la ciudad',
  51. goToDaily1 : 'Ciudad Fantasma',
  52. goToDaily2 : 'Campamento Indio de Waupee ',
  53. ownSaloon : 'Abrir Salón',
  54. openMarket : 'Abrir Mercado',
  55. mobileTrader : 'Abrir Comerciante Ambulante',
  56. forum : 'Abrir foro',
  57. listNeeded : 'Artículos necesarios para coleccionistas'
  58.  
  59. }
  60. },
  61. collection : {
  62. title : 'Colecciones',
  63. options : {
  64. gereNewItems : 'Administrar los nuevos artículos agregados en los logros conseguidos',
  65. patchsell : 'Señal de artículos que faltan en el Inventario',
  66. patchtrader : 'Señal de artículos que faltan en Comerciantes',
  67. patchmarket : 'Señal de artículos que faltan en Mercado',
  68. showmiss : 'Lista de artículos que faltan en punta',
  69. filterMarket : 'Filtro mercado: mostrar solo los artículos que faltan (colecciones)'
  70.  
  71. }
  72. },
  73. inventory : {
  74. title : 'Botones en inventario',
  75. doublons : 'Botones adicionales en inventario (duplicados, usables, recetas, conjuntos)',
  76. options : {
  77. doublons : 'Añade botón para buscar duplicados',
  78. useables : 'Añade botón para buscar usables',
  79. recipe : 'Añade botón para buscar recetas',
  80. sets : 'Añade botón para lista de conjuntos',
  81. sum : 'Muestra la suma de venta de la búsqueda en función de los precios comerciales'
  82.  
  83. }
  84. },
  85. miscellaneous : {
  86. title : 'Varios',
  87. options : {
  88. lang : 'Idioma',
  89. logout : 'Añade botón de cierre de sesión',
  90. deleteAllReports : 'Añade la acción de suprimir todos los informes',
  91. showFees : 'Añade comisiones bancarias al pasar el ratón',
  92. popupTWT:'Abrir el menú de TW Collections al pasar el ratón'
  93. }
  94. },
  95. craft : {
  96. title : 'Oficio',
  97. options : {
  98. filterMarket : 'Icono para buscar artículos de oficio en el mercado'
  99. // filterMiniMap : 'Icon for searching craft item job in the minimap'
  100. }
  101. },
  102. twdbadds : {
  103. title : 'Complemento Clothcalc',
  104. options : {
  105. filterBuyMarket : 'Filtro Mercado : mostrar marcados solo los artículos que faltan (TWDB complemento)'
  106. }
  107. }
  108. },
  109. message : {
  110. title : 'Información',
  111. message : 'Las preferencias han sido aplicadas.',
  112. reloadButton : 'Recargar esta página',
  113. gameButton : 'Volver al juego',
  114. indispo : 'Ajuste no disponible (Colecciones completadas o script no disponible)',
  115. more : 'Más ?',
  116. moreTip : 'Abrir la página de consejos para traducciones'
  117. },
  118. update : {
  119. title : 'Actualizar TW Collections',
  120. upddaily : 'Cada día',
  121. updweek : 'Cada semana',
  122. updnever : 'Nunca',
  123. checknow : '¿Comprobar actualización ahora?',
  124. updok : "El script TW Collections está actualizado",
  125. updlangmaj : 'Una actualización está disponible para uno o más idiomas ​​del script TW Collections.<BR>Haga clic en los enlaces de abajo para actualizar.',
  126. updscript : 'Hay disponible una actualización para el script TW Collections<br/>¿Actualizar?',
  127. upderror : 'No se puede actualizar, debería instalar el script o el idioma manualmente'
  128. },
  129. saveButton : 'Guardar'
  130.  
  131. },
  132. ToolBox : {
  133. title : 'Funciones',
  134. list : {
  135. openOptions : 'Ajustes'
  136. }
  137. },
  138. Doublons : {
  139. tip : 'Mostrar solo duplicados',
  140. current : 'Búsqueda actual',
  141. upgradeable:'Actualizables',
  142. noset : 'Conjunto sin artículos',
  143. sellable : 'Vendibles',
  144. auctionable : 'Subastables',
  145. tipuse : 'Mostrar solo usables',
  146. tiprecipe : 'Mostrar solo recetas',
  147. tipsets : 'Mostrar solo artículos de conjuntos',
  148. sellGain : '$ del comerciante'
  149. },
  150. Logout : {
  151. title : 'Cerrar sesión'
  152. },
  153. AllReportsDelete : {
  154. button : 'Suprimir todo',
  155. title : 'Suprimir todos los informes',
  156. work : 'Trabajo',
  157. progress : 'Progreso',
  158. userConfirm : 'Confirmación de usuario',
  159. loadPage : 'Cargar página',
  160. deleteReports : 'Borrar informes',
  161. confirmText : 'Suprimir todos los informes - ¿Está seguro?',
  162. deleteYes : 'Sí, borrar',
  163. deleteNo : 'No, no borrar',
  164. status : {
  165. title : 'Estado',
  166. wait : 'Espere',
  167. successful : 'Éxito',
  168. fail : 'Fallo',
  169. error : 'Error'
  170. }
  171. },
  172. fees : {
  173. tipText : '%1 % Tasas : $%2'
  174.  
  175. },
  176. twdbadds : {
  177. buyFilterTip : 'Mostrar solo artículos que faltan',
  178. buyFilterLabel : 'Artículos que faltan'
  179. },
  180. collection : {
  181. miss : "Faltan : ",
  182. colTabTitle : "Colecciones",
  183. setTabTitle : "Conjuntos",
  184. thText : 'Faltan %1 artículo%2',
  185. thEncours : 'Tiene una oferta para este artículo',
  186. thFetch : 'Puede recoger este artículo en el mercado %1 ',
  187. allOpt : 'Todos',
  188. collectionFilterTip : 'Mostrar solo artículos de colecciones',
  189. collectionFilterLabel : 'Colecciones solo',
  190. select : 'Seleccionar ...',
  191. listText : 'Artículos necesarios para coleccionistas',
  192. listSetText : 'Artículos de conjuntos necesarios',
  193. filters : 'Filtros',
  194. atTrader : 'Vendido por el vendedor ambulante',
  195. atBid : 'Pujas actuales',
  196. atCurBid : 'Pujas terminadas',
  197. atTraderTitle : 'Mostrar los artículos a la venta en el comerciante ambulante',
  198. atBidTitle : 'Mostrar pujas actuales',
  199. atCurBidTitle : 'Mostrar artículos recuperables del mercado',
  200. searchMarket : 'Buscar en el mercado',
  201. patchsell : {
  202. title : "Artículos necesarios para completar colecciones"
  203. }
  204. }
  205. // FIN VARIABLES DE IDIOMA
  206. },
  207. // DO NOT CHANGE BELOW THIS LIGNE
  208. init : function() {
  209. var that = this;
  210. if (typeof window.TWT == 'undefined'
  211. || window.TWT == null) {
  212. EventHandler.listen('twt.init', function() {
  213. TWT.addPatchLang(that);
  214. return EventHandler.ONE_TIME_EVENT;
  215. });
  216. } else {
  217. EventHandler.signal('twt_lang_started_'
  218. + that.short_name);
  219. TWT.addPatchLang(that);
  220.  
  221. }
  222. }
  223.  
  224. }.init();
  225. }
  226. });