Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
Change authorize/deauthorize to connect/disconnect
Dieser Commit ist enthalten in:
Ursprung
191aa08a29
Commit
741491aa48
1 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
|
@ -167,13 +167,13 @@ en:
|
||||||
destroy_complete: Destruction complete
|
destroy_complete: Destruction complete
|
||||||
subscription:
|
subscription:
|
||||||
documentation: Check out the subscription documentation
|
documentation: Check out the subscription documentation
|
||||||
authorize: "Authorize this forum to use your Custom Wizard subscription plan on %{server}."
|
authorize: "Connect this forum to use your Custom Wizard subscription plan on %{server}."
|
||||||
not_subscribed: "You've authorized, but are not currently subscribed to a Custom Wizard plan on %{server}."
|
not_subscribed: "You've connected, but are not currently subscribed to a Custom Wizard plan on %{server}."
|
||||||
subscription_expiring: "Your subscription is active, but will expire in the next 48 hours."
|
subscription_expiring: "Your subscription is active, but will expire in the next 48 hours."
|
||||||
subscription_active: "Your subscription is active."
|
subscription_active: "Your subscription is active."
|
||||||
subscription_inactive: "Your subscription is inactive on this forum. Read more in <a href='https://pavilion.tech/products/discourse-custom-wizard-plugin/documentation/'>the documentation</a>."
|
subscription_inactive: "Your subscription is inactive on this forum. Read more in <a href='https://pavilion.tech/products/discourse-custom-wizard-plugin/documentation/'>the documentation</a>."
|
||||||
unauthorized: "You're unauthorized. If you have a subscription, it will become inactive in the next 48 hours."
|
unauthorized: "You're not connected. If you have a subscription, it will become inactive in the next 48 hours."
|
||||||
unauthorize_failed: Failed to unauthorize.
|
unauthorize_failed: Failed to disconnect.
|
||||||
submissions:
|
submissions:
|
||||||
select: "Select a wizard to see its submissions"
|
select: "Select a wizard to see its submissions"
|
||||||
viewing: "You're viewing the submissions of the %{wizardName}"
|
viewing: "You're viewing the submissions of the %{wizardName}"
|
||||||
|
@ -546,11 +546,11 @@ en:
|
||||||
subscription:
|
subscription:
|
||||||
title: Subscriber Features
|
title: Subscriber Features
|
||||||
authorize:
|
authorize:
|
||||||
label: Authorize
|
label: Connect
|
||||||
title: Authorize your subscription on this site
|
title: Connect your subscription to this site
|
||||||
deauthorize:
|
deauthorize:
|
||||||
label: Deauthorize
|
label: Disconnect
|
||||||
title: Deauthorize your subscription on this site
|
title: Disconnect your subscription from this site
|
||||||
update:
|
update:
|
||||||
title: "Update subscription status"
|
title: "Update subscription status"
|
||||||
subscribed:
|
subscribed:
|
||||||
|
|
Laden …
In neuem Issue referenzieren