eu.yml 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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: "urtarril"
  46. february: "otsail"
  47. march: "martxo"
  48. april: "apiril"
  49. may: "maiatz"
  50. june: "ekain"
  51. july: "uztail"
  52. august: "abuztu"
  53. september: "irail"
  54. october: "urri"
  55. november: "azaro"
  56. december: "abendu"
  57. date_day: "%{year}ko %{month}ak %{day}."
  58. date_month: "%{year}ko %{month}ak"
  59. date_day_since: "%{year}ko %{month}ak %{day}.tik"
  60. date_month_since: "%{year}ko %{month}tik"
  61. project_type:
  62. development: "Software"
  63. system: "Sistemak"
  64. development_summary: "Software garapena"
  65. system_summary: "Sistema muntaia"
  66. url_type:
  67. app_store: "App Store"
  68. github: "Github"
  69. website: "Webgune"
  70. google_play: "Google Play"
  71. live: "Ikusi"
  72. app_store_summary: "App Storen ikusi"
  73. github_summary: "Iturburu-kodea Github-n ikusi"
  74. website_summary: "Webgunera joan"
  75. google_play_summary: "Google Play-n ikusi"
  76. live_summary: "Nabigatzailen egikaritu"
  77. error:
  78. code: "CODE"
  79. error: "ERROR"
  80. title: "Error"
  81. try_solution: "Konponbide hauetako bat saiatu:"
  82. error_400_title: "Bad request"
  83. error_401_title: "Unauthorized"
  84. error_403_title: "Forbidden"
  85. error_404_title: "Not found"
  86. error_500_title: "Server error"
  87. error_xxx_title: "Unexpected error"
  88. error_400_solution_0: "Aurreko orrialdera joan"
  89. error_400_solution_1: "Orrialde nagusirara joan"
  90. error_400_solution_2: "Ikusi katuten bideoak Youtuben "
  91. error_401_solution_0: "Aurreko orrialdera joan"
  92. error_401_solution_1: "Orrialde nagusirara joan"
  93. error_401_solution_2: "Ikusi katuten bideoak Youtuben "
  94. error_403_solution_0: "Aurreko orrialdera joan"
  95. error_403_solution_1: "Orrialde nagusirara joan"
  96. error_403_solution_2: "Ikusi katuten bideoak Youtuben "
  97. error_404_solution_0: "Aurreko orrialdera joan"
  98. error_404_solution_1: "Orrialde nagusirara joan"
  99. error_404_solution_2: "Ikusi katuten bideoak Youtuben "
  100. error_500_solution_0: "Aurreko orrialdera joan"
  101. error_500_solution_1: "Orrialde nagusirara joan"
  102. error_500_solution_2: "Ikusi katuten bideoak Youtuben "
  103. error_xxx_solution_0: "Aurreko orrialdera joan"
  104. error_xxx_solution_1: "Orrialde nagusirara joan"
  105. error_xxx_solution_2: "Ikusi katuten bideoak Youtuben "
  106. error_400_description: "Zerbitzaria ez du eskaera ulertu..."
  107. error_401_description: "Behar ez duzun zerbait ikusten saiatzen ari zara."
  108. error_403_description: "Behar ez duzun zerbait ikusten saiatzen ari zara"
  109. error_404_description: "Bilatzen ari zaren orrialdea ez da existitzen unibertso honetan. Saiatu alternatibo batean. "
  110. error_500_description: "Hau nire errua da, oraintxe saiatzen ari naiz konpontzen. "
  111. error_xxx_description: "Zerbait gaizki dago ..."
  112. header:
  113. home: "Hasiera"
  114. profile: "Ni"
  115. projects: "Proiektuak"
  116. footer:
  117. copy: "Copyright %{name} 2014 - %{year}"
  118. help: "Laguntza"
  119. follow: "Jarrai nazazu!"
  120. lang_es: "Mostrar en castellano"
  121. lang_en: "Show in english"
  122. lang_eu: "Euskaraz ikusi"
  123. index:
  124. profile: "Ni"
  125. projects: "Proiektuak"
  126. profile_cv: "Curriculum"
  127. profile_more: "Niri buruz gehiago"
  128. projects_all: "Proiektu denak ikusi"
  129. email: "Idatzi iezadazu "
  130. profile:
  131. resume: "Curriculum"
  132. title: "Ni"
  133. skills: "Trebetasunak"
  134. resume_lang: "Otros idiomas"
  135. description: "Beste hizkuntzak"
  136. resume_printable: "Inprimatzeko formatua "
  137. download_other: "Beste hizkuntzetan deskargatu"
  138. download_current: "Deskargatu"
  139. resume_es: "Gaztelanian ikusi"
  140. resume_en: "Ingelesan ikusi"
  141. resume_eu: "Euskaraz ikusi"
  142. experience: "Lan esperientzia"
  143. project:
  144. info: "Xehetasunak"
  145. tags: "Tags"
  146. close: "Itxi"
  147. title: "Proiektuak"
  148. search: "Bilatu"
  149. license: "Licentzia"
  150. version: "Bertsioa"
  151. description: "Deskribapena"
  152. search_type: "Mota"
  153. license_legal: "Lege-testua:"
  154. search_license: "Licentzia"
  155. license_summary: "Hitz gutxitan:"
  156. search_advanced: "Bilaketa aurreratua"
  157. comment: "%{name}-ren oharrak"
  158. images: "Irudiak"
  159. gallery_title: "%{project}: Irudiak"
  160. share:
  161. google: "Google +"
  162. twitter: "Twitter"
  163. facebook: "Facebook"
  164. linkedin: "LinkedIn"
  165. telegram: "Telegram"
  166. vkontakte: "VKontakte"
  167. google_summary: "Google+ -n banatu"
  168. twitter_summary: "Twitter-n banatu"
  169. facebook_summary: "Facebook-n banatu"
  170. linkedin_summary: "LinkedIn-n banatu"
  171. telegram_summary: "Telegram-n banatu"
  172. vkontakte_summary: "VKontakte-n banatu"
  173. social:
  174. rss: "RSS"
  175. mail: "eMail"
  176. github: "Github"
  177. linkedin: "LinkedIn"
  178. tag:
  179. js: "Javascript"
  180. css: "CSS"
  181. ios: "iOS"
  182. php: "PHP"
  183. web: "Web"
  184. java: "Java"
  185. html5: "HTML5"
  186. mysql: "MySQL"
  187. swift: "Swift"
  188. sqlite: "SQLite"
  189. android: "Android"
  190. contact:
  191. title: "Mesua bidali"
  192. name: "Zure izena"
  193. mail: "Zure eMail"
  194. message: "Mesua"
  195. send: "Bidali"
  196. cancel: "Itxi"
  197. close: "Itxi"
  198. confirmation: "Mezua bidali da!"
  199. error:
  200. invalid_email: "eMail-a baliogabea da"
  201. empty_text: "Mezua hutsik dago"
  202. help:
  203. expand: "Textua ikusi"
  204. about_title: "Webgune buruz"
  205. about_text: "TODO"
  206. privacy_title: "Priatutasuna"
  207. privacy_text: "Egia esan, inori ez zaio gustatzen jarraipena izatea . Niri ez zaizkit gustatzen, horregatik ez zaitut jarraipena egiten .
  208. <br/><br/>
  209. Zuri buruz ahalik eta informazio gutxien biltzen saiatzen naiz. Hemen ez daude iragarkian, izen-emateak, email-harpidetzak, kanpoko zerbitzuak bisitak grabatzeko...
  210. <br/><br/>
  211. 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.
  212. <br/><br/>
  213. Y ya está."
  214. cookies_title: "Cookies"
  215. cookies_text: "Siendo consecuente con el parrafo anterior....
  216. <br/><br/>... no hay cookies en este sitio.
  217. <br/><br/>:)"
  218. license_title: "Licentzia"
  219. 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.
  220. <br/><br/>
  221. Pero para todo lo demás:
  222. <br/><br/>
  223. 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>.
  224. <br/><br/>
  225. 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."