eu.yml 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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. eu:
  32. hello: "Kaixo Mundua!"
  33. lang:
  34. es: "Gaztelania"
  35. en: "Ingelesa'"
  36. eu: "Euskara"
  37. time:
  38. monday: "astelehena"
  39. tuesday: "asteartea"
  40. wednesday: "astezkena"
  41. thursday: "osteguna"
  42. friday: "ostirala"
  43. saturday: "larunbata"
  44. sunday: "igandea"
  45. january: "urtarrila"
  46. february: "otsaila"
  47. march: "martxoa"
  48. april: "apirila"
  49. may: "maiatza"
  50. june: "ekaina"
  51. july: "uztaila"
  52. august: "abuztua"
  53. september: "iraila"
  54. october: "urria"
  55. november: "azaroa"
  56. december: "abendua"
  57. project_type:
  58. development: "Software"
  59. system: "Sistemak"
  60. development_summary: "Software garapena"
  61. system_summary: "Sistema muntaia"
  62. url_type:
  63. app_store: "App Store"
  64. github: "Github"
  65. website: "Webgune"
  66. google_play: "Google Play"
  67. live: "Ikusi"
  68. app_store_summary: "App Storen ikusi"
  69. github_summary: "Iturburu-kodea Github-n ikusi"
  70. website_summary: "Webgunera joan"
  71. google_play_summary: "Google Play-n ikusi"
  72. live_summary: "Nabigatzailen egikaritu"
  73. error:
  74. code: "CODE"
  75. error: "ERROR"
  76. title: "Error"
  77. try_solution: "Konponbide hauetako bat saiatu:"
  78. error_400_title: "Bad request"
  79. error_401_title: "Unauthorized"
  80. error_403_title: "Forbidden"
  81. error_404_title: "Not found"
  82. error_500_title: "Server error"
  83. error_xxx_title: "Unexpected error"
  84. error_400_solution_0: "Aurreko orrialdera joan"
  85. error_400_solution_1: "Orrialde nagusirara joan"
  86. error_400_solution_2: "Ikusi katuten bideoak Youtuben "
  87. error_401_solution_0: "Aurreko orrialdera joan"
  88. error_401_solution_1: "Orrialde nagusirara joan"
  89. error_401_solution_2: "Ikusi katuten bideoak Youtuben "
  90. error_403_solution_0: "Aurreko orrialdera joan"
  91. error_403_solution_1: "Orrialde nagusirara joan"
  92. error_403_solution_2: "Ikusi katuten bideoak Youtuben "
  93. error_404_solution_0: "Aurreko orrialdera joan"
  94. error_404_solution_1: "Orrialde nagusirara joan"
  95. error_404_solution_2: "Ikusi katuten bideoak Youtuben "
  96. error_500_solution_0: "Aurreko orrialdera joan"
  97. error_500_solution_1: "Orrialde nagusirara joan"
  98. error_500_solution_2: "Ikusi katuten bideoak Youtuben "
  99. error_xxx_solution_0: "Aurreko orrialdera joan"
  100. error_xxx_solution_1: "Orrialde nagusirara joan"
  101. error_xxx_solution_2: "Ikusi katuten bideoak Youtuben "
  102. error_400_description: "Zerbitzaria ez du eskaera ulertu..."
  103. error_401_description: "Behar ez duzun zerbait ikusten saiatzen ari zara."
  104. error_403_description: "Behar ez duzun zerbait ikusten saiatzen ari zara"
  105. error_404_description: "Bilatzen ari zaren orrialdea ez da existitzen unibertso honetan. Saiatu alternatibo batean. "
  106. error_500_description: "Hau nire errua da, oraintxe saiatzen ari naiz konpontzen. "
  107. error_xxx_description: "Zerbait gaizki dago ..."
  108. header:
  109. home: "Hasiera"
  110. profile: "Ni"
  111. projects: "Proiektuak"
  112. footer:
  113. copy: "Copyright %{name} 2014 - %{year}"
  114. help: "Laguntza"
  115. follow: "Jarrai nazazu!"
  116. lang_es: "Mostrar en castellano"
  117. lang_en: "Show in english"
  118. lang_eu: "Euskaraz ikusi"
  119. index:
  120. profile: "Ni"
  121. projects: "Proiektuak"
  122. profile_cv: "Curriculum"
  123. profile_more: "Niri buruz gehiago"
  124. projects_all: "Proiektu denak ikusi"
  125. email: "Idatzi iezadazu "
  126. profile:
  127. resume: "Curriculum"
  128. title: "Ni"
  129. skills: "Trebetasunak"
  130. resume_lang: "Otros idiomas"
  131. description: "Beste hizkuntzak"
  132. resume_printable: "Inprimatzeko formatua "
  133. download_other: "Beste hizkuntzetan deskargatu"
  134. download_current: "Deskargatu"
  135. resume_es: "Gaztelanian ikusi"
  136. resume_en: "Ingelesan ikusi"
  137. resume_eu: "Euskaraz ikusi"
  138. project:
  139. info: "Xehetasunak"
  140. tags: "Tags"
  141. close: "Itxi"
  142. title: "Proiektuak"
  143. search: "Bilatu"
  144. license: "Licentzia"
  145. version: "Bertsioa"
  146. description: "Deskribapena"
  147. search_type: "Mota"
  148. license_legal: "Lege-testua:"
  149. search_license: "Licentzia"
  150. license_summary: "Hitz gutxitan:"
  151. search_advanced: "Bilaketa aurreratua"
  152. comment: "%{name}-ren oharrak"
  153. images: "Irudiak"
  154. gallery_title: "%{project}: Irudiak"
  155. share:
  156. google: "Google +"
  157. twitter: "Twitter"
  158. facebook: "Facebook"
  159. linkedin: "LinkedIn"
  160. telegram: "Telegram"
  161. vkontakte: "VKontakte"
  162. google_summary: "Google+ -n banatu"
  163. twitter_summary: "Twitter-n banatu"
  164. facebook_summary: "Facebook-n banatu"
  165. linkedin_summary: "LinkedIn-n banatu"
  166. telegram_summary: "Telegram-n banatu"
  167. vkontakte_summary: "VKontakte-n banatu"
  168. social:
  169. rss: "RSS"
  170. mail: "eMail"
  171. github: "Github"
  172. linkedin: "LinkedIn"
  173. tag:
  174. js: "Javascript"
  175. css: "CSS"
  176. ios: "iOS"
  177. php: "PHP"
  178. web: "Web"
  179. java: "Java"
  180. html5: "HTML5"
  181. mysql: "MySQL"
  182. swift: "Swift"
  183. sqlite: "SQLite"
  184. android: "Android"
  185. contact:
  186. title: "Mesua bidali"
  187. name: "Zure izena"
  188. mail: "Zure eMail"
  189. message: "Mesua"
  190. send: "Bidali"
  191. cancel: "Itxi"
  192. close: "Itxi"
  193. confirmation: "Mezua bidali da!"
  194. error:
  195. invalid_email: "eMail-a baliogabea da"
  196. empty_text: "Mezua hutsik dago"
  197. help:
  198. expand: "Textua ikusi"
  199. about_title: "Webgune buruz"
  200. about_text: "TODO"
  201. privacy_title: "Priatutasuna"
  202. privacy_text: "Egia esan, inori ez zaio gustatzen jarraipena izatea . Niri ez zaizkit gustatzen, horregatik ez zaitut jarraipena egiten .
  203. <br/><br/>
  204. Zuri buruz ahalik eta informazio gutxien biltzen saiatzen naiz. Hemen ez daude iragarkian, izen-emateak, email-harpidetzak, kanpoko zerbitzuak bisitak grabatzeko...
  205. <br/><br/>
  206. Si que mantengo unas estadísticas basicas sobre las visitas a este sitio, es algo que me resulta muy util. Para eso si que necesito almacenar tu dirección IP, y solo durante 72 horas. Despues, no tengo forma de volver a saberla.
  207. <br/><br/>
  208. Y ya está."
  209. cookies_title: "Cookies"
  210. cookies_text: "Siendo consecuente con el parrafo anterior....
  211. <br/><br/>... no hay cookies en este sitio.
  212. <br/><br/>:)"
  213. license_title: "Licentzia"
  214. license_text: "Primero lo malo: Hay algunos iconos (tiendas de aplicaciones, redes sociales, sitios web externos...) que, por supuesto, no son creación mía', y son propiedad de sus respectivos propietarios.
  215. <br/><br/>
  216. Pero para todo lo demás:
  217. <br/><br/>
  218. En la mayoría de proyectos encontrarás un apartado sobre la licencia, normalmente una GPL o Creative Commons. Para todo lo demás, se aplica la licencia <a rel='license' target='_blank' href='http://creativecommons.org/licenses/by-sa/4.0/'>Creative Commons Attribution-ShareAlike 4.0 International License</a>.
  219. <br/><br/>
  220. Lo que significa que puedes usar, modificar, y difundir estos contenidos y sus modificaciones, siempre que me menciones como fuente (por ejemplo, con un enlace a esta página) y mantengas la misma licencia."