mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
This commit is contained in:
parent
747670bb57
commit
653424692d
8 changed files with 1931 additions and 214 deletions
|
|
@ -49,7 +49,6 @@
|
|||
"Column added!","Variabel oprettet!"
|
||||
"Unique values:","Unikke værdier:"
|
||||
"Variable to cut:","Variabel, der skal deles:"
|
||||
"Number of breaks:","Antal niveauer:"
|
||||
"Close intervals on the right","Luk intervaller til højre"
|
||||
"Include lowest value","Inkluderer den laveste værdi"
|
||||
"Create factor variable","Opret kategorisk variabel"
|
||||
|
|
@ -255,20 +254,40 @@
|
|||
"Choose a name for the column to be created or modified, then enter an expression before clicking on the button below to create the variable, or cancel to exit without saving anything.","Vælg et navn til den nye variabel, skriv din formel og tryk så på knappen for at gemme variablen, eller annuler for at lukke uden at gemme."
|
||||
"Please fill in web address and API token, then press 'Connect'.","Udfyld serveradresse og API-nøgle, og tryk så 'Fobind'."
|
||||
"Other","Other"
|
||||
"Hour of the day","Hour of the day"
|
||||
"Breaks","Breaks"
|
||||
"By day of the week","By day of the week"
|
||||
"By weekday","By weekday"
|
||||
"By week number and year","By week number and year"
|
||||
"By month and year","By month and year"
|
||||
"By month only","By month only"
|
||||
"By quarter of the year","By quarter of the year"
|
||||
"By year","By year"
|
||||
"Keep only most common","Keep only most common"
|
||||
"Number","Number"
|
||||
"Combine below percentage","Combine below percentage"
|
||||
"Percentage","Percentage"
|
||||
"By specified numbers","By specified numbers"
|
||||
"By quantiles (groups of equal size)","By quantiles (groups of equal size)"
|
||||
"By week number","By week number"
|
||||
"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."
|
||||
"Hour of the day","Time på dagen"
|
||||
"Breaks","Grupper"
|
||||
"By day of the week","Efter ugedag"
|
||||
"By weekday","Efter ugedag"
|
||||
"By week number and year","Efter ugenummer og årstal"
|
||||
"By month and year","Efter måned og årstal"
|
||||
"By month only","Efter måned alene"
|
||||
"By quarter of the year","Efter kvartal"
|
||||
"By year","Efter år"
|
||||
"Keep only most common","Behold kun de hyppigste"
|
||||
"Number","Antal"
|
||||
"Combine below percentage","Kombiner under procentsats"
|
||||
"Percentage","Procentsats"
|
||||
"By specified numbers","Efter specifikke værdier"
|
||||
"By quantiles (groups of equal size)","I grupper af samme størrelse"
|
||||
"By week number","Efter ugenummer alene"
|
||||
"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.","Der er mere avancerede muligheder for at ændre kategoriske variable, oprette nye kategoriske variabler fra eksisterende data eller nye variable baseret på R-kode. Nederst kan du gendanne originale data."
|
||||
"Split the variable","Split the variable"
|
||||
"Original data","Original data"
|
||||
"Preview of result","Preview of result"
|
||||
"No character variables with accepted delimiters detected.","No character variables with accepted delimiters detected."
|
||||
"Variable to split:","Variable to split:"
|
||||
"Text or character to split string by","Text or character to split string by"
|
||||
"Select delimiter","Select delimiter"
|
||||
"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"
|
||||
"Browse data preview","Browse data preview"
|
||||
"Split character string","Split character string"
|
||||
"Split text","Split text"
|
||||
"Split a text column by a recognised delimiter.","Split a text column by a recognised delimiter."
|
||||
"Split a character string by a common delimiter","Split a character string by a common delimiter"
|
||||
"Apply split","Apply split"
|
||||
"Stacked relative barplot","Stacked relative barplot"
|
||||
"Create relative stacked barplots to show the distribution of categorical levels","Create relative stacked barplots to show the distribution of categorical levels"
|
||||
"Side-by-side barplot","Side-by-side barplot"
|
||||
"Create side-by-side barplot to show the distribution of categorical levels","Create side-by-side barplot to show the distribution of categorical levels"
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue