*/}}

ourtranslations_es-ES.c 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. /*
  2. * Our Paint: A light weight GPU powered painting program.
  3. * Copyright (C) 2022-2023 Wu Yiming
  4. *
  5. * This program is free software: you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License as published by
  7. * the Free Software Foundation, either version 3 of the License, or
  8. * (at your option) any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU General Public License
  16. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. */
  18. /*
  19. * ourtranslations_es-ES.c is contributed by ~peron <peron@texto-plano.xyz>
  20. * Thank you very much for the effort :D
  21. */
  22. #include "ourpaint.h"
  23. extern LA MAIN;
  24. extern tnsMain* T;
  25. extern OurPaint *Our;
  26. static const char *entries[]={
  27. "Show brush direction:","Mostrar la dirección del pincel:",
  28. "Not registered","No registrado",
  29. "Registered","Registrado",
  30. "Register File Associations","Registrar Asociación de Ficheros",
  31. "System:","Sistema:",
  32. "Multi-thread Write","Escritura Multihilo",
  33. "Brush Size","Tamaño de Pincel",
  34. "Brush Base Size","Tamaño de Base de Pincel",
  35. "Size Offset","Desviación de Tamaño",
  36. "Brush Numbers On Header","Números de Pincel en Encabezado",
  37. "Nodes Help","Ayuda de Nodos",
  38. "Full","Completo",
  39. "Ref Grids","Malla de Referencia",
  40. "Accumulate","Acumular",
  41. "Tint","Tinte",
  42. "Left","Izquierda",
  43. "Right","Derecha",
  44. "Brush Settings:","Opciones de Pinceles:",
  45. "Boost","Intensificar",
  46. "Transparent","Transparente",
  47. "Opaque","Opaco",
  48. "Clear Empty Tiles","Vaciar Recuadros vacíos",
  49. "Main canvas","Lienzo principal",
  50. "Inner","Interior",
  51. "Outer","Exterior",
  52. "Cycle Sketches","Conmutar Bosquejos",
  53. "Remove Pallette", "Quitar Paleta",
  54. "New Color", "Nuevo Color",
  55. "Can't allocate memory for size", "No puedo asignar memoria para dicho tamaño",
  56. "Export Error","Error al exportar",
  57. "Try erasing some contents to make the canvas smaller.\n","Intente borrar contenidos para hacer mas pequeño el lienzo\n",
  58. "Moving","Moviendo",
  59. "Offset","Desviación",
  60. "Visual Offset:","Desviación visual:",
  61. "Notes","Notas",
  62. "Pallettes","Paletas",
  63. "Thumbnail","Miniatura",
  64. "Factor","Factor",
  65. "Paper","Papel",
  66. "Pattern:","Patrón:",
  67. "Force","Fuerza",
  68. "Gunkyness","Chiclosidad",
  69. "Crop To Ref","Cortar a referencia",
  70. "Middle Margin","Margen medio",
  71. "Vertical","Vertical",
  72. "Horizontal","Horizontal",
  73. "Ref Alpha","Alfa de Referencia",
  74. "Spread","Esparcimiento",
  75. "Reference:","Referencia:",
  76. "Credits to Sponsors","Créditos a los Patrocinantes",
  77. "Ref Stripes","Bandas de referencia",
  78. "Release Notes","Notas de Lanzamiento",
  79. "Spectral Brush","Pincel Espectral",
  80. "Spectral","Espectral",
  81. "Canvas Default Scale","Escala por defecto del Lienzo",
  82. "Help","Ayuda",
  83. "Report a Bug","Reportar un Error",
  84. "Bad Event Tolerance","Tolerancia a Malos Eventos",
  85. "Allow Non-pressure","Permitir sin presión",
  86. "Undo:","Deshacer:",
  87. "Website","Sitio Web",
  88. "Save on exit:","Guardar al Salir:",
  89. "Cover artist:","Artista de Portada:",
  90. "Donate","Donaciones",
  91. "Donate (China)","Donaciones (en China)",
  92. "Development logs","Registros de desarrollo",
  93. "Our Paint is a free application.","Our Paint es una aplicación libre.",
  94. "User Manual","Manual de Usuario",
  95. "Support the development:","Apoya el desarrollo:",
  96. "Select the exporting behavior:","Seleccione el comportamiento de exportación:",
  97. "Image ICC","ICC de Imagen",
  98. "Output:","Salida:",
  99. "16 Bits","16 bits",
  100. "Input image does not have a built-in color profile.","La imagen de entrada no tiene un perfil de color inctrustado",
  101. "16 bit images would be exported in the same linear color space as the canvas","Las imágenes de 16 bit serán exportadas en el mismo espacio de color lineal que el Lienzo",
  102. "Input image is tagged as sRGB.","La imagen de entrada está etiquetada como sRGB",
  103. "Force Linear sRGB","Forzar sRGB Linear",
  104. "Force sRGB","Forzar sRGB",
  105. "Flat","Liso",
  106. "Force Linear Clay","Forzar Linear Clay",
  107. "Follow Canvas","Seguir Lienzo",
  108. "Canvas Current:","Lienzo Actual:",
  109. "Select the importing behavior:","Seleccione el comportamiento de importación:",
  110. "Input image is not tagged as sRGB.","La imagen de Entrada no está etiquetada como sRGB",
  111. "Force Clay","Forzar Clay",
  112. "Canvas:","Lienzo:",
  113. "Input:","Entrada:",
  114. "Input image has built-in color profile:","La imagen de entrada tiene un perfil de color incrustado:",
  115. "Brush Nodes","Nodos de Pincel",
  116. "Our Paint","Our Paint",
  117. "Brushes","Pinceles",
  118. "Layers","Capas",
  119. "Canvas","Lienzo",
  120. "Unlocked","Desbloqueado",
  121. "Position:","Posición:",
  122. "Size:","Tamaño:",
  123. "Brush tool not selected","Herramienta Pincel no seleccionada",
  124. "Border Alpha","Borde Alfa",
  125. "No","No",
  126. "Our Paint is made by Wu Yiming.","Our Paint es programado por Wu Yiming.",
  127. "A simple yet flexible node-based GPU painting program.","Un programa de pintura para GPU flexible, basado en nodos",
  128. "Our Paint blog","Blog de Our Paint",
  129. "Dev log","Registro de Desarrollo",
  130. "Single canvas implementation.","Implementación de Lienzo Simple.",
  131. "8 Bits","8 bits",
  132. "Color Profile:","Perfil de Color:",
  133. "Import Layer","Importar Capa",
  134. "Merge","Acoplar",
  135. "Cropping","Recortando",
  136. "Smoothness","Fluidez",
  137. "Lock Radius","Radio de bloqueo",
  138. "Smudge","Manchado",
  139. "Clean","Limpiar",
  140. "Layer","Capa",
  141. "Image","Imagen",
  142. "Paint","Pintura",
  143. "Multiply","Multiplicar",
  144. "Visible","Visible",
  145. "Linear sRGB","sRGB Linear",
  146. "Generic:","Genérico:",
  147. "Transparency","Transparencia",
  148. "New Brush","Nuevo Pincel",
  149. "Canvas Scale","Escala de Lienzo",
  150. "Others","Otros",
  151. "Bit Depth:","Profundidad de Bit:",
  152. "Our Paint v0.1c","Our Paint v0.1c",
  153. "New Layer","Nueva Capa",
  154. "Color Space:","Espacio de Color:",
  155. "Our Paint","Our Paint",
  156. "Dabs Per Size","Pinceladas por tamaño",
  157. "Paintable","Pintable",
  158. "Use Nodes","Usar Nodos",
  159. "Paint Undo Limit","Límite de Deshacer de Pintura",
  160. "Show","Mostrar",
  161. "Background:","Fondo:",
  162. "Angle","Ángulo",
  163. "Brush Circle","Circulo de Pincel",
  164. "Erasing","Borrando",
  165. "R,G,B","R,G,B",
  166. "Assign all \"Our Tools\" into:","Asignar todas \"Our Tools\" en:",
  167. "Min,Max","Min,Max",
  168. "Developer:","Desarrollador:",
  169. "Smudge Resample Length","Longitud de Mancha",
  170. "Mode:","Modo:",
  171. "Display:","Ver:",
  172. "Hardness","Dureza",
  173. "Export Layer","Exportar Capa",
  174. " Steps"," Pasos",
  175. "Modified","Modificado",
  176. "Export Image","Exportar Imagen",
  177. "Slender","Inclinación",
  178. "Show debug tiles","Mostrar recuadros de depurado",
  179. "Exporting Defaults:","Exportando Opciones por Defecto:",
  180. "Default as eraser","Borrador por Defecto",
  181. "Name of the brush","Nombre del pincel",
  182. "Combine","Combinar",
  183. "Locked","Bloqueado",
  184. "Brush Device","Dispositivo de Pincel",
  185. "Brush Outputs","Salidas de Pincel",
  186. "About","Acerca de",
  187. "Linear Clay","Linear Clay",
  188. "Brush Settings","Opciones de Pincel",
  189. 0,0};
  190. void ourMakeTranslations_es_ES(){
  191. transSetLanguage("es-ES");
  192. for(int i=0;;i++){if(!entries[i*2])break;
  193. transNewEntry(entries[i*2],entries[i*2+1]);
  194. }
  195. }