mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
🎨 The database supports calculating the "Percent unique values" of the field https://github.com/siyuan-note/siyuan/issues/13192
This commit is contained in:
parent
1e28680a58
commit
72469c277b
8 changed files with 98 additions and 98 deletions
|
|
@ -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?",
|
||||
|
|
|
|||
|
|
@ -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?",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 ?",
|
||||
|
|
|
|||
|
|
@ -232,13 +232,13 @@
|
|||
"builtIn": "מותקן",
|
||||
"endDate": "תאריך סיום",
|
||||
"needLogin": "פונקציה זו דורשת כניסה",
|
||||
"calcResultCountAll": "מנה",
|
||||
"calcResultCountValues": "ערכים",
|
||||
"calcResultCountUniqueValues": "ערכים ייחודיים",
|
||||
"calcResultCountEmpty": "ריק",
|
||||
"calcResultCountNotEmpty": "לא ריק",
|
||||
"calcResultPercentEmpty": "ריק",
|
||||
"calcResultPercentNotEmpty": "לא ריק",
|
||||
"calcResultCountAll": "ספור הכל",
|
||||
"calcResultCountValues": "ספור ערכים",
|
||||
"calcResultCountUniqueValues": "ספור ערכים ייחודיים",
|
||||
"calcResultCountEmpty": "ספור ריקים",
|
||||
"calcResultCountNotEmpty": "ספור לא ריקים",
|
||||
"calcResultPercentEmpty": "אחוז ריקים",
|
||||
"calcResultPercentNotEmpty": "אחוז לא ריקים",
|
||||
"calcResultPercentUniqueValues": "אחוז ערכים ייחודיים",
|
||||
"calcResultSum": "סכום",
|
||||
"calcResultAverage": "ממוצע",
|
||||
|
|
|
|||
|
|
@ -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?",
|
||||
|
|
|
|||
|
|
@ -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?",
|
||||
|
|
|
|||
|
|
@ -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": "Самый поздний",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue