Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
locale changes
Dieser Commit ist enthalten in:
Ursprung
c0082b82b9
Commit
4422badf6a
2 geänderte Dateien mit 9 neuen und 5 gelöschten Zeilen
|
@ -3,7 +3,7 @@
|
||||||
{{conditional-loading-spinner size="small" condition=unauthorizing}}
|
{{conditional-loading-spinner size="small" condition=unauthorizing}}
|
||||||
<DButton
|
<DButton
|
||||||
class="deauthorize"
|
class="deauthorize"
|
||||||
@title={{i18n "admin.subscription_client.supplier.deauthorize"}}
|
@title={{i18n "admin.wizard.subscription.deauthorize.title"}}
|
||||||
@disabled={{unauthorizing}}
|
@disabled={{unauthorizing}}
|
||||||
@action={{this.deauthorize}}
|
@action={{this.deauthorize}}
|
||||||
>
|
>
|
||||||
|
@ -13,8 +13,8 @@
|
||||||
<DButton
|
<DButton
|
||||||
@icon="id-card"
|
@icon="id-card"
|
||||||
class="btn-primary"
|
class="btn-primary"
|
||||||
@label="admin.wizard.subscription.authorize"
|
@label="admin.wizard.subscription.authorize.label"
|
||||||
@title="admin.wizard.subscription.authorize"
|
@title="admin.wizard.subscription.authorize.title"
|
||||||
@action={{this.authorize}}
|
@action={{this.authorize}}
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -545,8 +545,12 @@ en:
|
||||||
|
|
||||||
subscription:
|
subscription:
|
||||||
title: Subscriber Features
|
title: Subscriber Features
|
||||||
authorize: "Authorize Subscription"
|
authorize:
|
||||||
deauthorize: "deauthorize Subscription"
|
label: "Authorize"
|
||||||
|
title: “Authorize your subscription on this site”
|
||||||
|
deauthorize:
|
||||||
|
label: "deauthorize"
|
||||||
|
title: “Deauthorize your subscription on this site”
|
||||||
subscribed:
|
subscribed:
|
||||||
label: Subscribed
|
label: Subscribed
|
||||||
title: You're subscribed and can use these features
|
title: You're subscribed and can use these features
|
||||||
|
|
Laden …
In neuem Issue referenzieren