es.yml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. # Files in the config/locales directory are used for internationalization
  2. # and are automatically loaded by Rails. If you want to use locales other
  3. # than English, add the necessary files in this directory.
  4. #
  5. # To use the locales, use `I18n.t`:
  6. #
  7. # I18n.t 'hello'
  8. #
  9. # In views, this is aliased to just `t`:
  10. #
  11. # <%= t('hello') %>
  12. #
  13. # To use a different locale, set it with `I18n.locale`:
  14. #
  15. # I18n.locale = :es
  16. #
  17. # This would use the information in config/locales/es.yml.
  18. #
  19. # The following keys must be escaped otherwise they will not be retrieved by
  20. # the default I18n backend:
  21. #
  22. # true, false, on, off, yes, no
  23. #
  24. # Instead, surround them with single quotes.
  25. #
  26. # en:
  27. # 'true': "'foo'"
  28. #
  29. # To learn more, please read the Rails Internationalization guide
  30. # available at https://guides.rubyonrails.org/i18n.html.
  31. es:
  32. hello: "Hola Mundo!"
  33. time:
  34. monday: "lunes"
  35. tuesday: "martes"
  36. wednesday: "miercoles"
  37. thursday: "jueves"
  38. friday: "viernes"
  39. saturday: "sábado"
  40. sunday: "domingo"
  41. january: "enero"
  42. february: "febrero"
  43. march: "marzo"
  44. april: "abril"
  45. may: "mayo"
  46. june: "junio"
  47. july: "julio"
  48. august: "agosto"
  49. september: "septiembre"
  50. october: "octubre"
  51. november: "noviembre"
  52. december: "diciembre"
  53. project_type:
  54. development: "Software"
  55. system: "Sistemas"
  56. development_summary: "Desarrollo de software"
  57. system_summary: "Montaje de sistema"
  58. url_type:
  59. app_store: "App Store"
  60. github: "Github"
  61. website: "Website"
  62. google_play: "Google Play"
  63. live: "Ver"
  64. app_store_summary: "Ver en App Store"
  65. github_summary: "C&ocute;digo fuente en Github"
  66. website_summary: "Ir al sitio"
  67. google_play_summary: "Ver en Google Play"
  68. live_summary: "Ejecutar en el navegador"
  69. error:
  70. code: "CODE"
  71. error: "ERROR"
  72. title: "Error"
  73. try_solution: "Intenta una de estas soluciones:"
  74. error_400_title: "Bad request"
  75. error_401_title: "Unauthorized"
  76. error_403_title: "Forbidden"
  77. error_404_title: "Not found"
  78. error_500_title: "Server error"
  79. error_xxx_title: "Unexpected error"
  80. error_400_solution_0: "Ir a la página anterior"
  81. error_400_solution_1: "Ir a la página principal"
  82. error_400_solution_2: "Ver videos de gatitos en Youtube"
  83. error_401_solution_0: "Ir a la página anterior"
  84. error_401_solution_1: "Ir a la página principal"
  85. error_401_solution_2: "Ver videos de gatitos en Youtube"
  86. error_403_solution_0: "Ir a la página anterior"
  87. error_403_solution_1: "Ir a la página principal"
  88. error_403_solution_2: "Ver videos de gatitos en Youtube"
  89. error_404_solution_0: "Ir a la página anterior"
  90. error_404_solution_1: "Ir a la página principal"
  91. error_404_solution_2: "Ver videos de gatitos en Youtube"
  92. error_500_solution_0: "Ir a la página anterior"
  93. error_500_solution_1: "Ir a la página principal"
  94. error_500_solution_2: "Ver videos de gatitos en Youtube"
  95. error_xxx_solution_0: "Ir a la página anterior"
  96. error_xxx_solution_1: "Ir a la página principal"
  97. error_xxx_solution_2: "Ver videos de gatitos en Youtube"
  98. error_400_description: "En servidor no entendio la solicitud."
  99. error_401_description: "Estás intentando ver algo que no deberías."
  100. error_403_description: "Estás intentando ver algo que no deberías."
  101. error_404_description: "La página que buscas no existe en este universo. Prueba en uno alternativo."
  102. error_500_description: "Esto es culpa mí, ahora mismo estoy intentando solucionarlo."
  103. error_xxx_description: "Algo ha ido mal..."
  104. header:
  105. home: "Inicio"
  106. profile: "Yo"
  107. projects: "Proyectos"
  108. footer:
  109. copy: "Copyright Iñigo Valentin 2014 - %{year}"
  110. help: "Ayuda"
  111. follow: "Sígueme"
  112. index:
  113. profile: "Yo"
  114. projects: "Proyectos"
  115. profile_cv: "Currículo"
  116. profile_more: "Más sobre mí"
  117. projects_all: "Ver todos los proyectos"
  118. profile:
  119. cv: "Currículo"
  120. title: "Yo"
  121. skills: "Habilidades"
  122. cv_lang: "Otros idiomas"
  123. description: "Sobre mí"
  124. cv_printable: "Formato imprimible"
  125. download_other: "Descargar en otros idiomas"
  126. download_current: "Descargar"
  127. project:
  128. info: "Detalles"
  129. tags: "Tags"
  130. close: "Cerrar"
  131. title: "Proyectos"
  132. search: "Buscar"
  133. license: "Licencia"
  134. version: "Versión"
  135. description: "Descripció"
  136. search_type: "Tipo"
  137. license_legal: "Texto legal:"
  138. search_license: "Licencia"
  139. license_summary: "En pocas palabras:"
  140. search_advanced: "Búsqueda avanzada"
  141. share:
  142. google: "Google +"
  143. twitter: "Twitter"
  144. facebook: "Facebook"
  145. linkedin: "LinkedIn"
  146. telegram: "Telegram"
  147. vkontakte: "VKontakte"
  148. google_summary: "Compartir en Google +"
  149. twitter_summary: "Compartir en Twitter"
  150. facebook_summary: "Compartir en Facebook"
  151. linkedin_summary: "Compartir en LinkedIn"
  152. telegram_summary: "Compartir en Telegram"
  153. vkontakte_summary: "Compartir en VKontakte"
  154. social:
  155. rss: "RSS"
  156. mail: "eMail"
  157. github: "Github"
  158. linkedin: "LinkedIn"
  159. tag:
  160. js: "Javascript"
  161. css: "CSS"
  162. ios: "iOS"
  163. php: "PHP"
  164. web: "Web"
  165. java: "Java"
  166. html5: "HTML5"
  167. mysql: "MySQL"
  168. swift: "Swift"
  169. sqlite: "SQLite"
  170. android: "Android"