Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita8b2717

Browse files
kenny-not-deadr.sergeev
and
r.sergeev
authored
feat: ru localize statistical func (#5752)
Co-authored-by: r.sergeev <r.sergeev@yadro.com>
1 parent3af6131 commita8b2717

File tree

8 files changed

+1702
-19
lines changed

8 files changed

+1702
-19
lines changed

‎packages/sheets-formula-ui/src/locale/function-list/statistical/ca-ES.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,11 @@ const locale: typeof enUS = {
349349
functionParameter:{
350350
number1:{
351351
name:'valor1',
352-
detail:'Obligatori.El primer argument que representa els valors que voleu comptar.',
352+
detail:'El primer argument que representa els valors que voleu comptar.',
353353
},
354354
number2:{
355355
name:'valor2',
356-
detail:'Opcional.Arguments addicionals que representen els valors que voleu comptar, fins a un màxim de 255 arguments.',
356+
detail:'Arguments addicionals que representen els valors que voleu comptar, fins a un màxim de 255 arguments.',
357357
},
358358
},
359359
},

‎packages/sheets-formula-ui/src/locale/function-list/statistical/en-US.ts‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ const locale = {
5959
},
6060
],
6161
functionParameter:{
62-
values:{name:'values',detail:'要计算平均数的值。'},
63-
weights:{name:'weights',detail:'要应用的相应权重列表。'},
64-
additionalValues:{name:'additional_values',detail:'要计算平均数的其他值。'},
65-
additionalWeights:{name:'additional_weights',detail:'要应用的其他权重。'},
62+
values:{name:'values',detail:'The values to be averaged.'},
63+
weights:{name:'weights',detail:'The corresponding list of weights to apply.'},
64+
additionalValues:{name:'additional_values',detail:'Additional values to average.'},
65+
additionalWeights:{name:'additional_weights',detail:'Additional weights to apply.'},
6666
},
6767
},
6868
AVERAGEA:{
@@ -347,11 +347,11 @@ const locale = {
347347
functionParameter:{
348348
number1:{
349349
name:'value1',
350-
detail:'Required.The first argument representing the values that you want to count.',
350+
detail:'The first argument representing the values that you want to count.',
351351
},
352352
number2:{
353353
name:'value2',
354-
detail:'Optional.Additional arguments representing the values that you want to count, up to a maximum of 255 arguments.',
354+
detail:'Additional arguments representing the values that you want to count, up to a maximum of 255 arguments.',
355355
},
356356
},
357357
},

‎packages/sheets-formula-ui/src/locale/function-list/statistical/es-ES.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,11 @@ const locale: typeof enUS = {
349349
functionParameter:{
350350
number1:{
351351
name:'valor1',
352-
detail:'Obligatorio.El primer argumento que representa los valores que desea contar.',
352+
detail:'El primer argumento que representa los valores que desea contar.',
353353
},
354354
number2:{
355355
name:'valor2',
356-
detail:'Opcional.Argumentos adicionales que representan los valores que desea contar, hasta un máximo de 255 argumentos.',
356+
detail:'Argumentos adicionales que representan los valores que desea contar, hasta un máximo de 255 argumentos.',
357357
},
358358
},
359359
},

‎packages/sheets-formula-ui/src/locale/function-list/statistical/ru-RU.ts‎

Lines changed: 1685 additions & 2 deletions
Large diffs are not rendered by default.

‎packages/sheets-formula-ui/src/locale/function-list/statistical/vi-VN.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,11 @@ const locale: typeof enUS = {
337337
functionParameter:{
338338
number1:{
339339
name:'số 1',
340-
detail:'Bắt buộc.Tham số đầu tiên đại diện cho giá trị mà bạn muốn đếm',
340+
detail:'Tham số đầu tiên đại diện cho giá trị mà bạn muốn đếm',
341341
},
342342
number2:{
343343
name:'số 2',
344-
detail:'Tùy chọn.Các đối số khác đại diện cho giá trị bạn muốn đếm, có thể chứa tối đa 255 đối số.',
344+
detail:'Các đối số khác đại diện cho giá trị bạn muốn đếm, có thể chứa tối đa 255 đối số.',
345345
},
346346
},
347347
},

‎packages/sheets-formula-ui/src/locale/function-list/statistical/zh-CN.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,11 @@ const locale: typeof enUS = {
349349
functionParameter:{
350350
number1:{
351351
name:'数值 1',
352-
detail:'必需。表示要计数的值的第一个参数',
352+
detail:'表示要计数的值的第一个参数',
353353
},
354354
number2:{
355355
name:'数值 2',
356-
detail:'可选。表示要计数的值的其他参数,最多可包含 255 个参数。',
356+
detail:'表示要计数的值的其他参数,最多可包含 255 个参数。',
357357
},
358358
},
359359
},

‎packages/sheets-formula-ui/src/locale/function-list/statistical/zh-TW.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,11 @@ const locale: typeof enUS = {
349349
functionParameter:{
350350
number1:{
351351
name:'數值 1',
352-
detail:'必填。表示要計數的值的第一個參數',
352+
detail:'表示要計數的值的第一個參數',
353353
},
354354
number2:{
355355
name:'數值 2',
356-
detail:'可選。表示要計數的值的其他參數,最多可包含 255 個參數。 ',
356+
detail:'表示要計數的值的其他參數,最多可包含 255 個參數。 ',
357357
},
358358
},
359359
},

‎packages/sheets-formula-ui/src/locale/ru-RU.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import information from './function-list/information/ru-RU';
2626
importlogicalfrom'./function-list/logical/ru-RU';
2727
importlookupfrom'./function-list/lookup/ru-RU';
2828
importmathfrom'./function-list/math/ru-RU';
29-
importstatisticalfrom'./function-list/statistical/en-US';// TODO
29+
importstatisticalfrom'./function-list/statistical/ru-RU';
3030
importtextfrom'./function-list/text/ru-RU';
3131
importuniverfrom'./function-list/univer/ru-RU';
3232
importwebfrom'./function-list/web/ru-RU';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp