Commit realizado el 12:13:52 08-04-2024
This commit is contained in:
13
wp-content/themes/Divi/common/i18n/ai.php
Normal file
13
wp-content/themes/Divi/common/i18n/ai.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Internationalization.
|
||||
*
|
||||
* @package Divi
|
||||
*/
|
||||
|
||||
return [
|
||||
'Search' => esc_html__( 'Search', 'et_builder' ),
|
||||
'Translate' => esc_html__( 'Translate', 'et_builder' ),
|
||||
'Quick Actions' => esc_html__( 'Quick Actions', 'et_builder' ),
|
||||
'Code With AI' => esc_html__( 'Code With AI', 'et_builder' ),
|
||||
];
|
49
wp-content/themes/Divi/common/i18n/library.php
Normal file
49
wp-content/themes/Divi/common/i18n/library.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
/**
|
||||
* Internationalization.
|
||||
*
|
||||
* @package Divi
|
||||
*/
|
||||
|
||||
return [
|
||||
// phpcs:disable WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned, WordPress.Arrays.MultipleStatementAlignment.LongIndexSpaceBeforeDoubleArrow -- Trying to align will make the code less readable.
|
||||
'%s Name' => esc_html__( '%s Name', 'et_builder' ),
|
||||
'Save %s' => esc_html__( 'Save %s', 'et_builder' ),
|
||||
'Theme Options' => esc_html__( 'Theme Options', 'et_builder' ),
|
||||
'CSS' => esc_html__( 'CSS', 'et_builder' ),
|
||||
'CSS Snippet' => esc_html__( 'CSS Snippet', 'et_builder' ),
|
||||
'Code Snippet' => esc_html__( 'Code Snippet', 'et_builder' ),
|
||||
'HTML/JS Snippet' => esc_html__( 'HTML/JS Snippet', 'et_builder' ),
|
||||
'Code' => esc_html__( 'Code', 'et_builder' ),
|
||||
'Divi Library Snippet Name' => esc_html__( 'Divi Library Snippet Name', 'et_builder' ),
|
||||
'Save To Library' => esc_html__( 'Save To Library', 'et_builder' ),
|
||||
'Save To Divi Cloud' => esc_html__( 'Save To Divi Cloud', 'et_builder' ),
|
||||
'Log In To Divi Cloud' => esc_html__( 'Log In To Divi Cloud', 'et_builder' ),
|
||||
'Portability' => esc_html__( 'Portability', 'et_builder' ),
|
||||
'Export' => esc_html__( 'Export', 'et_builder' ),
|
||||
'Import' => esc_html__( 'Import', 'et_builder' ),
|
||||
'Options' => esc_html__( 'Options', 'et_builder' ),
|
||||
'Choose File' => esc_html__( 'Choose File', 'et_builder' ),
|
||||
'No File Selected' => esc_html__( 'No File Selected', 'et_builder' ),
|
||||
'Export %s Name' => esc_html__( 'Export %s Name', 'et_builder' ),
|
||||
'Import To Cloud' => esc_html__( 'Import To Cloud', 'et_builder' ),
|
||||
'Export %s' => esc_html__( 'Export %s', 'et_builder' ),
|
||||
'Import %s' => esc_html__( 'Import %s', 'et_builder' ),
|
||||
'Replace Existing Content' => esc_html__( 'Replace Existing Content', 'et_builder' ),
|
||||
'Download Backup Before Importing' => esc_html__( 'Download Backup Before Importing', 'et_builder' ),
|
||||
'Save this %s to the Divi Library for later use.' => esc_html__( 'Save this %s to the Divi Library for later use.', 'et_builder' ),
|
||||
'Exporting your %s will create a JSON file that can be imported into a different area.' => esc_html__( 'Exporting your %s will create a JSON file that can be imported into a different area.', 'et_builder' ),
|
||||
'Save Selection Only' => esc_html__( 'Save Selection Only', 'et_builder' ),
|
||||
'Create New Category/Categories' => esc_html__( 'Create New Category/Categories', 'et_builder' ),
|
||||
'Create New Tag(s)' => esc_html__( 'Create New Tag(s)', 'et_builder' ),
|
||||
'Choose Library' => esc_html__( 'Choose Library', 'et_builder' ),
|
||||
'My Cloud' => esc_html__( 'My Cloud', 'et_builder' ),
|
||||
'My Divi Cloud' => esc_html__( 'My Divi Cloud', 'et_builder' ),
|
||||
'Save Items To Divi Cloud' => esc_html__( 'Save Items To Divi Cloud', 'et_builder' ),
|
||||
'Save items to the Divi Cloud for later use' => esc_html__( 'Save items to the Divi Cloud for later use.', 'et_builder' ),
|
||||
'nonLoggedIn$upsellCTADescription' => esc_html__( 'When you save layouts to Divi Cloud, they become available on every website you build.', 'et_builder' ),
|
||||
'nonLoggedIn$upsellCTAButtonText' => esc_html__( 'Learn More', 'et_builder' ),
|
||||
'loggedIn$upsellCTADescription' => esc_html__( 'Upgrade to Unlimited Divi Cloud Storage!', 'et_builder' ),
|
||||
'loggedIn$upsellCTAButtonText' => esc_html__( 'Get Unlimited Storage', 'et_builder' ),
|
||||
// phpcs:enable
|
||||
];
|
Reference in New Issue
Block a user