Update tranlation text domain

This commit is contained in:
David Stone
2025-02-15 23:19:24 -07:00
parent 217009caab
commit f05ab77418
424 changed files with 6368 additions and 6368 deletions
assets/img
data
inc
admin-pages
class-about-admin-page.phpclass-base-admin-page.phpclass-base-customer-facing-admin-page.phpclass-broadcast-edit-admin-page.phpclass-broadcast-list-admin-page.phpclass-checkout-form-edit-admin-page.phpclass-checkout-form-list-admin-page.phpclass-customer-edit-admin-page.phpclass-customer-list-admin-page.phpclass-customizer-admin-page.phpclass-dashboard-admin-page.phpclass-discount-code-edit-admin-page.phpclass-discount-code-list-admin-page.phpclass-domain-edit-admin-page.phpclass-domain-list-admin-page.phpclass-edit-admin-page.phpclass-email-edit-admin-page.phpclass-email-list-admin-page.phpclass-email-template-customize-admin-page.phpclass-event-list-admin-page.phpclass-event-view-admin-page.phpclass-hosting-integration-wizard-admin-page.phpclass-invoice-template-customize-admin-page.phpclass-jobs-list-admin-page.phpclass-list-admin-page.phpclass-membership-edit-admin-page.phpclass-membership-list-admin-page.phpclass-migration-alert-admin-page.phpclass-payment-edit-admin-page.phpclass-payment-list-admin-page.phpclass-placeholders-admin-page.phpclass-product-edit-admin-page.phpclass-product-list-admin-page.phpclass-settings-admin-page.phpclass-setup-wizard-admin-page.phpclass-shortcodes-admin-page.phpclass-site-edit-admin-page.phpclass-site-list-admin-page.phpclass-system-info-admin-page.phpclass-tax-rates-admin-page.phpclass-template-previewer-customize-admin-page.phpclass-top-admin-nav-menu.phpclass-view-logs-admin-page.phpclass-webhook-edit-admin-page.phpclass-webhook-list-admin-page.phpclass-wizard-admin-page.php
customer-panel
debug
api
checkout
class-cart.phpclass-checkout-pages.phpclass-checkout.phpclass-legacy-checkout.phpclass-line-item.php
signup-fields
class-api.phpclass-dashboard-widgets.phpclass-domain-mapping.phpclass-hooks.phpclass-logger.phpclass-maintenance-mode.phpclass-newsletter.phpclass-requirements.phpclass-scripts.phpclass-settings.phpclass-sunrise.phpclass-user-switching.phpclass-whitelabel.php
compat
country
database
debug
deprecated
development
query-monitor
domain-mapping
functions
gateways
helpers
installers
integrations
internal
invoices
limits
list-tables
managers
models
objects
site-templates
sso
tax
traits
ui
sunrise.php
views
about.php
admin-pages
base
broadcast
checkout
customers
dashboard-statistics
dashboard-widgets
domain
email
emails
events
invoice
legacy
limitations
memberships
payments
settings
shortcodes
sites
system-info
taxes
ui
wizards

@@ -22,37 +22,37 @@ use WP_Ultimo\Database\Memberships\Membership_Status;
*/
return [
'customer_id' => [
'description' => __('The ID of the customer attached to this membership.', 'wp-ultimo'),
'description' => __('The ID of the customer attached to this membership.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => true,
],
'user_id' => [
'description' => __('The user ID attached to this membership.', 'wp-ultimo'),
'description' => __('The user ID attached to this membership.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'plan_id' => [
'description' => __('The plan ID associated with the membership.', 'wp-ultimo'),
'description' => __('The plan ID associated with the membership.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => true,
],
'addon_products' => [
'description' => __('Additional products related to this membership. Services, Packages or other types of products.', 'wp-ultimo'),
'description' => __('Additional products related to this membership. Services, Packages or other types of products.', 'wp-multisite-waas'),
'type' => 'mixed',
'required' => false,
],
'currency' => [
'description' => __("The currency that this membership. It's a 3-letter code. E.g. 'USD'.", 'wp-ultimo'),
'description' => __("The currency that this membership. It's a 3-letter code. E.g. 'USD'.", 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'duration' => [
'description' => __('The interval period between a charge. Only the interval amount, the unit will be defined in another property.', 'wp-ultimo'),
'description' => __('The interval period between a charge. Only the interval amount, the unit will be defined in another property.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'duration_unit' => [
'description' => __("The duration amount type. Can be 'day', 'week', 'month' or 'year'.", 'wp-ultimo'),
'description' => __("The duration amount type. Can be 'day', 'week', 'month' or 'year'.", 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
'enum' => [
@@ -63,118 +63,118 @@ return [
],
],
'amount' => [
'description' => __('The product amount.', 'wp-ultimo'),
'description' => __('The product amount.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'initial_amount' => [
'description' => __('The initial amount charged for this membership, including the setup fee.', 'wp-ultimo'),
'description' => __('The initial amount charged for this membership, including the setup fee.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'date_created' => [
'description' => __('Date of creation of this membership.', 'wp-ultimo'),
'description' => __('Date of creation of this membership.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'date_activated' => [
'description' => __('Date when this membership was activated.', 'wp-ultimo'),
'description' => __('Date when this membership was activated.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'date_trial_end' => [
'description' => __('Date when the trial period ends, if this membership has or had a trial period.', 'wp-ultimo'),
'description' => __('Date when the trial period ends, if this membership has or had a trial period.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'date_renewed' => [
'description' => __('Date when the membership was cancelled.', 'wp-ultimo'),
'description' => __('Date when the membership was cancelled.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'date_cancellation' => [
'description' => __('Date when the membership was cancelled.', 'wp-ultimo'),
'description' => __('Date when the membership was cancelled.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'date_expiration' => [
'description' => __('Date when the membership will expiry.', 'wp-ultimo'),
'description' => __('Date when the membership will expiry.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'date_payment_plan_completed' => [
'description' => __('Change of the payment completion for the plan value.', 'wp-ultimo'),
'description' => __('Change of the payment completion for the plan value.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'auto_renew' => [
'description' => __('If this membership should auto-renewal.', 'wp-ultimo'),
'description' => __('If this membership should auto-renewal.', 'wp-multisite-waas'),
'type' => 'boolean',
'required' => false,
],
'times_billed' => [
'description' => __('Amount of times this membership got billed.', 'wp-ultimo'),
'description' => __('Amount of times this membership got billed.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'billing_cycles' => [
'description' => __('Maximum times we should charge this membership.', 'wp-ultimo'),
'description' => __('Maximum times we should charge this membership.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'status' => [
'description' => __("The membership status. Can be 'pending', 'active', 'on-hold', 'expired', 'cancelled' or other values added by third-party add-ons.", 'wp-ultimo'),
'description' => __("The membership status. Can be 'pending', 'active', 'on-hold', 'expired', 'cancelled' or other values added by third-party add-ons.", 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
'enum' => Membership_Status::get_allowed_list(),
],
'gateway_customer_id' => [
'description' => __('The ID of the customer on the payment gateway database.', 'wp-ultimo'),
'description' => __('The ID of the customer on the payment gateway database.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'gateway_subscription_id' => [
'description' => __('The ID of the subscription on the payment gateway database.', 'wp-ultimo'),
'description' => __('The ID of the subscription on the payment gateway database.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'gateway' => [
'description' => __('ID of the gateway being used on this subscription.', 'wp-ultimo'),
'description' => __('ID of the gateway being used on this subscription.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'signup_method' => [
'description' => __('Signup method used to create this membership.', 'wp-ultimo'),
'description' => __('Signup method used to create this membership.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'upgraded_from' => [
'description' => __('Plan that this membership upgraded from.', 'wp-ultimo'),
'description' => __('Plan that this membership upgraded from.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'date_modified' => [
'description' => __('Date this membership was last modified.', 'wp-ultimo'),
'description' => __('Date this membership was last modified.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'disabled' => [
'description' => __('If this membership is a disabled one.', 'wp-ultimo'),
'description' => __('If this membership is a disabled one.', 'wp-multisite-waas'),
'type' => 'boolean',
'required' => false,
],
'recurring' => [
'description' => __('If this membership is recurring (true), which means the customer paid a defined amount each period of time, or not recurring (false).', 'wp-ultimo'),
'description' => __('If this membership is recurring (true), which means the customer paid a defined amount each period of time, or not recurring (false).', 'wp-multisite-waas'),
'type' => 'boolean',
'required' => false,
],
'migrated_from_id' => [
'description' => __('The ID of the original 1.X model that was used to generate this item on migration.', 'wp-ultimo'),
'description' => __('The ID of the original 1.X model that was used to generate this item on migration.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'skip_validation' => [
'description' => __('Set true to have field information validation bypassed when saving this event.', 'wp-ultimo'),
'description' => __('Set true to have field information validation bypassed when saving this event.', 'wp-multisite-waas'),
'type' => 'boolean',
'required' => false,
],