@univerjs/ui 0.24.0 → 0.25.0

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 (105) hide show
  1. package/lib/cjs/facade.js +8 -7
  2. package/lib/cjs/index.js +374 -173
  3. package/lib/cjs/locale/ar-SA.js +81 -0
  4. package/lib/cjs/locale/ca-ES.js +5 -3
  5. package/lib/cjs/locale/de-DE.js +81 -0
  6. package/lib/cjs/locale/en-US.js +5 -3
  7. package/lib/cjs/locale/es-ES.js +5 -3
  8. package/lib/cjs/locale/fa-IR.js +5 -3
  9. package/lib/cjs/locale/fr-FR.js +5 -3
  10. package/lib/cjs/locale/id-ID.js +81 -0
  11. package/lib/cjs/locale/it-IT.js +81 -0
  12. package/lib/cjs/locale/ja-JP.js +5 -3
  13. package/lib/cjs/locale/ko-KR.js +5 -3
  14. package/lib/cjs/locale/pl-PL.js +81 -0
  15. package/lib/cjs/locale/pt-BR.js +81 -0
  16. package/lib/cjs/locale/ru-RU.js +5 -3
  17. package/lib/cjs/locale/sk-SK.js +5 -3
  18. package/lib/cjs/locale/vi-VN.js +5 -3
  19. package/lib/cjs/locale/zh-CN.js +5 -3
  20. package/lib/cjs/locale/zh-HK.js +81 -0
  21. package/lib/cjs/locale/zh-TW.js +5 -3
  22. package/lib/es/facade.js +8 -7
  23. package/lib/es/index.js +375 -158
  24. package/lib/es/locale/ar-SA.js +80 -0
  25. package/lib/es/locale/ca-ES.js +5 -3
  26. package/lib/es/locale/de-DE.js +80 -0
  27. package/lib/es/locale/en-US.js +5 -3
  28. package/lib/es/locale/es-ES.js +5 -3
  29. package/lib/es/locale/fa-IR.js +5 -3
  30. package/lib/es/locale/fr-FR.js +5 -3
  31. package/lib/es/locale/id-ID.js +80 -0
  32. package/lib/es/locale/it-IT.js +80 -0
  33. package/lib/es/locale/ja-JP.js +5 -3
  34. package/lib/es/locale/ko-KR.js +5 -3
  35. package/lib/es/locale/pl-PL.js +80 -0
  36. package/lib/es/locale/pt-BR.js +80 -0
  37. package/lib/es/locale/ru-RU.js +5 -3
  38. package/lib/es/locale/sk-SK.js +5 -3
  39. package/lib/es/locale/vi-VN.js +5 -3
  40. package/lib/es/locale/zh-CN.js +5 -3
  41. package/lib/es/locale/zh-HK.js +80 -0
  42. package/lib/es/locale/zh-TW.js +5 -3
  43. package/lib/facade.js +8 -7
  44. package/lib/index.css +9 -4
  45. package/lib/index.js +375 -158
  46. package/lib/locale/ar-SA.js +80 -0
  47. package/lib/locale/ca-ES.js +5 -3
  48. package/lib/locale/de-DE.js +80 -0
  49. package/lib/locale/en-US.js +5 -3
  50. package/lib/locale/es-ES.js +5 -3
  51. package/lib/locale/fa-IR.js +5 -3
  52. package/lib/locale/fr-FR.js +5 -3
  53. package/lib/locale/id-ID.js +80 -0
  54. package/lib/locale/it-IT.js +80 -0
  55. package/lib/locale/ja-JP.js +5 -3
  56. package/lib/locale/ko-KR.js +5 -3
  57. package/lib/locale/pl-PL.js +80 -0
  58. package/lib/locale/pt-BR.js +80 -0
  59. package/lib/locale/ru-RU.js +5 -3
  60. package/lib/locale/sk-SK.js +5 -3
  61. package/lib/locale/vi-VN.js +5 -3
  62. package/lib/locale/zh-CN.js +5 -3
  63. package/lib/locale/zh-HK.js +80 -0
  64. package/lib/locale/zh-TW.js +5 -3
  65. package/lib/types/components/menu/desktop/DesignTinyMenuGroup.d.ts +1 -0
  66. package/lib/types/components/menu/desktop/TinyMenuGroup.d.ts +4 -0
  67. package/lib/types/facade/f-shortcut.d.ts +2 -1
  68. package/lib/types/facade/f-univer.d.ts +8 -4
  69. package/lib/types/index.d.ts +0 -1
  70. package/lib/types/{components/hooks/locale.d.ts → locale/ar-SA.d.ts} +3 -3
  71. package/lib/types/locale/de-DE.d.ts +18 -0
  72. package/lib/types/locale/en-US.d.ts +79 -75
  73. package/lib/types/locale/id-ID.d.ts +18 -0
  74. package/lib/types/locale/it-IT.d.ts +18 -0
  75. package/lib/types/locale/pl-PL.d.ts +18 -0
  76. package/lib/types/locale/pt-BR.d.ts +18 -0
  77. package/lib/types/locale/zh-HK.d.ts +18 -0
  78. package/lib/types/services/before-close/before-close.service.d.ts +5 -1
  79. package/lib/types/services/clipboard/clipboard-interface.service.d.ts +2 -2
  80. package/lib/types/services/menu/menu-manager.service.d.ts +1 -0
  81. package/lib/types/services/ribbon/ribbon.service.d.ts +2 -0
  82. package/lib/types/services/shortcut/shortcut.service.d.ts +8 -0
  83. package/lib/types/views/components/context-menu/ContextMenuPanel.d.ts +5 -0
  84. package/lib/umd/facade.js +1 -1
  85. package/lib/umd/index.js +51 -36
  86. package/lib/umd/locale/ar-SA.js +1 -0
  87. package/lib/umd/locale/ca-ES.js +1 -1
  88. package/lib/umd/locale/de-DE.js +1 -0
  89. package/lib/umd/locale/en-US.js +1 -1
  90. package/lib/umd/locale/es-ES.js +1 -1
  91. package/lib/umd/locale/fa-IR.js +1 -1
  92. package/lib/umd/locale/fr-FR.js +1 -1
  93. package/lib/umd/locale/id-ID.js +1 -0
  94. package/lib/umd/locale/it-IT.js +1 -0
  95. package/lib/umd/locale/ja-JP.js +1 -1
  96. package/lib/umd/locale/ko-KR.js +1 -1
  97. package/lib/umd/locale/pl-PL.js +1 -0
  98. package/lib/umd/locale/pt-BR.js +1 -0
  99. package/lib/umd/locale/ru-RU.js +1 -1
  100. package/lib/umd/locale/sk-SK.js +1 -1
  101. package/lib/umd/locale/vi-VN.js +1 -1
  102. package/lib/umd/locale/zh-CN.js +1 -1
  103. package/lib/umd/locale/zh-HK.js +1 -0
  104. package/lib/umd/locale/zh-TW.js +1 -1
  105. package/package.json +8 -8
@@ -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.UniverUiArSA=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`عادي`,title:`عنوان`,subTitle:`عنوان فرعي`,1:`عنوان 1`,2:`عنوان 2`,3:`عنوان 3`,4:`عنوان 4`,5:`عنوان 5`,6:`عنوان 6`,tooltip:`تعيين العنوان`}},ribbon:{start:`ابدأ`,startDesc:`تهيئة ورقة العمل وتعيين المعاملات الأساسية.`,insert:`إدراج`,insertDesc:`إدراج صفوف وأعمدة ومخططات وعناصر أخرى متنوعة.`,formulas:`صيغ`,formulasDesc:`استخدم الدوال والصيغ لحسابات البيانات.`,data:`بيانات`,dataDesc:`إدارة البيانات، بما في ذلك الاستيراد والفرز والتصفية.`,view:`عرض`,viewDesc:`تبديل أوضاع العرض وضبط تأثير العرض.`,others:`أخرى`,othersDesc:`الوظائف والإعدادات الأخرى.`,more:`المزيد`},fontFamily:{"not-supported":`لم يُعثر على هذا الخط في النظام، وسيتم استخدام الخط الافتراضي.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`اختصارات`},shortcut:{undo:`تراجع`,redo:`إعادة`,cut:`قص`,copy:`نسخ`,paste:`لصق`,"shortcut-panel":`تبديل لوحة الاختصارات`},"common-edit":`اختصارات التحرير الشائعة`,"toggle-shortcut-panel":`تبديل لوحة الاختصارات`,clipboard:{authentication:{title:`تم رفض الإذن`,content:`يرجى السماح لـ Univer بالوصول إلى الحافظة.`}},textEditor:{formulaError:`يرجى إدخال صيغة صالحة، مثل =SUM(A1)`,rangeError:`يرجى إدخال نطاق صالح، مثل A1:B10`},rangeSelector:{title:`تحديد نطاق بيانات`,addAnotherRange:`إضافة نطاق`,buttonTooltip:`تحديد نطاق بيانات`,placeHolder:`اختر النطاق أو أدخل.`,confirm:`تأكيد`,cancel:`إلغاء`},"global-shortcut":`اختصار عام`,"zoom-slider":{resetTo:`إعادة تعيين إلى`},row:`صف`,column:`عمود`}}});
@@ -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.UniverUiCaES=t())})(this,function(){return{toolbar:{heading:{normal:`Normal`,title:`Títol`,subTitle:`Subtítol`,1:`Encapçalament 1`,2:`Encapçalament 2`,3:`Encapçalament 3`,4:`Encapçalament 4`,5:`Encapçalament 5`,6:`Encapçalament 6`,tooltip:`Estableix l'encapçalament`}},ribbon:{start:`Inici`,startDesc:`Inicia el full de càlcul i estableix els paràmetres bàsics.`,insert:`Insereix`,insertDesc:`Insereix files, columnes, gràfics i altres elements.`,formulas:`Fórmules`,formulasDesc:`Utilitza funcions i fórmules per a càlculs de dades.`,data:`Dades`,dataDesc:`Gestiona les dades, incloent importació, ordenació i filtratge.`,view:`Vista`,viewDesc:`Canvia els modes de vista i ajusta l'efecte de visualització.`,others:`Altres`,othersDesc:`Altres funcions i configuracions.`,more:`Més`},fontFamily:{"not-supported":`No s'ha trobat aquesta font al sistema, s'utilitza la font per defecte.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Dreceres`},shortcut:{undo:`Desfer`,redo:`Refer`,cut:`Retalla`,copy:`Copia`,paste:`Enganxa`,"shortcut-panel":`Alterna el panell de dreceres`},"common-edit":`Dreceres d'edició comunes`,"toggle-shortcut-panel":`Alterna el panell de dreceres`,clipboard:{authentication:{title:`Permís denegat`,content:`Si us plau, permet que Univer accedeixi al teu porta-retalls.`}},textEditor:{formulaError:`Si us plau, introdueix una fórmula vàlida, com ara =SUMA(A1)`,rangeError:`Si us plau, introdueix un interval vàlid, com ara A1:B10`},rangeSelector:{title:`Selecciona un interval de dades`,addAnotherRange:`Afegeix interval`,buttonTooltip:`Selecciona interval de dades`,placeHolder:`Selecciona un interval o escriu.`,confirm:`Confirma`,cancel:`Cancel·la`},"global-shortcut":`Drecera global`,"zoom-slider":{resetTo:`Restableix a`}}});
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.UniverUiCaES=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Normal`,title:`Títol`,subTitle:`Subtítol`,1:`Encapçalament 1`,2:`Encapçalament 2`,3:`Encapçalament 3`,4:`Encapçalament 4`,5:`Encapçalament 5`,6:`Encapçalament 6`,tooltip:`Estableix l'encapçalament`}},ribbon:{start:`Inici`,startDesc:`Inicia el full de càlcul i estableix els paràmetres bàsics.`,insert:`Insereix`,insertDesc:`Insereix files, columnes, gràfics i altres elements.`,formulas:`Fórmules`,formulasDesc:`Utilitza funcions i fórmules per a càlculs de dades.`,data:`Dades`,dataDesc:`Gestiona les dades, incloent importació, ordenació i filtratge.`,view:`Vista`,viewDesc:`Canvia els modes de vista i ajusta l'efecte de visualització.`,others:`Altres`,othersDesc:`Altres funcions i configuracions.`,more:`Més`},fontFamily:{"not-supported":`No s'ha trobat aquesta font al sistema, s'utilitza la font per defecte.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Dreceres`},shortcut:{undo:`Desfer`,redo:`Refer`,cut:`Retalla`,copy:`Copia`,paste:`Enganxa`,"shortcut-panel":`Alterna el panell de dreceres`},"common-edit":`Dreceres d'edició comunes`,"toggle-shortcut-panel":`Alterna el panell de dreceres`,clipboard:{authentication:{title:`Permís denegat`,content:`Si us plau, permet que Univer accedeixi al teu porta-retalls.`}},textEditor:{formulaError:`Si us plau, introdueix una fórmula vàlida, com ara =SUMA(A1)`,rangeError:`Si us plau, introdueix un interval vàlid, com ara A1:B10`},rangeSelector:{title:`Selecciona un interval de dades`,addAnotherRange:`Afegeix interval`,buttonTooltip:`Selecciona interval de dades`,placeHolder:`Selecciona un interval o escriu.`,confirm:`Confirma`,cancel:`Cancel·la`},"global-shortcut":`Drecera global`,"zoom-slider":{resetTo:`Restableix a`},row:`Fila`,column:`Columna`}}});
@@ -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.UniverUiDeDE=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Normal`,title:`Titel`,subTitle:`Untertitel`,1:`Überschrift 1`,2:`Überschrift 2`,3:`Überschrift 3`,4:`Überschrift 4`,5:`Überschrift 5`,6:`Überschrift 6`,tooltip:`Überschrift festlegen`}},ribbon:{start:`Start`,startDesc:`Arbeitsblatt initiieren und grundlegende Parameter festlegen.`,insert:`Einfügen`,insertDesc:`Zeilen, Spalten, Diagramme und verschiedene andere Elemente einfügen.`,formulas:`Formeln`,formulasDesc:`Funktionen und Formeln für Datenberechnungen verwenden.`,data:`Daten`,dataDesc:`Daten verwalten, einschließlich Import, Sortierung und Filterung.`,view:`Ansicht`,viewDesc:`Ansichtsmodi wechseln und Anzeigeeffekt anpassen.`,others:`Sonstiges`,othersDesc:`Weitere Funktionen und Einstellungen.`,more:`Mehr`},fontFamily:{"not-supported":`Schriftart nicht im System gefunden, Standard-Schriftart wird verwendet.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Tastenkürzel`},shortcut:{undo:`Rückgängig`,redo:`Wiederholen`,cut:`Ausschneiden`,copy:`Kopieren`,paste:`Einfügen`,"shortcut-panel":`Tastenkürzel-Panel ein-/ausblenden`},"common-edit":`Häufige Bearbeitungstastenkürzel`,"toggle-shortcut-panel":`Tastenkürzel-Panel ein-/ausblenden`,clipboard:{authentication:{title:`Berechtigung verweigert`,content:`Bitte erlauben Sie Univer den Zugriff auf Ihre Zwischenablage.`}},textEditor:{formulaError:`Bitte geben Sie eine gültige Formel ein, z. B. =SUM(A1)`,rangeError:`Bitte geben Sie einen gültigen Bereich ein, z. B. A1:B10`},rangeSelector:{title:`Datenbereich auswählen`,addAnotherRange:`Bereich hinzufügen`,buttonTooltip:`Datenbereich auswählen`,placeHolder:`Bereich auswählen oder eingeben.`,confirm:`Bestätigen`,cancel:`Abbrechen`},"global-shortcut":`Globale Tastenkürzel`,"zoom-slider":{resetTo:`Zurücksetzen auf`},row:`Zeile`,column:`Spalte`}}});
@@ -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.UniverUiEnUS=t())})(this,function(){return{toolbar:{heading:{normal:`Normal`,title:`Title`,subTitle:`Sub Title`,1:`Heading 1`,2:`Heading 2`,3:`Heading 3`,4:`Heading 4`,5:`Heading 5`,6:`Heading 6`,tooltip:`Set Heading`}},ribbon:{start:`Start`,startDesc:`Initiate the worksheet and set basic parameters.`,insert:`Insert`,insertDesc:`Insert rows, columns, charts and various other elements.`,formulas:`Formulas`,formulasDesc:`Use functions and formulas for data calculations.`,data:`Data`,dataDesc:`Manage data, including import, sorting and filtering.`,view:`View`,viewDesc:`Switch view modes and adjust the display effect.`,others:`Others`,othersDesc:`Other functions and settings.`,more:`More`},fontFamily:{"not-supported":`No such font found in the system, using default font.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Shortcuts`},shortcut:{undo:`Undo`,redo:`Redo`,cut:`Cut`,copy:`Copy`,paste:`Paste`,"shortcut-panel":`Toggle Shortcut Panel`},"common-edit":`Common Editing Shortcuts`,"toggle-shortcut-panel":`Toggle Shortcut Panel`,clipboard:{authentication:{title:`Permission Denied`,content:`Please allow Univer to access your clipboard.`}},textEditor:{formulaError:`Please enter a valid formula, such as =SUM(A1)`,rangeError:`Please enter a valid range, such as A1:B10`},rangeSelector:{title:`Select a data range`,addAnotherRange:`Add range`,buttonTooltip:`Select data range`,placeHolder:`Select range or enter.`,confirm:`Confirm`,cancel:`Cancel`},"global-shortcut":`Global Shortcut`,"zoom-slider":{resetTo:`Reset to`}}});
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.UniverUiEnUS=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Normal`,title:`Title`,subTitle:`Sub Title`,1:`Heading 1`,2:`Heading 2`,3:`Heading 3`,4:`Heading 4`,5:`Heading 5`,6:`Heading 6`,tooltip:`Set Heading`}},ribbon:{start:`Start`,startDesc:`Initiate the worksheet and set basic parameters.`,insert:`Insert`,insertDesc:`Insert rows, columns, charts and various other elements.`,formulas:`Formulas`,formulasDesc:`Use functions and formulas for data calculations.`,data:`Data`,dataDesc:`Manage data, including import, sorting and filtering.`,view:`View`,viewDesc:`Switch view modes and adjust the display effect.`,others:`Others`,othersDesc:`Other functions and settings.`,more:`More`},fontFamily:{"not-supported":`No such font found in the system, using default font.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Shortcuts`},shortcut:{undo:`Undo`,redo:`Redo`,cut:`Cut`,copy:`Copy`,paste:`Paste`,"shortcut-panel":`Toggle Shortcut Panel`},"common-edit":`Common Editing Shortcuts`,"toggle-shortcut-panel":`Toggle Shortcut Panel`,clipboard:{authentication:{title:`Permission Denied`,content:`Please allow Univer to access your clipboard.`}},textEditor:{formulaError:`Please enter a valid formula, such as =SUM(A1)`,rangeError:`Please enter a valid range, such as A1:B10`},rangeSelector:{title:`Select a data range`,addAnotherRange:`Add range`,buttonTooltip:`Select data range`,placeHolder:`Select range or enter.`,confirm:`Confirm`,cancel:`Cancel`},"global-shortcut":`Global Shortcut`,"zoom-slider":{resetTo:`Reset to`},row:`Row`,column:`Column`}}});
@@ -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.UniverUiEsES=t())})(this,function(){return{toolbar:{heading:{normal:`Normal`,title:`Título`,subTitle:`Subtítulo`,1:`Encabezado 1`,2:`Encabezado 2`,3:`Encabezado 3`,4:`Encabezado 4`,5:`Encabezado 5`,6:`Encabezado 6`,tooltip:`Establecer encabezado`}},ribbon:{start:`Inicio`,startDesc:`Inicia la hoja de cálculo y establece los parámetros básicos.`,insert:`Insertar`,insertDesc:`Inserta filas, columnas, gráficos y otros elementos.`,formulas:`Fórmulas`,formulasDesc:`Utiliza funciones y fórmulas para cálculos de datos.`,data:`Datos`,dataDesc:`Gestiona los datos, incluyendo importación, ordenación y filtrado.`,view:`Vista`,viewDesc:`Cambia los modos de vista y ajusta el efecto de visualización.`,others:`Otros`,othersDesc:`Otras funciones y configuraciones.`,more:`Más`},fontFamily:{"not-supported":`No se encontró esta fuente en el sistema, se utiliza la fuente predeterminada.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Atajos`},shortcut:{undo:`Deshacer`,redo:`Rehacer`,cut:`Cortar`,copy:`Copiar`,paste:`Pegar`,"shortcut-panel":`Alternar panel de atajos`},"common-edit":`Atajos de edición comunes`,"toggle-shortcut-panel":`Alternar panel de atajos`,clipboard:{authentication:{title:`Permiso denegado`,content:`Por favor, permite que Univer acceda a tu portapapeles.`}},textEditor:{formulaError:`Por favor, introduce una fórmula válida, como =SUMA(A1)`,rangeError:`Por favor, introduce un rango válido, como A1:B10`},rangeSelector:{title:`Selecciona un rango de datos`,addAnotherRange:`Agregar rango`,buttonTooltip:`Seleccionar rango de datos`,placeHolder:`Selecciona un rango o escribe.`,confirm:`Confirmar`,cancel:`Cancelar`},"global-shortcut":`Atajo global`,"zoom-slider":{resetTo:`Restablecer a`}}});
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.UniverUiEsES=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Normal`,title:`Título`,subTitle:`Subtítulo`,1:`Encabezado 1`,2:`Encabezado 2`,3:`Encabezado 3`,4:`Encabezado 4`,5:`Encabezado 5`,6:`Encabezado 6`,tooltip:`Establecer encabezado`}},ribbon:{start:`Inicio`,startDesc:`Inicia la hoja de cálculo y establece los parámetros básicos.`,insert:`Insertar`,insertDesc:`Inserta filas, columnas, gráficos y otros elementos.`,formulas:`Fórmulas`,formulasDesc:`Utiliza funciones y fórmulas para cálculos de datos.`,data:`Datos`,dataDesc:`Gestiona los datos, incluyendo importación, ordenación y filtrado.`,view:`Vista`,viewDesc:`Cambia los modos de vista y ajusta el efecto de visualización.`,others:`Otros`,othersDesc:`Otras funciones y configuraciones.`,more:`Más`},fontFamily:{"not-supported":`No se encontró esta fuente en el sistema, se utiliza la fuente predeterminada.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Atajos`},shortcut:{undo:`Deshacer`,redo:`Rehacer`,cut:`Cortar`,copy:`Copiar`,paste:`Pegar`,"shortcut-panel":`Alternar panel de atajos`},"common-edit":`Atajos de edición comunes`,"toggle-shortcut-panel":`Alternar panel de atajos`,clipboard:{authentication:{title:`Permiso denegado`,content:`Por favor, permite que Univer acceda a tu portapapeles.`}},textEditor:{formulaError:`Por favor, introduce una fórmula válida, como =SUMA(A1)`,rangeError:`Por favor, introduce un rango válido, como A1:B10`},rangeSelector:{title:`Selecciona un rango de datos`,addAnotherRange:`Agregar rango`,buttonTooltip:`Seleccionar rango de datos`,placeHolder:`Selecciona un rango o escribe.`,confirm:`Confirmar`,cancel:`Cancelar`},"global-shortcut":`Atajo global`,"zoom-slider":{resetTo:`Restablecer a`},row:`Fila`,column:`Columna`}}});
@@ -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.UniverUiFaIR=t())})(this,function(){return{toolbar:{heading:{normal:`متن عادی`,title:`عنوان`,subTitle:`زیر عنوان`,1:`عنوان 1`,2:`عنوان 2`,3:`عنوان 3`,4:`عنوان 4`,5:`عنوان 5`,6:`عنوان 6`,tooltip:`تنظیم عنوان`}},ribbon:{start:`شروع`,startDesc:`ایجاد کاربرگ و تنظیم پارامترهای اولیه.`,insert:`درج`,insertDesc:`درج ردیف‌ها، ستون‌ها، نمودارها و عناصر مختلف دیگر.`,formulas:`فرمول‌ها`,formulasDesc:`استفاده از توابع و فرمول‌ها برای محاسبات داده‌ها.`,data:`داده‌ها`,dataDesc:`ادغام و تجزیه داده‌ها.`,view:`نمایش`,viewDesc:`تغییر حالت نمایش و تنظیم اثرات نمایشی.`,others:`دیگر`,othersDesc:`سایر عملکردها و تنظیمات.`,more:`بیشتر`},fontFamily:{"not-supported":`هیچ فونتی با این نام در سیستم یافت نشد، از فونت پیش‌فرض استفاده می‌شود.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`کلیدهای میانبر`},shortcut:{undo:`بازگرداندن`,redo:`تکرار`,cut:`بریدن`,copy:`کپی کردن`,paste:`چسباندن`,"shortcut-panel":`نمایش/مخفی کردن پنل کلیدهای میانبر`},"common-edit":`کلیدهای میانبر ویرایش عمومی`,"toggle-shortcut-panel":`نمایش/مخفی کردن پنل کلیدهای میانبر`,clipboard:{authentication:{title:`اجازه دسترسی داده نشده است`,content:`لطفا به Univer اجازه دسترسی به کلیپ بورد خود را بدهید.`}},textEditor:{formulaError:`لطفا یک فرمول معتبر مانند =SUM(A1) وارد کنید.`,rangeError:`لطفا یک محدوده معتبر مانند A1:B10 وارد کنید.`},rangeSelector:{title:`انتخاب محدوده داده`,addAnotherRange:`افزودن محدوده`,buttonTooltip:`انتخاب محدوده داده`,placeHolder:`انتخاب محدوده یا وارد کردن.`,confirm:`تایید`,cancel:`انصراف`},"global-shortcut":`کلید میانبر جهانی`,"zoom-slider":{resetTo:`بازنشانی به`}}});
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.UniverUiFaIR=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`متن عادی`,title:`عنوان`,subTitle:`زیر عنوان`,1:`عنوان 1`,2:`عنوان 2`,3:`عنوان 3`,4:`عنوان 4`,5:`عنوان 5`,6:`عنوان 6`,tooltip:`تنظیم عنوان`}},ribbon:{start:`شروع`,startDesc:`ایجاد کاربرگ و تنظیم پارامترهای اولیه.`,insert:`درج`,insertDesc:`درج ردیف‌ها، ستون‌ها، نمودارها و عناصر مختلف دیگر.`,formulas:`فرمول‌ها`,formulasDesc:`استفاده از توابع و فرمول‌ها برای محاسبات داده‌ها.`,data:`داده‌ها`,dataDesc:`ادغام و تجزیه داده‌ها.`,view:`نمایش`,viewDesc:`تغییر حالت نمایش و تنظیم اثرات نمایشی.`,others:`دیگر`,othersDesc:`سایر عملکردها و تنظیمات.`,more:`بیشتر`},fontFamily:{"not-supported":`هیچ فونتی با این نام در سیستم یافت نشد، از فونت پیش‌فرض استفاده می‌شود.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`کلیدهای میانبر`},shortcut:{undo:`بازگرداندن`,redo:`تکرار`,cut:`بریدن`,copy:`کپی کردن`,paste:`چسباندن`,"shortcut-panel":`نمایش/مخفی کردن پنل کلیدهای میانبر`},"common-edit":`کلیدهای میانبر ویرایش عمومی`,"toggle-shortcut-panel":`نمایش/مخفی کردن پنل کلیدهای میانبر`,clipboard:{authentication:{title:`اجازه دسترسی داده نشده است`,content:`لطفا به Univer اجازه دسترسی به کلیپ بورد خود را بدهید.`}},textEditor:{formulaError:`لطفا یک فرمول معتبر مانند =SUM(A1) وارد کنید.`,rangeError:`لطفا یک محدوده معتبر مانند A1:B10 وارد کنید.`},rangeSelector:{title:`انتخاب محدوده داده`,addAnotherRange:`افزودن محدوده`,buttonTooltip:`انتخاب محدوده داده`,placeHolder:`انتخاب محدوده یا وارد کردن.`,confirm:`تایید`,cancel:`انصراف`},"global-shortcut":`کلید میانبر جهانی`,"zoom-slider":{resetTo:`بازنشانی به`},row:`سطر`,column:`ستون`}}});
@@ -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.UniverUiFrFR=t())})(this,function(){return{toolbar:{heading:{normal:`Normal`,title:`Titre`,subTitle:`Sous-titre`,1:`Titre 1`,2:`Titre 2`,3:`Titre 3`,4:`Titre 4`,5:`Titre 5`,6:`Titre 6`,tooltip:`Définir un titre`}},ribbon:{start:`Démarrer`,startDesc:`Initialiser la feuille de calcul et définir les paramètres de base.`,insert:`Insérer`,insertDesc:`Insérer des lignes, des colonnes, des graphiques et divers autres éléments.`,formulas:`Formules`,formulasDesc:`Utiliser des fonctions et des formules pour les calculs de données.`,data:`Données`,dataDesc:`Gérer les données, y compris l'importation, le tri et le filtrage.`,view:`Vue`,viewDesc:`Changer les modes d'affichage et ajuster l'effet d'affichage.`,others:`Autres`,othersDesc:`Autres fonctions et paramètres.`,more:`Plus`},fontFamily:{"not-supported":`Aucune police de ce type trouvée dans le système, utilisation de la police par défaut.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Raccourcis`},shortcut:{undo:`Annuler`,redo:`Refaire`,cut:`Couper`,copy:`Copier`,paste:`Coller`,"shortcut-panel":`Basculer le panneau de raccourcis`},"common-edit":`Raccourcis d'édition courants`,"toggle-shortcut-panel":`Basculer le panneau de raccourcis`,clipboard:{authentication:{title:`Permission refusée`,content:`Veuillez autoriser Univer à accéder à votre presse-papiers.`}},textEditor:{formulaError:`Veuillez entrer une formule valide, telle que =SOMME(A1)`,rangeError:`Veuillez entrer une plage valide, telle que A1:B10`},rangeSelector:{title:`Sélectionner une plage de données`,addAnotherRange:`Ajouter une plage`,buttonTooltip:`Sélectionner une plage de données`,placeHolder:`Sélectionner une plage ou entrer.`,confirm:`Confirmer`,cancel:`Annuler`},"global-shortcut":`Raccourci global`,"zoom-slider":{resetTo:`Réinitialiser à`}}});
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.UniverUiFrFR=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Normal`,title:`Titre`,subTitle:`Sous-titre`,1:`Titre 1`,2:`Titre 2`,3:`Titre 3`,4:`Titre 4`,5:`Titre 5`,6:`Titre 6`,tooltip:`Définir un titre`}},ribbon:{start:`Démarrer`,startDesc:`Initialiser la feuille de calcul et définir les paramètres de base.`,insert:`Insérer`,insertDesc:`Insérer des lignes, des colonnes, des graphiques et divers autres éléments.`,formulas:`Formules`,formulasDesc:`Utiliser des fonctions et des formules pour les calculs de données.`,data:`Données`,dataDesc:`Gérer les données, y compris l'importation, le tri et le filtrage.`,view:`Vue`,viewDesc:`Changer les modes d'affichage et ajuster l'effet d'affichage.`,others:`Autres`,othersDesc:`Autres fonctions et paramètres.`,more:`Plus`},fontFamily:{"not-supported":`Aucune police de ce type trouvée dans le système, utilisation de la police par défaut.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Raccourcis`},shortcut:{undo:`Annuler`,redo:`Refaire`,cut:`Couper`,copy:`Copier`,paste:`Coller`,"shortcut-panel":`Basculer le panneau de raccourcis`},"common-edit":`Raccourcis d'édition courants`,"toggle-shortcut-panel":`Basculer le panneau de raccourcis`,clipboard:{authentication:{title:`Permission refusée`,content:`Veuillez autoriser Univer à accéder à votre presse-papiers.`}},textEditor:{formulaError:`Veuillez entrer une formule valide, telle que =SOMME(A1)`,rangeError:`Veuillez entrer une plage valide, telle que A1:B10`},rangeSelector:{title:`Sélectionner une plage de données`,addAnotherRange:`Ajouter une plage`,buttonTooltip:`Sélectionner une plage de données`,placeHolder:`Sélectionner une plage ou entrer.`,confirm:`Confirmer`,cancel:`Annuler`},"global-shortcut":`Raccourci global`,"zoom-slider":{resetTo:`Réinitialiser à`},row:`Ligne`,column:`Colonne`}}});
@@ -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.UniverUiIdID=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Normal`,title:`Judul`,subTitle:`Sub Judul`,1:`Judul 1`,2:`Judul 2`,3:`Judul 3`,4:`Judul 4`,5:`Judul 5`,6:`Judul 6`,tooltip:`Atur Judul`}},ribbon:{start:`Mulai`,startDesc:`Inisiasi lembar kerja dan atur parameter dasar.`,insert:`Sisipkan`,insertDesc:`Sisipkan baris, kolom, grafik, dan berbagai elemen lainnya.`,formulas:`Rumus`,formulasDesc:`Gunakan fungsi dan rumus untuk perhitungan data.`,data:`Data`,dataDesc:`Kelola data, termasuk impor, pengurutan, dan penyaringan.`,view:`Tampilan`,viewDesc:`Ganti mode tampilan dan sesuaikan efek tampilan.`,others:`Lainnya`,othersDesc:`Fungsi dan pengaturan lainnya.`,more:`Lebih Banyak`},fontFamily:{"not-supported":`Font tidak ditemukan di sistem, menggunakan font default.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Pintasan`},shortcut:{undo:`Batalkan`,redo:`Ulangi`,cut:`Potong`,copy:`Salin`,paste:`Tempel`,"shortcut-panel":`Alihkan Panel Pintasan`},"common-edit":`Pintasan Edit Umum`,"toggle-shortcut-panel":`Alihkan Panel Pintasan`,clipboard:{authentication:{title:`Izin Ditolak`,content:`Izinkan Univer untuk mengakses clipboard Anda.`}},textEditor:{formulaError:`Masukkan rumus yang valid, seperti =SUM(A1)`,rangeError:`Masukkan rentang yang valid, seperti A1:B10`},rangeSelector:{title:`Pilih rentang data`,addAnotherRange:`Tambah rentang`,buttonTooltip:`Pilih rentang data`,placeHolder:`Pilih rentang atau ketik.`,confirm:`Konfirmasi`,cancel:`Batal`},"global-shortcut":`Pintasan Global`,"zoom-slider":{resetTo:`Atur ulang ke`},row:`Baris`,column:`Kolom`}}});
@@ -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.UniverUiItIT=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Normale`,title:`Titolo`,subTitle:`Sottotitolo`,1:`Intestazione 1`,2:`Intestazione 2`,3:`Intestazione 3`,4:`Intestazione 4`,5:`Intestazione 5`,6:`Intestazione 6`,tooltip:`Imposta Intestazione`}},ribbon:{start:`Inizio`,startDesc:`Avvia il foglio di lavoro e imposta i parametri di base.`,insert:`Inserisci`,insertDesc:`Inserisci righe, colonne, grafici e vari altri elementi.`,formulas:`Formule`,formulasDesc:`Utilizza funzioni e formule per i calcoli dei dati.`,data:`Dati`,dataDesc:`Gestisci i dati, inclusi importazione, ordinamento e filtro.`,view:`Visualizza`,viewDesc:`Cambia le modalità di visualizzazione e regola l'effetto di visualizzazione.`,others:`Altri`,othersDesc:`Altre funzioni e impostazioni.`,more:`Altro`},fontFamily:{"not-supported":`Carattere non trovato nel sistema, verrà utilizzato il carattere predefinito.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Scorciatoie`},shortcut:{undo:`Annulla`,redo:`Ripristina`,cut:`Taglia`,copy:`Copia`,paste:`Incolla`,"shortcut-panel":`Attiva/Disattiva Pannello Scorciatoie`},"common-edit":`Scorciatoie di Modifica Comuni`,"toggle-shortcut-panel":`Attiva/Disattiva Pannello Scorciatoie`,clipboard:{authentication:{title:`Autorizzazione Negata`,content:`Consenti a Univer di accedere alla tua clipboard.`}},textEditor:{formulaError:`Inserisci una formula valida, ad esempio =SUM(A1)`,rangeError:`Inserisci un intervallo valido, ad esempio A1:B10`},rangeSelector:{title:`Seleziona un intervallo di dati`,addAnotherRange:`Aggiungi intervallo`,buttonTooltip:`Seleziona intervallo di dati`,placeHolder:`Seleziona intervallo o inserisci.`,confirm:`Conferma`,cancel:`Annulla`},"global-shortcut":`Scorciatoia Globale`,"zoom-slider":{resetTo:`Reimposta a`},row:`Riga`,column:`Colonna`}}});
@@ -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.UniverUiJaJP=t())})(this,function(){return{toolbar:{heading:{normal:`標準`,title:`タイトル`,subTitle:`サブタイトル`,1:`見出し 1`,2:`見出し 2`,3:`見出し 3`,4:`見出し 4`,5:`見出し 5`,6:`見出し 6`,tooltip:`見出しを設定`}},ribbon:{start:`開始`,startDesc:`ワークシートを初期化し、基本パラメータを設定します。`,insert:`挿入`,insertDesc:`行、列、グラフなどさまざまな要素を挿入します。`,formulas:`数式`,formulasDesc:`データ計算のための関数と数式を使用します。`,data:`データ`,dataDesc:`データの管理(インポート、並べ替え、フィルタリングを含む)。`,view:`表示`,viewDesc:`表示モードを切り替え、表示効果を調整します。`,others:`その他`,othersDesc:`その他の機能と設定。`,more:`もっと見る`},fontFamily:{"not-supported":`システムにそのようなフォントが見つからないため、デフォルトのフォントを使用しています。`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`微軟雅黒`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`ショートカット`},shortcut:{undo:`元に戻す`,redo:`やり直す`,cut:`切り取り`,copy:`コピー`,paste:`貼り付け`,"shortcut-panel":`ショートカットパネルを切り替え`},"common-edit":`一般編集ショートカット`,"toggle-shortcut-panel":`ショートカットパネルを切り替え`,clipboard:{authentication:{title:`権限が拒否されました`,content:`Univerにクリップボードアクセスの権限を付与してください。`}},textEditor:{formulaError:`有効な数式を入力してください。例: =SUM(A1)`,rangeError:`有効な範囲を入力してください。例: A1:B10`},rangeSelector:{title:`データ範囲の選択`,addAnotherRange:`範囲を追加`,buttonTooltip:`データ範囲を選択`,placeHolder:`範囲を選択または入力してください。`,confirm:`確認`,cancel:`キャンセル`},"global-shortcut":`グローバルショートカット`,"zoom-slider":{resetTo:`リセット`}}});
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.UniverUiJaJP=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`標準`,title:`タイトル`,subTitle:`サブタイトル`,1:`見出し 1`,2:`見出し 2`,3:`見出し 3`,4:`見出し 4`,5:`見出し 5`,6:`見出し 6`,tooltip:`見出しを設定`}},ribbon:{start:`開始`,startDesc:`ワークシートを初期化し、基本パラメータを設定します。`,insert:`挿入`,insertDesc:`行、列、グラフなどさまざまな要素を挿入します。`,formulas:`数式`,formulasDesc:`データ計算のための関数と数式を使用します。`,data:`データ`,dataDesc:`データの管理(インポート、並べ替え、フィルタリングを含む)。`,view:`表示`,viewDesc:`表示モードを切り替え、表示効果を調整します。`,others:`その他`,othersDesc:`その他の機能と設定。`,more:`もっと見る`},fontFamily:{"not-supported":`システムにそのようなフォントが見つからないため、デフォルトのフォントを使用しています。`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`微軟雅黒`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`ショートカット`},shortcut:{undo:`元に戻す`,redo:`やり直す`,cut:`切り取り`,copy:`コピー`,paste:`貼り付け`,"shortcut-panel":`ショートカットパネルを切り替え`},"common-edit":`一般編集ショートカット`,"toggle-shortcut-panel":`ショートカットパネルを切り替え`,clipboard:{authentication:{title:`権限が拒否されました`,content:`Univerにクリップボードアクセスの権限を付与してください。`}},textEditor:{formulaError:`有効な数式を入力してください。例: =SUM(A1)`,rangeError:`有効な範囲を入力してください。例: A1:B10`},rangeSelector:{title:`データ範囲の選択`,addAnotherRange:`範囲を追加`,buttonTooltip:`データ範囲を選択`,placeHolder:`範囲を選択または入力してください。`,confirm:`確認`,cancel:`キャンセル`},"global-shortcut":`グローバルショートカット`,"zoom-slider":{resetTo:`リセット`},row:`行`,column:`列`}}});
@@ -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.UniverUiKoKR=t())})(this,function(){return{toolbar:{heading:{normal:`일반`,title:`제목`,subTitle:`부제목`,1:`제목 1`,2:`제목 2`,3:`제목 3`,4:`제목 4`,5:`제목 5`,6:`제목 6`,tooltip:`제목 설정`}},ribbon:{start:`시작`,startDesc:`워크시트를 초기화하고 기본 매개변수를 설정합니다.`,insert:`삽입`,insertDesc:`행, 열, 차트 및 다양한 요소를 삽입합니다.`,formulas:`수식`,formulasDesc:`데이터 계산을 위한 함수와 수식을 사용합니다.`,data:`데이터`,dataDesc:`데이터를 관리하며, 가져오기, 정렬 및 필터링을 포함합니다.`,view:`보기`,viewDesc:`보기 모드를 전환하고 표시 효과를 조정합니다.`,others:`기타`,othersDesc:`기타 함수와 설정.`,more:`더 보기`},fontFamily:{"not-supported":`시스템에 해당 폰트가 없어 기본 폰트를 사용합니다.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`단축키`},shortcut:{undo:`실행 취소`,redo:`다시 실행`,cut:`자르기`,copy:`복사`,paste:`붙여넣기`,"shortcut-panel":`단축키 패널 전환`},"common-edit":`일반 편집 단축키`,"toggle-shortcut-panel":`단축키 패널 전환`,clipboard:{authentication:{title:`권한 거절`,content:`Univer에 클립보드 접근 권한을 부여해주세요.`}},textEditor:{formulaError:`올바른 수식을 입력하세요, 예: =SUM(A1)`,rangeError:`올바른 범위를 입력하세요, 예: A1:B10`},rangeSelector:{title:`데이터 범위 선택`,addAnotherRange:`범위 추가`,buttonTooltip:`데이터 범위 선택`,placeHolder:`범위를 선택하거나 입력하세요.`,confirm:`확인`,cancel:`취소`},"global-shortcut":`전역 단축키`,"zoom-slider":{resetTo:`초기화`}}});
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.UniverUiKoKR=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`일반`,title:`제목`,subTitle:`부제목`,1:`제목 1`,2:`제목 2`,3:`제목 3`,4:`제목 4`,5:`제목 5`,6:`제목 6`,tooltip:`제목 설정`}},ribbon:{start:`시작`,startDesc:`워크시트를 초기화하고 기본 매개변수를 설정합니다.`,insert:`삽입`,insertDesc:`행, 열, 차트 및 다양한 요소를 삽입합니다.`,formulas:`수식`,formulasDesc:`데이터 계산을 위한 함수와 수식을 사용합니다.`,data:`데이터`,dataDesc:`데이터를 관리하며, 가져오기, 정렬 및 필터링을 포함합니다.`,view:`보기`,viewDesc:`보기 모드를 전환하고 표시 효과를 조정합니다.`,others:`기타`,othersDesc:`기타 함수와 설정.`,more:`더 보기`},fontFamily:{"not-supported":`시스템에 해당 폰트가 없어 기본 폰트를 사용합니다.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`단축키`},shortcut:{undo:`실행 취소`,redo:`다시 실행`,cut:`자르기`,copy:`복사`,paste:`붙여넣기`,"shortcut-panel":`단축키 패널 전환`},"common-edit":`일반 편집 단축키`,"toggle-shortcut-panel":`단축키 패널 전환`,clipboard:{authentication:{title:`권한 거절`,content:`Univer에 클립보드 접근 권한을 부여해주세요.`}},textEditor:{formulaError:`올바른 수식을 입력하세요, 예: =SUM(A1)`,rangeError:`올바른 범위를 입력하세요, 예: A1:B10`},rangeSelector:{title:`데이터 범위 선택`,addAnotherRange:`범위 추가`,buttonTooltip:`데이터 범위 선택`,placeHolder:`범위를 선택하거나 입력하세요.`,confirm:`확인`,cancel:`취소`},"global-shortcut":`전역 단축키`,"zoom-slider":{resetTo:`초기화`},row:`행`,column:`열`}}});
@@ -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.UniverUiPlPL=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Normalny`,title:`Tytuł`,subTitle:`Podtytuł`,1:`Nagłówek 1`,2:`Nagłówek 2`,3:`Nagłówek 3`,4:`Nagłówek 4`,5:`Nagłówek 5`,6:`Nagłówek 6`,tooltip:`Ustaw nagłówek`}},ribbon:{start:`Start`,startDesc:`Zainicjuj arkusz i ustaw podstawowe parametry.`,insert:`Wstaw`,insertDesc:`Wstaw wiersze, kolumny, wykresy i inne elementy.`,formulas:`Formuły`,formulasDesc:`Użyj funkcji i formuł do obliczeń danych.`,data:`Dane`,dataDesc:`Zarządzaj danymi, w tym import, sortowanie i filtrowanie.`,view:`Widok`,viewDesc:`Przełączaj tryby widoku i dostosowuj efekt wyświetlania.`,others:`Inne`,othersDesc:`Inne funkcje i ustawienia.`,more:`Więcej`},fontFamily:{"not-supported":`Nie znaleziono takiej czcionki w systemie, używana jest czcionka domyślna.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Skróty klawiszowe`},shortcut:{undo:`Cofnij`,redo:`Ponów`,cut:`Wytnij`,copy:`Kopiuj`,paste:`Wklej`,"shortcut-panel":`Przełącz panel skrótów`},"common-edit":`Skróty do częstej edycji`,"toggle-shortcut-panel":`Przełącz panel skrótów`,clipboard:{authentication:{title:`Brak uprawnień`,content:`Zezwól Univer na dostęp do schowka.`}},textEditor:{formulaError:`Wprowadź prawidłową formułę, np. =SUMA(A1)`,rangeError:`Wprowadź prawidłowy zakres, np. A1:B10`},rangeSelector:{title:`Wybierz zakres danych`,addAnotherRange:`Dodaj zakres`,buttonTooltip:`Wybierz zakres danych`,placeHolder:`Wybierz zakres lub wpisz.`,confirm:`Potwierdź`,cancel:`Anuluj`},"global-shortcut":`Globalny skrót klawiszowy`,"zoom-slider":{resetTo:`Resetuj do`},row:`Wiersz`,column:`Kolumna`}}});
@@ -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.UniverUiPtBR=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Normal`,title:`Título`,subTitle:`Subtítulo`,1:`Título 1`,2:`Título 2`,3:`Título 3`,4:`Título 4`,5:`Título 5`,6:`Título 6`,tooltip:`Definir Título`}},ribbon:{start:`Início`,startDesc:`Inicie a planilha e defina os parâmetros básicos.`,insert:`Inserir`,insertDesc:`Insira linhas, colunas, gráficos e vários outros elementos.`,formulas:`Fórmulas`,formulasDesc:`Use funções e fórmulas para cálculos de dados.`,data:`Dados`,dataDesc:`Gerencie dados, incluindo importação, classificação e filtragem.`,view:`Exibir`,viewDesc:`Alterne modos de exibição e ajuste o efeito de visualização.`,others:`Outros`,othersDesc:`Outras funções e configurações.`,more:`Mais`},fontFamily:{"not-supported":`Fonte não encontrada no sistema, usando a fonte padrão.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Atalhos`},shortcut:{undo:`Desfazer`,redo:`Refazer`,cut:`Recortar`,copy:`Copiar`,paste:`Colar`,"shortcut-panel":`Alternar Painel de Atalhos`},"common-edit":`Atalhos Comuns de Edição`,"toggle-shortcut-panel":`Alternar Painel de Atalhos`,clipboard:{authentication:{title:`Permissão Negada`,content:`Permita que o Univer acesse sua área de transferência.`}},textEditor:{formulaError:`Digite uma fórmula válida, como =SUM(A1)`,rangeError:`Digite um intervalo válido, como A1:B10`},rangeSelector:{title:`Selecione um intervalo de dados`,addAnotherRange:`Adicionar intervalo`,buttonTooltip:`Selecionar intervalo de dados`,placeHolder:`Selecione o intervalo ou digite.`,confirm:`Confirmar`,cancel:`Cancelar`},"global-shortcut":`Atalho Global`,"zoom-slider":{resetTo:`Redefinir para`},row:`Linha`,column:`Coluna`}}});
@@ -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.UniverUiRuRU=t())})(this,function(){return{toolbar:{heading:{normal:`Обычный текст`,title:`Заголовок`,subTitle:`Подзаголовок`,1:`Заголовок 1`,2:`Заголовок 2`,3:`Заголовок 3`,4:`Заголовок 4`,5:`Заголовок 5`,6:`Заголовок 6`,tooltip:`Установить заголовок`}},ribbon:{start:`Начало`,startDesc:`Инициализация рабочей таблицы и установка основных параметров.`,insert:`Вставка`,insertDesc:`Вставка строк, столбцов, графиков и различных других элементов.`,formulas:`Формулы`,formulasDesc:`Использование функций и формул для вычислений данных.`,data:`Данные`,dataDesc:`Управление данными, включая импорт, сортировку и фильтрацию.`,view:`Вид`,viewDesc:`Смена режимов отображения и настройка эффекта отображения.`,others:`Другие`,othersDesc:`Другие функции и настройки.`,more:`Больше`},fontFamily:{"not-supported":`В системе не найден такой шрифт, используется шрифт по умолчанию.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Сочетания клавиш`},shortcut:{undo:`Отменить`,redo:`Повторить`,cut:`Вырезать`,copy:`Копировать`,paste:`Вставить`,"shortcut-panel":`Переключить панель сочетания клавиш`},"common-edit":`Общие команды редактирования`,"toggle-shortcut-panel":`Переключить панель сочетания клавиш`,clipboard:{authentication:{title:`Доступ запрещен`,content:`Пожалуйста, разрешите Univer доступ к вашему буферу обмена.`}},textEditor:{formulaError:`Пожалуйста, введите корректную формулу, например =SUM(A1)`,rangeError:`Пожалуйста, введите корректный диапазон, например A1:B10`},rangeSelector:{title:`Выберите диапазон данных`,addAnotherRange:`Добавить диапазон`,buttonTooltip:`Выбрать диапазон данных`,placeHolder:`Выберите диапазон или введите.`,confirm:`Подтвердить`,cancel:`Отменить`},"global-shortcut":`Сочетания клавиш`,"zoom-slider":{resetTo:`Сбросить до`}}});
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.UniverUiRuRU=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Обычный текст`,title:`Заголовок`,subTitle:`Подзаголовок`,1:`Заголовок 1`,2:`Заголовок 2`,3:`Заголовок 3`,4:`Заголовок 4`,5:`Заголовок 5`,6:`Заголовок 6`,tooltip:`Установить заголовок`}},ribbon:{start:`Начало`,startDesc:`Инициализация рабочей таблицы и установка основных параметров.`,insert:`Вставка`,insertDesc:`Вставка строк, столбцов, графиков и различных других элементов.`,formulas:`Формулы`,formulasDesc:`Использование функций и формул для вычислений данных.`,data:`Данные`,dataDesc:`Управление данными, включая импорт, сортировку и фильтрацию.`,view:`Вид`,viewDesc:`Смена режимов отображения и настройка эффекта отображения.`,others:`Другие`,othersDesc:`Другие функции и настройки.`,more:`Больше`},fontFamily:{"not-supported":`В системе не найден такой шрифт, используется шрифт по умолчанию.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Сочетания клавиш`},shortcut:{undo:`Отменить`,redo:`Повторить`,cut:`Вырезать`,copy:`Копировать`,paste:`Вставить`,"shortcut-panel":`Переключить панель сочетания клавиш`},"common-edit":`Общие команды редактирования`,"toggle-shortcut-panel":`Переключить панель сочетания клавиш`,clipboard:{authentication:{title:`Доступ запрещен`,content:`Пожалуйста, разрешите Univer доступ к вашему буферу обмена.`}},textEditor:{formulaError:`Пожалуйста, введите корректную формулу, например =SUM(A1)`,rangeError:`Пожалуйста, введите корректный диапазон, например A1:B10`},rangeSelector:{title:`Выберите диапазон данных`,addAnotherRange:`Добавить диапазон`,buttonTooltip:`Выбрать диапазон данных`,placeHolder:`Выберите диапазон или введите.`,confirm:`Подтвердить`,cancel:`Отменить`},"global-shortcut":`Сочетания клавиш`,"zoom-slider":{resetTo:`Сбросить до`},row:`Строка`,column:`Столбец`}}});
@@ -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.UniverUiSkSK=t())})(this,function(){return{toolbar:{heading:{normal:`Normálne`,title:`Nadpis`,subTitle:`Podnadpis`,1:`Nadpis 1`,2:`Nadpis 2`,3:`Nadpis 3`,4:`Nadpis 4`,5:`Nadpis 5`,6:`Nadpis 6`,tooltip:`Nastaviť nadpis`}},ribbon:{start:`Začiatok`,startDesc:`Inicializujte hárok a nastavte základné parametre.`,insert:`Vložiť`,insertDesc:`Vložte riadky, stĺpce, grafy a ďalšie prvky.`,formulas:`Vzorce`,formulasDesc:`Používajte funkcie a vzorce na výpočty údajov.`,data:`Údaje`,dataDesc:`Spravujte údaje vrátane importu, triedenia a filtrovania.`,view:`Zobrazenie`,viewDesc:`Prepínajte režimy zobrazenia a upravte efekt zobrazenia.`,others:`Ostatné`,othersDesc:`Ďalšie funkcie a nastavenia.`,more:`Viac`},fontFamily:{"not-supported":`Toto písmo sa v systéme nenašlo, používa sa predvolené písmo.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Skratky`},shortcut:{undo:`Späť`,redo:`Znova`,cut:`Vystrihnúť`,copy:`Kopírovať`,paste:`Prilepiť`,"shortcut-panel":`Prepnúť panel skratiek`},"common-edit":`Bežné úpravové skratky`,"toggle-shortcut-panel":`Prepnúť panel skratiek`,clipboard:{authentication:{title:`Povolenie zamietnuté`,content:`Povoľte Univeru prístup k schránke.`}},textEditor:{formulaError:`Zadajte platný vzorec, napríklad =SUMA(A1)`,rangeError:`Zadajte platný rozsah, napríklad A1:B10`},rangeSelector:{title:`Vyberte rozsah údajov`,addAnotherRange:`Pridať rozsah`,buttonTooltip:`Vybrať rozsah údajov`,placeHolder:`Vyberte rozsah alebo zadajte.`,confirm:`Potvrdiť`,cancel:`Zrušiť`},"global-shortcut":`Globálna skratka`,"zoom-slider":{resetTo:`Obnoviť na`}}});
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.UniverUiSkSK=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Normálne`,title:`Nadpis`,subTitle:`Podnadpis`,1:`Nadpis 1`,2:`Nadpis 2`,3:`Nadpis 3`,4:`Nadpis 4`,5:`Nadpis 5`,6:`Nadpis 6`,tooltip:`Nastaviť nadpis`}},ribbon:{start:`Začiatok`,startDesc:`Inicializujte hárok a nastavte základné parametre.`,insert:`Vložiť`,insertDesc:`Vložte riadky, stĺpce, grafy a ďalšie prvky.`,formulas:`Vzorce`,formulasDesc:`Používajte funkcie a vzorce na výpočty údajov.`,data:`Údaje`,dataDesc:`Spravujte údaje vrátane importu, triedenia a filtrovania.`,view:`Zobrazenie`,viewDesc:`Prepínajte režimy zobrazenia a upravte efekt zobrazenia.`,others:`Ostatné`,othersDesc:`Ďalšie funkcie a nastavenia.`,more:`Viac`},fontFamily:{"not-supported":`Toto písmo sa v systéme nenašlo, používa sa predvolené písmo.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Skratky`},shortcut:{undo:`Späť`,redo:`Znova`,cut:`Vystrihnúť`,copy:`Kopírovať`,paste:`Prilepiť`,"shortcut-panel":`Prepnúť panel skratiek`},"common-edit":`Bežné úpravové skratky`,"toggle-shortcut-panel":`Prepnúť panel skratiek`,clipboard:{authentication:{title:`Povolenie zamietnuté`,content:`Povoľte Univeru prístup k schránke.`}},textEditor:{formulaError:`Zadajte platný vzorec, napríklad =SUMA(A1)`,rangeError:`Zadajte platný rozsah, napríklad A1:B10`},rangeSelector:{title:`Vyberte rozsah údajov`,addAnotherRange:`Pridať rozsah`,buttonTooltip:`Vybrať rozsah údajov`,placeHolder:`Vyberte rozsah alebo zadajte.`,confirm:`Potvrdiť`,cancel:`Zrušiť`},"global-shortcut":`Globálna skratka`,"zoom-slider":{resetTo:`Obnoviť na`},row:`Riadok`,column:`Stĺpec`}}});
@@ -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.UniverUiViVN=t())})(this,function(){return{toolbar:{heading:{normal:`Văn bản`,title:`Tiêu đề`,subTitle:`Tiêu đề phụ`,1:`Tiêu đề 1`,2:`Tiêu đề 2`,3:`Tiêu đề 3`,4:`Tiêu đề 4`,5:`Tiêu đề 5`,6:`Tiêu đề 6`,tooltip:`Đặt tiêu đề`}},ribbon:{start:`Bắt đầu`,startDesc:`Khởi tạo bảng tính và thiết lập các tham số cơ bản.`,insert:`Chèn`,insertDesc:`Chèn hàng, cột, biểu đồ và các phần tử khác.`,formulas:`Công thức`,formulasDesc:`Sử dụng hàm và công thức để tính toán dữ liệu.`,data:`Dữ liệu`,dataDesc:`Sắp xếp, lọc và phân tích dữ liệu.`,view:`Xem`,viewDesc:`Chuyển đổi chế độ xem và điều chỉnh hiệu ứng hiển thị.`,others:`Khác`,othersDesc:`Các chức năng và cài đặt khác.`,more:`Thêm`},fontFamily:{"not-supported":`Không tìm thấy phông chữ này trong hệ thống, sử dụng phông chữ mặc định.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Bảng phím tắt`},shortcut:{undo:`Hoàn tác`,redo:`Làm lại`,cut:`Cắt`,copy:`Sao chép`,paste:`Dán`,"shortcut-panel":`Mở/Đóng bảng phím tắt`},"common-edit":`Chỉnh sửa thường dùng`,"toggle-shortcut-panel":`Mở/Đóng bảng phím tắt`,clipboard:{authentication:{title:`Không thể truy cập vào bảng nhớ tạm`,content:`Vui lòng cho phép Univer truy cập vào bảng nhớ tạm của bạn.`}},textEditor:{formulaError:`Vui lòng nhập công thức hợp lệ, ví dụ =SUM(A1)`,rangeError:`Vui lòng nhập phạm vi hợp lệ, ví dụ A1:B10`},rangeSelector:{title:`Chọn một phạm vi dữ liệu`,addAnotherRange:`Thêm phạm vi`,buttonTooltip:`Chọn phạm vi dữ liệu`,placeHolder:`Chọn phạm vi hoặc nhập`,confirm:`Xác nhận`,cancel:`Hủy`},"global-shortcut":`Phím tắt toàn cầu`,"zoom-slider":{resetTo:`Khôi phục đến`}}});
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.UniverUiViVN=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`Văn bản`,title:`Tiêu đề`,subTitle:`Tiêu đề phụ`,1:`Tiêu đề 1`,2:`Tiêu đề 2`,3:`Tiêu đề 3`,4:`Tiêu đề 4`,5:`Tiêu đề 5`,6:`Tiêu đề 6`,tooltip:`Đặt tiêu đề`}},ribbon:{start:`Bắt đầu`,startDesc:`Khởi tạo bảng tính và thiết lập các tham số cơ bản.`,insert:`Chèn`,insertDesc:`Chèn hàng, cột, biểu đồ và các phần tử khác.`,formulas:`Công thức`,formulasDesc:`Sử dụng hàm và công thức để tính toán dữ liệu.`,data:`Dữ liệu`,dataDesc:`Sắp xếp, lọc và phân tích dữ liệu.`,view:`Xem`,viewDesc:`Chuyển đổi chế độ xem và điều chỉnh hiệu ứng hiển thị.`,others:`Khác`,othersDesc:`Các chức năng và cài đặt khác.`,more:`Thêm`},fontFamily:{"not-supported":`Không tìm thấy phông chữ này trong hệ thống, sử dụng phông chữ mặc định.`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`Microsoft YaHei`,simsun:`SimSun`,simhei:`SimHei`,kaiti:`Kaiti`,fangsong:`FangSong`,nsimsun:`NSimSun`,stxinwei:`STXinwei`,stxingkai:`STXingkai`,stliti:`STLiti`},"shortcut-panel":{title:`Bảng phím tắt`},shortcut:{undo:`Hoàn tác`,redo:`Làm lại`,cut:`Cắt`,copy:`Sao chép`,paste:`Dán`,"shortcut-panel":`Mở/Đóng bảng phím tắt`},"common-edit":`Chỉnh sửa thường dùng`,"toggle-shortcut-panel":`Mở/Đóng bảng phím tắt`,clipboard:{authentication:{title:`Không thể truy cập vào bảng nhớ tạm`,content:`Vui lòng cho phép Univer truy cập vào bảng nhớ tạm của bạn.`}},textEditor:{formulaError:`Vui lòng nhập công thức hợp lệ, ví dụ =SUM(A1)`,rangeError:`Vui lòng nhập phạm vi hợp lệ, ví dụ A1:B10`},rangeSelector:{title:`Chọn một phạm vi dữ liệu`,addAnotherRange:`Thêm phạm vi`,buttonTooltip:`Chọn phạm vi dữ liệu`,placeHolder:`Chọn phạm vi hoặc nhập`,confirm:`Xác nhận`,cancel:`Hủy`},"global-shortcut":`Phím tắt toàn cầu`,"zoom-slider":{resetTo:`Khôi phục đến`},row:`Hàng`,column:`Cột`}}});
@@ -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.UniverUiZhCN=t())})(this,function(){return{toolbar:{heading:{normal:`正文`,title:`标题`,subTitle:`副标题`,1:`标题1`,2:`标题2`,3:`标题3`,4:`标题4`,5:`标题5`,6:`标题6`,tooltip:`设置标题`}},ribbon:{start:`开始`,startDesc:`初始化工作表并设置基本参数。`,insert:`插入`,insertDesc:`插入行、列、图表和各种其他元素。`,formulas:`公式`,formulasDesc:`使用函数和公式进行数据计算。`,data:`数据`,dataDesc:`管理数据,包括导入、排序和筛选。`,view:`视图`,viewDesc:`切换视图模式并调整显示效果。`,others:`其他`,othersDesc:`其他功能和设置。`,more:`更多`},fontFamily:{"not-supported":`系统中未找到该字体,使用默认字体。`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`微软雅黑`,simsun:`宋体`,simhei:`黑体`,kaiti:`楷体`,fangsong:`仿宋`,nsimsun:`新宋体`,stxinwei:`华文新魏`,stxingkai:`华文行楷`,stliti:`华文隶书`},"shortcut-panel":{title:`快捷键面板`},shortcut:{undo:`撤销`,redo:`重做`,cut:`剪切`,copy:`复制`,paste:`粘贴`,"shortcut-panel":`打开收起快捷键面板`},"common-edit":`常用编辑`,"toggle-shortcut-panel":`打开收起快捷键面板`,clipboard:{authentication:{title:`无法访问剪贴板`,content:`请允许 Univer 访问您的剪贴板。`}},textEditor:{formulaError:`请输入合法的公式,例如=SUM(A1)`,rangeError:`请输入合法的范围,例如 A1:B10`},rangeSelector:{title:`选择一个数据范围`,addAnotherRange:`添加范围`,buttonTooltip:`选择数据范围`,placeHolder:`框选范围或输入`,confirm:`确认`,cancel:`取消`},"global-shortcut":`全局快捷键`,"zoom-slider":{resetTo:`恢复至`}}});
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.UniverUiZhCN=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`正文`,title:`标题`,subTitle:`副标题`,1:`标题1`,2:`标题2`,3:`标题3`,4:`标题4`,5:`标题5`,6:`标题6`,tooltip:`设置标题`}},ribbon:{start:`开始`,startDesc:`初始化工作表并设置基本参数。`,insert:`插入`,insertDesc:`插入行、列、图表和各种其他元素。`,formulas:`公式`,formulasDesc:`使用函数和公式进行数据计算。`,data:`数据`,dataDesc:`管理数据,包括导入、排序和筛选。`,view:`视图`,viewDesc:`切换视图模式并调整显示效果。`,others:`其他`,othersDesc:`其他功能和设置。`,more:`更多`},fontFamily:{"not-supported":`系统中未找到该字体,使用默认字体。`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`微软雅黑`,simsun:`宋体`,simhei:`黑体`,kaiti:`楷体`,fangsong:`仿宋`,nsimsun:`新宋体`,stxinwei:`华文新魏`,stxingkai:`华文行楷`,stliti:`华文隶书`},"shortcut-panel":{title:`快捷键面板`},shortcut:{undo:`撤销`,redo:`重做`,cut:`剪切`,copy:`复制`,paste:`粘贴`,"shortcut-panel":`打开收起快捷键面板`},"common-edit":`常用编辑`,"toggle-shortcut-panel":`打开收起快捷键面板`,clipboard:{authentication:{title:`无法访问剪贴板`,content:`请允许 Univer 访问您的剪贴板。`}},textEditor:{formulaError:`请输入合法的公式,例如=SUM(A1)`,rangeError:`请输入合法的范围,例如 A1:B10`},rangeSelector:{title:`选择一个数据范围`,addAnotherRange:`添加范围`,buttonTooltip:`选择数据范围`,placeHolder:`框选范围或输入`,confirm:`确认`,cancel:`取消`},"global-shortcut":`全局快捷键`,"zoom-slider":{resetTo:`恢复至`},row:`行`,column:`列`}}});
@@ -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.UniverUiZhHK=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`正文`,title:`標題`,subTitle:`副標題`,1:`標題 1`,2:`標題 2`,3:`標題 3`,4:`標題 4`,5:`標題 5`,6:`標題 6`,tooltip:`設定標題`}},ribbon:{start:`開始`,startDesc:`初始化工作表並設定基本參數。`,insert:`插入`,insertDesc:`插入行、列、圖表和各種其他元素。`,formulas:`公式`,formulasDesc:`使用函數和公式進行數據計算。`,data:`資料`,dataDesc:`管理資料,包括匯入、排序和篩選。`,view:`視圖`,viewDesc:`切換視圖模式並調整顯示效果。`,others:`其他`,othersDesc:`其他功能和設定。`,more:`更多`},fontFamily:{"not-supported":`系統中未找到該字型,使用預設字型。`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`微軟雅黑`,simsun:`宋體`,simhei:`黑體`,kaiti:`楷體`,fangsong:`仿宋`,nsimsun:`新宋體`,stxinwei:`華文新魏`,stxingkai:`華文行楷`,stliti:`華文隸書`},"shortcut-panel":{title:`快捷鍵面板`},shortcut:{undo:`撤銷`,redo:`重做`,cut:`剪切`,copy:`複製`,paste:`貼上`,"shortcut-panel":`開啟收起快捷鍵面板`},"common-edit":`常用編輯`,"toggle-shortcut-panel":`開啟收起快速鍵面板`,clipboard:{authentication:{title:`無法存取剪貼簿`,content:`請允許 Univer 存取您的剪貼簿。 `}},textEditor:{formulaError:`請輸入合法的公式,例如=SUM(A1)`,rangeError:`請輸入合法的範圍,例如 A1:B10`},rangeSelector:{title:`選擇一個資料範圍`,addAnotherRange:`新增範圍`,buttonTooltip:`選擇資料範圍`,placeHolder:`框選範圍或輸入`,confirm:`確認`,cancel:`取消`},"global-shortcut":`全域快捷鍵`,"zoom-slider":{resetTo:`恢復至`},row:`列`,column:`欄`}}});
@@ -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.UniverUiZhTW=t())})(this,function(){return{toolbar:{heading:{normal:`正文`,title:`標題`,subTitle:`副標題`,1:`標題 1`,2:`標題 2`,3:`標題 3`,4:`標題 4`,5:`標題 5`,6:`標題 6`,tooltip:`設定標題`}},ribbon:{start:`開始`,startDesc:`初始化工作表並設定基本參數。`,insert:`插入`,insertDesc:`插入行、列、圖表和各種其他元素。`,formulas:`公式`,formulasDesc:`使用函數和公式進行數據計算。`,data:`資料`,dataDesc:`管理資料,包括匯入、排序和篩選。`,view:`視圖`,viewDesc:`切換視圖模式並調整顯示效果。`,others:`其他`,othersDesc:`其他功能和設定。`,more:`更多`},fontFamily:{"not-supported":`系統中未找到該字體,使用預設字體。`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`微軟雅黑`,simsun:`宋體`,simhei:`黑體`,kaiti:`楷體`,fangsong:`仿宋`,nsimsun:`新宋體`,stxinwei:`華文新魏`,stxingkai:`華文行楷`,stliti:`華文隸書`},"shortcut-panel":{title:`快捷鍵面板`},shortcut:{undo:`撤銷`,redo:`重做`,cut:`剪切`,copy:`複製`,paste:`貼上`,"shortcut-panel":`開啟收起快捷鍵面板`},"common-edit":`常用編輯`,"toggle-shortcut-panel":`開啟收起快速鍵面板`,clipboard:{authentication:{title:`無法存取剪貼簿`,content:`請允許 Univer 存取您的剪貼簿。 `}},textEditor:{formulaError:`請輸入合法的公式,例如=SUM(A1)`,rangeError:`請輸入合法的範圍,例如 A1:B10`},rangeSelector:{title:`選擇一個資料範圍`,addAnotherRange:`新增範圍`,buttonTooltip:`選擇資料範圍`,placeHolder:`框選範圍或輸入`,confirm:`確認`,cancel:`取消`},"global-shortcut":`全域快捷鍵`,"zoom-slider":{resetTo:`恢復至`}}});
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.UniverUiZhTW=t())})(this,function(){return{ui:{toolbar:{heading:{normal:`正文`,title:`標題`,subTitle:`副標題`,1:`標題 1`,2:`標題 2`,3:`標題 3`,4:`標題 4`,5:`標題 5`,6:`標題 6`,tooltip:`設定標題`}},ribbon:{start:`開始`,startDesc:`初始化工作表並設定基本參數。`,insert:`插入`,insertDesc:`插入行、列、圖表和各種其他元素。`,formulas:`公式`,formulasDesc:`使用函數和公式進行數據計算。`,data:`資料`,dataDesc:`管理資料,包括匯入、排序和篩選。`,view:`視圖`,viewDesc:`切換視圖模式並調整顯示效果。`,others:`其他`,othersDesc:`其他功能和設定。`,more:`更多`},fontFamily:{"not-supported":`系統中未找到該字體,使用預設字體。`,arial:`Arial`,"times-new-roman":`Times New Roman`,tahoma:`Tahoma`,verdana:`Verdana`,"microsoft-yahei":`微軟雅黑`,simsun:`宋體`,simhei:`黑體`,kaiti:`楷體`,fangsong:`仿宋`,nsimsun:`新宋體`,stxinwei:`華文新魏`,stxingkai:`華文行楷`,stliti:`華文隸書`},"shortcut-panel":{title:`快捷鍵面板`},shortcut:{undo:`撤銷`,redo:`重做`,cut:`剪切`,copy:`複製`,paste:`貼上`,"shortcut-panel":`開啟收起快捷鍵面板`},"common-edit":`常用編輯`,"toggle-shortcut-panel":`開啟收起快速鍵面板`,clipboard:{authentication:{title:`無法存取剪貼簿`,content:`請允許 Univer 存取您的剪貼簿。 `}},textEditor:{formulaError:`請輸入合法的公式,例如=SUM(A1)`,rangeError:`請輸入合法的範圍,例如 A1:B10`},rangeSelector:{title:`選擇一個資料範圍`,addAnotherRange:`新增範圍`,buttonTooltip:`選擇資料範圍`,placeHolder:`框選範圍或輸入`,confirm:`確認`,cancel:`取消`},"global-shortcut":`全域快捷鍵`,"zoom-slider":{resetTo:`恢復至`},row:`列`,column:`欄`}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/ui",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "private": false,
5
5
  "description": "Shared application UI framework, workbench services, menus, dialogs, and Facade UI APIs for Univer.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -72,22 +72,22 @@
72
72
  "@univerjs/icons": "1.4.0",
73
73
  "@wendellhu/redi": "1.1.1",
74
74
  "localforage": "^1.10.0",
75
- "@univerjs/design": "0.24.0",
76
- "@univerjs/core": "0.24.0",
77
- "@univerjs/engine-render": "0.24.0"
75
+ "@univerjs/design": "0.25.0",
76
+ "@univerjs/engine-render": "0.25.0",
77
+ "@univerjs/core": "0.25.0"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@testing-library/react": "^16.3.2",
81
- "postcss": "^8.5.14",
81
+ "postcss": "^8.5.15",
82
82
  "react": "18.3.1",
83
83
  "react-dom": "18.3.1",
84
84
  "rxjs": "^7.8.2",
85
85
  "tailwindcss": "3.4.18",
86
86
  "tailwindcss-animate": "^1.0.7",
87
87
  "typescript": "^6.0.3",
88
- "vitest": "^4.1.5",
89
- "@univerjs-infra/shared": "0.24.0",
90
- "@univerjs/themes": "0.24.0"
88
+ "vitest": "^4.1.7",
89
+ "@univerjs-infra/shared": "0.25.0",
90
+ "@univerjs/themes": "0.25.0"
91
91
  },
92
92
  "scripts": {
93
93
  "test": "vitest run",