@atlaskit/afm-i18n-platform-editor-editor-common 2.50.0 → 2.52.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.
@@ -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': '询问人工智能',
748
752
  'fabric.editor.navigate.toolbar.editor': '导航到编辑器工具栏',
749
753
  'fabric.editor.navigate.toolbar.floating': '导航到浮动工具栏',
@@ -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;
@@ -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': '询问人工智能',
746
750
  'fabric.editor.navigate.toolbar.editor': '导航到编辑器工具栏',
747
751
  'fabric.editor.navigate.toolbar.floating': '导航到浮动工具栏',
@@ -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/i18n/zh.ts CHANGED
@@ -769,9 +769,13 @@ export default {
769
769
  'fabric.editor.mergeCells': '合并单元格',
770
770
  'fabric.editor.moreFormatting': '更多格式',
771
771
  'fabric.editor.moveColumnLeft': '{0, plural, other {将列左移}}',
772
+ 'fabric.editor.moveColumnLeftHelpDialogLabel': '将列左移',
772
773
  'fabric.editor.moveColumnRight': '{0, plural, other {将列右移}}',
774
+ 'fabric.editor.moveColumnRightHelpDialogLabel': '将列右移',
773
775
  'fabric.editor.moveDownDown': '{0, plural, other {将行下移}}',
776
+ 'fabric.editor.moveRowDownHelpDialogLabel': '将行下移',
774
777
  'fabric.editor.moveRowUp': '{0, plural, other {将行上移}}',
778
+ 'fabric.editor.moveRowUpHelpDialogLabel': '将行上移',
775
779
  'fabric.editor.navigate.toolbar.askAI': '询问人工智能',
776
780
  'fabric.editor.navigate.toolbar.editor': '导航到编辑器工具栏',
777
781
  'fabric.editor.navigate.toolbar.floating': '导航到浮动工具栏',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/afm-i18n-platform-editor-editor-common",
3
- "version": "2.50.0",
3
+ "version": "2.52.0",
4
4
  "description": "NPM i18n package for AFM platform-editor-editor-common published by Traduki",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"