new strings

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-10-30 20:51:27 +01:00
commit b21077b52d
No known key found for this signature in database
4 changed files with 81 additions and 17 deletions

View file

@ -272,3 +272,19 @@
"Generating the report. Hold on for a moment..","Generating the report. Hold on for a moment.."
"We encountered the following error creating your report:","We encountered the following error creating your report:"
"There are more advanced options to modify factor/categorical variables as well as create new factor from an existing variable or new variables with R code. At the bottom you can restore the original data.","There are more advanced options to modify factor/categorical variables as well as create new factor from an existing variable or new variables with R code. At the bottom you can restore the original data."
"Text or character to split string by","Text or character to split string by"
"Split the variable","Split the variable"
"Save new data","Save new data"
"Variable to split:","Variable to split:"
"Direction:","Direction:"
"Split string to multiple columns. Keep number of rows.","Split string to multiple columns. Keep number of rows."
"Split string to multiple observations (rows) in the same column. Also ads id and instance columns","Split string to multiple observations (rows) in the same column. Also ads id and instance columns"
"Split character string","Split character string"
"Split text","Split text"
"Split a character string by a common delimiter","Split a character string by a common delimiter"
"Select delimiter","Select delimiter"
"Browse data preview","Browse data preview"
"Original data","Original data"
"Preview of result","Preview of result"
"No character variables with accepted delimiters detected.","No character variables with accepted delimiters detected."
"Split a text column by a recognised delimiter.","Split a text column by a recognised delimiter."

1 en sv
272 Generating the report. Hold on for a moment.. Generating the report. Hold on for a moment..
273 We encountered the following error creating your report: We encountered the following error creating your report:
274 There are more advanced options to modify factor/categorical variables as well as create new factor from an existing variable or new variables with R code. At the bottom you can restore the original data. There are more advanced options to modify factor/categorical variables as well as create new factor from an existing variable or new variables with R code. At the bottom you can restore the original data.
275 Text or character to split string by Text or character to split string by
276 Split the variable Split the variable
277 Save new data Save new data
278 Variable to split: Variable to split:
279 Direction: Direction:
280 Split string to multiple columns. Keep number of rows. Split string to multiple columns. Keep number of rows.
281 Split string to multiple observations (rows) in the same column. Also ads id and instance columns Split string to multiple observations (rows) in the same column. Also ads id and instance columns
282 Split character string Split character string
283 Split text Split text
284 Split a character string by a common delimiter Split a character string by a common delimiter
285 Select delimiter Select delimiter
286 Browse data preview Browse data preview
287 Original data Original data
288 Preview of result Preview of result
289 No character variables with accepted delimiters detected. No character variables with accepted delimiters detected.
290 Split a text column by a recognised delimiter. Split a text column by a recognised delimiter.