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

@@ -20,22 +20,22 @@ defined('ABSPATH') || exit;
*/
return [
'severity' => [
'description' => __('Severity of the problem.', 'wp-ultimo'),
'description' => __('Severity of the problem.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'date_created' => [
'description' => __('Date when the event was created.', 'wp-ultimo'),
'description' => __('Date when the event was created.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'payload' => [
'description' => __('Payload of the event.', 'wp-ultimo'),
'description' => __('Payload of the event.', 'wp-multisite-waas'),
'type' => 'object',
'required' => false,
],
'initiator' => [
'description' => __('The type of user responsible for initiating the event. There are two options: Manual and System. By default, the event is saved as manual.', 'wp-ultimo'),
'description' => __('The type of user responsible for initiating the event. There are two options: Manual and System. By default, the event is saved as manual.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
'enum' => [
@@ -44,32 +44,32 @@ return [
],
],
'object_type' => [
'description' => __("The type of object related to this event. It's usually the model name.", 'wp-ultimo'),
'description' => __("The type of object related to this event. It's usually the model name.", 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'slug' => [
'description' => __('The event slug. It needs to be unique and preferably make it clear what it is about. Example: account_created is about creating an account.', 'wp-ultimo'),
'description' => __('The event slug. It needs to be unique and preferably make it clear what it is about. Example: account_created is about creating an account.', 'wp-multisite-waas'),
'type' => 'string',
'required' => false,
],
'object_id' => [
'description' => __('The ID of the related objects.', 'wp-ultimo'),
'description' => __('The ID of the related objects.', 'wp-multisite-waas'),
'type' => 'integer',
'required' => false,
],
'date_modified' => [
'description' => __('Model last modification date.', 'wp-ultimo'),
'description' => __('Model last modification date.', 'wp-multisite-waas'),
'type' => 'string',
'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,
],