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).
381/4180
SourceTranslationState
505
list from csv row
lista från kommaseparerad rad
506
text
text
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.
Läser en text som en kommaseparerad rad (CSV) för att få en lista med fält. Textraden får inte innehålla oskyddade radbrytningar inuti fält (i praktiken flera rader). Textraden får sluta på ett newline-tecken eller CRLF.
508
list to csv table
lista till kommaseparerad tabell
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).
Tolkar listan som en tabell ordnad radvis och ger en kommauppdelad text (CSV) som motsvarar tabellen. Varje element i listan ska i sig vara en lista som motsvarar en rad i CSV-tabellen. Varje element i radlistan ses som ett fält och omges av dubbelt citattecken i den resulterande CSV-texten. I den returnerade texten avskiljs radelement med komma och rader avskiljs med CRLF (rn).
511
list from csv table
lista från csv-tabell
512
text
text
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).
Tolkar en text som en tabell i CSV-format (kommaseparerade värden) och ger en lista med rader där varje rad är en lista med fält. Rader kan skiljas åt med tecknet newline (n) eller CRLF (rn).
514
insert list item
infoga listelement
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_sv.json, string 510
Failing checks