This commit is contained in:
Daniel 2023-07-15 23:12:03 +08:00
parent 12cd152a6f
commit a2a75be6f0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 65 additions and 0 deletions

View file

@ -1,4 +1,17 @@
{
"calcResultCountAll": "COUNT",
"calcResultCountValues": "VALUES",
"calcResultCountUniqueValues": "UNIQUE",
"calcResultCountEmpty": "EMPTY",
"calcResultCountNotEmpty": "NOT EMPTY",
"calcResultPercentEmpty": "EMPTY",
"calcResultPercentNotEmpty": "NOT EMPTY",
"calcResultSum": "SUM",
"calcResultAverage": "AVERAGE",
"calcResultMedian": "MEDIAN",
"calcResultMin": "MIN",
"calcResultMax": "MAX",
"calcResultRange": "RANGE",
"calc": "Calculate",
"createWorkspace": "Create Workspace",
"createWorkspaceTip": "Are you sure to use this path to create a workspace?",

View file

@ -1,4 +1,17 @@
{
"calcResultCountAll": "CONTAR",
"calcResultCountValues": "VALORES",
"calcResultCountUniqueValues": "ÚNICO",
"calcResultCountEmpty": "VACÍO",
"calcResultCountNotEmpty": "NO VACÍO",
"calcResultPercentEmpty": "VACÍO",
"calcResultPercentNotEmpty": "NO VACÍO",
"calcResultSum": "SUMA",
"calcResultAverage": "PROMEDIO",
"calcResultMedian": "MEDIANA",
"calcResultMin": "MIN",
"calcResultMax": "MAX",
"calcResultRange": "RANGO",
"calc": "Calcular",
"createWorkspace": "Crear espacio de trabajo",
"createWorkspaceTip": "¿Estás seguro de usar esta ruta para crear un espacio de trabajo?",

View file

@ -1,4 +1,17 @@
{
"calcResultCountAll": "COUNT",
"calcResultCountValues": "VALEURS",
"calcResultCountUniqueValues": "UNIQUE",
"calcResultCountVide": "VIDE",
"calcResultCountNotEmpty": "NON VIDE",
"calcResultPercentEmpty": "VIDE",
"calcResultPercentNotEmpty": "NON VIDE",
"calcResultSum": "SOMME",
"calcResultAverage": "MOYENNE",
"calcResultMedian": "MÉDIANE",
"calcResultMin": "MIN",
"calcResultMax": "MAX",
"calcResultRange": "PLAGE",
"calc": "Calculer",
"createWorkspace": "Créer un espace de travail",
"createWorkspaceTip": "Êtes-vous sûr d'utiliser ce chemin pour créer un espace de travail ?",

View file

@ -1,4 +1,17 @@
{
"calcResultCountAll": "行計數",
"calcResultCountValues": "值計數",
"calcResultCountUniqueValues": "唯一值計數",
"calcResultCountEmpty": "空值計數",
"calcResultCountNotEmpty": "非空值計數",
"calcResultPercentEmpty": "空值佔比",
"calcResultPercentNotEmpty": "非空值佔比",
"calcResultSum": "求和",
"calcResultAverage": "平均值",
"calcResultMedian": "中位數",
"calcResultMin": "最小值",
"calcResultMax": "最大值",
"calcResultRange": "極差",
"calc": "計算",
"createWorkspace": "創建工作空間",
"createWorkspaceTip": "確定使用該路徑創建工作空間嗎?",

View file

@ -1,4 +1,17 @@
{
"calcResultCountAll": "行计数",
"calcResultCountValues": "值计数",
"calcResultCountUniqueValues": "唯一值计数",
"calcResultCountEmpty": "空值计数",
"calcResultCountNotEmpty": "非空值计数",
"calcResultPercentEmpty": "空值占比",
"calcResultPercentNotEmpty": "非空值占比",
"calcResultSum": "求和",
"calcResultAverage": "平均值",
"calcResultMedian": "中位数",
"calcResultMin": "最小值",
"calcResultMax": "最大值",
"calcResultRange": "极差",
"calc": "计算",
"createWorkspace": "创建工作空间",
"createWorkspaceTip": "确定使用该路径创建工作空间吗?",