mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-10 18:10:54 +09:00
fix
This commit is contained in:
parent
59fbd9c9bc
commit
3ce102dffe
3 changed files with 21 additions and 28 deletions
Binary file not shown.
|
@ -1844,7 +1844,6 @@
|
|||
"onboardingStoreRelation2Button": "Great!",
|
||||
|
||||
"onboardingObjectCreationStart": "Creating Objects",
|
||||
"onboardingObjectCreationStart11": "<b>Let’s create an object from scratch.</b> The default object type is now ‘Page’, meaning that each new object is referred to as a Note unless you choose a different type. You can change the default object type anytime in the settings menu.",
|
||||
"onboardingObjectCreationStart21": "<b>Choose here from the most popular object types</b>, such as Page, Task, or Collection. You can also select an object from the Type menu.",
|
||||
"onboardingObjectCreationStart2Button": "I got it!",
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { I, U, translate } from 'Lib';
|
||||
import { I, U, translate, S } from 'Lib';
|
||||
|
||||
export default {
|
||||
mainGraph: () => ({
|
||||
|
@ -25,34 +25,28 @@ export default {
|
|||
}),
|
||||
|
||||
objectCreationStart: () => ({
|
||||
category: translate('onboardingObjectCreationStart'),
|
||||
items: [
|
||||
{
|
||||
description: `
|
||||
<p>${translate('onboardingObjectCreationStart11')}</p>
|
||||
`,
|
||||
video: './img/help/onboarding/object-1-default-object-type.mp4',
|
||||
},
|
||||
{
|
||||
description: `
|
||||
category: translate('onboardingObjectCreationStart'),
|
||||
items: [
|
||||
{
|
||||
description: `
|
||||
<p>${translate('onboardingObjectCreationStart21')}</p>
|
||||
`,
|
||||
video: './img/help/onboarding/object-2-type-menu.mp4',
|
||||
buttonText: translate('onboardingObjectCreationStart2Button'),
|
||||
},
|
||||
],
|
||||
param: {
|
||||
element: '#page.isFull #footer #button-help',
|
||||
classNameWrap: 'fixed',
|
||||
className: 'isWizard',
|
||||
vertical: I.MenuDirection.Top,
|
||||
horizontal: I.MenuDirection.Right,
|
||||
noArrow: true,
|
||||
noClose: true,
|
||||
passThrough: true,
|
||||
offsetY: -4,
|
||||
},
|
||||
}),
|
||||
video: './img/help/onboarding/object-2-type-menu.mp4',
|
||||
buttonText: translate('onboardingObjectCreationStart2Button'),
|
||||
},
|
||||
],
|
||||
param: {
|
||||
element: '#page.isFull #footer #button-help',
|
||||
classNameWrap: 'fixed',
|
||||
className: 'isWizard',
|
||||
vertical: I.MenuDirection.Top,
|
||||
horizontal: I.MenuDirection.Right,
|
||||
noArrow: true,
|
||||
noClose: true,
|
||||
passThrough: true,
|
||||
offsetY: -4,
|
||||
},
|
||||
}),
|
||||
|
||||
objectCreationFinish: () => ({
|
||||
category: translate('onboardingObjectCreationFinish'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue