From 7d080f5a4e30e318354e4cd7d6c22a4b152179ed Mon Sep 17 00:00:00 2001 From: Caio Ariede Date: Tue, 1 Dec 2015 18:09:30 -0200 Subject: [PATCH] move contents already translated to data/b.csv --- data/b.csv | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/b.csv b/data/b.csv index 5749e38..ac547ac 100644 --- a/data/b.csv +++ b/data/b.csv @@ -1,7 +1,7 @@ ADOPTED TERM,EN-US TERM,PT-BR TERM,CHAPTER,ORDER,EN-US DEFINITION,PT-BR DEFINITION -banco de dados,database,banco de dados,14,11,A file whose contents are organized like a dictionary with keys that correspond to values., -bug,bug,-,1,20,An error in a program., -busca,search,busca,8,9,A pattern of traversal that stops when it finds what it is looking for., -busca,lookup,"busca, pesquisa",11,11,A dictionary operation that takes a key and finds the corresponding value., -busca,search,busca,B,10,The problem of locating an element of a collection (like a list or dictionary) or determining that it is not present., -busca invertida,reverse lookup,busca invertida,11,12,A dictionary operation that takes a value and finds one or more keys that map to it., +banco de dados,database,banco de dados,14,11,A file whose contents are organized like a dictionary with keys that correspond to values.,"Um arquivo onde seus conteúdos são organizados como um dicionário, com chaves que correspondem a valores." +bug,bug,-,1,20,An error in a program.,Erro em um programa. +busca,search,busca,8,9,A pattern of traversal that stops when it finds what it is looking for.,Um padrão de travessia que para quando encontra o que está procurando. +busca,lookup,"busca, pesquisa",11,11,A dictionary operation that takes a key and finds the corresponding value.,Uma operação de dicionário que recebe uma chave e procura o valor correspondente. +busca,search,busca,B,10,The problem of locating an element of a collection (like a list or dictionary) or determining that it is not present.,O problema de localizar um elemento em uma coleção (como uma lista ou dicionário) ou determinar se ele não está presente. +busca invertida,reverse lookup,busca invertida,11,12,A dictionary operation that takes a value and finds one or more keys that map to it.,Uma operação de dicionário que recebe um valor e procura por uma ou mais chaves que mapeiam até ele.