Translate

.Blockly.Msg.LANG_LISTS_TO_CSV_TABLE_TOOLTIP
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).
409/4180
SourceTranslationState
505
list from csv row
lista da riga csv
506
text
testo
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.
Analizza il testo come fosse una riga CSV (comma-separated value) per produrre una lista di campi. Esiste un errore per le righe di testo contenenti ritorni a capo (linee multiple). Ok per le righe di testo che terminano in un singolo carattere or CRLF.
508
list to csv table
da lista a tabella 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 la lista come una tabella e converte in CSV (comma-separated value) il testo. Ogni elemento nalla lista dovrebbe essere di per sé un elenco che rappresenta una riga della tabella CSV. Ogni elemento nella lista è considerato come campo, e sarà racchiuso tra doppi apici nel CSV risultante Nel testo risultante, gli elementi saranno separati da una virgola e le righe saranno separate dal CRLF (
).
511
list from csv table
lista da tabella csv
512
text
testo
513
Parses a text as a CSV (comma-separated value) formatted table to produce a list of rows, each of which is a list of fields. Rows can be separated by newlines (\n) or CRLF (\r\n).
Analizza il testo come una tabella CSV (comma-separated value) per produrre una lista di righe. Le righe possono essere separate da nuove linee (
) o CRLF (
).
514
insert list item
inserisci elemento nella lista
515
list
lista

Loading…

Loading…

Things to check

Glossary

Source Translation
No related strings found in the glossary.

Source information

Context
.Blockly.Msg.LANG_LISTS_TO_CSV_TABLE_TOOLTIP
Source string age
2 years ago
Translation file
appinventor/blocklyeditor/src/msg/ai_blockly/messages_it.json, string 510
Failing checks