Update translations
This commit is contained in:
parent
bf752d1ee7
commit
62b5219af8
2 changed files with 56 additions and 8 deletions
|
@ -1373,14 +1373,6 @@
|
||||||
"src_dot_components_dot_AddressEdit_dot_944851093": {
|
"src_dot_components_dot_AddressEdit_dot_944851093": {
|
||||||
"string": "Country area"
|
"string": "Country area"
|
||||||
},
|
},
|
||||||
"src_dot_components_dot_AppLayout_dot_21332146": {
|
|
||||||
"context": "button",
|
|
||||||
"string": "Log out"
|
|
||||||
},
|
|
||||||
"src_dot_components_dot_AppLayout_dot_248888005": {
|
|
||||||
"context": "button",
|
|
||||||
"string": "Account Settings"
|
|
||||||
},
|
|
||||||
"src_dot_components_dot_AppStatus_dot_1624959454": {
|
"src_dot_components_dot_AppStatus_dot_1624959454": {
|
||||||
"string": "If you want to disable this App please uncheck the box below."
|
"string": "If you want to disable this App please uncheck the box below."
|
||||||
},
|
},
|
||||||
|
@ -1864,6 +1856,14 @@
|
||||||
"src_dot_components_dot_Timeline_dot_3028189627": {
|
"src_dot_components_dot_Timeline_dot_3028189627": {
|
||||||
"string": "Leave your note here..."
|
"string": "Leave your note here..."
|
||||||
},
|
},
|
||||||
|
"src_dot_components_dot_UserChip_dot_21332146": {
|
||||||
|
"context": "button",
|
||||||
|
"string": "Log out"
|
||||||
|
},
|
||||||
|
"src_dot_components_dot_UserChip_dot_248888005": {
|
||||||
|
"context": "button",
|
||||||
|
"string": "Account Settings"
|
||||||
|
},
|
||||||
"src_dot_components_dot_VisibilityCard_dot_1311467573": {
|
"src_dot_components_dot_VisibilityCard_dot_1311467573": {
|
||||||
"string": "Show in product listings"
|
"string": "Show in product listings"
|
||||||
},
|
},
|
||||||
|
|
|
@ -4753,6 +4753,30 @@ exports[`Storyshots Generics / Metadata loading 1`] = `
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
exports[`Storyshots Generics / Mobile Side Menu default 1`] = `
|
||||||
|
<div
|
||||||
|
style="padding:24px"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id ExpandButton-root-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<svg
|
||||||
|
aria-hidden="true"
|
||||||
|
class="MuiSvgIcon-root-id"
|
||||||
|
focusable="false"
|
||||||
|
role="presentation"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
|
||||||
exports[`Storyshots Generics / Money formatting default 1`] = `
|
exports[`Storyshots Generics / Money formatting default 1`] = `
|
||||||
<div
|
<div
|
||||||
style="padding:24px"
|
style="padding:24px"
|
||||||
|
@ -9526,6 +9550,30 @@ exports[`Storyshots Generics / Skeleton default 1`] = `
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
exports[`Storyshots Generics / Square Button default 1`] = `
|
||||||
|
<div
|
||||||
|
style="padding:24px"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id ExpandButton-root-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<svg
|
||||||
|
aria-hidden="true"
|
||||||
|
class="MuiSvgIcon-root-id"
|
||||||
|
focusable="false"
|
||||||
|
role="presentation"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
|
||||||
exports[`Storyshots Generics / StatusLabel when error 1`] = `
|
exports[`Storyshots Generics / StatusLabel when error 1`] = `
|
||||||
<div
|
<div
|
||||||
style="padding:24px"
|
style="padding:24px"
|
||||||
|
|
Loading…
Reference in a new issue