amis-saas-7199 国际化翻译更新

Change-Id: Iee05446320fb3dbf39ba07b570a9dec974e7c37a
This commit is contained in:
qkiroc 2022-09-23 10:17:28 +08:00
parent 3a8477b9e6
commit f85a0138f6
3 changed files with 215 additions and 196 deletions

View File

@ -9,7 +9,8 @@
"build": "npm run clean-dist && webpack",
"clean-dist": "rimraf lib/* esm/*",
"i18n:update": "npx i18n update --config=./i18nConfig.js",
"i18n:translate": "npx i18n translate --config=./i18nConfig.js --l=en-US"
"i18n:translate": "npx i18n translate --config=./i18nConfig.js --l=en-US",
"i18n:merge": "npx i18n merge --config=./i18nConfig.js --l=en-US"
},
"keywords": [
"amis",

View File

@ -1,239 +1,257 @@
import {extendLocale} from 'i18n-runtime';
extendLocale('en-US', {
'4e7f76261f8c4c6d78998f85fc1f4c6e': 'Margin ',
'16a20243f9b741c08216dc9548de2968': 'whole',
'23ecf42cada8bf2715792d718544d107': 'minimum',
'4e7f76261f8c4c6d78998f85fc1f4c6e': 'Margin',
'16a20243f9b741c08216dc9548de2968': 'Overall',
'23ecf42cada8bf2715792d718544d107': 'Extremely small',
'391b8fa9c747a1799353ab856e666ad5': 'Small',
'fd6e80f1e0199d6ecc3ee81ae04aa9ef': 'normal',
'aed1dfbc31703955e64806b799b67645': 'in',
'ab18e30c0dc4093ceeda8961fac3d1f4': 'large',
'461d364c67ec6a45e011ed13f2f7154f': 'top margin',
'fd6e80f1e0199d6ecc3ee81ae04aa9ef': 'Normal',
'aed1dfbc31703955e64806b799b67645': 'Medium',
'ab18e30c0dc4093ceeda8961fac3d1f4': 'Big',
'461d364c67ec6a45e011ed13f2f7154f': 'Top margin',
'31e3752986d64c8b36897c8641c8628d': 'Right margin',
'eabe91d9426b6446f707cea3e7ab2418': 'margin-bottom ',
'2e46d251ee6188bb1b3ff20656276572': 'left ',
'3dc4038d0f0a2d2b3c2b2e29a5ec6dde': 'Set none',
'a8b0c20416853bda54120bf19477ad11': 'whole',
'af767b7e4ae069d54f9ea839858d4c6d': 'upper',
'4d9c32c23df5d234e629c922c58d8e12': 'right',
'3850a186c3235bc646d4c2f79cebac36': 'lower',
'eabe91d9426b6446f707cea3e7ab2418': 'Bottom margin',
'2e46d251ee6188bb1b3ff20656276572': 'Left margin',
'3dc4038d0f0a2d2b3c2b2e29a5ec6dde': 'None(原文什么意思?)',
'a8b0c20416853bda54120bf19477ad11': 'All',
'af767b7e4ae069d54f9ea839858d4c6d': 'Top',
'4d9c32c23df5d234e629c922c58d8e12': 'Right',
'3850a186c3235bc646d4c2f79cebac36': 'Bottom',
'd2aff1417831aa621c16cd5b95306b4b': 'Left',
'841d77223f0ec8cd0b530ed8e0775b20': 'padding ',
'961534b4ea37e4e88aada736b299d063': 'frame',
'd4d2a66820d30e07b44c850eb3f116c0': 'position',
'58f966670529f4753fb3c5a0647606be': 'size',
'6b36c6f7ec834692ec6c8e3816349fdd': 'colour',
'fbae87bcc352f6933541fb77a07418ed': 'Main color',
'd8c7e04c8e2be23dd3b81a31db6e04f1': 'information',
'900c70fa5f7dbc014e6f762d5e0e885c': 'warning',
'540f84ddc0883866b229f71c2844199a': 'danger',
'330363dfc524cff2488f2ebde0500896': 'success',
'2fc96b2704b05d6a9f299c442573ee77': 'white',
'adb7e5312abdb9a44297e48d63815fa3': 'dark colors',
'48d0a09bdd5fe7e89f0a445b0ffdf14f': 'light colour',
'0d98c74797e49d00bcc4c17c9d557a2b': 'other',
'0103eb2d3dca70270d1a74e9ec987ac9': 'fillet',
'8456bc40d48da5af833f1c63385e9879': 'typeface',
'b3b2682579133673d3fe08c156d565dc': 'fine',
'56dce5d1cbb97439d291c458e50107e0': 'crude',
'841d77223f0ec8cd0b530ed8e0775b20': 'Padding',
'961534b4ea37e4e88aada736b299d063': 'Border',
'd4d2a66820d30e07b44c850eb3f116c0': 'Position',
'58f966670529f4753fb3c5a0647606be': 'Size',
'6b36c6f7ec834692ec6c8e3816349fdd': 'Color',
'fbae87bcc352f6933541fb77a07418ed': 'Primary color',
'd8c7e04c8e2be23dd3b81a31db6e04f1': 'Information',
'900c70fa5f7dbc014e6f762d5e0e885c': 'Warning',
'540f84ddc0883866b229f71c2844199a': 'Danger',
'330363dfc524cff2488f2ebde0500896': 'Success',
'2fc96b2704b05d6a9f299c442573ee77': 'White',
'adb7e5312abdb9a44297e48d63815fa3': 'Dark color',
'48d0a09bdd5fe7e89f0a445b0ffdf14f': 'Light color',
'0d98c74797e49d00bcc4c17c9d557a2b': 'Others',
'0103eb2d3dca70270d1a74e9ec987ac9': 'Rounded corner',
'8456bc40d48da5af833f1c63385e9879': 'Font',
'b3b2682579133673d3fe08c156d565dc': 'Normal',
'56dce5d1cbb97439d291c458e50107e0': 'Bold',
'49a79f4047b81186c069ed1c9c151c66': 'Light color',
'8e1b944f4389bdaab6f11d5bc83190c8': 'background',
'c28479019e24e0e4745f4948e9e97ee7': 'width',
'f72ce9ad683cc82e0eab557ffc9c67a0': 'Extremely small',
'b95c462d7697958c25861193fc89ae07': 'enlarge',
'3386da5f56fac758ed0f18e024ecb943': 'Extraordinarily large',
'ffaa96ef7232cb6d8ee4d7e673dbf4ac': 'completely fill',
'47eac1ac32a8aa9081dffbdc4d374318': 'Please enter the CSS class name',
'8e1b944f4389bdaab6f11d5bc83190c8': 'Background',
'c28479019e24e0e4745f4948e9e97ee7': 'Width',
'f72ce9ad683cc82e0eab557ffc9c67a0': 'Make it exceptionally small',
'b95c462d7697958c25861193fc89ae07': 'Make it big',
'3386da5f56fac758ed0f18e024ecb943': 'Make it exceptionally big ',
'ffaa96ef7232cb6d8ee4d7e673dbf4ac': 'Fill',
'47eac1ac32a8aa9081dffbdc4d374318': 'Enter the css class name',
'939d5345ad4345dbaabe14798f6ac0f1': 'Submit',
'55c56d01a7747ffe0346d42145b62d97':
'[Amis editor] respond to the event of dynamically adding a plug-in:',
'd6f73c6f3b92be5a64f7ea0163501284': 'Area nodes are not allowed to be cut.',
'4fda4f585214d469c04466e2fc98b796': 'The root node does not allow cutting.',
'The [Amis-editor] responds to the dynamic plugin addition event:',
'd6f73c6f3b92be5a64f7ea0163501284': 'Cutting the region node is not allowed.',
'4fda4f585214d469c04466e2fc98b796': 'Cutting the root node is not allowed.',
'657bbe06d3922b23552817df7fa8268e':
'The current element is not allowed to be cut.',
'416445a316595bdeb44b661c7de875a8': 'The current element cannot be moved up',
'Cutting the current element is not allowed.',
'416445a316595bdeb44b661c7de875a8':
'You cannot move the current element upward.',
'6ac88d87b2fd118ba7beab8c17880470':
'The current element cannot be moved down',
'fdb3cba60407b2f1aea0230cca644573': 'Area nodes cannot be deleted directly.',
'8a4b4e2e3b0382007e0c69ed1fe6fe71': 'Root node cannot be deleted.',
'22f031f3de2e55c430a818d8c588f7a1': 'The current element cannot be deleted.',
'3b6d5995e9f2ecd3df059b3f1bea201e': 'Call error or cross domain.',
'09f33be5ec04eb48b3102e4e31af5b38': 'Call error',
'283c2a52955ad87574fd6c0cc932c443': 'Can only be called in iframe',
'You cannot move the current element downward.',
'fdb3cba60407b2f1aea0230cca644573':
'You cannot delete the region node directly.',
'8a4b4e2e3b0382007e0c69ed1fe6fe71': 'Deleting the root node is not allowed..',
'22f031f3de2e55c430a818d8c588f7a1':
'Deleting the current element is not allowed.',
'3b6d5995e9f2ecd3df059b3f1bea201e':
'A call error occurs or domain crossing occurs.',
'09f33be5ec04eb48b3102e4e31af5b38': 'A call error occurs.',
'283c2a52955ad87574fd6c0cc932c443':
'You can call the node only in the Iframe.',
'a71002967924a83e32b38a80705290fb': 'System error',
'058ebdf2884474ebff2977ba2f0e275e': 'System message',
'88f000a0fdc38ce3808cef072b00893c': 'Rendering',
'279321f97f11da7bc90facca156b3444': 'Code error, the error is \\ n {{@1}}',
'88f000a0fdc38ce3808cef072b00893c': 'The rendering is in progress...',
'279321f97f11da7bc90facca156b3444':
'A code error exists, which takes place at \\n {{@1}}.',
'7e4b38ba0ab9cbfcabd9dd859e36b601':
'Some of the changed data has not been saved due to incorrect format. Are you sure you want to discard these changes?',
'af86ad9dd8a221f931dcdc5a63382b6f': 'View changes',
'43d586cd6cf1a512c0bcb85ed9efde51': 'Please confirm',
'bb79667f37035e9562ec6bcffd6cf8ef': 'assembly',
'5cb297585d4c81bb8fdbd31210a30d6f': 'System components',
'6fce1c9aa3654ae2f0eedcc068a7e189': 'Custom component',
'06e004ef21414c06d3e4ff2cefaf6a04': 'code',
'Currently, some data in the code are modified. Because the data is incorrect in its format and not saved, are you sure to abandon the modification?',
'af86ad9dd8a221f931dcdc5a63382b6f': 'Check the modification.',
'43d586cd6cf1a512c0bcb85ed9efde51': 'Confirm',
'bb79667f37035e9562ec6bcffd6cf8ef': 'Component',
'5cb297585d4c81bb8fdbd31210a30d6f': 'System component',
'6fce1c9aa3654ae2f0eedcc068a7e189': 'Customize the component.',
'06e004ef21414c06d3e4ff2cefaf6a04': 'Code',
'7f7c624a843b0d539a4ea59a696702f9': 'Batch operation',
'b80ed82d124c6fd9242dcacdda2a2f8b': 'Change component type',
'41150516bf0d90646edc5239593366e9': 'Select component to insert into',
'd87481b371771b4f150da76e311bbbef': 'Enter keywords to filter components',
'becdc848350872592201e31bab03892a': 'Cannot Preview',
'f26225bde6a250894a04db4c53ea03d0': 'details',
'b80ed82d124c6fd9242dcacdda2a2f8b': 'Change the component type.',
'41150516bf0d90646edc5239593366e9':
'Select the component and plug it into?(插入到哪里??)',
'd87481b371771b4f150da76e311bbbef':
'The component can be filtered by entering the keywords.',
'becdc848350872592201e31bab03892a': 'It is impossible to preview it.',
'f26225bde6a250894a04db4c53ea03d0': 'Details',
'751dfe6f476903c21381c9acf88332e2':
'There are no available components. Maybe you should try switching containers.',
'e22c9a05b424b761efce11f17726fdd7': 'replace',
'9bdb07e72d3a9a6084201a7398523f5a': 'insert',
'625fb26b4b3340f7872b411f401e754c': 'cancel',
'95509c09bdef4bb7842a9b957ab1f971': 'Turn off levitation mode',
'426480bb614633c8c3ba8faa0338b72f': 'Turn on levitation mode',
'fbf7967f9baf6a22bd6ca7f4e6390bf9': '{{@1}} - [public configuration]',
'93383ef1ab4a433df97a56a73e571b9f': 'outline',
'962d43ff8d39c381d8e2c73838412111': 'Query page elements',
'No component is available. Perhaps you should change the container.',
'e22c9a05b424b761efce11f17726fdd7': 'Replace',
'9bdb07e72d3a9a6084201a7398523f5a': 'Insert',
'625fb26b4b3340f7872b411f401e754c': 'Cancel',
'95509c09bdef4bb7842a9b957ab1f971': 'Disable the floating mode.',
'426480bb614633c8c3ba8faa0338b72f': 'Enable the floating mode.',
'fbf7967f9baf6a22bd6ca7f4e6390bf9': '{{@ 1}}-[Public configuration]',
'93383ef1ab4a433df97a56a73e571b9f': 'Outline',
'962d43ff8d39c381d8e2c73838412111': 'Query the page element.',
'0c95d1856ffdeeade7cebe0ef928f361':
'Drag the target into the node in the navigation to switch containers',
'c482df2a3ac8e014febd8a5fc9cadaea': 'Loading, please wait',
'c44c6c179c44e794b103053886847dc4': 'No preview',
'e4cefe7df36e92da1d7e875b92655507': 'Click expand',
'7ae451de83aa6f5f140e941904377391': 'Click fold',
'84c8f0087acfc9b9862371d0bd59b830': 'Click to add "{{@1}}"',
'f3430f4fdd8b9643daa74f4a5716dd15': '  Details & nbsp;',
'You can change the container by dragging the target into the navigating node.',
'c482df2a3ac8e014febd8a5fc9cadaea':
'The loading is in progress, so you need to wait for a while...',
'c44c6c179c44e794b103053886847dc4': 'No preview image is available.',
'e4cefe7df36e92da1d7e875b92655507': 'Click to unfold.',
'7ae451de83aa6f5f140e941904377391': 'Click to fold.',
'84c8f0087acfc9b9862371d0bd59b830': 'Click to add 「{{@1}}」.',
'f3430f4fdd8b9643daa74f4a5716dd15': '  details  ',
'b797a8992ef41320919e45a069f2b459':
'No available components were found. You can change the keyword to continue searching.',
'No available component is found. You can continue to search for the component by changing the keyword.',
'0bd36c8db19e3a93506f39ebc8ff0ab9':
'When components such as forms and lists have names, they will appear here for easy selection',
'bb28ec819520ced0ffb4c3da01f112e2': 'Click to clear the current area',
'e83a256e4f5bb4ff8b3d804b5473217a': 'confirm',
'22c799040acdb2601b437ed5449de076': 'container',
'bd9fcf46b4e5993f97fe04ee9ebcd7ed': 'revoke',
'c3c873d33f1c6482c79b0ffd862786cd': 'redo',
'e9509c688a0df6b088503d21569b6e8f': 'Wrong type, unable to render',
'2168c5735883bd040eaf09909d0911b8': 'Input keyword query component',
'When the form, list, and other components have a name, they appear here for your selection.',
'bb28ec819520ced0ffb4c3da01f112e2': 'Click to clear the current area.',
'e83a256e4f5bb4ff8b3d804b5473217a': 'Confirm',
'22c799040acdb2601b437ed5449de076': 'Container',
'bd9fcf46b4e5993f97fe04ee9ebcd7ed': 'Undo',
'c3c873d33f1c6482c79b0ffd862786cd': 'Redo',
'e9509c688a0df6b088503d21569b6e8f':
'A type error exists so that no rendering is possible.',
'2168c5735883bd040eaf09909d0911b8':
'Query the component by entering the keyword.',
'e9c38f88375807704270aa3572454976': 'Search history',
'288f0c404c4e546aa3683ff5054e85e2': 'empty',
'4b9bc9abf2a2beb3772d903a3d01d1de': 'Click to delete this search record',
'288f0c404c4e546aa3683ff5054e85e2': 'Clear',
'4b9bc9abf2a2beb3772d903a3d01d1de': 'Click to delete this search record.',
'9d3128a1675de32cdd290b31140a7290':
'The search result is empty. You can change a keyword to continue searching.',
'The query result is empty. You can continue search by changing the keyword.',
'accb901a02b1415b40d95cdd31b8da1d': 'Component classification',
'79d3abe929f67f0644a78bf32adb3a89': 'copy',
'b7d817611230d382f6ef92b41848a342': 'Copy the currently selected element',
'eafbece1016a6af76cce466e55ad9f00': 'paste',
'79d3abe929f67f0644a78bf32adb3a89': 'Copy',
'b7d817611230d382f6ef92b41848a342': 'Copy the currently selected element.',
'eafbece1016a6af76cce466e55ad9f00': 'Paste',
'e0b9bb8e41eccd3ce6b282664643d7f8':
'Inserts the copied element into the currently selected node',
'43fc77886b7fbcd658f0ccdba36bd5a0': 'shear',
'a6be4ad12e9612811963c44466af3218': 'Cut the currently selected element',
'58887132871b71b015c3a391e7755815': 'Restore the last undone operation',
'be5fbbe34ce9979bfb6576d9eddc5612': 'preservation',
'1f81fd4598e9151538f29c41b8aa0020': 'Save all current operations',
'645dbc5504e722a30896486085a06b32': 'preview',
'5bc425ac8b75c571093a63eb6073c354': 'Turn on preview mode',
'2f4aaddde33c9b93c36fd2503f3d122b': 'delete',
'426cd14ebd62a4922186527d07ba37f3': 'Delete current node',
'499e58e764420aeed2d1476a56d8fa34': 'Move up',
'd040485f0e3887f0b297f8f772db03e4': 'Move the current node up',
'08ad565f066d30572d1f8e2ee17cbe12': 'Move down',
'6348dc0e83d6ab391a8816f67d0e5ceb': 'Move the current node down',
'Paste the copied element to the currently selected node.',
'43fc77886b7fbcd658f0ccdba36bd5a0': 'Cut',
'a6be4ad12e9612811963c44466af3218': 'Cut the currently selected element.',
'58887132871b71b015c3a391e7755815': 'Restore the previous operation undone.',
'be5fbbe34ce9979bfb6576d9eddc5612': 'Save',
'1f81fd4598e9151538f29c41b8aa0020': 'Save all current operations.',
'645dbc5504e722a30896486085a06b32': 'Preview',
'5bc425ac8b75c571093a63eb6073c354': 'Enable the preview mode.',
'2f4aaddde33c9b93c36fd2503f3d122b': 'Delete',
'426cd14ebd62a4922186527d07ba37f3': 'Delete the current node.',
'499e58e764420aeed2d1476a56d8fa34': 'Move upward',
'd040485f0e3887f0b297f8f772db03e4': 'Move upward the current node.',
'08ad565f066d30572d1f8e2ee17cbe12': 'Move downward',
'6348dc0e83d6ab391a8816f67d0e5ceb': 'Move downward the current node.',
'fbec96e028142496df88ed2c63b44512':
'Click to view the currently available shortcut keys',
'9c3f1278ffa822835bb3a677f02bca27': 'Currently available shortcuts',
'4e98a5dcd3defffb23629fce3add04f6': 'No shortcut key',
'Click to check the current shortcut key available.',
'9c3f1278ffa822835bb3a677f02bca27': 'Current shortcut key available',
'4e98a5dcd3defffb23629fce3add04f6':
'No shortcut key is available temporarily.',
'186733ed7ec817040b8f9cbc610ba49a': 'Program error',
'e777eb796f8a02e97a891fde43d10ce4': '{{@1}} variable',
'5d665bc55779aafdefcc4050e3a8429e': '{{@1}} ({{@2}}) rendering error:',
'5d665bc55779aafdefcc4050e3a8429e':
'A {{@1}}({{@2}}) rendering error occurs',
'a30dd4945df5b44b264fa3be6ee9682e': 'Current renderer information:',
'63f94190d2d4ea22263e6e9f07c96558': 'Error object:',
'f66335b5bff0e26fdff2a3303e0f9bb0': 'Error message:',
'f66335b5bff0e26fdff2a3303e0f9bb0': 'Error information:',
'966e23b5c1efe8e18fc4f0c326d47314':
'An error occurred in rendering. Please check the console output for detailed error information.',
')A rendering error occurs. For details about the error, check the console output.',
'44e049d9ecbe2c474100a3424021570e':
'< div class = wrapper SM (B-A, B-light, m-b-sm >) drag into the occupied position < / div >',
'<div class=wrapper-sm b-a b-light m-b-sm>Be dragged into the placeholder area</div>',
'245897371cda2055f5c17c6cf298ed48':
'Warm prompt: skipping is prohibited in preview mode',
'Tip: No redirection is allowed in the preview mode.',
'e1b7255934e3189b1f5d440fc1aa0230':
'Registered plug-in exception, a plug-in with the same name already exists:',
'An exception occurs during the plugin registration because a plugin with the same name already exists:',
'979a50681e278dcc0be18f68459e8217': 'System variable',
'75c142934800d6ee31fcf3fdff9e5d53':
'[Amis editor] currently has {{@1}} plug-in',
'75c142934800d6ee31fcf3fdff9e5d53': 'The [Amis-editor] has a {{@1}} plugin.',
'0e24e1bbc19612a350f81296d9fb7802':
'Please select an element as the insertion position first.',
'First select an element as the insertion position.',
'bd690facb536d759814ee64f2760fecb':
'The current node does not allow adding new components.',
'02f180cd26ff0951ddfda490080ee5ea': 'Configuration item copied',
'1ff035555ac8a68dc5b0ea2d0af55f00': 'The content of the clipboard is empty',
'Adding a component is not allowed at the current node.',
'02f180cd26ff0951ddfda490080ee5ea': 'The configuration item has been copied.',
'1ff035555ac8a68dc5b0ea2d0af55f00': 'The clipboard content is empty.',
'6cb01692eea2fa7066d20fe2b6ccaea3': 'False data',
'7f2f0461a58c43667d7245ce92bb2e77': 'Press and drag to adjust the position',
'78c1c38b91c672da1113fa2564c14ea6': 'Insert components forward',
'87f48bbadfbef5ef4554e06b7e141d37': 'Insert component backward',
'95b351c86267f3aedf89520959bce689': 'edit',
'0ec9eaf9c3525eb110db58aae5912210': 'more',
'417db09508befe7dbe9f84a517a6edec': 'Repeat',
'99b81127ef28368151621cdfccce69f8': 'Cancel multiple selection',
'205f45ee17394bd5668412780eaa55e2': 'Insert component',
'4c725f0159023c485ead728680e277ba': 'Select {{@1}}',
'7ad78e0991f34ff3a345c59a2fc31572': 'Select hierarchy',
'aafda9e8f6b7b613680677c513edb7a6': 'Uncheck',
'b58d101f52531c845f15db63d7212115': 'Copy configuration',
'74e2bc6615b7dbbb11fd5e1e212263ae': 'Cut configuration',
'e2f401af580d1354ae00ec4ca19e2e24': 'Paste configuration',
'7f2f0461a58c43667d7245ce92bb2e77':
'Hold and drag it to adjust its position.',
'78c1c38b91c672da1113fa2564c14ea6': 'Insert a component forward.',
'87f48bbadfbef5ef4554e06b7e141d37': 'Insert a component backward.',
'95b351c86267f3aedf89520959bce689': 'Edit',
'0ec9eaf9c3525eb110db58aae5912210': 'More',
'417db09508befe7dbe9f84a517a6edec': 'Repeat a copy.',
'99b81127ef28368151621cdfccce69f8': 'Cancel the multi-selection.',
'205f45ee17394bd5668412780eaa55e2': 'Insert a component.',
'4c725f0159023c485ead728680e277ba': 'Select {{@1}}.',
'7ad78e0991f34ff3a345c59a2fc31572': 'Select a level.',
'aafda9e8f6b7b613680677c513edb7a6': 'Cancel the selection.',
'b58d101f52531c845f15db63d7212115': 'Copy the configuration.',
'74e2bc6615b7dbbb11fd5e1e212263ae': 'Cut the configuration.',
'e2f401af580d1354ae00ec4ca19e2e24': 'Paste the configuration.',
'21462ae22216eec41dc688cc4a8ae64b': 'Move forward',
'ed2bc13d8bbd99e16e017dd5f5393393': 'Move backward',
'9e54f3e4ee3330299c5fdc910c2e8d3c': 'Undo',
'ae8e86e426c2ba00da274b66dc372a8b': 'Redo',
'2b6bc0f293f5ca01b006206c2535ccbc': 'operation',
'2b6bc0f293f5ca01b006206c2535ccbc': 'Operation',
'aa920263020f14211a44ea172efc7253': 'Context data',
'48ac479789304b37afa2f1b06642f4da': 'current',
'9bc16c658ab8a8c4eddc5e24d85bef20': 'upper strata',
'004d4be2ba8e6b8eed9333d15bc80a88': 'Up {{@1}} level',
'e366ccf1556c0672dcecba135ed5472e': 'set up',
'0cbec43d00e491a663ff0525ffe31868': 'Quickly build "{{@1}}"',
'1dd554cdfc1ddf7dce13453805523c16': 'change',
'a82240ce09faf0b972a8aa5c9e93d209': 'Insert component panel',
'48ac479789304b37afa2f1b06642f4da': 'Current',
'9bc16c658ab8a8c4eddc5e24d85bef20': 'Upper layer',
'004d4be2ba8e6b8eed9333d15bc80a88': 'Upper {{@1}} layer',
'e366ccf1556c0672dcecba135ed5472e': 'Setting',
'0cbec43d00e491a663ff0525ffe31868': 'Quickly build 「{{@1}}」.',
'1dd554cdfc1ddf7dce13453805523c16': 'Change',
'a82240ce09faf0b972a8aa5c9e93d209': 'Insert the component panel.',
'eadc8c8d4a8776893672330598babca0':
'Location error, target location not found',
'A position error occurs. The target position is not found.',
'f3c057f37fb9a4e7dd44b04919c12578':
'Please click add new element from the component panel on the left.',
'54ea89b497ec3bb319c68844dfa3687f': '',
'51e213e66b37d716a35baebc9193035c': '',
'388e0ff896ea4f23e71d36c06443f157': '',
'b4bc91701b86fe8543d649e97daea602': '',
'f8747759c73697367bc8a570977c4a62': '',
'd2b46e7989e18239d7036affd4d521db': '',
'9caecd931b956381e0763d05aa42835c': '',
'47cd88592f6ef2b258f02c0690d267ed': '',
'32c65d8d7431e76029678ec7bb73a5ab': '',
'020586d0c69f8211840ddf9ee9bbf6ab': '',
'226b0912184333c81babf2f1894ec0c1': '',
'97d07614380da93d257f9fbf81aa56fb': '',
'20def7942674282277c3714ed7ea6ce0': '',
'4ff1e74e43a3586339251494117185ad': '',
'c7bff79d059a0b7ff9b02441959d8be2': '',
'3fea7ca76cdece641436d7ab0d02ab1b': '',
'9da188491dd34c4382a5b9f006194e41': '',
'b3e55578af5dd473bab62641bb2f5f8e': '',
'9b6425cd2d496c9cb5a6c6b8ff125d1b': '',
'15d169d28cd48c97fe751e4cc92ca926': '',
'9597dcaf432ceba92a160d61cb1ef65f': '',
'9913107b19cb6012250134ff91377430': '',
'454e60f5759903d7d3dba58e3f9bd590': '',
'db98f889ce6bc235e66bd4b2a788d137': '',
'006ded9fa277cf030592021f595a07d5': '',
'a6beb974cc0b50eebd18120b8110a88b': '',
'b339aa87104709397ba68e7ebbc6e5ba': '',
'481e034e6026969aae4ce7ce7c8a7b6f': '',
'6bfb9bb2218ff32b6139e98bc93707c0': '',
'24b6d4c0892a8f3ee2a982e3ab0afe38': '',
'4484fa04e7b71db4c8293e5bcb53eca4': '',
'4cc6a76c146c0360a41ceaf5e212c891': '',
'a9fea442707e26dee478b34a2f2ce263': '',
'91aa2166ee4811414381c8d94e6567e6': '',
'3712972d84adf48acbd6ad24b4d75ad0': '',
'66ab5e9f24c8f46012a25c89919fb191': '',
'e73cefac9d030927da1618c7b15c98c9': '',
'7fb62b30119c3797a843a48368463314': '',
'8d9a071ee2ef45e045968e117a205c07': '',
'55405ea6ff6fd823ffab7e6b10ddfa95': '',
'c26996a6506adf397f0668d376d0b40b': '',
'6ff4bf3d567e977aa4c90c27dff1e6db': '',
'9c4666fd08c2738eb9611a3721cb5f0f': '',
'a094e5b7699ea4b61094cc4120170423': '',
'eeb6908870e058bc23d52c1e405a054e': '',
'38ce27d84639f3a6e07c00b3b4995c0e': ''
'Click to add an element in the left component panel.',
'54ea89b497ec3bb319c68844dfa3687f': 'API',
'51e213e66b37d716a35baebc9193035c':
"This API is used to store the data. After submission of the form, you can import the data into this API. <br/>\n API response body requirements (If data exists in the data (此处原文是否存在逻辑问题), the data is merged into the form context):<br/>\n {{@1}}\n}, null, '<br/>')}",
'388e0ff896ea4f23e71d36c06443f157':
"API response body requirements: <br/>\n {{@1}},\n page: 0,\n total: 0\n}, null, '<br/>')}",
'b4bc91701b86fe8543d649e97daea602': 'Initialize the API',
'f8747759c73697367bc8a570977c4a62':
"API response body requirements:<br/>\n {{@1}}\n}, null, '<br/>')}",
'd2b46e7989e18239d7036affd4d521db': '{{@1}}field',
'9caecd931b956381e0763d05aa42835c': 'Field',
'47cd88592f6ef2b258f02c0690d267ed': 'Hide, which is selected by default',
'32c65d8d7431e76029678ec7bb73a5ab': 'Title',
'020586d0c69f8211840ddf9ee9bbf6ab': 'Bind the field',
'226b0912184333c81babf2f1894ec0c1': 'Type',
'97d07614380da93d257f9fbf81aa56fb': 'Text',
'20def7942674282277c3714ed7ea6ce0': 'Image',
'4ff1e74e43a3586339251494117185ad': 'Date',
'c7bff79d059a0b7ff9b02441959d8be2': 'Progress',
'3fea7ca76cdece641436d7ab0d02ab1b': 'Status',
'9da188491dd34c4382a5b9f006194e41': 'Mapping',
'b3e55578af5dd473bab62641bb2f5f8e': 'Input type',
'9b6425cd2d496c9cb5a6c6b8ff125d1b': 'Input box',
'15d169d28cd48c97fe751e4cc92ca926': 'Multi-line text',
'9597dcaf432ceba92a160d61cb1ef65f': 'Digital input',
'9913107b19cb6012250134ff91377430': 'Radiobox',
'454e60f5759903d7d3dba58e3f9bd590': 'Select-box',
'db98f889ce6bc235e66bd4b2a788d137': 'Checkbox',
'006ded9fa277cf030592021f595a07d5': 'Drop-down box',
'a6beb974cc0b50eebd18120b8110a88b': 'Switch',
'b339aa87104709397ba68e7ebbc6e5ba': 'Table',
'481e034e6026969aae4ce7ce7c8a7b6f': 'File upload',
'6bfb9bb2218ff32b6139e98bc93707c0': 'Image upload',
'24b6d4c0892a8f3ee2a982e3ab0afe38': 'Rich text editor',
'4484fa04e7b71db4c8293e5bcb53eca4': 'Add a field.',
'4cc6a76c146c0360a41ceaf5e212c891':
'Generate a field automatically based on the API.',
'a9fea442707e26dee478b34a2f2ce263': 'First fill in the API.',
'91aa2166ee4811414381c8d94e6567e6':
'Because the API return format is incorrect, check the API response format requirements.',
'3712972d84adf48acbd6ad24b4d75ad0': 'List',
'66ab5e9f24c8f46012a25c89919fb191': 'Add',
'e73cefac9d030927da1618c7b15c98c9': 'Edit in batch',
'7fb62b30119c3797a843a48368463314': 'Delete in batch',
'8d9a071ee2ef45e045968e117a205c07': 'Import',
'55405ea6ff6fd823ffab7e6b10ddfa95': 'Export',
'c26996a6506adf397f0668d376d0b40b': 'Simple query',
'6ff4bf3d567e977aa4c90c27dff1e6db': 'Fuzzy query',
'9c4666fd08c2738eb9611a3721cb5f0f': 'Advanced query',
'a094e5b7699ea4b61094cc4120170423': 'Data source',
'eeb6908870e058bc23d52c1e405a054e': 'Previous step',
'38ce27d84639f3a6e07c00b3b4995c0e': 'Next step'
});