Translate

.Blockly.Msg.LANG_LISTS_FROM_CSV_ROW_TOOLTIP
Parses a text as a CSV (comma-separated value) formatted row to produce a list of fields. It is an error for the row text to contain unescaped newlines inside fields (effectively, multiple lines). It is okay for the row text to end in a single newline or CRLF.
337/2600
SourceTranslationState
502
list to csv row
de lista para linha csv
503
list
lista
504
Interprets the list as a row of a table and returns a CSV (comma-separated value) text representing the row. Each item in the row list is considered to be a field, and is quoted with double-quotes in the resulting CSV text. Items are separated by commas. The returned row text does not have a line separator at the end.
Interpreta a lista como a linha de uma tabela e retorna um texto CSV (valores separados por vírgula) representando a linha. Cada elemento na linha é considerado um campo, e é citado com aspas duplas (') no resultado do texto CSV. Os elementos são separados por vírgulas. O texto da linha retornado não terá um separador de linha ao final.
505
list from csv row
de linha csv para lista
506
text
texto
507
Parses a text as a CSV (comma-separated value) formatted row to produce a list of fields. It is an error for the row text to contain unescaped newlines inside fields (effectively, multiple lines). It is okay for the row text to end in a single newline or CRLF.
Interpreta o texto como a linha de uma tabela CSV (valores separados por vírgula) produzindo uma lista de campos. Um erro ocorre se o texto nos campos contiver caracteres de nova linha sem escape (ou seja, múltiplas linhas sem escape). Tudo bem se o texto contiver ao final um único caracteres de fim de linha LF (\n) ou por CRLF (\r\n).
508
list to csv table
de lista para tabela csv
509
list
lista
510
Interprets the list as a table in row-major format and returns a CSV (comma-separated value) text representing the table. Each item in the list should itself be a list representing a row of the CSV table. Each item in the row list is considered to be a field, and is quoted with double-quotes in the resulting CSV text. In the returned text, items in rows are separated by commas and rows are separated by CRLF (\r\n).
Interpreta a lista como uma tabela em formato linhas-primeiro e retorna um texto CSV (valores separados por vírgula) representando a tabela. Cada elemento na lista deve ser, em si, uma lista representando uma linha da tabela CSV. Cada elemento na linha é considerado um campo, e é citado com aspas duplas (') no resultado do texto CSV. No texto retornado, os elementos são separados por vírgulas, e as linhas são separadas por caracteres de nova linha CRLF (\r\n).
511
list from csv table
de tabela csv para lista
512
text
texto

Loading…

Loading…

Things to check

Glossary

Source Translation
No related strings found in the glossary.

Source information

Context
.Blockly.Msg.LANG_LISTS_FROM_CSV_ROW_TOOLTIP
Source string age
2 years ago
Translation file
appinventor/blocklyeditor/src/msg/ai_blockly/messages_pt.json, string 507
Failing checks