@univerjs/preset-sheets-drawing 0.25.0 → 1.0.0-alpha.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.
- package/README.md +3 -3
- package/lib/cjs/index.js +60 -1
- package/lib/cjs/locales/ar-SA.js +11 -1
- package/lib/cjs/locales/ca-ES.js +11 -1
- package/lib/cjs/locales/de-DE.js +11 -1
- package/lib/cjs/locales/en-US.js +11 -1
- package/lib/cjs/locales/es-ES.js +11 -1
- package/lib/cjs/locales/fa-IR.js +11 -1
- package/lib/cjs/locales/fr-FR.js +11 -1
- package/lib/cjs/locales/id-ID.js +11 -1
- package/lib/cjs/locales/it-IT.js +11 -1
- package/lib/cjs/locales/ja-JP.js +11 -1
- package/lib/cjs/locales/ko-KR.js +11 -1
- package/lib/cjs/locales/pl-PL.js +11 -1
- package/lib/cjs/locales/pt-BR.js +11 -1
- package/lib/cjs/locales/ru-RU.js +11 -1
- package/lib/cjs/locales/sk-SK.js +11 -1
- package/lib/cjs/locales/vi-VN.js +11 -1
- package/lib/cjs/locales/zh-CN.js +11 -1
- package/lib/cjs/locales/zh-HK.js +11 -1
- package/lib/cjs/locales/zh-TW.js +11 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/es/index.js +34 -29
- package/lib/es/locales/ar-SA.js +8 -10
- package/lib/es/locales/ca-ES.js +8 -10
- package/lib/es/locales/de-DE.js +8 -10
- package/lib/es/locales/en-US.js +8 -10
- package/lib/es/locales/es-ES.js +8 -10
- package/lib/es/locales/fa-IR.js +8 -10
- package/lib/es/locales/fr-FR.js +8 -10
- package/lib/es/locales/id-ID.js +8 -10
- package/lib/es/locales/it-IT.js +8 -10
- package/lib/es/locales/ja-JP.js +8 -10
- package/lib/es/locales/ko-KR.js +8 -10
- package/lib/es/locales/pl-PL.js +8 -10
- package/lib/es/locales/pt-BR.js +8 -10
- package/lib/es/locales/ru-RU.js +8 -10
- package/lib/es/locales/sk-SK.js +8 -10
- package/lib/es/locales/vi-VN.js +8 -10
- package/lib/es/locales/zh-CN.js +8 -10
- package/lib/es/locales/zh-HK.js +8 -10
- package/lib/es/locales/zh-TW.js +8 -10
- package/lib/index.css +365 -1
- package/lib/index.js +34 -29
- package/lib/locales/ar-SA.js +8 -10
- package/lib/locales/ca-ES.js +8 -10
- package/lib/locales/de-DE.js +8 -10
- package/lib/locales/en-US.js +8 -10
- package/lib/locales/es-ES.js +8 -10
- package/lib/locales/fa-IR.js +8 -10
- package/lib/locales/fr-FR.js +8 -10
- package/lib/locales/id-ID.js +8 -10
- package/lib/locales/it-IT.js +8 -10
- package/lib/locales/ja-JP.js +8 -10
- package/lib/locales/ko-KR.js +8 -10
- package/lib/locales/pl-PL.js +8 -10
- package/lib/locales/pt-BR.js +8 -10
- package/lib/locales/ru-RU.js +8 -10
- package/lib/locales/sk-SK.js +8 -10
- package/lib/locales/vi-VN.js +8 -10
- package/lib/locales/zh-CN.js +8 -10
- package/lib/locales/zh-HK.js +8 -10
- package/lib/locales/zh-TW.js +8 -10
- package/lib/types/index.d.ts +16 -1
- package/lib/types/locales/ar-SA.d.ts +137 -1
- package/lib/types/locales/ca-ES.d.ts +137 -1
- package/lib/types/locales/de-DE.d.ts +137 -1
- package/lib/types/locales/en-US.d.ts +137 -1
- package/lib/types/locales/es-ES.d.ts +137 -1
- package/lib/types/locales/fa-IR.d.ts +137 -1
- package/lib/types/locales/fr-FR.d.ts +137 -1
- package/lib/types/locales/id-ID.d.ts +137 -1
- package/lib/types/locales/it-IT.d.ts +137 -1
- package/lib/types/locales/ja-JP.d.ts +137 -1
- package/lib/types/locales/ko-KR.d.ts +137 -1
- package/lib/types/locales/pl-PL.d.ts +137 -1
- package/lib/types/locales/pt-BR.d.ts +137 -1
- package/lib/types/locales/ru-RU.d.ts +137 -1
- package/lib/types/locales/sk-SK.d.ts +137 -1
- package/lib/types/locales/vi-VN.d.ts +137 -1
- package/lib/types/locales/zh-CN.d.ts +137 -1
- package/lib/types/locales/zh-HK.d.ts +137 -1
- package/lib/types/locales/zh-TW.d.ts +137 -1
- package/lib/types/preset.d.ts +25 -0
- package/package.json +16 -18
- package/lib/types/types.d.ts +0 -11
- package/lib/types/umd.d.ts +0 -12
- package/lib/umd/index.js +0 -24
- package/lib/umd/locales/ar-SA.js +0 -8
- package/lib/umd/locales/ca-ES.js +0 -8
- package/lib/umd/locales/de-DE.js +0 -8
- package/lib/umd/locales/en-US.js +0 -8
- package/lib/umd/locales/es-ES.js +0 -8
- package/lib/umd/locales/fa-IR.js +0 -8
- package/lib/umd/locales/fr-FR.js +0 -8
- package/lib/umd/locales/id-ID.js +0 -8
- package/lib/umd/locales/it-IT.js +0 -8
- package/lib/umd/locales/ja-JP.js +0 -8
- package/lib/umd/locales/ko-KR.js +0 -8
- package/lib/umd/locales/pl-PL.js +0 -8
- package/lib/umd/locales/pt-BR.js +0 -8
- package/lib/umd/locales/ru-RU.js +0 -8
- package/lib/umd/locales/sk-SK.js +0 -8
- package/lib/umd/locales/vi-VN.js +0 -8
- package/lib/umd/locales/zh-CN.js +0 -8
- package/lib/umd/locales/zh-HK.js +0 -8
- package/lib/umd/locales/zh-TW.js +0 -8
package/lib/umd/locales/ar-SA.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/ar-SA
|
|
2
|
-
(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.UniverDrawingUiArSA=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`لا يمكن قص الكائنات غير الصورية.`},"image-panel":{arrange:{title:`ترتيب`,forward:`إحضار إلى الأمام`,backward:`إرسال إلى الخلف`,front:`إحضار إلى المقدمة`,back:`إرسال إلى المؤخرة`},transform:{title:`تحويل`,rotate:`تدوير (°)`,x:`س (بكسل)`,y:`ص (بكسل)`,width:`العرض (بكسل)`,height:`الارتفاع (بكسل)`,lock:`قفل النسبة (%)`},crop:{title:`قص`,start:`بدء القص`,mode:`حر`},group:{title:`تجميع`,group:`تجميع`,unGroup:`فك التجميع`},align:{title:`محاذاة`,default:`تحديد نوع المحاذاة`,left:`محاذاة لليسار`,center:`محاذاة للوسط`,right:`محاذاة لليمين`,top:`محاذاة للأعلى`,middle:`محاذاة للمنتصف`,bottom:`محاذاة للأسفل`,horizon:`توزيع أفقي `,vertical:`توزيع عمودي `},null:`لا يوجد تحديد للكائن`},"image-text-wrap":{title:`التفاف النص`,wrappingStyle:`نمط التفاف`,square:`مربع`,topAndBottom:`أعلى وأسفل`,inline:`في نفس السطر مع النص`,behindText:`خلف النص`,inFrontText:`أمام النص`,wrapText:`تفاف النص`,bothSide:`كلا الجانبين`,leftOnly:`يسار فقط`,rightOnly:`يمين فقط`,distanceFromText:`المسافة من النص`,top:`أعلى(بكسل)`,left:`يسار(بكسل)`,bottom:`أسفل(بكسل)`,right:`يمين(بكسل)`},"image-popup":{replace:`استبدال`,delete:`حذف`,edit:`تحرير`,crop:`قص`,reset:`إعادة تعيين الحجم`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/ar-SA
|
|
5
|
-
(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.UniverSheetsDrawingUiArSA=t())})(this,function(){return{"sheets-drawing-ui":{title:`صورة`,upload:{float:`صورة عائمة`,cell:`صورة خلية`},panel:{title:`تحرير الصورة`},save:{title:`حفظ صور الخلايا`,menuLabel:`حفظ صور الخلايا`,imageCount:`عدد الصور`,fileNameConfig:`اسم الملف`,useRowCol:`استخدام عنوان الخلية (A1، B2...)`,useColumnValue:`استخدام قيمة العمود`,selectColumn:`تحديد العمود`,cancel:`إلغاء`,confirm:`حفظ`,saving:`جارٍ الحفظ...`,error:`فشل في حفظ صور الخلايا`},"image-popup":{replace:`استبدال`,delete:`حذف`,edit:`تحرير`,crop:`قص`,reset:`إعادة تعيين الحجم`,flipH:`قلب أفقي`,flipV:`قلب عمودي`},"update-status":{exceedMaxSize:`حجم الصورة يتجاوز الحد، الحد هو {0}م`,invalidImageType:`نوع الصورة غير صالح`,exceedMaxCount:`يمكن رفع {0} صور فقط في المرة الواحدة`,invalidImage:`صورة غير صالحة`},"drawing-anchor":{title:`خصائص المرساة`,both:`النقل والتحجيم مع الخلايا`,position:`النقل دون التحجيم مع الخلايا`,none:`عدم النقل أو التحجيم مع الخلايا`},"cell-image":{pasteTitle:`لصق كصورة خلية`,pasteContent:`سيؤدي لصق صورة خلية إلى استبدال المحتوى الموجود في الخلية، هل تريد المتابعة؟`,pasteError:`نسخ ولصق صورة خلية الورقة غير مدعوم في هذه الوحدة`},permission:{dialog:{editErr:`النطاق محمي، وليس لديك إذن التحرير. للتحرير، يرجى التواصل مع المنشئ.`}},shortcut:{"drawing-view":`عرض الرسم`,"drawing-move-down":`نقل الرسم لأسفل`,"drawing-move-up":`نقل الرسم لأعلى`,"drawing-move-left":`نقل الرسم لليسار`,"drawing-move-right":`نقل الرسم لليمين`,"drawing-delete":`حذف الرسم`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/ar-SA
|
|
8
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/ar-SA"),require("@univerjs/sheets-drawing-ui/locale/ar-SA")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/ar-SA","@univerjs/sheets-drawing-ui/locale/ar-SA"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingArSA=r(e.UniverCore,e.UniverDrawingUiArSA,e.UniverSheetsDrawingUiArSA))})(this,(function(e,r,i){"use strict";return e.mergeLocales(r,i)}));
|
package/lib/umd/locales/ca-ES.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/ca-ES
|
|
2
|
-
(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.UniverDrawingUiCaES=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`No es poden retallar objectes que no siguin imatges.`},"image-panel":{arrange:{title:`Organitza`,forward:`Porta endavant`,backward:`Envia enrere`,front:`Porta al davant`,back:`Envia al fons`},transform:{title:`Transforma`,rotate:`Gira (°)`,x:`X (px)`,y:`Y (px)`,width:`Amplada (px)`,height:`Alçada (px)`,lock:`Bloca proporció (%)`},crop:{title:`Retalla`,start:`Inicia retallada`,mode:`Lliure`},group:{title:`Agrupa`,group:`Agrupa`,unGroup:`Desagrupa`},align:{title:`Alinea`,default:`Selecciona tipus d’alineació`,left:`Alinea a l’esquerra`,center:`Alinea al centre`,right:`Alinea a la dreta`,top:`Alinea a dalt`,middle:`Alinea al mig`,bottom:`Alinea a baix`,horizon:`Distribueix horitzontalment`,vertical:`Distribueix verticalment`},null:`Cap objecte seleccionat`},"image-text-wrap":{title:`Ajust del text`,wrappingStyle:`Estil d'ajust`,square:`Quadrat`,topAndBottom:`A dalt i a baix`,inline:`En línia amb el text`,behindText:`Darrere del text`,inFrontText:`Davant del text`,wrapText:`Ajusta el text`,bothSide:`Ambdós costats`,leftOnly:`Només esquerra`,rightOnly:`Només dreta`,distanceFromText:`Distància del text`,top:`A dalt(px)`,left:`Esquerra(px)`,bottom:`A baix(px)`,right:`Dreta(px)`},"image-popup":{replace:`Reemplaça`,delete:`Elimina`,edit:`Edita`,crop:`Retalla`,reset:`Restableix la mida`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/ca-ES
|
|
5
|
-
(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.UniverSheetsDrawingUiCaES=t())})(this,function(){return{"sheets-drawing-ui":{title:`Imatge`,upload:{float:`Imatge flotant`,cell:`Imatge de cel·la`},panel:{title:`Edita la imatge`},save:{title:`Desa les imatges de cel·la`,menuLabel:`Desa les imatges de cel·la`,imageCount:`Nombre d'imatges`,fileNameConfig:`Nom del fitxer`,useRowCol:`Utilitza l'adreça de la cel·la (A1, B2...)`,useColumnValue:`Utilitza el valor de la columna`,selectColumn:`Selecciona la columna`,cancel:`Cancel·la`,confirm:`Desa`,saving:`Desant...`,error:`No s'han pogut desar les imatges de cel·la`},"image-popup":{replace:`Reemplaça`,delete:`Elimina`,edit:`Edita`,crop:`Retalla`,reset:`Restableix la mida`,flipH:`Gira horizontalmente`,flipV:`Gira verticalmente`},"update-status":{exceedMaxSize:`La mida de la imatge supera el límit, el límit és {0}M`,invalidImageType:`Tipus d’imatge no vàlid`,exceedMaxCount:`Només es poden pujar {0} imatges alhora`,invalidImage:`Imatge no vàlida`},"drawing-anchor":{title:`Propietats d’ancoratge`,both:`Mou i canvia la mida amb les cel·les`,position:`Mou però no canviïs la mida amb les cel·les`,none:`No moguis ni canviïs la mida amb les cel·les`},"cell-image":{pasteTitle:`Enganxa com a imatge de cel·la`,pasteContent:`Enganxar una imatge de cel·la sobreescriurà el contingut existent de la cel·la, continuar enganxant`,pasteError:`La còpia i enganxat d’imatges de cel·la de full no està suportada en aquesta unitat`},permission:{dialog:{editErr:`L'interval està protegit i no teniu permís d'edició. Per editar, contacteu amb el creador.`}},shortcut:{"drawing-view":`Vista del dibuix`,"drawing-move-down":`Mou el dibuix cap avall`,"drawing-move-up":`Mou el dibuix cap amunt`,"drawing-move-left":`Mou el dibuix a l’esquerra`,"drawing-move-right":`Mou el dibuix a la dreta`,"drawing-delete":`Elimina el dibuix`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/ca-ES
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/ca-ES"),require("@univerjs/sheets-drawing-ui/locale/ca-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/ca-ES","@univerjs/sheets-drawing-ui/locale/ca-ES"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingCaES=i(e.UniverCore,e.UniverDrawingUiCaES,e.UniverSheetsDrawingUiCaES))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/de-DE.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/de-DE
|
|
2
|
-
(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.UniverDrawingUiDeDE=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`Nicht-Bildobjekte können nicht zugeschnitten werden.`},"image-panel":{arrange:{title:`Anordnen`,forward:`Eine Ebene nach vorne`,backward:`Eine Ebene nach hinten`,front:`In den Vordergrund`,back:`In den Hintergrund`},transform:{title:`Transformieren`,rotate:`Drehen (°)`,x:`X (px)`,y:`Y (px)`,width:`Breite (px)`,height:`Höhe (px)`,lock:`Verhältnis sperren (%)`},crop:{title:`Zuschneiden`,start:`Zuschneiden starten`,mode:`Frei`},group:{title:`Gruppe`,group:`Gruppieren`,unGroup:`Gruppierung aufheben`},align:{title:`Ausrichten`,default:`Ausrichtungstyp auswählen`,left:`Linksbündig`,center:`Zentriert`,right:`Rechtsbündig`,top:`Oben bündig`,middle:`Mittig`,bottom:`Unten bündig`,horizon:`Horizontal verteilen`,vertical:`Vertikal verteilen`},null:`Keine Objektauswahl`},"image-text-wrap":{title:`Textumbruch`,wrappingStyle:`Umbruchstil`,square:`Quadratisch`,topAndBottom:`Oben und unten`,inline:`Im Textfluss`,behindText:`Hinter dem Text`,inFrontText:`Vor dem Text`,wrapText:`Text umbrechen`,bothSide:`Beide Seiten`,leftOnly:`Nur links`,rightOnly:`Nur rechts`,distanceFromText:`Abstand vom Text`,top:`Oben(px)`,left:`Links(px)`,bottom:`Unten(px)`,right:`Rechts(px)`},"image-popup":{replace:`Ersetzen`,delete:`Löschen`,edit:`Bearbeiten`,crop:`Zuschneiden`,reset:`Größe zurücksetzen`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/de-DE
|
|
5
|
-
(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.UniverSheetsDrawingUiDeDE=t())})(this,function(){return{"sheets-drawing-ui":{title:`Bild`,upload:{float:`Schwebendes Bild`,cell:`Zellenbild`},panel:{title:`Bild bearbeiten`},save:{title:`Zellenbilder speichern`,menuLabel:`Zellenbilder speichern`,imageCount:`Bildanzahl`,fileNameConfig:`Dateiname`,useRowCol:`Zellenadresse verwenden (A1, B2...)`,useColumnValue:`Spaltenwert verwenden`,selectColumn:`Spalte auswählen`,cancel:`Abbrechen`,confirm:`Speichern`,saving:`Speichern...`,error:`Zellenbilder konnten nicht gespeichert werden`},"image-popup":{replace:`Ersetzen`,delete:`Löschen`,edit:`Bearbeiten`,crop:`Zuschneiden`,reset:`Größe zurücksetzen`,flipH:`Horizontal spiegeln`,flipV:`Vertikal spiegeln`},"update-status":{exceedMaxSize:`Bildgröße überschreitet das Limit, Limit ist {0}M`,invalidImageType:`Ungültiger Bildtyp`,exceedMaxCount:`Es können nur {0} Bilder gleichzeitig hochgeladen werden`,invalidImage:`Ungültiges Bild`},"drawing-anchor":{title:`Anker-Eigenschaften`,both:`Mit Zellen verschieben und skalieren`,position:`Mit Zellen verschieben, aber nicht skalieren`,none:`Weder verschieben noch skalieren mit Zellen`},"cell-image":{pasteTitle:`Als Zellenbild einfügen`,pasteContent:`Das Einfügen eines Zellenbilds überschreibt den bestehenden Inhalt der Zelle, mit dem Einfügen fortfahren?`,pasteError:`Kopieren und Einfügen von Zellenbildern wird in dieser Einheit nicht unterstützt`},permission:{dialog:{editErr:`Der Bereich ist geschützt, und Sie haben keine Bearbeitungsberechtigung. Um zu bearbeiten, wenden Sie sich bitte an den Ersteller.`}},shortcut:{"drawing-view":`Zeichnungsansicht`,"drawing-move-down":`Zeichnung nach unten verschieben`,"drawing-move-up":`Zeichnung nach oben verschieben`,"drawing-move-left":`Zeichnung nach links verschieben`,"drawing-move-right":`Zeichnung nach rechts verschieben`,"drawing-delete":`Zeichnung löschen`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/de-DE
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/de-DE"),require("@univerjs/sheets-drawing-ui/locale/de-DE")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/de-DE","@univerjs/sheets-drawing-ui/locale/de-DE"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingDeDE=i(e.UniverCore,e.UniverDrawingUiDeDE,e.UniverSheetsDrawingUiDeDE))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/en-US.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/en-US
|
|
2
|
-
(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.UniverDrawingUiEnUS=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`Cannot crop non-image objects.`},"image-panel":{arrange:{title:`Arrange`,forward:`Bring Forward`,backward:`Send Backward`,front:`Bring to Front`,back:`Send to Back`},transform:{title:`Transform`,rotate:`Rotate (°)`,x:`X (px)`,y:`Y (px)`,width:`Width (px)`,height:`Height (px)`,lock:`Lock Ratio (%)`},crop:{title:`Crop`,start:`Start Crop`,mode:`Free`},group:{title:`Group`,group:`Group`,unGroup:`Ungroup`},align:{title:`Align`,default:`Select Align Type`,left:`Align Left`,center:`Align Center`,right:`Align Right`,top:`Align Top`,middle:`Align Middle`,bottom:`Align Bottom`,horizon:`Distribute Horizontally `,vertical:`Distribute Vertically `},null:`No Object Selection`},"image-popup":{replace:`Replace`,delete:`Delete`,edit:`Edit`,crop:`Crop`,reset:`Reset Size`},"image-text-wrap":{title:`Text Wrapping`,wrappingStyle:`Wrapping Style`,square:`Square`,topAndBottom:`Top and Bottom`,inline:`In line with text`,behindText:`Behind text`,inFrontText:`In front of text`,wrapText:`Wrap text`,bothSide:`Both sides`,leftOnly:`Left only`,rightOnly:`Right only`,distanceFromText:`Distance from text`,top:`Top(px)`,left:`Left(px)`,bottom:`Bottom(px)`,right:`Right(px)`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/en-US
|
|
5
|
-
(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.UniverSheetsDrawingUiEnUS=t())})(this,function(){return{"sheets-drawing-ui":{title:`Image`,upload:{float:`Float Image`,cell:`Cell Image`},panel:{title:`Edit Image`},save:{title:`Save Cell Images`,menuLabel:`Save Cell Images`,imageCount:`Image Count`,fileNameConfig:`File Name`,useRowCol:`Use Cell Address (A1, B2...)`,useColumnValue:`Use Column Value`,selectColumn:`Select Column`,cancel:`Cancel`,confirm:`Save`,saving:`Saving...`,error:`Failed to save cell images`},"image-popup":{replace:`Replace`,delete:`Delete`,edit:`Edit`,crop:`Crop`,reset:`Reset Size`,flipH:`Flip Horizontal`,flipV:`Flip Vertical`},"update-status":{exceedMaxSize:`Image size exceeds limit, limit is {0}M`,invalidImageType:`Invalid image type`,exceedMaxCount:`Only {0} images can be uploaded at a time`,invalidImage:`Invalid image`},"drawing-anchor":{title:`Anchor Properties`,both:`Move and size with cells`,position:`Move but don't size with cells`,none:`Don't move or size with cells`},"cell-image":{pasteTitle:`Paste as cell image`,pasteContent:`Pasting a cell image will overwrite the existing content of the cell, continue pasting`,pasteError:`Sheet cell image copy paste is not supported in this unit`},permission:{dialog:{editErr:`The range is protected, and you do not have edit permission. To edit, please contact the creator.`}},shortcut:{"drawing-view":`Drawing View`,"drawing-move-down":`Move Drawing down`,"drawing-move-up":`Move Drawing up`,"drawing-move-left":`Move Drawing left`,"drawing-move-right":`Move Drawing right`,"drawing-delete":`Delete Drawing`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/en-US
|
|
8
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/en-US"),require("@univerjs/sheets-drawing-ui/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/en-US","@univerjs/sheets-drawing-ui/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingEnUS=n(e.UniverCore,e.UniverDrawingUiEnUS,e.UniverSheetsDrawingUiEnUS))})(this,(function(e,n,i){"use strict";return e.mergeLocales(n,i)}));
|
package/lib/umd/locales/es-ES.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/es-ES
|
|
2
|
-
(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.UniverDrawingUiEsES=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`No se pueden recortar objetos que no sean imágenes.`},"image-panel":{arrange:{title:`Organizar`,forward:`Traer adelante`,backward:`Enviar atrás`,front:`Traer al frente`,back:`Enviar al fondo`},transform:{title:`Transformar`,rotate:`Rotar (°)`,x:`X (px)`,y:`Y (px)`,width:`Ancho (px)`,height:`Alto (px)`,lock:`Bloquear proporción (%)`},crop:{title:`Recortar`,start:`Iniciar recorte`,mode:`Libre`},group:{title:`Agrupar`,group:`Agrupar`,unGroup:`Desagrupar`},align:{title:`Alinear`,default:`Seleccionar tipo de alineación`,left:`Alinear a la izquierda`,center:`Alinear al centro`,right:`Alinear a la derecha`,top:`Alinear arriba`,middle:`Alinear al medio`,bottom:`Alinear abajo`,horizon:`Distribuir horizontalmente`,vertical:`Distribuir verticalmente`},null:`Ningún objeto seleccionado`},"image-text-wrap":{title:`Ajuste de texto`,wrappingStyle:`Estilo de ajuste`,square:`Cuadrado`,topAndBottom:`Arriba y abajo`,inline:`En línea con el texto`,behindText:`Detrás del texto`,inFrontText:`Delante del texto`,wrapText:`Ajustar texto`,bothSide:`Ambos lados`,leftOnly:`Solo izquierda`,rightOnly:`Solo derecha`,distanceFromText:`Distancia del texto`,top:`Arriba(px)`,left:`Izquierda(px)`,bottom:`Abajo(px)`,right:`Derecha(px)`},"image-popup":{replace:`Reemplazar`,delete:`Eliminar`,edit:`Editar`,crop:`Recortar`,reset:`Restablecer tamaño`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/es-ES
|
|
5
|
-
(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.UniverSheetsDrawingUiEsES=t())})(this,function(){return{"sheets-drawing-ui":{title:`Imagen`,upload:{float:`Imagen flotante`,cell:`Imagen de celda`},panel:{title:`Editar imagen`},save:{title:`Guardar imágenes de celda`,menuLabel:`Guardar imágenes de celda`,imageCount:`Cantidad de imágenes`,fileNameConfig:`Nombre del archivo`,useRowCol:`Usar dirección de celda (A1, B2...)`,useColumnValue:`Usar valor de columna`,selectColumn:`Seleccionar columna`,cancel:`Cancelar`,confirm:`Guardar`,saving:`Guardando...`,error:`Error al guardar las imágenes de celda`},"image-popup":{replace:`Reemplazar`,delete:`Eliminar`,edit:`Editar`,crop:`Recortar`,reset:`Restablecer tamaño`,flipH:`Voltear horizontalmente`,flipV:`Voltear verticalmente`},"update-status":{exceedMaxSize:`El tamaño de la imagen supera el límite, el límite es {0}M`,invalidImageType:`Tipo de imagen no válido`,exceedMaxCount:`Solo se pueden subir {0} imágenes a la vez`,invalidImage:`Imagen no válida`},"drawing-anchor":{title:`Propiedades de anclaje`,both:`Mover y cambiar tamaño con las celdas`,position:`Mover pero no cambiar tamaño con las celdas`,none:`No mover ni cambiar tamaño con las celdas`},"cell-image":{pasteTitle:`Pegar como imagen de celda`,pasteContent:`Pegar una imagen de celda sobrescribirá el contenido existente de la celda, continuar pegando`,pasteError:`La copia y pegado de imágenes de celda de hoja no está soportada en esta unidad`},permission:{dialog:{editErr:`El rango está protegido y no tienes permiso de edición. Para editar, contacta al creador.`}},shortcut:{"drawing-view":`Vista de dibujo`,"drawing-move-down":`Mover dibujo hacia abajo`,"drawing-move-up":`Mover dibujo hacia arriba`,"drawing-move-left":`Mover dibujo a la izquierda`,"drawing-move-right":`Mover dibujo a la derecha`,"drawing-delete":`Eliminar dibujo`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/es-ES
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/es-ES"),require("@univerjs/sheets-drawing-ui/locale/es-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/es-ES","@univerjs/sheets-drawing-ui/locale/es-ES"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingEsES=i(e.UniverCore,e.UniverDrawingUiEsES,e.UniverSheetsDrawingUiEsES))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/fa-IR.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/fa-IR
|
|
2
|
-
(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.UniverDrawingUiFaIR=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`کراپ کردن اشیاء غیرتصویری امکانپذیر نیست.`},"image-panel":{arrange:{title:`ترتیبدهی`,forward:`آوردن به جلو`,backward:`فرستادن به عقب`,front:`آوردن به جلوی همه`,back:`فرستادن به پشت همه`},transform:{title:`تبدیل`,rotate:`چرخش (°)`,x:`X (px)`,y:`Y (px)`,width:`عرض (px)`,height:`ارتفاع (px)`,lock:`قفل نسبت (%)`},crop:{title:`کراپ`,start:`شروع کراپ`,mode:`آزاد`},group:{title:`گروه`,group:`گروهبندی`,unGroup:`لغو گروهبندی`},align:{title:`تراز`,default:`انتخاب نوع تراز`,left:`تراز چپ`,center:`تراز وسط`,right:`تراز راست`,top:`تراز بالا`,middle:`تراز وسط`,bottom:`تراز پایین`,horizon:`توزیع افقی`,vertical:`توزیع عمودی`},null:`هیچ شیئی انتخاب نشده است`},"image-text-wrap":{title:`پیچش متن`,wrappingStyle:`سبک پیچش`,square:`مربع`,topAndBottom:`بالا و پایین`,inline:`در یک خط با متن`,behindText:`پشت متن`,inFrontText:`جلوی متن`,wrapText:`پیچش متن`,bothSide:`هر دو طرف`,leftOnly:`فقط سمت چپ`,rightOnly:`فقط سمت راست`,distanceFromText:`فاصله از متن`,top:`بالا(px)`,left:`چپ(px)`,bottom:`پایین(px)`,right:`راست(px)`},"image-popup":{replace:`تعویض`,delete:`حذف`,edit:`ویرایش`,crop:`کراپ`,reset:`بازنشانی اندازه`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/fa-IR
|
|
5
|
-
(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.UniverSheetsDrawingUiFaIR=t())})(this,function(){return{"sheets-drawing-ui":{title:`تصویر`,upload:{float:`شناور کردن تصویر`,cell:`تصویر سلولی`},panel:{title:`ویرایش تصویر`},save:{title:`ذخیره تصاویر سلول`,menuLabel:`ذخیره تصاویر سلول`,imageCount:`تعداد تصاویر`,fileNameConfig:`نام فایل`,useRowCol:`استفاده از آدرس سلول (A1, B2...)`,useColumnValue:`استفاده از مقدار ستون`,selectColumn:`انتخاب ستون`,cancel:`لغو`,confirm:`ذخیره`,saving:`در حال ذخیره...`,error:`ذخیره تصاویر سلول ناموفق بود`},"image-popup":{replace:`تعویض`,delete:`حذف`,edit:`ویرایش`,crop:`کراپ`,reset:`بازنشانی اندازه`,flipH:`چرخش افقی`,flipV:`چرخش عمودی`},"update-status":{exceedMaxSize:`اندازه تصویر از حد مجاز فراتر رفته است، حد مجاز {0}M است`,invalidImageType:`نوع تصویر نامعتبر است`,exceedMaxCount:`فقط {0} تصویر میتوانند همزمان آپلود شوند`,invalidImage:`تصویر نامعتبر است`},"drawing-anchor":{title:`خواص لنگر`,both:`جابهجایی و تغییر اندازه با سلولها`,position:`جابهجایی اما تغییر اندازه نکردن با سلولها`,none:`جابهجایی یا تغییر اندازه نکردن با سلولها`},"cell-image":{pasteTitle:`چسباندن به عنوان تصویر سلول`,pasteContent:`چسباندن تصویر سلول محتوای موجود سلول را پاک خواهد کرد، ادامه چسباندن`,pasteError:`کپی و چسباندن تصویر سلول در این واحد پشتیبانی نمیشود`},permission:{dialog:{editErr:`محدوده محافظت شده است و شما مجوز ویرایش را ندارید. برای ویرایش، لطفا با سازنده تماس بگیرید.`}},shortcut:{"drawing-view":`نمای طراحی`,"drawing-move-down":`جابهجایی طراحی به پایین`,"drawing-move-up":`جابهجایی طراحی به بالا`,"drawing-move-left":`جابهجایی طراحی به چپ`,"drawing-move-right":`جابهجایی طراحی به راست`,"drawing-delete":`حذف طراحی`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/fa-IR
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/fa-IR"),require("@univerjs/sheets-drawing-ui/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/fa-IR","@univerjs/sheets-drawing-ui/locale/fa-IR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingFaIR=i(e.UniverCore,e.UniverDrawingUiFaIR,e.UniverSheetsDrawingUiFaIR))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/fr-FR.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/fr-FR
|
|
2
|
-
(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.UniverDrawingUiFrFR=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`Impossible de rogner des objets non image.`},"image-panel":{arrange:{title:`Arranger`,forward:`Avancer`,backward:`Reculer`,front:`Mettre au premier plan`,back:`Mettre à l'arrière-plan`},transform:{title:`Transformer`,rotate:`Pivoter (°)`,x:`X (px)`,y:`Y (px)`,width:`Largeur (px)`,height:`Hauteur (px)`,lock:`Verrouiller le ratio (%)`},crop:{title:`Rogner`,start:`Commencer à rogner`,mode:`Libre`},group:{title:`Grouper`,group:`Grouper`,unGroup:`Dégrouper`},align:{title:`Aligner`,default:`Sélectionner le type d'alignement`,left:`Aligner à gauche`,center:`Aligner au centre`,right:`Aligner à droite`,top:`Aligner en haut`,middle:`Aligner au milieu`,bottom:`Aligner en bas`,horizon:`Distribuer horizontalement`,vertical:`Distribuer verticalement`},null:`Aucune sélection d'objet`},"image-text-wrap":{title:`Habillage du texte`,wrappingStyle:`Style d'habillage`,square:`Carré`,topAndBottom:`Haut et bas`,inline:`Aligné avec le texte`,behindText:`Derrière le texte`,inFrontText:`Devant le texte`,wrapText:`Habiller le texte`,bothSide:`Des deux côtés`,leftOnly:`Seulement à gauche`,rightOnly:`Seulement à droite`,distanceFromText:`Distance du texte`,top:`Haut(px)`,left:`Gauche(px)`,bottom:`Bas(px)`,right:`Droite(px)`},"image-popup":{replace:`Remplacer`,delete:`Supprimer`,edit:`Modifier`,crop:`Rogner`,reset:`Réinitialiser la taille`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/fr-FR
|
|
5
|
-
(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.UniverSheetsDrawingUiFrFR=t())})(this,function(){return{"sheets-drawing-ui":{title:`Image`,upload:{float:`Image flottante`,cell:`Image de cellule`},panel:{title:`Modifier l'image`},save:{title:`Enregistrer les images de cellule`,menuLabel:`Enregistrer les images de cellule`,imageCount:`Nombre d'images`,fileNameConfig:`Nom du fichier`,useRowCol:`Utiliser l'adresse de cellule (A1, B2...)`,useColumnValue:`Utiliser la valeur de la colonne`,selectColumn:`Sélectionner la colonne`,cancel:`Annuler`,confirm:`Enregistrer`,saving:`Enregistrement...`,error:`Échec de l'enregistrement des images de cellule`},"image-popup":{replace:`Remplacer`,delete:`Supprimer`,edit:`Éditer`,crop:`Rogner`,reset:`Réinitialiser la taille`,flipH:`Retournement horizontal`,flipV:`Retournement vertical`},"update-status":{exceedMaxSize:`La taille de l'image dépasse la limite, la limite est de {0}M`,invalidImageType:`Type d'image invalide`,exceedMaxCount:`Seulement {0} images peuvent être téléchargées à la fois`,invalidImage:`Image invalide`},"drawing-anchor":{title:`Propriétés de l'ancre`,both:`Déplacer et redimensionner avec les cellules`,position:`Déplacer mais ne pas redimensionner avec les cellules`,none:`Ne pas déplacer ni redimensionner avec les cellules`},"cell-image":{pasteTitle:`Coller comme image de cellule`,pasteContent:`Coller une image de cellule écrasera le contenu existant de la cellule, continuer le collage`,pasteError:`Le copier-coller d'image de cellule n'est pas pris en charge dans cette unité`},permission:{dialog:{editErr:`La plage est protégée, et vous n'avez pas la permission de modifier. Pour modifier, veuillez contacter le créateur.`}},shortcut:{"drawing-view":`Vue du dessin`,"drawing-move-down":`Déplacer le dessin vers le bas`,"drawing-move-up":`Déplacer le dessin vers le haut`,"drawing-move-left":`Déplacer le dessin vers la gauche`,"drawing-move-right":`Déplacer le dessin vers la droite`,"drawing-delete":`Supprimer le dessin`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/fr-FR
|
|
8
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/fr-FR"),require("@univerjs/sheets-drawing-ui/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/fr-FR","@univerjs/sheets-drawing-ui/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingFrFR=r(e.UniverCore,e.UniverDrawingUiFrFR,e.UniverSheetsDrawingUiFrFR))})(this,(function(e,r,i){"use strict";return e.mergeLocales(r,i)}));
|
package/lib/umd/locales/id-ID.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/id-ID
|
|
2
|
-
(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.UniverDrawingUiIdID=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`Tidak dapat memangkas objek non-gambar.`},"image-panel":{arrange:{title:`Atur`,forward:`Bawa ke Depan`,backward:`Kirim ke Belakang`,front:`Bawa ke Paling Depan`,back:`Kirim ke Paling Belakang`},transform:{title:`Transformasi`,rotate:`Putar (°)`,x:`X (px)`,y:`Y (px)`,width:`Lebar (px)`,height:`Tinggi (px)`,lock:`Kunci Rasio (%)`},crop:{title:`Pangkas`,start:`Mulai Pangkas`,mode:`Bebas`},group:{title:`Grup`,group:`Grupkan`,unGroup:`Pisahkan Grup`},align:{title:`Ratakan`,default:`Pilih Jenis Perataan`,left:`Rata Kiri`,center:`Rata Tengah`,right:`Rata Kanan`,top:`Rata Atas`,middle:`Rata Tengah`,bottom:`Rata Bawah`,horizon:`Distribusikan Secara Horizontal`,vertical:`Distribusikan Secara Vertikal`},null:`Tidak Ada Objek yang Dipilih`},"image-text-wrap":{title:`Pembungkus Teks`,wrappingStyle:`Gaya Pembungkus`,square:`Kotak`,topAndBottom:`Atas dan Bawah`,inline:`Sejajar dengan teks`,behindText:`Di belakang teks`,inFrontText:`Di depan teks`,wrapText:`Bungkus teks`,bothSide:`Kedua sisi`,leftOnly:`Kiri saja`,rightOnly:`Kanan saja`,distanceFromText:`Jarak dari teks`,top:`Atas(px)`,left:`Kiri(px)`,bottom:`Bawah(px)`,right:`Kanan(px)`},"image-popup":{replace:`Ganti`,delete:`Hapus`,edit:`Edit`,crop:`Pangkas`,reset:`Atur Ulang Ukuran`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/id-ID
|
|
5
|
-
(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.UniverSheetsDrawingUiIdID=t())})(this,function(){return{"sheets-drawing-ui":{title:`Gambar`,upload:{float:`Gambar Mengambang`,cell:`Gambar Sel`},panel:{title:`Edit Gambar`},save:{title:`Simpan Gambar Sel`,menuLabel:`Simpan Gambar Sel`,imageCount:`Jumlah Gambar`,fileNameConfig:`Nama File`,useRowCol:`Gunakan Alamat Sel (A1, B2...)`,useColumnValue:`Gunakan Nilai Kolom`,selectColumn:`Pilih Kolom`,cancel:`Batal`,confirm:`Simpan`,saving:`Menyimpan...`,error:`Gagal menyimpan gambar sel`},"image-popup":{replace:`Ganti`,delete:`Hapus`,edit:`Edit`,crop:`Pangkas`,reset:`Atur Ulang Ukuran`,flipH:`Balik Horizontal`,flipV:`Balik Vertikal`},"update-status":{exceedMaxSize:`Ukuran gambar melebihi batas, batasnya adalah {0}M`,invalidImageType:`Tipe gambar tidak valid`,exceedMaxCount:`Hanya {0} gambar yang dapat diunggah dalam satu waktu`,invalidImage:`Gambar tidak valid`},"drawing-anchor":{title:`Properti Jangkar`,both:`Pindah dan ukur bersama sel`,position:`Pindah tapi tidak ukur bersama sel`,none:`Jangan pindah atau ukur bersama sel`},"cell-image":{pasteTitle:`Tempel sebagai gambar sel`,pasteContent:`Menempel gambar sel akan menimpa konten yang ada di sel, lanjutkan menempel`,pasteError:`Salin tempel gambar sel lembar kerja tidak didukung dalam unit ini`},permission:{dialog:{editErr:`Rentang ini dilindungi, dan Anda tidak memiliki izin edit. Untuk mengedit, silakan hubungi pembuatnya.`}},shortcut:{"drawing-view":`Tampilan Gambar`,"drawing-move-down":`Pindahkan Gambar ke Bawah`,"drawing-move-up":`Pindahkan Gambar ke Atas`,"drawing-move-left":`Pindahkan Gambar ke Kiri`,"drawing-move-right":`Pindahkan Gambar ke Kanan`,"drawing-delete":`Hapus Gambar`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/id-ID
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/id-ID"),require("@univerjs/sheets-drawing-ui/locale/id-ID")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/id-ID","@univerjs/sheets-drawing-ui/locale/id-ID"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingIdID=i(e.UniverCore,e.UniverDrawingUiIdID,e.UniverSheetsDrawingUiIdID))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/it-IT.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/it-IT
|
|
2
|
-
(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.UniverDrawingUiItIT=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`Impossibile ritagliare oggetti non immagine.`},"image-panel":{arrange:{title:`Disponi`,forward:`Porta avanti`,backward:`Porta indietro`,front:`Porta in primo piano`,back:`Porta in secondo piano`},transform:{title:`Trasforma`,rotate:`Ruota (°)`,x:`X (px)`,y:`Y (px)`,width:`Larghezza (px)`,height:`Altezza (px)`,lock:`Blocca proporzioni (%)`},crop:{title:`Ritaglia`,start:`Inizia ritaglio`,mode:`Libero`},group:{title:`Raggruppa`,group:`Raggruppa`,unGroup:`Separa`},align:{title:`Allinea`,default:`Seleziona tipo allineamento`,left:`Allinea a sinistra`,center:`Allinea al centro`,right:`Allinea a destra`,top:`Allinea in alto`,middle:`Allinea al centro`,bottom:`Allinea in basso`,horizon:`Distribuisci orizzontalmente `,vertical:`Distribuisci verticalmente `},null:`Nessun oggetto selezionato`},"image-text-wrap":{title:`Testo a capo`,wrappingStyle:`Stile a capo`,square:`Quadrato`,topAndBottom:`Superiore e inferiore`,inline:`In linea con il testo`,behindText:`Dietro il testo`,inFrontText:`Davanti al testo`,wrapText:`Testo a capo`,bothSide:`Entrambi i lati`,leftOnly:`Solo sinistra`,rightOnly:`Solo destra`,distanceFromText:`Distanza dal testo`,top:`Superiore(px)`,left:`Sinistra(px)`,bottom:`Inferiore(px)`,right:`Destra(px)`},"image-popup":{replace:`Sostituisci`,delete:`Elimina`,edit:`Modifica`,crop:`Ritaglia`,reset:`Reimposta dimensione`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/it-IT
|
|
5
|
-
(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.UniverSheetsDrawingUiItIT=t())})(this,function(){return{"sheets-drawing-ui":{title:`Immagine`,upload:{float:`Immagine fluttuante`,cell:`Immagine cella`},panel:{title:`Modifica immagine`},save:{title:`Salva immagini celle`,menuLabel:`Salva immagini celle`,imageCount:`Numero immagini`,fileNameConfig:`Nome file`,useRowCol:`Usa indirizzo cella (A1, B2...)`,useColumnValue:`Usa valore colonna`,selectColumn:`Seleziona colonna`,cancel:`Annulla`,confirm:`Salva`,saving:`Salvataggio...`,error:`Salvataggio immagini celle non riuscito`},"image-popup":{replace:`Sostituisci`,delete:`Elimina`,edit:`Modifica`,crop:`Ritaglia`,reset:`Reimposta dimensione`,flipH:`Capovolgi orizzontalmente`,flipV:`Capovolgi verticalmente`},"update-status":{exceedMaxSize:`La dimensione dell'immagine supera il limite, il limite è {0}M`,invalidImageType:`Tipo di immagine non valido`,exceedMaxCount:`È possibile caricare solo {0} immagini alla volta`,invalidImage:`Immagine non valida`},"drawing-anchor":{title:`Proprietà ancoraggio`,both:`Sposta e ridimensiona con le celle`,position:`Sposta ma non ridimensionare con le celle`,none:`Non spostare né ridimensionare con le celle`},"cell-image":{pasteTitle:`Incolla come immagine cella`,pasteContent:`L'incollaggio di un'immagine cella sovrascriverà il contenuto esistente della cella, continuare con l'incollaggio`,pasteError:`Copia e incolla di immagine cella non supportato in questa unità`},permission:{dialog:{editErr:`L'intervallo è protetto e non hai l'autorizzazione di modifica. Per modificare, contatta il creatore.`}},shortcut:{"drawing-view":`Vista disegno`,"drawing-move-down":`Sposta disegno in basso`,"drawing-move-up":`Sposta disegno in alto`,"drawing-move-left":`Sposta disegno a sinistra`,"drawing-move-right":`Sposta disegno a destra`,"drawing-delete":`Elimina disegno`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/it-IT
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/it-IT"),require("@univerjs/sheets-drawing-ui/locale/it-IT")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/it-IT","@univerjs/sheets-drawing-ui/locale/it-IT"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingItIT=i(e.UniverCore,e.UniverDrawingUiItIT,e.UniverSheetsDrawingUiItIT))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/ja-JP.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/ja-JP
|
|
2
|
-
(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.UniverDrawingUiJaJP=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`画像以外のオブジェクトはトリミングできません。`},"image-panel":{arrange:{title:`配置`,forward:`前面へ移動`,backward:`背面へ移動`,front:`最前面へ移動`,back:`最背面へ移動`},transform:{title:`変形`,rotate:`回転 (°)`,x:`X座標 (px)`,y:`Y座標 (px)`,width:`幅 (px)`,height:`高さ (px)`,lock:`縦横比を固定 (%)`},crop:{title:`トリミング`,start:`トリミングを開始`,mode:`自由モード`},group:{title:`グループ`,group:`グループ化`,unGroup:`グループ解除`},align:{title:`整列`,default:`整列タイプを選択`,left:`左揃え`,center:`中央揃え`,right:`右揃え`,top:`上揃え`,middle:`中央揃え`,bottom:`下揃え`,horizon:`水平間隔を均等に配分`,vertical:`垂直間隔を均等に配分`},null:`選択されたオブジェクトがありません`},"image-text-wrap":{title:`文字列の折り返し`,wrappingStyle:`折り返しのスタイル`,square:`四角形`,topAndBottom:`上下`,inline:`行内`,behindText:`文字列の背面`,inFrontText:`文字列の前面`,wrapText:`文字列の折り返し`,bothSide:`両側`,leftOnly:`左のみ`,rightOnly:`右のみ`,distanceFromText:`文字列からの距離`,top:`上(px)`,left:`左(px)`,bottom:`下(px)`,right:`右(px)`},"image-popup":{replace:`置換`,delete:`削除`,edit:`編集`,crop:`トリミング`,reset:`サイズをリセット`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/ja-JP
|
|
5
|
-
(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.UniverSheetsDrawingUiJaJP=t())})(this,function(){return{"sheets-drawing-ui":{title:`画像`,upload:{float:`セル上に配置`,cell:`セル内に配置`},panel:{title:`画像の編集`},save:{title:`セル画像を保存`,menuLabel:`セル画像を保存`,imageCount:`画像数`,fileNameConfig:`ファイル名`,useRowCol:`セルアドレスを使用 (A1, B2...)`,useColumnValue:`列の値を使用`,selectColumn:`列を選択`,cancel:`キャンセル`,confirm:`保存`,saving:`保存中...`,error:`セル画像の保存に失敗しました`},"image-popup":{replace:`画像の変更`,delete:`削除`,edit:`編集`,crop:`トリミング`,reset:`元のサイズに戻す`,flipH:`左右反転`,flipV:`上下反転`},"update-status":{exceedMaxSize:`画像サイズが制限({0}MB)を超えています`,invalidImageType:`サポートされていない画像形式です`,exceedMaxCount:`一度にアップロードできるのは {0} 個までです`,invalidImage:`無効な画像です`},"drawing-anchor":{title:`プロパティ`,both:`セルに合わせて移動やサイズ変更をする`,position:`セルに合わせて移動するがサイズ変更はしない`,none:`セルに合わせて移動やサイズ変更をしない`},"cell-image":{pasteTitle:`セル内画像として貼り付け`,pasteContent:`セル内画像を貼り付けると、既存のセル内容が上書きされます。続行しますか?`,pasteError:`この箇所では、シートのセル内画像のコピー&ペーストはサポートされていません`},permission:{dialog:{editErr:`この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。`}},shortcut:{"drawing-view":`図形表示`,"drawing-move-down":`図形を下へ移動`,"drawing-move-up":`図形を上へ移動`,"drawing-move-left":`図形を左へ移動`,"drawing-move-right":`図形を右へ移動`,"drawing-delete":`図形を削除`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/ja-JP
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/ja-JP"),require("@univerjs/sheets-drawing-ui/locale/ja-JP")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/ja-JP","@univerjs/sheets-drawing-ui/locale/ja-JP"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingJaJP=i(e.UniverCore,e.UniverDrawingUiJaJP,e.UniverSheetsDrawingUiJaJP))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/ko-KR.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/ko-KR
|
|
2
|
-
(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.UniverDrawingUiKoKR=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`이미지가 아닌 객체는 자를 수 없습니다.`},"image-panel":{arrange:{title:`정렬`,forward:`앞으로 가져오기`,backward:`뒤로 보내기`,front:`맨 앞으로 가져오기`,back:`맨 뒤로 보내기`},transform:{title:`변형`,rotate:`회전 (°)`,x:`X 좌표 (px)`,y:`Y 좌표 (px)`,width:`너비 (px)`,height:`높이 (px)`,lock:`비율 고정 (%)`},crop:{title:`자르기`,start:`자르기 시작`,mode:`자유 모드`},group:{title:`그룹`,group:`그룹화`,unGroup:`그룹 해제`},align:{title:`맞춤`,default:`맞춤 유형 선택`,left:`왼쪽 맞춤`,center:`가운데 맞춤`,right:`오른쪽 맞춤`,top:`위쪽 맞춤`,middle:`가운데 맞춤`,bottom:`아래쪽 맞춤`,horizon:`수평 간격 균등 분배`,vertical:`수직 간격 균등 분배`},null:`선택된 객체가 없습니다`},"image-text-wrap":{title:`텍스트 감싸기`,wrappingStyle:`감싸기 스타일`,square:`사각형`,topAndBottom:`위아래`,inline:`텍스트와 같은 줄`,behindText:`텍스트 뒤`,inFrontText:`텍스트 앞`,wrapText:`텍스트 감싸기`,bothSide:`양쪽`,leftOnly:`왼쪽만`,rightOnly:`오른쪽만`,distanceFromText:`텍스트와 거리`,top:`위(px)`,left:`왼쪽(px)`,bottom:`아래(px)`,right:`오른쪽(px)`},"image-popup":{replace:`교체`,delete:`삭제`,edit:`편집`,crop:`자르기`,reset:`크기 초기화`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/ko-KR
|
|
5
|
-
(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.UniverSheetsDrawingUiKoKR=t())})(this,function(){return{"sheets-drawing-ui":{title:`이미지`,upload:{float:`플로팅 이미지`,cell:`셀 내 이미지`},panel:{title:`이미지 편집`},save:{title:`셀 이미지 저장`,menuLabel:`셀 이미지 저장`,imageCount:`이미지 수`,fileNameConfig:`파일 이름`,useRowCol:`셀 주소 사용 (A1, B2...)`,useColumnValue:`열 값 사용`,selectColumn:`열 선택`,cancel:`취소`,confirm:`저장`,saving:`저장 중...`,error:`셀 이미지 저장 실패`},"image-popup":{replace:`바꾸기`,delete:`삭제`,edit:`편집`,crop:`자르기`,reset:`원래 크기`,flipH:`가로 뒤집기`,flipV:`세로 뒤집기`},"update-status":{exceedMaxSize:`이미지 크기가 제한({0}MB)을 초과했습니다`,invalidImageType:`지원하지 않는 이미지 형식입니다`,exceedMaxCount:`한 번에 {0}개까지만 업로드할 수 있습니다`,invalidImage:`유효하지 않은 이미지입니다`},"drawing-anchor":{title:`고정 위치 설정`,both:`셀과 함께 이동 및 크기 조절`,position:`셀과 함께 이동하되 크기 변경 안 함`,none:`셀과 함께 이동 및 크기 조절 안 함`},"cell-image":{pasteTitle:`셀 이미지로 붙여넣기`,pasteContent:`셀 이미지 붙여넣기는 기존 셀 내용을 덮어씁니다. 계속 진행하시겠습니까?`,pasteError:`이 단위에서는 시트 셀 이미지 복사 붙여넣기를 지원하지 않습니다`},permission:{dialog:{editErr:`해당 범위는 보호되어 있어 편집 권한이 없습니다. 편집하려면 작성자에게 문의하세요.`}},shortcut:{"drawing-view":`그리기 보기`,"drawing-move-down":`그리기 아래로 이동`,"drawing-move-up":`그리기 위로 이동`,"drawing-move-left":`그리기 왼쪽으로 이동`,"drawing-move-right":`그리기 오른쪽으로 이동`,"drawing-delete":`그리기 삭제`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/ko-KR
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/ko-KR"),require("@univerjs/sheets-drawing-ui/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/ko-KR","@univerjs/sheets-drawing-ui/locale/ko-KR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingKoKR=i(e.UniverCore,e.UniverDrawingUiKoKR,e.UniverSheetsDrawingUiKoKR))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/pl-PL.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/pl-PL
|
|
2
|
-
(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.UniverDrawingUiPlPL=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`Nie można przyciąć obiektów innych niż obraz.`},"image-panel":{arrange:{title:`Rozmieść`,forward:`Przesuń do przodu`,backward:`Przesuń do tyłu`,front:`Przesuń na wierzch`,back:`Przesuń na spód`},transform:{title:`Przekształć`,rotate:`Obrót (°)`,x:`X (px)`,y:`Y (px)`,width:`Szerokość (px)`,height:`Wysokość (px)`,lock:`Zablokuj proporcje (%)`},crop:{title:`Przytnij`,start:`Rozpocznij przycinanie`,mode:`Dowolny`},group:{title:`Grupa`,group:`Grupuj`,unGroup:`Rozgrupuj`},align:{title:`Wyrównaj`,default:`Wybierz typ wyrównania`,left:`Wyrównaj do lewej`,center:`Wyrównaj do środka`,right:`Wyrównaj do prawej`,top:`Wyrównaj do góry`,middle:`Wyrównaj do środka w pionie`,bottom:`Wyrównaj do dołu`,horizon:`Rozłóż poziomo `,vertical:`Rozłóż pionowo `},null:`Brak zaznaczonego obiektu`},"image-text-wrap":{title:`Zawijanie tekstu`,wrappingStyle:`Styl zawijania`,square:`Kwadrat`,topAndBottom:`Góra i dół`,inline:`W linii z tekstem`,behindText:`Za tekstem`,inFrontText:`Przed tekstem`,wrapText:`Zawijaj tekst`,bothSide:`Obie strony`,leftOnly:`Tylko lewa`,rightOnly:`Tylko prawa`,distanceFromText:`Odległość od tekstu`,top:`Góra(px)`,left:`Lewo(px)`,bottom:`Dół(px)`,right:`Prawo(px)`},"image-popup":{replace:`Zamień`,delete:`Usuń`,edit:`Edytuj`,crop:`Przytnij`,reset:`Resetuj rozmiar`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/pl-PL
|
|
5
|
-
(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.UniverSheetsDrawingUiPlPL=t())})(this,function(){return{"sheets-drawing-ui":{title:`Obraz`,upload:{float:`Obraz swobodny`,cell:`Obraz w komórce`},panel:{title:`Edytuj obraz`},save:{title:`Zapisz obrazy w komórkach`,menuLabel:`Zapisz obrazy w komórkach`,imageCount:`Liczba obrazów`,fileNameConfig:`Nazwa pliku`,useRowCol:`Użyj adresu komórki (A1, B2...)`,useColumnValue:`Użyj wartości kolumny`,selectColumn:`Wybierz kolumnę`,cancel:`Anuluj`,confirm:`Zapisz`,saving:`Zapisywanie...`,error:`Nie udało się zapisać obrazów w komórkach`},"image-popup":{replace:`Zamień`,delete:`Usuń`,edit:`Edytuj`,crop:`Przytnij`,reset:`Resetuj rozmiar`,flipH:`Przerzuć w poziomie`,flipV:`Przerzuć w pionie`},"update-status":{exceedMaxSize:`Rozmiar obrazu przekracza limit, limit wynosi {0}M`,invalidImageType:`Nieprawidłowy typ obrazu`,exceedMaxCount:`Jednocześnie można przesłać tylko {0} obrazów`,invalidImage:`Nieprawidłowy obraz`},"drawing-anchor":{title:`Właściwości kotwicy`,both:`Przesuwaj i zmieniaj rozmiar razem z komórkami`,position:`Przesuwaj, ale nie zmieniaj rozmiaru razem z komórkami`,none:`Nie przesuwaj ani nie zmieniaj rozmiaru razem z komórkami`},"cell-image":{pasteTitle:`Wklej jako obraz w komórce`,pasteContent:`Wklejenie obrazu w komórce spowoduje zastąpienie istniejącej zawartości komórki, kontynuować wklejanie`,pasteError:`Kopiowanie i wklejanie obrazu w komórce arkusza nie jest obsługiwane w tej jednostce`},permission:{dialog:{editErr:`Zakres jest chroniony i nie masz uprawnień do edycji. Aby edytować, skontaktuj się z twórcą.`}},shortcut:{"drawing-view":`Widok rysunku`,"drawing-move-down":`Przesuń rysunek w dół`,"drawing-move-up":`Przesuń rysunek w górę`,"drawing-move-left":`Przesuń rysunek w lewo`,"drawing-move-right":`Przesuń rysunek w prawo`,"drawing-delete":`Usuń rysunek`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/pl-PL
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/pl-PL"),require("@univerjs/sheets-drawing-ui/locale/pl-PL")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/pl-PL","@univerjs/sheets-drawing-ui/locale/pl-PL"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingPlPL=i(e.UniverCore,e.UniverDrawingUiPlPL,e.UniverSheetsDrawingUiPlPL))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/pt-BR.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/pt-BR
|
|
2
|
-
(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.UniverDrawingUiPtBR=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`Não é possível cortar objetos que não são imagens.`},"image-panel":{arrange:{title:`Organizar`,forward:`Trazer para frente`,backward:`Enviar para trás`,front:`Trazer para a frente`,back:`Enviar para trás`},transform:{title:`Transformar`,rotate:`Girar (°)`,x:`X (px)`,y:`Y (px)`,width:`Largura (px)`,height:`Altura (px)`,lock:`Bloquear proporção (%)`},crop:{title:`Cortar`,start:`Iniciar corte`,mode:`Livre`},group:{title:`Agrupar`,group:`Agrupar`,unGroup:`Desagrupar`},align:{title:`Alinhar`,default:`Selecionar tipo de alinhamento`,left:`Alinhar à esquerda`,center:`Alinhar ao centro`,right:`Alinhar à direita`,top:`Alinhar ao topo`,middle:`Alinhar ao meio`,bottom:`Alinhar à base`,horizon:`Distribuir horizontalmente`,vertical:`Distribuir verticalmente`},null:`Nenhum objeto selecionado`},"image-text-wrap":{title:`Quebra de texto`,wrappingStyle:`Estilo de quebra`,square:`Quadrado`,topAndBottom:`Superior e inferior`,inline:`Em linha com o texto`,behindText:`Atrás do texto`,inFrontText:`À frente do texto`,wrapText:`Quebrar texto automaticamente`,bothSide:`Ambos os lados`,leftOnly:`Somente esquerda`,rightOnly:`Somente direita`,distanceFromText:`Distância do texto`,top:`Superior(px)`,left:`Esquerda(px)`,bottom:`Inferior(px)`,right:`Direita(px)`},"image-popup":{replace:`Substituir`,delete:`Excluir`,edit:`Editar`,crop:`Cortar`,reset:`Redefinir tamanho`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/pt-BR
|
|
5
|
-
(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.UniverSheetsDrawingUiPtBR=t())})(this,function(){return{"sheets-drawing-ui":{title:`Imagem`,upload:{float:`Imagem flutuante`,cell:`Imagem de célula`},panel:{title:`Editar imagem`},save:{title:`Salvar imagens de célula`,menuLabel:`Salvar imagens de célula`,imageCount:`Contagem de imagens`,fileNameConfig:`Nome do arquivo`,useRowCol:`Usar endereço da célula (A1, B2...)`,useColumnValue:`Usar valor da coluna`,selectColumn:`Selecionar coluna`,cancel:`Cancelar`,confirm:`Salvar`,saving:`Salvando...`,error:`Falha ao salvar imagens de célula`},"image-popup":{replace:`Substituir`,delete:`Excluir`,edit:`Editar`,crop:`Cortar`,reset:`Redefinir tamanho`,flipH:`Inverter horizontalmente`,flipV:`Inverter verticalmente`},"update-status":{exceedMaxSize:`O tamanho da imagem excede o limite, o limite é {0}M`,invalidImageType:`Tipo de imagem inválido`,exceedMaxCount:`Apenas {0} imagens podem ser enviadas de cada vez`,invalidImage:`Imagem inválida`},"drawing-anchor":{title:`Propriedades da âncora`,both:`Mover e dimensionar com as células`,position:`Mover, mas não dimensionar com as células`,none:`Não mover nem dimensionar com as células`},"cell-image":{pasteTitle:`Colar como imagem de célula`,pasteContent:`Colar uma imagem de célula substituirá o conteúdo existente da célula, continuar colando`,pasteError:`Copiar e colar imagem de célula da planilha não é suportado nesta unidade`},permission:{dialog:{editErr:`O intervalo está protegido e você não tem permissão de edição. Para editar, entre em contato com o criador.`}},shortcut:{"drawing-view":`Visualização do desenho`,"drawing-move-down":`Mover desenho para baixo`,"drawing-move-up":`Mover desenho para cima`,"drawing-move-left":`Mover desenho para esquerda`,"drawing-move-right":`Mover desenho para direita`,"drawing-delete":`Excluir desenho`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/pt-BR
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/pt-BR"),require("@univerjs/sheets-drawing-ui/locale/pt-BR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/pt-BR","@univerjs/sheets-drawing-ui/locale/pt-BR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingPtBR=i(e.UniverCore,e.UniverDrawingUiPtBR,e.UniverSheetsDrawingUiPtBR))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/ru-RU.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/ru-RU
|
|
2
|
-
(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.UniverDrawingUiRuRU=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`Невозможно обрезать не изображения.`},"image-panel":{arrange:{title:`Расположение`,forward:`Переместить вперёд`,backward:`Переместить назад`,front:`На передний план`,back:`На задний план`},transform:{title:`Трансформация`,rotate:`Повернуть (°)`,x:`X (пкс)`,y:`Y (пкс)`,width:`Ширина (пкс)`,height:`Высота (пкс)`,lock:`Заблокировать пропорции (%)`},crop:{title:`Обрезка`,start:`Начать обрезку`,mode:`Свободный`},group:{title:`Группировка`,group:`Сгруппировать`,unGroup:`Разгруппировать`},align:{title:`Выравнивание`,default:`Выберите тип выравнивания`,left:`Выровнять по левому краю`,center:`Выровнять по центру`,right:`Выровнять по правому краю`,top:`Выровнять по верхнему краю`,middle:`Выровнять посередине`,bottom:`Выровнять по нижнему краю`,horizon:`Распределить горизонтально`,vertical:`Распределить вертикально`},null:`Нет выбранных объектов`},"image-text-wrap":{title:`Text Wrapping`,wrappingStyle:`Wrapping Style`,square:`Square`,topAndBottom:`Top and Bottom`,inline:`In line with text`,behindText:`Behind text`,inFrontText:`In front of text`,wrapText:`Wrap text`,bothSide:`Both sides`,leftOnly:`Left only`,rightOnly:`Right only`,distanceFromText:`Distance from text`,top:`Top(px)`,left:`Left(px)`,bottom:`Bottom(px)`,right:`Right(px)`},"image-popup":{replace:`Заменить`,delete:`Удалить`,edit:`Редактировать`,crop:`Обрезать`,reset:`Сбросить размер`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/ru-RU
|
|
5
|
-
(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.UniverSheetsDrawingUiRuRU=t())})(this,function(){return{"sheets-drawing-ui":{title:`Изображение`,upload:{float:`Плавающее изображение`,cell:`Изображение в ячейке`},panel:{title:`Редактировать изображение`},save:{title:`Сохранить изображения ячеек`,menuLabel:`Сохранить изображения ячеек`,imageCount:`Количество изображений`,fileNameConfig:`Имя файла`,useRowCol:`Использовать адрес ячейки (A1, B2...)`,useColumnValue:`Использовать значение столбца`,selectColumn:`Выбрать столбец`,cancel:`Отмена`,confirm:`Сохранить`,saving:`Сохранение...`,error:`Не удалось сохранить изображения ячеек`},"image-popup":{replace:`Заменить`,delete:`Удалить`,edit:`Редактировать`,crop:`Обрезать`,reset:`Сбросить размер`,flipH:`Отразить по горизонтали`,flipV:`Отразить по вертикали`},"update-status":{exceedMaxSize:`Размер изображения превышает лимит, лимит составляет {0}М`,invalidImageType:`Недопустимый тип изображения`,exceedMaxCount:`За один раз можно загрузить только {0} изображений`,invalidImage:`Недопустимое изображение`},"drawing-anchor":{title:`Свойства привязки`,both:`Перемещать и изменять размер с ячейками`,position:`Перемещать, но не изменять размер с ячейками`,none:`Не перемещать и не изменять размер с ячейками`},"cell-image":{pasteTitle:`Вставить как изображение ячейки`,pasteContent:`Вставка изображения ячейки перезапишет существующее содержимое ячейки, продолжить вставку`,pasteError:`Копирование и вставка изображения ячейки не поддерживается в этом блоке`},permission:{dialog:{editErr:`Диапазон защищен, и у вас нет разрешения на редактирование. Для редактирования свяжитесь с создателем.`}},shortcut:{"drawing-view":`Вид изображения`,"drawing-move-down":`Переместить изображение вниз`,"drawing-move-up":`Переместить изображение вверх`,"drawing-move-left":`Переместить изображение влево`,"drawing-move-right":`Переместить изображение вправо`,"drawing-delete":`Удалить изображение`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/ru-RU
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/ru-RU"),require("@univerjs/sheets-drawing-ui/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/ru-RU","@univerjs/sheets-drawing-ui/locale/ru-RU"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingRuRU=i(e.UniverCore,e.UniverDrawingUiRuRU,e.UniverSheetsDrawingUiRuRU))})(this,(function(e,i,r){"use strict";return e.mergeLocales(i,r)}));
|
package/lib/umd/locales/sk-SK.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/sk-SK
|
|
2
|
-
(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.UniverDrawingUiSkSK=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`Nedá sa orezať neobrázkový objekt.`},"image-panel":{arrange:{title:`Usporiadať`,forward:`Posunúť dopredu`,backward:`Posunúť dozadu`,front:`Presunúť do popredia`,back:`Presunúť do pozadia`},transform:{title:`Transformovať`,rotate:`Otočiť (°)`,x:`X (px)`,y:`Y (px)`,width:`Šírka (px)`,height:`Výška (px)`,lock:`Uzamknúť pomer (%)`},crop:{title:`Orezanie`,start:`Začať orezanie`,mode:`Voľne`},group:{title:`Zoskupiť`,group:`Zoskupiť`,unGroup:`Zrušiť zoskupenie`},align:{title:`Zarovnať`,default:`Vyberte typ zarovnania`,left:`Zarovnať doľava`,center:`Zarovnať na stred`,right:`Zarovnať doprava`,top:`Zarovnať hore`,middle:`Zarovnať na stred`,bottom:`Zarovnať dole`,horizon:`Rozložiť vodorovne`,vertical:`Rozložiť zvisle`},null:`Nie je vybraný žiadny objekt`},"image-text-wrap":{title:`Obtekanie textu`,wrappingStyle:`Štýl obtekania`,square:`Obdĺžnikové`,topAndBottom:`Hore a dole`,inline:`V riadku s textom`,behindText:`Za textom`,inFrontText:`Pred textom`,wrapText:`Obtekať text`,bothSide:`Obe strany`,leftOnly:`Len ľavá`,rightOnly:`Len pravá`,distanceFromText:`Vzdialenosť od textu`,top:`Hore (px)`,left:`Vľavo (px)`,bottom:`Dole (px)`,right:`Vpravo (px)`},"image-popup":{replace:`Nahradiť`,delete:`Odstrániť`,edit:`Upraviť`,crop:`Orezať`,reset:`Obnoviť veľkosť`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/sk-SK
|
|
5
|
-
(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.UniverSheetsDrawingUiSkSK=t())})(this,function(){return{"sheets-drawing-ui":{title:`Obrázok`,upload:{float:`Plávajúci obrázok`,cell:`Obrázok v bunke`},panel:{title:`Upraviť obrázok`},save:{title:`Uložiť obrázky buniek`,menuLabel:`Uložiť obrázky buniek`,imageCount:`Počet obrázkov`,fileNameConfig:`Názov súboru`,useRowCol:`Použiť adresu bunky (A1, B2...)`,useColumnValue:`Použiť hodnotu stĺpca`,selectColumn:`Vybrať stĺpec`,cancel:`Zrušiť`,confirm:`Uložiť`,saving:`Ukladá sa...`,error:`Nepodarilo sa uložiť obrázky buniek`},"image-popup":{replace:`Nahradiť`,delete:`Odstrániť`,edit:`Upraviť`,crop:`Orezať`,reset:`Obnoviť veľkosť`,flipH:`Prevrátiť vodorovne`,flipV:`Prevrátiť zvisle`},"update-status":{exceedMaxSize:`Veľkosť obrázka prekračuje limit, limit je {0}M`,invalidImageType:`Neplatný typ obrázka`,exceedMaxCount:`Naraz možno nahrať iba {0} obrázkov`,invalidImage:`Neplatný obrázok`},"drawing-anchor":{title:`Vlastnosti ukotvenia`,both:`Presúvať a meniť veľkosť s bunkami`,position:`Presúvať, ale nemeniť veľkosť s bunkami`,none:`Nepresúvať ani nemeniť veľkosť s bunkami`},"cell-image":{pasteTitle:`Prilepiť ako obrázok bunky`,pasteContent:`Prilepením obrázka bunky sa prepíše existujúci obsah bunky, pokračovať`,pasteError:`Kopírovanie a prilepovanie obrázkov buniek v tomto module nie je podporované`},permission:{dialog:{editErr:`Rozsah je chránený a nemáte oprávnenie na úpravy. Ak chcete upravovať, kontaktujte autora.`}},shortcut:{"drawing-view":`Zobrazenie kresby`,"drawing-move-down":`Posunúť kresbu nadol`,"drawing-move-up":`Posunúť kresbu nahor`,"drawing-move-left":`Posunúť kresbu doľava`,"drawing-move-right":`Posunúť kresbu doprava`,"drawing-delete":`Odstrániť kresbu`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/sk-SK
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/sk-SK"),require("@univerjs/sheets-drawing-ui/locale/sk-SK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/sk-SK","@univerjs/sheets-drawing-ui/locale/sk-SK"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingSkSK=i(e.UniverCore,e.UniverDrawingUiSkSK,e.UniverSheetsDrawingUiSkSK))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/vi-VN.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/vi-VN
|
|
2
|
-
(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.UniverDrawingUiViVN=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`Không thể cắt phần tử không phải hình ảnh`},"image-panel":{arrange:{title:`Sắp xếp`,forward:`Di chuyển lên một lớp`,backward:`Di chuyển xuống một lớp`,front:`Đưa lên trên cùng`,back:`Đưa xuống dưới cùng`},transform:{title:`Biến đổi`,rotate:`Xoay (°)`,x:`X (px)`,y:`Y (px)`,width:`Chiều rộng (px)`,height:`Chiều cao (px)`,lock:`Khóa tỷ lệ (%)`},crop:{title:`Cắt`,start:`Bắt đầu cắt`,mode:`Cắt tự do tỷ lệ`},group:{title:`Nhóm`,group:`Nhóm`,unGroup:`Hủy nhóm`},align:{title:`Căn chỉnh`,default:`Chọn cách căn chỉnh`,left:`Căn trái`,center:`Căn giữa theo chiều ngang`,right:`Căn phải`,top:`Căn trên`,middle:`Căn giữa theo chiều dọc`,bottom:`Căn dưới`,horizon:`Phân phối theo chiều ngang`,vertical:`Phân phối theo chiều dọc`},null:`Không có đối tượng nào được chọn`},"image-text-wrap":{title:`Text Wrapping`,wrappingStyle:`Wrapping Style`,square:`Square`,topAndBottom:`Top and Bottom`,inline:`In line with text`,behindText:`Behind text`,inFrontText:`In front of text`,wrapText:`Wrap text`,bothSide:`Both sides`,leftOnly:`Left only`,rightOnly:`Right only`,distanceFromText:`Distance from text`,top:`Top(px)`,left:`Left(px)`,bottom:`Bottom(px)`,right:`Right(px)`},"image-popup":{replace:`Thay thế`,delete:`Xóa`,edit:`Chỉnh sửa`,crop:`Cắt`,reset:`Đặt lại kích thước`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/vi-VN
|
|
5
|
-
(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.UniverSheetsDrawingUiViVN=t())})(this,function(){return{"sheets-drawing-ui":{title:`Hình ảnh`,upload:{float:`Hình ảnh nổi`,cell:`Hình ảnh trong ô`},panel:{title:`Chỉnh sửa hình ảnh`},save:{title:`Lưu hình ảnh ô`,menuLabel:`Lưu hình ảnh ô`,imageCount:`Số lượng hình ảnh`,fileNameConfig:`Tên tệp`,useRowCol:`Sử dụng địa chỉ ô (A1, B2...)`,useColumnValue:`Sử dụng giá trị cột`,selectColumn:`Chọn cột`,cancel:`Hủy`,confirm:`Lưu`,saving:`Đang lưu...`,error:`Lưu hình ảnh ô thất bại`},"image-popup":{replace:`Thay thế`,delete:`Xóa`,edit:`Chỉnh sửa`,crop:`Cắt`,reset:`Đặt lại kích thước`,flipH:`Lật ngang`,flipV:`Lật dọc`},"update-status":{exceedMaxSize:`Kích thước hình ảnh vượt quá giới hạn, giới hạn là {0}M`,invalidImageType:`Loại hình ảnh không hợp lệ`,exceedMaxCount:`Chỉ có thể tải lên {0} hình ảnh một lần`,invalidImage:`Hình ảnh không hợp lệ`},"drawing-anchor":{title:`Thuộc tính neo`,both:`Di chuyển và thay đổi kích thước cùng với ô`,position:`Di chuyển nhưng không thay đổi kích thước với ô`,none:`Không di chuyển hoặc thay đổi kích thước với ô`},"cell-image":{pasteTitle:`Dán như hình ảnh ô`,pasteContent:`Dán hình ảnh ô sẽ ghi đè lên nội dung hiện có của ô, tiếp tục dán`,pasteError:`Sao chép và dán hình ảnh ô không được hỗ trợ trong đơn vị này`},permission:{dialog:{editErr:`Phạm vi này đã được bảo vệ, hiện không có quyền chỉnh sửa. Nếu cần chỉnh sửa, vui lòng liên hệ với người tạo.`}},shortcut:{"drawing-view":`Chế độ xem bản vẽ`,"drawing-move-down":`Move Drawing down`,"drawing-move-up":`Move Drawing up`,"drawing-move-left":`Move Drawing left`,"drawing-move-right":`Move Drawing right`,"drawing-delete":`Delete Drawing`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/vi-VN
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/vi-VN"),require("@univerjs/sheets-drawing-ui/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/vi-VN","@univerjs/sheets-drawing-ui/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingViVN=i(e.UniverCore,e.UniverDrawingUiViVN,e.UniverSheetsDrawingUiViVN))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/zh-CN.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/zh-CN
|
|
2
|
-
(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.UniverDrawingUiZhCN=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`无法裁剪非图片元素`},"image-panel":{arrange:{title:`排列`,forward:`上移一层`,backward:`下移一层`,front:`置于顶层`,back:`置于底层`},transform:{title:`变换`,rotate:`旋转 (°)`,x:`X (px)`,y:`Y (px)`,width:`宽度 (px)`,height:`高度 (px)`,lock:`锁定比例 (%)`},crop:{title:`裁剪`,start:`开始裁剪`,mode:`自由比例裁剪`},group:{title:`组合`,group:`组合`,unGroup:`取消组合`},align:{title:`对齐方式`,default:`选择对齐方式`,left:`左对齐`,center:`水平居中`,right:`右对齐`,top:`顶部对齐`,middle:`垂直居中`,bottom:`底部对齐`,horizon:`水平分布`,vertical:`垂直分布`},null:`未选中任何对象`},"image-text-wrap":{title:`文字环绕`,wrappingStyle:`环绕方式`,square:`四周型`,topAndBottom:`上下型`,inline:`嵌入型`,behindText:`衬于文字下方`,inFrontText:`浮于文字上方`,wrapText:`自动换行`,bothSide:`两侧`,leftOnly:`左侧`,rightOnly:`右侧`,distanceFromText:`距正文`,top:`上(px)`,left:`左(px)`,bottom:`下(px)`,right:`右(px)`},"image-popup":{replace:`替换`,delete:`删除`,edit:`编辑`,crop:`裁剪`,reset:`重置大小`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/zh-CN
|
|
5
|
-
(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.UniverSheetsDrawingUiZhCN=t())})(this,function(){return{"sheets-drawing-ui":{title:`图片`,upload:{float:`浮动图片`,cell:`单元格图片`},panel:{title:`编辑图片`},save:{title:`保存单元格图片`,menuLabel:`保存单元格图片`,imageCount:`图片数量`,fileNameConfig:`文件名`,useRowCol:`使用单元格地址 (A1, B2...)`,useColumnValue:`使用某列的值`,selectColumn:`选择列`,cancel:`取消`,confirm:`保存`,saving:`保存中...`,error:`保存单元格图片失败`},"image-popup":{replace:`替换`,delete:`删除`,edit:`编辑`,crop:`裁剪`,reset:`重置大小`,flipH:`水平翻转`,flipV:`垂直翻转`},"update-status":{exceedMaxSize:`图片大小超过限制, 限制为{0}M`,invalidImageType:`图片类型错误`,exceedMaxCount:`图片只能一次上传{0}张`,invalidImage:`无效图片`},"drawing-anchor":{title:`锚点属性`,both:`与单元格一起移动和调整大小`,position:`移动但不调整大小与单元格`,none:`不要移动或调整大小与单元格`},"cell-image":{pasteTitle:`粘贴为单元格图片`,pasteContent:`粘贴单元格图片将覆盖单元格中的现有内容,继续粘贴`,pasteError:`此单元中不支持单元格图片复制粘贴`},permission:{dialog:{editErr:`该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。`}},shortcut:{"drawing-view":`绘图视图`,"drawing-move-down":`下移绘图`,"drawing-move-up":`上移绘图`,"drawing-move-left":`左移绘图`,"drawing-move-right":`右移绘图`,"drawing-delete":`删除绘图`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/zh-CN
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/zh-CN"),require("@univerjs/sheets-drawing-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/zh-CN","@univerjs/sheets-drawing-ui/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingZhCN=i(e.UniverCore,e.UniverDrawingUiZhCN,e.UniverSheetsDrawingUiZhCN))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/zh-HK.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/zh-HK
|
|
2
|
-
(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.UniverDrawingUiZhHK=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`無法裁切非圖片元素`},"image-panel":{arrange:{title:`排列`,forward:`上移一層`,backward:`下移一層`,front:`置於頂層`,back:`置於底層`},transform:{title:`變換`,rotate:`旋轉 (°)`,x:`X (px)`,y:`Y (px)`,width:`寬度 (px)`,height:`高度 (px)`,lock:`鎖定比例 (%)`},crop:{title:`裁切`,start:`開始裁切`,mode:`自由比例裁切`},group:{title:`組合`,group:`組合`,unGroup:`取消組合`},align:{title:`對齊方式`,default:`選擇對齊方式`,left:`左對齊`,center:`水平居中`,right:`右對齊`,top:`頂部對齊`,middle:`垂直居中`,bottom:`底部對齊`,horizon:`水平分佈`,vertical:`垂直分佈`},null:`未選取任何物件`},"image-text-wrap":{title:`文繞圖`,wrappingStyle:`文繞圖方式`,square:`矩形`,topAndBottom:`上及下`,inline:`與文字排列`,behindText:`文字在前`,inFrontText:`文字在後`,wrapText:`自動換行`,bothSide:`兩側`,leftOnly:`僅左側`,rightOnly:`僅右側`,distanceFromText:`與文字距離`,top:`上(px)`,left:`左(px)`,bottom:`下(px)`,right:`右(px)`},"image-popup":{replace:`替換`,delete:`刪除`,edit:`編輯`,crop:`裁切`,reset:`重置大小`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/zh-HK
|
|
5
|
-
(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.UniverSheetsDrawingUiZhHK=t())})(this,function(){return{"sheets-drawing-ui":{title:`圖片`,upload:{float:`浮動圖片`,cell:`儲存格圖片`},panel:{title:`編圖`},save:{title:`儲存儲存格圖片`,menuLabel:`儲存儲存格圖片`,imageCount:`圖片數量`,fileNameConfig:`檔案名稱`,useRowCol:`使用儲存格地址 (A1, B2...)`,useColumnValue:`使用某欄的值`,selectColumn:`選擇欄`,cancel:`取消`,confirm:`儲存`,saving:`儲存中...`,error:`儲存儲存格圖片失敗`},"image-popup":{replace:`替換`,delete:`刪除`,edit:`編輯`,crop:`裁切`,reset:`重置大小`,flipH:`水平翻轉`,flipV:`垂直翻轉`},"update-status":{exceedMaxSize:`圖片大小超過限制, 限制為{0}M`,invalidImageType:`圖片類型錯誤`,exceedMaxCount:`圖片只能一次上傳{0}張`,invalidImage:`無效圖片`},"drawing-anchor":{title:`錨點屬性`,both:`與儲存格一起移動和調整大小`,position:`移動但不調整大小與儲存格`,none:`不要移動或調整大小與儲存格`},"cell-image":{pasteTitle:`貼上為儲存格圖片`,pasteContent:`貼上儲存格圖片將覆蓋儲存格中的現有內容,繼續貼上`,pasteError:`此儲存格不支援儲存格圖片複製貼上`},permission:{dialog:{editErr:`該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `}},shortcut:{"drawing-view":`繪圖檢視`,"drawing-move-down":`下移繪圖`,"drawing-move-up":`上移繪圖`,"drawing-move-left":`左移繪圖`,"drawing-move-right":`右移繪圖`,"drawing-delete":`刪除繪圖`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/zh-HK
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/zh-HK"),require("@univerjs/sheets-drawing-ui/locale/zh-HK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/zh-HK","@univerjs/sheets-drawing-ui/locale/zh-HK"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingZhHK=i(e.UniverCore,e.UniverDrawingUiZhHK,e.UniverSheetsDrawingUiZhHK))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|
package/lib/umd/locales/zh-TW.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// @univerjs/drawing-ui/locale/zh-TW
|
|
2
|
-
(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.UniverDrawingUiZhTW=t())})(this,function(){return{"drawing-ui":{"image-cropper":{error:`無法裁切非圖片元素`},"image-panel":{arrange:{title:`排列`,forward:`上移一層`,backward:`下移一層`,front:`置於頂層`,back:`置於底層`},transform:{title:`變換`,rotate:`旋轉 (°)`,x:`X (px)`,y:`Y (px)`,width:`寬度 (px)`,height:`高度 (px)`,lock:`鎖定比例 (%)`},crop:{title:`裁切`,start:`開始裁切`,mode:`自由比例裁切`},group:{title:`組合`,group:`組合`,unGroup:`取消組合`},align:{title:`對齊方式`,default:`選擇對齊方式`,left:`左對齊`,center:`水平居中`,right:`右對齊`,top:`頂部對齊`,middle:`垂直居中`,bottom:`底部對齊`,horizon:`水平分佈`,vertical:`垂直分佈`},null:`未選取任何物件`},"image-text-wrap":{title:`文繞圖`,wrappingStyle:`文繞圖方式`,square:`矩形`,topAndBottom:`上及下`,inline:`與文字排列`,behindText:`文字在前`,inFrontText:`文字在後`,wrapText:`自動換行`,bothSide:`兩側`,leftOnly:`僅左側`,rightOnly:`僅右側`,distanceFromText:`與文字距離`,top:`上(px)`,left:`左(px)`,bottom:`下(px)`,right:`右(px)`},"image-popup":{replace:`替換`,delete:`刪除`,edit:`編輯`,crop:`裁切`,reset:`重置大小`}}}});
|
|
3
|
-
|
|
4
|
-
// @univerjs/sheets-drawing-ui/locale/zh-TW
|
|
5
|
-
(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.UniverSheetsDrawingUiZhTW=t())})(this,function(){return{"sheets-drawing-ui":{title:`圖片`,upload:{float:`浮動圖片`,cell:`儲存格圖片`},panel:{title:`編圖`},save:{title:`儲存儲存格圖片`,menuLabel:`儲存儲存格圖片`,imageCount:`圖片數量`,fileNameConfig:`檔案名稱`,useRowCol:`使用儲存格地址 (A1, B2...)`,useColumnValue:`使用某欄的值`,selectColumn:`選擇欄`,cancel:`取消`,confirm:`儲存`,saving:`儲存中...`,error:`儲存儲存格圖片失敗`},"image-popup":{replace:`替換`,delete:`刪除`,edit:`編輯`,crop:`裁切`,reset:`重置大小`,flipH:`水平翻轉`,flipV:`垂直翻轉`},"update-status":{exceedMaxSize:`圖片大小超過限制, 限制為{0}M`,invalidImageType:`圖片類型錯誤`,exceedMaxCount:`圖片只能一次上傳{0}張`,invalidImage:`無效圖片`},"drawing-anchor":{title:`錨點屬性`,both:`與儲存格一起移動和調整大小`,position:`移動但不調整大小與儲存格`,none:`不要移動或調整大小與儲存格`},"cell-image":{pasteTitle:`貼上為儲存格圖片`,pasteContent:`貼上儲存格圖片將覆蓋儲存格中的現有內容,繼續貼上`,pasteError:`此儲存格不支援儲存格圖片複製貼上`},permission:{dialog:{editErr:`該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。 `}},shortcut:{"drawing-view":`繪圖檢視`,"drawing-move-down":`下移繪圖`,"drawing-move-up":`上移繪圖`,"drawing-move-left":`左移繪圖`,"drawing-move-right":`右移繪圖`,"drawing-delete":`刪除繪圖`}}}});
|
|
6
|
-
|
|
7
|
-
// locale/zh-TW
|
|
8
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/drawing-ui/locale/zh-TW"),require("@univerjs/sheets-drawing-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/drawing-ui/locale/zh-TW","@univerjs/sheets-drawing-ui/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDrawingZhTW=i(e.UniverCore,e.UniverDrawingUiZhTW,e.UniverSheetsDrawingUiZhTW))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
|