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

View File

@ -174,8 +174,8 @@ class Scripts {
'wu_fields',
[
'l10n' => [
'image_picker_title' => __('Select an Image.', 'wp-ultimo'),
'image_picker_button_text' => __('Use this image', 'wp-ultimo'),
'image_picker_title' => __('Select an Image.', 'wp-multisite-waas'),
'image_picker_button_text' => __('Use this image', 'wp-multisite-waas'),
],
]
);
@ -271,7 +271,7 @@ class Scripts {
'LT' => $time_format,
'LTS' => str_replace(':i', ':i:s', (string) $time_format),
/* translators: the day/month/year date format used by WP Multisite WaaS. You can changed it to localize this date format to your language. the default value is d/m/Y, which is the format 31/12/2021. */
'L' => __('d/m/Y', 'wp-ultimo'),
'L' => __('d/m/Y', 'wp-multisite-waas'),
'LL' => $date_format,
'LLL' => sprintf('%s %s', $date_format, $time_format),
'LLLL' => sprintf('%s %s', $date_format, $time_format),
@ -281,22 +281,22 @@ class Scripts {
// phpcs:disable
$strings = [
'relativeTime' => [
'future' => __('in %s', 'wp-ultimo'),
'past' => __('%s ago', 'wp-ultimo'),
's' => __('a few seconds', 'wp-ultimo'),
'ss' => __('%d seconds', 'wp-ultimo'),
'm' => __('a minute', 'wp-ultimo'),
'mm' => __('%d minutes', 'wp-ultimo'),
'h' => __('an hour', 'wp-ultimo'),
'hh' => __('%d hours', 'wp-ultimo'),
'd' => __('a day', 'wp-ultimo'),
'dd' => __('%d days', 'wp-ultimo'),
'w' => __('a week', 'wp-ultimo'),
'ww' => __('%d weeks', 'wp-ultimo'),
'M' => __('a month', 'wp-ultimo'),
'MM' => __('%d months', 'wp-ultimo'),
'y' => __('a year', 'wp-ultimo'),
'yy' => __('%d years', 'wp-ultimo'),
'future' => __('in %s', 'wp-multisite-waas'),
'past' => __('%s ago', 'wp-multisite-waas'),
's' => __('a few seconds', 'wp-multisite-waas'),
'ss' => __('%d seconds', 'wp-multisite-waas'),
'm' => __('a minute', 'wp-multisite-waas'),
'mm' => __('%d minutes', 'wp-multisite-waas'),
'h' => __('an hour', 'wp-multisite-waas'),
'hh' => __('%d hours', 'wp-multisite-waas'),
'd' => __('a day', 'wp-multisite-waas'),
'dd' => __('%d days', 'wp-multisite-waas'),
'w' => __('a week', 'wp-multisite-waas'),
'ww' => __('%d weeks', 'wp-multisite-waas'),
'M' => __('a month', 'wp-multisite-waas'),
'MM' => __('%d months', 'wp-multisite-waas'),
'y' => __('a year', 'wp-multisite-waas'),
'yy' => __('%d years', 'wp-multisite-waas'),
],
'longDateFormat' => $long_date_formats,
];