mirror of
https://github.com/WenPai-org/wptag.git
synced 2025-08-03 12:23:41 +08:00
Introduce the main admin controllers, AJAX handlers, UI partials, and core classes for the WPTag plugin. This includes admin interface components, dashboard, settings, snippet management, asset files, and localization support. These files establish the foundation for managing code snippets, templates, and plugin settings within the WordPress admin.
298 lines
5.8 KiB
Text
298 lines
5.8 KiB
Text
# WPTAG WordPress Plugin
|
|
# Copyright (C) 2024 WPTAG Team
|
|
# This file is distributed under the GPL v2 or later.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: WPTAG 1.0.0\n"
|
|
"Report-Msgid-Bugs-To: https://wptag.com/support\n"
|
|
"POT-Creation-Date: 2024-01-01 00:00:00+00:00\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
#: admin/partials/dashboard.php:15
|
|
msgid "WPTAG Dashboard"
|
|
msgstr ""
|
|
|
|
#: admin/partials/dashboard.php:22
|
|
msgid "Total Snippets"
|
|
msgstr ""
|
|
|
|
#: admin/partials/dashboard.php:27
|
|
msgid "Active Snippets"
|
|
msgstr ""
|
|
|
|
#: admin/partials/dashboard.php:32
|
|
msgid "Inactive Snippets"
|
|
msgstr ""
|
|
|
|
#: admin/partials/dashboard.php:37
|
|
msgid "Success Rate"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:15
|
|
msgid "Code Snippets"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:17
|
|
msgid "Add New"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:25
|
|
msgid "Search"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:26
|
|
msgid "Search snippets..."
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:31
|
|
msgid "Category"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:33
|
|
msgid "All Categories"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:43
|
|
msgid "Position"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:45
|
|
msgid "All Positions"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:55
|
|
msgid "Status"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:57
|
|
msgid "All Status"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:58
|
|
msgid "Active"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:59
|
|
msgid "Inactive"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:71
|
|
msgid "No snippets found"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:72
|
|
msgid "Get started by creating your first code snippet."
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:74
|
|
msgid "Create Snippet"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:81
|
|
msgid "Name"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:82
|
|
msgid "Priority"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:83
|
|
msgid "Actions"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:115
|
|
msgid "Edit"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:119
|
|
msgid "Enable"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:119
|
|
msgid "Disable"
|
|
msgstr ""
|
|
|
|
#: admin/partials/snippets.php:122
|
|
msgid "Delete"
|
|
msgstr ""
|
|
|
|
#: admin/partials/templates.php:11
|
|
msgid "Service Templates"
|
|
msgstr ""
|
|
|
|
#: admin/partials/templates.php:17
|
|
msgid "Service templates help you quickly add popular services to your site. Simply select a template, enter your configuration details, and a snippet will be created automatically."
|
|
msgstr ""
|
|
|
|
#: admin/partials/templates.php:22
|
|
msgid "All Templates"
|
|
msgstr ""
|
|
|
|
#: admin/partials/templates.php:48
|
|
msgid "No templates found"
|
|
msgstr ""
|
|
|
|
#: admin/partials/templates.php:49
|
|
msgid "No templates available in this category."
|
|
msgstr ""
|
|
|
|
#: admin/partials/templates.php:68
|
|
msgid "Use This Template"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:11
|
|
msgid "WPTAG Settings"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:20
|
|
msgid "Cache Settings"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:23
|
|
msgid "Enable Cache"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:27
|
|
msgid "Enable caching for better performance"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:30
|
|
msgid "Caching stores processed snippets and conditions to improve page load times."
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:37
|
|
msgid "Cache Duration"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:42
|
|
msgid "seconds"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:44
|
|
msgid "How long to keep cached data. Default is 3600 seconds (1 hour)."
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:50
|
|
msgid "Cache Status"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:54
|
|
msgid "Cache Enabled:"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:55
|
|
msgid "Yes"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:55
|
|
msgid "No"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:64
|
|
msgid "Clear Cache Now"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:71
|
|
msgid "Debug Settings"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:74
|
|
msgid "Debug Mode"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:78
|
|
msgid "Enable debug mode"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:81
|
|
msgid "Show additional information in HTML comments for troubleshooting."
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:87
|
|
msgid "Uninstall Settings"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:90
|
|
msgid "Data Cleanup"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:94
|
|
msgid "Remove all data when uninstalling the plugin"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:97
|
|
msgid "Warning: This will permanently delete all snippets, templates, and settings when the plugin is uninstalled."
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:103
|
|
msgid "Import/Export"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:106
|
|
msgid "Export Snippets"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:108
|
|
msgid "Export all your snippets to a JSON file for backup or migration."
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:110
|
|
msgid "Export All Snippets"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:116
|
|
msgid "Import Snippets"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:118
|
|
msgid "Import snippets from a JSON file."
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:121
|
|
msgid "Import Snippets"
|
|
msgstr ""
|
|
|
|
#: admin/partials/settings.php:129
|
|
msgid "Save Settings"
|
|
msgstr ""
|
|
|
|
#: includes/class-wptag-snippet-manager.php:355
|
|
msgid "Statistics"
|
|
msgstr ""
|
|
|
|
#: includes/class-wptag-snippet-manager.php:356
|
|
msgid "Marketing"
|
|
msgstr ""
|
|
|
|
#: includes/class-wptag-snippet-manager.php:357
|
|
msgid "Advertising"
|
|
msgstr ""
|
|
|
|
#: includes/class-wptag-snippet-manager.php:358
|
|
msgid "SEO"
|
|
msgstr ""
|
|
|
|
#: includes/class-wptag-snippet-manager.php:359
|
|
msgid "Custom"
|
|
msgstr ""
|
|
|
|
#: includes/class-wptag-snippet-manager.php:365
|
|
msgid "Site Header"
|
|
msgstr ""
|
|
|
|
#: includes/class-wptag-snippet-manager.php:366
|
|
msgid "Site Footer"
|
|
msgstr ""
|
|
|
|
#: includes/class-wptag-snippet-manager.php:367
|
|
msgid "Before Post Content"
|
|
msgstr ""
|
|
|
|
#: includes/class-wptag-snippet-manager.php:368
|
|
msgid "After Post Content"
|
|
msgstr ""
|