Update snapshots
This commit is contained in:
parent
bcac693f88
commit
d16227cea6
3 changed files with 66 additions and 33 deletions
|
@ -1,6 +1,6 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"POT-Creation-Date: 2019-09-30T16:54:24.460Z\n"
|
||||
"POT-Creation-Date: 2019-10-04T11:19:12.447Z\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -1947,6 +1947,14 @@ msgctxt "page content"
|
|||
msgid "Content"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json
|
||||
#. [src.services.components.ServiceDefaultToken.2864204643] - button
|
||||
#. defaultMessage is:
|
||||
#. Copied
|
||||
msgctxt "button"
|
||||
msgid "Copied"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json
|
||||
#. [src.services.components.ServiceDefaultToken.3406541221] - button
|
||||
#. defaultMessage is:
|
||||
|
@ -3359,14 +3367,6 @@ msgctxt "edit weight based shipping method, dialog header"
|
|||
msgid "Edit Weight Rate"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/products/components/ProductVariants/ProductVariants.json
|
||||
#. [src.products.components.ProductVariants.1703363919] - product variant attributes, button
|
||||
#. defaultMessage is:
|
||||
#. Edit attributes
|
||||
msgctxt "product variant attributes, button"
|
||||
msgid "Edit attributes"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/orders/components/OrderAddressEditDialog/OrderAddressEditDialog.json
|
||||
#. [src.orders.components.OrderAddressEditDialog.2935008093] - dialog header
|
||||
#. defaultMessage is:
|
||||
|
@ -6923,6 +6923,18 @@ msgctxt "service accounts section name"
|
|||
msgid "Service Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/services/components/ServiceCreatePage/ServiceCreatePage.json
|
||||
#. [src.services.components.ServiceCreatePage.27827485] - checkbox label
|
||||
#. defaultMessage is:
|
||||
#. Service account is active
|
||||
#: build/locale/src/services/components/ServiceDetailsPage/ServiceDetailsPage.json
|
||||
#. [src.services.components.ServiceDetailsPage.27827485] - checkbox label
|
||||
#. defaultMessage is:
|
||||
#. Service account is active
|
||||
msgctxt "checkbox label"
|
||||
msgid "Service account is active"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/customers/components/CustomerAddress/CustomerAddress.json
|
||||
#. [src.customers.components.CustomerAddress.3096438859] - button
|
||||
#. defaultMessage is:
|
||||
|
@ -7655,14 +7667,6 @@ msgctxt "attribute slug input field helper text"
|
|||
msgid "This is used internally. Make sure you don’t use spaces"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/products/components/ProductVariants/ProductVariants.json
|
||||
#. [src.products.components.ProductVariants.3156701241]
|
||||
#. defaultMessage is:
|
||||
#. This product has no variants
|
||||
msgctxt "description"
|
||||
msgid "This product has no variants"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json
|
||||
#. [src.shipping.components.ShippingZoneRateDialog.4226393146]
|
||||
#. defaultMessage is:
|
||||
|
@ -7679,6 +7683,14 @@ msgctxt "description"
|
|||
msgid "This rate will apply to all orders of all weights"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json
|
||||
#. [src.services.components.ServiceDefaultToken.2080322626]
|
||||
#. defaultMessage is:
|
||||
#. This token gives you access to your shop's API, which you'll find here: {url}
|
||||
msgctxt "description"
|
||||
msgid "This token gives you access to your shop's API, which you'll find here: {url}"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/shipping/components/ShippingWeightUnitForm/ShippingWeightUnitForm.json
|
||||
#. [src.shipping.components.ShippingWeightUnitForm.2863708228]
|
||||
#. defaultMessage is:
|
||||
|
@ -8335,8 +8347,8 @@ msgctxt "checkbox label"
|
|||
msgid "User has full access to the store"
|
||||
msgstr ""
|
||||
|
||||
#: build/locale/src/components/AccountStatus/AccountStatus.json
|
||||
#. [src.components.AccountStatus.881953347] - checkbox label
|
||||
#: build/locale/src/staff/components/StaffDetailsPage/StaffDetailsPage.json
|
||||
#. [src.staff.components.StaffDetailsPage.881953347] - checkbox label
|
||||
#. defaultMessage is:
|
||||
#. User is active
|
||||
msgctxt "checkbox label"
|
||||
|
|
|
@ -83,7 +83,15 @@ const ServiceCreatePage: React.FC<ServiceCreatePageProps> = props => {
|
|||
onChange={change}
|
||||
/>
|
||||
<CardSpacer />
|
||||
<AccountStatus data={data} disabled={disabled} onChange={change} />
|
||||
<AccountStatus
|
||||
data={data}
|
||||
disabled={disabled}
|
||||
label={intl.formatMessage({
|
||||
defaultMessage: "Service account is active",
|
||||
description: "checkbox label"
|
||||
})}
|
||||
onChange={change}
|
||||
/>
|
||||
</Grid>
|
||||
<SaveButtonBar
|
||||
disabled={disabled || !hasChanged}
|
||||
|
|
|
@ -104072,7 +104072,7 @@ exports[`Storyshots Views / Services / Create service default 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id MuiTypography-body2-id MuiFormControlLabel-label-id"
|
||||
>
|
||||
User is active
|
||||
Service account is active
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
|
@ -104521,7 +104521,7 @@ exports[`Storyshots Views / Services / Create service form errors 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id MuiTypography-body2-id MuiFormControlLabel-label-id"
|
||||
>
|
||||
User is active
|
||||
Service account is active
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
|
@ -104990,7 +104990,7 @@ exports[`Storyshots Views / Services / Create service loading 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id MuiTypography-body2-id MuiFormControlLabel-label-id MuiFormControlLabel-disabled-id"
|
||||
>
|
||||
User is active
|
||||
Service account is active
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
|
@ -105555,7 +105555,7 @@ exports[`Storyshots Views / Services / Service details default 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id MuiTypography-body2-id MuiFormControlLabel-label-id"
|
||||
>
|
||||
User is active
|
||||
Service account is active
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
|
@ -105602,13 +105602,26 @@ exports[`Storyshots Views / Services / Service details default token 1`] = `
|
|||
class="MuiCardContent-root-id"
|
||||
>
|
||||
<div
|
||||
class="ServiceTokenCreateDialog-text-id"
|
||||
class="ServiceTokenCreateDialog-content-id"
|
||||
>
|
||||
<p
|
||||
class="MuiTypography-root-id MuiTypography-body2-id"
|
||||
>
|
||||
We’ve created your default token. Make sure to copy your new personal access token now. You won’t be able to see it again.
|
||||
</p>
|
||||
<div>
|
||||
<p
|
||||
class="MuiTypography-root-id MuiTypography-body2-id"
|
||||
>
|
||||
We’ve created your default token. Make sure to copy your new personal access token now. You won’t be able to see it again.
|
||||
</p>
|
||||
<p
|
||||
class="MuiTypography-root-id MuiTypography-body2-id"
|
||||
>
|
||||
This token gives you access to your shop's API, which you'll find here:
|
||||
<a
|
||||
class="MuiTypography-root-id MuiTypography-body2-id Link-root-id Link-primary-id"
|
||||
href="https://example.com/graphql/"
|
||||
>
|
||||
https://example.com/graphql/
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
class="ServiceTokenCreateDialog-closeContainer-id"
|
||||
>
|
||||
|
@ -106189,7 +106202,7 @@ exports[`Storyshots Views / Services / Service details default token 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id MuiTypography-body2-id MuiFormControlLabel-label-id"
|
||||
>
|
||||
User is active
|
||||
Service account is active
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
|
@ -106754,7 +106767,7 @@ exports[`Storyshots Views / Services / Service details form errors 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id MuiTypography-body2-id MuiFormControlLabel-label-id"
|
||||
>
|
||||
User is active
|
||||
Service account is active
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
|
@ -107352,7 +107365,7 @@ exports[`Storyshots Views / Services / Service details loading 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id MuiTypography-body2-id MuiFormControlLabel-label-id MuiFormControlLabel-disabled-id"
|
||||
>
|
||||
User is active
|
||||
Service account is active
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue