Browse Source

all translations (at least, English), in

master
Julio Biason 7 years ago
parent
commit
30889f000b
  1. 204
      translations.json

204
translations.json

@ -164,7 +164,209 @@
"infos": [
"Written in Clojure",
"Managed to do the most basic operations",
"Broke in a mid-refactor when changing companies (when the rules for work time changed.)"
"Broken in a mid-refactor when changing companies (when the rules for work time changed.)"
]
},
{
"title": "Mitter",
"description": "Twitter Desktop Client.",
"infos": [
"Written in Python.",
"Designed to support multiple interfaces (currently, PyGTK and TTY/Console).",
"Designed to support multiple networks. (currently Twitter, Identica and Facebook were planned.)",
"Support ended when Twitter used OAuth in its APIs (which caused a problem with the distribution of keys and being open source)."
]
},
{
"title": "Sectoid",
"description": "Blogging app.",
"infos": [
"Written in PHP.",
"No templating system.",
"Option to display pages in sections and subsections (hence the name).",
"Code lost when my personal HD and the server HD managed to crash almost simultaneously."
]
},
{
"title": "MMM - Move My Music",
"description": "Rename files based on their MP3 tags.",
"infos": [
"Written in Python.",
"Read information directly from the ID3 tags inside MP3s and OGGs, renaming the files and moving to directories, if necessary (based on the renaming template.)",
"Used three different ID3 tag-reading libraries, till a custom library had to be written due crashes with encodings."
]
},
{
"title": "TimeTracker",
"description": "Application to track time spent in different projects.",
"infos": [
"Written in Python.",
"Based on TimeKeeper, a Windows application.",
"Used by the team to provide information on working tasks to the management.",
"Console application."
]
},
{
"title": "GUP",
"description": "Upload pictures to Web Gallery.",
"infos": [
"Written in Python.",
"Supports only Web Gallery 2.x or later.",
"Local cache for album information."
]
},
{
"title": "ConfigOpt",
"description": "A small library to Python to manage configurations.",
"infos": [
"Written in Python, using the standard libraries OptParser and ConfigParser.",
"Used to have a single point for the application options; the options could be loaded from config files and be set in the command line at the same time.",
"Developed for Mitter, but designed to be a standalone library."
]
},
{
"title": "LyricsPicker",
"description": "Web application to display song lyrics.",
"infos": [
"Written in JavaScript using Node.js",
"Based on a play with coworkers.",
"A single database for lyrics and artists, selected randomly.",
"Display the song lyric, but not the artist or the song name."
]
},
{
"title": "Lunch-O",
"description": "A \"Where We Are Going to Lunch Today?\" app.",
"infos": [
"Started with NodeJS, but rewritten in Python with Flask and PonyORM.",
"Server only, with RESTful APIs"
]
},
{
"title": "CV",
"description": "This CV",
"infos": [
"Written with HTML and CSS.",
"Using Zurb Foundation for the style."
]
}
]
},
"presentations": {
"description": "Presentations",
"items": [
{
"year": "2017",
"events": [
{
"name": "TcheLinux Bagé 2017",
"link": "https://bage.tchelinux.org",
"presentations": [
{
"title": "\"Unit\" em \"Unit Tests\"",
"link": "https://presentations.juliobiason.net/unit-in-unittest.html#/"
},
{
"title": "A Gramática do VIM",
"link": "https://presentations.juliobiason.net/gramatica-vim.html#/"
},
{
"title": "Por que e Como Participar de Projetos Open Source",
"link": "https://presentations.juliobiason.net/porque-como-opensource.html#/"
}
]
},
{
"name": "TcheLinux Novo Hamburgo 2017",
"link": "https://nh.tchelinux.org",
"presentations": [
{
"title": "\"Unit\" em \"Unit Tests\"",
"link": "https://presentations.juliobiason.net/unit-in-unittest.html#/"
},
{
"title": "Por que e Como Participar de Projetos Open Source",
"link": "https://presentations.juliobiason.net/porque-como-opensource.html#/"
}
]
},
{
"name": "TcheLinux Santa Cruz 2017",
"link": "https://santacruz.tchelinux.org",
"presentations": [
{
"title": "\"Unit\" em \"Unit Tests\"",
"link": "https://presentations.juliobiason.net/unit-in-unittest.html#/"
},
{
"title": "Python 2 + 3 = Six",
"link": "https://presentations.juliobiason.net/python23six.html#/"
}
]
}
]
}
]
},
"events": {
"description": "Events",
"items": [
{
"year": "2017",
"events": [
{
"title": "DevOpsDays Porto Alegre 2017",
"link": "http://poa.devopsdays.com.br/#home"
}
]
},
{
"year": "2016",
"events": [
{
"title": "PythonBrasil[12]",
"link": "http://2016.pythonbrasil.org.br/"
},
{
"title": "#TheDevConf - Design Thinking",
"link": "http://www.thedevelopersconference.com.br/tdc/2016/portoalegre/trilha-design-thinking"
},
{
"title": "#TheDevConf - Arquitetura",
"link": "http://www.thedevelopersconference.com.br/tdc/2016/portoalegre/trilha-arquitetura"
},
{
"title": "#TheDevConf - Big Data",
"link": "http://www.thedevelopersconference.com.br/tdc/2016/portoalegre/trilha-bigdata"
},
{
"title": "#TheDevConf - Data Science",
"link": "http://www.thedevelopersconference.com.br/tdc/2016/portoalegre/trilha-data-science"
},
{
"title": "BrazilJS",
"link": "https://braziljs.org/conf"
},
{
"title": "FISL 17",
"link": "http://softwarelivre.org/fisl17"
},
{
"title": "Congresso Nacional de Qualidade de Software",
"link": "http://www.cnqs.com.br/"
},
{
"title": "DevOpsDays Porto Alegre",
"link": "https://www.devopsdays.org/events/2016-portoalegre/welcome/"
},
{
"title": "TcheLinux 2016",
"link": "http://poa.tchelinux.org/"
},
{
"title": "RSJS 2016",
"link": "http://rsjs.org/2016/"
}
]
}
]

Loading…
Cancel
Save