@atlaskit/afm-i18n-platform-editor-editor-common 2.53.0 → 2.54.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/dist/cjs/i18n/da.js +4 -0
- package/dist/cjs/i18n/de.js +4 -0
- package/dist/cjs/i18n/fi.js +4 -0
- package/dist/cjs/i18n/fr.js +4 -0
- package/dist/cjs/i18n/hu.js +4 -0
- package/dist/cjs/i18n/it.js +2 -0
- package/dist/cjs/i18n/ja.js +4 -0
- package/dist/cjs/i18n/ko.js +4 -0
- package/dist/cjs/i18n/nb.js +4 -0
- package/dist/cjs/i18n/pl.js +2 -0
- package/dist/cjs/i18n/ru.js +4 -0
- package/dist/cjs/i18n/sl.js +4 -0
- package/dist/cjs/i18n/sr_RS.js +4 -0
- package/dist/cjs/i18n/sr_YR.js +4 -0
- package/dist/cjs/i18n/sv.js +2 -0
- package/dist/cjs/i18n/tr.js +4 -0
- package/dist/cjs/i18n/uk.js +4 -0
- package/dist/esm/i18n/da.d.ts +4 -0
- package/dist/esm/i18n/da.js +4 -0
- package/dist/esm/i18n/de.d.ts +4 -0
- package/dist/esm/i18n/de.js +4 -0
- package/dist/esm/i18n/fi.d.ts +4 -0
- package/dist/esm/i18n/fi.js +4 -0
- package/dist/esm/i18n/fr.d.ts +4 -0
- package/dist/esm/i18n/fr.js +4 -0
- package/dist/esm/i18n/hu.d.ts +4 -0
- package/dist/esm/i18n/hu.js +4 -0
- package/dist/esm/i18n/it.d.ts +2 -0
- package/dist/esm/i18n/it.js +2 -0
- package/dist/esm/i18n/ja.d.ts +4 -0
- package/dist/esm/i18n/ja.js +4 -0
- package/dist/esm/i18n/ko.d.ts +4 -0
- package/dist/esm/i18n/ko.js +4 -0
- package/dist/esm/i18n/nb.d.ts +4 -0
- package/dist/esm/i18n/nb.js +4 -0
- package/dist/esm/i18n/pl.d.ts +2 -0
- package/dist/esm/i18n/pl.js +2 -0
- package/dist/esm/i18n/ru.d.ts +4 -0
- package/dist/esm/i18n/ru.js +4 -0
- package/dist/esm/i18n/sl.d.ts +4 -0
- package/dist/esm/i18n/sl.js +4 -0
- package/dist/esm/i18n/sr_RS.d.ts +4 -0
- package/dist/esm/i18n/sr_RS.js +4 -0
- package/dist/esm/i18n/sr_YR.d.ts +4 -0
- package/dist/esm/i18n/sr_YR.js +4 -0
- package/dist/esm/i18n/sv.d.ts +2 -0
- package/dist/esm/i18n/sv.js +2 -0
- package/dist/esm/i18n/tr.d.ts +4 -0
- package/dist/esm/i18n/tr.js +4 -0
- package/dist/esm/i18n/uk.d.ts +4 -0
- package/dist/esm/i18n/uk.js +4 -0
- package/dist/types/i18n/da.d.ts +4 -0
- package/dist/types/i18n/de.d.ts +4 -0
- package/dist/types/i18n/fi.d.ts +4 -0
- package/dist/types/i18n/fr.d.ts +4 -0
- package/dist/types/i18n/hu.d.ts +4 -0
- package/dist/types/i18n/it.d.ts +2 -0
- package/dist/types/i18n/ja.d.ts +4 -0
- package/dist/types/i18n/ko.d.ts +4 -0
- package/dist/types/i18n/nb.d.ts +4 -0
- package/dist/types/i18n/pl.d.ts +2 -0
- package/dist/types/i18n/ru.d.ts +4 -0
- package/dist/types/i18n/sl.d.ts +4 -0
- package/dist/types/i18n/sr_RS.d.ts +4 -0
- package/dist/types/i18n/sr_YR.d.ts +4 -0
- package/dist/types/i18n/sv.d.ts +2 -0
- package/dist/types/i18n/tr.d.ts +4 -0
- package/dist/types/i18n/uk.d.ts +4 -0
- package/i18n/da.ts +4 -0
- package/i18n/de.ts +4 -0
- package/i18n/fi.ts +4 -0
- package/i18n/fr.ts +4 -0
- package/i18n/hu.ts +4 -0
- package/i18n/it.ts +2 -0
- package/i18n/ja.ts +4 -0
- package/i18n/ko.ts +4 -0
- package/i18n/nb.ts +4 -0
- package/i18n/pl.ts +2 -0
- package/i18n/ru.ts +4 -0
- package/i18n/sl.ts +4 -0
- package/i18n/sr_RS.ts +4 -0
- package/i18n/sr_YR.ts +4 -0
- package/i18n/sv.ts +2 -0
- package/i18n/tr.ts +4 -0
- package/i18n/uk.ts +4 -0
- package/package.json +1 -1
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -740,9 +740,13 @@ exports.default = {
|
|
|
740
740
|
'fabric.editor.mergeCells': 'Flet celler',
|
|
741
741
|
'fabric.editor.moreFormatting': 'Mere formatering',
|
|
742
742
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Flyt kolonne til venstre} other {Flyt kolonner til venstre}}',
|
|
743
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Flyt kolonne til venstre',
|
|
743
744
|
'fabric.editor.moveColumnRight': '{0, plural, one {Flyt kolonne til højre} other {Flyt kolonner til højre}}',
|
|
745
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Flyt kolonne til højre',
|
|
744
746
|
'fabric.editor.moveDownDown': '{0, plural, one {Flyt række ned} other {Flyt rækker ned}}',
|
|
747
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Flyt række ned',
|
|
745
748
|
'fabric.editor.moveRowUp': '{0, plural, one {Flyt række op} other {Flyt rækker op}}',
|
|
749
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Flyt række op',
|
|
746
750
|
'fabric.editor.navigate.toolbar.askAI': 'Spørg AI',
|
|
747
751
|
'fabric.editor.navigate.toolbar.editor': 'Naviger til værktøjslinje til redigeringsprogram',
|
|
748
752
|
'fabric.editor.navigate.toolbar.floating': 'Naviger til flydende værktøjslinje',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -740,9 +740,13 @@ exports.default = {
|
|
|
740
740
|
'fabric.editor.mergeCells': 'Zellen zusammenführen',
|
|
741
741
|
'fabric.editor.moreFormatting': 'Mehr Formatierungsoptionen',
|
|
742
742
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Spalte nach links verschieben} other {Spalten nach links verschieben}}',
|
|
743
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Spalte nach links verschieben',
|
|
743
744
|
'fabric.editor.moveColumnRight': '{0, plural, one {Spalte nach rechts verschieben} other {Spalten nach rechts verschieben}}',
|
|
745
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Spalte nach rechts verschieben',
|
|
744
746
|
'fabric.editor.moveDownDown': '{0, plural, one {Zeile nach unten verschieben} other {Zeilen nach unten verschieben}}',
|
|
747
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Zeile nach unten verschieben',
|
|
745
748
|
'fabric.editor.moveRowUp': '{0, plural, one {Zeile nach oben verschieben} other {Zeilen nach oben verschieben}}',
|
|
749
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Zeile nach oben verschieben',
|
|
746
750
|
'fabric.editor.navigate.toolbar.askAI': 'KI fragen',
|
|
747
751
|
'fabric.editor.navigate.toolbar.editor': 'Zur Editor-Symbolleiste navigieren',
|
|
748
752
|
'fabric.editor.navigate.toolbar.floating': 'Zur unverankerten Symbolleiste navigieren',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -741,9 +741,13 @@ exports.default = {
|
|
|
741
741
|
'fabric.editor.mergeCells': 'Yhdistä solut',
|
|
742
742
|
'fabric.editor.moreFormatting': 'Lisää muotoilua',
|
|
743
743
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Siirrä sarake vasemmalle} other {Siirrä sarakkeet vasemmalle}}',
|
|
744
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Siirrä sarake vasemmalle',
|
|
744
745
|
'fabric.editor.moveColumnRight': '{0, plural, one {Siirrä sarake oikealle} other {Siirrä sarakkeet oikealle}}',
|
|
746
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Siirrä sarake oikealle',
|
|
745
747
|
'fabric.editor.moveDownDown': '{0, plural, one {Siirrä rivi alas} other {Siirrä rivit alas}}',
|
|
748
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Siirrä rivi alaspäin',
|
|
746
749
|
'fabric.editor.moveRowUp': '{0, plural, one {Siirrä rivi ylös} other {Siirrä rivit ylös}}',
|
|
750
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Siirrä rivi ylöspäin',
|
|
747
751
|
'fabric.editor.navigate.toolbar.askAI': 'Kysy tekoälyltä',
|
|
748
752
|
'fabric.editor.navigate.toolbar.editor': 'Siirry editorin työkalupalkkiin',
|
|
749
753
|
'fabric.editor.navigate.toolbar.floating': 'Siirry kelluvaan työkalupalkkiin',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -741,9 +741,13 @@ exports.default = {
|
|
|
741
741
|
'fabric.editor.mergeCells': 'Fusionner les cellules',
|
|
742
742
|
'fabric.editor.moreFormatting': 'Plus de formatage',
|
|
743
743
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Déplacer la colonne vers la gauche} other {Déplacer les colonnes vers la gauche}}',
|
|
744
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Déplacer la colonne vers la gauche',
|
|
744
745
|
'fabric.editor.moveColumnRight': '{0, plural, one {Déplacer la colonne vers la droite} other {Déplacer les colonnes vers la droite}}',
|
|
746
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Déplacer la colonne vers la droite',
|
|
745
747
|
'fabric.editor.moveDownDown': '{0, plural, one {Déplacer la ligne vers le bas} other {Déplacer les lignes vers le bas}}',
|
|
748
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Déplacer la ligne vers le bas',
|
|
746
749
|
'fabric.editor.moveRowUp': '{0, plural, one {Déplacer la ligne vers le haut} other {Déplacer les lignes vers le haut}}',
|
|
750
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Déplacer la ligne vers le haut',
|
|
747
751
|
'fabric.editor.navigate.toolbar.askAI': "Demander à l'IA",
|
|
748
752
|
'fabric.editor.navigate.toolbar.editor': "Accéder à la barre d'outils de l'éditeur",
|
|
749
753
|
'fabric.editor.navigate.toolbar.floating': "Accéder à la barre d'outils flottante",
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -740,9 +740,13 @@ exports.default = {
|
|
|
740
740
|
'fabric.editor.mergeCells': 'Cellák egyesítése',
|
|
741
741
|
'fabric.editor.moreFormatting': 'További formázási lehetőségek',
|
|
742
742
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Oszlop mozgatása balra} other {Oszlopok mozgatása balra}}',
|
|
743
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Oszlop mozgatása balra',
|
|
743
744
|
'fabric.editor.moveColumnRight': '{0, plural, one {Oszlop mozgatása jobbra} other {Oszlopok mozgatása jobbra}}',
|
|
745
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Oszlop mozgatása jobbra',
|
|
744
746
|
'fabric.editor.moveDownDown': '{0, plural, one {Sor mozgatása lefelé} other {Sorok mozgatása lefelé}}',
|
|
747
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Sor mozgatása lefelé',
|
|
745
748
|
'fabric.editor.moveRowUp': '{0, plural, one {Sor mozgatása felfelé} other {Sorok mozgatása felfelé}}',
|
|
749
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Sor mozgatása felfelé',
|
|
746
750
|
'fabric.editor.navigate.toolbar.askAI': 'MI megkérdezése',
|
|
747
751
|
'fabric.editor.navigate.toolbar.editor': 'Navigálás a szerkesztési eszköztárhoz',
|
|
748
752
|
'fabric.editor.navigate.toolbar.floating': 'Navigálás a lebegő eszköztárhoz',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -744,7 +744,9 @@ exports.default = {
|
|
|
744
744
|
'fabric.editor.moveColumnRight': '{0, plural, one {Sposta colonna a destra} other {Sposta colonne a destra}}',
|
|
745
745
|
'fabric.editor.moveColumnRightHelpDialogLabel': 'Sposta la colonna a destra',
|
|
746
746
|
'fabric.editor.moveDownDown': '{0, plural, one {Sposta riga in basso} other {Sposta righe in basso}}',
|
|
747
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Sposta la riga in basso',
|
|
747
748
|
'fabric.editor.moveRowUp': '{0, plural, one {Sposta riga in alto} other {Sposta righe in alto}}',
|
|
749
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Sposta la riga in alto',
|
|
748
750
|
'fabric.editor.navigate.toolbar.askAI': "Chiedi all'intelligenza artificiale",
|
|
749
751
|
'fabric.editor.navigate.toolbar.editor': "Passa alla barra degli strumenti dell'editor",
|
|
750
752
|
'fabric.editor.navigate.toolbar.floating': 'Passa alla barra degli strumenti mobile',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -741,9 +741,13 @@ exports.default = {
|
|
|
741
741
|
'fabric.editor.mergeCells': 'セルを結合',
|
|
742
742
|
'fabric.editor.moreFormatting': 'その他のフォーマット',
|
|
743
743
|
'fabric.editor.moveColumnLeft': '{0, plural, other {左に列を移動}}',
|
|
744
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': '列を左に移動',
|
|
744
745
|
'fabric.editor.moveColumnRight': '{0, plural, other {右に列を移動}}',
|
|
746
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': '列を右に移動',
|
|
745
747
|
'fabric.editor.moveDownDown': '{0, plural, other {下に行を移動}}',
|
|
748
|
+
'fabric.editor.moveRowDownHelpDialogLabel': '行を下に移動',
|
|
746
749
|
'fabric.editor.moveRowUp': '{0, plural, other {上に行を移動}}',
|
|
750
|
+
'fabric.editor.moveRowUpHelpDialogLabel': '行を上に移動',
|
|
747
751
|
'fabric.editor.navigate.toolbar.askAI': 'AI に質問',
|
|
748
752
|
'fabric.editor.navigate.toolbar.editor': 'エディター ツールバーに移動',
|
|
749
753
|
'fabric.editor.navigate.toolbar.floating': 'フローティング ツールバーに移動',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -741,9 +741,13 @@ exports.default = {
|
|
|
741
741
|
'fabric.editor.mergeCells': '셀 병합',
|
|
742
742
|
'fabric.editor.moreFormatting': '형식 더 보기',
|
|
743
743
|
'fabric.editor.moveColumnLeft': '{0, plural, other {열을 왼쪽으로 이동}}',
|
|
744
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': '열을 왼쪽으로 이동',
|
|
744
745
|
'fabric.editor.moveColumnRight': '{0, plural, other {열을 오른쪽으로 이동}}',
|
|
746
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': '열을 오른쪽으로 이동',
|
|
745
747
|
'fabric.editor.moveDownDown': '{0, plural, other {행을 아래로 이동}}',
|
|
748
|
+
'fabric.editor.moveRowDownHelpDialogLabel': '행을 아래로 이동',
|
|
746
749
|
'fabric.editor.moveRowUp': '{0, plural, other {행을 위로 이동}}',
|
|
750
|
+
'fabric.editor.moveRowUpHelpDialogLabel': '행을 위로 이동',
|
|
747
751
|
'fabric.editor.navigate.toolbar.askAI': 'AI에게 질문하기',
|
|
748
752
|
'fabric.editor.navigate.toolbar.editor': '편집기 도구 모음으로 이동',
|
|
749
753
|
'fabric.editor.navigate.toolbar.floating': '플로팅 도구 모음으로 이동',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -740,9 +740,13 @@ exports.default = {
|
|
|
740
740
|
'fabric.editor.mergeCells': 'Slå sammen celler',
|
|
741
741
|
'fabric.editor.moreFormatting': 'Mer formatering',
|
|
742
742
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Flytt kolonnen til venstre} other {Flytt kolonnene til venstre}}',
|
|
743
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Flytt kolonnen til venstre',
|
|
743
744
|
'fabric.editor.moveColumnRight': '{0, plural, one {Flytt kolonnen til høyre} other {Flytt kolonnene til høyre}}',
|
|
745
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Flytt kolonnen til høyre',
|
|
744
746
|
'fabric.editor.moveDownDown': '{0, plural, one {Flytt raden nedover} other {Flytt radene nedover}}',
|
|
747
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Flytt raden nedover',
|
|
745
748
|
'fabric.editor.moveRowUp': '{0, plural, one {Flytt raden oppover} other {Flytt radene oppover}}',
|
|
749
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Flytt raden oppover',
|
|
746
750
|
'fabric.editor.navigate.toolbar.askAI': 'Spør kunstig intelligens',
|
|
747
751
|
'fabric.editor.navigate.toolbar.editor': 'Naviger til verktøylinjen for redigering',
|
|
748
752
|
'fabric.editor.navigate.toolbar.floating': 'Naviger til flytende verktøylinje',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -745,7 +745,9 @@ exports.default = {
|
|
|
745
745
|
'fabric.editor.moveColumnRight': '{0, plural, one {Przesuń kolumnę w prawo} few {Przesuń kolumny w prawo} many {Przesuń kolumny w prawo} other {Przesuń kolumny w prawo}}',
|
|
746
746
|
'fabric.editor.moveColumnRightHelpDialogLabel': 'Przesuń kolumnę w prawo',
|
|
747
747
|
'fabric.editor.moveDownDown': '{0, plural, one {Przesuń wiersz w dół} few {Przesuń wiersze w dół} many {Przesuń wiersze w dół} other {Przesuń wiersze w dół}}',
|
|
748
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Przesuń wiersz w dół',
|
|
748
749
|
'fabric.editor.moveRowUp': '{0, plural, one {Przesuń wiersz w górę} few {Przesuń wiersze w górę} many {Przesuń wiersze w górę} other {Przesuń wiersze w górę}}',
|
|
750
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Przesuń wiersz w górę',
|
|
749
751
|
'fabric.editor.navigate.toolbar.askAI': 'Zapytaj sztuczną inteligencję',
|
|
750
752
|
'fabric.editor.navigate.toolbar.editor': 'Przejdź do paska narzędzi edytora',
|
|
751
753
|
'fabric.editor.navigate.toolbar.floating': 'Przejdź do przestawnego paska narzędzi',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -741,9 +741,13 @@ exports.default = {
|
|
|
741
741
|
'fabric.editor.mergeCells': 'Объединить ячейки',
|
|
742
742
|
'fabric.editor.moreFormatting': 'Расширенные параметры форматирования',
|
|
743
743
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Сдвинуть столбец влево} few {Сдвинуть столбцы влево} many {Сдвинуть столбцы влево} other {Сдвинуть столбцы влево}}',
|
|
744
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Сдвинуть столбец влево',
|
|
744
745
|
'fabric.editor.moveColumnRight': '{0, plural, one {Сдвинуть столбец вправо} few {Сдвинуть столбцы вправо} many {Сдвинуть столбцы вправо} other {Сдвинуть столбцы вправо}}',
|
|
746
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Сдвинуть столбец вправо',
|
|
745
747
|
'fabric.editor.moveDownDown': '{0, plural, one {Сдвинуть строку вниз} few {Сдвинуть строки вниз} many {Сдвинуть строки вниз} other {Сдвинуть строки вниз}}',
|
|
748
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Сдвинуть строку вниз',
|
|
746
749
|
'fabric.editor.moveRowUp': '{0, plural, one {Сдвинуть строку вверх} few {Сдвинуть строки вверх} many {Сдвинуть строки вверх} other {Сдвинуть строки вверх}}',
|
|
750
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Сдвинуть строку вверх',
|
|
747
751
|
'fabric.editor.navigate.toolbar.askAI': 'Задать вопрос ИИ',
|
|
748
752
|
'fabric.editor.navigate.toolbar.editor': 'Перейти на панель инструментов редактора',
|
|
749
753
|
'fabric.editor.navigate.toolbar.floating': 'Перейти на перемещаемую панель инструментов',
|
package/dist/cjs/i18n/sl.js
CHANGED
|
@@ -797,9 +797,13 @@ exports.default = {
|
|
|
797
797
|
'fabric.editor.mergeCells': 'Združi celice',
|
|
798
798
|
'fabric.editor.moreFormatting': 'Več oblikovanja',
|
|
799
799
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Premakni stolpec v levo} two {Premakni stolpca v levo} few {Premakni stolpce v levo} other {Premakni stolpce v levo}}',
|
|
800
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Premik stolpca v levo',
|
|
800
801
|
'fabric.editor.moveColumnRight': '{0, plural, one {Premakni stolpec v desno} two {Premakni stolpca v desno} few {Premakni stolpce v desno} other {Premakni stolpce v desno}}',
|
|
802
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Premik stolpca v desno',
|
|
801
803
|
'fabric.editor.moveDownDown': '{0, plural, one {Premakni vrstico dol} two {Premakni vrstici dol} few {Premakni vrstice dol} other {Premakni vrstice dol}}',
|
|
804
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Premik vrstice navzdol',
|
|
802
805
|
'fabric.editor.moveRowUp': '{0, plural, one {Premakni vrstico gor} two {Premakni vrstici gor} few {Premakni vrstice gor} other {Premakni vrstice gor}}',
|
|
806
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Premik vrstice navzgor',
|
|
803
807
|
'fabric.editor.navigate.toolbar.askAI': 'Vprašaj AI',
|
|
804
808
|
'fabric.editor.navigate.toolbar.editor': 'Pomik na orodno vrstico urednika',
|
|
805
809
|
'fabric.editor.navigate.toolbar.floating': 'Pomik na lebdečo orodno vrstico',
|
package/dist/cjs/i18n/sr_RS.js
CHANGED
|
@@ -805,9 +805,13 @@ exports.default = {
|
|
|
805
805
|
'fabric.editor.mergeCells': 'Objedini ćelije',
|
|
806
806
|
'fabric.editor.moreFormatting': 'Još formatiranja',
|
|
807
807
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Pomeri kolonu nalevo} few {Pomeri kolone nalevo} many {Pomeri kolone nalevo} other {Pomeri kolone nalevo}}',
|
|
808
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Pomeri kolonu nalevo',
|
|
808
809
|
'fabric.editor.moveColumnRight': '{0, plural, one {Pomeri kolonu nadesno} few {Pomeri kolone nadesno} many {Pomeri kolone nadesno} other {Pomeri kolone nadesno}}',
|
|
810
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Pomeri kolonu nadesno',
|
|
809
811
|
'fabric.editor.moveDownDown': '{0, plural, one {Pomeri red nadole} few {Pomeri redove nadole} many {Pomeri redove nadole} other {Pomeri redove nadole}}',
|
|
812
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Pomeri red nadole',
|
|
810
813
|
'fabric.editor.moveRowUp': '{0, plural, one {Pomeri red nagore} few {Pomeri redove nagore} many {Pomeri redove nagore} other {Pomeri redove nagore}}',
|
|
814
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Pomeri red nagore',
|
|
811
815
|
'fabric.editor.navigate.toolbar.askAI': 'Pitajte AI',
|
|
812
816
|
'fabric.editor.navigate.toolbar.editor': 'Idite na traku sa alatkama uređivača',
|
|
813
817
|
'fabric.editor.navigate.toolbar.floating': 'Idite na plutajuću traku sa alatkama',
|
package/dist/cjs/i18n/sr_YR.js
CHANGED
|
@@ -805,9 +805,13 @@ exports.default = {
|
|
|
805
805
|
'fabric.editor.mergeCells': 'Обједини ћелије',
|
|
806
806
|
'fabric.editor.moreFormatting': 'Више форматирања',
|
|
807
807
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Помери колону налево} other {Помери колоне налево}}',
|
|
808
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Помери колону налево',
|
|
808
809
|
'fabric.editor.moveColumnRight': '{0, plural, one {Помери колону надесно} other {Помери колоне надесно}}',
|
|
810
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Помери колону надесно',
|
|
809
811
|
'fabric.editor.moveDownDown': '{0, plural, one {Помери ред надоле} other {Помери редове надоле}}',
|
|
812
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Помери ред надоле',
|
|
810
813
|
'fabric.editor.moveRowUp': '{0, plural, one {Помери ред нагоре} other {Помери редове нагоре}}',
|
|
814
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Помери ред нагоре',
|
|
811
815
|
'fabric.editor.navigate.toolbar.askAI': 'Питајте AI',
|
|
812
816
|
'fabric.editor.navigate.toolbar.editor': 'Идите на траку са алаткама уређивача',
|
|
813
817
|
'fabric.editor.navigate.toolbar.floating': 'Идите на плутајућу траку са алаткама',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -744,7 +744,9 @@ exports.default = {
|
|
|
744
744
|
'fabric.editor.moveColumnRight': '{0, plural, one {Flytta kolumn åt höger} other {Flytta kolumner åt höger}}',
|
|
745
745
|
'fabric.editor.moveColumnRightHelpDialogLabel': 'Flytta kolumn åt höger',
|
|
746
746
|
'fabric.editor.moveDownDown': '{0, plural, one {Flytta rad nedåt} other {Flytta rader nedåt}}',
|
|
747
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Flytta rad nedåt',
|
|
747
748
|
'fabric.editor.moveRowUp': '{0, plural, one {Flytta rad uppåt} other {Flytta rader uppåt}}',
|
|
749
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Flytta rad uppåt',
|
|
748
750
|
'fabric.editor.navigate.toolbar.askAI': 'Fråga AI',
|
|
749
751
|
'fabric.editor.navigate.toolbar.editor': 'Gå till verktygsfältet för redigering',
|
|
750
752
|
'fabric.editor.navigate.toolbar.floating': 'Gå till det svävande verktygsfältet',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -741,9 +741,13 @@ exports.default = {
|
|
|
741
741
|
'fabric.editor.mergeCells': 'Hücreleri birleştir',
|
|
742
742
|
'fabric.editor.moreFormatting': 'Diğer biçimlendirme seçenekleri',
|
|
743
743
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Sütunu sola taşı} other {Sütunları sola taşı}}',
|
|
744
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Sütunu sola taşı',
|
|
744
745
|
'fabric.editor.moveColumnRight': '{0, plural, one {Sütunu sağa taşı} other {Sütunları sağa taşı}}',
|
|
746
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Sütunu sağa taşı',
|
|
745
747
|
'fabric.editor.moveDownDown': '{0, plural, one {Satırı aşağı taşı} other {Satırları aşağı taşı}}',
|
|
748
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Satırı aşağı taşı',
|
|
746
749
|
'fabric.editor.moveRowUp': '{0, plural, one {Satırı yukarı taşı} other {Satırları yukarı taşı}}',
|
|
750
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Satırı yukarı taşı',
|
|
747
751
|
'fabric.editor.navigate.toolbar.askAI': "AI'ye sor",
|
|
748
752
|
'fabric.editor.navigate.toolbar.editor': 'Düzenleyici araç çubuğuna gidin',
|
|
749
753
|
'fabric.editor.navigate.toolbar.floating': 'Kayan araç çubuğuna gidin',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -726,9 +726,13 @@ exports.default = {
|
|
|
726
726
|
'fabric.editor.mergeCells': 'Об’єднати клітинки',
|
|
727
727
|
'fabric.editor.moreFormatting': 'Додаткове форматування',
|
|
728
728
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Переміщення стовпця(-ів) уліво} few {Переміщення стовпців уліво} many {Переміщення стовпців уліво} other {Переміщення стовпців уліво}}',
|
|
729
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Переміщення стовпця ліворуч',
|
|
729
730
|
'fabric.editor.moveColumnRight': '{0, plural, one {Переміщення стовпця(-ів) управо} few {Переміщення стовпців управо} many {Переміщення стовпців управо} other {Переміщення стовпців управо}}',
|
|
731
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Переміщення стовпця праворуч',
|
|
730
732
|
'fabric.editor.moveDownDown': '{0, plural, one {Переміщення рядка(-ів) униз} few {Переміщення рядків униз} many {Переміщення рядків униз} other {Переміщення рядків униз}}',
|
|
733
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Переміщення рядка вгору',
|
|
731
734
|
'fabric.editor.moveRowUp': '{0, plural, one {Переміщення рядка(-ів) угору} few {Переміщення рядків угору} many {Переміщення рядків угору} other {Переміщення рядків угору}}',
|
|
735
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Переміщення рядка вниз',
|
|
732
736
|
'fabric.editor.navigate.toolbar.askAI': 'Запитати ШІ',
|
|
733
737
|
'fabric.editor.navigate.toolbar.editor': 'Перейти на панель інструментів редактора',
|
|
734
738
|
'fabric.editor.navigate.toolbar.floating': 'Перейти на рухому панель інструментів',
|
package/dist/esm/i18n/da.d.ts
CHANGED
|
@@ -736,9 +736,13 @@ declare const _default: {
|
|
|
736
736
|
'fabric.editor.mergeCells': string;
|
|
737
737
|
'fabric.editor.moreFormatting': string;
|
|
738
738
|
'fabric.editor.moveColumnLeft': string;
|
|
739
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
739
740
|
'fabric.editor.moveColumnRight': string;
|
|
741
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
740
742
|
'fabric.editor.moveDownDown': string;
|
|
743
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
741
744
|
'fabric.editor.moveRowUp': string;
|
|
745
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
742
746
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -738,9 +738,13 @@ export default {
|
|
|
738
738
|
'fabric.editor.mergeCells': 'Flet celler',
|
|
739
739
|
'fabric.editor.moreFormatting': 'Mere formatering',
|
|
740
740
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Flyt kolonne til venstre} other {Flyt kolonner til venstre}}',
|
|
741
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Flyt kolonne til venstre',
|
|
741
742
|
'fabric.editor.moveColumnRight': '{0, plural, one {Flyt kolonne til højre} other {Flyt kolonner til højre}}',
|
|
743
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Flyt kolonne til højre',
|
|
742
744
|
'fabric.editor.moveDownDown': '{0, plural, one {Flyt række ned} other {Flyt rækker ned}}',
|
|
745
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Flyt række ned',
|
|
743
746
|
'fabric.editor.moveRowUp': '{0, plural, one {Flyt række op} other {Flyt rækker op}}',
|
|
747
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Flyt række op',
|
|
744
748
|
'fabric.editor.navigate.toolbar.askAI': 'Spørg AI',
|
|
745
749
|
'fabric.editor.navigate.toolbar.editor': 'Naviger til værktøjslinje til redigeringsprogram',
|
|
746
750
|
'fabric.editor.navigate.toolbar.floating': 'Naviger til flydende værktøjslinje',
|
package/dist/esm/i18n/de.d.ts
CHANGED
|
@@ -736,9 +736,13 @@ declare const _default: {
|
|
|
736
736
|
'fabric.editor.mergeCells': string;
|
|
737
737
|
'fabric.editor.moreFormatting': string;
|
|
738
738
|
'fabric.editor.moveColumnLeft': string;
|
|
739
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
739
740
|
'fabric.editor.moveColumnRight': string;
|
|
741
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
740
742
|
'fabric.editor.moveDownDown': string;
|
|
743
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
741
744
|
'fabric.editor.moveRowUp': string;
|
|
745
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
742
746
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -738,9 +738,13 @@ export default {
|
|
|
738
738
|
'fabric.editor.mergeCells': 'Zellen zusammenführen',
|
|
739
739
|
'fabric.editor.moreFormatting': 'Mehr Formatierungsoptionen',
|
|
740
740
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Spalte nach links verschieben} other {Spalten nach links verschieben}}',
|
|
741
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Spalte nach links verschieben',
|
|
741
742
|
'fabric.editor.moveColumnRight': '{0, plural, one {Spalte nach rechts verschieben} other {Spalten nach rechts verschieben}}',
|
|
743
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Spalte nach rechts verschieben',
|
|
742
744
|
'fabric.editor.moveDownDown': '{0, plural, one {Zeile nach unten verschieben} other {Zeilen nach unten verschieben}}',
|
|
745
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Zeile nach unten verschieben',
|
|
743
746
|
'fabric.editor.moveRowUp': '{0, plural, one {Zeile nach oben verschieben} other {Zeilen nach oben verschieben}}',
|
|
747
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Zeile nach oben verschieben',
|
|
744
748
|
'fabric.editor.navigate.toolbar.askAI': 'KI fragen',
|
|
745
749
|
'fabric.editor.navigate.toolbar.editor': 'Zur Editor-Symbolleiste navigieren',
|
|
746
750
|
'fabric.editor.navigate.toolbar.floating': 'Zur unverankerten Symbolleiste navigieren',
|
package/dist/esm/i18n/fi.d.ts
CHANGED
|
@@ -737,9 +737,13 @@ declare const _default: {
|
|
|
737
737
|
'fabric.editor.mergeCells': string;
|
|
738
738
|
'fabric.editor.moreFormatting': string;
|
|
739
739
|
'fabric.editor.moveColumnLeft': string;
|
|
740
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
740
741
|
'fabric.editor.moveColumnRight': string;
|
|
742
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
741
743
|
'fabric.editor.moveDownDown': string;
|
|
744
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
742
745
|
'fabric.editor.moveRowUp': string;
|
|
746
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
745
749
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -739,9 +739,13 @@ export default {
|
|
|
739
739
|
'fabric.editor.mergeCells': 'Yhdistä solut',
|
|
740
740
|
'fabric.editor.moreFormatting': 'Lisää muotoilua',
|
|
741
741
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Siirrä sarake vasemmalle} other {Siirrä sarakkeet vasemmalle}}',
|
|
742
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Siirrä sarake vasemmalle',
|
|
742
743
|
'fabric.editor.moveColumnRight': '{0, plural, one {Siirrä sarake oikealle} other {Siirrä sarakkeet oikealle}}',
|
|
744
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Siirrä sarake oikealle',
|
|
743
745
|
'fabric.editor.moveDownDown': '{0, plural, one {Siirrä rivi alas} other {Siirrä rivit alas}}',
|
|
746
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Siirrä rivi alaspäin',
|
|
744
747
|
'fabric.editor.moveRowUp': '{0, plural, one {Siirrä rivi ylös} other {Siirrä rivit ylös}}',
|
|
748
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Siirrä rivi ylöspäin',
|
|
745
749
|
'fabric.editor.navigate.toolbar.askAI': 'Kysy tekoälyltä',
|
|
746
750
|
'fabric.editor.navigate.toolbar.editor': 'Siirry editorin työkalupalkkiin',
|
|
747
751
|
'fabric.editor.navigate.toolbar.floating': 'Siirry kelluvaan työkalupalkkiin',
|
package/dist/esm/i18n/fr.d.ts
CHANGED
|
@@ -737,9 +737,13 @@ declare const _default: {
|
|
|
737
737
|
'fabric.editor.mergeCells': string;
|
|
738
738
|
'fabric.editor.moreFormatting': string;
|
|
739
739
|
'fabric.editor.moveColumnLeft': string;
|
|
740
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
740
741
|
'fabric.editor.moveColumnRight': string;
|
|
742
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
741
743
|
'fabric.editor.moveDownDown': string;
|
|
744
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
742
745
|
'fabric.editor.moveRowUp': string;
|
|
746
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
745
749
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -739,9 +739,13 @@ export default {
|
|
|
739
739
|
'fabric.editor.mergeCells': 'Fusionner les cellules',
|
|
740
740
|
'fabric.editor.moreFormatting': 'Plus de formatage',
|
|
741
741
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Déplacer la colonne vers la gauche} other {Déplacer les colonnes vers la gauche}}',
|
|
742
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Déplacer la colonne vers la gauche',
|
|
742
743
|
'fabric.editor.moveColumnRight': '{0, plural, one {Déplacer la colonne vers la droite} other {Déplacer les colonnes vers la droite}}',
|
|
744
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Déplacer la colonne vers la droite',
|
|
743
745
|
'fabric.editor.moveDownDown': '{0, plural, one {Déplacer la ligne vers le bas} other {Déplacer les lignes vers le bas}}',
|
|
746
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Déplacer la ligne vers le bas',
|
|
744
747
|
'fabric.editor.moveRowUp': '{0, plural, one {Déplacer la ligne vers le haut} other {Déplacer les lignes vers le haut}}',
|
|
748
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Déplacer la ligne vers le haut',
|
|
745
749
|
'fabric.editor.navigate.toolbar.askAI': "Demander à l'IA",
|
|
746
750
|
'fabric.editor.navigate.toolbar.editor': "Accéder à la barre d'outils de l'éditeur",
|
|
747
751
|
'fabric.editor.navigate.toolbar.floating': "Accéder à la barre d'outils flottante",
|
package/dist/esm/i18n/hu.d.ts
CHANGED
|
@@ -736,9 +736,13 @@ declare const _default: {
|
|
|
736
736
|
'fabric.editor.mergeCells': string;
|
|
737
737
|
'fabric.editor.moreFormatting': string;
|
|
738
738
|
'fabric.editor.moveColumnLeft': string;
|
|
739
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
739
740
|
'fabric.editor.moveColumnRight': string;
|
|
741
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
740
742
|
'fabric.editor.moveDownDown': string;
|
|
743
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
741
744
|
'fabric.editor.moveRowUp': string;
|
|
745
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
742
746
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -738,9 +738,13 @@ export default {
|
|
|
738
738
|
'fabric.editor.mergeCells': 'Cellák egyesítése',
|
|
739
739
|
'fabric.editor.moreFormatting': 'További formázási lehetőségek',
|
|
740
740
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Oszlop mozgatása balra} other {Oszlopok mozgatása balra}}',
|
|
741
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Oszlop mozgatása balra',
|
|
741
742
|
'fabric.editor.moveColumnRight': '{0, plural, one {Oszlop mozgatása jobbra} other {Oszlopok mozgatása jobbra}}',
|
|
743
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Oszlop mozgatása jobbra',
|
|
742
744
|
'fabric.editor.moveDownDown': '{0, plural, one {Sor mozgatása lefelé} other {Sorok mozgatása lefelé}}',
|
|
745
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Sor mozgatása lefelé',
|
|
743
746
|
'fabric.editor.moveRowUp': '{0, plural, one {Sor mozgatása felfelé} other {Sorok mozgatása felfelé}}',
|
|
747
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Sor mozgatása felfelé',
|
|
744
748
|
'fabric.editor.navigate.toolbar.askAI': 'MI megkérdezése',
|
|
745
749
|
'fabric.editor.navigate.toolbar.editor': 'Navigálás a szerkesztési eszköztárhoz',
|
|
746
750
|
'fabric.editor.navigate.toolbar.floating': 'Navigálás a lebegő eszköztárhoz',
|
package/dist/esm/i18n/it.d.ts
CHANGED
|
@@ -740,7 +740,9 @@ declare const _default: {
|
|
|
740
740
|
'fabric.editor.moveColumnRight': string;
|
|
741
741
|
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
742
742
|
'fabric.editor.moveDownDown': string;
|
|
743
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
743
744
|
'fabric.editor.moveRowUp': string;
|
|
745
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
744
746
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
745
747
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
746
748
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -742,7 +742,9 @@ export default {
|
|
|
742
742
|
'fabric.editor.moveColumnRight': '{0, plural, one {Sposta colonna a destra} other {Sposta colonne a destra}}',
|
|
743
743
|
'fabric.editor.moveColumnRightHelpDialogLabel': 'Sposta la colonna a destra',
|
|
744
744
|
'fabric.editor.moveDownDown': '{0, plural, one {Sposta riga in basso} other {Sposta righe in basso}}',
|
|
745
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Sposta la riga in basso',
|
|
745
746
|
'fabric.editor.moveRowUp': '{0, plural, one {Sposta riga in alto} other {Sposta righe in alto}}',
|
|
747
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Sposta la riga in alto',
|
|
746
748
|
'fabric.editor.navigate.toolbar.askAI': "Chiedi all'intelligenza artificiale",
|
|
747
749
|
'fabric.editor.navigate.toolbar.editor': "Passa alla barra degli strumenti dell'editor",
|
|
748
750
|
'fabric.editor.navigate.toolbar.floating': 'Passa alla barra degli strumenti mobile',
|
package/dist/esm/i18n/ja.d.ts
CHANGED
|
@@ -737,9 +737,13 @@ declare const _default: {
|
|
|
737
737
|
'fabric.editor.mergeCells': string;
|
|
738
738
|
'fabric.editor.moreFormatting': string;
|
|
739
739
|
'fabric.editor.moveColumnLeft': string;
|
|
740
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
740
741
|
'fabric.editor.moveColumnRight': string;
|
|
742
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
741
743
|
'fabric.editor.moveDownDown': string;
|
|
744
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
742
745
|
'fabric.editor.moveRowUp': string;
|
|
746
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
745
749
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -739,9 +739,13 @@ export default {
|
|
|
739
739
|
'fabric.editor.mergeCells': 'セルを結合',
|
|
740
740
|
'fabric.editor.moreFormatting': 'その他のフォーマット',
|
|
741
741
|
'fabric.editor.moveColumnLeft': '{0, plural, other {左に列を移動}}',
|
|
742
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': '列を左に移動',
|
|
742
743
|
'fabric.editor.moveColumnRight': '{0, plural, other {右に列を移動}}',
|
|
744
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': '列を右に移動',
|
|
743
745
|
'fabric.editor.moveDownDown': '{0, plural, other {下に行を移動}}',
|
|
746
|
+
'fabric.editor.moveRowDownHelpDialogLabel': '行を下に移動',
|
|
744
747
|
'fabric.editor.moveRowUp': '{0, plural, other {上に行を移動}}',
|
|
748
|
+
'fabric.editor.moveRowUpHelpDialogLabel': '行を上に移動',
|
|
745
749
|
'fabric.editor.navigate.toolbar.askAI': 'AI に質問',
|
|
746
750
|
'fabric.editor.navigate.toolbar.editor': 'エディター ツールバーに移動',
|
|
747
751
|
'fabric.editor.navigate.toolbar.floating': 'フローティング ツールバーに移動',
|
package/dist/esm/i18n/ko.d.ts
CHANGED
|
@@ -737,9 +737,13 @@ declare const _default: {
|
|
|
737
737
|
'fabric.editor.mergeCells': string;
|
|
738
738
|
'fabric.editor.moreFormatting': string;
|
|
739
739
|
'fabric.editor.moveColumnLeft': string;
|
|
740
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
740
741
|
'fabric.editor.moveColumnRight': string;
|
|
742
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
741
743
|
'fabric.editor.moveDownDown': string;
|
|
744
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
742
745
|
'fabric.editor.moveRowUp': string;
|
|
746
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
745
749
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -739,9 +739,13 @@ export default {
|
|
|
739
739
|
'fabric.editor.mergeCells': '셀 병합',
|
|
740
740
|
'fabric.editor.moreFormatting': '형식 더 보기',
|
|
741
741
|
'fabric.editor.moveColumnLeft': '{0, plural, other {열을 왼쪽으로 이동}}',
|
|
742
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': '열을 왼쪽으로 이동',
|
|
742
743
|
'fabric.editor.moveColumnRight': '{0, plural, other {열을 오른쪽으로 이동}}',
|
|
744
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': '열을 오른쪽으로 이동',
|
|
743
745
|
'fabric.editor.moveDownDown': '{0, plural, other {행을 아래로 이동}}',
|
|
746
|
+
'fabric.editor.moveRowDownHelpDialogLabel': '행을 아래로 이동',
|
|
744
747
|
'fabric.editor.moveRowUp': '{0, plural, other {행을 위로 이동}}',
|
|
748
|
+
'fabric.editor.moveRowUpHelpDialogLabel': '행을 위로 이동',
|
|
745
749
|
'fabric.editor.navigate.toolbar.askAI': 'AI에게 질문하기',
|
|
746
750
|
'fabric.editor.navigate.toolbar.editor': '편집기 도구 모음으로 이동',
|
|
747
751
|
'fabric.editor.navigate.toolbar.floating': '플로팅 도구 모음으로 이동',
|
package/dist/esm/i18n/nb.d.ts
CHANGED
|
@@ -736,9 +736,13 @@ declare const _default: {
|
|
|
736
736
|
'fabric.editor.mergeCells': string;
|
|
737
737
|
'fabric.editor.moreFormatting': string;
|
|
738
738
|
'fabric.editor.moveColumnLeft': string;
|
|
739
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
739
740
|
'fabric.editor.moveColumnRight': string;
|
|
741
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
740
742
|
'fabric.editor.moveDownDown': string;
|
|
743
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
741
744
|
'fabric.editor.moveRowUp': string;
|
|
745
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
742
746
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -738,9 +738,13 @@ export default {
|
|
|
738
738
|
'fabric.editor.mergeCells': 'Slå sammen celler',
|
|
739
739
|
'fabric.editor.moreFormatting': 'Mer formatering',
|
|
740
740
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Flytt kolonnen til venstre} other {Flytt kolonnene til venstre}}',
|
|
741
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Flytt kolonnen til venstre',
|
|
741
742
|
'fabric.editor.moveColumnRight': '{0, plural, one {Flytt kolonnen til høyre} other {Flytt kolonnene til høyre}}',
|
|
743
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Flytt kolonnen til høyre',
|
|
742
744
|
'fabric.editor.moveDownDown': '{0, plural, one {Flytt raden nedover} other {Flytt radene nedover}}',
|
|
745
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Flytt raden nedover',
|
|
743
746
|
'fabric.editor.moveRowUp': '{0, plural, one {Flytt raden oppover} other {Flytt radene oppover}}',
|
|
747
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Flytt raden oppover',
|
|
744
748
|
'fabric.editor.navigate.toolbar.askAI': 'Spør kunstig intelligens',
|
|
745
749
|
'fabric.editor.navigate.toolbar.editor': 'Naviger til verktøylinjen for redigering',
|
|
746
750
|
'fabric.editor.navigate.toolbar.floating': 'Naviger til flytende verktøylinje',
|
package/dist/esm/i18n/pl.d.ts
CHANGED
|
@@ -741,7 +741,9 @@ declare const _default: {
|
|
|
741
741
|
'fabric.editor.moveColumnRight': string;
|
|
742
742
|
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
743
743
|
'fabric.editor.moveDownDown': string;
|
|
744
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
744
745
|
'fabric.editor.moveRowUp': string;
|
|
746
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
745
747
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
746
748
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
747
749
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -743,7 +743,9 @@ export default {
|
|
|
743
743
|
'fabric.editor.moveColumnRight': '{0, plural, one {Przesuń kolumnę w prawo} few {Przesuń kolumny w prawo} many {Przesuń kolumny w prawo} other {Przesuń kolumny w prawo}}',
|
|
744
744
|
'fabric.editor.moveColumnRightHelpDialogLabel': 'Przesuń kolumnę w prawo',
|
|
745
745
|
'fabric.editor.moveDownDown': '{0, plural, one {Przesuń wiersz w dół} few {Przesuń wiersze w dół} many {Przesuń wiersze w dół} other {Przesuń wiersze w dół}}',
|
|
746
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Przesuń wiersz w dół',
|
|
746
747
|
'fabric.editor.moveRowUp': '{0, plural, one {Przesuń wiersz w górę} few {Przesuń wiersze w górę} many {Przesuń wiersze w górę} other {Przesuń wiersze w górę}}',
|
|
748
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Przesuń wiersz w górę',
|
|
747
749
|
'fabric.editor.navigate.toolbar.askAI': 'Zapytaj sztuczną inteligencję',
|
|
748
750
|
'fabric.editor.navigate.toolbar.editor': 'Przejdź do paska narzędzi edytora',
|
|
749
751
|
'fabric.editor.navigate.toolbar.floating': 'Przejdź do przestawnego paska narzędzi',
|
package/dist/esm/i18n/ru.d.ts
CHANGED
|
@@ -737,9 +737,13 @@ declare const _default: {
|
|
|
737
737
|
'fabric.editor.mergeCells': string;
|
|
738
738
|
'fabric.editor.moreFormatting': string;
|
|
739
739
|
'fabric.editor.moveColumnLeft': string;
|
|
740
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
740
741
|
'fabric.editor.moveColumnRight': string;
|
|
742
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
741
743
|
'fabric.editor.moveDownDown': string;
|
|
744
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
742
745
|
'fabric.editor.moveRowUp': string;
|
|
746
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
745
749
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -739,9 +739,13 @@ export default {
|
|
|
739
739
|
'fabric.editor.mergeCells': 'Объединить ячейки',
|
|
740
740
|
'fabric.editor.moreFormatting': 'Расширенные параметры форматирования',
|
|
741
741
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Сдвинуть столбец влево} few {Сдвинуть столбцы влево} many {Сдвинуть столбцы влево} other {Сдвинуть столбцы влево}}',
|
|
742
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Сдвинуть столбец влево',
|
|
742
743
|
'fabric.editor.moveColumnRight': '{0, plural, one {Сдвинуть столбец вправо} few {Сдвинуть столбцы вправо} many {Сдвинуть столбцы вправо} other {Сдвинуть столбцы вправо}}',
|
|
744
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Сдвинуть столбец вправо',
|
|
743
745
|
'fabric.editor.moveDownDown': '{0, plural, one {Сдвинуть строку вниз} few {Сдвинуть строки вниз} many {Сдвинуть строки вниз} other {Сдвинуть строки вниз}}',
|
|
746
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Сдвинуть строку вниз',
|
|
744
747
|
'fabric.editor.moveRowUp': '{0, plural, one {Сдвинуть строку вверх} few {Сдвинуть строки вверх} many {Сдвинуть строки вверх} other {Сдвинуть строки вверх}}',
|
|
748
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Сдвинуть строку вверх',
|
|
745
749
|
'fabric.editor.navigate.toolbar.askAI': 'Задать вопрос ИИ',
|
|
746
750
|
'fabric.editor.navigate.toolbar.editor': 'Перейти на панель инструментов редактора',
|
|
747
751
|
'fabric.editor.navigate.toolbar.floating': 'Перейти на перемещаемую панель инструментов',
|
package/dist/esm/i18n/sl.d.ts
CHANGED
|
@@ -793,9 +793,13 @@ declare const _default: {
|
|
|
793
793
|
'fabric.editor.mergeCells': string;
|
|
794
794
|
'fabric.editor.moreFormatting': string;
|
|
795
795
|
'fabric.editor.moveColumnLeft': string;
|
|
796
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
796
797
|
'fabric.editor.moveColumnRight': string;
|
|
798
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
797
799
|
'fabric.editor.moveDownDown': string;
|
|
800
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
798
801
|
'fabric.editor.moveRowUp': string;
|
|
802
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
799
803
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
800
804
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
801
805
|
'fabric.editor.navigate.toolbar.floating': string;
|