From 72469c277b7fff1d83f712170b7e1f2148cd8a09 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 20 Nov 2024 20:31:30 +0800 Subject: [PATCH] :art: The database supports calculating the "Percent unique values" of the field https://github.com/siyuan-note/siyuan/issues/13192 --- app/appearance/langs/de_DE.json | 24 ++++++++++++------------ app/appearance/langs/en_US.json | 26 +++++++++++++------------- app/appearance/langs/es_ES.json | 26 +++++++++++++------------- app/appearance/langs/fr_FR.json | 24 ++++++++++++------------ app/appearance/langs/he_IL.json | 14 +++++++------- app/appearance/langs/it_IT.json | 26 +++++++++++++------------- app/appearance/langs/pl_PL.json | 26 +++++++++++++------------- app/appearance/langs/ru_RU.json | 30 +++++++++++++++--------------- 8 files changed, 98 insertions(+), 98 deletions(-) diff --git a/app/appearance/langs/de_DE.json b/app/appearance/langs/de_DE.json index be4f6f99a0e..bfed92ab890 100644 --- a/app/appearance/langs/de_DE.json +++ b/app/appearance/langs/de_DE.json @@ -232,20 +232,20 @@ "builtIn": "Integriert", "endDate": "Enddatum", "needLogin": "Diese Funktion erfordert ein Anmelden", - "calcResultCountAll": "ANZAHL", - "calcResultCountValues": "WERT", - "calcResultCountUniqueValues": "EINZIGARTIG", - "calcResultCountEmpty": "LEER", - "calcResultCountNotEmpty": "NICHT LEER", - "calcResultPercentEmpty": "LEER", - "calcResultPercentNotEmpty": "NICHT LEER", + "calcResultCountAll": "Alle zählen", + "calcResultCountValues": "Werte zählen", + "calcResultCountUniqueValues": "Eindeutige Werte zählen", + "calcResultCountEmpty": "Leer zählen", + "calcResultCountNotEmpty": "Nicht leer zählen", + "calcResultPercentEmpty": "Prozent leer", + "calcResultPercentNotEmpty": "Prozent nicht leer", "calcResultPercentUniqueValues": "Prozent einzigartige Werte", "calcResultSum": "SUMME", - "calcResultAverage": "DURCHSCHNITT", - "calcResultMedian": "MEDIAN", - "calcResultMin": "MIN", - "calcResultMax": "MAX", - "calcResultRange": "BEREICH", + "calcResultAverage": "Durchschnitt", + "calcResultMedian": "Median", + "calcResultMin": "Min", + "calcResultMax": "Max", + "calcResultRange": "Bereich", "calc": "Berechnen", "createWorkspace": "Arbeitsbereich erstellen", "createWorkspaceTip": "Sind Sie sicher, dass Sie diesen Pfad verwenden möchten, um einen Arbeitsbereich zu erstellen?", diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index c859910d370..a134824cc5a 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -232,20 +232,20 @@ "builtIn": "Built-in", "endDate": "End date", "needLogin": "This function needs to be logged in to use", - "calcResultCountAll": "COUNT", - "calcResultCountValues": "VALUES", - "calcResultCountUniqueValues": "UNIQUE", - "calcResultCountEmpty": "EMPTY", - "calcResultCountNotEmpty": "NOT EMPTY", - "calcResultPercentEmpty": "EMPTY", - "calcResultPercentNotEmpty": "NOT EMPTY", + "calcResultCountAll": "Count all", + "calcResultCountValues": "Count Values", + "calcResultCountUniqueValues": "Count unique values", + "calcResultCountEmpty": "Count empty", + "calcResultCountNotEmpty": "Count not empty", + "calcResultPercentEmpty": "Percent empty", + "calcResultPercentNotEmpty": "Percent not empty", "calcResultPercentUniqueValues": "Percent unique values", - "calcResultSum": "SUM", - "calcResultAverage": "AVERAGE", - "calcResultMedian": "MEDIAN", - "calcResultMin": "MIN", - "calcResultMax": "MAX", - "calcResultRange": "RANGE", + "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?", diff --git a/app/appearance/langs/es_ES.json b/app/appearance/langs/es_ES.json index 486723607cf..c657709576e 100644 --- a/app/appearance/langs/es_ES.json +++ b/app/appearance/langs/es_ES.json @@ -232,20 +232,20 @@ "builtIn": "Incorporado", "endDate": "Fecha de finalización", "needLogin": "Esta función requiere iniciar sesión en la cuenta antes de poder usarla", - "calcResultCountAll": "CONTAR", - "calcResultCountValues": "VALORES", - "calcResultCountUniqueValues": "ÚNICO", - "calcResultCountEmpty": "VACÍO", - "calcResultCountNotEmpty": "NO VACÍO", - "calcResultPercentEmpty": "VACÍO", - "calcResultPercentNotEmpty": "NO VACÍO", + "calcResultCountAll": "Contar todo", + "calcResultCountValues": "Valores de conteo", + "calcResultCountUniqueValues": "Contar valores únicos", + "calcResultCountEmpty": "Cuenta vacía", + "calcResultCountNotEmpty": "Cuenta no vacía", + "calcResultPercentEmpty": "Porcentaje vacío", + "calcResultPercentNotEmpty": "Porcentaje no vacío", "calcResultPercentUniqueValues": "Porcentaje de valores únicos", "calcResultSum": "SUMA", - "calcResultAverage": "PROMEDIO", - "calcResultMedian": "MEDIANA", - "calcResultMin": "MIN", - "calcResultMax": "MAX", - "calcResultRange": "RANGO", + "calcResultAverage": "Promedio", + "calcResultMedian": "Mediana", + "calcResultMin": "Min", + "calcResultMax": "Máx", + "calcResultRange": "Rango", "calc": "Calcular", "createWorkspace": "Crear espacio de trabajo", "createWorkspaceTip": "¿Estás seguro de usar esta ruta para crear un espacio de trabajo?", @@ -262,7 +262,7 @@ "calcOperatorAverage": "Promedio", "calcOperatorMedian": "Mediana", "calcOperatorMin": "Min", - "calcOperatorMax": "Máx.", + "calcOperatorMax": "Máx", "calcOperatorRange": "Rango", "calcOperatorEarliest": "Primero", "calcOperatorLatest": "Último", diff --git a/app/appearance/langs/fr_FR.json b/app/appearance/langs/fr_FR.json index faf345df59d..79ac2c406ab 100644 --- a/app/appearance/langs/fr_FR.json +++ b/app/appearance/langs/fr_FR.json @@ -232,20 +232,20 @@ "builtIn": "Intégré", "endDate": "Date de fin", "needLogin": "La fonctionnalité nécessite un numéro de compte de connexion avant de pouvoir être utilisée", - "calcResultCountAll": "COUNT", - "calcResultCountValues": "VALEURS", - "calcResultCountUniqueValues": "UNIQUE", - "calcResultCountVide": "VIDE", - "calcResultCountNotEmpty": "NON VIDE", - "calcResultPercentEmpty": "VIDE", - "calcResultPercentNotEmpty": "NON VIDE", + "calcResultCountAll": "Compter tout", + "calcResultCountValues": "Compter les valeurs", + "calcResultCountUniqueValues": "Compter les valeurs uniques", + "calcResultCountVide": "Compter vide", + "calcResultCountNotEmpty": "Compter non vide", + "calcResultPercentEmpty": "Pourcentage vide", + "calcResultPercentNotEmpty": "Pourcentage non vide", "calcResultPercentUniqueValues": "Pourcentage de valeurs uniques", "calcResultSum": "SOMME", - "calcResultAverage": "MOYENNE", - "calcResultMedian": "MÉDIANE", - "calcResultMin": "MIN", - "calcResultMax": "MAX", - "calcResultRange": "PLAGE", + "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 ?", diff --git a/app/appearance/langs/he_IL.json b/app/appearance/langs/he_IL.json index 329d6e856c0..dee1aaef1f4 100644 --- a/app/appearance/langs/he_IL.json +++ b/app/appearance/langs/he_IL.json @@ -232,13 +232,13 @@ "builtIn": "מותקן", "endDate": "תאריך סיום", "needLogin": "פונקציה זו דורשת כניסה", - "calcResultCountAll": "מנה", - "calcResultCountValues": "ערכים", - "calcResultCountUniqueValues": "ערכים ייחודיים", - "calcResultCountEmpty": "ריק", - "calcResultCountNotEmpty": "לא ריק", - "calcResultPercentEmpty": "ריק", - "calcResultPercentNotEmpty": "לא ריק", + "calcResultCountAll": "ספור הכל", + "calcResultCountValues": "ספור ערכים", + "calcResultCountUniqueValues": "ספור ערכים ייחודיים", + "calcResultCountEmpty": "ספור ריקים", + "calcResultCountNotEmpty": "ספור לא ריקים", + "calcResultPercentEmpty": "אחוז ריקים", + "calcResultPercentNotEmpty": "אחוז לא ריקים", "calcResultPercentUniqueValues": "אחוז ערכים ייחודיים", "calcResultSum": "סכום", "calcResultAverage": "ממוצע", diff --git a/app/appearance/langs/it_IT.json b/app/appearance/langs/it_IT.json index e9bd4429c9b..0a043470f86 100644 --- a/app/appearance/langs/it_IT.json +++ b/app/appearance/langs/it_IT.json @@ -232,20 +232,20 @@ "builtIn": "Integrato", "endDate": "Data di fine", "needLogin": "Questa funzione richiede il login per essere utilizzata", - "calcResultCountAll": "CONTA", - "calcResultCountValues": "VALORI", - "calcResultCountUniqueValues": "UNICI", - "calcResultCountEmpty": "VUOTO", - "calcResultCountNotEmpty": "NON VUOTO", - "calcResultPercentEmpty": "VUOTO", - "calcResultPercentNotEmpty": "NON VUOTO", + "calcResultCountAll": "Conta tutto", + "calcResultCountValues": "Conta valori", + "calcResultCountUniqueValues": "Conta valori unici", + "calcResultCountEmpty": "Conta vuoti", + "calcResultCountNotEmpty": "Conta non vuoti", + "calcResultPercentEmpty": "Percentuale vuoti", + "calcResultPercentNotEmpty": "Percentuale non vuoti", "calcResultPercentUniqueValues": "Percentuale di valori unici", - "calcResultSum": "SOMMA", - "calcResultAverage": "MEDIA", - "calcResultMedian": "MEDIANA", - "calcResultMin": "MIN", - "calcResultMax": "MAX", - "calcResultRange": "INTERVALLO", + "calcResultSum": "Somma", + "calcResultAverage": "Media", + "calcResultMedian": "Mediana", + "calcResultMin": "Min", + "calcResultMax": "Max", + "calcResultRange": "Intervallo", "calc": "Calcola", "createWorkspace": "Crea area di lavoro", "createWorkspaceTip": "Sei sicuro di voler utilizzare questo percorso per creare un'area di lavoro?", diff --git a/app/appearance/langs/pl_PL.json b/app/appearance/langs/pl_PL.json index 957f1b2f79d..f43fc934901 100644 --- a/app/appearance/langs/pl_PL.json +++ b/app/appearance/langs/pl_PL.json @@ -232,20 +232,20 @@ "builtIn": "Wbudowane", "endDate": "Data zakończenia", "needLogin": "Ta funkcja wymaga zalogowania się", - "calcResultCountAll": "LICZBA", - "calcResultCountValues": "WARTOŚCI", - "calcResultCountUniqueValues": "UNIKALNE", - "calcResultCountEmpty": "PUSTY", - "calcResultCountNotEmpty": "NIE PUSTY", - "calcResultPercentEmpty": "PUSTE", - "calcResultPercentNotEmpty": "NIE PUSTE", + "calcResultCountAll": "Zlicz wszystko", + "calcResultCountValues": "Zlicz wartości", + "calcResultCountUniqueValues": "Zlicz unikalne wartości", + "calcResultCountEmpty": "Zlicz puste", + "calcResultCountNotEmpty": "Zlicz niepuste", + "calcResultPercentEmpty": "Procent pustych", + "calcResultPercentNotEmpty": "Procent niepustych", "calcResultPercentUniqueValues": "Procent unikalnych wartości", - "calcResultSum": "SUMA", - "calcResultAverage": "ŚREDNIA", - "calcResultMedian": "MEDIANA", - "calcResultMin": "MIN", - "calcResultMax": "MAX", - "calcResultRange": "ZAKRES", + "calcResultSum": "Suma", + "calcResultAverage": "Średnia", + "calcResultMedian": "Mediana", + "calcResultMin": "Min", + "calcResultMax": "Max", + "calcResultRange": "Zakres", "calc": "Oblicz", "createWorkspace": "Utwórz obszar roboczy", "createWorkspaceTip": "Czy na pewno chcesz użyć tej ścieżki do utworzenia obszaru roboczego?", diff --git a/app/appearance/langs/ru_RU.json b/app/appearance/langs/ru_RU.json index 7cfe6c8faf4..2ec07682705 100644 --- a/app/appearance/langs/ru_RU.json +++ b/app/appearance/langs/ru_RU.json @@ -232,20 +232,20 @@ "builtIn": "Встроенный", "endDate": "Дата окончания", "needLogin": "Эта функция требует входа в систему для использования", - "calcResultCountAll": "СЧЕТ", - "calcResultCountValues": "ЗНАЧЕНИЯ", - "calcResultCountUniqueValues": "УНИКАЛЬНЫЕ", - "calcResultCountEmpty": "ПУСТО", - "calcResultCountNotEmpty": "НЕ ПУСТО", - "calcResultPercentEmpty": "ПУСТО", - "calcResultPercentNotEmpty": "НЕ ПУСТО", + "calcResultCountAll": "Подсчитать все", + "calcResultCountValues": "Подсчитать значения", + "calcResultCountUniqueValues": "Подсчитать уникальные значения", + "calcResultCountEmpty": "Подсчитать пустые", + "calcResultCountNotEmpty": "Подсчитать непустые", + "calcResultPercentEmpty": "Процент пустых", + "calcResultPercentNotEmpty": "Процент не пустых", "calcResultPercentUniqueValues": "Процент уникальных значений", - "calcResultSum": "СУММА", - "calcResultAverage": "СРЕДНЕЕ", - "calcResultMedian": "МЕДИАНА", - "calcResultMin": "МИН.", - "calcResultMax": "МАКС.", - "calcResultRange": "ДИАПАЗОН", + "calcResultSum": "Сумма", + "calcResultAverage": "Среднее", + "calcResultMedian": "Медиана", + "calcResultMin": "Мин.", + "calcResultMax": "Макс.", + "calcResultRange": "Диапазон", "calc": "Вычислить", "createWorkspace": "Создать рабочее пространство", "createWorkspaceTip": "Вы уверены, что хотите использовать этот путь для создания рабочего пространства?", @@ -261,8 +261,8 @@ "calcOperatorSum": "Сумма", "calcOperatorAverage": "Среднее", "calcOperatorMedian": "Медиана", - "calcOperatorMin": "Мин.", - "calcOperatorMax": "Макс.", + "calcOperatorMin": "Мин", + "calcOperatorMax": "Макс", "calcOperatorRange": "Диапазон", "calcOperatorEarliest": "Самый ранний", "calcOperatorLatest": "Самый поздний",