| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- # Files in the config/locales directory are used for internationalization
- # and are automatically loaded by Rails. If you want to use locales other
- # than English, add the necessary files in this directory.
- #
- # To use the locales, use `I18n.t`:
- #
- # I18n.t 'hello'
- #
- # In views, this is aliased to just `t`:
- #
- # <%= t('hello') %>
- #
- # To use a different locale, set it with `I18n.locale`:
- #
- # I18n.locale = :es
- #
- # This would use the information in config/locales/es.yml.
- #
- # The following keys must be escaped otherwise they will not be retrieved by
- # the default I18n backend:
- #
- # true, false, on, off, yes, no
- #
- # Instead, surround them with single quotes.
- #
- # en:
- # 'true': "'foo'"
- #
- # To learn more, please read the Rails Internationalization guide
- # available at https://guides.rubyonrails.org/i18n.html.
- en:
- hello: "Hello world"
- lang:
- es: "Spanish"
- en: "English"
- eu: "Basque"
- time:
- monday: "Monday"
- tuesday: "Tuesday"
- wednesday: "Wednesday"
- thursday: "Thursday"
- friday: "Friday"
- saturday: "Saturday"
- sunday: "Sunday"
- january: "January"
- february: "February"
- march: "March"
- april: "April"
- may: "May"
- june: "June"
- july: "July"
- august: "August"
- september: "September"
- october: "October"
- november: "November"
- december: "December"
- project_type:
- development: "Development"
- system: "System"
- development_summary: "Development"
- system_summary: "System"
- url_type:
- app_store: "App Store"
- github: "Github"
- website: "Website"
- google_play: "Google Play"
- live: "See"
- app_store_summary: "See on App Store"
- github_summary: "Checkout source code on Github"
- website_summary: "Go to website"
- google_play_summary: "See on Google Play"
- live_summary: "Run it on the browser"
- error:
- code: "CODE"
- error: "ERROR"
- title: "Error"
- try_solution: "Try a solution:"
- error_400_title: "Bad request"
- error_401_title: "Unauthorized"
- error_403_title: "Forbidden"
- error_404_title: "Not found"
- error_500_title: "Server error"
- error_xxx_title: "Unexpected error"
- error_400_solution_0: "Go to the previous page"
- error_400_solution_1: "Go to the main page"
- error_400_solution_2: "Watch cute cat videos in Youtube"
- error_401_solution_0: "Go to the previous page"
- error_401_solution_1: "Go to the main page"
- error_401_solution_2: "Watch cute cat videos in Youtube"
- error_403_solution_0: "Go to the previous page"
- error_403_solution_1: "Go to the main page"
- error_403_solution_2: "Watch cute cat videos in Youtube"
- error_404_solution_0: "Go to the previous page"
- error_404_solution_1: "Go to the main page"
- error_404_solution_2: "Watch cute cat videos in Youtube"
- error_500_solution_0: "Go to the previous page"
- error_500_solution_1: "Go to the main page"
- error_500_solution_2: "Watch cute cat videos in Youtube"
- error_xxx_solution_0: "Go to the previous page"
- error_xxx_solution_1: "Go to the main page"
- error_xxx_solution_2: "Watch cute cat videos in Youtube"
- error_400_description: "This server doesnt understand your request."
- error_401_description: "You are trying to see something you are not supposed to."
- error_403_description: "You are trying to see something you are not supposed to."
- error_404_description: "Sorry. The page you are looking for doesn't exist in this universe. Try in an alternate one."
- error_500_description: "This one is on me: I've messed something up. Sorry! I'm probably trying to fix it right now."
- error_xxx_description: "Something went wrong..."
- header:
- home: "Init"
- profile: "Me"
- projects: "Projects"
- footer:
- copy: "Copyright %{name} 2014 - %{year}"
- help: "Help"
- follow: "Follow me"
- lang_es: "Mostrar en castellano"
- lang_en: "Show in english"
- lang_eu: "Euskaraz ikusi"
- index:
- profile: "Me"
- projects: "Projects"
- profile_cv: "Résumé"
- profile_more: "More about me"
- projects_all: "See all projects"
- email: "Send me an e-mail"
- profile:
- resume: "Résumé"
- title: "Me"
- skills: "Skills"
- resume_lang: "Other languages"
- description: "About me"
- resume_printable: "View printable format"
- download_other: "Download in other languages"
- download_current: "Download in english"
- resume_es: "View in spanish"
- resume_en: "View in english"
- resume_eu: "View in basque"
- project:
- info: "Details"
- tags: "Tags"
- close: "Close"
- title: "Projects"
- search: "Search"
- license: "Licencia"
- version: "Version"
- description:
- search_type: "Project type"
- license_legal: "Full legal text:"
- search_license: "License"
- license_summary: "In a few words:"
- search_advanced: "Advanced search"
- share:
- google: "Google +"
- twitter: "Twitter"
- facebook: "Facebook"
- linkedin: "LinkedIn"
- telegram: "Telegram"
- vkontakte: "VKontakte"
- google_summary: "Share on Google +"
- twitter_summary: "Share on Twitter"
- facebook_summary: "Share on Facebook"
- linkedin_summary: "Share on LinkedIn"
- telegram_summary: "Share on Telegram"
- vkontakte_summary: "Share on VKontakte"
- social:
- rss: "RSS"
- mail: "eMail"
- github: "Github"
- linkedin: "LinkedIn"
- tag:
- js: "Javascript"
- css: "CSS"
- ios: "iOS"
- php: "PHP"
- web: "Web"
- java: "Java"
- html5: "HTML5"
- mysql: "MySQL"
- swift: "Swift"
- sqlite: "SQLite"
- android: "Android"
- help:
- expand: "Show text"
- about_title: "Sobre este sitio"
- about_text: "TODO"
- privace_title: "Privacidad"
- privacy_text: "Let's be honest. Nobody likes being tracked. At least I don't. That's why I don't track you.
- <br/><br/>
- I try to collect as few personal information about you as posible. There is no advertising, no registration is needed to download anything, no email subscription to see any content on the page, no third party code to track visits...
- <br/><br/>
- I like to keep a basic track of the visits on the site, it's good for my ego. To do so, I keep IP address of visitors, which I only keep for 72 hours. After that time, they get hashed (meaning I can't ever know the real IP address)
- <br/><br/>
- And that's pretty much it."
- cookies_title: "Cookies"
- cookies_text: "Being consequent with the previous paragraph, I've got bad news.
- <br/><br/>No cookies on this site.
- <br/><br/>:("
- license_title: "Licencia"
- license_text: "Bad news first: There are some icons (application stores, social networks, code repositories...) which, of course, are no work of mine, and are propery of their respective owners.
- <br/><br/>
- But as for everything else:
- <br/><br/>
- On most projects and code on this site you'll find it's license, usually a GPL one. For every thing else in this site a <a rel='license' target='_blank' href='http://creativecommons.org/licenses/by-sa/4.0/'>Creative Commons Attribution-ShareAlike 4.0 International License</a> applies.
- <br/><br/>
- Wich means that you can use, modify, and share this work or its modifications, as long as you give credit to me (for example, by linking to this page) and you keep this license unchanged.
- <br/><br/>
- So, go on! Start copying and downloading as if there were no tomorrow."
|