From 31c68efcdcd07c3d380f8a0cf20d5b5c932d7737 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 20 Nov 2024 21:06:20 +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/ru_RU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/appearance/langs/ru_RU.json b/app/appearance/langs/ru_RU.json index 2ec07682705..a7e954e9dd5 100644 --- a/app/appearance/langs/ru_RU.json +++ b/app/appearance/langs/ru_RU.json @@ -243,8 +243,8 @@ "calcResultSum": "Сумма", "calcResultAverage": "Среднее", "calcResultMedian": "Медиана", - "calcResultMin": "Мин.", - "calcResultMax": "Макс.", + "calcResultMin": "Мин", + "calcResultMax": "Макс", "calcResultRange": "Диапазон", "calc": "Вычислить", "createWorkspace": "Создать рабочее пространство",