@univerjs/sheets-conditional-formatting-ui 0.24.0 → 0.25.0-insiders.20260608-e4336f7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/lib/cjs/index.js +253 -228
  2. package/lib/cjs/locale/ar-SA.js +159 -0
  3. package/lib/cjs/locale/ca-ES.js +4 -3
  4. package/lib/cjs/locale/de-DE.js +159 -0
  5. package/lib/cjs/locale/en-US.js +4 -3
  6. package/lib/cjs/locale/es-ES.js +4 -3
  7. package/lib/cjs/locale/fa-IR.js +4 -3
  8. package/lib/cjs/locale/fr-FR.js +4 -3
  9. package/lib/cjs/locale/id-ID.js +159 -0
  10. package/lib/cjs/locale/it-IT.js +159 -0
  11. package/lib/cjs/locale/ja-JP.js +4 -3
  12. package/lib/cjs/locale/ko-KR.js +4 -3
  13. package/lib/cjs/locale/pl-PL.js +159 -0
  14. package/lib/cjs/locale/pt-BR.js +159 -0
  15. package/lib/cjs/locale/ru-RU.js +4 -3
  16. package/lib/cjs/locale/sk-SK.js +4 -3
  17. package/lib/cjs/locale/vi-VN.js +4 -3
  18. package/lib/cjs/locale/zh-CN.js +4 -3
  19. package/lib/cjs/locale/zh-HK.js +159 -0
  20. package/lib/cjs/locale/zh-TW.js +4 -3
  21. package/lib/es/index.js +255 -230
  22. package/lib/es/locale/ar-SA.js +158 -0
  23. package/lib/es/locale/ca-ES.js +4 -3
  24. package/lib/es/locale/de-DE.js +158 -0
  25. package/lib/es/locale/en-US.js +4 -3
  26. package/lib/es/locale/es-ES.js +4 -3
  27. package/lib/es/locale/fa-IR.js +4 -3
  28. package/lib/es/locale/fr-FR.js +4 -3
  29. package/lib/es/locale/id-ID.js +158 -0
  30. package/lib/es/locale/it-IT.js +158 -0
  31. package/lib/es/locale/ja-JP.js +4 -3
  32. package/lib/es/locale/ko-KR.js +4 -3
  33. package/lib/es/locale/pl-PL.js +158 -0
  34. package/lib/es/locale/pt-BR.js +158 -0
  35. package/lib/es/locale/ru-RU.js +4 -3
  36. package/lib/es/locale/sk-SK.js +4 -3
  37. package/lib/es/locale/vi-VN.js +4 -3
  38. package/lib/es/locale/zh-CN.js +4 -3
  39. package/lib/es/locale/zh-HK.js +158 -0
  40. package/lib/es/locale/zh-TW.js +4 -3
  41. package/lib/index.js +255 -230
  42. package/lib/locale/ar-SA.js +158 -0
  43. package/lib/locale/ca-ES.js +4 -3
  44. package/lib/locale/de-DE.js +158 -0
  45. package/lib/locale/en-US.js +4 -3
  46. package/lib/locale/es-ES.js +4 -3
  47. package/lib/locale/fa-IR.js +4 -3
  48. package/lib/locale/fr-FR.js +4 -3
  49. package/lib/locale/id-ID.js +158 -0
  50. package/lib/locale/it-IT.js +158 -0
  51. package/lib/locale/ja-JP.js +4 -3
  52. package/lib/locale/ko-KR.js +4 -3
  53. package/lib/locale/pl-PL.js +158 -0
  54. package/lib/locale/pt-BR.js +158 -0
  55. package/lib/locale/ru-RU.js +4 -3
  56. package/lib/locale/sk-SK.js +4 -3
  57. package/lib/locale/vi-VN.js +4 -3
  58. package/lib/locale/zh-CN.js +4 -3
  59. package/lib/locale/zh-HK.js +158 -0
  60. package/lib/locale/zh-TW.js +4 -3
  61. package/lib/types/components/color-picker/index.d.ts +1 -1
  62. package/lib/types/components/conditional-style-editor/index.d.ts +1 -1
  63. package/lib/types/components/panel/index.d.ts +1 -1
  64. package/lib/types/components/panel/rule-edit/ColorScale.d.ts +1 -1
  65. package/lib/types/components/panel/rule-edit/DataBar.d.ts +1 -1
  66. package/lib/types/components/panel/rule-edit/Formula.d.ts +1 -1
  67. package/lib/types/components/panel/rule-edit/HighlightCell.d.ts +1 -1
  68. package/lib/types/components/panel/rule-edit/IconSet.d.ts +1 -1
  69. package/lib/types/components/panel/rule-edit/Rank.d.ts +1 -1
  70. package/lib/types/components/panel/rule-edit/index.d.ts +1 -1
  71. package/lib/types/components/panel/rule-list/index.d.ts +1 -1
  72. package/lib/types/components/preview/index.d.ts +1 -1
  73. package/lib/types/components/wrapper-error/WrapperError.d.ts +1 -1
  74. package/lib/types/controllers/cf.auto-fill.controller.d.ts +3 -2
  75. package/lib/types/controllers/cf.clear.controller.d.ts +3 -3
  76. package/lib/types/controllers/cf.copy-paste.controller.d.ts +3 -2
  77. package/lib/types/controllers/cf.painter.controller.d.ts +3 -2
  78. package/lib/types/locale/ar-SA.d.ts +18 -0
  79. package/lib/types/locale/de-DE.d.ts +18 -0
  80. package/lib/types/locale/en-US.d.ts +130 -127
  81. package/lib/types/locale/id-ID.d.ts +18 -0
  82. package/lib/types/locale/it-IT.d.ts +18 -0
  83. package/lib/types/locale/pl-PL.d.ts +18 -0
  84. package/lib/types/locale/pt-BR.d.ts +18 -0
  85. package/lib/types/locale/zh-HK.d.ts +18 -0
  86. package/lib/umd/index.js +3 -3
  87. package/lib/umd/locale/ar-SA.js +1 -0
  88. package/lib/umd/locale/ca-ES.js +1 -1
  89. package/lib/umd/locale/de-DE.js +1 -0
  90. package/lib/umd/locale/en-US.js +1 -1
  91. package/lib/umd/locale/es-ES.js +1 -1
  92. package/lib/umd/locale/fa-IR.js +1 -1
  93. package/lib/umd/locale/fr-FR.js +1 -1
  94. package/lib/umd/locale/id-ID.js +1 -0
  95. package/lib/umd/locale/it-IT.js +1 -0
  96. package/lib/umd/locale/ja-JP.js +1 -1
  97. package/lib/umd/locale/ko-KR.js +1 -1
  98. package/lib/umd/locale/pl-PL.js +1 -0
  99. package/lib/umd/locale/pt-BR.js +1 -0
  100. package/lib/umd/locale/ru-RU.js +1 -1
  101. package/lib/umd/locale/sk-SK.js +1 -1
  102. package/lib/umd/locale/vi-VN.js +1 -1
  103. package/lib/umd/locale/zh-CN.js +1 -1
  104. package/lib/umd/locale/zh-HK.js +1 -0
  105. package/lib/umd/locale/zh-TW.js +1 -1
  106. package/package.json +15 -15
  107. package/LICENSE +0 -176
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiEnUS=t())})(this,function(){return{sheet:{cf:{title:`Conditional Formatting`,menu:{manageConditionalFormatting:`Manage Conditional Formatting`,createConditionalFormatting:`Create Conditional Formatting`,clearRangeRules:`Clear Rules for Selected Range`,clearWorkSheetRules:`Clear Rules for Entire Sheet`},form:{lessThan:`The value must be less than {0}`,lessThanOrEqual:`The value must be less than or equal to {0}`,greaterThan:`The value must be greater than {0}`,greaterThanOrEqual:`The value must be greater than or equal to {0}`,rangeSelector:`Select Range or Enter Value`},iconSet:{direction:`Direction`,shape:`Shape`,mark:`Mark`,rank:`Rank`,rule:`Rule`,icon:`Icon`,type:`Type`,value:`Value`,reverseIconOrder:`Reverse Icon Order`,and:`And`,when:`When`,onlyShowIcon:`Only Show Icon`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Create Rule`,clear:`Clear All Rules`,range:`Apply Range`,styleType:`Style Type`,submit:`Submit`,cancel:`Cancel`,rankAndAverage:`Top/Bottom/Average`,styleRule:`Style Rule`,isNotBottom:`Top`,isBottom:`Bottom`,greaterThanAverage:`Greater Than Average`,lessThanAverage:`Less Than Average`,medianValue:`Median Value`,fillType:`Fill Type`,pureColor:`Solid Color`,gradient:`Gradient`,colorSet:`Color Set`,positive:`Positive`,native:`Negative`,workSheet:`Entire Sheet`,selectedRange:`Selected Range`,managerRuleSelect:`Manage {0} Rules`,onlyShowDataBar:`Only Show Data Bars`},preview:{describe:{beginsWith:`Begins with {0}`,endsWith:`Ends with {0}`,containsText:`Text contains {0}`,notContainsText:`Text does not contain {0}`,equal:`Equal to {0}`,notEqual:`Not equal to {0}`,containsBlanks:`Contains Blanks`,notContainsBlanks:`Does not contain Blanks`,containsErrors:`Contains Errors`,notContainsErrors:`Does not contain Errors`,greaterThan:`Greater than {0}`,greaterThanOrEqual:`Greater than or equal to {0}`,lessThan:`Less than {0}`,lessThanOrEqual:`Less than or equal to {0}`,notBetween:`Not between {0} and {1}`,between:`Between {0} and {1}`,yesterday:`Yesterday`,tomorrow:`Tomorrow`,last7Days:`Last 7 Days`,thisMonth:`This Month`,lastMonth:`Last Month`,nextMonth:`Next Month`,thisWeek:`This Week`,lastWeek:`Last Week`,nextWeek:`Next Week`,today:`Today`,topN:`Top {0}`,bottomN:`Bottom {0}`,topNPercent:`Top {0}%`,bottomNPercent:`Bottom {0}%`}},operator:{beginsWith:`Begins with`,endsWith:`Ends with`,containsText:`Text contains`,notContainsText:`Text does not contain`,equal:`Equal to`,notEqual:`Not equal to`,containsBlanks:`Contains Blanks`,notContainsBlanks:`Does not contain Blanks`,containsErrors:`Contains Errors`,notContainsErrors:`Does not contain Errors`,greaterThan:`Greater than`,greaterThanOrEqual:`Greater than or equal to`,lessThan:`Less than`,lessThanOrEqual:`Less than or equal to`,notBetween:`Not between`,between:`Between`,yesterday:`Yesterday`,tomorrow:`Tomorrow`,last7Days:`Last 7 Days`,thisMonth:`This Month`,lastMonth:`Last Month`,nextMonth:`Next Month`,thisWeek:`This Week`,lastWeek:`Last Week`,nextWeek:`Next Week`,today:`Today`},ruleType:{highlightCell:`Highlight Cell`,dataBar:`Data Bar`,colorScale:`Color Scale`,formula:`Custom Formula`,iconSet:`Icon Set`,duplicateValues:`Duplicate Values`,uniqueValues:`Unique Values`},subRuleType:{uniqueValues:`Unique Values`,duplicateValues:`Duplicate Values`,rank:`Rank`,text:`Text`,timePeriod:`Time Period`,number:`Number`,average:`Average`},valueType:{num:`Number`,min:`Minimum`,max:`Maximum`,percent:`Percentage`,percentile:`Percentile`,formula:`Formula`,none:`None`},errorMessage:{notBlank:`Condition can not be empty`,formulaError:`Wrong formula`,rangeError:`Bad selection`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiEnUS=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`Conditional Formatting`,menu:{manageConditionalFormatting:`Manage Conditional Formatting`,createConditionalFormatting:`Create Conditional Formatting`,clearRangeRules:`Clear Rules for Selected Range`,clearWorkSheetRules:`Clear Rules for Entire Sheet`},form:{lessThan:`The value must be less than {0}`,lessThanOrEqual:`The value must be less than or equal to {0}`,greaterThan:`The value must be greater than {0}`,greaterThanOrEqual:`The value must be greater than or equal to {0}`,rangeSelector:`Select Range or Enter Value`},iconSet:{direction:`Direction`,shape:`Shape`,mark:`Mark`,rank:`Rank`,rule:`Rule`,icon:`Icon`,type:`Type`,value:`Value`,reverseIconOrder:`Reverse Icon Order`,and:`And`,when:`When`,onlyShowIcon:`Only Show Icon`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Create Rule`,clear:`Clear All Rules`,range:`Apply Range`,styleType:`Style Type`,submit:`Submit`,cancel:`Cancel`,rankAndAverage:`Top/Bottom/Average`,styleRule:`Style Rule`,isNotBottom:`Top`,isBottom:`Bottom`,greaterThanAverage:`Greater Than Average`,lessThanAverage:`Less Than Average`,medianValue:`Median Value`,fillType:`Fill Type`,pureColor:`Solid Color`,gradient:`Gradient`,colorSet:`Color Set`,positive:`Positive`,native:`Negative`,workSheet:`Entire Sheet`,selectedRange:`Selected Range`,managerRuleSelect:`Manage {0} Rules`,onlyShowDataBar:`Only Show Data Bars`},preview:{describe:{beginsWith:`Begins with {0}`,endsWith:`Ends with {0}`,containsText:`Text contains {0}`,notContainsText:`Text does not contain {0}`,equal:`Equal to {0}`,notEqual:`Not equal to {0}`,containsBlanks:`Contains Blanks`,notContainsBlanks:`Does not contain Blanks`,containsErrors:`Contains Errors`,notContainsErrors:`Does not contain Errors`,greaterThan:`Greater than {0}`,greaterThanOrEqual:`Greater than or equal to {0}`,lessThan:`Less than {0}`,lessThanOrEqual:`Less than or equal to {0}`,notBetween:`Not between {0} and {1}`,between:`Between {0} and {1}`,yesterday:`Yesterday`,tomorrow:`Tomorrow`,last7Days:`Last 7 Days`,thisMonth:`This Month`,lastMonth:`Last Month`,nextMonth:`Next Month`,thisWeek:`This Week`,lastWeek:`Last Week`,nextWeek:`Next Week`,today:`Today`,topN:`Top {0}`,bottomN:`Bottom {0}`,topNPercent:`Top {0}%`,bottomNPercent:`Bottom {0}%`}},operator:{beginsWith:`Begins with`,endsWith:`Ends with`,containsText:`Text contains`,notContainsText:`Text does not contain`,equal:`Equal to`,notEqual:`Not equal to`,containsBlanks:`Contains Blanks`,notContainsBlanks:`Does not contain Blanks`,containsErrors:`Contains Errors`,notContainsErrors:`Does not contain Errors`,greaterThan:`Greater than`,greaterThanOrEqual:`Greater than or equal to`,lessThan:`Less than`,lessThanOrEqual:`Less than or equal to`,notBetween:`Not between`,between:`Between`,yesterday:`Yesterday`,tomorrow:`Tomorrow`,last7Days:`Last 7 Days`,thisMonth:`This Month`,lastMonth:`Last Month`,nextMonth:`Next Month`,thisWeek:`This Week`,lastWeek:`Last Week`,nextWeek:`Next Week`,today:`Today`},ruleType:{highlightCell:`Highlight Cell`,dataBar:`Data Bar`,colorScale:`Color Scale`,formula:`Custom Formula`,iconSet:`Icon Set`,duplicateValues:`Duplicate Values`,uniqueValues:`Unique Values`},subRuleType:{uniqueValues:`Unique Values`,duplicateValues:`Duplicate Values`,rank:`Rank`,text:`Text`,timePeriod:`Time Period`,number:`Number`,average:`Average`},valueType:{num:`Number`,min:`Minimum`,max:`Maximum`,percent:`Percentage`,percentile:`Percentile`,formula:`Formula`,none:`None`},errorMessage:{notBlank:`Condition can not be empty`,formulaError:`Wrong formula`,rangeError:`Bad selection`},permission:{dialog:{setStyleErr:`The range is protected, and you do not have permission to set styles. To set styles, please contact the creator.`}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiEsES=t())})(this,function(){return{sheet:{cf:{title:`Formato condicional`,menu:{manageConditionalFormatting:`Gestionar formato condicional`,createConditionalFormatting:`Crear formato condicional`,clearRangeRules:`Borrar reglas del rango seleccionado`,clearWorkSheetRules:`Borrar reglas de toda la hoja`},form:{lessThan:`El valor debe ser menor que {0}`,lessThanOrEqual:`El valor debe ser menor o igual que {0}`,greaterThan:`El valor debe ser mayor que {0}`,greaterThanOrEqual:`El valor debe ser mayor o igual que {0}`,rangeSelector:`Selecciona un rango o introduce un valor`},iconSet:{direction:`Dirección`,shape:`Forma`,mark:`Marca`,rank:`Rango`,rule:`Regla`,icon:`Icono`,type:`Tipo`,value:`Valor`,reverseIconOrder:`Invertir orden de iconos`,and:`Y`,when:`Cuando`,onlyShowIcon:`Mostrar solo icono`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Crear regla`,clear:`Borrar todas las reglas`,range:`Aplicar rango`,styleType:`Tipo de estilo`,submit:`Enviar`,cancel:`Cancelar`,rankAndAverage:`Superior/Inferior/Promedio`,styleRule:`Regla de estilo`,isNotBottom:`Superior`,isBottom:`Inferior`,greaterThanAverage:`Mayor que el promedio`,lessThanAverage:`Menor que el promedio`,medianValue:`Valor mediano`,fillType:`Tipo de relleno`,pureColor:`Color sólido`,gradient:`Gradiente`,colorSet:`Conjunto de colores`,positive:`Positivo`,native:`Negativo`,workSheet:`Toda la hoja`,selectedRange:`Rango seleccionado`,managerRuleSelect:`Gestionar reglas de {0}`,onlyShowDataBar:`Mostrar solo barras de datos`},preview:{describe:{beginsWith:`Empieza con {0}`,endsWith:`Termina con {0}`,containsText:`El texto contiene {0}`,notContainsText:`El texto no contiene {0}`,equal:`Igual a {0}`,notEqual:`Distinto de {0}`,containsBlanks:`Contiene espacios en blanco`,notContainsBlanks:`No contiene espacios en blanco`,containsErrors:`Contiene errores`,notContainsErrors:`No contiene errores`,greaterThan:`Mayor que {0}`,greaterThanOrEqual:`Mayor o igual que {0}`,lessThan:`Menor que {0}`,lessThanOrEqual:`Menor o igual que {0}`,notBetween:`No está entre {0} y {1}`,between:`Entre {0} y {1}`,yesterday:`Ayer`,tomorrow:`Mañana`,last7Days:`Últimos 7 días`,thisMonth:`Este mes`,lastMonth:`Mes pasado`,nextMonth:`Mes siguiente`,thisWeek:`Esta semana`,lastWeek:`Semana pasada`,nextWeek:`Semana siguiente`,today:`Hoy`,topN:`Top {0}`,bottomN:`Inferior {0}`,topNPercent:`Top {0}%`,bottomNPercent:`Inferior {0}%`}},operator:{beginsWith:`Empieza con`,endsWith:`Termina con`,containsText:`El texto contiene`,notContainsText:`El texto no contiene`,equal:`Igual a`,notEqual:`Distinto de`,containsBlanks:`Contiene espacios en blanco`,notContainsBlanks:`No contiene espacios en blanco`,containsErrors:`Contiene errores`,notContainsErrors:`No contiene errores`,greaterThan:`Mayor que`,greaterThanOrEqual:`Mayor o igual que`,lessThan:`Menor que`,lessThanOrEqual:`Menor o igual que`,notBetween:`No está entre`,between:`Entre`,yesterday:`Ayer`,tomorrow:`Mañana`,last7Days:`Últimos 7 días`,thisMonth:`Este mes`,lastMonth:`Mes pasado`,nextMonth:`Mes siguiente`,thisWeek:`Esta semana`,lastWeek:`Semana pasada`,nextWeek:`Semana siguiente`,today:`Hoy`},ruleType:{highlightCell:`Resaltar celda`,dataBar:`Barra de datos`,colorScale:`Escala de colores`,formula:`Fórmula personalizada`,iconSet:`Conjunto de iconos`,duplicateValues:`Valores duplicados`,uniqueValues:`Valores únicos`},subRuleType:{uniqueValues:`Valores únicos`,duplicateValues:`Valores duplicados`,rank:`Rango`,text:`Texto`,timePeriod:`Periodo de tiempo`,number:`Número`,average:`Promedio`},valueType:{num:`Número`,min:`Mínimo`,max:`Máximo`,percent:`Porcentaje`,percentile:`Percentil`,formula:`Fórmula`,none:`Ninguno`},errorMessage:{notBlank:`La condición no puede estar vacía`,formulaError:`Fórmula incorrecta`,rangeError:`Selección incorrecta`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiEsES=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`Formato condicional`,menu:{manageConditionalFormatting:`Gestionar formato condicional`,createConditionalFormatting:`Crear formato condicional`,clearRangeRules:`Borrar reglas del rango seleccionado`,clearWorkSheetRules:`Borrar reglas de toda la hoja`},form:{lessThan:`El valor debe ser menor que {0}`,lessThanOrEqual:`El valor debe ser menor o igual que {0}`,greaterThan:`El valor debe ser mayor que {0}`,greaterThanOrEqual:`El valor debe ser mayor o igual que {0}`,rangeSelector:`Selecciona un rango o introduce un valor`},iconSet:{direction:`Dirección`,shape:`Forma`,mark:`Marca`,rank:`Rango`,rule:`Regla`,icon:`Icono`,type:`Tipo`,value:`Valor`,reverseIconOrder:`Invertir orden de iconos`,and:`Y`,when:`Cuando`,onlyShowIcon:`Mostrar solo icono`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Crear regla`,clear:`Borrar todas las reglas`,range:`Aplicar rango`,styleType:`Tipo de estilo`,submit:`Enviar`,cancel:`Cancelar`,rankAndAverage:`Superior/Inferior/Promedio`,styleRule:`Regla de estilo`,isNotBottom:`Superior`,isBottom:`Inferior`,greaterThanAverage:`Mayor que el promedio`,lessThanAverage:`Menor que el promedio`,medianValue:`Valor mediano`,fillType:`Tipo de relleno`,pureColor:`Color sólido`,gradient:`Gradiente`,colorSet:`Conjunto de colores`,positive:`Positivo`,native:`Negativo`,workSheet:`Toda la hoja`,selectedRange:`Rango seleccionado`,managerRuleSelect:`Gestionar reglas de {0}`,onlyShowDataBar:`Mostrar solo barras de datos`},preview:{describe:{beginsWith:`Empieza con {0}`,endsWith:`Termina con {0}`,containsText:`El texto contiene {0}`,notContainsText:`El texto no contiene {0}`,equal:`Igual a {0}`,notEqual:`Distinto de {0}`,containsBlanks:`Contiene espacios en blanco`,notContainsBlanks:`No contiene espacios en blanco`,containsErrors:`Contiene errores`,notContainsErrors:`No contiene errores`,greaterThan:`Mayor que {0}`,greaterThanOrEqual:`Mayor o igual que {0}`,lessThan:`Menor que {0}`,lessThanOrEqual:`Menor o igual que {0}`,notBetween:`No está entre {0} y {1}`,between:`Entre {0} y {1}`,yesterday:`Ayer`,tomorrow:`Mañana`,last7Days:`Últimos 7 días`,thisMonth:`Este mes`,lastMonth:`Mes pasado`,nextMonth:`Mes siguiente`,thisWeek:`Esta semana`,lastWeek:`Semana pasada`,nextWeek:`Semana siguiente`,today:`Hoy`,topN:`Top {0}`,bottomN:`Inferior {0}`,topNPercent:`Top {0}%`,bottomNPercent:`Inferior {0}%`}},operator:{beginsWith:`Empieza con`,endsWith:`Termina con`,containsText:`El texto contiene`,notContainsText:`El texto no contiene`,equal:`Igual a`,notEqual:`Distinto de`,containsBlanks:`Contiene espacios en blanco`,notContainsBlanks:`No contiene espacios en blanco`,containsErrors:`Contiene errores`,notContainsErrors:`No contiene errores`,greaterThan:`Mayor que`,greaterThanOrEqual:`Mayor o igual que`,lessThan:`Menor que`,lessThanOrEqual:`Menor o igual que`,notBetween:`No está entre`,between:`Entre`,yesterday:`Ayer`,tomorrow:`Mañana`,last7Days:`Últimos 7 días`,thisMonth:`Este mes`,lastMonth:`Mes pasado`,nextMonth:`Mes siguiente`,thisWeek:`Esta semana`,lastWeek:`Semana pasada`,nextWeek:`Semana siguiente`,today:`Hoy`},ruleType:{highlightCell:`Resaltar celda`,dataBar:`Barra de datos`,colorScale:`Escala de colores`,formula:`Fórmula personalizada`,iconSet:`Conjunto de iconos`,duplicateValues:`Valores duplicados`,uniqueValues:`Valores únicos`},subRuleType:{uniqueValues:`Valores únicos`,duplicateValues:`Valores duplicados`,rank:`Rango`,text:`Texto`,timePeriod:`Periodo de tiempo`,number:`Número`,average:`Promedio`},valueType:{num:`Número`,min:`Mínimo`,max:`Máximo`,percent:`Porcentaje`,percentile:`Percentil`,formula:`Fórmula`,none:`Ninguno`},errorMessage:{notBlank:`La condición no puede estar vacía`,formulaError:`Fórmula incorrecta`,rangeError:`Selección incorrecta`},permission:{dialog:{setStyleErr:`El rango está protegido y no tienes permiso para establecer estilos. Para establecer estilos, contacta al creador.`}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiFaIR=t())})(this,function(){return{sheet:{cf:{title:`قالب‌بندی شرطی`,menu:{manageConditionalFormatting:`مدیریت قالب‌بندی شرطی`,createConditionalFormatting:`ایجاد قالب‌بندی شرطی`,clearRangeRules:`پاک کردن قوانین برای محدوده انتخاب شده`,clearWorkSheetRules:`پاک کردن قوانین برای کل برگ`},form:{lessThan:`مقدار باید کمتر از {0} باشد`,lessThanOrEqual:`مقدار باید کمتر از یا برابر با {0} باشد`,greaterThan:`مقدار باید بزرگتر از {0} باشد`,greaterThanOrEqual:`مقدار باید بزرگتر از یا برابر با {0} باشد`,rangeSelector:`انتخاب محدوده یا وارد کردن مقدار`},iconSet:{direction:`جهت`,shape:`شکل`,mark:`علامت`,rank:`رتبه`,rule:`قانون`,icon:`آیکون`,type:`نوع`,value:`مقدار`,reverseIconOrder:`معکوس کردن ترتیب آیکون`,and:`و`,when:`هنگامی که`,onlyShowIcon:`فقط نمایش آیکون`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`ایجاد قانون`,clear:`پاک کردن همه قوانین`,range:`اعمال محدوده`,styleType:`نوع سبک`,submit:`ارسال`,cancel:`انصراف`,rankAndAverage:`بالا/پایین/میانگین`,styleRule:`قانون سبک`,isNotBottom:`بالا`,isBottom:`پایین`,greaterThanAverage:`بزرگتر از میانگین`,lessThanAverage:`کوچکتر از میانگین`,medianValue:`مقدار میانه`,fillType:`نوع پر کردن`,pureColor:`رنگ جامد`,gradient:`شیب رنگی`,colorSet:`مجموعه رنگ`,positive:`مثبت`,native:`منفی`,workSheet:`کل برگ`,selectedRange:`محدوده انتخاب شده`,managerRuleSelect:`مدیریت {0} قوانین`,onlyShowDataBar:`فقط نمایش نوار داده`},preview:{describe:{beginsWith:`با {0} شروع می‌شود`,endsWith:`با {0} پایان می‌یابد`,containsText:`شامل متن {0} است`,notContainsText:`شامل متن {0} نیست`,equal:`برابر است با {0}`,notEqual:`برابر نیست با {0}`,containsBlanks:`شامل مقادیر خالی است`,notContainsBlanks:`شامل مقادیر خالی نیست`,containsErrors:`شامل خطاها است`,notContainsErrors:`شامل خطاها نیست`,greaterThan:`بزرگتر از {0}`,greaterThanOrEqual:`بزرگتر از یا برابر با {0}`,lessThan:`کوچکتر از {0}`,lessThanOrEqual:`کوچکتر از یا برابر با {0}`,notBetween:`بین {0} و {1} نیست`,between:`بین {0} و {1}`,yesterday:`دیروز`,tomorrow:`فردا`,last7Days:`7 روز گذشته`,thisMonth:`این ماه`,lastMonth:`ماه گذشته`,nextMonth:`ماه آینده`,thisWeek:`این هفته`,lastWeek:`هفته گذشته`,nextWeek:`هفته آینده`,today:`امروز`,topN:`{0} برتر`,bottomN:`{0} پایین‌تر`,topNPercent:`{0}% برتر`,bottomNPercent:`{0}% پایین‌تر`}},operator:{beginsWith:`با ... شروع می‌شود`,endsWith:`با ... پایان می‌یابد`,containsText:`شامل متن ... است`,notContainsText:`شامل متن ... نیست`,equal:`برابر است با`,notEqual:`برابر نیست با`,containsBlanks:`شامل مقادیر خالی است`,notContainsBlanks:`شامل مقادیر خالی نیست`,containsErrors:`شامل خطاها است`,notContainsErrors:`شامل خطاها نیست`,greaterThan:`بزرگتر از`,greaterThanOrEqual:`بزرگتر از یا برابر با`,lessThan:`کوچکتر از`,lessThanOrEqual:`کوچکتر از یا برابر با`,notBetween:`بین ... و ... نیست`,between:`بین ... و ...`,yesterday:`دیروز`,tomorrow:`فردا`,last7Days:`7 روز گذشته`,thisMonth:`این ماه`,lastMonth:`ماه گذشته`,nextMonth:`ماه آینده`,thisWeek:`این هفته`,lastWeek:`هفته گذشته`,nextWeek:`هفته آینده`,today:`امروز`},ruleType:{highlightCell:`برجسته کردن سلول`,dataBar:`نوار داده`,colorScale:`مقیاس رنگی`,formula:`فرمول سفارشی`,iconSet:`مجموعه آیکون`,duplicateValues:`مقادیر تکراری`,uniqueValues:`مقادیر منحصربه‌فرد`},subRuleType:{uniqueValues:`مقادیر منحصربه‌فرد`,duplicateValues:`مقادیر تکراری`,rank:`رتبه`,text:`متن`,timePeriod:`دوره زمانی`,number:`عدد`,average:`میانگین`},valueType:{num:`عدد`,min:`حداقل`,max:`حداکثر`,percent:`درصد`,percentile:`درصد صدک`,formula:`فرمول`,none:`هیچ کدام`},errorMessage:{notBlank:`شرط نمی‌تواند خالی باشد`,formulaError:`فرمول اشتباه`,rangeError:`Bad selection`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiFaIR=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`قالب‌بندی شرطی`,menu:{manageConditionalFormatting:`مدیریت قالب‌بندی شرطی`,createConditionalFormatting:`ایجاد قالب‌بندی شرطی`,clearRangeRules:`پاک کردن قوانین برای محدوده انتخاب شده`,clearWorkSheetRules:`پاک کردن قوانین برای کل برگ`},form:{lessThan:`مقدار باید کمتر از {0} باشد`,lessThanOrEqual:`مقدار باید کمتر از یا برابر با {0} باشد`,greaterThan:`مقدار باید بزرگتر از {0} باشد`,greaterThanOrEqual:`مقدار باید بزرگتر از یا برابر با {0} باشد`,rangeSelector:`انتخاب محدوده یا وارد کردن مقدار`},iconSet:{direction:`جهت`,shape:`شکل`,mark:`علامت`,rank:`رتبه`,rule:`قانون`,icon:`آیکون`,type:`نوع`,value:`مقدار`,reverseIconOrder:`معکوس کردن ترتیب آیکون`,and:`و`,when:`هنگامی که`,onlyShowIcon:`فقط نمایش آیکون`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`ایجاد قانون`,clear:`پاک کردن همه قوانین`,range:`اعمال محدوده`,styleType:`نوع سبک`,submit:`ارسال`,cancel:`انصراف`,rankAndAverage:`بالا/پایین/میانگین`,styleRule:`قانون سبک`,isNotBottom:`بالا`,isBottom:`پایین`,greaterThanAverage:`بزرگتر از میانگین`,lessThanAverage:`کوچکتر از میانگین`,medianValue:`مقدار میانه`,fillType:`نوع پر کردن`,pureColor:`رنگ جامد`,gradient:`شیب رنگی`,colorSet:`مجموعه رنگ`,positive:`مثبت`,native:`منفی`,workSheet:`کل برگ`,selectedRange:`محدوده انتخاب شده`,managerRuleSelect:`مدیریت {0} قوانین`,onlyShowDataBar:`فقط نمایش نوار داده`},preview:{describe:{beginsWith:`با {0} شروع می‌شود`,endsWith:`با {0} پایان می‌یابد`,containsText:`شامل متن {0} است`,notContainsText:`شامل متن {0} نیست`,equal:`برابر است با {0}`,notEqual:`برابر نیست با {0}`,containsBlanks:`شامل مقادیر خالی است`,notContainsBlanks:`شامل مقادیر خالی نیست`,containsErrors:`شامل خطاها است`,notContainsErrors:`شامل خطاها نیست`,greaterThan:`بزرگتر از {0}`,greaterThanOrEqual:`بزرگتر از یا برابر با {0}`,lessThan:`کوچکتر از {0}`,lessThanOrEqual:`کوچکتر از یا برابر با {0}`,notBetween:`بین {0} و {1} نیست`,between:`بین {0} و {1}`,yesterday:`دیروز`,tomorrow:`فردا`,last7Days:`7 روز گذشته`,thisMonth:`این ماه`,lastMonth:`ماه گذشته`,nextMonth:`ماه آینده`,thisWeek:`این هفته`,lastWeek:`هفته گذشته`,nextWeek:`هفته آینده`,today:`امروز`,topN:`{0} برتر`,bottomN:`{0} پایین‌تر`,topNPercent:`{0}% برتر`,bottomNPercent:`{0}% پایین‌تر`}},operator:{beginsWith:`با ... شروع می‌شود`,endsWith:`با ... پایان می‌یابد`,containsText:`شامل متن ... است`,notContainsText:`شامل متن ... نیست`,equal:`برابر است با`,notEqual:`برابر نیست با`,containsBlanks:`شامل مقادیر خالی است`,notContainsBlanks:`شامل مقادیر خالی نیست`,containsErrors:`شامل خطاها است`,notContainsErrors:`شامل خطاها نیست`,greaterThan:`بزرگتر از`,greaterThanOrEqual:`بزرگتر از یا برابر با`,lessThan:`کوچکتر از`,lessThanOrEqual:`کوچکتر از یا برابر با`,notBetween:`بین ... و ... نیست`,between:`بین ... و ...`,yesterday:`دیروز`,tomorrow:`فردا`,last7Days:`7 روز گذشته`,thisMonth:`این ماه`,lastMonth:`ماه گذشته`,nextMonth:`ماه آینده`,thisWeek:`این هفته`,lastWeek:`هفته گذشته`,nextWeek:`هفته آینده`,today:`امروز`},ruleType:{highlightCell:`برجسته کردن سلول`,dataBar:`نوار داده`,colorScale:`مقیاس رنگی`,formula:`فرمول سفارشی`,iconSet:`مجموعه آیکون`,duplicateValues:`مقادیر تکراری`,uniqueValues:`مقادیر منحصربه‌فرد`},subRuleType:{uniqueValues:`مقادیر منحصربه‌فرد`,duplicateValues:`مقادیر تکراری`,rank:`رتبه`,text:`متن`,timePeriod:`دوره زمانی`,number:`عدد`,average:`میانگین`},valueType:{num:`عدد`,min:`حداقل`,max:`حداکثر`,percent:`درصد`,percentile:`درصد صدک`,formula:`فرمول`,none:`هیچ کدام`},errorMessage:{notBlank:`شرط نمی‌تواند خالی باشد`,formulaError:`فرمول اشتباه`,rangeError:`Bad selection`},permission:{dialog:{setStyleErr:`محدوده محافظت شده است و شما مجوز تنظیم سبک‌ها را ندارید. برای تنظیم سبک‌ها، لطفا با سازنده تماس بگیرید.`}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiFrFR=t())})(this,function(){return{sheet:{cf:{title:`Mise en forme conditionnelle`,menu:{manageConditionalFormatting:`Gérer la mise en forme conditionnelle`,createConditionalFormatting:`Créer une mise en forme conditionnelle`,clearRangeRules:`Effacer les règles pour la plage sélectionnée`,clearWorkSheetRules:`Effacer les règles pour toute la feuille`},form:{lessThan:`La valeur doit être inférieure à {0}`,lessThanOrEqual:`La valeur doit être inférieure ou égale à {0}`,greaterThan:`La valeur doit être supérieure à {0}`,greaterThanOrEqual:`La valeur doit être supérieure ou égale à {0}`,rangeSelector:`Sélectionner une plage ou entrer une valeur`},iconSet:{direction:`Direction`,shape:`Forme`,mark:`Marque`,rank:`Rang`,rule:`Règle`,icon:`Icône`,type:`Type`,value:`Valeur`,reverseIconOrder:`Inverser l'ordre des icônes`,and:`Et`,when:`Quand`,onlyShowIcon:`Afficher uniquement l'icône`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Créer une règle`,clear:`Effacer toutes les règles`,range:`Appliquer la plage`,styleType:`Type de style`,submit:`Soumettre`,cancel:`Annuler`,rankAndAverage:`Haut/Bas/Moyenne`,styleRule:`Règle de style`,isNotBottom:`Haut`,isBottom:`Bas`,greaterThanAverage:`Supérieur à la moyenne`,lessThanAverage:`Inférieur à la moyenne`,medianValue:`Valeur médiane`,fillType:`Type de remplissage`,pureColor:`Couleur unie`,gradient:`Dégradé`,colorSet:`Ensemble de couleurs`,positive:`Positif`,native:`Négatif`,workSheet:`Toute la feuille`,selectedRange:`Plage sélectionnée`,managerRuleSelect:`Gérer les règles de {0}`,onlyShowDataBar:`Afficher uniquement les barres de données`},preview:{describe:{beginsWith:`Commence par {0}`,endsWith:`Se termine par {0}`,containsText:`Le texte contient {0}`,notContainsText:`Le texte ne contient pas {0}`,equal:`Égal à {0}`,notEqual:`Différent de {0}`,containsBlanks:`Contient des blancs`,notContainsBlanks:`Ne contient pas de blancs`,containsErrors:`Contient des erreurs`,notContainsErrors:`Ne contient pas d'erreurs`,greaterThan:`Supérieur à {0}`,greaterThanOrEqual:`Supérieur ou égal à {0}`,lessThan:`Inférieur à {0}`,lessThanOrEqual:`Inférieur ou égal à {0}`,notBetween:`Pas entre {0} et {1}`,between:`Entre {0} et {1}`,yesterday:`Hier`,tomorrow:`Demain`,last7Days:`Les 7 derniers jours`,thisMonth:`Ce mois-ci`,lastMonth:`Le mois dernier`,nextMonth:`Le mois prochain`,thisWeek:`Cette semaine`,lastWeek:`La semaine dernière`,nextWeek:`La semaine prochaine`,today:`Aujourd'hui`,topN:`Top {0}`,bottomN:`Bas {0}`,topNPercent:`Top {0}%`,bottomNPercent:`Bas {0}%`}},operator:{beginsWith:`Commence par`,endsWith:`Se termine par`,containsText:`Le texte contient`,notContainsText:`Le texte ne contient pas`,equal:`Égal à`,notEqual:`Différent de`,containsBlanks:`Contient des blancs`,notContainsBlanks:`Ne contient pas de blancs`,containsErrors:`Contient des erreurs`,notContainsErrors:`Ne contient pas d'erreurs`,greaterThan:`Supérieur à`,greaterThanOrEqual:`Supérieur ou égal à`,lessThan:`Inférieur à`,lessThanOrEqual:`Inférieur ou égal à`,notBetween:`Pas entre`,between:`Entre`,yesterday:`Hier`,tomorrow:`Demain`,last7Days:`Les 7 derniers jours`,thisMonth:`Ce mois-ci`,lastMonth:`Le mois dernier`,nextMonth:`Le mois prochain`,thisWeek:`Cette semaine`,lastWeek:`La semaine dernière`,nextWeek:`La semaine prochaine`,today:`Aujourd'hui`},ruleType:{highlightCell:`Mettre en surbrillance la cellule`,dataBar:`Barre de données`,colorScale:`Échelle de couleurs`,formula:`Formule personnalisée`,iconSet:`Jeu d'icônes`,duplicateValues:`Valeurs en double`,uniqueValues:`Valeurs uniques`},subRuleType:{uniqueValues:`Valeurs uniques`,duplicateValues:`Valeurs en double`,rank:`Rang`,text:`Texte`,timePeriod:`Période`,number:`Nombre`,average:`Moyenne`},valueType:{num:`Nombre`,min:`Minimum`,max:`Maximum`,percent:`Pourcentage`,percentile:`Percentile`,formula:`Formule`,none:`Aucun`},errorMessage:{notBlank:`La condition ne peut pas être vide`,rangeError:`Plage invalide`,formulaError:`Formule incorrecte`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiFrFR=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`Mise en forme conditionnelle`,menu:{manageConditionalFormatting:`Gérer la mise en forme conditionnelle`,createConditionalFormatting:`Créer une mise en forme conditionnelle`,clearRangeRules:`Effacer les règles pour la plage sélectionnée`,clearWorkSheetRules:`Effacer les règles pour toute la feuille`},form:{lessThan:`La valeur doit être inférieure à {0}`,lessThanOrEqual:`La valeur doit être inférieure ou égale à {0}`,greaterThan:`La valeur doit être supérieure à {0}`,greaterThanOrEqual:`La valeur doit être supérieure ou égale à {0}`,rangeSelector:`Sélectionner une plage ou entrer une valeur`},iconSet:{direction:`Direction`,shape:`Forme`,mark:`Marque`,rank:`Rang`,rule:`Règle`,icon:`Icône`,type:`Type`,value:`Valeur`,reverseIconOrder:`Inverser l'ordre des icônes`,and:`Et`,when:`Quand`,onlyShowIcon:`Afficher uniquement l'icône`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Créer une règle`,clear:`Effacer toutes les règles`,range:`Appliquer la plage`,styleType:`Type de style`,submit:`Soumettre`,cancel:`Annuler`,rankAndAverage:`Haut/Bas/Moyenne`,styleRule:`Règle de style`,isNotBottom:`Haut`,isBottom:`Bas`,greaterThanAverage:`Supérieur à la moyenne`,lessThanAverage:`Inférieur à la moyenne`,medianValue:`Valeur médiane`,fillType:`Type de remplissage`,pureColor:`Couleur unie`,gradient:`Dégradé`,colorSet:`Ensemble de couleurs`,positive:`Positif`,native:`Négatif`,workSheet:`Toute la feuille`,selectedRange:`Plage sélectionnée`,managerRuleSelect:`Gérer les règles de {0}`,onlyShowDataBar:`Afficher uniquement les barres de données`},preview:{describe:{beginsWith:`Commence par {0}`,endsWith:`Se termine par {0}`,containsText:`Le texte contient {0}`,notContainsText:`Le texte ne contient pas {0}`,equal:`Égal à {0}`,notEqual:`Différent de {0}`,containsBlanks:`Contient des blancs`,notContainsBlanks:`Ne contient pas de blancs`,containsErrors:`Contient des erreurs`,notContainsErrors:`Ne contient pas d'erreurs`,greaterThan:`Supérieur à {0}`,greaterThanOrEqual:`Supérieur ou égal à {0}`,lessThan:`Inférieur à {0}`,lessThanOrEqual:`Inférieur ou égal à {0}`,notBetween:`Pas entre {0} et {1}`,between:`Entre {0} et {1}`,yesterday:`Hier`,tomorrow:`Demain`,last7Days:`Les 7 derniers jours`,thisMonth:`Ce mois-ci`,lastMonth:`Le mois dernier`,nextMonth:`Le mois prochain`,thisWeek:`Cette semaine`,lastWeek:`La semaine dernière`,nextWeek:`La semaine prochaine`,today:`Aujourd'hui`,topN:`Top {0}`,bottomN:`Bas {0}`,topNPercent:`Top {0}%`,bottomNPercent:`Bas {0}%`}},operator:{beginsWith:`Commence par`,endsWith:`Se termine par`,containsText:`Le texte contient`,notContainsText:`Le texte ne contient pas`,equal:`Égal à`,notEqual:`Différent de`,containsBlanks:`Contient des blancs`,notContainsBlanks:`Ne contient pas de blancs`,containsErrors:`Contient des erreurs`,notContainsErrors:`Ne contient pas d'erreurs`,greaterThan:`Supérieur à`,greaterThanOrEqual:`Supérieur ou égal à`,lessThan:`Inférieur à`,lessThanOrEqual:`Inférieur ou égal à`,notBetween:`Pas entre`,between:`Entre`,yesterday:`Hier`,tomorrow:`Demain`,last7Days:`Les 7 derniers jours`,thisMonth:`Ce mois-ci`,lastMonth:`Le mois dernier`,nextMonth:`Le mois prochain`,thisWeek:`Cette semaine`,lastWeek:`La semaine dernière`,nextWeek:`La semaine prochaine`,today:`Aujourd'hui`},ruleType:{highlightCell:`Mettre en surbrillance la cellule`,dataBar:`Barre de données`,colorScale:`Échelle de couleurs`,formula:`Formule personnalisée`,iconSet:`Jeu d'icônes`,duplicateValues:`Valeurs en double`,uniqueValues:`Valeurs uniques`},subRuleType:{uniqueValues:`Valeurs uniques`,duplicateValues:`Valeurs en double`,rank:`Rang`,text:`Texte`,timePeriod:`Période`,number:`Nombre`,average:`Moyenne`},valueType:{num:`Nombre`,min:`Minimum`,max:`Maximum`,percent:`Pourcentage`,percentile:`Percentile`,formula:`Formule`,none:`Aucun`},errorMessage:{notBlank:`La condition ne peut pas être vide`,rangeError:`Plage invalide`,formulaError:`Formule incorrecte`},permission:{dialog:{setStyleErr:`La plage est protégée, et vous n'avez pas la permission de définir les styles. Pour définir les styles, veuillez contacter le créateur.`}}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiIdID=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`Format Bersyarat`,menu:{manageConditionalFormatting:`Kelola Format Bersyarat`,createConditionalFormatting:`Buat Format Bersyarat`,clearRangeRules:`Hapus Aturan untuk Rentang yang Dipilih`,clearWorkSheetRules:`Hapus Aturan untuk Seluruh Lembar`},form:{lessThan:`Nilai harus kurang dari {0}`,lessThanOrEqual:`Nilai harus kurang dari atau sama dengan {0}`,greaterThan:`Nilai harus lebih besar dari {0}`,greaterThanOrEqual:`Nilai harus lebih besar dari atau sama dengan {0}`,rangeSelector:`Pilih Rentang atau Masukkan Nilai`},iconSet:{direction:`Arah`,shape:`Bentuk`,mark:`Tanda`,rank:`Peringkat`,rule:`Aturan`,icon:`Ikon`,type:`Jenis`,value:`Nilai`,reverseIconOrder:`Balikkan Urutan Ikon`,and:`Dan`,when:`Ketika`,onlyShowIcon:`Tampilkan Ikon Saja`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Buat Aturan`,clear:`Hapus Semua Aturan`,range:`Terapkan Rentang`,styleType:`Jenis Gaya`,submit:`Kirim`,cancel:`Batal`,rankAndAverage:`Atas/Bawah/Rata-rata`,styleRule:`Aturan Gaya`,isNotBottom:`Atas`,isBottom:`Bawah`,greaterThanAverage:`Lebih Besar dari Rata-rata`,lessThanAverage:`Lebih Kecil dari Rata-rata`,medianValue:`Nilai Median`,fillType:`Jenis Isian`,pureColor:`Warna Solid`,gradient:`Gradien`,colorSet:`Set Warna`,positive:`Positif`,native:`Negatif`,workSheet:`Seluruh Lembar`,selectedRange:`Rentang yang Dipilih`,managerRuleSelect:`Kelola {0} Aturan`,onlyShowDataBar:`Tampilkan Bilah Data Saja`},preview:{describe:{beginsWith:`Dimulai dengan {0}`,endsWith:`Diakhiri dengan {0}`,containsText:`Teks mengandung {0}`,notContainsText:`Teks tidak mengandung {0}`,equal:`Sama dengan {0}`,notEqual:`Tidak sama dengan {0}`,containsBlanks:`Mengandung Kosong`,notContainsBlanks:`Tidak mengandung Kosong`,containsErrors:`Mengandung Kesalahan`,notContainsErrors:`Tidak mengandung Kesalahan`,greaterThan:`Lebih besar dari {0}`,greaterThanOrEqual:`Lebih besar dari atau sama dengan {0}`,lessThan:`Lebih kecil dari {0}`,lessThanOrEqual:`Lebih kecil dari atau sama dengan {0}`,notBetween:`Tidak antara {0} dan {1}`,between:`Antara {0} dan {1}`,yesterday:`Kemarin`,tomorrow:`Besok`,last7Days:`7 Hari Terakhir`,thisMonth:`Bulan Ini`,lastMonth:`Bulan Lalu`,nextMonth:`Bulan Depan`,thisWeek:`Minggu Ini`,lastWeek:`Minggu Lalu`,nextWeek:`Minggu Depan`,today:`Hari Ini`,topN:`Atas {0}`,bottomN:`Bawah {0}`,topNPercent:`Atas {0}%`,bottomNPercent:`Bawah {0}%`}},operator:{beginsWith:`Dimulai dengan`,endsWith:`Diakhiri dengan`,containsText:`Teks mengandung`,notContainsText:`Teks tidak mengandung`,equal:`Sama dengan`,notEqual:`Tidak sama dengan`,containsBlanks:`Mengandung Kosong`,notContainsBlanks:`Tidak mengandung Kosong`,containsErrors:`Mengandung Kesalahan`,notContainsErrors:`Tidak mengandung Kesalahan`,greaterThan:`Lebih besar dari`,greaterThanOrEqual:`Lebih besar dari atau sama dengan`,lessThan:`Lebih kecil dari`,lessThanOrEqual:`Lebih kecil dari atau sama dengan`,notBetween:`Tidak antara`,between:`Antara`,yesterday:`Kemarin`,tomorrow:`Besok`,last7Days:`7 Hari Terakhir`,thisMonth:`Bulan Ini`,lastMonth:`Bulan Lalu`,nextMonth:`Bulan Depan`,thisWeek:`Minggu Ini`,lastWeek:`Minggu Lalu`,nextWeek:`Minggu Depan`,today:`Hari Ini`},ruleType:{highlightCell:`Sorot Sel`,dataBar:`Bilah Data`,colorScale:`Skala Warna`,formula:`Rumus Kustom`,iconSet:`Set Ikon`,duplicateValues:`Nilai Duplikat`,uniqueValues:`Nilai Unik`},subRuleType:{uniqueValues:`Nilai Unik`,duplicateValues:`Nilai Duplikat`,rank:`Peringkat`,text:`Teks`,timePeriod:`Periode Waktu`,number:`Angka`,average:`Rata-rata`},valueType:{num:`Angka`,min:`Minimum`,max:`Maksimum`,percent:`Persentase`,percentile:`Persentil`,formula:`Rumus`,none:`Tidak ada`},errorMessage:{notBlank:`Kondisi tidak boleh kosong`,formulaError:`Rumus salah`,rangeError:`Pilihan buruk`},permission:{dialog:{setStyleErr:`Rentang ini dilindungi, dan Anda tidak memiliki izin untuk mengatur gaya. Untuk mengatur gaya, silakan hubungi pembuatnya.`}}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiItIT=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`Formattazione Condizionale`,menu:{manageConditionalFormatting:`Gestisci Formattazione Condizionale`,createConditionalFormatting:`Crea Formattazione Condizionale`,clearRangeRules:`Cancella Regole per Intervallo Selezionato`,clearWorkSheetRules:`Cancella Regole per Intero Foglio`},form:{lessThan:`Il valore deve essere minore di {0}`,lessThanOrEqual:`Il valore deve essere minore o uguale a {0}`,greaterThan:`Il valore deve essere maggiore di {0}`,greaterThanOrEqual:`Il valore deve essere maggiore o uguale a {0}`,rangeSelector:`Seleziona Intervallo o Inserisci Valore`},iconSet:{direction:`Direzione`,shape:`Forma`,mark:`Marca`,rank:`Grado`,rule:`Regola`,icon:`Icona`,type:`Tipo`,value:`Valore`,reverseIconOrder:`Inverti Ordine Icone`,and:`E`,when:`Quando`,onlyShowIcon:`Mostra Solo Icona`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Crea Regola`,clear:`Cancella Tutte le Regole`,range:`Applica Intervallo`,styleType:`Tipo di Stile`,submit:`Invia`,cancel:`Annulla`,rankAndAverage:`Superiore/Inferiore/Media`,styleRule:`Regola di Stile`,isNotBottom:`Superiore`,isBottom:`Inferiore`,greaterThanAverage:`Maggiore della Media`,lessThanAverage:`Minore della Media`,medianValue:`Valore Mediano`,fillType:`Tipo di Riempimento`,pureColor:`Colore Solido`,gradient:`Gradiente`,colorSet:`Set di Colori`,positive:`Positivo`,native:`Negativo`,workSheet:`Intero Foglio`,selectedRange:`Intervallo Selezionato`,managerRuleSelect:`Gestisci {0} Regole`,onlyShowDataBar:`Mostra Solo Barre Dati`},preview:{describe:{beginsWith:`Inizia con {0}`,endsWith:`Termina con {0}`,containsText:`Il testo contiene {0}`,notContainsText:`Il testo non contiene {0}`,equal:`Uguale a {0}`,notEqual:`Diverso da {0}`,containsBlanks:`Contiene Vuoti`,notContainsBlanks:`Non contiene Vuoti`,containsErrors:`Contiene Errori`,notContainsErrors:`Non contiene Errori`,greaterThan:`Maggiore di {0}`,greaterThanOrEqual:`Maggiore o uguale a {0}`,lessThan:`Minore di {0}`,lessThanOrEqual:`Minore o uguale a {0}`,notBetween:`Non compreso tra {0} e {1}`,between:`Compreso tra {0} e {1}`,yesterday:`Ieri`,tomorrow:`Domani`,last7Days:`Ultimi 7 Giorni`,thisMonth:`Questo Mese`,lastMonth:`Mese Scorso`,nextMonth:`Mese Prossimo`,thisWeek:`Questa Settimana`,lastWeek:`Settimana Scorso`,nextWeek:`Settimana Prossima`,today:`Oggi`,topN:`Superiore {0}`,bottomN:`Inferiore {0}`,topNPercent:`Superiore {0}%`,bottomNPercent:`Inferiore {0}%`}},operator:{beginsWith:`Inizia con`,endsWith:`Termina con`,containsText:`Il testo contiene`,notContainsText:`Il testo non contiene`,equal:`Uguale a`,notEqual:`Diverso da`,containsBlanks:`Contiene Vuoti`,notContainsBlanks:`Non contiene Vuoti`,containsErrors:`Contiene Errori`,notContainsErrors:`Non contiene Errori`,greaterThan:`Maggiore di`,greaterThanOrEqual:`Maggiore o uguale a`,lessThan:`Minore di`,lessThanOrEqual:`Minore o uguale a`,notBetween:`Non compreso tra`,between:`Compreso tra`,yesterday:`Ieri`,tomorrow:`Domani`,last7Days:`Ultimi 7 Giorni`,thisMonth:`Questo Mese`,lastMonth:`Mese Scorso`,nextMonth:`Mese Prossimo`,thisWeek:`Questa Settimana`,lastWeek:`Settimana Scorso`,nextWeek:`Settimana Prossima`,today:`Oggi`},ruleType:{highlightCell:`Evidenzia Cella`,dataBar:`Barra Dati`,colorScale:`Scala Colori`,formula:`Formula Personalizzata`,iconSet:`Set di Icone`,duplicateValues:`Valori Duplicati`,uniqueValues:`Valori Unici`},subRuleType:{uniqueValues:`Valori Unici`,duplicateValues:`Valori Duplicati`,rank:`Grado`,text:`Testo`,timePeriod:`Periodo di Tempo`,number:`Numero`,average:`Media`},valueType:{num:`Numero`,min:`Minimo`,max:`Massimo`,percent:`Percentuale`,percentile:`Percentile`,formula:`Formula`,none:`Nessuno`},errorMessage:{notBlank:`La condizione non può essere vuota`,formulaError:`Formula errata`,rangeError:`Selezione non valida`},permission:{dialog:{setStyleErr:`L'intervallo è protetto e non hai l'autorizzazione per impostare gli stili. Per impostare gli stili, contatta il creatore.`}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiJaJP=t())})(this,function(){return{sheet:{cf:{title:`条件付き書式`,menu:{manageConditionalFormatting:`ルールの管理`,createConditionalFormatting:`新しいルール`,clearRangeRules:`選択したセルからルールをクリア`,clearWorkSheetRules:`シート全体からルールをクリア`},form:{lessThan:`{0} より小さい`,lessThanOrEqual:`{0} 以下`,greaterThan:`{0} より大きい`,greaterThanOrEqual:`{0} 以上`,rangeSelector:`範囲を選択するか値を入力してください`},iconSet:{direction:`方向`,shape:`図形`,mark:`インジケーター`,rank:`評価`,rule:`ルール`,icon:`アイコン`,type:`種類`,value:`値`,reverseIconOrder:`アイコンの順序を逆にする`,and:`かつ`,when:`次の場合`,onlyShowIcon:`アイコンのみ表示`},symbol:{greaterThan:`>`,greaterThanOrEqual:`≥`,lessThan:`<`,lessThanOrEqual:`≤`},panel:{createRule:`新しいルール`,clear:`ルールのクリア`,range:`適用先`,styleType:`スタイルの種類`,submit:`OK`,cancel:`キャンセル`,rankAndAverage:`上位/下位/平均`,styleRule:`書式ルール`,isNotBottom:`上位`,isBottom:`下位`,greaterThanAverage:`平均より上`,lessThanAverage:`平均より下`,medianValue:`中央値`,fillType:`塗りつぶしの種類`,pureColor:`単色`,gradient:`グラデーション`,colorSet:`カラーセット`,positive:`正の値`,native:`負の値`,workSheet:`このワークシート`,selectedRange:`現在の選択範囲`,managerRuleSelect:`{0} の書式ルールを表示`,onlyShowDataBar:`棒のみ表示`},preview:{describe:{beginsWith:`{0} で始まる`,endsWith:`{0} で終わる`,containsText:`{0} を含む`,notContainsText:`{0} を含まない`,equal:`{0} と等しい`,notEqual:`{0} と等しくない`,containsBlanks:`空白を含む`,notContainsBlanks:`空白を含まない`,containsErrors:`エラーを含む`,notContainsErrors:`エラーを含まない`,greaterThan:`{0} より大きい`,greaterThanOrEqual:`{0} 以上`,lessThan:`{0} より小さい`,lessThanOrEqual:`{0} 以下`,notBetween:`{0} と {1} の間以外`,between:`{0} と {1} の間`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`過去 7 日間`,thisMonth:`今月`,lastMonth:`先月`,nextMonth:`来月`,thisWeek:`今週`,lastWeek:`先週`,nextWeek:`来週`,today:`今日`,topN:`上位 {0}`,bottomN:`下位 {0}`,topNPercent:`上位 {0}%`,bottomNPercent:`下位 {0}%`}},operator:{beginsWith:`で始まる`,endsWith:`で終わる`,containsText:`を含む`,notContainsText:`を含まない`,equal:`と等しい`,notEqual:`と等しくない`,containsBlanks:`空白を含む`,notContainsBlanks:`空白を含まない`,containsErrors:`エラーを含む`,notContainsErrors:`エラーを含まない`,greaterThan:`より大きい`,greaterThanOrEqual:`以上`,lessThan:`より小さい`,lessThanOrEqual:`以下`,notBetween:`の間以外`,between:`の間`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`過去 7 日間`,thisMonth:`今月`,lastMonth:`先月`,nextMonth:`来月`,thisWeek:`今週`,lastWeek:`先週`,nextWeek:`来週`,today:`今日`},ruleType:{highlightCell:`セルの強調表示ルール`,dataBar:`データバー`,colorScale:`カラースケール`,formula:`数式を使用して、書式設定するセルを決定`,iconSet:`アイコンセット`,duplicateValues:`重複する値`,uniqueValues:`一意の値`},subRuleType:{uniqueValues:`一意の値`,duplicateValues:`重複する値`,rank:`ランク`,text:`指定の値を含むテキスト`,timePeriod:`日付`,number:`数値`,average:`平均`},valueType:{num:`数値`,min:`最小値`,max:`最大値`,percent:`パーセント`,percentile:`パーセンタイル`,formula:`数式`,none:`なし`},errorMessage:{notBlank:`条件を入力してください。`,formulaError:`数式が正しくありません。`,rangeError:`範囲が正しくありません。`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiJaJP=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`条件付き書式`,menu:{manageConditionalFormatting:`ルールの管理`,createConditionalFormatting:`新しいルール`,clearRangeRules:`選択したセルからルールをクリア`,clearWorkSheetRules:`シート全体からルールをクリア`},form:{lessThan:`{0} より小さい`,lessThanOrEqual:`{0} 以下`,greaterThan:`{0} より大きい`,greaterThanOrEqual:`{0} 以上`,rangeSelector:`範囲を選択するか値を入力してください`},iconSet:{direction:`方向`,shape:`図形`,mark:`インジケーター`,rank:`評価`,rule:`ルール`,icon:`アイコン`,type:`種類`,value:`値`,reverseIconOrder:`アイコンの順序を逆にする`,and:`かつ`,when:`次の場合`,onlyShowIcon:`アイコンのみ表示`},symbol:{greaterThan:`>`,greaterThanOrEqual:`≥`,lessThan:`<`,lessThanOrEqual:`≤`},panel:{createRule:`新しいルール`,clear:`ルールのクリア`,range:`適用先`,styleType:`スタイルの種類`,submit:`OK`,cancel:`キャンセル`,rankAndAverage:`上位/下位/平均`,styleRule:`書式ルール`,isNotBottom:`上位`,isBottom:`下位`,greaterThanAverage:`平均より上`,lessThanAverage:`平均より下`,medianValue:`中央値`,fillType:`塗りつぶしの種類`,pureColor:`単色`,gradient:`グラデーション`,colorSet:`カラーセット`,positive:`正の値`,native:`負の値`,workSheet:`このワークシート`,selectedRange:`現在の選択範囲`,managerRuleSelect:`{0} の書式ルールを表示`,onlyShowDataBar:`棒のみ表示`},preview:{describe:{beginsWith:`{0} で始まる`,endsWith:`{0} で終わる`,containsText:`{0} を含む`,notContainsText:`{0} を含まない`,equal:`{0} と等しい`,notEqual:`{0} と等しくない`,containsBlanks:`空白を含む`,notContainsBlanks:`空白を含まない`,containsErrors:`エラーを含む`,notContainsErrors:`エラーを含まない`,greaterThan:`{0} より大きい`,greaterThanOrEqual:`{0} 以上`,lessThan:`{0} より小さい`,lessThanOrEqual:`{0} 以下`,notBetween:`{0} と {1} の間以外`,between:`{0} と {1} の間`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`過去 7 日間`,thisMonth:`今月`,lastMonth:`先月`,nextMonth:`来月`,thisWeek:`今週`,lastWeek:`先週`,nextWeek:`来週`,today:`今日`,topN:`上位 {0}`,bottomN:`下位 {0}`,topNPercent:`上位 {0}%`,bottomNPercent:`下位 {0}%`}},operator:{beginsWith:`で始まる`,endsWith:`で終わる`,containsText:`を含む`,notContainsText:`を含まない`,equal:`と等しい`,notEqual:`と等しくない`,containsBlanks:`空白を含む`,notContainsBlanks:`空白を含まない`,containsErrors:`エラーを含む`,notContainsErrors:`エラーを含まない`,greaterThan:`より大きい`,greaterThanOrEqual:`以上`,lessThan:`より小さい`,lessThanOrEqual:`以下`,notBetween:`の間以外`,between:`の間`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`過去 7 日間`,thisMonth:`今月`,lastMonth:`先月`,nextMonth:`来月`,thisWeek:`今週`,lastWeek:`先週`,nextWeek:`来週`,today:`今日`},ruleType:{highlightCell:`セルの強調表示ルール`,dataBar:`データバー`,colorScale:`カラースケール`,formula:`数式を使用して、書式設定するセルを決定`,iconSet:`アイコンセット`,duplicateValues:`重複する値`,uniqueValues:`一意の値`},subRuleType:{uniqueValues:`一意の値`,duplicateValues:`重複する値`,rank:`ランク`,text:`指定の値を含むテキスト`,timePeriod:`日付`,number:`数値`,average:`平均`},valueType:{num:`数値`,min:`最小値`,max:`最大値`,percent:`パーセント`,percentile:`パーセンタイル`,formula:`数式`,none:`なし`},errorMessage:{notBlank:`条件を入力してください。`,formulaError:`数式が正しくありません。`,rangeError:`範囲が正しくありません。`},permission:{dialog:{setStyleErr:`この範囲は保護されており、スタイルを変更する権限がありません。変更するには作成者に連絡してください。`}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiKoKR=t())})(this,function(){return{sheet:{cf:{title:`조건부 서식`,menu:{manageConditionalFormatting:`조건부 서식 관리`,createConditionalFormatting:`조건부 서식 만들기`,clearRangeRules:`선택 영역 규칙 지우기`,clearWorkSheetRules:`시트 전체 규칙 지우기`},form:{lessThan:`{0}보다 작음`,lessThanOrEqual:`{0} 이하`,greaterThan:`{0}보다 큼`,greaterThanOrEqual:`{0} 이상`,rangeSelector:`범위 선택 또는 값 입력`},iconSet:{direction:`방향`,shape:`모양`,mark:`표식`,rank:`순위`,rule:`규칙`,icon:`아이콘`,type:`유형`,value:`값`,reverseIconOrder:`아이콘 순서 반대로`,and:`그리고`,when:`조건`,onlyShowIcon:`아이콘만 표시`},symbol:{greaterThan:`>`,greaterThanOrEqual:`≥`,lessThan:`<`,lessThanOrEqual:`≤`},panel:{createRule:`규칙 만들기`,clear:`모든 규칙 지우기`,range:`적용 범위`,styleType:`스타일 유형`,submit:`확인`,cancel:`취소`,rankAndAverage:`상위/하위/평균`,styleRule:`스타일 규칙`,isNotBottom:`상위`,isBottom:`하위`,greaterThanAverage:`평균 초과`,lessThanAverage:`평균 미만`,medianValue:`중앙값`,fillType:`채우기 유형`,pureColor:`단색`,gradient:`그라데이션`,colorSet:`색상 세트`,positive:`양수`,native:`음수`,workSheet:`시트 전체`,selectedRange:`선택 영역`,managerRuleSelect:`{0} 규칙 관리`,onlyShowDataBar:`데이터 막대만 표시`},preview:{describe:{beginsWith:`{0}로 시작`,endsWith:`{0}로 끝남`,containsText:`{0} 포함`,notContainsText:`{0} 미포함`,equal:`{0}와 같음`,notEqual:`{0}와 다름`,containsBlanks:`빈 셀 포함`,notContainsBlanks:`빈 셀 미포함`,containsErrors:`오류 포함`,notContainsErrors:`오류 미포함`,greaterThan:`{0}보다 큼`,greaterThanOrEqual:`{0} 이상`,lessThan:`{0}보다 작음`,lessThanOrEqual:`{0} 이하`,notBetween:`{0}와 {1} 사이 아님`,between:`{0}와 {1} 사이`,yesterday:`어제`,tomorrow:`내일`,last7Days:`최근 7일`,thisMonth:`이번 달`,lastMonth:`지난 달`,nextMonth:`다음 달`,thisWeek:`이번 주`,lastWeek:`지난 주`,nextWeek:`다음 주`,today:`오늘`,topN:`상위 {0}개`,bottomN:`하위 {0}개`,topNPercent:`상위 {0}%`,bottomNPercent:`하위 {0}%`}},operator:{beginsWith:`로 시작`,endsWith:`로 끝남`,containsText:`포함`,notContainsText:`미포함`,equal:`같음`,notEqual:`다름`,containsBlanks:`빈 셀 포함`,notContainsBlanks:`빈 셀 미포함`,containsErrors:`오류 포함`,notContainsErrors:`오류 미포함`,greaterThan:`보다 큼`,greaterThanOrEqual:`이상`,lessThan:`보다 작음`,lessThanOrEqual:`이하`,notBetween:`사이 아님`,between:`사이`,yesterday:`어제`,tomorrow:`내일`,last7Days:`최근 7일`,thisMonth:`이번 달`,lastMonth:`지난 달`,nextMonth:`다음 달`,thisWeek:`이번 주`,lastWeek:`지난 주`,nextWeek:`다음 주`,today:`오늘`},ruleType:{highlightCell:`셀 강조`,dataBar:`데이터 막대`,colorScale:`색상 눈금`,formula:`사용자 지정 수식`,iconSet:`아이콘 집합`,duplicateValues:`중복 값`,uniqueValues:`고유 값`},subRuleType:{uniqueValues:`고유 값`,duplicateValues:`중복 값`,rank:`순위`,text:`텍스트`,timePeriod:`기간`,number:`숫자`,average:`평균`},valueType:{num:`숫자`,min:`최소값`,max:`최대값`,percent:`백분율`,percentile:`백분위수`,formula:`수식`,none:`없음`},errorMessage:{notBlank:`조건을 비울 수 없습니다.`,formulaError:`잘못된 수식입니다.`,rangeError:`잘못된 선택 영역입니다.`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiKoKR=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`조건부 서식`,menu:{manageConditionalFormatting:`조건부 서식 관리`,createConditionalFormatting:`조건부 서식 만들기`,clearRangeRules:`선택 영역 규칙 지우기`,clearWorkSheetRules:`시트 전체 규칙 지우기`},form:{lessThan:`{0}보다 작음`,lessThanOrEqual:`{0} 이하`,greaterThan:`{0}보다 큼`,greaterThanOrEqual:`{0} 이상`,rangeSelector:`범위 선택 또는 값 입력`},iconSet:{direction:`방향`,shape:`모양`,mark:`표식`,rank:`순위`,rule:`규칙`,icon:`아이콘`,type:`유형`,value:`값`,reverseIconOrder:`아이콘 순서 반대로`,and:`그리고`,when:`조건`,onlyShowIcon:`아이콘만 표시`},symbol:{greaterThan:`>`,greaterThanOrEqual:`≥`,lessThan:`<`,lessThanOrEqual:`≤`},panel:{createRule:`규칙 만들기`,clear:`모든 규칙 지우기`,range:`적용 범위`,styleType:`스타일 유형`,submit:`확인`,cancel:`취소`,rankAndAverage:`상위/하위/평균`,styleRule:`스타일 규칙`,isNotBottom:`상위`,isBottom:`하위`,greaterThanAverage:`평균 초과`,lessThanAverage:`평균 미만`,medianValue:`중앙값`,fillType:`채우기 유형`,pureColor:`단색`,gradient:`그라데이션`,colorSet:`색상 세트`,positive:`양수`,native:`음수`,workSheet:`시트 전체`,selectedRange:`선택 영역`,managerRuleSelect:`{0} 규칙 관리`,onlyShowDataBar:`데이터 막대만 표시`},preview:{describe:{beginsWith:`{0}로 시작`,endsWith:`{0}로 끝남`,containsText:`{0} 포함`,notContainsText:`{0} 미포함`,equal:`{0}와 같음`,notEqual:`{0}와 다름`,containsBlanks:`빈 셀 포함`,notContainsBlanks:`빈 셀 미포함`,containsErrors:`오류 포함`,notContainsErrors:`오류 미포함`,greaterThan:`{0}보다 큼`,greaterThanOrEqual:`{0} 이상`,lessThan:`{0}보다 작음`,lessThanOrEqual:`{0} 이하`,notBetween:`{0}와 {1} 사이 아님`,between:`{0}와 {1} 사이`,yesterday:`어제`,tomorrow:`내일`,last7Days:`최근 7일`,thisMonth:`이번 달`,lastMonth:`지난 달`,nextMonth:`다음 달`,thisWeek:`이번 주`,lastWeek:`지난 주`,nextWeek:`다음 주`,today:`오늘`,topN:`상위 {0}개`,bottomN:`하위 {0}개`,topNPercent:`상위 {0}%`,bottomNPercent:`하위 {0}%`}},operator:{beginsWith:`로 시작`,endsWith:`로 끝남`,containsText:`포함`,notContainsText:`미포함`,equal:`같음`,notEqual:`다름`,containsBlanks:`빈 셀 포함`,notContainsBlanks:`빈 셀 미포함`,containsErrors:`오류 포함`,notContainsErrors:`오류 미포함`,greaterThan:`보다 큼`,greaterThanOrEqual:`이상`,lessThan:`보다 작음`,lessThanOrEqual:`이하`,notBetween:`사이 아님`,between:`사이`,yesterday:`어제`,tomorrow:`내일`,last7Days:`최근 7일`,thisMonth:`이번 달`,lastMonth:`지난 달`,nextMonth:`다음 달`,thisWeek:`이번 주`,lastWeek:`지난 주`,nextWeek:`다음 주`,today:`오늘`},ruleType:{highlightCell:`셀 강조`,dataBar:`데이터 막대`,colorScale:`색상 눈금`,formula:`사용자 지정 수식`,iconSet:`아이콘 집합`,duplicateValues:`중복 값`,uniqueValues:`고유 값`},subRuleType:{uniqueValues:`고유 값`,duplicateValues:`중복 값`,rank:`순위`,text:`텍스트`,timePeriod:`기간`,number:`숫자`,average:`평균`},valueType:{num:`숫자`,min:`최소값`,max:`최대값`,percent:`백분율`,percentile:`백분위수`,formula:`수식`,none:`없음`},errorMessage:{notBlank:`조건을 비울 수 없습니다.`,formulaError:`잘못된 수식입니다.`,rangeError:`잘못된 선택 영역입니다.`},permission:{dialog:{setStyleErr:`해당 범위는 보호되어 있어 스타일 지정 권한이 없습니다. 스타일을 변경하려면 작성자에게 문의하세요.`}}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiPlPL=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`Formatowanie warunkowe`,menu:{manageConditionalFormatting:`Zarządzaj formatowaniem warunkowym`,createConditionalFormatting:`Utwórz formatowanie warunkowe`,clearRangeRules:`Wyczyść reguły dla zaznaczonego zakresu`,clearWorkSheetRules:`Wyczyść reguły dla całego arkusza`},form:{lessThan:`Wartość musi być mniejsza niż {0}`,lessThanOrEqual:`Wartość musi być mniejsza niż lub równa {0}`,greaterThan:`Wartość musi być większa niż {0}`,greaterThanOrEqual:`Wartość musi być większa niż lub równa {0}`,rangeSelector:`Zaznacz zakres lub wprowadź wartość`},iconSet:{direction:`Kierunek`,shape:`Kształt`,mark:`Znak`,rank:`Ranga`,rule:`Reguła`,icon:`Ikona`,type:`Typ`,value:`Wartość`,reverseIconOrder:`Odwróć kolejność ikon`,and:`I`,when:`Gdy`,onlyShowIcon:`Pokaż tylko ikonę`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Utwórz regułę`,clear:`Wyczyść wszystkie reguły`,range:`Zakres zastosowania`,styleType:`Typ stylu`,submit:`Zastosuj`,cancel:`Anuluj`,rankAndAverage:`Góra/Dół/Średnia`,styleRule:`Reguła stylu`,isNotBottom:`Góra`,isBottom:`Dół`,greaterThanAverage:`Większe niż średnia`,lessThanAverage:`Mniejsze niż średnia`,medianValue:`Mediana`,fillType:`Typ wypełnienia`,pureColor:`Kolor jednolity`,gradient:`Gradient`,colorSet:`Zestaw kolorów`,positive:`Dodatnie`,native:`Ujemne`,workSheet:`Cały arkusz`,selectedRange:`Zaznaczony zakres`,managerRuleSelect:`Zarządzaj regułami: {0}`,onlyShowDataBar:`Pokaż tylko paski danych`},preview:{describe:{beginsWith:`Zaczyna się od {0}`,endsWith:`Kończy się na {0}`,containsText:`Tekst zawiera {0}`,notContainsText:`Tekst nie zawiera {0}`,equal:`Równe {0}`,notEqual:`Różne od {0}`,containsBlanks:`Zawiera puste`,notContainsBlanks:`Nie zawiera pustych`,containsErrors:`Zawiera błędy`,notContainsErrors:`Nie zawiera błędów`,greaterThan:`Większe niż {0}`,greaterThanOrEqual:`Większe niż lub równe {0}`,lessThan:`Mniejsze niż {0}`,lessThanOrEqual:`Mniejsze niż lub równe {0}`,notBetween:`Nie między {0} a {1}`,between:`Między {0} a {1}`,yesterday:`Wczoraj`,tomorrow:`Jutro`,last7Days:`Ostatnie 7 dni`,thisMonth:`Ten miesiąc`,lastMonth:`Poprzedni miesiąc`,nextMonth:`Następny miesiąc`,thisWeek:`Ten tydzień`,lastWeek:`Poprzedni tydzień`,nextWeek:`Następny tydzień`,today:`Dzisiaj`,topN:`Top {0}`,bottomN:`Ostatnie {0}`,topNPercent:`Top {0}%`,bottomNPercent:`Ostatnie {0}%`}},operator:{beginsWith:`Zaczyna się od`,endsWith:`Kończy się na`,containsText:`Tekst zawiera`,notContainsText:`Tekst nie zawiera`,equal:`Równe`,notEqual:`Różne od`,containsBlanks:`Zawiera puste`,notContainsBlanks:`Nie zawiera pustych`,containsErrors:`Zawiera błędy`,notContainsErrors:`Nie zawiera błędów`,greaterThan:`Większe niż`,greaterThanOrEqual:`Większe niż lub równe`,lessThan:`Mniejsze niż`,lessThanOrEqual:`Mniejsze niż lub równe`,notBetween:`Nie między`,between:`Między`,yesterday:`Wczoraj`,tomorrow:`Jutro`,last7Days:`Ostatnie 7 dni`,thisMonth:`Ten miesiąc`,lastMonth:`Poprzedni miesiąc`,nextMonth:`Następny miesiąc`,thisWeek:`Ten tydzień`,lastWeek:`Poprzedni tydzień`,nextWeek:`Następny tydzień`,today:`Dzisiaj`},ruleType:{highlightCell:`Wyróżnij komórkę`,dataBar:`Pasek danych`,colorScale:`Skala kolorów`,formula:`Niestandardowa formuła`,iconSet:`Zestaw ikon`,duplicateValues:`Zduplikowane wartości`,uniqueValues:`Unikalne wartości`},subRuleType:{uniqueValues:`Unikalne wartości`,duplicateValues:`Zduplikowane wartości`,rank:`Ranga`,text:`Tekst`,timePeriod:`Okres`,number:`Liczba`,average:`Średnia`},valueType:{num:`Liczba`,min:`Minimum`,max:`Maksimum`,percent:`Procent`,percentile:`Percentyl`,formula:`Formuła`,none:`Brak`},errorMessage:{notBlank:`Warunek nie może być pusty`,formulaError:`Błędna formuła`,rangeError:`Nieprawidłowy wybór`},permission:{dialog:{setStyleErr:`Zakres jest chroniony i nie masz uprawnień do ustawiania stylów. Aby ustawić style, skontaktuj się z twórcą.`}}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiPtBR=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`Formatação Condicional`,menu:{manageConditionalFormatting:`Gerenciar Formatação Condicional`,createConditionalFormatting:`Criar Formatação Condicional`,clearRangeRules:`Limpar Regras do Intervalo Selecionado`,clearWorkSheetRules:`Limpar Regras da Planilha Inteira`},form:{lessThan:`O valor deve ser menor que {0}`,lessThanOrEqual:`O valor deve ser menor ou igual a {0}`,greaterThan:`O valor deve ser maior que {0}`,greaterThanOrEqual:`O valor deve ser maior ou igual a {0}`,rangeSelector:`Selecione o Intervalo ou Digite o Valor`},iconSet:{direction:`Direção`,shape:`Forma`,mark:`Marca`,rank:`Classificação`,rule:`Regra`,icon:`Ícone`,type:`Tipo`,value:`Valor`,reverseIconOrder:`Inverter Ordem dos Ícones`,and:`E`,when:`Quando`,onlyShowIcon:`Mostrar Apenas Ícone`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Criar Regra`,clear:`Limpar Todas as Regras`,range:`Aplicar ao Intervalo`,styleType:`Tipo de Estilo`,submit:`Aplicar`,cancel:`Cancelar`,rankAndAverage:`Superior/Inferior/Média`,styleRule:`Regra de Estilo`,isNotBottom:`Superior`,isBottom:`Inferior`,greaterThanAverage:`Maior que a Média`,lessThanAverage:`Menor que a Média`,medianValue:`Valor Mediano`,fillType:`Tipo de Preenchimento`,pureColor:`Cor Sólida`,gradient:`Gradiente`,colorSet:`Conjunto de Cores`,positive:`Positivo`,native:`Negativo`,workSheet:`Planilha Inteira`,selectedRange:`Intervalo Selecionado`,managerRuleSelect:`Gerenciar Regras de {0}`,onlyShowDataBar:`Mostrar Apenas Barras de Dados`},preview:{describe:{beginsWith:`Começa com {0}`,endsWith:`Termina com {0}`,containsText:`O texto contém {0}`,notContainsText:`O texto não contém {0}`,equal:`Igual a {0}`,notEqual:`Diferente de {0}`,containsBlanks:`Contém Em Branco`,notContainsBlanks:`Não Contém Em Branco`,containsErrors:`Contém Erros`,notContainsErrors:`Não Contém Erros`,greaterThan:`Maior que {0}`,greaterThanOrEqual:`Maior ou igual a {0}`,lessThan:`Menor que {0}`,lessThanOrEqual:`Menor ou igual a {0}`,notBetween:`Não está entre {0} e {1}`,between:`Entre {0} e {1}`,yesterday:`Ontem`,tomorrow:`Amanhã`,last7Days:`Últimos 7 Dias`,thisMonth:`Este Mês`,lastMonth:`Mês Passado`,nextMonth:`Próximo Mês`,thisWeek:`Esta Semana`,lastWeek:`Semana Passada`,nextWeek:`Próxima Semana`,today:`Hoje`,topN:`Superior {0}`,bottomN:`Inferior {0}`,topNPercent:`Superior {0}%`,bottomNPercent:`Inferior {0}%`}},operator:{beginsWith:`Começa com`,endsWith:`Termina com`,containsText:`O texto contém`,notContainsText:`O texto não contém`,equal:`Igual a`,notEqual:`Diferente de`,containsBlanks:`Contém Em Branco`,notContainsBlanks:`Não Contém Em Branco`,containsErrors:`Contém Erros`,notContainsErrors:`Não Contém Erros`,greaterThan:`Maior que`,greaterThanOrEqual:`Maior ou igual a`,lessThan:`Menor que`,lessThanOrEqual:`Menor ou igual a`,notBetween:`Não está entre`,between:`Entre`,yesterday:`Ontem`,tomorrow:`Amanhã`,last7Days:`Últimos 7 Dias`,thisMonth:`Este Mês`,lastMonth:`Mês Passado`,nextMonth:`Próximo Mês`,thisWeek:`Esta Semana`,lastWeek:`Semana Passada`,nextWeek:`Próxima Semana`,today:`Hoje`},ruleType:{highlightCell:`Realçar Célula`,dataBar:`Barra de Dados`,colorScale:`Escala de Cores`,formula:`Fórmula Personalizada`,iconSet:`Conjunto de Ícones`,duplicateValues:`Valores Duplicados`,uniqueValues:`Valores Únicos`},subRuleType:{uniqueValues:`Valores Únicos`,duplicateValues:`Valores Duplicados`,rank:`Classificação`,text:`Texto`,timePeriod:`Período`,number:`Número`,average:`Média`},valueType:{num:`Número`,min:`Mínimo`,max:`Máximo`,percent:`Porcentagem`,percentile:`Percentil`,formula:`Fórmula`,none:`Nenhum`},errorMessage:{notBlank:`A condição não pode estar vazia`,formulaError:`Fórmula incorreta`,rangeError:`Seleção inválida`},permission:{dialog:{setStyleErr:`O intervalo está protegido e você não tem permissão para definir estilos. Para definir estilos, entre em contato com o criador.`}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiRuRU=t())})(this,function(){return{sheet:{cf:{title:`Условное форматирование`,menu:{manageConditionalFormatting:`Управление условным форматированием`,createConditionalFormatting:`Создание условного форматирования`,clearRangeRules:`Очистить правила для выбранного диапазона`,clearWorkSheetRules:`Очистить правила для всего листа`},form:{lessThan:`Значение должно быть меньше {0}`,lessThanOrEqual:`Значение должно быть меньше или равно {0}`,greaterThan:`Значение должно быть больше {0}`,greaterThanOrEqual:`Значение должно быть больше или равно {0}`,rangeSelector:`Выберите диапазон или введите значение`},iconSet:{direction:`Направление`,shape:`Форма`,mark:`Знак`,rank:`Ранг`,rule:`Правило`,icon:`Иконка`,type:`Тип`,value:`Значение`,reverseIconOrder:`Обратный порядок иконок`,and:`И`,when:`Когда`,onlyShowIcon:`Показывать только иконку`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Создать правило`,clear:`Очистить все правила`,range:`Применить диапазон`,styleType:`Тип стиля`,submit:`Подтвердить`,cancel:`Отменить`,rankAndAverage:`Верх/Низ/Среднее`,styleRule:`Правило стиля`,isNotBottom:`Верх`,isBottom:`Низ`,greaterThanAverage:`Больше среднего`,lessThanAverage:`Меньше среднего`,medianValue:`Медианное значение`,fillType:`Тип заполнения`,pureColor:`Сплошной цвет`,gradient:`Градиент`,colorSet:`Набор цветов`,positive:`Положительный`,native:`Отрицательный`,workSheet:`Весь лист`,selectedRange:`Выбранный диапазон`,managerRuleSelect:`Управление правилами {0}`,onlyShowDataBar:`Показывать только гистограммы данных`},preview:{describe:{beginsWith:`Начинается с {0}`,endsWith:`Заканчивается на {0}`,containsText:`Содержит текст {0}`,notContainsText:`Не содержит текст {0}`,equal:`Равно {0}`,notEqual:`Не равно {0}`,containsBlanks:`Содержит пустые ячейки`,notContainsBlanks:`Не содержит пустых ячеек`,containsErrors:`Содержит ошибки`,notContainsErrors:`Не содержит ошибок`,greaterThan:`Больше чем {0}`,greaterThanOrEqual:`Больше или равно {0}`,lessThan:`Меньше чем {0}`,lessThanOrEqual:`Меньше или равно {0}`,notBetween:`Не между {0} и {1}`,between:`Между {0} и {1}`,yesterday:`Вчера`,tomorrow:`Завтра`,last7Days:`Последние 7 дней`,thisMonth:`Этот месяц`,lastMonth:`Прошлый месяц`,nextMonth:`Следующий месяц`,thisWeek:`Эта неделя`,lastWeek:`Прошлая неделя`,nextWeek:`Следующая неделя`,today:`Сегодня`,topN:`Топ {0}`,bottomN:`Низ {0}`,topNPercent:`Топ {0}%`,bottomNPercent:`Низ {0}%`}},operator:{beginsWith:`Начинается с`,endsWith:`Заканчивается на`,containsText:`Содержит текст`,notContainsText:`Не содержит текст`,equal:`Равно`,notEqual:`Не равно`,containsBlanks:`Содержит пустые ячейки`,notContainsBlanks:`Не содержит пустых ячеек`,containsErrors:`Содержит ошибки`,notContainsErrors:`Не содержит ошибок`,greaterThan:`Больше чем`,greaterThanOrEqual:`Больше или равно`,lessThan:`Меньше чем`,lessThanOrEqual:`Меньше или равно`,notBetween:`Не между`,between:`Между`,yesterday:`Вчера`,tomorrow:`Завтра`,last7Days:`Последние 7 дней`,thisMonth:`Этот месяц`,lastMonth:`Прошлый месяц`,nextMonth:`Следующий месяц`,thisWeek:`Эта неделя`,lastWeek:`Прошлая неделя`,nextWeek:`Следующая неделя`,today:`Сегодня`},ruleType:{highlightCell:`Выделение ячеек`,dataBar:`Гистограмма данных`,colorScale:`Цветовая шкала`,formula:`Пользовательская формула`,iconSet:`Набор иконок`,duplicateValues:`Дублирующиеся значения`,uniqueValues:`Уникальные значения`},subRuleType:{uniqueValues:`Уникальные значения`,duplicateValues:`Дублирующиеся значения`,rank:`Ранг`,text:`Текст`,timePeriod:`Период времени`,number:`Число`,average:`Среднее`},valueType:{num:`Число`,min:`Минимум`,max:`Максимум`,percent:`Процент`,percentile:`Процентиль`,formula:`Формула`,none:`Нет`},errorMessage:{notBlank:`Условие не может быть пустым`,formulaError:`Ошибка формулы`,rangeError:`Некорректный выбор`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiRuRU=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`Условное форматирование`,menu:{manageConditionalFormatting:`Управление условным форматированием`,createConditionalFormatting:`Создание условного форматирования`,clearRangeRules:`Очистить правила для выбранного диапазона`,clearWorkSheetRules:`Очистить правила для всего листа`},form:{lessThan:`Значение должно быть меньше {0}`,lessThanOrEqual:`Значение должно быть меньше или равно {0}`,greaterThan:`Значение должно быть больше {0}`,greaterThanOrEqual:`Значение должно быть больше или равно {0}`,rangeSelector:`Выберите диапазон или введите значение`},iconSet:{direction:`Направление`,shape:`Форма`,mark:`Знак`,rank:`Ранг`,rule:`Правило`,icon:`Иконка`,type:`Тип`,value:`Значение`,reverseIconOrder:`Обратный порядок иконок`,and:`И`,when:`Когда`,onlyShowIcon:`Показывать только иконку`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Создать правило`,clear:`Очистить все правила`,range:`Применить диапазон`,styleType:`Тип стиля`,submit:`Подтвердить`,cancel:`Отменить`,rankAndAverage:`Верх/Низ/Среднее`,styleRule:`Правило стиля`,isNotBottom:`Верх`,isBottom:`Низ`,greaterThanAverage:`Больше среднего`,lessThanAverage:`Меньше среднего`,medianValue:`Медианное значение`,fillType:`Тип заполнения`,pureColor:`Сплошной цвет`,gradient:`Градиент`,colorSet:`Набор цветов`,positive:`Положительный`,native:`Отрицательный`,workSheet:`Весь лист`,selectedRange:`Выбранный диапазон`,managerRuleSelect:`Управление правилами {0}`,onlyShowDataBar:`Показывать только гистограммы данных`},preview:{describe:{beginsWith:`Начинается с {0}`,endsWith:`Заканчивается на {0}`,containsText:`Содержит текст {0}`,notContainsText:`Не содержит текст {0}`,equal:`Равно {0}`,notEqual:`Не равно {0}`,containsBlanks:`Содержит пустые ячейки`,notContainsBlanks:`Не содержит пустых ячеек`,containsErrors:`Содержит ошибки`,notContainsErrors:`Не содержит ошибок`,greaterThan:`Больше чем {0}`,greaterThanOrEqual:`Больше или равно {0}`,lessThan:`Меньше чем {0}`,lessThanOrEqual:`Меньше или равно {0}`,notBetween:`Не между {0} и {1}`,between:`Между {0} и {1}`,yesterday:`Вчера`,tomorrow:`Завтра`,last7Days:`Последние 7 дней`,thisMonth:`Этот месяц`,lastMonth:`Прошлый месяц`,nextMonth:`Следующий месяц`,thisWeek:`Эта неделя`,lastWeek:`Прошлая неделя`,nextWeek:`Следующая неделя`,today:`Сегодня`,topN:`Топ {0}`,bottomN:`Низ {0}`,topNPercent:`Топ {0}%`,bottomNPercent:`Низ {0}%`}},operator:{beginsWith:`Начинается с`,endsWith:`Заканчивается на`,containsText:`Содержит текст`,notContainsText:`Не содержит текст`,equal:`Равно`,notEqual:`Не равно`,containsBlanks:`Содержит пустые ячейки`,notContainsBlanks:`Не содержит пустых ячеек`,containsErrors:`Содержит ошибки`,notContainsErrors:`Не содержит ошибок`,greaterThan:`Больше чем`,greaterThanOrEqual:`Больше или равно`,lessThan:`Меньше чем`,lessThanOrEqual:`Меньше или равно`,notBetween:`Не между`,between:`Между`,yesterday:`Вчера`,tomorrow:`Завтра`,last7Days:`Последние 7 дней`,thisMonth:`Этот месяц`,lastMonth:`Прошлый месяц`,nextMonth:`Следующий месяц`,thisWeek:`Эта неделя`,lastWeek:`Прошлая неделя`,nextWeek:`Следующая неделя`,today:`Сегодня`},ruleType:{highlightCell:`Выделение ячеек`,dataBar:`Гистограмма данных`,colorScale:`Цветовая шкала`,formula:`Пользовательская формула`,iconSet:`Набор иконок`,duplicateValues:`Дублирующиеся значения`,uniqueValues:`Уникальные значения`},subRuleType:{uniqueValues:`Уникальные значения`,duplicateValues:`Дублирующиеся значения`,rank:`Ранг`,text:`Текст`,timePeriod:`Период времени`,number:`Число`,average:`Среднее`},valueType:{num:`Число`,min:`Минимум`,max:`Максимум`,percent:`Процент`,percentile:`Процентиль`,formula:`Формула`,none:`Нет`},errorMessage:{notBlank:`Условие не может быть пустым`,formulaError:`Ошибка формулы`,rangeError:`Некорректный выбор`},permission:{dialog:{setStyleErr:`Диапазон защищен, и у вас нет разрешения на установку стилей. Для установки стилей свяжитесь с создателем.`}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiSkSK=t())})(this,function(){return{sheet:{cf:{title:`Podmienené formátovanie`,menu:{manageConditionalFormatting:`Spravovať podmienené formátovanie`,createConditionalFormatting:`Vytvoriť podmienené formátovanie`,clearRangeRules:`Vymazať pravidlá pre vybraný rozsah`,clearWorkSheetRules:`Vymazať pravidlá pre celý hárok`},form:{lessThan:`Hodnota musí byť menšia ako {0}`,lessThanOrEqual:`Hodnota musí byť menšia alebo rovná {0}`,greaterThan:`Hodnota musí byť väčšia ako {0}`,greaterThanOrEqual:`Hodnota musí byť väčšia alebo rovná {0}`,rangeSelector:`Vyberte rozsah alebo zadajte hodnotu`},iconSet:{direction:`Smer`,shape:`Tvar`,mark:`Značka`,rank:`Poradie`,rule:`Pravidlo`,icon:`Ikona`,type:`Typ`,value:`Hodnota`,reverseIconOrder:`Obrátiť poradie ikon`,and:`A`,when:`Keď`,onlyShowIcon:`Zobraziť iba ikonu`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Vytvoriť pravidlo`,clear:`Vymazať všetky pravidlá`,range:`Rozsah použitia`,styleType:`Typ štýlu`,submit:`Použiť`,cancel:`Zrušiť`,rankAndAverage:`Horné/Dolné/Priemer`,styleRule:`Pravidlo štýlu`,isNotBottom:`Horné`,isBottom:`Dolné`,greaterThanAverage:`Nad priemerom`,lessThanAverage:`Pod priemerom`,medianValue:`Medián`,fillType:`Typ výplne`,pureColor:`Jednofarebné`,gradient:`Prechod`,colorSet:`Súprava farieb`,positive:`Pozitívne`,native:`Negatívne`,workSheet:`Celý hárok`,selectedRange:`Vybraný rozsah`,managerRuleSelect:`Spravovať {0} pravidiel`,onlyShowDataBar:`Zobraziť iba dátové pruhy`},preview:{describe:{beginsWith:`Začína s {0}`,endsWith:`Končí na {0}`,containsText:`Text obsahuje {0}`,notContainsText:`Text neobsahuje {0}`,equal:`Rovná sa {0}`,notEqual:`Nerovná sa {0}`,containsBlanks:`Obsahuje prázdne`,notContainsBlanks:`Neobsahuje prázdne`,containsErrors:`Obsahuje chyby`,notContainsErrors:`Neobsahuje chyby`,greaterThan:`Väčšie ako {0}`,greaterThanOrEqual:`Väčšie alebo rovné {0}`,lessThan:`Menšie ako {0}`,lessThanOrEqual:`Menšie alebo rovné {0}`,notBetween:`Nie medzi {0} a {1}`,between:`Medzi {0} a {1}`,yesterday:`Včera`,tomorrow:`Zajtra`,last7Days:`Posledných 7 dní`,thisMonth:`Tento mesiac`,lastMonth:`Minulý mesiac`,nextMonth:`Budúci mesiac`,thisWeek:`Tento týždeň`,lastWeek:`Minulý týždeň`,nextWeek:`Budúci týždeň`,today:`Dnes`,topN:`Horných {0}`,bottomN:`Dolných {0}`,topNPercent:`Horných {0}%`,bottomNPercent:`Dolných {0}%`}},operator:{beginsWith:`Začína s`,endsWith:`Končí na`,containsText:`Text obsahuje`,notContainsText:`Text neobsahuje`,equal:`Rovná sa`,notEqual:`Nerovná sa`,containsBlanks:`Obsahuje prázdne`,notContainsBlanks:`Neobsahuje prázdne`,containsErrors:`Obsahuje chyby`,notContainsErrors:`Neobsahuje chyby`,greaterThan:`Väčšie ako`,greaterThanOrEqual:`Väčšie alebo rovné`,lessThan:`Menšie ako`,lessThanOrEqual:`Menšie alebo rovné`,notBetween:`Nie medzi`,between:`Medzi`,yesterday:`Včera`,tomorrow:`Zajtra`,last7Days:`Posledných 7 dní`,thisMonth:`Tento mesiac`,lastMonth:`Minulý mesiac`,nextMonth:`Budúci mesiac`,thisWeek:`Tento týždeň`,lastWeek:`Minulý týždeň`,nextWeek:`Budúci týždeň`,today:`Dnes`},ruleType:{highlightCell:`Zvýrazniť bunku`,dataBar:`Dátový pruh`,colorScale:`Farebná škála`,formula:`Vlastný vzorec`,iconSet:`Súprava ikon`,duplicateValues:`Duplicitné hodnoty`,uniqueValues:`Jedinečné hodnoty`},subRuleType:{uniqueValues:`Jedinečné hodnoty`,duplicateValues:`Duplicitné hodnoty`,rank:`Poradie`,text:`Text`,timePeriod:`Časové obdobie`,number:`Číslo`,average:`Priemer`},valueType:{num:`Číslo`,min:`Minimum`,max:`Maximum`,percent:`Percento`,percentile:`Percentil`,formula:`Vzorec`,none:`Žiadne`},errorMessage:{notBlank:`Podmienka nemôže byť prázdna`,formulaError:`Nesprávny vzorec`,rangeError:`Nesprávny výber`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiSkSK=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`Podmienené formátovanie`,menu:{manageConditionalFormatting:`Spravovať podmienené formátovanie`,createConditionalFormatting:`Vytvoriť podmienené formátovanie`,clearRangeRules:`Vymazať pravidlá pre vybraný rozsah`,clearWorkSheetRules:`Vymazať pravidlá pre celý hárok`},form:{lessThan:`Hodnota musí byť menšia ako {0}`,lessThanOrEqual:`Hodnota musí byť menšia alebo rovná {0}`,greaterThan:`Hodnota musí byť väčšia ako {0}`,greaterThanOrEqual:`Hodnota musí byť väčšia alebo rovná {0}`,rangeSelector:`Vyberte rozsah alebo zadajte hodnotu`},iconSet:{direction:`Smer`,shape:`Tvar`,mark:`Značka`,rank:`Poradie`,rule:`Pravidlo`,icon:`Ikona`,type:`Typ`,value:`Hodnota`,reverseIconOrder:`Obrátiť poradie ikon`,and:`A`,when:`Keď`,onlyShowIcon:`Zobraziť iba ikonu`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Vytvoriť pravidlo`,clear:`Vymazať všetky pravidlá`,range:`Rozsah použitia`,styleType:`Typ štýlu`,submit:`Použiť`,cancel:`Zrušiť`,rankAndAverage:`Horné/Dolné/Priemer`,styleRule:`Pravidlo štýlu`,isNotBottom:`Horné`,isBottom:`Dolné`,greaterThanAverage:`Nad priemerom`,lessThanAverage:`Pod priemerom`,medianValue:`Medián`,fillType:`Typ výplne`,pureColor:`Jednofarebné`,gradient:`Prechod`,colorSet:`Súprava farieb`,positive:`Pozitívne`,native:`Negatívne`,workSheet:`Celý hárok`,selectedRange:`Vybraný rozsah`,managerRuleSelect:`Spravovať {0} pravidiel`,onlyShowDataBar:`Zobraziť iba dátové pruhy`},preview:{describe:{beginsWith:`Začína s {0}`,endsWith:`Končí na {0}`,containsText:`Text obsahuje {0}`,notContainsText:`Text neobsahuje {0}`,equal:`Rovná sa {0}`,notEqual:`Nerovná sa {0}`,containsBlanks:`Obsahuje prázdne`,notContainsBlanks:`Neobsahuje prázdne`,containsErrors:`Obsahuje chyby`,notContainsErrors:`Neobsahuje chyby`,greaterThan:`Väčšie ako {0}`,greaterThanOrEqual:`Väčšie alebo rovné {0}`,lessThan:`Menšie ako {0}`,lessThanOrEqual:`Menšie alebo rovné {0}`,notBetween:`Nie medzi {0} a {1}`,between:`Medzi {0} a {1}`,yesterday:`Včera`,tomorrow:`Zajtra`,last7Days:`Posledných 7 dní`,thisMonth:`Tento mesiac`,lastMonth:`Minulý mesiac`,nextMonth:`Budúci mesiac`,thisWeek:`Tento týždeň`,lastWeek:`Minulý týždeň`,nextWeek:`Budúci týždeň`,today:`Dnes`,topN:`Horných {0}`,bottomN:`Dolných {0}`,topNPercent:`Horných {0}%`,bottomNPercent:`Dolných {0}%`}},operator:{beginsWith:`Začína s`,endsWith:`Končí na`,containsText:`Text obsahuje`,notContainsText:`Text neobsahuje`,equal:`Rovná sa`,notEqual:`Nerovná sa`,containsBlanks:`Obsahuje prázdne`,notContainsBlanks:`Neobsahuje prázdne`,containsErrors:`Obsahuje chyby`,notContainsErrors:`Neobsahuje chyby`,greaterThan:`Väčšie ako`,greaterThanOrEqual:`Väčšie alebo rovné`,lessThan:`Menšie ako`,lessThanOrEqual:`Menšie alebo rovné`,notBetween:`Nie medzi`,between:`Medzi`,yesterday:`Včera`,tomorrow:`Zajtra`,last7Days:`Posledných 7 dní`,thisMonth:`Tento mesiac`,lastMonth:`Minulý mesiac`,nextMonth:`Budúci mesiac`,thisWeek:`Tento týždeň`,lastWeek:`Minulý týždeň`,nextWeek:`Budúci týždeň`,today:`Dnes`},ruleType:{highlightCell:`Zvýrazniť bunku`,dataBar:`Dátový pruh`,colorScale:`Farebná škála`,formula:`Vlastný vzorec`,iconSet:`Súprava ikon`,duplicateValues:`Duplicitné hodnoty`,uniqueValues:`Jedinečné hodnoty`},subRuleType:{uniqueValues:`Jedinečné hodnoty`,duplicateValues:`Duplicitné hodnoty`,rank:`Poradie`,text:`Text`,timePeriod:`Časové obdobie`,number:`Číslo`,average:`Priemer`},valueType:{num:`Číslo`,min:`Minimum`,max:`Maximum`,percent:`Percento`,percentile:`Percentil`,formula:`Vzorec`,none:`Žiadne`},errorMessage:{notBlank:`Podmienka nemôže byť prázdna`,formulaError:`Nesprávny vzorec`,rangeError:`Nesprávny výber`},permission:{dialog:{setStyleErr:`Rozsah je chránený a nemáte oprávnenie nastavovať štýly. Ak chcete nastavovať štýly, kontaktujte autora.`}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiViVN=t())})(this,function(){return{sheet:{cf:{title:`Định dạng có điều kiện`,menu:{manageConditionalFormatting:`Quản lý định dạng có điều kiện`,createConditionalFormatting:`Tạo định dạng có điều kiện mới`,clearRangeRules:`Xóa quy tắc cho vùng chọn`,clearWorkSheetRules:`Xóa quy tắc cho toàn bộ bảng tính`},form:{lessThan:`Giá trị phải nhỏ hơn {0}`,lessThanOrEqual:`Giá trị phải nhỏ hơn hoặc bằng {0}`,greaterThan:`Giá trị phải lớn hơn {0}`,greaterThanOrEqual:`Giá trị phải lớn hơn hoặc bằng {0}`,rangeSelector:`Chọn phạm vi hoặc nhập giá trị`},iconSet:{direction:`Hướng`,shape:`Hình dạng`,mark:`Dấu`,rank:`Hạng`,rule:`Quy tắc`,icon:`Biểu tượng`,type:`Loại`,value:`Giá trị`,reverseIconOrder:`Đảo ngược thứ tự biểu tượng`,and:`Và`,when:`Khi giá trị`,onlyShowIcon:`Chỉ hiển thị biểu tượng`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Tạo quy tắc mới`,clear:`Xóa tất cả quy tắc`,range:`Phạm vi áp dụng`,styleType:`Loại kiểu`,submit:`Xác nhận`,cancel:`Hủy bỏ`,rankAndAverage:`Đầu / Cuối / Giá trị trung bình`,styleRule:`Quy tắc kiểu`,isNotBottom:`Đầu`,isBottom:`Cuối`,greaterThanAverage:`Lớn hơn giá trị trung bình`,lessThanAverage:`Nhỏ hơn giá trị trung bình`,medianValue:`Giá trị trung vị`,fillType:`Cách thức điền`,pureColor:`Màu thuần`,gradient:`Chuyển màu`,colorSet:`Thiết lập màu sắc`,positive:`Giá trị dương`,native:`Giá trị âm`,workSheet:`Toàn bộ bảng tính`,selectedRange:`Vùng chọn`,managerRuleSelect:`Quản lý quy tắc của {0}`,onlyShowDataBar:`Chỉ hiển thị thanh dữ liệu`},preview:{describe:{beginsWith:`Bắt đầu với {0}`,endsWith:`Kết thúc với {0}`,containsText:`Chứa văn bản {0}`,notContainsText:`Không chứa văn bản {0}`,equal:`Bằng {0}`,notEqual:`Không bằng {0}`,containsBlanks:`Rỗng`,notContainsBlanks:`Không rỗng`,containsErrors:`Lỗi`,notContainsErrors:`Không lỗi`,greaterThan:`Lớn hơn {0}`,greaterThanOrEqual:`Lớn hơn hoặc bằng {0}`,lessThan:`Nhỏ hơn {0}`,lessThanOrEqual:`Nhỏ hơn hoặc bằng {0}`,notBetween:`Không nằm giữa {0} và {1}`,between:`Nằm giữa {0} và {1}`,yesterday:`Hôm qua`,tomorrow:`Ngày mai`,last7Days:`7 ngày qua`,thisMonth:`Tháng này`,lastMonth:`Tháng trước`,nextMonth:`Tháng sau`,thisWeek:`Tuần này`,lastWeek:`Tuần trước`,nextWeek:`Tuần sau`,today:`Hôm nay`,topN:`Top {0}`,bottomN:`Cuối {0}`,topNPercent:`Top {0}%`,bottomNPercent:`Cuối {0}%`}},operator:{beginsWith:`Bắt đầu với`,endsWith:`Kết thúc với`,containsText:`Chứa văn bản`,notContainsText:`Không chứa văn bản`,equal:`Bằng`,notEqual:`Không bằng`,containsBlanks:`Rỗng`,notContainsBlanks:`Không rỗng`,containsErrors:`Lỗi`,notContainsErrors:`Không lỗi`,greaterThan:`Lớn hơn`,greaterThanOrEqual:`Lớn hơn hoặc bằng`,lessThan:`Nhỏ hơn`,lessThanOrEqual:`Nhỏ hơn hoặc bằng`,notBetween:`Không nằm giữa`,between:`Nằm giữa`,yesterday:`Hôm qua`,tomorrow:`Ngày mai`,last7Days:`7 ngày qua`,thisMonth:`Tháng này`,lastMonth:`Tháng trước`,nextMonth:`Tháng sau`,thisWeek:`Tuần này`,lastWeek:`Tuần trước`,nextWeek:`Tuần sau`,today:`Hôm nay`},ruleType:{highlightCell:`Làm nổi bật ô`,dataBar:`Thanh dữ liệu`,colorScale:`Thang màu`,formula:`Công thức tùy chỉnh`,iconSet:`Tập hợp biểu tượng`,duplicateValues:`Giá trị trùng lặp`,uniqueValues:`Giá trị duy nhất`},subRuleType:{uniqueValues:`Giá trị duy nhất`,duplicateValues:`Giá trị trùng lặp`,rank:`Đầu cuối`,text:`Văn bản`,timePeriod:`Thời gian`,number:`Giá trị số`,average:`Giá trị trung bình`},valueType:{num:`Giá trị số`,min:`Giá trị nhỏ nhất`,max:`Giá trị lớn nhất`,percent:`Phần trăm`,percentile:`Phần trăm điểm`,formula:`Công thức`,none:`Không`},errorMessage:{notBlank:`Điều kiện không được để trống`,formulaError:`Lỗi công thức`,rangeError:`Bad selection`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiViVN=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`Định dạng có điều kiện`,menu:{manageConditionalFormatting:`Quản lý định dạng có điều kiện`,createConditionalFormatting:`Tạo định dạng có điều kiện mới`,clearRangeRules:`Xóa quy tắc cho vùng chọn`,clearWorkSheetRules:`Xóa quy tắc cho toàn bộ bảng tính`},form:{lessThan:`Giá trị phải nhỏ hơn {0}`,lessThanOrEqual:`Giá trị phải nhỏ hơn hoặc bằng {0}`,greaterThan:`Giá trị phải lớn hơn {0}`,greaterThanOrEqual:`Giá trị phải lớn hơn hoặc bằng {0}`,rangeSelector:`Chọn phạm vi hoặc nhập giá trị`},iconSet:{direction:`Hướng`,shape:`Hình dạng`,mark:`Dấu`,rank:`Hạng`,rule:`Quy tắc`,icon:`Biểu tượng`,type:`Loại`,value:`Giá trị`,reverseIconOrder:`Đảo ngược thứ tự biểu tượng`,and:`Và`,when:`Khi giá trị`,onlyShowIcon:`Chỉ hiển thị biểu tượng`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`Tạo quy tắc mới`,clear:`Xóa tất cả quy tắc`,range:`Phạm vi áp dụng`,styleType:`Loại kiểu`,submit:`Xác nhận`,cancel:`Hủy bỏ`,rankAndAverage:`Đầu / Cuối / Giá trị trung bình`,styleRule:`Quy tắc kiểu`,isNotBottom:`Đầu`,isBottom:`Cuối`,greaterThanAverage:`Lớn hơn giá trị trung bình`,lessThanAverage:`Nhỏ hơn giá trị trung bình`,medianValue:`Giá trị trung vị`,fillType:`Cách thức điền`,pureColor:`Màu thuần`,gradient:`Chuyển màu`,colorSet:`Thiết lập màu sắc`,positive:`Giá trị dương`,native:`Giá trị âm`,workSheet:`Toàn bộ bảng tính`,selectedRange:`Vùng chọn`,managerRuleSelect:`Quản lý quy tắc của {0}`,onlyShowDataBar:`Chỉ hiển thị thanh dữ liệu`},preview:{describe:{beginsWith:`Bắt đầu với {0}`,endsWith:`Kết thúc với {0}`,containsText:`Chứa văn bản {0}`,notContainsText:`Không chứa văn bản {0}`,equal:`Bằng {0}`,notEqual:`Không bằng {0}`,containsBlanks:`Rỗng`,notContainsBlanks:`Không rỗng`,containsErrors:`Lỗi`,notContainsErrors:`Không lỗi`,greaterThan:`Lớn hơn {0}`,greaterThanOrEqual:`Lớn hơn hoặc bằng {0}`,lessThan:`Nhỏ hơn {0}`,lessThanOrEqual:`Nhỏ hơn hoặc bằng {0}`,notBetween:`Không nằm giữa {0} và {1}`,between:`Nằm giữa {0} và {1}`,yesterday:`Hôm qua`,tomorrow:`Ngày mai`,last7Days:`7 ngày qua`,thisMonth:`Tháng này`,lastMonth:`Tháng trước`,nextMonth:`Tháng sau`,thisWeek:`Tuần này`,lastWeek:`Tuần trước`,nextWeek:`Tuần sau`,today:`Hôm nay`,topN:`Top {0}`,bottomN:`Cuối {0}`,topNPercent:`Top {0}%`,bottomNPercent:`Cuối {0}%`}},operator:{beginsWith:`Bắt đầu với`,endsWith:`Kết thúc với`,containsText:`Chứa văn bản`,notContainsText:`Không chứa văn bản`,equal:`Bằng`,notEqual:`Không bằng`,containsBlanks:`Rỗng`,notContainsBlanks:`Không rỗng`,containsErrors:`Lỗi`,notContainsErrors:`Không lỗi`,greaterThan:`Lớn hơn`,greaterThanOrEqual:`Lớn hơn hoặc bằng`,lessThan:`Nhỏ hơn`,lessThanOrEqual:`Nhỏ hơn hoặc bằng`,notBetween:`Không nằm giữa`,between:`Nằm giữa`,yesterday:`Hôm qua`,tomorrow:`Ngày mai`,last7Days:`7 ngày qua`,thisMonth:`Tháng này`,lastMonth:`Tháng trước`,nextMonth:`Tháng sau`,thisWeek:`Tuần này`,lastWeek:`Tuần trước`,nextWeek:`Tuần sau`,today:`Hôm nay`},ruleType:{highlightCell:`Làm nổi bật ô`,dataBar:`Thanh dữ liệu`,colorScale:`Thang màu`,formula:`Công thức tùy chỉnh`,iconSet:`Tập hợp biểu tượng`,duplicateValues:`Giá trị trùng lặp`,uniqueValues:`Giá trị duy nhất`},subRuleType:{uniqueValues:`Giá trị duy nhất`,duplicateValues:`Giá trị trùng lặp`,rank:`Đầu cuối`,text:`Văn bản`,timePeriod:`Thời gian`,number:`Giá trị số`,average:`Giá trị trung bình`},valueType:{num:`Giá trị số`,min:`Giá trị nhỏ nhất`,max:`Giá trị lớn nhất`,percent:`Phần trăm`,percentile:`Phần trăm điểm`,formula:`Công thức`,none:`Không`},errorMessage:{notBlank:`Điều kiện không được để trống`,formulaError:`Lỗi công thức`,rangeError:`Bad selection`},permission:{dialog:{setStyleErr:`Phạm vi này đã được bảo vệ, hiện không có quyền thiết lập kiểu. Nếu cần thiết lập kiểu, vui lòng liên hệ với người tạo.`}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiZhCN=t())})(this,function(){return{sheet:{cf:{title:`条件格式`,menu:{manageConditionalFormatting:`管理条件格式`,createConditionalFormatting:`新建条件格式`,clearRangeRules:`清除所选区域的规则`,clearWorkSheetRules:`清除整个工作表的规则`},form:{lessThan:`该值必须小于 {0}`,lessThanOrEqual:`该值必须小于等于 {0}`,greaterThan:`该值必大于 {0}`,greaterThanOrEqual:`该值必大于等于 {0}`,rangeSelector:`选择范围或者输入值`},iconSet:{direction:`方向`,shape:`形状`,mark:`标记`,rank:`等级`,rule:`规则`,icon:`图标`,type:`类型`,value:`值`,reverseIconOrder:`反转图标次序`,and:`且`,when:`当值`,onlyShowIcon:`仅显示图标`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`新增规则`,clear:`清空所有规则`,range:`应用范围`,styleType:`样式类型`,submit:`确认`,cancel:`取消`,rankAndAverage:`最前/最后/平均值`,styleRule:`样式规则`,isNotBottom:`最前`,isBottom:`最后`,greaterThanAverage:`大于平均值`,lessThanAverage:`小于平均值`,medianValue:`中间值`,fillType:`填充方式`,pureColor:`纯色`,gradient:`渐变`,colorSet:`颜色设置`,positive:`正值`,native:`负值`,workSheet:`整张工作表`,selectedRange:`所选单元格`,managerRuleSelect:`管理 {0} 的规则`,onlyShowDataBar:`仅显示数据条`},preview:{describe:{beginsWith:`开头为{0}`,endsWith:`结尾为{0}`,containsText:`文本包含{0}`,notContainsText:`文本不包含{0}`,equal:`等于{0}`,notEqual:`不等于{0}`,containsBlanks:`为空`,notContainsBlanks:`不为空`,containsErrors:`错误`,notContainsErrors:`非错误`,greaterThan:`大于{0}`,greaterThanOrEqual:`大于等于{0}`,lessThan:`小于{0}`,lessThanOrEqual:`小于等于{0}`,notBetween:`不介于{0}和{1}之间`,between:`介于{0}和{1}之间`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`最近7天`,thisMonth:`本月`,lastMonth:`上个月`,nextMonth:`下个月`,thisWeek:`本周`,lastWeek:`上周`,nextWeek:`下周`,today:`今日`,topN:`前{0}项`,bottomN:`后{0}项`,topNPercent:`前{0}%`,bottomNPercent:`后{0}%`}},operator:{beginsWith:`开头为`,endsWith:`结尾为`,containsText:`文本包含`,notContainsText:`文本不包含`,equal:`等于`,notEqual:`不等于`,containsBlanks:`为空`,notContainsBlanks:`不为空`,containsErrors:`错误`,notContainsErrors:`非错误`,greaterThan:`大于`,greaterThanOrEqual:`大于等于`,lessThan:`小于`,lessThanOrEqual:`小于等于`,notBetween:`不介于`,between:`介于`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`最近 7 天`,thisMonth:`本月`,lastMonth:`上个月`,nextMonth:`下个月`,thisWeek:`本周`,lastWeek:`上周`,nextWeek:`下周`,today:`今日`},ruleType:{highlightCell:`突出显示单元格`,dataBar:`数据条`,colorScale:`色阶`,formula:`自定义公式`,iconSet:`图标集`,duplicateValues:`重复值`,uniqueValues:`唯一值`},subRuleType:{uniqueValues:`唯一值`,duplicateValues:`重复值`,rank:`最前最后`,text:`文本`,timePeriod:`时间日期`,number:`数值`,average:`平均值`},valueType:{num:`数值`,min:`最小值`,max:`最大值`,percent:`百分比`,percentile:`百分点`,formula:`公式`,none:`无`},errorMessage:{notBlank:`条件不能为空`,rangeError:`选区错误`,formulaError:`公式错误`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiZhCN=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`条件格式`,menu:{manageConditionalFormatting:`管理条件格式`,createConditionalFormatting:`新建条件格式`,clearRangeRules:`清除所选区域的规则`,clearWorkSheetRules:`清除整个工作表的规则`},form:{lessThan:`该值必须小于 {0}`,lessThanOrEqual:`该值必须小于等于 {0}`,greaterThan:`该值必大于 {0}`,greaterThanOrEqual:`该值必大于等于 {0}`,rangeSelector:`选择范围或者输入值`},iconSet:{direction:`方向`,shape:`形状`,mark:`标记`,rank:`等级`,rule:`规则`,icon:`图标`,type:`类型`,value:`值`,reverseIconOrder:`反转图标次序`,and:`且`,when:`当值`,onlyShowIcon:`仅显示图标`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`新增规则`,clear:`清空所有规则`,range:`应用范围`,styleType:`样式类型`,submit:`确认`,cancel:`取消`,rankAndAverage:`最前/最后/平均值`,styleRule:`样式规则`,isNotBottom:`最前`,isBottom:`最后`,greaterThanAverage:`大于平均值`,lessThanAverage:`小于平均值`,medianValue:`中间值`,fillType:`填充方式`,pureColor:`纯色`,gradient:`渐变`,colorSet:`颜色设置`,positive:`正值`,native:`负值`,workSheet:`整张工作表`,selectedRange:`所选单元格`,managerRuleSelect:`管理 {0} 的规则`,onlyShowDataBar:`仅显示数据条`},preview:{describe:{beginsWith:`开头为{0}`,endsWith:`结尾为{0}`,containsText:`文本包含{0}`,notContainsText:`文本不包含{0}`,equal:`等于{0}`,notEqual:`不等于{0}`,containsBlanks:`为空`,notContainsBlanks:`不为空`,containsErrors:`错误`,notContainsErrors:`非错误`,greaterThan:`大于{0}`,greaterThanOrEqual:`大于等于{0}`,lessThan:`小于{0}`,lessThanOrEqual:`小于等于{0}`,notBetween:`不介于{0}和{1}之间`,between:`介于{0}和{1}之间`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`最近7天`,thisMonth:`本月`,lastMonth:`上个月`,nextMonth:`下个月`,thisWeek:`本周`,lastWeek:`上周`,nextWeek:`下周`,today:`今日`,topN:`前{0}项`,bottomN:`后{0}项`,topNPercent:`前{0}%`,bottomNPercent:`后{0}%`}},operator:{beginsWith:`开头为`,endsWith:`结尾为`,containsText:`文本包含`,notContainsText:`文本不包含`,equal:`等于`,notEqual:`不等于`,containsBlanks:`为空`,notContainsBlanks:`不为空`,containsErrors:`错误`,notContainsErrors:`非错误`,greaterThan:`大于`,greaterThanOrEqual:`大于等于`,lessThan:`小于`,lessThanOrEqual:`小于等于`,notBetween:`不介于`,between:`介于`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`最近 7 天`,thisMonth:`本月`,lastMonth:`上个月`,nextMonth:`下个月`,thisWeek:`本周`,lastWeek:`上周`,nextWeek:`下周`,today:`今日`},ruleType:{highlightCell:`突出显示单元格`,dataBar:`数据条`,colorScale:`色阶`,formula:`自定义公式`,iconSet:`图标集`,duplicateValues:`重复值`,uniqueValues:`唯一值`},subRuleType:{uniqueValues:`唯一值`,duplicateValues:`重复值`,rank:`最前最后`,text:`文本`,timePeriod:`时间日期`,number:`数值`,average:`平均值`},valueType:{num:`数值`,min:`最小值`,max:`最大值`,percent:`百分比`,percentile:`百分点`,formula:`公式`,none:`无`},errorMessage:{notBlank:`条件不能为空`,rangeError:`选区错误`,formulaError:`公式错误`},permission:{dialog:{setStyleErr:`该范围已被保护,目前无设置样式权限。如需设置样式,请联系创建者。`}}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiZhHK=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`條件格式`,menu:{manageConditionalFormatting:`管理條件格式`,createConditionalFormatting:`新建條件格式`,clearRangeRules:`清除所選區域的規則`,clearWorkSheetRules:`清除整個工作表的規則`},form:{lessThan:`該值必須小於 {0}`,lessThanOrEqual:`該值必須小於等於 {0}`,greaterThan:`該值必大於 {0}`,greaterThanOrEqual:`該值必大於等於 {0}`,rangeSelector:`選擇範圍或輸入值`},iconSet:{direction:`方向`,shape:`形狀`,mark:`標記`,rank:`等級`,rule:`規則`,icon:`圖示`,type:`類型`,value:`值`,reverseIconOrder:`反轉圖示次序`,and:`且`,when:`當值`,onlyShowIcon:`僅顯示圖示`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`新增規則`,clear:`清空所有規則`,range:`應用範圍`,styleType:`樣式類型`,submit:`確認`,cancel:`取消`,rankAndAverage:`最前/最後/平均`,styleRule:`樣式規則`,isNotBottom:`最前面`,isBottom:`最後`,greaterThanAverage:`大於平均值`,lessThanAverage:`小於平均值`,medianValue:`中間值`,fillType:`填滿方式`,pureColor:`純色`,gradient:`漸層`,colorSet:`顏色設定`,positive:`正值`,native:`負值`,workSheet:`整張工作表`,selectedRange:`所選儲存格`,managerRuleSelect:`管理 {0} 的規則`,onlyShowDataBar:`僅顯示資料條`},preview:{describe:{beginsWith:`開頭為{0}`,endsWith:`結尾為{0}`,containsText:`文字包含{0}`,notContainsText:`文字不包含{0}`,equal:`等於{0}`,notEqual:`不等於{0}`,containsBlanks:`為空`,notContainsBlanks:`不為空`,containsErrors:`錯誤`,notContainsErrors:`非錯誤`,greaterThan:`大於{0}`,greaterThanOrEqual:`大於等於{0}`,lessThan:`小於{0}`,lessThanOrEqual:`小於等於{0}`,notBetween:`不介於{0}和{1}之間`,between:`介於{0}和{1}之間`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`最近7天`,thisMonth:`本月`,lastMonth:`上個月`,nextMonth:`下個月`,thisWeek:`本週`,lastWeek:`上週`,nextWeek:`下週`,today:`今日`,topN:`前{0}項`,bottomN:`後{0}項`,topNPercent:`前{0}%`,bottomNPercent:`後{0}%`}},operator:{beginsWith:`開頭為`,endsWith:`結尾為`,containsText:`文字包含`,notContainsText:`文字不包含`,equal:`等於`,notEqual:`不等於`,containsBlanks:`為空`,notContainsBlanks:`不為空`,containsErrors:`錯誤`,notContainsErrors:`非錯誤`,greaterThan:`大於`,greaterThanOrEqual:`大於等於`,lessThan:`小於`,lessThanOrEqual:`小於等於`,notBetween:`不介於`,between:`介於`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`最近 7 天`,thisMonth:`本月`,lastMonth:`上個月`,nextMonth:`下個月`,thisWeek:`本週`,lastWeek:`上週`,nextWeek:`下週`,today:`今日`},ruleType:{highlightCell:`突出顯示儲存格`,dataBar:`資料條`,colorScale:`色階`,formula:`自訂公式`,iconSet:`圖示集`,duplicateValues:`重複值`,uniqueValues:`唯一值`},subRuleType:{uniqueValues:`唯一值`,duplicateValues:`重複值`,rank:`最前最後`,text:`文字`,timePeriod:`時間日期`,number:`數值`,average:`平均值`},valueType:{num:`數值`,min:`最小值`,max:`最大值`,percent:`百分比`,percentile:`百分點`,formula:`公式`,none:`無`},errorMessage:{notBlank:`條件不能為空`,rangeError:`選區錯誤`,formulaError:`公式錯誤`},permission:{dialog:{setStyleErr:`該範圍已被保護,目前無設定樣式權限。如需設定樣式,請聯絡建立者。 `}}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiZhTW=t())})(this,function(){return{sheet:{cf:{title:`條件格式`,menu:{manageConditionalFormatting:`管理條件格式`,createConditionalFormatting:`新建條件格式`,clearRangeRules:`清除所選區域的規則`,clearWorkSheetRules:`清除整個工作表的規則`},form:{lessThan:`該值必須小於 {0}`,lessThanOrEqual:`該值必須小於等於 {0}`,greaterThan:`該值必大於 {0}`,greaterThanOrEqual:`該值必大於等於 {0}`,rangeSelector:`選擇範圍或輸入值`},iconSet:{direction:`方向`,shape:`形狀`,mark:`標記`,rank:`等級`,rule:`規則`,icon:`圖示`,type:`類型`,value:`值`,reverseIconOrder:`反轉圖示次序`,and:`且`,when:`當值`,onlyShowIcon:`僅顯示圖示`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`新增規則`,clear:`清空所有規則`,range:`應用範圍`,styleType:`樣式類型`,submit:`確認`,cancel:`取消`,rankAndAverage:`最前/最後/平均`,styleRule:`樣式規則`,isNotBottom:`最前面`,isBottom:`最後`,greaterThanAverage:`大於平均值`,lessThanAverage:`小於平均值`,medianValue:`中間值`,fillType:`填滿方式`,pureColor:`純色`,gradient:`漸層`,colorSet:`顏色設定`,positive:`正值`,native:`負值`,workSheet:`整張工作表`,selectedRange:`所選儲存格`,managerRuleSelect:`管理 {0} 的規則`,onlyShowDataBar:`僅顯示資料條`},preview:{describe:{beginsWith:`開頭為{0}`,endsWith:`結尾為{0}`,containsText:`文字包含{0}`,notContainsText:`文字不包含{0}`,equal:`等於{0}`,notEqual:`不等於{0}`,containsBlanks:`為空`,notContainsBlanks:`不為空`,containsErrors:`錯誤`,notContainsErrors:`非錯誤`,greaterThan:`大於{0}`,greaterThanOrEqual:`大於等於{0}`,lessThan:`小於{0}`,lessThanOrEqual:`小於等於{0}`,notBetween:`不介於{0}和{1}之間`,between:`介於{0}和{1}之間`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`最近7天`,thisMonth:`本月`,lastMonth:`上個月`,nextMonth:`下個月`,thisWeek:`本週`,lastWeek:`上週`,nextWeek:`下週`,today:`今日`,topN:`前{0}項`,bottomN:`後{0}項`,topNPercent:`前{0}%`,bottomNPercent:`後{0}%`}},operator:{beginsWith:`開頭為`,endsWith:`結尾為`,containsText:`文字包含`,notContainsText:`文字不包含`,equal:`等於`,notEqual:`不等於`,containsBlanks:`為空`,notContainsBlanks:`不為空`,containsErrors:`錯誤`,notContainsErrors:`非錯誤`,greaterThan:`大於`,greaterThanOrEqual:`大於等於`,lessThan:`小於`,lessThanOrEqual:`小於等於`,notBetween:`不介於`,between:`介於`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`最近 7 天`,thisMonth:`本月`,lastMonth:`上個月`,nextMonth:`下個月`,thisWeek:`本週`,lastWeek:`上週`,nextWeek:`下週`,today:`今日`},ruleType:{highlightCell:`突出顯示儲存格`,dataBar:`資料條`,colorScale:`色階`,formula:`自訂公式`,iconSet:`圖示集`,duplicateValues:`重複值`,uniqueValues:`唯一值`},subRuleType:{uniqueValues:`唯一值`,duplicateValues:`重複值`,rank:`最前最後`,text:`文字`,timePeriod:`時間日期`,number:`數值`,average:`平均值`},valueType:{num:`數值`,min:`最小值`,max:`最大值`,percent:`百分比`,percentile:`百分點`,formula:`公式`,none:`無`},errorMessage:{notBlank:`條件不能為空`,rangeError:`選區錯誤`,formulaError:`公式錯誤`}}}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsConditionalFormattingUiZhTW=t())})(this,function(){return{"sheets-conditional-formatting-ui":{title:`條件格式`,menu:{manageConditionalFormatting:`管理條件格式`,createConditionalFormatting:`新建條件格式`,clearRangeRules:`清除所選區域的規則`,clearWorkSheetRules:`清除整個工作表的規則`},form:{lessThan:`該值必須小於 {0}`,lessThanOrEqual:`該值必須小於等於 {0}`,greaterThan:`該值必大於 {0}`,greaterThanOrEqual:`該值必大於等於 {0}`,rangeSelector:`選擇範圍或輸入值`},iconSet:{direction:`方向`,shape:`形狀`,mark:`標記`,rank:`等級`,rule:`規則`,icon:`圖示`,type:`類型`,value:`值`,reverseIconOrder:`反轉圖示次序`,and:`且`,when:`當值`,onlyShowIcon:`僅顯示圖示`},symbol:{greaterThan:`>`,greaterThanOrEqual:`>=`,lessThan:`<`,lessThanOrEqual:`<=`},panel:{createRule:`新增規則`,clear:`清空所有規則`,range:`應用範圍`,styleType:`樣式類型`,submit:`確認`,cancel:`取消`,rankAndAverage:`最前/最後/平均`,styleRule:`樣式規則`,isNotBottom:`最前面`,isBottom:`最後`,greaterThanAverage:`大於平均值`,lessThanAverage:`小於平均值`,medianValue:`中間值`,fillType:`填滿方式`,pureColor:`純色`,gradient:`漸層`,colorSet:`顏色設定`,positive:`正值`,native:`負值`,workSheet:`整張工作表`,selectedRange:`所選儲存格`,managerRuleSelect:`管理 {0} 的規則`,onlyShowDataBar:`僅顯示資料條`},preview:{describe:{beginsWith:`開頭為{0}`,endsWith:`結尾為{0}`,containsText:`文字包含{0}`,notContainsText:`文字不包含{0}`,equal:`等於{0}`,notEqual:`不等於{0}`,containsBlanks:`為空`,notContainsBlanks:`不為空`,containsErrors:`錯誤`,notContainsErrors:`非錯誤`,greaterThan:`大於{0}`,greaterThanOrEqual:`大於等於{0}`,lessThan:`小於{0}`,lessThanOrEqual:`小於等於{0}`,notBetween:`不介於{0}和{1}之間`,between:`介於{0}和{1}之間`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`最近7天`,thisMonth:`本月`,lastMonth:`上個月`,nextMonth:`下個月`,thisWeek:`本週`,lastWeek:`上週`,nextWeek:`下週`,today:`今日`,topN:`前{0}項`,bottomN:`後{0}項`,topNPercent:`前{0}%`,bottomNPercent:`後{0}%`}},operator:{beginsWith:`開頭為`,endsWith:`結尾為`,containsText:`文字包含`,notContainsText:`文字不包含`,equal:`等於`,notEqual:`不等於`,containsBlanks:`為空`,notContainsBlanks:`不為空`,containsErrors:`錯誤`,notContainsErrors:`非錯誤`,greaterThan:`大於`,greaterThanOrEqual:`大於等於`,lessThan:`小於`,lessThanOrEqual:`小於等於`,notBetween:`不介於`,between:`介於`,yesterday:`昨日`,tomorrow:`明日`,last7Days:`最近 7 天`,thisMonth:`本月`,lastMonth:`上個月`,nextMonth:`下個月`,thisWeek:`本週`,lastWeek:`上週`,nextWeek:`下週`,today:`今日`},ruleType:{highlightCell:`突出顯示儲存格`,dataBar:`資料條`,colorScale:`色階`,formula:`自訂公式`,iconSet:`圖示集`,duplicateValues:`重複值`,uniqueValues:`唯一值`},subRuleType:{uniqueValues:`唯一值`,duplicateValues:`重複值`,rank:`最前最後`,text:`文字`,timePeriod:`時間日期`,number:`數值`,average:`平均值`},valueType:{num:`數值`,min:`最小值`,max:`最大值`,percent:`百分比`,percentile:`百分點`,formula:`公式`,none:`無`},errorMessage:{notBlank:`條件不能為空`,rangeError:`選區錯誤`,formulaError:`公式錯誤`},permission:{dialog:{setStyleErr:`該範圍已被保護,目前無設定樣式權限。如需設定樣式,請聯絡建立者。 `}}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-conditional-formatting-ui",
3
- "version": "0.24.0",
3
+ "version": "0.25.0-insiders.20260608-e4336f7",
4
4
  "private": false,
5
5
  "description": "Conditional formatting UI for Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -58,26 +58,26 @@
58
58
  "rxjs": ">=7.0.0"
59
59
  },
60
60
  "dependencies": {
61
- "@univerjs/icons": "1.4.0",
62
- "@univerjs/core": "0.24.0",
63
- "@univerjs/engine-formula": "0.24.0",
64
- "@univerjs/design": "0.24.0",
65
- "@univerjs/engine-render": "0.24.0",
66
- "@univerjs/sheets": "0.24.0",
67
- "@univerjs/sheets-conditional-formatting": "0.24.0",
68
- "@univerjs/sheets-formula": "0.24.0",
69
- "@univerjs/sheets-ui": "0.24.0",
70
- "@univerjs/ui": "0.24.0",
71
- "@univerjs/sheets-formula-ui": "0.24.0"
61
+ "@univerjs/icons": "1.5.0",
62
+ "@univerjs/design": "0.25.0-insiders.20260608-e4336f7",
63
+ "@univerjs/engine-formula": "0.25.0-insiders.20260608-e4336f7",
64
+ "@univerjs/engine-render": "0.25.0-insiders.20260608-e4336f7",
65
+ "@univerjs/sheets": "0.25.0-insiders.20260608-e4336f7",
66
+ "@univerjs/sheets-formula-ui": "0.25.0-insiders.20260608-e4336f7",
67
+ "@univerjs/sheets-ui": "0.25.0-insiders.20260608-e4336f7",
68
+ "@univerjs/core": "0.25.0-insiders.20260608-e4336f7",
69
+ "@univerjs/sheets-conditional-formatting": "0.25.0-insiders.20260608-e4336f7",
70
+ "@univerjs/ui": "0.25.0-insiders.20260608-e4336f7",
71
+ "@univerjs/sheets-formula": "0.25.0-insiders.20260608-e4336f7"
72
72
  },
73
73
  "devDependencies": {
74
- "postcss": "^8.5.14",
74
+ "postcss": "^8.5.15",
75
75
  "react": "18.3.1",
76
76
  "rxjs": "^7.8.2",
77
77
  "tailwindcss": "3.4.18",
78
78
  "typescript": "^6.0.3",
79
- "vitest": "^4.1.5",
80
- "@univerjs-infra/shared": "0.24.0"
79
+ "vitest": "^4.1.8",
80
+ "@univerjs-infra/shared": "0.25.0"
81
81
  },
82
82
  "scripts": {
83
83
  "test": "vitest run",
package/LICENSE DELETED
@@ -1,176 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS