# Copyright (C) 2026 WPDeveloper # This file is distributed under the GPL-3.0+. msgid "" msgstr "" "Project-Id-Version: BetterDocs 4.9.2\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/betterdocs\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2026-09-14T04:58:12+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Domain: betterdocs\n" #. Plugin Name of the plugin #: betterdocs.php #: includes/Abilities/AbilitiesRegistrar.php:133 #: includes/Admin/Customizer/Customizer.php:66 #: includes/Core/PostType.php:1284 #: includes/Core/UnifiedMetabox.php:71 #: includes/Editors/BlockEditor.php:43 #: includes/Editors/Elementor.php:711 #: includes/Editors/Elementor/SingleDocs.php:104 #: views/templates/parts/credit.php:20 #: assets/build/admin/js/dashboard.js:19 msgid "BetterDocs" msgstr "" #. Plugin URI of the plugin #: betterdocs.php msgid "https://betterdocs.co/" msgstr "" #. Description of the plugin #: betterdocs.php msgid "Create stunning Knowledge base & FAQs for your WordPress website and reduce support pressure with the help of BetterDocs. Get access to amazing templates and create fully customizable KB with AI Write." msgstr "" #. Author of the plugin #: betterdocs.php msgid "WPDeveloper" msgstr "" #. Author URI of the plugin #: betterdocs.php msgid "https://wpdeveloper.com" msgstr "" #: includes/Abilities/AbilitiesRegistrar.php:134 msgid "Create and manage docs, categories, tags, FAQs, knowledge bases, settings and analytics." msgstr "" #: includes/Abilities/AbilitiesRegistrar.php:432 #: assets/build/admin/js/dashboard.js:15 msgid "WordPress core" msgstr "" #: includes/Abilities/AbilitiesRegistrar.php:433 msgid "BetterDocs' bundled runtime" msgstr "" #: includes/Abilities/AbilitiesRegistrar.php:434 msgid "another plugin" msgstr "" #: includes/Abilities/AbilitiesRegistrar.php:435 msgid "nobody" msgstr "" #. translators: 1: capability name, 2: what the caller was trying to do. #: includes/Abilities/AbilityError.php:49 msgid "You need the \"%1$s\" capability to %2$s." msgstr "" #: includes/Abilities/AbilityError.php:56 msgid "Ask an administrator to grant it (bd-get-status lists missing capabilities)." msgstr "" #. translators: %s: feature name. #: includes/Abilities/AbilityError.php:80 msgid "%s need BetterDocs Pro, which is installed but not active on this site." msgstr "" #. translators: %s: feature name. #: includes/Abilities/AbilityError.php:84 msgid "%s need BetterDocs Pro, which is active but has no valid licence on this site." msgstr "" #. translators: %s: feature name. #: includes/Abilities/AbilityError.php:88 msgid "%s need BetterDocs Pro, which is not installed on this site." msgstr "" #. translators: %s: feature name. #: includes/Abilities/AbilityError.php:123 msgid "%s is off. Enable it and this will work (from the next request)." msgstr "" #. translators: 1: object type, 2: identifier. #: includes/Abilities/AbilityError.php:178 msgid "No %1$s found with the id %2$s." msgstr "" #. translators: %s: MCP tool name. #: includes/Abilities/AbilityError.php:255 msgid "The credential this connection uses is read-only, so \"%s\" cannot run." msgstr "" #. translators: %s: MCP tool name. #: includes/Abilities/AbilityError.php:279 msgid "There is no tool called \"%s\" on this site. Call tools/list for the current catalog." msgstr "" #: includes/Abilities/Analytics/GetDocAnalytics.php:54 msgid "Get doc analytics" msgstr "" #: includes/Abilities/Analytics/GetDocAnalytics.php:55 msgid "Read one doc's views, unique views and reactions, for all time or a date range, optionally broken down by day. BetterDocs Free counts a view only when someone opens the single doc page in a browser, so these are page views, not REST reads. Site-wide analytics is bd-get-analytics, which needs BetterDocs Pro." msgstr "" #: includes/Abilities/Analytics/GetDocAnalytics.php:87 msgid "The doc to report on. Required." msgstr "" #: includes/Abilities/Analytics/GetDocAnalytics.php:91 msgid "First day to count, as YYYY-MM-DD. Omit for all time." msgstr "" #: includes/Abilities/Analytics/GetDocAnalytics.php:95 msgid "Last day to count, as YYYY-MM-DD, inclusive. Omit for all time." msgstr "" #: includes/Abilities/Analytics/GetDocAnalytics.php:101 msgid "day also returns a per-day series. Days with no activity are absent from it rather than reported as zero." msgstr "" #: includes/Abilities/Analytics/GetDocAnalytics.php:192 msgid "start_date is after end_date." msgstr "" #. translators: 1: field name, 2: the value sent. #: includes/Abilities/Analytics/GetDocAnalytics.php:330 msgid "%1$s must be a date as YYYY-MM-DD; got \"%2$s\"." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:62 msgid "Create doc" msgstr "" #: includes/Abilities/Docs/CreateDoc.php:63 msgid "Create a BetterDocs doc. Content is markdown by default and is converted to WordPress blocks. Categories, tags and glossary terms may be given by id or by name — a name that does not exist yet is created. Knowledge bases must already exist. Glossary terms need the enable_glossaries setting on." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:95 msgid "The doc title. Required." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:99 msgid "The body, in the format named by content_format." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:105 msgid "How to read content: markdown (default, converted to blocks), html (converted to blocks) or blocks (already serialised block markup)." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:111 msgid "Publication status. Publishing needs the publish_docs capability." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:115 msgid "Optional summary. Plain text." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:117 msgid "Doc categories, by id or name. A name that does not exist is created." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:118 msgid "Doc tags, by id or name. A name that does not exist is created." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:119 msgid "Knowledge bases, by id, slug or name. Never created here — use bd-create-knowledge-base." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:120 msgid "Glossary terms, by id or name. A name that does not exist is created. Needs the enable_glossaries setting on." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:123 msgid "User id to credit. Defaults to the calling user; setting someone else needs edit_others_docs." msgstr "" #: includes/Abilities/Docs/CreateDoc.php:158 msgid "create a doc" msgstr "" #: includes/Abilities/Docs/CreateDoc.php:162 msgid "The doc was not created and WordPress reported no reason." msgstr "" #: includes/Abilities/Docs/DeleteDoc.php:40 msgid "Delete doc" msgstr "" #: includes/Abilities/Docs/DeleteDoc.php:41 msgid "Trash a BetterDocs doc, or delete it permanently with force:true. Trashing is reversible; force is not." msgstr "" #: includes/Abilities/Docs/DeleteDoc.php:73 msgid "The doc id to delete. Required." msgstr "" #: includes/Abilities/Docs/DeleteDoc.php:78 msgid "false (default) moves the doc to the trash and can be undone. true deletes it permanently." msgstr "" #. translators: %d: doc id. #: includes/Abilities/Docs/DeleteDoc.php:122 #: includes/Abilities/Docs/DeleteDoc.php:142 msgid "delete doc #%d" msgstr "" #: includes/Abilities/Docs/GetDoc.php:55 msgid "Get doc" msgstr "" #: includes/Abilities/Docs/GetDoc.php:56 msgid "Read one BetterDocs doc by id or slug: its raw block content, its rendered HTML, its categories, tags and knowledge bases, its view and reaction counts, and which FAQ groups its FAQ blocks show." msgstr "" #: includes/Abilities/Docs/GetDoc.php:87 msgid "The doc id. Give this or slug." msgstr "" #: includes/Abilities/Docs/GetDoc.php:91 msgid "The doc slug, as it appears in the URL. Give this or id." msgstr "" #: includes/Abilities/Docs/GetDoc.php:97 msgid "edit (default) includes the raw block content, and quietly falls back to view for a doc you may read but not edit; view returns only the rendered HTML." msgstr "" #: includes/Abilities/Docs/GetDoc.php:152 msgid "Give either id or slug." msgstr "" #. translators: %d: doc id. #: includes/Abilities/Docs/GetDoc.php:174 #: includes/Abilities/Docs/GetDoc.php:193 msgid "read doc #%d" msgstr "" #: includes/Abilities/Docs/GetDoc.php:249 msgid "look a doc up by slug" msgstr "" #: includes/Abilities/Docs/ListDocs.php:61 msgid "List docs" msgstr "" #: includes/Abilities/Docs/ListDocs.php:62 msgid "List and filter BetterDocs docs by search text, category, tag, knowledge base, glossary term, status, author or slug. Terms may be given by id, slug or name; a filter never creates a term. Returns a page of doc summaries. total counts every match, while items omits any doc this user may not read, so a page can be shorter than total suggests." msgstr "" #: includes/Abilities/Docs/ListDocs.php:93 msgid "Free-text search over title and content." msgstr "" #: includes/Abilities/Docs/ListDocs.php:97 msgid "A doc category, by id, slug or name. Never created." msgstr "" #: includes/Abilities/Docs/ListDocs.php:101 msgid "A doc tag, by id, slug or name. Never created." msgstr "" #: includes/Abilities/Docs/ListDocs.php:105 msgid "A knowledge base, by id, slug or name. Never created." msgstr "" #: includes/Abilities/Docs/ListDocs.php:109 msgid "A glossary term, by id, slug or name. Never created. Needs the enable_glossaries setting on." msgstr "" #: includes/Abilities/Docs/ListDocs.php:115 msgid "Publication status to filter on. Defaults to any." msgstr "" #: includes/Abilities/Docs/ListDocs.php:119 msgid "Only docs by this user id." msgstr "" #: includes/Abilities/Docs/ListDocs.php:123 msgid "Only the doc with this exact slug." msgstr "" #: includes/Abilities/Docs/ListDocs.php:129 msgid "Sort field. relevance only means anything alongside search." msgstr "" #: includes/Abilities/Docs/ListDocs.php:146 msgid "Docs per page, 1–100." msgstr "" #: includes/Abilities/Docs/ListDocs.php:238 msgid "list docs" msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:45 msgid "Update doc" msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:46 msgid "Update a BetterDocs doc by id. Only the fields you send change. content replaces the whole body; append_content adds to the end of it. Category, tag, knowledge base and glossary term lists REPLACE what the doc has — omit them to leave the terms alone." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:77 msgid "The doc id to update. Required." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:80 msgid "A new title. Omit to leave it alone." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:82 msgid "Replacement body, in the format named by content_format. Omit to leave the body alone." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:86 msgid "Content to add to the end of the doc, in the format named by content_format. The existing blocks are left byte-identical. Cannot be combined with content." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:89 msgid "A new publication status. Omit to leave it alone." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:93 msgid "REPLACES the doc categories, by id or name. A name that does not exist is created. Omit to leave them alone; send [] to clear them." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:94 msgid "REPLACES the doc tags, by id or name. A name that does not exist is created. Omit to leave them alone; send [] to clear them." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:95 msgid "REPLACES the knowledge bases, by id, slug or name. Never created here. Omit to leave them alone; send [] to clear them." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:96 msgid "REPLACES the glossary terms, by id or name. A name that does not exist is created. Omit to leave them alone; send [] to clear them. Needs the enable_glossaries setting on." msgstr "" #. translators: %d: doc id. #: includes/Abilities/Docs/UpdateDoc.php:127 #: includes/Abilities/Docs/UpdateDoc.php:170 msgid "edit doc #%d" msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:136 msgid "Send either content (replaces the body) or append_content (adds to it), not both." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:159 msgid "Nothing to update: send at least one field besides id." msgstr "" #: includes/Abilities/Docs/UpdateDoc.php:198 msgid "read the doc before appending to it" msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:56 msgid "Attach FAQ groups to a doc" msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:57 msgid "Show FAQ groups on a doc. Attaching writes a betterdocs/faq block into the doc content (there is no relation field). Re-running with the same groups is a no-op. Use replace_faq_blocks to narrow to a different set. Bare-id FAQ blocks already in the doc are repaired to the form the block editor can read." msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:89 msgid "The doc to attach the FAQ groups to. Required." msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:94 msgid "FAQ groups to show, by id." msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:99 msgid "FAQ groups to show, by name or slug. They must already exist — this tool never creates one; use bd-create-faq-group." msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:105 msgid "append adds a block unless one already filters on exactly these groups. replace_faq_blocks removes every FAQ block in the doc first, so the doc ends up showing these groups and nothing else; with no groups at all it just removes them." msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:110 msgid "FAQ block layout: layout-1 Modern, layout-2 Classic, layout-3 Abstract, layout-4 Tab. Defaults to the block's own layout-1." msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:115 msgid "FAQ groups to leave out of this block, by id — the block's excludeFaqGroup attribute." msgstr "" #. translators: %d: doc id. #: includes/Abilities/Faq/AttachFAQ.php:178 msgid "attach FAQ groups to doc #%d" msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:199 msgid "read the doc's content" msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:218 msgid "write the doc's content" msgstr "" #: includes/Abilities/Faq/AttachFAQ.php:297 msgid "Name at least one FAQ group, by id in group_ids or by name in group_names." msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:43 msgid "Create FAQ" msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:44 msgid "Create a BetterDocs FAQ — one question and its answer — optionally in a group. The answer is markdown by default and is stored as HTML. group_name creates the group when it does not exist yet; group_id must already exist." msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:76 msgid "The question, as a visitor would ask it. Required. Stored as the FAQ's title, so HTML is stripped." msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:80 msgid "The answer. Required. Markdown by default; see answer_format." msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:86 msgid "How to read the answer. markdown is converted to HTML with Parsedown in safe mode; html is passed through wp_kses_post. FAQ answers are HTML, never blocks." msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:90 msgid "File the FAQ into this FAQ group, by id. The group must exist." msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:94 msgid "File the FAQ into this FAQ group, by name or slug. The group is created when nothing matches. Send group_id or group_name, not both." msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:100 msgid "Post status. Defaults to publish, which is what the FAQ Builder does; a draft FAQ does not render." msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:129 #: includes/Abilities/Faq/UpdateFAQ.php:111 msgid "An FAQ needs a question." msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:161 msgid "create an FAQ" msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:167 msgid "The FAQ was not created and BetterDocs reported no reason." msgstr "" #: includes/Abilities/Faq/CreateFAQ.php:222 msgid "change an FAQ's status" msgstr "" #: includes/Abilities/Faq/CreateFAQGroup.php:42 msgid "Create FAQ group" msgstr "" #: includes/Abilities/Faq/CreateFAQGroup.php:43 msgid "Create a BetterDocs FAQ group (the FAQ Builder calls it a category). A name that already exists is returned as it is, with created:false, so the call is safe to repeat. FAQ groups are what bd-attach-faq puts on a doc." msgstr "" #: includes/Abilities/Faq/CreateFAQGroup.php:75 msgid "The group name, as a human would write it. Required. Capped at 200 characters, the WordPress term-name limit." msgstr "" #: includes/Abilities/Faq/CreateFAQGroup.php:79 msgid "Optional description, shown by some FAQ layouts." msgstr "" #: includes/Abilities/Faq/CreateFAQGroup.php:83 #: includes/Abilities/ProStubs.php:62 #: includes/Abilities/Terms/CreateTerm.php:85 msgid "URL slug. Derived from the name when omitted." msgstr "" #: includes/Abilities/Faq/CreateFAQGroup.php:119 #: includes/Abilities/Faq/UpdateFAQGroup.php:125 #: includes/Abilities/Traits/ShapesFAQs.php:533 msgid "An FAQ group needs a name." msgstr "" #: includes/Abilities/Faq/CreateFAQGroup.php:230 msgid "change an FAQ group's status" msgstr "" #: includes/Abilities/Faq/DeleteFAQ.php:42 msgid "Delete FAQ" msgstr "" #: includes/Abilities/Faq/DeleteFAQ.php:43 msgid "Delete a BetterDocs FAQ. This is permanent on a standard site: WordPress sends only posts and pages to the trash, so a custom post type like an FAQ is removed outright. The answer reports whether it was trashed or deleted." msgstr "" #: includes/Abilities/Faq/DeleteFAQ.php:75 #: includes/Abilities/Faq/UpdateFAQ.php:73 msgid "The FAQ id. Required." msgstr "" #: includes/Abilities/Faq/DeleteFAQ.php:118 msgid "delete an FAQ" msgstr "" #: includes/Abilities/Faq/DeleteFAQ.php:122 msgid "BetterDocs did not confirm the FAQ deletion." msgstr "" #: includes/Abilities/Faq/DeleteFAQGroup.php:43 msgid "Delete FAQ group" msgstr "" #: includes/Abilities/Faq/DeleteFAQGroup.php:44 msgid "Delete a BetterDocs FAQ group. By default its questions survive without a group; with with_all_faqs true every FAQ in the group is permanently deleted, including drafts. Docs that referenced the group stop showing it." msgstr "" #: includes/Abilities/Faq/DeleteFAQGroup.php:76 #: includes/Abilities/Faq/UpdateFAQGroup.php:76 msgid "The FAQ group id. Required." msgstr "" #: includes/Abilities/Faq/DeleteFAQGroup.php:81 msgid "true also deletes every FAQ in the group, permanently and in every status. false (the default) leaves the questions in place without a group." msgstr "" #: includes/Abilities/Faq/DeleteFAQGroup.php:139 msgid "delete an FAQ group" msgstr "" #: includes/Abilities/Faq/DeleteFAQGroup.php:143 msgid "BetterDocs did not confirm the FAQ group deletion." msgstr "" #: includes/Abilities/Faq/ListFAQGroups.php:44 msgid "List FAQ groups" msgstr "" #: includes/Abilities/Faq/ListFAQGroups.php:45 msgid "List BetterDocs FAQ groups with their question counts and whether each is published or draft, in the order the site shows them. Call this before creating a group so you reuse what exists." msgstr "" #: includes/Abilities/Faq/ListFAQGroups.php:76 msgid "Free-text search over group names and slugs." msgstr "" #: includes/Abilities/Faq/ListFAQGroups.php:82 msgid "publish lists only the groups the front end shows, draft only the hidden ones. Defaults to any." msgstr "" #: includes/Abilities/Faq/ListFAQGroups.php:94 msgid "Groups per page, 1–100." msgstr "" #: includes/Abilities/Faq/ListFAQGroups.php:155 msgid "list FAQ groups" msgstr "" #: includes/Abilities/Faq/ListFAQs.php:40 msgid "List FAQs" msgstr "" #: includes/Abilities/Faq/ListFAQs.php:41 msgid "List BetterDocs FAQs with their questions, answers and groups. Filter by group, search text or status. Naming a group that does not exist is an error here, not an invitation to create it." msgstr "" #: includes/Abilities/Faq/ListFAQs.php:72 msgid "Only FAQs in this group, by id." msgstr "" #: includes/Abilities/Faq/ListFAQs.php:76 msgid "Only FAQs in this group, by name or slug. The group must already exist. Send group_id or group_name, not both." msgstr "" #: includes/Abilities/Faq/ListFAQs.php:80 msgid "Free-text search over questions and answers." msgstr "" #: includes/Abilities/Faq/ListFAQs.php:86 msgid "Post status to list. Defaults to any, which is everything except trashed FAQs." msgstr "" #: includes/Abilities/Faq/ListFAQs.php:98 msgid "FAQs per page, 1–100. Answers are returned in full, so keep this small." msgstr "" #: includes/Abilities/Faq/ListFAQs.php:177 msgid "list FAQs" msgstr "" #: includes/Abilities/Faq/UpdateFAQ.php:38 msgid "Update FAQ" msgstr "" #: includes/Abilities/Faq/UpdateFAQ.php:39 msgid "Edit a BetterDocs FAQ: its question, its answer, the group it belongs to, or its status. Fields you leave out keep their current values. Moving an FAQ to another group replaces its group rather than adding one." msgstr "" #: includes/Abilities/Faq/UpdateFAQ.php:79 msgid "A new question. Left alone when omitted." msgstr "" #: includes/Abilities/Faq/UpdateFAQ.php:80 msgid "A new answer, replacing the old one. Left alone when omitted." msgstr "" #: includes/Abilities/Faq/UpdateFAQ.php:81 msgid "Move the FAQ to this group, by name or slug; the group is created when nothing matches. Send group_id or group_name, not both." msgstr "" #: includes/Abilities/Faq/UpdateFAQ.php:82 msgid "A new post status. Left alone when omitted." msgstr "" #: includes/Abilities/Faq/UpdateFAQ.php:106 msgid "Nothing to update: send at least one of question, answer, group_id, group_name or status." msgstr "" #: includes/Abilities/Faq/UpdateFAQ.php:190 msgid "update an FAQ" msgstr "" #: includes/Abilities/Faq/UpdateFAQ.php:194 msgid "BetterDocs did not confirm the FAQ update." msgstr "" #: includes/Abilities/Faq/UpdateFAQGroup.php:41 msgid "Update FAQ group" msgstr "" #: includes/Abilities/Faq/UpdateFAQGroup.php:42 msgid "Rename a BetterDocs FAQ group, change its description or slug, or switch it between publish and draft (the FAQ Builder's enabled/disabled switch). Fields you leave out keep their current values." msgstr "" #: includes/Abilities/Faq/UpdateFAQGroup.php:82 msgid "A new name for the group. Left alone when omitted; changing it does not change the slug." msgstr "" #: includes/Abilities/Faq/UpdateFAQGroup.php:83 msgid "A new URL slug. Left alone when omitted." msgstr "" #: includes/Abilities/Faq/UpdateFAQGroup.php:120 msgid "Nothing to update: send at least one of title, description, slug or status." msgstr "" #: includes/Abilities/Faq/UpdateFAQGroup.php:185 msgid "update an FAQ group" msgstr "" #: includes/Abilities/Faq/UpdateFAQGroup.php:189 msgid "BetterDocs did not confirm the FAQ group update." msgstr "" #: includes/Abilities/ProState.php:139 msgid "Requires BetterDocs Pro, which is not active on this site." msgstr "" #. translators: %s: licence status reported by BetterDocs Pro. #: includes/Abilities/ProState.php:147 msgid "BetterDocs Pro is active but its licence is not valid (status: %s); the tool still works." msgstr "" #: includes/Abilities/ProState.php:148 #: includes/Abilities/Status/GetStatus.php:589 msgid "none" msgstr "" #. translators: %s: MCP tool name that writes settings. #: includes/Abilities/ProState.php:155 msgid "Multiple Knowledge Base is off — enable it with %s ({\"multiple_kb\": true}); it takes effect from the next request." msgstr "" #: includes/Abilities/ProStubs.php:48 msgid "Create knowledge base" msgstr "" #: includes/Abilities/ProStubs.php:49 msgid "Create a knowledge base. Groups doc categories under a named knowledge base; pass categories by id or name to file them into it." msgstr "" #: includes/Abilities/ProStubs.php:50 #: includes/Abilities/ProStubs.php:79 #: includes/Abilities/ProStubs.php:112 #: includes/Abilities/ProStubs.php:140 #: includes/Abilities/Traits/ResolvesTerms.php:230 #: includes/Abilities/Traits/ResolvesTerms.php:235 msgid "Knowledge bases" msgstr "" #: includes/Abilities/ProStubs.php:58 msgid "Name of the knowledge base." msgstr "" #: includes/Abilities/ProStubs.php:66 msgid "Short description shown on the knowledge-base listing." msgstr "" #: includes/Abilities/ProStubs.php:77 msgid "Update knowledge base" msgstr "" #: includes/Abilities/ProStubs.php:78 msgid "Update a knowledge base. Rename it, change its slug or description, or replace the doc categories filed under it." msgstr "" #: includes/Abilities/ProStubs.php:87 #: includes/Abilities/ProStubs.php:120 msgid "Knowledge-base term id." msgstr "" #: includes/Abilities/ProStubs.php:91 msgid "New name." msgstr "" #: includes/Abilities/ProStubs.php:95 #: includes/Abilities/ProStubs.php:316 msgid "New URL slug." msgstr "" #: includes/Abilities/ProStubs.php:99 msgid "New description." msgstr "" #: includes/Abilities/ProStubs.php:110 msgid "Delete knowledge base" msgstr "" #: includes/Abilities/ProStubs.php:111 msgid "Delete a knowledge base. The doc categories filed under it are unfiled, never deleted." msgstr "" #: includes/Abilities/ProStubs.php:138 msgid "List knowledge bases" msgstr "" #: includes/Abilities/ProStubs.php:139 msgid "List the knowledge bases on this site, each with the doc categories filed under it." msgstr "" #: includes/Abilities/ProStubs.php:148 msgid "Match knowledge bases whose name contains this text." msgstr "" #: includes/Abilities/ProStubs.php:153 msgid "Page of results, 1-based." msgstr "" #: includes/Abilities/ProStubs.php:159 msgid "Results per page, up to 100." msgstr "" #: includes/Abilities/ProStubs.php:184 msgid "Get analytics" msgstr "" #: includes/Abilities/ProStubs.php:185 msgid "Report site-wide BetterDocs analytics: views and reactions, the leading docs, categories and knowledge bases, and what visitors searched for." msgstr "" #: includes/Abilities/ProStubs.php:186 msgid "Site-wide analytics" msgstr "" #: includes/Abilities/ProStubs.php:195 msgid "First day to report on, as YYYY-MM-DD." msgstr "" #: includes/Abilities/ProStubs.php:196 msgid "Last day to report on, as YYYY-MM-DD." msgstr "" #: includes/Abilities/ProStubs.php:201 msgid "How many rows each leading-items list returns, up to 100." msgstr "" #: includes/Abilities/ProStubs.php:220 msgid "List API references" msgstr "" #: includes/Abilities/ProStubs.php:221 msgid "List the API references on this site, each with its title, slug, status, source and whether its spec has been materialized into docs." msgstr "" #: includes/Abilities/ProStubs.php:222 #: includes/Abilities/ProStubs.php:244 #: includes/Abilities/ProStubs.php:272 #: includes/Abilities/ProStubs.php:300 #: includes/Abilities/ProStubs.php:346 #: includes/Abilities/ProStubs.php:373 #: includes/Abilities/ProStubs.php:414 msgid "API documentation" msgstr "" #: includes/Abilities/ProStubs.php:242 msgid "Get API reference" msgstr "" #: includes/Abilities/ProStubs.php:243 msgid "Read one API reference by id: its settings and, when a spec has been ingested, a summary of the operations it documents." msgstr "" #: includes/Abilities/ProStubs.php:252 #: includes/Abilities/ProStubs.php:308 #: includes/Abilities/ProStubs.php:354 #: includes/Abilities/ProStubs.php:422 msgid "API reference id." msgstr "" #: includes/Abilities/ProStubs.php:256 msgid "Include a summarized list of the spec operations (method, path, summary)." msgstr "" #: includes/Abilities/ProStubs.php:260 msgid "Cap the number of operations returned when include_operations is true." msgstr "" #: includes/Abilities/ProStubs.php:270 msgid "Create API reference" msgstr "" #: includes/Abilities/ProStubs.php:271 msgid "Create an API reference. Title, slug and status are optional; the title is filled from the spec's info.title when a spec is later ingested and none was set." msgstr "" #: includes/Abilities/ProStubs.php:280 msgid "Reference title. Optional — filled from the spec when omitted." msgstr "" #: includes/Abilities/ProStubs.php:284 msgid "URL slug. Derived from the title when omitted." msgstr "" #: includes/Abilities/ProStubs.php:289 msgid "Publish state. Defaults to draft." msgstr "" #: includes/Abilities/ProStubs.php:298 msgid "Update API reference" msgstr "" #: includes/Abilities/ProStubs.php:299 msgid "Update an API reference: rename it, change its slug or status, or adjust display settings such as the Try-it panel and code-sample theme." msgstr "" #: includes/Abilities/ProStubs.php:312 msgid "New title." msgstr "" #: includes/Abilities/ProStubs.php:321 msgid "New publish state." msgstr "" #: includes/Abilities/ProStubs.php:325 msgid "Show the interactive Try-it panel." msgstr "" #: includes/Abilities/ProStubs.php:329 msgid "Label for the Try-it button." msgstr "" #: includes/Abilities/ProStubs.php:334 msgid "Code-sample theme." msgstr "" #: includes/Abilities/ProStubs.php:344 msgid "Delete API reference" msgstr "" #: includes/Abilities/ProStubs.php:345 msgid "Delete an API reference and its stored spec. Docs already materialized from it are left in place, never deleted." msgstr "" #: includes/Abilities/ProStubs.php:371 msgid "Ingest API spec" msgstr "" #: includes/Abilities/ProStubs.php:372 msgid "Ingest an OpenAPI or Postman spec into an API reference. Pass the raw spec text, or a source_url to fetch it from; this replaces any previously ingested spec." msgstr "" #: includes/Abilities/ProStubs.php:381 msgid "API reference id to ingest into." msgstr "" #: includes/Abilities/ProStubs.php:385 msgid "Raw spec document (JSON or YAML). Provide this or source_url." msgstr "" #: includes/Abilities/ProStubs.php:389 msgid "URL to fetch the spec from. Provide this or spec." msgstr "" #: includes/Abilities/ProStubs.php:394 msgid "Serialization of the spec text. Sniffed when omitted." msgstr "" #: includes/Abilities/ProStubs.php:412 msgid "Materialize API reference" msgstr "" #: includes/Abilities/ProStubs.php:413 msgid "Turn an ingested API spec into BetterDocs docs, one per operation. Starts a background run and returns its state; call again with action \"status\" to check progress." msgstr "" #: includes/Abilities/ProStubs.php:427 msgid "run starts materialization; status reports an in-flight or finished run. Defaults to run." msgstr "" #: includes/Abilities/ProStubs.php:445 msgid "Get search insights" msgstr "" #: includes/Abilities/ProStubs.php:446 msgid "Read what visitors search for in the knowledge base: the most-used search terms and how often each was searched." msgstr "" #: includes/Abilities/ProStubs.php:447 msgid "Search insights" msgstr "" #: includes/Abilities/ProStubs.php:455 msgid "How many top search terms to return (default 20, max 100)." msgstr "" #: includes/Abilities/ProStubs.php:471 msgid "Get Git sync status" msgstr "" #: includes/Abilities/ProStubs.php:472 msgid "Report the Git integration configuration and whether it is connected: provider, repository, branch, folder, file naming and auto-sync. Pass a doc id to also get that doc's last sync time and status." msgstr "" #: includes/Abilities/ProStubs.php:473 msgid "Git sync" msgstr "" #: includes/Abilities/ProStubs.php:481 msgid "Optional doc id to report per-document sync state for." msgstr "" #: includes/Abilities/ProStubs.php:503 msgid "Get related docs" msgstr "" #: includes/Abilities/ProStubs.php:504 msgid "Read the saved related-doc suggestions for a doc — the persisted list shown under the article. Reads the cache only; it does not run the AI engine." msgstr "" #: includes/Abilities/ProStubs.php:505 msgid "Related docs" msgstr "" #: includes/Abilities/ProStubs.php:513 msgid "Doc id to read related suggestions for." msgstr "" #: includes/Abilities/ProStubs.php:555 msgid "Doc categories to file under this knowledge base, by term id or by name." msgstr "" #: includes/Abilities/Settings/GetSettings.php:38 msgid "Get settings" msgstr "" #: includes/Abilities/Settings/GetSettings.php:39 msgid "Read BetterDocs settings as they are now, merged with the defaults. Ask for specific keys or a whole tab; with neither, every setting comes back. API keys are masked and can never be read." msgstr "" #: includes/Abilities/Settings/GetSettings.php:71 msgid "Only these setting keys. Unknown keys are reported in unknown rather than failing the call." msgstr "" #: includes/Abilities/Settings/GetSettings.php:75 msgid "Only the settings on this tab, by tab id." msgstr "" #. translators: %s: tab id. #: includes/Abilities/Settings/GetSettings.php:123 #: includes/Abilities/Settings/GetSettingsSchema.php:121 msgid "There is no settings tab called \"%s\" on this site." msgstr "" #: includes/Abilities/Settings/GetSettingsSchema.php:37 msgid "Get settings schema" msgstr "" #: includes/Abilities/Settings/GetSettingsSchema.php:38 msgid "List every BetterDocs setting this site accepts, with its type, default, allowed values, tab, whether it needs Pro, and any consequence of changing it. Call this before bd-update-settings: the settings differ from site to site, and a value that is not in a key's allowed list is refused." msgstr "" #: includes/Abilities/Settings/GetSettingsSchema.php:69 msgid "Only the settings on this tab, by tab id (the ids are in the tabs list this tool returns). Worth using: the whole schema is large." msgstr "" #. translators: %s: setting key. #: includes/Abilities/Settings/SettingsSchema.php:321 msgid "\"%s\" is not a BetterDocs setting; call bd-get-settings-schema for the keys this site accepts." msgstr "" #. translators: %s: setting key. #: includes/Abilities/Settings/SettingsSchema.php:332 msgid "\"%s\" is listed but not writable on this site — BetterDocs disables the field, usually because the feature it belongs to is not installed." msgstr "" #. translators: 1: setting key, 2: default value. #: includes/Abilities/Settings/SettingsSchema.php:355 msgid "\"%1$s\" cannot be empty: BetterDocs puts the default (\"%2$s\") back on save, so an empty value is silently discarded." msgstr "" #. translators: 1: value, 2: setting key. #: includes/Abilities/Settings/SettingsSchema.php:372 msgid "\"%1$s\" is not an allowed value for \"%2$s\"." msgstr "" #. translators: 1: setting key, 2: minimum. #: includes/Abilities/Settings/SettingsSchema.php:388 msgid "\"%1$s\" must be at least %2$s." msgstr "" #. translators: 1: setting key, 2: maximum. #: includes/Abilities/Settings/SettingsSchema.php:400 msgid "\"%1$s\" must be at most %2$s." msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:649 msgid "Changing this makes the permalink rules stale; BetterDocs flushes them on the next request, so pretty URLs may take one more request to settle." msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:653 #: includes/Abilities/Settings/UpdateSettings.php:259 msgid "Takes effect from the next request: the knowledge_base taxonomy registers on the next load." msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:657 msgid "Cannot be empty: BetterDocs restores the default when an empty value is saved, so this tool refuses one instead." msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:659 msgid "With builtin_doc_page off, saving this empty switches builtin_doc_page back on rather than leaving the site without a docs page." msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:663 msgid "Write-only: this value is never read back, only replaced." msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:667 msgid "Disabled on this site, so it cannot be written." msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:671 msgid "Needs BetterDocs Pro." msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:786 msgid "true or false" msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:791 msgid "a whole number" msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:795 #: includes/Abilities/Settings/SettingsSchema.php:800 msgid "an array of strings" msgstr "" #: includes/Abilities/Settings/SettingsSchema.php:807 msgid "a string" msgstr "" #. translators: 1: setting key, 2: what the field accepts, 3: what was sent. #: includes/Abilities/Settings/SettingsSchema.php:826 msgid "\"%1$s\" takes %2$s; got %3$s." msgstr "" #: includes/Abilities/Settings/UpdateSettings.php:44 msgid "Update settings" msgstr "" #: includes/Abilities/Settings/UpdateSettings.php:45 msgid "Change BetterDocs settings. Call bd-get-settings-schema first: each key has a type and, often, a closed set of values. Every key is checked before anything is written, so a call either applies in full or changes nothing. enable_mcp cannot be changed here. Some keys make permalinks stale or only take effect from the next request — the answer says which." msgstr "" #: includes/Abilities/Settings/UpdateSettings.php:79 msgid "The settings to write, as {key: value}. Types follow bd-get-settings-schema: toggles take true/false, numbers take whole numbers, selects take one of their allowed values, checkbox-selects take an array of them." msgstr "" #: includes/Abilities/Settings/UpdateSettings.php:121 msgid "Send at least one setting to change, as {key: value}." msgstr "" #: includes/Abilities/Settings/UpdateSettings.php:159 msgid "change BetterDocs settings" msgstr "" #: includes/Abilities/Settings/UpdateSettings.php:255 msgid "Permalinks will be flushed on the next request; pretty URLs may take one more request to settle." msgstr "" #. translators: %s: setting key. #: includes/Abilities/Settings/UpdateSettings.php:266 msgid "\"%s\" was written but can never be read back; bd-get-settings returns it masked." msgstr "" #: includes/Abilities/Status/GetStatus.php:99 msgid "Get status" msgstr "" #: includes/Abilities/Status/GetStatus.php:100 msgid "Get BetterDocs status: versions, Pro state, Multiple Knowledge Base state, content counts, your capabilities (held and missing by name), registered tools. Call this first." msgstr "" #: includes/Abilities/Status/GetStatus.php:564 msgid "Glossaries are off: the glossaries taxonomy is not registered, so the term tools and the doc tools refuse a glossary until bd-update-settings {enable_glossaries:true}. It takes effect from the next request." msgstr "" #: includes/Abilities/Status/GetStatus.php:569 msgid "BetterDocs Pro is not installed: the knowledge base and site-wide analytics tools are listed but will refuse." msgstr "" #: includes/Abilities/Status/GetStatus.php:570 msgid "BetterDocs Pro is installed but not active: the knowledge base and site-wide analytics tools are listed but will refuse until an administrator activates it." msgstr "" #: includes/Abilities/Status/GetStatus.php:572 msgid "Multiple Knowledge Base is off: knowledge base tools will refuse until bd-update-settings {multiple_kb:true}. It takes effect from the next request." msgstr "" #. translators: %s: comma-separated list of capability names. #: includes/Abilities/Status/GetStatus.php:578 msgid "You do not hold: %s. Tools gated on those will refuse with capability_missing." msgstr "" #: includes/Abilities/Status/GetStatus.php:583 msgid "An administrator can grant them to this user's role with do_action( 'betterdocs_grant_caps', 'the-role' )." msgstr "" #. translators: 1: comma-separated setting names, 2: comma-separated role names. #: includes/Abilities/Status/GetStatus.php:587 msgid "On a Pro site those come from %1$s: an administrator can add this user's role (%2$s) to them with bd-update-settings — see capabilities.governed_by for what each holds today." msgstr "" #: includes/Abilities/Status/GetStatus.php:595 msgid "The MCP server is switched off (BetterDocs → MCP): the abilities are registered but the MCP endpoint refuses every request." msgstr "" #: includes/Abilities/Status/GetStatus.php:599 msgid "This credential is read-only: write tools are not listed and calling one is refused with read_only_credential." msgstr "" #: includes/Abilities/Status/GetStatus.php:603 msgid "The knowledge_base taxonomy is not registered on this site, so knowledge base counts and tools are unavailable." msgstr "" #: includes/Abilities/Status/GetStatus.php:607 msgid "No BetterDocs tools are registered: the Abilities API may be owned by another plugin. See the abilities section." msgstr "" #: includes/Abilities/StubAbility.php:180 #: includes/Core/Settings.php:835 #: assets/build/admin/js/dashboard.js:5 msgid "Multiple Knowledge Base" msgstr "" #: includes/Abilities/StubAbility.php:194 msgid "BetterDocs Pro is active but did not register this ability; update BetterDocs Pro." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:47 msgid "Create term" msgstr "" #: includes/Abilities/Terms/CreateTerm.php:48 msgid "Create a BetterDocs doc category or doc tag. A name that already exists is returned as it is, with created:false, so the call is safe to repeat. Doc categories may also be filed into knowledge bases, which must already exist." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:81 msgid "The term name, as a human would write it. Required." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:89 msgid "Optional description shown on the term archive." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:93 msgid "Parent doc category, by id or name. Send 0 (or null) to move it to the top level. doc_category only." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:95 msgid "Knowledge bases to file this doc category into, by id, slug or name. doc_category only; never created here — use bd-create-knowledge-base." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:99 msgid "Whether the glossary term is shown on the front end. glossaries only; defaults to publish." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:104 msgid "Sort position among glossary terms, lowest first. glossaries only." msgstr "" #. translators: %s: term type, e.g. "doc category". #: includes/Abilities/Terms/CreateTerm.php:171 msgid "create a %s" msgstr "" #: includes/Abilities/Terms/CreateTerm.php:182 msgid "read the term that already exists" msgstr "" #: includes/Abilities/Terms/CreateTerm.php:189 msgid "The term was not created and WordPress reported no reason." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:249 #: includes/Abilities/Terms/CreateTerm.php:336 #: includes/Abilities/Terms/ListTerms.php:210 msgid "Only doc categories belong to knowledge bases." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:260 #: includes/Abilities/Terms/ListTerms.php:433 msgid "These tools nest doc categories only; a doc tag takes no parent." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:373 msgid "Only glossary terms take a status or an order." msgstr "" #: includes/Abilities/Terms/CreateTerm.php:408 #: includes/Abilities/Traits/ShapesTerms.php:279 msgid "assign knowledge bases to a doc category" msgstr "" #: includes/Abilities/Terms/DeleteTerm.php:44 msgid "Delete term" msgstr "" #: includes/Abilities/Terms/DeleteTerm.php:45 msgid "Delete a BetterDocs doc category or doc tag. Terms have no trash, so this cannot be undone. Docs in a deleted category are not deleted — they become uncategorised — and child categories move up to the top level." msgstr "" #: includes/Abilities/Terms/DeleteTerm.php:78 msgid "The term id to delete. Required." msgstr "" #. translators: 1: term type, 2: term id. #: includes/Abilities/Terms/DeleteTerm.php:145 msgid "delete %1$s #%2$d" msgstr "" #: includes/Abilities/Terms/ListTerms.php:56 msgid "List terms" msgstr "" #: includes/Abilities/Terms/ListTerms.php:57 msgid "List BetterDocs doc categories or doc tags, with their doc counts, parents and knowledge bases. Filter by search text, parent or knowledge base. Call this before creating terms so you reuse what exists instead of making near-duplicates." msgstr "" #: includes/Abilities/Terms/ListTerms.php:90 msgid "Free-text search over term names and slugs." msgstr "" #: includes/Abilities/Terms/ListTerms.php:94 msgid "Only the children of this doc category, by id or name. Use 0 for top-level terms only." msgstr "" #: includes/Abilities/Terms/ListTerms.php:98 msgid "Only doc categories filed into this knowledge base, by id, slug or name. Needs BetterDocs Pro with Multiple Knowledge Base on." msgstr "" #: includes/Abilities/Terms/ListTerms.php:103 msgid "true drops terms with no docs in them. Defaults to false. Both taxonomies are hierarchical, so WordPress keeps a parent whose child has docs even when the parent itself has none — and counts it out of total, which is why total can be lower than the number of items on this filter." msgstr "" #: includes/Abilities/Terms/ListTerms.php:109 msgid "Sort field. doc_category_order is the manual order set in the BetterDocs admin, and applies to doc_category only." msgstr "" #: includes/Abilities/Terms/ListTerms.php:126 msgid "Terms per page, 1–100." msgstr "" #: includes/Abilities/Terms/ListTerms.php:236 #: includes/Abilities/Terms/ListTerms.php:312 msgid "list terms" msgstr "" #: includes/Abilities/Terms/UpdateTerm.php:40 msgid "Update term" msgstr "" #: includes/Abilities/Terms/UpdateTerm.php:41 msgid "Update a BetterDocs doc category or doc tag by id. Only the fields you send change. knowledge_bases REPLACES the list a doc category belongs to — send [] to clear it. Changing it also changes the category permalink, because the knowledge base slug is part of the URL." msgstr "" #: includes/Abilities/Terms/UpdateTerm.php:70 msgid "A new name. Omit to leave it alone." msgstr "" #: includes/Abilities/Terms/UpdateTerm.php:72 msgid "REPLACES the knowledge bases this doc category belongs to, by id, slug or name. Send [] to clear it, omit to leave it alone. Never created here." msgstr "" #: includes/Abilities/Terms/UpdateTerm.php:79 msgid "The term id to update. Required." msgstr "" #: includes/Abilities/Terms/UpdateTerm.php:128 msgid "Nothing to update: send at least one field besides taxonomy and id." msgstr "" #. translators: 1: term type, 2: term id. #: includes/Abilities/Terms/UpdateTerm.php:143 msgid "edit %1$s #%2$d" msgstr "" #: includes/Abilities/Terms/UpdateTerm.php:170 msgid "read the term back" msgstr "" #: includes/Abilities/Traits/ResolvesTerms.php:112 msgid "A term reference must be a term id, a slug or a name." msgstr "" #. translators: 1: term name, 2: taxonomy name. #: includes/Abilities/Traits/ResolvesTerms.php:168 msgid "create the %1$s \"%2$s\"" msgstr "" #: includes/Abilities/Traits/ResolvesTerms.php:208 #: includes/Core/Admin.php:1434 #: includes/Core/PostType.php:1397 #: includes/Core/Settings.php:2961 msgid "Glossaries" msgstr "" #. translators: %s: taxonomy name. #: includes/Abilities/Traits/ResolvesTerms.php:217 msgid "The \"%s\" taxonomy is not registered on this site." msgstr "" #: includes/Abilities/Traits/ResolvesTerms.php:239 msgid "The knowledge_base taxonomy is not registered, although BetterDocs Pro reports itself able to register it." msgstr "" #: includes/Abilities/Traits/ResolvesTerms.php:303 msgid "doc category" msgstr "" #: includes/Abilities/Traits/ResolvesTerms.php:304 msgid "doc tag" msgstr "" #: includes/Abilities/Traits/ResolvesTerms.php:305 msgid "knowledge base" msgstr "" #: includes/Abilities/Traits/ResolvesTerms.php:306 msgid "glossary term" msgstr "" #: includes/Abilities/Traits/ResolvesTerms.php:307 msgid "FAQ group" msgstr "" #: includes/Abilities/Traits/ResolvesTerms.php:310 msgid "term" msgstr "" #: includes/Abilities/Traits/ShapesFAQs.php:74 msgid "publish shows the group on the front end, draft hides it. This is the FAQ Builder's enabled/disabled switch, stored as the group's status term meta." msgstr "" #: includes/Abilities/Traits/ShapesFAQs.php:306 msgid "read an FAQ group" msgstr "" #: includes/Abilities/Traits/ShapesFAQs.php:331 msgid "read an FAQ" msgstr "" #: includes/Abilities/Traits/ShapesFAQs.php:360 msgid "An FAQ group reference must be a group id, a slug or a name." msgstr "" #. translators: %s: FAQ group name. #: includes/Abilities/Traits/ShapesFAQs.php:405 msgid "create the FAQ group \"%s\"" msgstr "" #: includes/Abilities/Traits/ShapesFAQs.php:414 msgid "The FAQ group was not created and BetterDocs reported no reason." msgstr "" #: includes/Abilities/Traits/ShapesFAQs.php:436 msgid "Send group_id or group_name, not both." msgstr "" #: includes/Abilities/Traits/ShapesFAQs.php:525 msgid "An FAQ group with that name already exists." msgstr "" #: includes/Abilities/Traits/ShapesTerms.php:45 msgid "Which taxonomy: doc_category, doc_tag or glossaries. Knowledge bases have their own tools. Glossary terms need the enable_glossaries setting on. Required." msgstr "" #: includes/Admin/Analytics.php:52 msgid "BetterDocs Analytics" msgstr "" #: includes/Admin/BackgroundProcess/WP_Background_Process.php:696 msgid "Every Minute" msgstr "" #. Translators: %d is the interval in minutes. #: includes/Admin/BackgroundProcess/WP_Background_Process.php:699 msgid "Every %d Minutes" msgstr "" #: includes/Admin/Customizer/Customizer.php:67 msgid "Controls the design settings for the theme." msgstr "" #. translators: 1: Link to your documentation, 2: Link to Site Editor #: includes/Admin/Customizer/Customizer.php:111 msgid "BetterDocs Customizer options are not compatible with block-based themes and will not function as expected. Please use the Site Editor to customize your site. Learn more" msgstr "" #: includes/Admin/Customizer/Defaults.php:283 #: includes/Editors/BlockEditor/Blocks/FeedbackForm.php:32 #: includes/Editors/Elementor/Widget/Feedback.php:63 #: includes/Shortcodes/FeedbackForm.php:120 #: assets/build/blocks/editor.js:1 msgid "Name:" msgstr "" #: includes/Admin/Customizer/Defaults.php:284 #: includes/Editors/BlockEditor/Blocks/FeedbackForm.php:33 #: includes/Editors/Elementor/Widget/Feedback.php:73 #: includes/Shortcodes/FeedbackForm.php:121 #: assets/build/blocks/editor.js:1 msgid "Email:" msgstr "" #: includes/Admin/Customizer/Defaults.php:285 #: includes/Editors/BlockEditor/Blocks/FeedbackForm.php:34 #: includes/Editors/Elementor/Widget/Feedback.php:82 #: includes/Shortcodes/FeedbackForm.php:122 #: assets/build/blocks/editor.js:1 msgid "Message:" msgstr "" #: includes/Admin/Customizer/Defaults.php:289 #: includes/Editors/Elementor/Widget/DocShare.php:489 #: includes/Shortcodes/SocialShare.php:33 msgid "Share This Article :" msgstr "" #: includes/Admin/Customizer/Defaults.php:427 msgid "How can we help you?" msgstr "" #: includes/Admin/Customizer/Defaults.php:543 #: includes/Admin/Customizer/Sections/LiveSearch.php:4715 #: includes/Core/Settings.php:1149 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:208 #: includes/Editors/Elementor/Widget/Sidebar.php:137 #: assets/build/blocks/editor.js:1 msgid "Popular Docs" msgstr "" #: includes/Admin/Customizer/Defaults.php:598 #: includes/Editors/BlockEditor/Blocks/Reactions.php:33 #: includes/Editors/Elementor/Widget/Reactions.php:523 #: includes/Editors/Elementor/Widget/Reactions.php:583 msgid "What are your feelings" msgstr "" #: includes/Admin/Customizer/Defaults.php:599 #: includes/Editors/Elementor/Widget/Reactions.php:643 msgid "Was it helpful ?" msgstr "" #: includes/Admin/Customizer/Defaults.php:608 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:109 #: includes/Shortcodes/FaqList.php:43 msgid "Frequently Asked Questions" msgstr "" #: includes/Admin/Customizer/Defaults.php:1348 #: includes/Admin/Customizer/Sections/SingleDoc.php:1730 #: includes/Editors/Elementor/Widget/ArticleSummary.php:106 #: includes/Editors/Elementor/Widget/ArticleSummary.php:502 #: views/templates/parts/article-summary.php:80 #: assets/build/blocks/editor.js:1 msgid "Doc Summary" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:38 msgid "Category Archive" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:59 msgid "Select Category Archive Layout" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:64 #: includes/Admin/Customizer/Sections/DocsPage.php:73 #: includes/Utils/Views.php:31 #: assets/build/blocks/editor.js:1 msgid "Sleek Layout" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:68 #: includes/Admin/Customizer/Sections/DocsPage.php:101 #: includes/Admin/Customizer/Sections/FaqBuilder.php:143 #: includes/Admin/Customizer/Sections/LiveSearch.php:66 #: includes/Admin/Customizer/Sections/SingleDoc.php:67 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:67 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:110 #: includes/Utils/Views.php:43 #: assets/build/blocks/editor.js:1 msgid "Classic Layout" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:72 #: includes/Admin/Customizer/Sections/DocsPage.php:81 #: includes/Admin/Customizer/Sections/SingleDoc.php:63 msgid "Slate Layout" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:76 #: includes/Admin/Customizer/Sections/FaqBuilder.php:135 #: includes/Admin/Customizer/Sections/SingleDoc.php:71 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:65 msgid "Abstract Layout" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:80 #: includes/Admin/Customizer/Sections/DocsPage.php:95 #: includes/Admin/Customizer/Sections/FaqBuilder.php:139 #: includes/Admin/Customizer/Sections/SingleDoc.php:76 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:66 msgid "Modern Layout" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:84 msgid "Memphis Layout" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:90 msgid "Neoclassic Layout" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:96 #: includes/Admin/Customizer/Sections/DocsPage.php:107 msgid "Handbook Layout" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:124 msgid "Page Background Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:150 #: includes/Admin/Customizer/Sections/DocsPage.php:162 #: includes/Admin/Customizer/Sections/LiveSearch.php:1092 #: includes/Admin/Customizer/Sections/LiveSearch.php:1117 #: includes/Admin/Customizer/Sections/SingleDoc.php:244 msgid "Background Image" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:175 #: includes/Admin/Customizer/Sections/DocsPage.php:189 #: includes/Admin/Customizer/Sections/LiveSearch.php:1143 #: includes/Admin/Customizer/Sections/LiveSearch.php:1319 #: includes/Admin/Customizer/Sections/SingleDoc.php:274 msgid "Background Property" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:203 #: includes/Admin/Customizer/Sections/DocsPage.php:217 #: includes/Admin/Customizer/Sections/LiveSearch.php:1172 #: includes/Admin/Customizer/Sections/LiveSearch.php:1348 #: includes/Admin/Customizer/Sections/SingleDoc.php:305 #: includes/Editors/Elementor/Widget/ArchiveList.php:386 #: includes/Editors/Elementor/Widget/ArchiveList.php:493 #: includes/Editors/Elementor/Widget/ArchiveList.php:999 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:640 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:667 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:962 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2283 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2438 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:623 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:878 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1323 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1477 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:372 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:989 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1037 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1192 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1248 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:367 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:416 #: includes/Editors/Elementor/Widget/DocShare.php:601 #: includes/Editors/Elementor/Widget/DocShare.php:658 #: includes/Editors/Elementor/Widget/Feedback.php:181 #: includes/Editors/Elementor/Widget/Navigation.php:107 #: includes/Editors/Elementor/Widget/Navigation.php:185 #: includes/Editors/Elementor/Widget/PrintButton.php:44 #: includes/Editors/Elementor/Widget/Sidebar.php:672 #: includes/Editors/Elementor/Widget/Sidebar.php:939 #: includes/Editors/Elementor/Widget/Sidebar.php:1524 #: includes/Editors/Elementor/Widget/Sidebar.php:1793 #: includes/Editors/Elementor/Widget/Sidebar.php:2061 #: includes/Editors/Elementor/Widget/Sidebar.php:2478 #: assets/build/blocks/editor.js:1 msgid "Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:208 #: includes/Admin/Customizer/Sections/DocsPage.php:223 #: includes/Admin/Customizer/Sections/LiveSearch.php:1177 #: includes/Admin/Customizer/Sections/LiveSearch.php:1353 #: includes/Admin/Customizer/Sections/SingleDoc.php:310 msgid "auto" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:209 #: includes/Admin/Customizer/Sections/DocsPage.php:224 #: includes/Admin/Customizer/Sections/LiveSearch.php:1178 #: includes/Admin/Customizer/Sections/LiveSearch.php:1354 #: includes/Admin/Customizer/Sections/SingleDoc.php:311 msgid "length" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:210 #: includes/Admin/Customizer/Sections/DocsPage.php:225 #: includes/Admin/Customizer/Sections/LiveSearch.php:1179 #: includes/Admin/Customizer/Sections/LiveSearch.php:1355 #: includes/Admin/Customizer/Sections/SingleDoc.php:312 msgid "cover" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:211 #: includes/Admin/Customizer/Sections/DocsPage.php:226 #: includes/Admin/Customizer/Sections/LiveSearch.php:1180 #: includes/Admin/Customizer/Sections/LiveSearch.php:1356 #: includes/Admin/Customizer/Sections/SingleDoc.php:313 msgid "contain" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:212 #: includes/Admin/Customizer/Sections/ArchivePage.php:244 #: includes/Admin/Customizer/Sections/ArchivePage.php:278 #: includes/Admin/Customizer/Sections/DocsPage.php:227 #: includes/Admin/Customizer/Sections/DocsPage.php:260 #: includes/Admin/Customizer/Sections/DocsPage.php:295 #: includes/Admin/Customizer/Sections/LiveSearch.php:1181 #: includes/Admin/Customizer/Sections/LiveSearch.php:1214 #: includes/Admin/Customizer/Sections/LiveSearch.php:1249 #: includes/Admin/Customizer/Sections/LiveSearch.php:1357 #: includes/Admin/Customizer/Sections/LiveSearch.php:1390 #: includes/Admin/Customizer/Sections/LiveSearch.php:1425 #: includes/Admin/Customizer/Sections/SingleDoc.php:314 #: includes/Admin/Customizer/Sections/SingleDoc.php:348 #: includes/Admin/Customizer/Sections/SingleDoc.php:385 msgid "initial" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:213 #: includes/Admin/Customizer/Sections/ArchivePage.php:245 #: includes/Admin/Customizer/Sections/ArchivePage.php:279 #: includes/Admin/Customizer/Sections/DocsPage.php:228 #: includes/Admin/Customizer/Sections/DocsPage.php:261 #: includes/Admin/Customizer/Sections/DocsPage.php:296 #: includes/Admin/Customizer/Sections/LiveSearch.php:1182 #: includes/Admin/Customizer/Sections/LiveSearch.php:1215 #: includes/Admin/Customizer/Sections/LiveSearch.php:1250 #: includes/Admin/Customizer/Sections/LiveSearch.php:1358 #: includes/Admin/Customizer/Sections/LiveSearch.php:1391 #: includes/Admin/Customizer/Sections/LiveSearch.php:1426 #: includes/Admin/Customizer/Sections/SingleDoc.php:315 #: includes/Admin/Customizer/Sections/SingleDoc.php:349 #: includes/Admin/Customizer/Sections/SingleDoc.php:386 msgid "inherit" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:238 #: includes/Admin/Customizer/Sections/DocsPage.php:253 #: includes/Admin/Customizer/Sections/LiveSearch.php:1208 #: includes/Admin/Customizer/Sections/LiveSearch.php:1384 #: includes/Admin/Customizer/Sections/SingleDoc.php:342 msgid "Repeat" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:243 #: includes/Admin/Customizer/Sections/DocsPage.php:259 #: includes/Admin/Customizer/Sections/LiveSearch.php:1213 #: includes/Admin/Customizer/Sections/LiveSearch.php:1389 #: includes/Admin/Customizer/Sections/SingleDoc.php:347 msgid "no-repeat" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:246 #: includes/Admin/Customizer/Sections/DocsPage.php:262 #: includes/Admin/Customizer/Sections/LiveSearch.php:1216 #: includes/Admin/Customizer/Sections/LiveSearch.php:1392 #: includes/Admin/Customizer/Sections/SingleDoc.php:350 msgid "repeat" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:247 #: includes/Admin/Customizer/Sections/DocsPage.php:263 #: includes/Admin/Customizer/Sections/LiveSearch.php:1217 #: includes/Admin/Customizer/Sections/LiveSearch.php:1393 #: includes/Admin/Customizer/Sections/SingleDoc.php:351 msgid "repeat-x" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:248 #: includes/Admin/Customizer/Sections/DocsPage.php:264 #: includes/Admin/Customizer/Sections/LiveSearch.php:1218 #: includes/Admin/Customizer/Sections/LiveSearch.php:1394 #: includes/Admin/Customizer/Sections/SingleDoc.php:352 msgid "repeat-y" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:273 #: includes/Admin/Customizer/Sections/DocsPage.php:289 #: includes/Admin/Customizer/Sections/LiveSearch.php:1244 #: includes/Admin/Customizer/Sections/LiveSearch.php:1420 #: includes/Admin/Customizer/Sections/SingleDoc.php:380 msgid "Attachment" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:280 #: includes/Admin/Customizer/Sections/DocsPage.php:297 #: includes/Admin/Customizer/Sections/LiveSearch.php:1251 #: includes/Admin/Customizer/Sections/LiveSearch.php:1427 #: includes/Admin/Customizer/Sections/SingleDoc.php:387 msgid "scroll" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:281 #: includes/Admin/Customizer/Sections/DocsPage.php:298 #: includes/Admin/Customizer/Sections/LiveSearch.php:1252 #: includes/Admin/Customizer/Sections/LiveSearch.php:1428 #: includes/Admin/Customizer/Sections/SingleDoc.php:388 msgid "fixed" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:282 #: includes/Admin/Customizer/Sections/DocsPage.php:299 #: includes/Admin/Customizer/Sections/LiveSearch.php:1253 #: includes/Admin/Customizer/Sections/LiveSearch.php:1429 #: includes/Admin/Customizer/Sections/SingleDoc.php:389 msgid "local" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:307 #: includes/Admin/Customizer/Sections/DocsPage.php:323 #: includes/Admin/Customizer/Sections/LiveSearch.php:1279 #: includes/Admin/Customizer/Sections/LiveSearch.php:1455 #: includes/Admin/Customizer/Sections/SingleDoc.php:417 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:168 #: assets/build/blocks/editor.js:1 msgid "Position" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:312 #: includes/Admin/Customizer/Sections/DocsPage.php:329 #: includes/Admin/Customizer/Sections/LiveSearch.php:1284 #: includes/Admin/Customizer/Sections/LiveSearch.php:1460 #: includes/Admin/Customizer/Sections/SingleDoc.php:422 msgid "left top" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:313 #: includes/Admin/Customizer/Sections/DocsPage.php:330 #: includes/Admin/Customizer/Sections/LiveSearch.php:1285 #: includes/Admin/Customizer/Sections/LiveSearch.php:1461 #: includes/Admin/Customizer/Sections/SingleDoc.php:423 msgid "left center" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:314 #: includes/Admin/Customizer/Sections/DocsPage.php:331 #: includes/Admin/Customizer/Sections/LiveSearch.php:1286 #: includes/Admin/Customizer/Sections/LiveSearch.php:1462 #: includes/Admin/Customizer/Sections/SingleDoc.php:424 msgid "left bottom" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:315 #: includes/Admin/Customizer/Sections/DocsPage.php:332 #: includes/Admin/Customizer/Sections/LiveSearch.php:1287 #: includes/Admin/Customizer/Sections/LiveSearch.php:1463 #: includes/Admin/Customizer/Sections/SingleDoc.php:425 msgid "right top" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:316 #: includes/Admin/Customizer/Sections/DocsPage.php:333 #: includes/Admin/Customizer/Sections/LiveSearch.php:1288 #: includes/Admin/Customizer/Sections/LiveSearch.php:1464 #: includes/Admin/Customizer/Sections/SingleDoc.php:426 msgid "right center" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:317 #: includes/Admin/Customizer/Sections/DocsPage.php:334 #: includes/Admin/Customizer/Sections/LiveSearch.php:1289 #: includes/Admin/Customizer/Sections/LiveSearch.php:1465 #: includes/Admin/Customizer/Sections/SingleDoc.php:427 msgid "right bottom" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:318 #: includes/Admin/Customizer/Sections/DocsPage.php:335 #: includes/Admin/Customizer/Sections/LiveSearch.php:1290 #: includes/Admin/Customizer/Sections/LiveSearch.php:1466 #: includes/Admin/Customizer/Sections/SingleDoc.php:428 msgid "center top" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:319 #: includes/Admin/Customizer/Sections/DocsPage.php:336 #: includes/Admin/Customizer/Sections/LiveSearch.php:1291 #: includes/Admin/Customizer/Sections/LiveSearch.php:1467 #: includes/Admin/Customizer/Sections/SingleDoc.php:429 msgid "center center" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:320 #: includes/Admin/Customizer/Sections/DocsPage.php:337 #: includes/Admin/Customizer/Sections/LiveSearch.php:1292 #: includes/Admin/Customizer/Sections/LiveSearch.php:1468 #: includes/Admin/Customizer/Sections/SingleDoc.php:430 msgid "center bottom" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:346 msgid "Category Archive Width" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:377 msgid "Category Archive Maximum Width" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:412 msgid "Category Archive Padding" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:439 #: includes/Admin/Customizer/Sections/ArchivePage.php:685 #: includes/Admin/Customizer/Sections/ArchivePage.php:808 #: includes/Admin/Customizer/Sections/ArchivePage.php:1015 #: includes/Admin/Customizer/Sections/ArchivePage.php:1152 #: includes/Admin/Customizer/Sections/ArchivePage.php:1289 #: includes/Admin/Customizer/Sections/ArchivePage.php:1806 #: includes/Admin/Customizer/Sections/ArchivePage.php:2080 #: includes/Admin/Customizer/Sections/ArchivePage.php:2295 #: includes/Admin/Customizer/Sections/ArchivePage.php:2533 #: includes/Admin/Customizer/Sections/ArchivePage.php:2668 #: includes/Admin/Customizer/Sections/ArchivePage.php:2939 #: includes/Admin/Customizer/Sections/ArchivePage.php:3221 #: includes/Admin/Customizer/Sections/ArchivePage.php:3447 #: includes/Admin/Customizer/Sections/ArchivePage.php:3639 #: includes/Admin/Customizer/Sections/ArchivePage.php:3936 #: includes/Admin/Customizer/Sections/DocsPage.php:394 #: includes/Admin/Customizer/Sections/DocsPage.php:889 #: includes/Admin/Customizer/Sections/DocsPage.php:1030 #: includes/Admin/Customizer/Sections/DocsPage.php:1626 #: includes/Admin/Customizer/Sections/DocsPage.php:2058 #: includes/Admin/Customizer/Sections/DocsPage.php:2565 #: includes/Admin/Customizer/Sections/DocsPage.php:2959 #: includes/Admin/Customizer/Sections/DocsPage.php:3243 #: includes/Admin/Customizer/Sections/DocsPage.php:3385 #: includes/Admin/Customizer/Sections/DocsPage.php:3995 #: includes/Admin/Customizer/Sections/DocsPage.php:4136 #: includes/Admin/Customizer/Sections/LiveSearch.php:326 #: includes/Admin/Customizer/Sections/LiveSearch.php:467 #: includes/Admin/Customizer/Sections/LiveSearch.php:787 #: includes/Admin/Customizer/Sections/LiveSearch.php:929 #: includes/Admin/Customizer/Sections/LiveSearch.php:1612 #: includes/Admin/Customizer/Sections/LiveSearch.php:1752 #: includes/Admin/Customizer/Sections/LiveSearch.php:1837 #: includes/Admin/Customizer/Sections/LiveSearch.php:1977 #: includes/Admin/Customizer/Sections/LiveSearch.php:2323 #: includes/Admin/Customizer/Sections/LiveSearch.php:2465 #: includes/Admin/Customizer/Sections/LiveSearch.php:2958 #: includes/Admin/Customizer/Sections/LiveSearch.php:3499 #: includes/Admin/Customizer/Sections/Sidebar.php:110 #: includes/Admin/Customizer/Sections/Sidebar.php:647 #: includes/Admin/Customizer/Sections/Sidebar.php:782 #: includes/Admin/Customizer/Sections/Sidebar.php:1283 #: includes/Admin/Customizer/Sections/Sidebar.php:1492 #: includes/Admin/Customizer/Sections/Sidebar.php:1755 #: includes/Admin/Customizer/Sections/Sidebar.php:1889 #: includes/Admin/Customizer/Sections/Sidebar.php:2023 #: includes/Admin/Customizer/Sections/Sidebar.php:2446 #: includes/Admin/Customizer/Sections/Sidebar.php:2581 #: includes/Admin/Customizer/Sections/Sidebar.php:2851 #: includes/Admin/Customizer/Sections/Sidebar.php:3185 #: includes/Admin/Customizer/Sections/Sidebar.php:3322 #: includes/Admin/Customizer/Sections/SingleDoc.php:485 #: includes/Admin/Customizer/Sections/SingleDoc.php:627 #: includes/Admin/Customizer/Sections/SingleDoc.php:769 #: includes/Admin/Customizer/Sections/SingleDoc.php:911 #: includes/Admin/Customizer/Sections/SingleDoc.php:1166 #: includes/Admin/Customizer/Sections/SingleDoc.php:1251 #: includes/Admin/Customizer/Sections/SingleDoc.php:1625 #: includes/Admin/Customizer/Sections/SingleDoc.php:2185 #: includes/Admin/Customizer/Sections/SingleDoc.php:2326 #: includes/Admin/Customizer/Sections/SingleDoc.php:2630 #: includes/Admin/Customizer/Sections/SingleDoc.php:2984 #: includes/Admin/Customizer/Sections/SingleDoc.php:3125 #: includes/Admin/Customizer/Sections/SingleDoc.php:3288 #: includes/Admin/Customizer/Sections/SingleDoc.php:3615 #: includes/Admin/Customizer/Sections/SingleDoc.php:4115 #: includes/Admin/Customizer/Sections/SingleDoc.php:4254 #: includes/Admin/Customizer/Sections/SingleDoc.php:4559 #: includes/Admin/Customizer/Sections/SingleDoc.php:4697 #: includes/Admin/Customizer/Sections/SingleDoc.php:4991 #: includes/Admin/Customizer/Sections/SingleDoc.php:5129 #: includes/Admin/Customizer/Sections/SingleDoc.php:5268 #: includes/Admin/Customizer/Sections/SingleDoc.php:5406 #: includes/Admin/Customizer/Sections/SingleDoc.php:6930 #: includes/Admin/Customizer/Sections/SingleDoc.php:7068 #: includes/Admin/Customizer/Sections/SingleDoc.php:7207 #: includes/Admin/Customizer/Sections/SingleDoc.php:7345 #: includes/Admin/Customizer/Sections/SingleDoc.php:7734 #: includes/Admin/Customizer/Sections/SingleDoc.php:7876 #: includes/Admin/Customizer/Sections/SingleDoc.php:8043 #: includes/Admin/Customizer/Sections/SingleDoc.php:8185 #: includes/Admin/Customizer/Sections/SingleDoc.php:8539 #: includes/Admin/Customizer/Sections/SingleDoc.php:8679 #: includes/Admin/Customizer/Sections/SingleDoc.php:8867 #: includes/Admin/Customizer/Sections/SingleDoc.php:9009 #: includes/Admin/Customizer/Sections/SingleDoc.php:9176 #: includes/Admin/Customizer/Sections/SingleDoc.php:9318 #: includes/Admin/Customizer/Sections/SingleDoc.php:9673 #: includes/Admin/Customizer/Sections/SingleDoc.php:9813 #: includes/Admin/Customizer/Sections/SingleDoc.php:10001 #: includes/Admin/Customizer/Sections/SingleDoc.php:10143 #: includes/Admin/Customizer/Sections/SingleDoc.php:10310 #: includes/Admin/Customizer/Sections/SingleDoc.php:10452 #: includes/Admin/Customizer/Sections/SingleDoc.php:10713 #: includes/Admin/Customizer/Sections/SingleDoc.php:10853 #: includes/Admin/Customizer/Sections/SingleDoc.php:11041 #: includes/Admin/Customizer/Sections/SingleDoc.php:11183 #: includes/Admin/Customizer/Sections/SingleDoc.php:11350 #: includes/Admin/Customizer/Sections/SingleDoc.php:11492 #: includes/Admin/Customizer/Sections/SingleDoc.php:11753 #: includes/Admin/Customizer/Sections/SingleDoc.php:11893 msgid "Top" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:466 #: includes/Admin/Customizer/Sections/ArchivePage.php:835 #: includes/Admin/Customizer/Sections/ArchivePage.php:1042 #: includes/Admin/Customizer/Sections/ArchivePage.php:1178 #: includes/Admin/Customizer/Sections/ArchivePage.php:1315 #: includes/Admin/Customizer/Sections/ArchivePage.php:1833 #: includes/Admin/Customizer/Sections/ArchivePage.php:2107 #: includes/Admin/Customizer/Sections/ArchivePage.php:2322 #: includes/Admin/Customizer/Sections/ArchivePage.php:2560 #: includes/Admin/Customizer/Sections/ArchivePage.php:2695 #: includes/Admin/Customizer/Sections/ArchivePage.php:2966 #: includes/Admin/Customizer/Sections/ArchivePage.php:3248 #: includes/Admin/Customizer/Sections/ArchivePage.php:3474 #: includes/Admin/Customizer/Sections/ArchivePage.php:3666 #: includes/Admin/Customizer/Sections/ArchivePage.php:3963 #: includes/Admin/Customizer/Sections/DocsPage.php:423 #: includes/Admin/Customizer/Sections/DocsPage.php:917 #: includes/Admin/Customizer/Sections/DocsPage.php:1058 #: includes/Admin/Customizer/Sections/DocsPage.php:1653 #: includes/Admin/Customizer/Sections/DocsPage.php:2085 #: includes/Admin/Customizer/Sections/DocsPage.php:2593 #: includes/Admin/Customizer/Sections/DocsPage.php:2987 #: includes/Admin/Customizer/Sections/DocsPage.php:3271 #: includes/Admin/Customizer/Sections/DocsPage.php:3413 #: includes/Admin/Customizer/Sections/DocsPage.php:4022 #: includes/Admin/Customizer/Sections/DocsPage.php:4164 #: includes/Admin/Customizer/Sections/LiveSearch.php:354 #: includes/Admin/Customizer/Sections/LiveSearch.php:495 #: includes/Admin/Customizer/Sections/LiveSearch.php:815 #: includes/Admin/Customizer/Sections/LiveSearch.php:957 #: includes/Admin/Customizer/Sections/LiveSearch.php:1640 #: includes/Admin/Customizer/Sections/LiveSearch.php:1865 #: includes/Admin/Customizer/Sections/LiveSearch.php:2005 #: includes/Admin/Customizer/Sections/LiveSearch.php:2351 #: includes/Admin/Customizer/Sections/LiveSearch.php:2493 #: includes/Admin/Customizer/Sections/LiveSearch.php:2990 #: includes/Admin/Customizer/Sections/LiveSearch.php:3527 #: includes/Admin/Customizer/Sections/Sidebar.php:137 #: includes/Admin/Customizer/Sections/Sidebar.php:673 #: includes/Admin/Customizer/Sections/Sidebar.php:808 #: includes/Admin/Customizer/Sections/Sidebar.php:1310 #: includes/Admin/Customizer/Sections/Sidebar.php:1519 #: includes/Admin/Customizer/Sections/Sidebar.php:1781 #: includes/Admin/Customizer/Sections/Sidebar.php:1915 #: includes/Admin/Customizer/Sections/Sidebar.php:2049 #: includes/Admin/Customizer/Sections/Sidebar.php:2472 #: includes/Admin/Customizer/Sections/Sidebar.php:2607 #: includes/Admin/Customizer/Sections/Sidebar.php:2877 #: includes/Admin/Customizer/Sections/Sidebar.php:3212 #: includes/Admin/Customizer/Sections/Sidebar.php:3349 #: includes/Admin/Customizer/Sections/SingleDoc.php:513 #: includes/Admin/Customizer/Sections/SingleDoc.php:655 #: includes/Admin/Customizer/Sections/SingleDoc.php:797 #: includes/Admin/Customizer/Sections/SingleDoc.php:939 #: includes/Admin/Customizer/Sections/SingleDoc.php:1279 #: includes/Admin/Customizer/Sections/SingleDoc.php:1652 #: includes/Admin/Customizer/Sections/SingleDoc.php:2213 #: includes/Admin/Customizer/Sections/SingleDoc.php:2353 #: includes/Admin/Customizer/Sections/SingleDoc.php:2658 #: includes/Admin/Customizer/Sections/SingleDoc.php:3012 #: includes/Admin/Customizer/Sections/SingleDoc.php:3152 #: includes/Admin/Customizer/Sections/SingleDoc.php:3315 #: includes/Admin/Customizer/Sections/SingleDoc.php:3643 #: includes/Admin/Customizer/Sections/SingleDoc.php:4142 #: includes/Admin/Customizer/Sections/SingleDoc.php:4282 #: includes/Admin/Customizer/Sections/SingleDoc.php:4586 #: includes/Admin/Customizer/Sections/SingleDoc.php:4724 #: includes/Admin/Customizer/Sections/SingleDoc.php:5018 #: includes/Admin/Customizer/Sections/SingleDoc.php:5156 #: includes/Admin/Customizer/Sections/SingleDoc.php:5295 #: includes/Admin/Customizer/Sections/SingleDoc.php:5433 #: includes/Admin/Customizer/Sections/SingleDoc.php:6957 #: includes/Admin/Customizer/Sections/SingleDoc.php:7095 #: includes/Admin/Customizer/Sections/SingleDoc.php:7234 #: includes/Admin/Customizer/Sections/SingleDoc.php:7372 #: includes/Admin/Customizer/Sections/SingleDoc.php:7762 #: includes/Admin/Customizer/Sections/SingleDoc.php:7904 #: includes/Admin/Customizer/Sections/SingleDoc.php:8071 #: includes/Admin/Customizer/Sections/SingleDoc.php:8213 #: includes/Admin/Customizer/Sections/SingleDoc.php:8567 #: includes/Admin/Customizer/Sections/SingleDoc.php:8707 #: includes/Admin/Customizer/Sections/SingleDoc.php:8895 #: includes/Admin/Customizer/Sections/SingleDoc.php:9037 #: includes/Admin/Customizer/Sections/SingleDoc.php:9204 #: includes/Admin/Customizer/Sections/SingleDoc.php:9346 #: includes/Admin/Customizer/Sections/SingleDoc.php:9701 #: includes/Admin/Customizer/Sections/SingleDoc.php:9841 #: includes/Admin/Customizer/Sections/SingleDoc.php:10029 #: includes/Admin/Customizer/Sections/SingleDoc.php:10171 #: includes/Admin/Customizer/Sections/SingleDoc.php:10338 #: includes/Admin/Customizer/Sections/SingleDoc.php:10480 #: includes/Admin/Customizer/Sections/SingleDoc.php:10741 #: includes/Admin/Customizer/Sections/SingleDoc.php:10881 #: includes/Admin/Customizer/Sections/SingleDoc.php:11069 #: includes/Admin/Customizer/Sections/SingleDoc.php:11211 #: includes/Admin/Customizer/Sections/SingleDoc.php:11378 #: includes/Admin/Customizer/Sections/SingleDoc.php:11520 #: includes/Admin/Customizer/Sections/SingleDoc.php:11781 #: includes/Admin/Customizer/Sections/SingleDoc.php:11921 #: includes/Editors/Elementor/Widget/ArchiveList.php:727 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1752 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1777 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:173 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:153 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:291 #: includes/Editors/Elementor/Widget/Content.php:78 #: includes/Editors/Elementor/Widget/DocDate.php:102 #: includes/Editors/Elementor/Widget/Feedback.php:292 #: includes/Editors/Elementor/Widget/Feedback.php:440 #: includes/Editors/Elementor/Widget/Title.php:116 #: includes/Editors/Elementor/Widget/ToC.php:221 #: assets/build/blocks/editor.js:1 msgid "Right" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:493 #: includes/Admin/Customizer/Sections/ArchivePage.php:732 #: includes/Admin/Customizer/Sections/ArchivePage.php:862 #: includes/Admin/Customizer/Sections/ArchivePage.php:1069 #: includes/Admin/Customizer/Sections/ArchivePage.php:1205 #: includes/Admin/Customizer/Sections/ArchivePage.php:1342 #: includes/Admin/Customizer/Sections/ArchivePage.php:1860 #: includes/Admin/Customizer/Sections/ArchivePage.php:2134 #: includes/Admin/Customizer/Sections/ArchivePage.php:2349 #: includes/Admin/Customizer/Sections/ArchivePage.php:2587 #: includes/Admin/Customizer/Sections/ArchivePage.php:2722 #: includes/Admin/Customizer/Sections/ArchivePage.php:2993 #: includes/Admin/Customizer/Sections/ArchivePage.php:3275 #: includes/Admin/Customizer/Sections/ArchivePage.php:3501 #: includes/Admin/Customizer/Sections/ArchivePage.php:3693 #: includes/Admin/Customizer/Sections/ArchivePage.php:3990 #: includes/Admin/Customizer/Sections/DocsPage.php:452 #: includes/Admin/Customizer/Sections/DocsPage.php:945 #: includes/Admin/Customizer/Sections/DocsPage.php:1086 #: includes/Admin/Customizer/Sections/DocsPage.php:1680 #: includes/Admin/Customizer/Sections/DocsPage.php:2112 #: includes/Admin/Customizer/Sections/DocsPage.php:2621 #: includes/Admin/Customizer/Sections/DocsPage.php:3015 #: includes/Admin/Customizer/Sections/DocsPage.php:3299 #: includes/Admin/Customizer/Sections/DocsPage.php:3440 #: includes/Admin/Customizer/Sections/DocsPage.php:4050 #: includes/Admin/Customizer/Sections/DocsPage.php:4192 #: includes/Admin/Customizer/Sections/LiveSearch.php:382 #: includes/Admin/Customizer/Sections/LiveSearch.php:523 #: includes/Admin/Customizer/Sections/LiveSearch.php:843 #: includes/Admin/Customizer/Sections/LiveSearch.php:985 #: includes/Admin/Customizer/Sections/LiveSearch.php:1668 #: includes/Admin/Customizer/Sections/LiveSearch.php:1780 #: includes/Admin/Customizer/Sections/LiveSearch.php:1892 #: includes/Admin/Customizer/Sections/LiveSearch.php:2032 #: includes/Admin/Customizer/Sections/LiveSearch.php:2379 #: includes/Admin/Customizer/Sections/LiveSearch.php:2521 #: includes/Admin/Customizer/Sections/LiveSearch.php:3022 #: includes/Admin/Customizer/Sections/LiveSearch.php:3555 #: includes/Admin/Customizer/Sections/Sidebar.php:164 #: includes/Admin/Customizer/Sections/Sidebar.php:700 #: includes/Admin/Customizer/Sections/Sidebar.php:835 #: includes/Admin/Customizer/Sections/Sidebar.php:1337 #: includes/Admin/Customizer/Sections/Sidebar.php:1546 #: includes/Admin/Customizer/Sections/Sidebar.php:1808 #: includes/Admin/Customizer/Sections/Sidebar.php:1942 #: includes/Admin/Customizer/Sections/Sidebar.php:2076 #: includes/Admin/Customizer/Sections/Sidebar.php:2499 #: includes/Admin/Customizer/Sections/Sidebar.php:2634 #: includes/Admin/Customizer/Sections/Sidebar.php:2904 #: includes/Admin/Customizer/Sections/Sidebar.php:3239 #: includes/Admin/Customizer/Sections/Sidebar.php:3376 #: includes/Admin/Customizer/Sections/SingleDoc.php:541 #: includes/Admin/Customizer/Sections/SingleDoc.php:683 #: includes/Admin/Customizer/Sections/SingleDoc.php:825 #: includes/Admin/Customizer/Sections/SingleDoc.php:967 #: includes/Admin/Customizer/Sections/SingleDoc.php:1194 #: includes/Admin/Customizer/Sections/SingleDoc.php:1306 #: includes/Admin/Customizer/Sections/SingleDoc.php:1679 #: includes/Admin/Customizer/Sections/SingleDoc.php:2241 #: includes/Admin/Customizer/Sections/SingleDoc.php:2380 #: includes/Admin/Customizer/Sections/SingleDoc.php:2686 #: includes/Admin/Customizer/Sections/SingleDoc.php:3040 #: includes/Admin/Customizer/Sections/SingleDoc.php:3179 #: includes/Admin/Customizer/Sections/SingleDoc.php:3342 #: includes/Admin/Customizer/Sections/SingleDoc.php:3671 #: includes/Admin/Customizer/Sections/SingleDoc.php:4169 #: includes/Admin/Customizer/Sections/SingleDoc.php:4310 #: includes/Admin/Customizer/Sections/SingleDoc.php:4613 #: includes/Admin/Customizer/Sections/SingleDoc.php:4751 #: includes/Admin/Customizer/Sections/SingleDoc.php:5045 #: includes/Admin/Customizer/Sections/SingleDoc.php:5183 #: includes/Admin/Customizer/Sections/SingleDoc.php:5322 #: includes/Admin/Customizer/Sections/SingleDoc.php:5460 #: includes/Admin/Customizer/Sections/SingleDoc.php:6984 #: includes/Admin/Customizer/Sections/SingleDoc.php:7122 #: includes/Admin/Customizer/Sections/SingleDoc.php:7261 #: includes/Admin/Customizer/Sections/SingleDoc.php:7399 #: includes/Admin/Customizer/Sections/SingleDoc.php:7790 #: includes/Admin/Customizer/Sections/SingleDoc.php:7932 #: includes/Admin/Customizer/Sections/SingleDoc.php:8099 #: includes/Admin/Customizer/Sections/SingleDoc.php:8240 #: includes/Admin/Customizer/Sections/SingleDoc.php:8594 #: includes/Admin/Customizer/Sections/SingleDoc.php:8734 #: includes/Admin/Customizer/Sections/SingleDoc.php:8923 #: includes/Admin/Customizer/Sections/SingleDoc.php:9065 #: includes/Admin/Customizer/Sections/SingleDoc.php:9232 #: includes/Admin/Customizer/Sections/SingleDoc.php:9373 #: includes/Admin/Customizer/Sections/SingleDoc.php:9728 #: includes/Admin/Customizer/Sections/SingleDoc.php:9868 #: includes/Admin/Customizer/Sections/SingleDoc.php:10057 #: includes/Admin/Customizer/Sections/SingleDoc.php:10199 #: includes/Admin/Customizer/Sections/SingleDoc.php:10366 #: includes/Admin/Customizer/Sections/SingleDoc.php:10507 #: includes/Admin/Customizer/Sections/SingleDoc.php:10768 #: includes/Admin/Customizer/Sections/SingleDoc.php:10908 #: includes/Admin/Customizer/Sections/SingleDoc.php:11097 #: includes/Admin/Customizer/Sections/SingleDoc.php:11239 #: includes/Admin/Customizer/Sections/SingleDoc.php:11406 #: includes/Admin/Customizer/Sections/SingleDoc.php:11547 #: includes/Admin/Customizer/Sections/SingleDoc.php:11808 #: includes/Admin/Customizer/Sections/SingleDoc.php:11948 msgid "Bottom" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:520 #: includes/Admin/Customizer/Sections/ArchivePage.php:889 #: includes/Admin/Customizer/Sections/ArchivePage.php:1096 #: includes/Admin/Customizer/Sections/ArchivePage.php:1232 #: includes/Admin/Customizer/Sections/ArchivePage.php:1369 #: includes/Admin/Customizer/Sections/ArchivePage.php:1886 #: includes/Admin/Customizer/Sections/ArchivePage.php:2160 #: includes/Admin/Customizer/Sections/ArchivePage.php:2375 #: includes/Admin/Customizer/Sections/ArchivePage.php:2613 #: includes/Admin/Customizer/Sections/ArchivePage.php:2748 #: includes/Admin/Customizer/Sections/ArchivePage.php:3019 #: includes/Admin/Customizer/Sections/ArchivePage.php:3301 #: includes/Admin/Customizer/Sections/ArchivePage.php:3527 #: includes/Admin/Customizer/Sections/ArchivePage.php:3720 #: includes/Admin/Customizer/Sections/ArchivePage.php:4017 #: includes/Admin/Customizer/Sections/DocsPage.php:481 #: includes/Admin/Customizer/Sections/DocsPage.php:972 #: includes/Admin/Customizer/Sections/DocsPage.php:1113 #: includes/Admin/Customizer/Sections/DocsPage.php:1707 #: includes/Admin/Customizer/Sections/DocsPage.php:2139 #: includes/Admin/Customizer/Sections/DocsPage.php:2649 #: includes/Admin/Customizer/Sections/DocsPage.php:3043 #: includes/Admin/Customizer/Sections/DocsPage.php:3327 #: includes/Admin/Customizer/Sections/DocsPage.php:3468 #: includes/Admin/Customizer/Sections/DocsPage.php:4078 #: includes/Admin/Customizer/Sections/DocsPage.php:4220 #: includes/Admin/Customizer/Sections/LiveSearch.php:410 #: includes/Admin/Customizer/Sections/LiveSearch.php:551 #: includes/Admin/Customizer/Sections/LiveSearch.php:871 #: includes/Admin/Customizer/Sections/LiveSearch.php:1013 #: includes/Admin/Customizer/Sections/LiveSearch.php:1695 #: includes/Admin/Customizer/Sections/LiveSearch.php:1920 #: includes/Admin/Customizer/Sections/LiveSearch.php:2060 #: includes/Admin/Customizer/Sections/LiveSearch.php:2407 #: includes/Admin/Customizer/Sections/LiveSearch.php:2549 #: includes/Admin/Customizer/Sections/LiveSearch.php:3051 #: includes/Admin/Customizer/Sections/LiveSearch.php:3583 #: includes/Admin/Customizer/Sections/Sidebar.php:191 #: includes/Admin/Customizer/Sections/Sidebar.php:727 #: includes/Admin/Customizer/Sections/Sidebar.php:861 #: includes/Admin/Customizer/Sections/Sidebar.php:1364 #: includes/Admin/Customizer/Sections/Sidebar.php:1573 #: includes/Admin/Customizer/Sections/Sidebar.php:1834 #: includes/Admin/Customizer/Sections/Sidebar.php:1968 #: includes/Admin/Customizer/Sections/Sidebar.php:2102 #: includes/Admin/Customizer/Sections/Sidebar.php:2526 #: includes/Admin/Customizer/Sections/Sidebar.php:2660 #: includes/Admin/Customizer/Sections/Sidebar.php:2930 #: includes/Admin/Customizer/Sections/Sidebar.php:3266 #: includes/Admin/Customizer/Sections/Sidebar.php:3403 #: includes/Admin/Customizer/Sections/SingleDoc.php:569 #: includes/Admin/Customizer/Sections/SingleDoc.php:711 #: includes/Admin/Customizer/Sections/SingleDoc.php:853 #: includes/Admin/Customizer/Sections/SingleDoc.php:995 #: includes/Admin/Customizer/Sections/SingleDoc.php:1333 #: includes/Admin/Customizer/Sections/SingleDoc.php:1706 #: includes/Admin/Customizer/Sections/SingleDoc.php:2269 #: includes/Admin/Customizer/Sections/SingleDoc.php:2407 #: includes/Admin/Customizer/Sections/SingleDoc.php:2714 #: includes/Admin/Customizer/Sections/SingleDoc.php:3068 #: includes/Admin/Customizer/Sections/SingleDoc.php:3206 #: includes/Admin/Customizer/Sections/SingleDoc.php:3369 #: includes/Admin/Customizer/Sections/SingleDoc.php:3699 #: includes/Admin/Customizer/Sections/SingleDoc.php:4196 #: includes/Admin/Customizer/Sections/SingleDoc.php:4338 #: includes/Admin/Customizer/Sections/SingleDoc.php:4640 #: includes/Admin/Customizer/Sections/SingleDoc.php:4778 #: includes/Admin/Customizer/Sections/SingleDoc.php:5072 #: includes/Admin/Customizer/Sections/SingleDoc.php:5210 #: includes/Admin/Customizer/Sections/SingleDoc.php:5349 #: includes/Admin/Customizer/Sections/SingleDoc.php:5487 #: includes/Admin/Customizer/Sections/SingleDoc.php:7011 #: includes/Admin/Customizer/Sections/SingleDoc.php:7149 #: includes/Admin/Customizer/Sections/SingleDoc.php:7288 #: includes/Admin/Customizer/Sections/SingleDoc.php:7426 #: includes/Admin/Customizer/Sections/SingleDoc.php:7818 #: includes/Admin/Customizer/Sections/SingleDoc.php:7960 #: includes/Admin/Customizer/Sections/SingleDoc.php:8127 #: includes/Admin/Customizer/Sections/SingleDoc.php:8267 #: includes/Admin/Customizer/Sections/SingleDoc.php:8621 #: includes/Admin/Customizer/Sections/SingleDoc.php:8761 #: includes/Admin/Customizer/Sections/SingleDoc.php:8951 #: includes/Admin/Customizer/Sections/SingleDoc.php:9093 #: includes/Admin/Customizer/Sections/SingleDoc.php:9260 #: includes/Admin/Customizer/Sections/SingleDoc.php:9400 #: includes/Admin/Customizer/Sections/SingleDoc.php:9755 #: includes/Admin/Customizer/Sections/SingleDoc.php:9895 #: includes/Admin/Customizer/Sections/SingleDoc.php:10085 #: includes/Admin/Customizer/Sections/SingleDoc.php:10227 #: includes/Admin/Customizer/Sections/SingleDoc.php:10394 #: includes/Admin/Customizer/Sections/SingleDoc.php:10534 #: includes/Admin/Customizer/Sections/SingleDoc.php:10795 #: includes/Admin/Customizer/Sections/SingleDoc.php:10935 #: includes/Admin/Customizer/Sections/SingleDoc.php:11125 #: includes/Admin/Customizer/Sections/SingleDoc.php:11267 #: includes/Admin/Customizer/Sections/SingleDoc.php:11434 #: includes/Admin/Customizer/Sections/SingleDoc.php:11574 #: includes/Admin/Customizer/Sections/SingleDoc.php:11835 #: includes/Admin/Customizer/Sections/SingleDoc.php:11975 #: includes/Editors/Elementor/Widget/ArchiveList.php:719 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1744 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1769 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:172 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:145 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:283 #: includes/Editors/Elementor/Widget/Content.php:70 #: includes/Editors/Elementor/Widget/DocDate.php:94 #: includes/Editors/Elementor/Widget/Feedback.php:284 #: includes/Editors/Elementor/Widget/Feedback.php:432 #: includes/Editors/Elementor/Widget/Title.php:108 #: includes/Editors/Elementor/Widget/ToC.php:213 #: assets/build/blocks/editor.js:1 msgid "Left" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:543 #: includes/Admin/Customizer/Sections/SingleDoc.php:1019 #: includes/Core/Settings.php:1167 #: includes/Core/Settings.php:1224 #: includes/Core/SetupWizard.php:167 #: includes/Editors/BlockEditor/Blocks/SearchForm.php:35 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:320 #: includes/FrontEnd/TemplateTags.php:335 #: includes/Shortcodes/SearchForm.php:284 #: includes/Shortcodes/SearchModal.php:277 #: views/templates/archives/categories/layout-8.php:112 #: assets/build/blocks/editor.js:1 msgid "Search" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:566 msgid "Enable Search Section" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:594 msgid "Archive Search Width" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:625 msgid "Category Search Max Width" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:658 #: includes/Admin/Customizer/Sections/ArchivePage.php:2506 #: includes/Admin/Customizer/Sections/DocsPage.php:1598 #: includes/Admin/Customizer/Sections/DocsPage.php:2030 #: includes/Admin/Customizer/Sections/LiveSearch.php:1584 #: includes/Admin/Customizer/Sections/LiveSearch.php:1724 #: includes/Admin/Customizer/Sections/Sidebar.php:1728 #: includes/Admin/Customizer/Sections/SingleDoc.php:1138 #: includes/Admin/Customizer/Sections/SingleDoc.php:3260 #: includes/Admin/Customizer/Sections/SingleDoc.php:4087 #: includes/Admin/Customizer/Sections/SingleDoc.php:4669 #: includes/Admin/Customizer/Sections/SingleDoc.php:4963 #: includes/Admin/Customizer/Sections/SingleDoc.php:5101 #: includes/Admin/Customizer/Sections/SingleDoc.php:6902 #: includes/Admin/Customizer/Sections/SingleDoc.php:7040 #: includes/Editors/Elementor/Widget/ArchiveList.php:221 #: includes/Editors/Elementor/Widget/ArchiveList.php:260 #: includes/Editors/Elementor/Widget/ArchiveList.php:691 #: includes/Editors/Elementor/Widget/ArchiveList.php:1056 #: includes/Editors/Elementor/Widget/ArticleSummary.php:349 #: includes/Editors/Elementor/Widget/ArticleSummary.php:431 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:316 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1731 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1811 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1914 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1994 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2098 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2189 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:361 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:654 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:839 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:962 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:218 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:298 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:616 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:748 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:255 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:477 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:589 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:701 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:766 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:514 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:799 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:865 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:178 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:316 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:151 #: includes/Editors/Elementor/Widget/CodeSnippet.php:315 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:194 #: includes/Editors/Elementor/Widget/DocAuthor.php:102 #: includes/Editors/Elementor/Widget/Navigation.php:218 #: includes/Editors/Elementor/Widget/ReadingTime.php:191 #: includes/Editors/Elementor/Widget/Sidebar.php:424 #: includes/Editors/Elementor/Widget/Sidebar.php:1012 #: includes/Editors/Elementor/Widget/Sidebar.php:1140 #: includes/Editors/Elementor/Widget/Sidebar.php:1323 #: includes/Editors/Elementor/Widget/Tags.php:59 #: includes/Editors/Elementor/Widget/Tags.php:109 #: assets/build/blocks/editor.js:1 msgid "Margin" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:781 #: includes/Admin/Customizer/Sections/LiveSearch.php:1809 #: includes/Admin/Customizer/Sections/LiveSearch.php:1949 #: includes/Admin/Customizer/Sections/LiveSearch.php:2925 #: includes/Admin/Customizer/Sections/Sidebar.php:1862 #: includes/Admin/Customizer/Sections/Sidebar.php:2824 #: includes/Admin/Customizer/Sections/SingleDoc.php:1223 #: includes/Admin/Customizer/Sections/SingleDoc.php:4226 #: includes/Admin/Customizer/Sections/SingleDoc.php:4531 #: includes/Admin/Customizer/Sections/SingleDoc.php:5240 #: includes/Admin/Customizer/Sections/SingleDoc.php:5378 #: includes/Admin/Customizer/Sections/SingleDoc.php:7179 #: includes/Admin/Customizer/Sections/SingleDoc.php:7317 #: includes/Editors/Elementor/Widget/ArchiveList.php:209 #: includes/Editors/Elementor/Widget/ArchiveList.php:248 #: includes/Editors/Elementor/Widget/ArchiveList.php:703 #: includes/Editors/Elementor/Widget/ArchiveList.php:1044 #: includes/Editors/Elementor/Widget/ArticleSummary.php:173 #: includes/Editors/Elementor/Widget/ArticleSummary.php:330 #: includes/Editors/Elementor/Widget/ArticleSummary.php:412 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:304 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:729 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1333 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1743 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1823 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1926 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2006 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2110 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2201 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2320 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2379 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2475 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2534 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:349 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:642 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:825 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:947 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1634 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:206 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:286 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:430 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:603 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:735 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:243 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:465 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:577 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:689 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:754 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:529 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:781 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:847 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1737 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:166 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:304 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:139 #: includes/Editors/Elementor/Widget/CodeSnippet.php:327 #: includes/Editors/Elementor/Widget/CodeSnippet.php:411 #: includes/Editors/Elementor/Widget/CodeSnippet.php:528 #: includes/Editors/Elementor/Widget/CodeSnippet.php:603 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:206 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:272 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:329 #: includes/Editors/Elementor/Widget/DocAuthor.php:90 #: includes/Editors/Elementor/Widget/DocShare.php:589 #: includes/Editors/Elementor/Widget/DocShare.php:646 #: includes/Editors/Elementor/Widget/Feedback.php:416 #: includes/Editors/Elementor/Widget/Navigation.php:230 #: includes/Editors/Elementor/Widget/ReadingTime.php:179 #: includes/Editors/Elementor/Widget/Sidebar.php:437 #: includes/Editors/Elementor/Widget/Sidebar.php:785 #: includes/Editors/Elementor/Widget/Sidebar.php:1000 #: includes/Editors/Elementor/Widget/Sidebar.php:1152 #: includes/Editors/Elementor/Widget/Sidebar.php:1336 #: includes/Editors/Elementor/Widget/Sidebar.php:2820 #: includes/Editors/Elementor/Widget/Sidebar.php:2885 #: includes/Editors/Elementor/Widget/Tags.php:47 #: includes/Editors/Elementor/Widget/Tags.php:97 #: assets/build/blocks/editor.js:1 msgid "Padding" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:912 msgid "Content Area" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:935 msgid "Enable Content Area Search" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:960 #: includes/Admin/Customizer/Sections/DocsPage.php:135 #: includes/Admin/Customizer/Sections/SingleDoc.php:220 msgid "Content Area Background Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:988 #: includes/Admin/Customizer/Sections/SingleDoc.php:2298 #: includes/Admin/Customizer/Sections/SingleDoc.php:3097 msgid "Content Area Margin" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1125 #: includes/Admin/Customizer/Sections/ArchivePage.php:1262 #: includes/Admin/Customizer/Sections/DocsPage.php:364 #: includes/Admin/Customizer/Sections/SingleDoc.php:457 #: includes/Admin/Customizer/Sections/SingleDoc.php:2157 #: includes/Admin/Customizer/Sections/SingleDoc.php:2956 msgid "Content Area Padding" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1398 msgid "Archive Content Border Radius" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1424 msgid "Content Header" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1447 #: includes/Admin/Customizer/Sections/ArchivePage.php:1693 #: includes/Admin/Customizer/Sections/ArchivePage.php:3327 #: includes/Admin/Customizer/Sections/DocsPage.php:631 #: includes/Admin/Customizer/Sections/Sidebar.php:373 #: includes/Admin/Customizer/Sections/Sidebar.php:2173 #: includes/Admin/Customizer/Sections/Sidebar.php:3507 #: includes/Editors/Elementor/Widget/Sidebar.php:281 #: assets/build/blocks/editor.js:1 msgid "Category Title Tag" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1481 #: includes/Admin/Customizer/Sections/ArchivePage.php:2479 #: includes/Admin/Customizer/Sections/ArchivePage.php:4455 #: includes/Admin/Customizer/Sections/ArchivePage.php:4480 #: includes/Admin/Customizer/Sections/BreadCrumb.php:204 #: includes/Admin/Customizer/Sections/DocsPage.php:2371 #: includes/Admin/Customizer/Sections/DocsPage.php:2421 #: includes/Admin/Customizer/Sections/LiveSearch.php:1040 #: includes/Admin/Customizer/Sections/LiveSearch.php:1065 #: includes/Admin/Customizer/Sections/LiveSearch.php:2725 #: includes/Admin/Customizer/Sections/LiveSearch.php:3704 #: includes/Admin/Customizer/Sections/LiveSearch.php:3825 #: includes/Admin/Customizer/Sections/LiveSearch.php:4063 #: includes/Admin/Customizer/Sections/LiveSearch.php:4171 #: includes/Admin/Customizer/Sections/LiveSearch.php:4443 #: includes/Admin/Customizer/Sections/Sidebar.php:55 #: includes/Admin/Customizer/Sections/Sidebar.php:908 #: includes/Admin/Customizer/Sections/Sidebar.php:1413 #: includes/Admin/Customizer/Sections/Sidebar.php:2707 #: includes/Admin/Customizer/Sections/SingleDoc.php:1755 #: includes/Admin/Customizer/Sections/SingleDoc.php:2128 #: includes/Admin/Customizer/Sections/SingleDoc.php:2927 #: includes/Admin/Customizer/Sections/SingleDoc.php:3847 #: includes/Admin/Customizer/Sections/SingleDoc.php:3872 #: includes/Editors/Elementor/Widget/ArchiveList.php:649 #: includes/Editors/Elementor/Widget/ArchiveList.php:776 #: includes/Editors/Elementor/Widget/ArticleSummary.php:140 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2131 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2222 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:342 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:408 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:486 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1285 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:249 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:121 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:218 #: includes/Editors/Elementor/Widget/CodeSnippet.php:339 #: includes/Editors/Elementor/Widget/CodeSnippet.php:423 #: includes/Editors/Elementor/Widget/CodeSnippet.php:615 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:218 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:284 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:341 #: includes/Editors/Elementor/Widget/DocAuthor.php:63 #: includes/Editors/Elementor/Widget/Navigation.php:155 #: includes/Editors/Elementor/Widget/PrintButton.php:62 #: includes/Editors/Elementor/Widget/Reactions.php:738 #: includes/Editors/Elementor/Widget/Reactions.php:815 #: includes/Editors/Elementor/Widget/Reactions.php:892 #: includes/Editors/Elementor/Widget/ReadingTime.php:96 #: includes/Editors/Elementor/Widget/Sidebar.php:501 #: includes/Editors/Elementor/Widget/Sidebar.php:2142 #: includes/Editors/Elementor/Widget/Sidebar.php:2373 #: includes/Editors/Elementor/Widget/Sidebar.php:2466 #: includes/Editors/Elementor/Widget/ToC.php:162 #: assets/build/blocks/editor.js:1 msgid "Background Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1504 #: includes/Admin/Customizer/Sections/DocsPage.php:2395 #: includes/Admin/Customizer/Sections/LiveSearch.php:2749 #: includes/Editors/Elementor/Widget/ArchiveList.php:660 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:353 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:420 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:260 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:131 #: includes/Editors/Elementor/Widget/DocAuthor.php:73 #: includes/Editors/Elementor/Widget/Sidebar.php:2165 #: includes/Editors/Elementor/Widget/Sidebar.php:2384 #: assets/build/blocks/editor.js:1 msgid "Background Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1532 msgid "Image Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1564 #: includes/Admin/Customizer/Sections/ArchivePage.php:2880 #: includes/Admin/Customizer/Sections/ArchivePage.php:3389 #: includes/Admin/Customizer/Sections/Sidebar.php:587 #: includes/Admin/Customizer/Sections/Sidebar.php:2386 #: includes/Admin/Customizer/Sections/Sidebar.php:3568 #: includes/Admin/Customizer/Sections/SingleDoc.php:1924 #: includes/Admin/Customizer/Sections/SingleDoc.php:2462 #: includes/Admin/Customizer/Sections/SingleDoc.php:3399 msgid "Title Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1592 #: includes/Admin/Customizer/Sections/ArchivePage.php:2829 #: includes/Admin/Customizer/Sections/ArchivePage.php:3361 #: includes/Admin/Customizer/Sections/Sidebar.php:512 #: includes/Admin/Customizer/Sections/Sidebar.php:2311 #: includes/Admin/Customizer/Sections/Sidebar.php:3541 #: includes/Admin/Customizer/Sections/SingleDoc.php:1896 #: includes/Admin/Customizer/Sections/SingleDoc.php:2433 #: includes/Admin/Customizer/Sections/SingleDoc.php:3232 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:320 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:385 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:568 #: assets/build/blocks/editor.js:1 msgid "Title Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1620 msgid "Count Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1648 msgid "Count Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1670 #: includes/Admin/Customizer/Sections/DocsPage.php:576 msgid "Category Column Settings" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1727 #: includes/Admin/Customizer/Sections/DocsPage.php:734 #: includes/Admin/Customizer/Sections/DocsPage.php:759 #: includes/Admin/Customizer/Sections/DocsPage.php:784 msgid "Column Background Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1751 #: includes/Admin/Customizer/Sections/DocsPage.php:808 #: includes/Admin/Customizer/Sections/DocsPage.php:832 msgid "Column Hover Background Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1779 #: includes/Admin/Customizer/Sections/DocsPage.php:861 #: includes/Admin/Customizer/Sections/DocsPage.php:1002 msgid "Column Padding" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1911 #: includes/Admin/Customizer/Sections/DocsPage.php:1139 msgid "Column Border Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1939 #: includes/Admin/Customizer/Sections/DocsPage.php:1192 #: includes/Admin/Customizer/Sections/DocsPage.php:1225 #: includes/Admin/Customizer/Sections/DocsPage.php:1258 #: includes/Admin/Customizer/Sections/DocsPage.php:4454 #: includes/Admin/Customizer/Sections/LiveSearch.php:4567 #: includes/Admin/Customizer/Sections/Sidebar.php:411 #: includes/Admin/Customizer/Sections/Sidebar.php:1696 #: includes/Admin/Customizer/Sections/Sidebar.php:2211 #: includes/Editors/Elementor/Widget/ArchiveList.php:891 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1437 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1508 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1568 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:225 #: includes/Editors/Elementor/Widget/Reactions.php:720 #: includes/Editors/Elementor/Widget/Sidebar.php:2616 #: includes/Editors/Elementor/Widget/Sidebar.php:2676 #: includes/Editors/Elementor/Widget/Sidebar.php:2736 #: assets/build/blocks/editor.js:1 msgid "Icon Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:1974 #: includes/Admin/Customizer/Sections/DocsPage.php:1435 #: includes/Admin/Customizer/Sections/DocsPage.php:1470 #: includes/Admin/Customizer/Sections/DocsPage.php:4486 msgid "Category Title Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2003 #: includes/Admin/Customizer/Sections/DocsPage.php:1500 #: includes/Admin/Customizer/Sections/DocsPage.php:1523 #: includes/Admin/Customizer/Sections/DocsPage.php:1546 msgid "Category Title Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2026 #: includes/Admin/Customizer/Sections/DocsPage.php:1570 #: includes/Admin/Customizer/Sections/DocsPage.php:1732 msgid "Category Title Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2053 #: includes/Admin/Customizer/Sections/ArchivePage.php:3420 msgid "Archive Title Margin" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2188 msgid "Column Count Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2218 msgid "Column Count Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2241 msgid "Column Count Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2268 msgid "Column Count Margin" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2398 #: includes/Admin/Customizer/Sections/DocsPage.php:2263 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1312 #: assets/build/blocks/editor.js:1 msgid "Last Updated Time" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2426 #: includes/Admin/Customizer/Sections/ArchivePage.php:4350 #: includes/Admin/Customizer/Sections/BreadCrumb.php:40 #: includes/Admin/Customizer/Sections/BreadCrumb.php:174 #: includes/Admin/Customizer/Sections/DocsPage.php:1963 #: includes/Admin/Customizer/Sections/DocsPage.php:1997 #: includes/Admin/Customizer/Sections/DocsPage.php:2292 #: includes/Admin/Customizer/Sections/LiveSearch.php:2595 #: includes/Admin/Customizer/Sections/LiveSearch.php:3951 #: includes/Admin/Customizer/Sections/LiveSearch.php:4092 #: includes/Admin/Customizer/Sections/LiveSearch.php:4199 #: includes/Admin/Customizer/Sections/LiveSearch.php:4388 #: includes/Admin/Customizer/Sections/Sidebar.php:1017 #: includes/Admin/Customizer/Sections/Sidebar.php:2792 #: includes/Admin/Customizer/Sections/SingleDoc.php:1451 #: includes/Admin/Customizer/Sections/SingleDoc.php:1540 #: includes/Admin/Customizer/Sections/SingleDoc.php:3983 #: includes/Admin/Customizer/Sections/SingleDoc.php:4391 #: includes/Admin/Customizer/Sections/SingleDoc.php:4473 #: includes/Editors/Elementor/Widget/ArchiveList.php:861 msgid "Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2455 #: includes/Admin/Customizer/Sections/ArchivePage.php:4379 #: includes/Admin/Customizer/Sections/BreadCrumb.php:70 #: includes/Admin/Customizer/Sections/BreadCrumb.php:229 #: includes/Admin/Customizer/Sections/DocsPage.php:2322 #: includes/Admin/Customizer/Sections/LiveSearch.php:3923 #: includes/Admin/Customizer/Sections/LiveSearch.php:4038 #: includes/Admin/Customizer/Sections/LiveSearch.php:4146 #: includes/Admin/Customizer/Sections/LiveSearch.php:4418 #: includes/Admin/Customizer/Sections/LiveSearch.php:4630 #: includes/Admin/Customizer/Sections/Sidebar.php:989 #: includes/Admin/Customizer/Sections/Sidebar.php:2764 #: includes/Admin/Customizer/Sections/SingleDoc.php:1480 #: includes/Admin/Customizer/Sections/SingleDoc.php:1569 #: includes/Editors/Elementor/Widget/ArchiveList.php:319 #: includes/Editors/Elementor/Widget/ArchiveList.php:374 #: includes/Editors/Elementor/Widget/ArchiveList.php:547 #: includes/Editors/Elementor/Widget/ArchiveList.php:577 #: includes/Editors/Elementor/Widget/ArchiveList.php:627 #: includes/Editors/Elementor/Widget/ArchiveList.php:787 #: includes/Editors/Elementor/Widget/ArchiveList.php:837 #: includes/Editors/Elementor/Widget/ArchiveList.php:945 #: includes/Editors/Elementor/Widget/ArchiveList.php:988 #: includes/Editors/Elementor/Widget/ArchiveList.php:1145 #: includes/Editors/Elementor/Widget/ArchiveList.php:1208 #: includes/Editors/Elementor/Widget/ArchiveList.php:1260 #: includes/Editors/Elementor/Widget/ArticleSummary.php:161 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:869 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:900 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1008 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1078 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1185 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1255 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1362 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1410 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2610 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2644 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2709 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2743 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:700 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:774 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1231 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1311 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1389 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1466 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1587 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1690 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:545 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:576 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:677 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:708 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:497 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:609 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:730 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:795 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1026 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1063 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1237 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1274 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1401 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1497 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1557 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1766 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:356 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:405 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:183 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:262 #: includes/Editors/Elementor/Widget/DocAuthor.php:134 #: includes/Editors/Elementor/Widget/DocAuthor.php:183 #: includes/Editors/Elementor/Widget/DocDate.php:71 #: includes/Editors/Elementor/Widget/DocShare.php:385 #: includes/Editors/Elementor/Widget/DocShare.php:419 #: includes/Editors/Elementor/Widget/Feedback.php:138 #: includes/Editors/Elementor/Widget/Feedback.php:173 #: includes/Editors/Elementor/Widget/Feedback.php:261 #: includes/Editors/Elementor/Widget/Feedback.php:318 #: includes/Editors/Elementor/Widget/Navigation.php:88 #: includes/Editors/Elementor/Widget/Navigation.php:166 #: includes/Editors/Elementor/Widget/Reactions.php:547 #: includes/Editors/Elementor/Widget/Reactions.php:607 #: includes/Editors/Elementor/Widget/Reactions.php:667 #: includes/Editors/Elementor/Widget/Reactions.php:760 #: includes/Editors/Elementor/Widget/Reactions.php:837 #: includes/Editors/Elementor/Widget/Reactions.php:914 #: includes/Editors/Elementor/Widget/Sidebar.php:1112 #: includes/Editors/Elementor/Widget/Sidebar.php:1172 #: includes/Editors/Elementor/Widget/Sidebar.php:1223 #: includes/Editors/Elementor/Widget/Sidebar.php:1293 #: includes/Editors/Elementor/Widget/Sidebar.php:1357 #: includes/Editors/Elementor/Widget/Sidebar.php:1408 #: includes/Editors/Elementor/Widget/Sidebar.php:1939 #: includes/Editors/Elementor/Widget/Sidebar.php:2046 #: includes/Editors/Elementor/Widget/Sidebar.php:2131 #: includes/Editors/Elementor/Widget/Sidebar.php:2269 #: includes/Editors/Elementor/Widget/Sidebar.php:2351 #: includes/Editors/Elementor/Widget/Sidebar.php:2455 #: includes/Editors/Elementor/Widget/Sidebar.php:2580 #: includes/Editors/Elementor/Widget/Sidebar.php:2665 #: includes/Editors/Elementor/Widget/Sidebar.php:2725 #: includes/Editors/Elementor/Widget/Sidebar.php:2784 #: includes/Editors/Elementor/Widget/Sidebar.php:2849 #: includes/Editors/Elementor/Widget/Tags.php:139 #: assets/build/blocks/editor.js:1 msgid "Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2641 msgid "Count padding" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2772 msgid "Archive Docs List" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2795 msgid "Docs List Title Tag" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2852 #: includes/Admin/Customizer/Sections/Sidebar.php:535 #: includes/Admin/Customizer/Sections/Sidebar.php:2334 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:331 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:396 #: assets/build/blocks/editor.js:1 msgid "Title Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:2912 #: includes/Admin/Customizer/Sections/Sidebar.php:755 #: includes/Admin/Customizer/Sections/Sidebar.php:2554 #: includes/Admin/Customizer/Sections/SingleDoc.php:1597 #: includes/Editors/Elementor/Widget/ArchiveList.php:1175 #: includes/Editors/Elementor/Widget/Title.php:226 #: includes/Editors/Elementor/Widget/ToC.php:317 #: assets/build/blocks/editor.js:1 msgid "Title Margin" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3049 msgid "List Icon Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3082 msgid "List Excerpt Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3111 msgid "List Excerpt Font Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3138 msgid "List Border Width" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3167 msgid "List Border Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3194 msgid "List Excerpt Margin" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3552 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2819 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2878 #: assets/build/blocks/editor.js:1 msgid "Description Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3580 msgid "Description Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3612 msgid "Archive Description Margin" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3746 #: includes/Admin/Customizer/Sections/DocsPage.php:2904 #: includes/Admin/Customizer/Sections/Sidebar.php:1173 #: includes/Editors/Elementor/Widget/ArchiveList.php:353 #: includes/Editors/Elementor/Widget/ArchiveList.php:484 #: includes/Editors/Elementor/Widget/ArchiveList.php:979 #: assets/build/blocks/editor.js:1 msgid "List Icon" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3768 #: includes/Admin/Customizer/Sections/Sidebar.php:1195 msgid "List Icon Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3796 #: includes/Admin/Customizer/Sections/Sidebar.php:1223 msgid "List Icon Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3825 #: includes/Admin/Customizer/Sections/Sidebar.php:1092 #: includes/Admin/Customizer/Sections/Sidebar.php:3026 #: includes/Admin/Customizer/Sections/Sidebar.php:3723 #: includes/Admin/Customizer/Sections/SingleDoc.php:2491 #: includes/Admin/Customizer/Sections/SingleDoc.php:3428 msgid "List Item Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3848 #: includes/Admin/Customizer/Sections/Sidebar.php:1115 #: includes/Admin/Customizer/Sections/Sidebar.php:3049 #: includes/Admin/Customizer/Sections/Sidebar.php:3769 #: includes/Admin/Customizer/Sections/SingleDoc.php:2515 #: includes/Admin/Customizer/Sections/SingleDoc.php:3452 msgid "List Item Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3876 #: includes/Admin/Customizer/Sections/Sidebar.php:1143 #: includes/Admin/Customizer/Sections/Sidebar.php:3125 #: includes/Admin/Customizer/Sections/Sidebar.php:3694 #: includes/Admin/Customizer/Sections/SingleDoc.php:2568 #: includes/Admin/Customizer/Sections/SingleDoc.php:3553 msgid "List Item Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:3909 msgid "Docs List Margin" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4042 #: includes/Admin/Customizer/Sections/DocsPage.php:3495 msgid "Docs Subcategory Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4066 #: includes/Admin/Customizer/Sections/DocsPage.php:3521 msgid "Docs Subcategory Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4095 #: includes/Admin/Customizer/Sections/DocsPage.php:3552 msgid "Docs Subcategory Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4125 #: includes/Admin/Customizer/Sections/DocsPage.php:3584 msgid "Subcategory Icon Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4154 #: includes/Admin/Customizer/Sections/DocsPage.php:3615 msgid "Subcategory Icon Font Size" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4184 #: includes/Admin/Customizer/Sections/DocsPage.php:3647 msgid "Subcategory Docs List Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4208 #: includes/Admin/Customizer/Sections/DocsPage.php:3673 msgid "Subcategory List Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4233 #: includes/Admin/Customizer/Sections/DocsPage.php:3700 msgid "Subcategory List Icon Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4256 msgid "Archive Docs Pagination" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4284 #: includes/Editors/Elementor/Widget/ArchiveList.php:740 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:977 #: includes/Editors/Elementor/Widget/DocShare.php:114 #: includes/Editors/Elementor/Widget/DocShare.php:290 #: includes/Editors/Elementor/Widget/Feedback.php:235 #: includes/Editors/Elementor/Widget/Reactions.php:200 #: includes/Editors/Elementor/Widget/Reactions.php:313 #: includes/Editors/Elementor/Widget/Reactions.php:426 #: includes/Editors/Elementor/Widget/Sidebar.php:449 #: assets/build/blocks/editor.js:1 msgid "Height" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4317 #: includes/Editors/Elementor/Widget/ArchiveList.php:758 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:998 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:137 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1611 #: includes/Editors/Elementor/Widget/DocShare.php:81 #: includes/Editors/Elementor/Widget/DocShare.php:257 #: includes/Editors/Elementor/Widget/Feedback.php:217 #: includes/Editors/Elementor/Widget/Feedback.php:393 #: includes/Editors/Elementor/Widget/Reactions.php:182 #: includes/Editors/Elementor/Widget/Reactions.php:295 #: includes/Editors/Elementor/Widget/Reactions.php:408 #: includes/Editors/Elementor/Widget/ReadingTime.php:126 #: includes/Editors/Elementor/Widget/Sidebar.php:472 #: assets/build/blocks/editor.js:1 msgid "Width" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4405 #: assets/build/blocks/editor.js:1 msgid "Active Color" msgstr "" #: includes/Admin/Customizer/Sections/ArchivePage.php:4430 #: includes/Editors/Elementor/Widget/ArchiveList.php:798 #: includes/Editors/Elementor/Widget/Sidebar.php:2212 #: assets/build/blocks/editor.js:1 msgid "Active Border Color" msgstr "" #: includes/Admin/Customizer/Sections/BreadCrumb.php:17 #: includes/Core/Settings.php:1638 #: includes/Core/Settings.php:1644 msgid "Breadcrumb" msgstr "" #: includes/Admin/Customizer/Sections/BreadCrumb.php:94 #: includes/Admin/Customizer/Sections/BreadCrumb.php:253 #: includes/Admin/Customizer/Sections/DocsPage.php:2346 #: includes/Editors/Elementor/Widget/ArchiveList.php:330 #: includes/Editors/Elementor/Widget/ArchiveList.php:557 #: includes/Editors/Elementor/Widget/ArchiveList.php:588 #: includes/Editors/Elementor/Widget/ArchiveList.php:599 #: includes/Editors/Elementor/Widget/ArchiveList.php:638 #: includes/Editors/Elementor/Widget/ArchiveList.php:849 #: includes/Editors/Elementor/Widget/ArchiveList.php:956 #: includes/Editors/Elementor/Widget/ArchiveList.php:1156 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1242 #: includes/Editors/Elementor/Widget/Reactions.php:771 #: includes/Editors/Elementor/Widget/Reactions.php:848 #: includes/Editors/Elementor/Widget/Reactions.php:925 #: includes/Editors/Elementor/Widget/Sidebar.php:1950 #: includes/Editors/Elementor/Widget/Sidebar.php:2176 #: includes/Editors/Elementor/Widget/Sidebar.php:2280 #: includes/Editors/Elementor/Widget/Sidebar.php:2362 #: includes/Editors/Elementor/Widget/Sidebar.php:2795 #: includes/Editors/Elementor/Widget/Sidebar.php:2860 #: assets/build/blocks/editor.js:1 msgid "Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/BreadCrumb.php:119 #: includes/Admin/Customizer/Sections/BreadCrumb.php:278 msgid "Seperator Color" msgstr "" #: includes/Admin/Customizer/Sections/BreadCrumb.php:144 #: includes/Admin/Customizer/Sections/BreadCrumb.php:303 #: includes/Admin/Customizer/Sections/SingleDoc.php:2539 #: includes/Admin/Customizer/Sections/SingleDoc.php:3476 msgid "Active Item Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:46 #: includes/Core/Settings.php:876 #: includes/Core/SetupWizard.php:125 #: includes/Core/SetupWizard.php:352 #: includes/Editors/BlockEditor/Patterns/BasePattern.php:14 #: includes/Editors/Elementor/Conditions/DocsPage.php:26 #: includes/Utils/BlockTemplate.php:404 msgid "Docs Page" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:67 msgid "Select Category Layout" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:77 msgid "Grid Layout" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:85 #: includes/Utils/Views.php:35 #: assets/build/blocks/editor.js:1 msgid "Box Layout" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:89 #: includes/Utils/Views.php:39 #: assets/build/blocks/editor.js:1 msgid "Card Layout" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:513 #: includes/Admin/Customizer/Sections/SingleDoc.php:155 msgid "Content Area Width" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:548 #: includes/Admin/Customizer/Sections/SingleDoc.php:190 msgid "Content Area Maximum Width" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:600 msgid "Category Column Number" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:669 msgid "Category Title Padding Bottom" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:704 msgid "Spacing Between Columns" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1163 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:135 #: assets/build/blocks/editor.js:1 msgid "Show Category Icon" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1292 msgid "Column Border Radius" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1320 #: includes/Admin/Customizer/Sections/DocsPage.php:4278 #: includes/Admin/Customizer/Sections/Sidebar.php:247 msgid "Top Left" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1348 #: includes/Admin/Customizer/Sections/DocsPage.php:4306 #: includes/Admin/Customizer/Sections/Sidebar.php:273 msgid "Top Right" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1376 #: includes/Admin/Customizer/Sections/DocsPage.php:4334 #: includes/Admin/Customizer/Sections/Sidebar.php:300 msgid "Bottom Right" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1404 #: includes/Admin/Customizer/Sections/DocsPage.php:4362 #: includes/Admin/Customizer/Sections/Sidebar.php:327 msgid "Bottom Left" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1757 msgid "Category Title Border Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1781 msgid "Category Description" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1807 msgid "Category Description Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1830 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:555 msgid "Border Bottom Hover" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1858 msgid "Border Bottom Hover Width" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1886 msgid "Border Bottom Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1911 msgid "Category Content Background Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:1934 msgid "Category Item Counter" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2166 #: includes/Admin/Customizer/Sections/DocsPage.php:2191 #: includes/Admin/Customizer/Sections/DocsPage.php:2216 msgid "Item Count Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2240 msgid "Item Count Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2446 #: includes/Admin/Customizer/Sections/Sidebar.php:932 msgid "Inner Circle Background Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2471 msgid "Inner Circle Border Type" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2508 msgid "Inner Circle Border Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2537 msgid "Inner Circle Border Width" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2679 msgid "Counter Size (Height, Width)" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2717 msgid "Content Space Between" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2745 msgid "Image" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2773 #: includes/Core/Settings.php:1312 #: includes/Editors/Elementor/Widget/ArchiveList.php:112 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:839 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2581 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2680 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:673 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1373 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:521 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:545 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:167 #: includes/Editors/Elementor/Widget/DocShare.php:374 #: includes/Editors/Elementor/Widget/DocShare.php:408 #: includes/Editors/Elementor/Widget/DocShare.php:487 #: includes/Editors/Elementor/Widget/Reactions.php:510 #: includes/Editors/Elementor/Widget/Reactions.php:570 #: includes/Editors/Elementor/Widget/Reactions.php:630 #: includes/Editors/Elementor/Widget/Sidebar.php:1093 #: includes/Editors/Elementor/Widget/Sidebar.php:1274 #: includes/Editors/Elementor/Widget/Title.php:49 #: includes/Editors/Elementor/Widget/Title.php:56 #: includes/Editors/Elementor/Widget/Title.php:145 #: includes/Editors/Elementor/Widget/ToC.php:243 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Title" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2801 #: includes/Core/Settings.php:1285 #: includes/Editors/Elementor.php:241 #: includes/Editors/Elementor.php:304 #: includes/Editors/Elementor.php:528 #: includes/Editors/Elementor.php:602 #: includes/Editors/Elementor/Widget/ArchiveList.php:117 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Description" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2829 msgid "Counter" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2853 msgid "Docs List" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2878 msgid "Docs List Background Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:2931 msgid "Docs List Padding" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3069 #: includes/Admin/Customizer/Sections/DocsPage.php:4515 msgid "Docs List Item Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3093 #: includes/Admin/Customizer/Sections/DocsPage.php:4539 msgid "Docs List Item Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3122 #: includes/Admin/Customizer/Sections/DocsPage.php:4567 msgid "Docs List Item Font Size" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3152 msgid "List Item Icon Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3181 msgid "List Item Icon Font Size" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3215 msgid "Docs List Item Margin" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3357 msgid "Docs List Item Padding" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3724 #: includes/Core/Settings.php:1132 msgid "Explore More Button" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3749 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:696 #: assets/build/blocks/editor.js:1 msgid "Button Background Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3774 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:682 #: assets/build/blocks/editor.js:1 msgid "Button Text Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3799 msgid "Button Border Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3823 msgid "Button Hover Background Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3847 msgid "Button Hover Text Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3871 msgid "Button Hover Border Color" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3900 msgid "Button Font Size" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3933 msgid "Button Border Width" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:3967 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:710 #: assets/build/blocks/editor.js:1 msgid "Button Padding" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:4108 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:725 #: assets/build/blocks/editor.js:1 msgid "Button Margin" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:4250 msgid "Button Border Radius" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:4391 msgid "Column Number" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:4422 msgid "Gap Between Columns" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:4595 msgid "Docs List Item Margin (PX)" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:4600 #: includes/Admin/Customizer/Sections/FaqBuilder.php:234 #: includes/Admin/Customizer/Sections/FaqBuilder.php:420 #: includes/Admin/Customizer/Sections/FaqBuilder.php:624 #: includes/Admin/Customizer/Sections/FaqBuilder.php:805 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1035 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1141 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1181 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1276 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1480 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1575 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1779 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1924 #: includes/Admin/Customizer/Sections/FaqBuilder.php:2128 #: includes/Admin/Customizer/Sections/LiveSearch.php:3733 #: includes/Admin/Customizer/Sections/LiveSearch.php:3769 #: includes/Admin/Customizer/Sections/LiveSearch.php:3854 #: includes/Admin/Customizer/Sections/LiveSearch.php:3890 #: includes/Admin/Customizer/Sections/LiveSearch.php:4233 #: includes/Admin/Customizer/Sections/LiveSearch.php:4269 #: includes/Admin/Customizer/Sections/LiveSearch.php:4496 #: includes/Admin/Customizer/Sections/LiveSearch.php:4532 #: includes/Admin/Customizer/Sections/Sidebar.php:3600 #: includes/Admin/Customizer/Sections/Sidebar.php:3635 #: includes/Admin/Customizer/Sections/Sidebar.php:3796 #: includes/Admin/Customizer/Sections/Sidebar.php:3831 msgid "top" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:4601 #: includes/Admin/Customizer/Sections/FaqBuilder.php:235 #: includes/Admin/Customizer/Sections/FaqBuilder.php:421 #: includes/Admin/Customizer/Sections/FaqBuilder.php:625 #: includes/Admin/Customizer/Sections/FaqBuilder.php:806 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1036 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1142 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1182 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1277 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1481 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1576 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1780 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1925 #: includes/Admin/Customizer/Sections/FaqBuilder.php:2129 #: includes/Admin/Customizer/Sections/LiveSearch.php:3734 #: includes/Admin/Customizer/Sections/LiveSearch.php:3770 #: includes/Admin/Customizer/Sections/LiveSearch.php:3855 #: includes/Admin/Customizer/Sections/LiveSearch.php:3891 #: includes/Admin/Customizer/Sections/LiveSearch.php:4234 #: includes/Admin/Customizer/Sections/LiveSearch.php:4270 #: includes/Admin/Customizer/Sections/LiveSearch.php:4497 #: includes/Admin/Customizer/Sections/LiveSearch.php:4533 #: includes/Admin/Customizer/Sections/Sidebar.php:3601 #: includes/Admin/Customizer/Sections/Sidebar.php:3636 #: includes/Admin/Customizer/Sections/Sidebar.php:3797 #: includes/Admin/Customizer/Sections/Sidebar.php:3832 msgid "right" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:4602 #: includes/Admin/Customizer/Sections/FaqBuilder.php:236 #: includes/Admin/Customizer/Sections/FaqBuilder.php:422 #: includes/Admin/Customizer/Sections/FaqBuilder.php:626 #: includes/Admin/Customizer/Sections/FaqBuilder.php:807 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1037 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1143 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1183 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1278 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1482 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1577 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1781 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1926 #: includes/Admin/Customizer/Sections/FaqBuilder.php:2130 #: includes/Admin/Customizer/Sections/LiveSearch.php:3735 #: includes/Admin/Customizer/Sections/LiveSearch.php:3771 #: includes/Admin/Customizer/Sections/LiveSearch.php:3856 #: includes/Admin/Customizer/Sections/LiveSearch.php:3892 #: includes/Admin/Customizer/Sections/LiveSearch.php:4235 #: includes/Admin/Customizer/Sections/LiveSearch.php:4271 #: includes/Admin/Customizer/Sections/LiveSearch.php:4498 #: includes/Admin/Customizer/Sections/LiveSearch.php:4534 #: includes/Admin/Customizer/Sections/Sidebar.php:3602 #: includes/Admin/Customizer/Sections/Sidebar.php:3637 #: includes/Admin/Customizer/Sections/Sidebar.php:3798 #: includes/Admin/Customizer/Sections/Sidebar.php:3833 msgid "bottom" msgstr "" #: includes/Admin/Customizer/Sections/DocsPage.php:4603 #: includes/Admin/Customizer/Sections/FaqBuilder.php:237 #: includes/Admin/Customizer/Sections/FaqBuilder.php:423 #: includes/Admin/Customizer/Sections/FaqBuilder.php:627 #: includes/Admin/Customizer/Sections/FaqBuilder.php:808 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1038 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1144 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1184 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1279 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1483 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1578 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1782 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1927 #: includes/Admin/Customizer/Sections/FaqBuilder.php:2131 #: includes/Admin/Customizer/Sections/LiveSearch.php:3736 #: includes/Admin/Customizer/Sections/LiveSearch.php:3772 #: includes/Admin/Customizer/Sections/LiveSearch.php:3857 #: includes/Admin/Customizer/Sections/LiveSearch.php:3893 #: includes/Admin/Customizer/Sections/LiveSearch.php:4236 #: includes/Admin/Customizer/Sections/LiveSearch.php:4272 #: includes/Admin/Customizer/Sections/LiveSearch.php:4499 #: includes/Admin/Customizer/Sections/LiveSearch.php:4535 #: includes/Admin/Customizer/Sections/Sidebar.php:3603 #: includes/Admin/Customizer/Sections/Sidebar.php:3638 #: includes/Admin/Customizer/Sections/Sidebar.php:3799 #: includes/Admin/Customizer/Sections/Sidebar.php:3834 msgid "left" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:34 #: includes/Core/FAQBuilder.php:295 #: includes/Core/FAQBuilder.php:296 #: includes/REST/WooProductFAQ.php:33 #: assets/build/blocks/editor.js:1 #: assets/build/elementor/js/category-grid.js:1 #: assets/build/shortcodes/js/search-modal.js:1 msgid "FAQ" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:51 msgid "Docs Page FAQ" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:74 msgid "Enable FAQ" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:98 msgid "Select FAQ Groups" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:104 msgid "Show All" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:131 msgid "Select FAQ Layout" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:147 msgid "Retro Layout" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:171 msgid "Section Title Text" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:196 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:116 #: assets/build/blocks/editor.js:1 msgid "Section Title Tag" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:229 msgid "FAQ Section Title Margin (PX)" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:266 msgid "Section Title Color" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:294 msgid "Section Title Font Size" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:323 #: includes/Admin/Customizer/Sections/FaqBuilder.php:697 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:133 #: assets/build/blocks/editor.js:1 msgid "Group Title Tag" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:357 #: includes/Admin/Customizer/Sections/FaqBuilder.php:735 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1213 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1512 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1811 msgid "Group Title Color" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:386 #: includes/Admin/Customizer/Sections/FaqBuilder.php:767 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1242 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1541 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1890 msgid "Group Title Font Size" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:415 #: includes/Admin/Customizer/Sections/FaqBuilder.php:800 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1271 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1570 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1919 msgid "Group Title Padding (PX)" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:452 #: includes/Admin/Customizer/Sections/FaqBuilder.php:841 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1308 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1607 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1956 msgid "FAQ List Color" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:477 #: includes/Admin/Customizer/Sections/FaqBuilder.php:870 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1333 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1632 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1981 msgid "FAQ List Background Color" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:502 #: includes/Admin/Customizer/Sections/FaqBuilder.php:899 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1358 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1657 #: includes/Admin/Customizer/Sections/FaqBuilder.php:2006 msgid "FAQ List Content Background Color" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:527 #: includes/Admin/Customizer/Sections/FaqBuilder.php:928 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1383 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1682 #: includes/Admin/Customizer/Sections/FaqBuilder.php:2031 msgid "FAQ List Content Color" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:556 #: includes/Admin/Customizer/Sections/FaqBuilder.php:960 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1411 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1711 #: includes/Admin/Customizer/Sections/FaqBuilder.php:2060 msgid "FAQ List Content Font Size" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:590 #: includes/Admin/Customizer/Sections/FaqBuilder.php:997 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1445 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1745 #: includes/Admin/Customizer/Sections/FaqBuilder.php:2094 msgid "FAQ List Font Size" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:619 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1030 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1475 #: includes/Admin/Customizer/Sections/FaqBuilder.php:1774 #: includes/Admin/Customizer/Sections/FaqBuilder.php:2123 msgid "FAQ List Padding (PX)" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:669 msgid "Product FAQ for WooCommerce" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:1074 msgid "FAQ Group Border Width" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:1108 msgid "FAQ Group Border Color" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:1136 msgid "FAQ Group Padding (PX)" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:1176 msgid "FAQ Group Margin (PX)" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:1836 msgid "Group Title Active Background Color" msgstr "" #: includes/Admin/Customizer/Sections/FaqBuilder.php:1861 msgid "Group Active Title Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:37 #: includes/Core/Settings.php:1173 msgid "Live Search" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:58 msgid "Select Search Layout" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:61 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:111 #: assets/build/blocks/editor.js:1 msgid "Modal Layout" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:91 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:327 #: assets/build/blocks/editor.js:1 msgid "Search Heading" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:116 #: includes/Editors/Elementor/Widget/Feedback.php:253 msgid "Heading" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:141 msgid "Heading Tags" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:180 #: includes/Admin/Customizer/Sections/LiveSearch.php:214 msgid "Heading Font Size" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:244 #: includes/Admin/Customizer/Sections/LiveSearch.php:269 #: assets/build/blocks/editor.js:1 msgid "Heading Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:298 #: includes/Admin/Customizer/Sections/LiveSearch.php:439 msgid "Heading Margin" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:577 msgid "Sub Heading" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:602 msgid "Sub Heading Tags" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:641 #: includes/Admin/Customizer/Sections/LiveSearch.php:675 msgid "Sub Heading Font Size" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:705 #: includes/Admin/Customizer/Sections/LiveSearch.php:730 msgid "Sub Heading Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:759 #: includes/Admin/Customizer/Sections/LiveSearch.php:901 msgid "Sub Heading Margin" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:1491 msgid "Custom Background Image Size" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:1519 msgid "Background Image Width" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:1551 msgid "Background Image Height" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2084 #: includes/Admin/Customizer/Sections/LiveSearch.php:2107 msgid "Search Field Settings" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2133 #: includes/Admin/Customizer/Sections/LiveSearch.php:2158 #: includes/Admin/Customizer/Sections/Sidebar.php:1668 msgid "Search Field Background Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2187 msgid "Search Field Font Size" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2217 msgid "Search Text Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2241 #: includes/Admin/Customizer/Sections/LiveSearch.php:2266 msgid "Search Placeholder Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2295 #: includes/Admin/Customizer/Sections/LiveSearch.php:2437 msgid "Search Field Padding" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2626 #: includes/Admin/Customizer/Sections/SingleDoc.php:4046 msgid "Font Weight" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2664 msgid "Font Text Transform" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2699 #: includes/Editors/Elementor/Widget/ArticleSummary.php:284 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:907 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1107 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:288 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:914 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1116 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:111 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:227 #: includes/Editors/Elementor/Widget/Feedback.php:374 #: includes/Editors/Elementor/Widget/ReadingTime.php:107 #: includes/Editors/Elementor/Widget/Sidebar.php:1471 #: includes/Editors/Elementor/Widget/Sidebar.php:1588 #: includes/Editors/Elementor/Widget/Sidebar.php:1732 #: includes/Editors/Elementor/Widget/Sidebar.php:1830 #: includes/Editors/Elementor/Widget/Title.php:153 #: includes/Editors/Elementor/Widget/ToC.php:251 #: assets/build/blocks/editor.js:1 msgid "Text Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2778 #: includes/Admin/Customizer/Sections/SingleDoc.php:1841 #: includes/Admin/Customizer/Sections/SingleDoc.php:4016 #: includes/Editors/Elementor/Widget/ArticleSummary.php:391 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:408 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:534 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:714 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:791 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1028 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1107 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1205 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1284 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1382 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1439 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2344 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2499 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:432 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:479 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:566 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:607 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:752 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:806 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1031 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1157 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1621 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1723 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:239 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:319 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:418 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:480 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:637 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:769 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1005 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1212 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1296 #: includes/Editors/Elementor/Widget/CodeSnippet.php:379 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:240 #: includes/Editors/Elementor/Widget/DocShare.php:174 #: includes/Editors/Elementor/Widget/DocShare.php:350 #: includes/Editors/Elementor/Widget/Reactions.php:260 #: includes/Editors/Elementor/Widget/Reactions.php:373 #: includes/Editors/Elementor/Widget/Reactions.php:486 #: includes/Editors/Elementor/Widget/ReadingTime.php:157 #: includes/Editors/Elementor/Widget/Sidebar.php:552 #: includes/Editors/Elementor/Widget/Sidebar.php:630 #: includes/Editors/Elementor/Widget/Sidebar.php:773 #: includes/Editors/Elementor/Widget/Sidebar.php:880 #: includes/Editors/Elementor/Widget/Sidebar.php:988 #: includes/Editors/Elementor/Widget/Sidebar.php:1045 #: includes/Editors/Elementor/Widget/Sidebar.php:1504 #: includes/Editors/Elementor/Widget/Sidebar.php:1621 #: includes/Editors/Elementor/Widget/Sidebar.php:1773 #: includes/Editors/Elementor/Widget/Sidebar.php:1863 #: assets/build/blocks/editor.js:1 msgid "Border Radius" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2808 msgid "Left Top" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2837 msgid "Right Top" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2866 msgid "Left Bottom" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:2895 msgid "Right Bottom" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3082 msgid "Search Field Border Radius" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3115 msgid "Search Icon Size" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3144 msgid "Search Icon Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3168 msgid "Search Icon Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3193 msgid "Close Icon Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3218 msgid "Close Icon Border Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3242 msgid "Search Result Settings" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3271 msgid "Search Result Box Width" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3304 msgid "Search Result Box Maximum Width" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3333 msgid "Search Result Box Background Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3358 msgid "Search Result Box Border Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3387 msgid "Search Result Item Font Size" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3417 msgid "Search Result Item Font Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3442 msgid "Search Result Item Category Font Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3471 msgid "Search Result Item Padding" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3609 msgid "Search Result Item Border Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3633 msgid "Search Result Item Font Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3656 msgid "Item Background Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3679 msgid "Modal Wrapper" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3728 #: includes/Admin/Customizer/Sections/LiveSearch.php:3849 #: includes/Admin/Customizer/Sections/LiveSearch.php:4264 #: includes/Admin/Customizer/Sections/LiveSearch.php:4491 msgid "Padding (PX)" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3764 #: includes/Admin/Customizer/Sections/LiveSearch.php:3885 #: includes/Admin/Customizer/Sections/LiveSearch.php:4228 #: includes/Admin/Customizer/Sections/LiveSearch.php:4527 msgid "Margin (PX)" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3799 msgid "Modal Search Field" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:3984 msgid "Maginifier Icon Size" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4013 msgid "Modal Search Categories" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4120 msgid "Modal Content Tabs" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4300 #: includes/Admin/Customizer/Sections/SingleDoc.php:7455 #: includes/Editors/Elementor/Widget/ArticleSummary.php:383 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:400 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:526 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:706 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:782 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1020 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1099 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1197 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1276 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1374 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1431 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1773 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1783 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1853 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1863 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1956 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1966 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2036 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2046 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2151 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2161 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2233 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2243 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2336 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2395 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2491 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2550 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:424 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:471 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:558 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:599 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:724 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:798 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1020 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1146 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1413 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1612 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1715 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:231 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:311 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:410 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:472 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:629 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:761 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:517 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:543 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:629 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:655 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1472 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1532 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1665 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1729 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1839 #: includes/Editors/Elementor/Widget/DocAuthor.php:82 #: includes/Editors/Elementor/Widget/DocShare.php:166 #: includes/Editors/Elementor/Widget/DocShare.php:342 #: includes/Editors/Elementor/Widget/Reactions.php:252 #: includes/Editors/Elementor/Widget/Reactions.php:365 #: includes/Editors/Elementor/Widget/Reactions.php:478 #: includes/Editors/Elementor/Widget/ReadingTime.php:149 #: includes/Editors/Elementor/Widget/Sidebar.php:544 #: includes/Editors/Elementor/Widget/Sidebar.php:622 #: includes/Editors/Elementor/Widget/Sidebar.php:765 #: includes/Editors/Elementor/Widget/Sidebar.php:872 #: includes/Editors/Elementor/Widget/Sidebar.php:980 #: includes/Editors/Elementor/Widget/Sidebar.php:1037 #: includes/Editors/Elementor/Widget/Sidebar.php:1496 #: includes/Editors/Elementor/Widget/Sidebar.php:1612 #: includes/Editors/Elementor/Widget/Sidebar.php:1765 #: includes/Editors/Elementor/Widget/Sidebar.php:1854 #: includes/Editors/Elementor/Widget/Sidebar.php:2640 #: includes/Editors/Elementor/Widget/Sidebar.php:2700 #: includes/Editors/Elementor/Widget/Tags.php:131 #: assets/build/blocks/editor.js:1 msgid "Border" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4305 msgid "border top" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4306 msgid "border right" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4307 msgid "border bottom" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4308 msgid "border left" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4337 #: includes/Admin/Customizer/Sections/SingleDoc.php:1780 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1074 #: includes/Editors/Elementor/Widget/CodeSnippet.php:350 #: includes/Editors/Elementor/Widget/CodeSnippet.php:434 #: includes/Editors/Elementor/Widget/CodeSnippet.php:562 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:229 #: includes/Editors/Elementor/Widget/Sidebar.php:1246 #: assets/build/blocks/editor.js:1 msgid "Border Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4360 msgid "Modal Content Docs List" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4467 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:500 #: includes/Editors/Elementor/Widget/Reactions.php:749 #: includes/Editors/Elementor/Widget/Reactions.php:826 #: includes/Editors/Elementor/Widget/Reactions.php:903 #: includes/Editors/Elementor/Widget/Sidebar.php:1961 #: includes/Editors/Elementor/Widget/Sidebar.php:2807 #: includes/Editors/Elementor/Widget/Sidebar.php:2872 #: assets/build/blocks/editor.js:1 msgid "Hover Background Color" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4600 #: includes/Admin/Customizer/Sections/LiveSearch.php:4658 msgid "List Category Font Size" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4687 msgid "Search Modal Query" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4710 #: includes/Core/Settings.php:2952 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:204 #: includes/Editors/Elementor/Widget/Sidebar.php:133 #: assets/build/blocks/editor.js:1 msgid "Select Docs Type" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4716 #: includes/Admin/Customizer/Sections/LiveSearch.php:4765 #: includes/Editors/Elementor/Widget/Sidebar.php:138 #: assets/build/blocks/editor.js:1 msgid "Doc Id's" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4717 #: includes/Admin/Customizer/Sections/LiveSearch.php:4791 #: includes/Editors/Elementor/Widget/Sidebar.php:139 msgid "Doc Category Id's" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4740 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:246 #: includes/Editors/Elementor/Widget/Sidebar.php:149 #: assets/build/blocks/editor.js:1 msgid "Number of Docs" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4815 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:258 #: includes/Editors/Elementor/Widget/Sidebar.php:188 #: assets/build/blocks/editor.js:1 msgid "Select FAQ Type" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4820 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:263 #: includes/Editors/Elementor/Widget/Sidebar.php:193 #: assets/build/blocks/editor.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Default" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4821 #: includes/Admin/Customizer/Sections/LiveSearch.php:4869 msgid "FAQ Group Id's" msgstr "" #: includes/Admin/Customizer/Sections/LiveSearch.php:4844 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:286 #: includes/Editors/Elementor/Widget/Sidebar.php:216 #: assets/build/blocks/editor.js:1 msgid "Number of FAQ's" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:36 #: includes/blocks.php:121 msgid "Sidebar" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:83 #: includes/Admin/Customizer/Sections/Sidebar.php:1465 msgid "Sidebar Padding" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:220 msgid "Sidebar Border Radius" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:350 #: includes/Admin/Customizer/Sections/Sidebar.php:2150 msgid "Sidebar Title" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:440 #: includes/Admin/Customizer/Sections/Sidebar.php:2240 #: includes/Admin/Customizer/Sections/SingleDoc.php:1871 msgid "Title Background Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:464 #: includes/Admin/Customizer/Sections/Sidebar.php:2264 msgid "Active Title Background Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:488 #: includes/Admin/Customizer/Sections/Sidebar.php:2287 msgid "Active Title Border Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:559 #: includes/Admin/Customizer/Sections/Sidebar.php:2358 msgid "Active Title Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:620 #: includes/Admin/Customizer/Sections/Sidebar.php:2419 #: includes/Editors/Elementor/Widget/ArchiveList.php:1187 #: includes/Editors/Elementor/Widget/Title.php:207 #: includes/Editors/Elementor/Widget/ToC.php:305 #: assets/build/blocks/editor.js:1 msgid "Title Padding" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:884 #: includes/Admin/Customizer/Sections/Sidebar.php:2683 msgid "Sidebar Item Counter" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:960 #: includes/Admin/Customizer/Sections/Sidebar.php:2735 msgid "Size (Height, Width)" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:1044 #: includes/Admin/Customizer/Sections/Sidebar.php:2953 msgid "Sidebar Content" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:1068 #: includes/Admin/Customizer/Sections/Sidebar.php:2978 #: includes/Admin/Customizer/Sections/SingleDoc.php:8482 #: includes/Admin/Customizer/Sections/SingleDoc.php:9616 #: includes/Admin/Customizer/Sections/SingleDoc.php:10656 #: includes/Admin/Customizer/Sections/SingleDoc.php:11696 #: includes/Editors/Elementor/Widget/ArchiveList.php:450 #: includes/Editors/Elementor/Widget/ArchiveList.php:1088 msgid "List Background Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:1256 #: includes/Admin/Customizer/Sections/Sidebar.php:3158 #: includes/Editors/Elementor/Widget/Sidebar.php:1977 msgid "List Item Margin" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:1389 msgid "Active List Item Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:1437 #: includes/Admin/Customizer/Sections/Sidebar.php:3483 msgid "Border Right Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:1596 #: includes/Editors/Elementor/Widget/Sidebar.php:298 #: includes/Editors/Elementor/Widget/Sidebar.php:2436 #: assets/build/blocks/editor.js:1 msgid "Sidebar Search" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:1619 #: includes/Admin/Customizer/Sections/SingleDoc.php:1043 msgid "Enable" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:1644 msgid "Search Field Placeholder Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:1996 msgid "Command Key Padding" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:2127 msgid "Command Key Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3002 msgid "List Item Background Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3072 msgid "List Item Active Border Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3097 msgid "List Item Active Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3295 msgid "List Background Padding" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3426 msgid "Slate Layout Sidebar" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3454 msgid "Border Right Width" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3596 msgid "Title Margin (PX)" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3631 msgid "Title Padding (PX)" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3667 msgid "Collapsible Arrow Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3746 msgid "List Item Hover Background Color" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3792 msgid "List Item Margin (PX)" msgstr "" #: includes/Admin/Customizer/Sections/Sidebar.php:3827 msgid "List Item Padding (PX)" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:37 #: includes/Core/Settings.php:1346 #: includes/Core/Settings.php:1352 #: includes/Core/SetupWizard.php:153 #: includes/Editors/Elementor/SingleDocs.php:40 msgid "Single Doc" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:55 msgid "Essence Layout" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:59 msgid "Rustic Layout" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:81 msgid "Minimalist Layout" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:87 msgid "Artisan Layout" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:93 msgid "Bohemian Layout" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:102 msgid "Encyclopedia Layout" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:117 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:85 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:91 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:62 #: includes/Editors/Elementor/Widget/Reactions.php:62 #: assets/build/blocks/editor.js:1 msgid "Select Layout" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:599 msgid "Doc Content Padding" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:741 msgid "Post Content Padding" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:883 msgid "Content Area Inner Padding" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:1072 msgid "Search Width" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:1104 msgid "Search Max Width" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:1357 msgid "Post Title" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:1381 #: includes/Editors/Elementor/Widget/ArchiveList.php:87 #: includes/Editors/Elementor/Widget/DocShare.php:497 #: assets/build/blocks/editor.js:1 msgid "Title Tag" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:1415 #: includes/Admin/Customizer/Sections/SingleDoc.php:1504 msgid "Text Transform" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:1808 #: includes/Editors/Elementor/Widget/CodeSnippet.php:361 #: includes/Editors/Elementor/Widget/CodeSnippet.php:445 #: includes/Editors/Elementor/Widget/CodeSnippet.php:573 #: assets/build/blocks/editor.js:1 msgid "Border Width" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:1953 msgid "Content Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:1981 msgid "Content Font Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:2009 #: includes/Admin/Customizer/Sections/SingleDoc.php:2829 #: includes/blocks.php:137 #: includes/Core/Settings.php:269 #: includes/Core/Settings.php:1531 #: includes/Core/Settings.php:1540 #: views/shortcodes/toc.php:31 msgid "Table of Contents" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:2038 msgid "Sticky Toc Width" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:2071 msgid "Sticky Toc z-index" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:2098 msgid "Sticky Toc Margin Top" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:2602 #: includes/Admin/Customizer/Sections/SingleDoc.php:3587 msgid "TOC List Margin" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:2739 msgid "List Number Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:2767 msgid "List Number Font Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:2801 msgid "TOC Margin Bottom" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:3500 msgid "Active Item Border Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:3524 msgid "Active Item Background Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:3723 #: includes/Editors/Elementor/Widget/DocAuthor.php:118 #: assets/build/admin/js/dashboard.js:5 msgid "Author" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:3747 #: includes/Admin/Customizer/Sections/SingleDoc.php:3772 msgid "Enable Author Info" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:3797 msgid "Updated Date" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:3822 #: includes/Core/Settings.php:1490 #: includes/Core/UnifiedMetabox.php:97 msgid "Estimated Reading Time" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:3896 #: includes/Editors/Elementor/Widget/ReadingTime.php:225 msgid "Clock Icon Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:3925 msgid "Clock Icon Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:3954 #: includes/Admin/Customizer/Sections/SingleDoc.php:4421 #: includes/Admin/Customizer/Sections/SingleDoc.php:4503 msgid "Font Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:4362 #: includes/Admin/Customizer/Sections/SingleDoc.php:4444 msgid "Entry Content" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:4802 #: includes/blocks.php:129 msgid "Social Share" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:4826 msgid "Social Share Title Tag" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:4859 msgid "Enable Social Sharing?" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:4884 msgid "Social Sharing Title" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:4910 #: includes/Admin/Customizer/Sections/SingleDoc.php:4935 msgid "Title Text Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5512 msgid "Facebook Sharing" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5537 msgid "Twitter Sharing" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5562 msgid "Linkedin Sharing" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5587 msgid "Pinterest Sharing" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5611 msgid "Entry Footer" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5635 #: includes/Editors/Elementor/Widget/Feedback.php:61 #: assets/build/blocks/editor.js:1 msgid "Label Name Text" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5660 #: includes/Editors/Elementor/Widget/Feedback.php:71 #: assets/build/blocks/editor.js:1 msgid "Label Email Text" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5685 #: includes/Editors/Elementor/Widget/Feedback.php:80 #: assets/build/blocks/editor.js:1 msgid "Label Message Text" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5715 msgid "Feedback Icon Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5745 msgid "Feedback Icon" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5768 msgid "Feedback Link Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5792 msgid "Feedback Link Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5821 msgid "Feedback Link Font Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5850 msgid "Feedback Form Title Tag" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5889 msgid "Feedback Form Title Font Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5919 msgid "Feedback Form Title Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5944 #: includes/Admin/Customizer/Sections/SingleDoc.php:6086 msgid "Navigation Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:5973 #: includes/Admin/Customizer/Sections/SingleDoc.php:6115 msgid "Navigation Font Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6002 #: includes/Admin/Customizer/Sections/SingleDoc.php:6144 msgid "Navigation Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6027 #: includes/Admin/Customizer/Sections/SingleDoc.php:6169 msgid "Navigation Arrow Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6056 #: includes/Admin/Customizer/Sections/SingleDoc.php:6198 msgid "Navigation Arrow Font Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6228 msgid "Last Updated Time Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6257 msgid "Last Updated Time Font Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6289 msgid "Powered by Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6318 msgid "Powered By Font Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6348 msgid "Powered By Link Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6371 #: includes/blocks.php:113 #: includes/Core/Admin.php:649 #: views/admin/analytics.php:16 #: views/admin/email/analytics/leading-docs.php:34 #: assets/build/admin/js/dashboard.js:5 msgid "Reactions" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6395 msgid "Reactions Title Tag" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6428 msgid "Enable Reactions?" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6453 msgid "Enable Happy?" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6480 #: includes/Editors/Elementor/Widget/Reactions.php:92 msgid "Happy Icon" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6502 msgid "Enable Normal?" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6529 #: includes/Editors/Elementor/Widget/Reactions.php:118 msgid "Normal Icon" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6551 msgid "Enable Sad?" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6578 #: includes/Editors/Elementor/Widget/Reactions.php:144 msgid "Sad Icon" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6600 #: includes/Admin/Customizer/Sections/SingleDoc.php:6625 msgid "Reactions Title" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6651 #: includes/Admin/Customizer/Sections/SingleDoc.php:6799 #: includes/Admin/Customizer/Sections/SingleDoc.php:6824 msgid "Reactions Background Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6676 #: includes/Admin/Customizer/Sections/SingleDoc.php:6849 msgid "Reactions Text Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6701 #: includes/Admin/Customizer/Sections/SingleDoc.php:6874 msgid "Reactions Icon Background Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6726 msgid "Reactions Icon Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6750 msgid "Reactions Icon Hover Background Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:6774 msgid "Reactions Icon Hover Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:7483 msgid "Border Top" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:7510 msgid "Border Right" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:7537 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:431 msgid "Border Bottom" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:7564 msgid "Border Left" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:7652 #: includes/Admin/Customizer/Sections/SingleDoc.php:8785 #: includes/Core/Settings.php:1754 #: includes/Core/UnifiedMetabox.php:107 msgid "Attachments" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:7677 #: includes/Admin/Customizer/Sections/SingleDoc.php:8810 #: includes/Admin/Customizer/Sections/SingleDoc.php:9944 #: includes/Admin/Customizer/Sections/SingleDoc.php:10984 msgid "Content Background Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:7706 #: includes/Admin/Customizer/Sections/SingleDoc.php:8839 #: includes/Admin/Customizer/Sections/SingleDoc.php:9973 #: includes/Admin/Customizer/Sections/SingleDoc.php:11013 #: assets/build/blocks/editor.js:1 msgid "Content Padding" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:7848 #: includes/Admin/Customizer/Sections/SingleDoc.php:8981 #: includes/Admin/Customizer/Sections/SingleDoc.php:10115 #: includes/Admin/Customizer/Sections/SingleDoc.php:11155 #: assets/build/blocks/editor.js:1 msgid "Content Margin" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:7986 #: includes/Admin/Customizer/Sections/SingleDoc.php:9119 #: includes/Admin/Customizer/Sections/SingleDoc.php:10253 #: includes/Admin/Customizer/Sections/SingleDoc.php:11293 #: assets/build/blocks/editor.js:1 msgid "Label Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:8015 #: includes/Admin/Customizer/Sections/SingleDoc.php:9148 #: includes/Admin/Customizer/Sections/SingleDoc.php:10282 #: includes/Admin/Customizer/Sections/SingleDoc.php:11322 msgid "Label Padding" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:8157 #: includes/Admin/Customizer/Sections/SingleDoc.php:9290 #: includes/Admin/Customizer/Sections/SingleDoc.php:10424 #: includes/Admin/Customizer/Sections/SingleDoc.php:11464 msgid "Label Margin" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:8297 #: includes/Admin/Customizer/Sections/SingleDoc.php:9430 #: includes/Admin/Customizer/Sections/SingleDoc.php:10564 #: includes/Admin/Customizer/Sections/SingleDoc.php:11604 msgid "List Font Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:8325 #: includes/Admin/Customizer/Sections/SingleDoc.php:9458 #: includes/Admin/Customizer/Sections/SingleDoc.php:10592 #: includes/Admin/Customizer/Sections/SingleDoc.php:11632 msgid "List Font Weight" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:8363 #: includes/Admin/Customizer/Sections/SingleDoc.php:9496 msgid "Extension Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:8391 #: includes/Admin/Customizer/Sections/SingleDoc.php:9525 msgid "Extension Font Size" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:8419 #: includes/Admin/Customizer/Sections/SingleDoc.php:9553 msgid "Extension Font Weight" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:8457 #: includes/Admin/Customizer/Sections/SingleDoc.php:9591 #: includes/Admin/Customizer/Sections/SingleDoc.php:10631 #: includes/Admin/Customizer/Sections/SingleDoc.php:11671 #: includes/Editors/Elementor/Widget/ToC.php:649 #: assets/build/blocks/editor.js:1 msgid "List Color" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:8511 #: includes/Admin/Customizer/Sections/SingleDoc.php:9645 #: includes/Admin/Customizer/Sections/SingleDoc.php:10685 #: includes/Admin/Customizer/Sections/SingleDoc.php:11725 #: includes/Editors/Elementor/Widget/Reactions.php:944 #: assets/build/blocks/editor.js:1 msgid "List Padding" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:8651 #: includes/Admin/Customizer/Sections/SingleDoc.php:9785 #: includes/Admin/Customizer/Sections/SingleDoc.php:10825 #: includes/Admin/Customizer/Sections/SingleDoc.php:11865 #: includes/Editors/Elementor/Widget/Reactions.php:956 #: assets/build/blocks/editor.js:1 msgid "List Margin" msgstr "" #: includes/Admin/Customizer/Sections/SingleDoc.php:9919 #: includes/Admin/Customizer/Sections/SingleDoc.php:10959 #: includes/Core/Settings.php:1772 #: includes/Core/UnifiedMetabox.php:117 msgid "Related Docs" msgstr "" #: includes/Admin/Importer/Parsers/WXR_Parser_Regex.php:147 #: includes/Admin/Importer/Parsers/WXR_Parser_SimpleXML.php:69 #: includes/Admin/Importer/Parsers/WXR_Parser_SimpleXML.php:75 #: includes/Admin/Importer/Parsers/WXR_Parser_XML.php:197 msgid "This does not appear to be a WXR file, missing/invalid WXR version number" msgstr "" #: includes/Admin/Importer/Parsers/WXR_Parser_SimpleXML.php:56 #: includes/Admin/Importer/Parsers/WXR_Parser_SimpleXML.php:64 msgid "There was an error when reading this WXR file" msgstr "" #: includes/Admin/Importer/WPImport.php:294 msgid "The file does not exist, please try again." msgstr "" #. translators: %s: Post author. #: includes/Admin/Importer/WPImport.php:445 msgid "Failed to import author %s. Their posts will be attributed to the current user." msgstr "" #. translators: %s: Author display name. #: includes/Admin/Importer/WPImport.php:507 msgid "Failed to create new user for %s. Their posts will be attributed to the current user." msgstr "" #. translators: 1: Term taxonomy, 2: Term name. #. translators: 1: Post type singular label, 2: Post title. #. translators: 1: Taxonomy name, 2: Term name. #: includes/Admin/Importer/WPImport.php:605 #: includes/Admin/Importer/WPImport.php:1114 #: includes/Admin/Importer/WPImport.php:1169 msgid "Failed to import %1$s %2$s" msgstr "" #. translators: 1: Post title, 2: Post type. #: includes/Admin/Importer/WPImport.php:1027 msgid "Failed to import %1$s: Invalid post type %2$s" msgstr "" #: includes/Admin/Importer/WPImport.php:1338 msgid "Fetching attachments is not enabled" msgstr "" #: includes/Admin/Importer/WPImport.php:1355 msgid "Invalid file type" msgstr "" #: includes/Admin/Importer/WPImport.php:1400 msgid "Could not create temporary file." msgstr "" #. translators: 1: WordPress error message, 2: WordPress error code. #: includes/Admin/Importer/WPImport.php:1419 msgid "Request failed due to an error: %1$s (%2$s)" msgstr "" #. translators: 1: HTTP error message, 2: HTTP error code. #: includes/Admin/Importer/WPImport.php:1428 msgid "Remote server returned the following unexpected result: %1$s (%2$s)" msgstr "" #: includes/Admin/Importer/WPImport.php:1437 msgid "Remote server did not respond" msgstr "" #: includes/Admin/Importer/WPImport.php:1445 msgid "Zero size file downloaded" msgstr "" #: includes/Admin/Importer/WPImport.php:1451 msgid "Downloaded file has incorrect size" msgstr "" #: includes/Admin/Importer/WPImport.php:1460 msgid "Remote file is too large, limit is %s" msgstr "" #: includes/Admin/Importer/WPImport.php:1492 msgid "Sorry, this file type is not permitted for security reasons." msgstr "" #: includes/Admin/Importer/WPImport.php:1508 msgid "The uploaded file could not be moved" msgstr "" #: includes/Admin/NoticePointers.php:57 msgid "Black Friday Sale for BetterDocs" msgstr "" #: includes/Admin/NoticePointers.php:58 msgid "Create a high-converting knowledge base & FAQ powered by AI with Instant Answers, Advanced Analytics & more." msgstr "" #: includes/Admin/NoticePointers.php:62 msgid "Claim Offer" msgstr "" #: includes/Admin/ReportEmail.php:69 msgid "Successfully Sent an Email" msgstr "" #: includes/Admin/ReportEmail.php:73 msgid "Email cannot be sent for some reason." msgstr "" #: includes/Admin/ReportEmail.php:76 msgid "Invalid email address." msgstr "" #: includes/Admin/ReportEmail.php:78 msgid "You have to enable Reporting first." msgstr "" #: includes/Admin/ReportEmail.php:309 #: includes/Core/Settings.php:2205 msgid "Once Weekly" msgstr "" #: includes/Admin/ReportEmail.php:313 #: includes/Core/Settings.php:2204 msgid "Once Daily" msgstr "" #: includes/Admin/ReportEmail.php:317 #: includes/Core/Settings.php:2206 msgid "Once Monthly" msgstr "" #. Translators: %s is replaced with the website name. #. translators: %s is the website name. #: includes/Admin/ReportEmail.php:355 #: includes/Core/Settings.php:2259 #: views/admin/email/body.php:46 msgid "Your Documentation Performance of %s Website" msgstr "" #: includes/Admin/ReportEmail.php:385 msgid "No data found." msgstr "" #: includes/Admin/ReportEmail.php:390 msgid "No email found." msgstr "" #. translators: 1: provider label, 2: error message #: includes/AI/Providers/BaseProvider.php:106 msgid "Failed to connect to %1$s: %2$s" msgstr "" #. translators: %s: provider label #: includes/AI/Providers/BaseProvider.php:118 msgid "Empty or invalid response from %s." msgstr "" #. translators: 1: provider label, 2: model id #: includes/AI/Providers/BaseProvider.php:145 msgid "The %1$s model \"%2$s\" is unavailable — it may have been retired. Choose a different model." msgstr "" #. translators: %s: provider label #: includes/AI/Providers/BaseProvider.php:154 msgid "Your %s request hit a quota or rate limit. Check your plan and limits, then try again." msgstr "" #. translators: %s: provider label #: includes/AI/Providers/ClaudeProvider.php:118 #: includes/AI/Providers/GeminiProvider.php:66 #: includes/AI/Providers/OpenAICompatibleProvider.php:93 msgid "%s API key is not configured." msgstr "" #: includes/AI/Providers/ClaudeProvider.php:159 #: includes/AI/Providers/GeminiProvider.php:97 #: includes/AI/Providers/OpenAICompatibleProvider.php:117 msgid "Unknown API error." msgstr "" #. translators: %s: provider label #: includes/AI/Providers/ClaudeProvider.php:168 #: includes/AI/Providers/GeminiProvider.php:105 #: includes/AI/Providers/OpenAICompatibleProvider.php:130 msgid "No content received from %s." msgstr "" #: includes/AI/Providers/ClaudeProvider.php:210 #: includes/AI/Providers/GeminiProvider.php:147 #: includes/AI/Providers/OpenAICompatibleProvider.php:157 msgid "Please insert your API key to use AI features." msgstr "" #: includes/AI/Providers/ClaudeProvider.php:224 #: includes/AI/Providers/GeminiProvider.php:161 #: includes/AI/Providers/OpenAICompatibleProvider.php:172 msgid "Valid API Key" msgstr "" #: includes/AI/Providers/ClaudeProvider.php:228 #: includes/AI/Providers/GeminiProvider.php:165 #: includes/AI/Providers/OpenAICompatibleProvider.php:176 msgid "Invalid API Key" msgstr "" #: includes/blocks.php:33 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:33 #: assets/build/blocks/editor.js:1 msgid "BetterDocs Category Grid" msgstr "" #: includes/blocks.php:41 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:39 #: assets/build/blocks/editor.js:1 msgid "BetterDocs Category Box" msgstr "" #: includes/blocks.php:49 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:33 #: assets/build/blocks/editor.js:1 msgid "BetterDocs Slate Layout" msgstr "" #: includes/blocks.php:57 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:31 #: assets/build/blocks/editor.js:1 msgid "BetterDocs Search Form" msgstr "" #: includes/blocks.php:65 #: assets/build/blocks/editor.js:1 msgid "BetterDocs Breadcrumb" msgstr "" #: includes/blocks.php:73 #: assets/build/blocks/editor.js:1 msgid "BetterDocs Archive Header" msgstr "" #: includes/blocks.php:81 msgid "Doc Archive List" msgstr "" #: includes/blocks.php:89 #: includes/Editors/Elementor/Widget/Content.php:19 #: assets/build/blocks/editor.js:1 msgid "Doc Content" msgstr "" #: includes/blocks.php:97 #: includes/Editors/Elementor/Widget/DocDate.php:20 msgid "Doc Date" msgstr "" #: includes/blocks.php:105 #: includes/Editors/Elementor/Widget/Navigation.php:19 msgid "Doc Navigation" msgstr "" #: includes/blocks.php:145 #: includes/Core/Settings.php:701 #: includes/Core/Settings.php:2615 #: includes/Editors/Elementor/Widget/ArticleSummary.php:36 #: includes/Editors/Elementor/Widget/ArticleSummary.php:510 #: views/templates/parts/article-summary.php:107 #: assets/build/blocks/editor.js:1 msgid "AI Doc Summarizer" msgstr "" #: includes/blocks.php:153 #: includes/Core/Settings.php:1872 #: assets/build/blocks/editor.js:1 msgid "Feedback Form" msgstr "" #: includes/blocks.php:161 msgid "Betterdocs Print" msgstr "" #: includes/blocks.php:169 #: includes/Core/FAQBuilder.php:293 #: includes/Core/FAQBuilder.php:294 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:28 #: assets/build/blocks/editor.js:1 msgid "BetterDocs FAQ" msgstr "" #: includes/blocks.php:177 #: includes/Editors/Elementor/Widget/ReadingTime.php:25 #: includes/Shortcodes/ReadingTime.php:21 #: assets/build/blocks/editor.js:1 msgid "Reading Time" msgstr "" #: includes/blocks.php:185 #: includes/Editors/Elementor/Widget/DocAuthor.php:24 #: assets/build/blocks/editor.js:1 msgid "Doc Author" msgstr "" #: includes/blocks.php:193 #: includes/Utils/BlockTemplate.php:408 msgid "Docs Tag" msgstr "" #: includes/blocks.php:201 #: includes/Editors/Elementor/Widget/CodeSnippet.php:17 #: assets/build/blocks/editor.js:1 msgid "BetterDocs Code Snippet" msgstr "" #: includes/blocks.php:209 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:17 #: assets/build/blocks/editor.js:1 msgid "BetterDocs Code Snippet Tab" msgstr "" #: includes/Core/Admin.php:230 msgid "Deactivate BetterDocs Pro First" msgstr "" #: includes/Core/Admin.php:276 #: includes/Core/PostType.php:1285 #: includes/Core/Settings.php:235 #: includes/Core/Settings.php:263 #: includes/Core/Settings.php:862 #: includes/Core/Settings.php:1119 #: includes/Core/Settings.php:2959 #: includes/Core/SetupWizard.php:365 #: includes/Editors/BlockEditor/Blocks/CategoryBox.php:53 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:228 #: views/admin/email/feedback-email.php:6 #: views/template-parts/author-header.php:19 #: views/widgets/breadcrumbs.php:19 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 #: assets/build/elementor/js/category-grid.js:1 #: assets/build/shortcodes/js/search-modal.js:1 msgid "Docs" msgstr "" #: includes/Core/Admin.php:321 msgid "Want to help make BetterDocs even more awesome? You can get a 10% discount coupon for Premium extensions if you allow us to track the usage." msgstr "" #: includes/Core/Admin.php:322 msgid "We collect non-sensitive diagnostic data and plugin usage information. Your site URL, WordPress & PHP version, plugins & themes and email address to send you the discount coupon. This data lets us make sure this plugin always stays compatible with the most popular plugins and themes. No spam, I promise." msgstr "" #: includes/Core/Admin.php:357 msgid "We hope you're enjoying BetterDocs! Could you please do us a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?" msgstr "" #: includes/Core/Admin.php:366 msgid "Sure, you deserve it!" msgstr "" #: includes/Core/Admin.php:370 msgid "I already did" msgstr "" #: includes/Core/Admin.php:377 #: includes/Core/Admin.php:433 #: includes/Core/KBMigration.php:55 msgid "Maybe Later" msgstr "" #: includes/Core/Admin.php:389 msgid "I need help" msgstr "" #: includes/Core/Admin.php:393 #: includes/Core/Admin.php:441 msgid "Never show again" msgstr "" #. translators: %s is the name of the existing knowledge base plugin. #: includes/Core/Admin.php:417 msgid "Already using %s? Power up your Knowledge Base by migrating all your docs and settings to BetterDocs with just 1 click." msgstr "" #: includes/Core/Admin.php:425 #: includes/Core/KBMigration.php:54 #: includes/Core/KBMigration.php:218 msgid "Start Migration" msgstr "" #: includes/Core/Admin.php:493 msgid "Upgrade To PRO Now" msgstr "" #: includes/Core/Admin.php:496 msgid "I’ll Grab It Later" msgstr "" #: includes/Core/Admin.php:648 #: assets/build/admin/js/dashboard.js:5 msgid "Word Count" msgstr "" #: includes/Core/Admin.php:817 #: includes/Core/Admin.php:852 msgid "Switch to BetterDocs UI" msgstr "" #: includes/Core/Admin.php:855 #: includes/Utils/Helper.php:1543 #: assets/build/blocks/editor.js:1 msgid "Copied!" msgstr "" #: includes/Core/Admin.php:856 msgid "Test Report!" msgstr "" #: includes/Core/Admin.php:857 msgid "Sending..." msgstr "" #: includes/Core/Admin.php:987 msgid "Switch to Classic UI" msgstr "" #: includes/Core/Admin.php:989 #: assets/build/admin/js/dashboard.js:5 msgid "Add New Doc" msgstr "" #: includes/Core/Admin.php:1165 msgid "New" msgstr "" #: includes/Core/Admin.php:1260 #: includes/Core/Admin.php:1344 #: includes/Core/PostType.php:1291 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "All Docs" msgstr "" #: includes/Core/Admin.php:1335 msgid "Dashboard" msgstr "" #: includes/Core/Admin.php:1351 #: includes/Core/FAQBuilder.php:297 #: includes/Core/PostType.php:1286 msgid "Add New" msgstr "" #: includes/Core/Admin.php:1355 #: includes/Core/FAQBuilder.php:208 #: includes/Core/PostType.php:1352 #: assets/build/blocks/write-with-ai.js:2 msgid "Categories" msgstr "" #: includes/Core/Admin.php:1362 #: includes/Core/PostType.php:1558 #: includes/Core/Settings.php:1443 #: includes/Editors/Elementor/Widget/Tags.php:82 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Tags" msgstr "" #: includes/Core/Admin.php:1369 #: includes/Core/Admin.php:1600 #: views/admin/template-parts/settings-header-2.php:7 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Settings" msgstr "" #: includes/Core/Admin.php:1379 #: assets/build/admin/js/dashboard.js:20 msgid "MCP" msgstr "" #: includes/Core/Admin.php:1389 msgid "Analytics" msgstr "" #: includes/Core/Admin.php:1399 msgid "Content IQ" msgstr "" #: includes/Core/Admin.php:1409 msgid "FAQ Builder" msgstr "" #: includes/Core/Admin.php:1450 msgid "API Docs" msgstr "" #: includes/Core/Admin.php:1463 #: includes/Core/Settings.php:2653 #: includes/Core/Settings.php:2663 #: includes/Core/Settings.php:2677 #: assets/build/admin/js/dashboard.js:5 msgid "AI Chatbot" msgstr "" #: includes/Core/Admin.php:1586 msgid "Quick Setup" msgstr "" #: includes/Core/Admin.php:1603 msgid "Upgrade to Pro" msgstr "" #: includes/Core/Admin.php:1645 msgid "Visit Documentation" msgstr "" #: includes/Core/Admin.php:1657 msgid "Visit Encyclopedia" msgstr "" #: includes/Core/Admin.php:1750 #: includes/Core/ArticleQualityScore.php:358 msgid "Invalid nonce" msgstr "" #: includes/Core/Admin.php:1755 msgid "Permission denied" msgstr "" #: includes/Core/Admin.php:1762 msgid "Invalid introduction key" msgstr "" #: includes/Core/Admin.php:1771 msgid "Pointer dismissed successfully" msgstr "" #: includes/Core/ArticleQualityScore.php:65 #: includes/Core/ArticleQualityScore.php:95 msgid "Analysing your docs with BetterDocs AI..." msgstr "" #: includes/Core/ArticleQualityScore.php:66 msgid "Error" msgstr "" #: includes/Core/ArticleQualityScore.php:67 #: assets/build/admin/js/dashboard.js:1 #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Regenerate" msgstr "" #: includes/Core/ArticleQualityScore.php:68 #: includes/Core/ArticleQualityScore.php:170 msgid "Analyze with BetterDocs AI" msgstr "" #: includes/Core/ArticleQualityScore.php:107 msgid "Docs quality analysis" msgstr "" #: includes/Core/ArticleQualityScore.php:108 msgid "Analyze your docs quality with BetterDocs AI to get actionable insights and improvements" msgstr "" #: includes/Core/ArticleQualityScore.php:181 msgid "Configuration Required" msgstr "" #: includes/Core/ArticleQualityScore.php:184 msgid "Go to Settings" msgstr "" #: includes/Core/ArticleQualityScore.php:224 #: assets/build/admin/js/article-quality-score.js:1 msgid "Docs quality analysis results" msgstr "" #: includes/Core/ArticleQualityScore.php:244 #: assets/build/admin/js/article-quality-score.js:1 msgid "Overall Score" msgstr "" #: includes/Core/ArticleQualityScore.php:252 #: assets/build/admin/js/article-quality-score.js:1 msgid "out of 100" msgstr "" #: includes/Core/ArticleQualityScore.php:259 #: assets/build/admin/js/article-quality-score.js:1 msgid "This score is a weighted average of clarity, relevance, structure, and other quality factors." msgstr "" #: includes/Core/ArticleQualityScore.php:267 #: assets/build/admin/js/article-quality-score.js:1 msgid "Score Breakdown" msgstr "" #: includes/Core/ArticleQualityScore.php:290 #: assets/build/admin/js/article-quality-score.js:1 msgid "Actionable Insights" msgstr "" #: includes/Core/ArticleQualityScore.php:345 #: assets/build/admin/js/article-quality-score.js:1 msgid "Excellent" msgstr "" #: includes/Core/ArticleQualityScore.php:346 #: assets/build/admin/js/article-quality-score.js:1 msgid "Good" msgstr "" #: includes/Core/ArticleQualityScore.php:347 #: assets/build/admin/js/article-quality-score.js:1 msgid "Needs Improvement" msgstr "" #: includes/Core/ArticleQualityScore.php:348 #: assets/build/admin/js/article-quality-score.js:1 msgid "Poor" msgstr "" #: includes/Core/ArticleQualityScore.php:364 #: includes/Core/ArticleQualityScore.php:488 msgid "Invalid post ID" msgstr "" #: includes/Core/ArticleQualityScore.php:369 #: includes/Core/ArticleQualityScore.php:447 #: includes/Core/ArticleQualityScore.php:493 msgid "Insufficient permissions" msgstr "" #: includes/Core/ArticleQualityScore.php:375 msgid "Invalid post or post type" msgstr "" #: includes/Core/ArticleQualityScore.php:392 msgid "Post content is empty. Please add content to your post and try again." msgstr "" #: includes/Core/ArticleQualityScore.php:400 msgid "Content is too short for meaningful analysis. Please add more content (at least 50 characters) and try again." msgstr "" #: includes/Core/ArticleQualityScore.php:414 msgid "Failed to save analysis result" msgstr "" #: includes/Core/ArticleQualityScore.php:422 msgid "Docs analyzed successfully" msgstr "" #: includes/Core/ArticleQualityScore.php:434 #: includes/Core/ArticleQualityScore.php:482 #: includes/Mcp/MCPManager.php:469 msgid "Security check failed" msgstr "" #: includes/Core/ArticleQualityScore.php:442 msgid "Invalid data provided" msgstr "" #: includes/Core/ArticleQualityScore.php:453 msgid "Invalid analysis data format" msgstr "" #: includes/Core/ArticleQualityScore.php:467 msgid "Analysis results saved successfully" msgstr "" #: includes/Core/ArticleQualityScore.php:471 msgid "Failed to save analysis results" msgstr "" #: includes/Core/ArticleQualityScore.php:499 msgid "Post not found" msgstr "" #: includes/Core/ArticleQualityScore.php:513 msgid "Using cached analysis results" msgstr "" #: includes/Core/ArticleQualityScore.php:520 msgid "No valid cache found, new analysis required" msgstr "" #: includes/Core/DocsAISuite.php:64 msgid "Suggest Categories" msgstr "" #: includes/Core/DocsAISuite.php:65 msgid "Suggest Tags" msgstr "" #: includes/Core/DocsAISuite.php:66 msgid "Suggesting…" msgstr "" #: includes/Core/DocsAISuite.php:67 #: assets/build/blocks/write-with-ai.js:2 msgid "new" msgstr "" #: includes/Core/DocsAISuite.php:68 msgid "No suggestions found for this doc." msgstr "" #: includes/Core/DocsAISuite.php:69 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:4 #: assets/build/admin/js/glossaries.js:1 #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Something went wrong. Please try again." msgstr "" #: includes/Core/DocsAISuite.php:70 msgid "You don’t have permission to create new terms." msgstr "" #: includes/Core/FAQBuilder.php:199 #: includes/Core/FAQBuilder.php:201 msgid "FAQ Categories" msgstr "" #: includes/Core/FAQBuilder.php:200 msgid "FAQ Category" msgstr "" #: includes/Core/FAQBuilder.php:202 msgid "Parent FAQ Category" msgstr "" #: includes/Core/FAQBuilder.php:203 msgid "Parent FAQ Category:" msgstr "" #: includes/Core/FAQBuilder.php:204 #: includes/Core/PostType.php:1348 #: assets/build/admin/js/dashboard.js:5 msgid "Edit Category" msgstr "" #: includes/Core/FAQBuilder.php:205 #: includes/Core/PostType.php:1349 #: assets/build/admin/js/dashboard.js:5 msgid "Update Category" msgstr "" #: includes/Core/FAQBuilder.php:206 msgid "Add New FAQ Category" msgstr "" #: includes/Core/FAQBuilder.php:207 msgid "New FAQ Category Name" msgstr "" #: includes/Core/FAQBuilder.php:242 #: includes/Core/FAQBuilder.php:244 #: includes/Core/FAQBuilder.php:251 msgid "Product FAQ Categories" msgstr "" #: includes/Core/FAQBuilder.php:243 msgid "Product FAQ Category" msgstr "" #: includes/Core/FAQBuilder.php:245 msgid "Parent Product FAQ Category" msgstr "" #: includes/Core/FAQBuilder.php:246 msgid "Parent Product FAQ Category:" msgstr "" #: includes/Core/FAQBuilder.php:247 msgid "Edit Product FAQ Category" msgstr "" #: includes/Core/FAQBuilder.php:248 msgid "Update Product FAQ Category" msgstr "" #: includes/Core/FAQBuilder.php:249 msgid "Add New Product FAQ Category" msgstr "" #: includes/Core/FAQBuilder.php:250 msgid "New Product FAQ Category Name" msgstr "" #: includes/Core/FAQBuilder.php:298 #: assets/build/admin/js/dashboard.js:20 msgid "Add New FAQ" msgstr "" #: includes/Core/FAQBuilder.php:299 msgid "New FAQ" msgstr "" #: includes/Core/FAQBuilder.php:300 msgid "Edit FAQ" msgstr "" #: includes/Core/FAQBuilder.php:301 msgid "View FAQ" msgstr "" #: includes/Core/FAQBuilder.php:302 msgid "All FAQ" msgstr "" #: includes/Core/FAQBuilder.php:303 msgid "Search FAQ" msgstr "" #: includes/Core/FAQBuilder.php:305 msgid "No FAQ found" msgstr "" #: includes/Core/FAQBuilder.php:306 msgid "No FAQ found in trash" msgstr "" #: includes/Core/FAQBuilder.php:311 msgid "Add new faq from here" msgstr "" #: includes/Core/FAQBuilder.php:493 #: includes/Core/PostType.php:1023 #: includes/Core/PostType.php:1083 #: includes/Core/PostType.php:1146 msgid "Nonce Failed" msgstr "" #: includes/Core/FAQBuilder.php:497 msgid "You don't have permission to manage FAQ groups." msgstr "" #: includes/Core/FAQBuilder.php:525 #: includes/Core/PostType.php:1075 #: includes/Core/PostType.php:1127 #: includes/Core/PostType.php:1135 #: includes/Core/PostType.php:1202 msgid "Successfully updated." msgstr "" #: includes/Core/FAQBuilder.php:1097 #: includes/Core/FAQBuilder.php:1152 #: includes/REST/FaqSearchedTerms.php:176 msgid "Invalid FAQ ID." msgstr "" #: includes/Core/Glossaries.php:565 #: includes/Core/PostType.php:1436 #: includes/Core/PostType.php:1455 #: includes/Core/PostType.php:1507 #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Glossary Term Description" msgstr "" #. translators: %1$s and %2$s are the name of the existing plugin. #: includes/Core/KBMigration.php:45 msgid "Whoops! You are already using %1$s on your website. To migrate your %2$s data to BetterDocs, click here " msgstr "" #: includes/Core/KBMigration.php:56 msgid "Never Show Again" msgstr "" #: includes/Core/KBMigration.php:74 #: includes/Core/KBMigration.php:80 #: includes/Core/KBMigration.php:203 #: includes/Core/SetupWizard.php:552 #: includes/Core/SetupWizard.php:559 msgid "Migration" msgstr "" #: includes/Core/KBMigration.php:86 msgid "Migration Settings" msgstr "" #: includes/Core/KBMigration.php:113 msgid "Help Scout" msgstr "" #: includes/Core/KBMigration.php:119 msgid "Docs API Key" msgstr "" #. translators: %s is a URL to the Help Scout migration documentation. #: includes/Core/KBMigration.php:122 msgid "Check out this documentation to retrieve your Help Scout Docs API Key." msgstr "" #: includes/Core/KBMigration.php:131 msgid "Collection ID" msgstr "" #. translators: %s is a URL to the Help Scout migration documentation. #: includes/Core/KBMigration.php:134 msgid "Check out this documentation to retrieve your Help Scout Collection ID." msgstr "" #: includes/Core/KBMigration.php:145 #: includes/Core/KBMigration.php:146 msgid "Migrate Help Scout Docs" msgstr "" #: includes/Core/KBMigration.php:147 #: includes/Core/KBMigration.php:220 msgid "Migrating..." msgstr "" #: includes/Core/KBMigration.php:159 #: includes/REST/Settings.php:260 msgid "Migration process has started in the background." msgstr "" #. translators: %1$s is the name of the existing knowledge base plugin. #: includes/Core/KBMigration.php:207 msgid "We found that there is another Knowledge Base plugin, %1$s, installed on this website. To migrate your knowledge base to BetterDocs from %2$s, click the \"Start Migration\" button and all the documentation will be migrated to BetterDocs." msgstr "" #: includes/Core/KBMigration.php:219 msgid "Migrated" msgstr "" #: includes/Core/KBMigration.php:229 msgid "Migration completed successfully." msgstr "" #: includes/Core/PluginInstaller.php:54 #: includes/Core/PluginInstaller.php:126 #: includes/Core/PluginInstaller.php:171 msgid "Argument should not be empty." msgstr "" #: includes/Core/PluginInstaller.php:75 msgid "Could not retrieve plugin information." msgstr "" #: includes/Core/PluginInstaller.php:81 msgid "Plugin information did not match the requested plugin." msgstr "" #: includes/Core/PluginInstaller.php:85 msgid "Plugin download URL is not an approved WordPress.org address." msgstr "" #: includes/Core/PluginInstaller.php:189 #: includes/Core/PluginInstaller.php:212 #: includes/Core/PluginInstaller.php:231 #: includes/Core/PluginInstaller.php:252 msgid "you are not allowed to do this action" msgstr "" #: includes/Core/PluginInstaller.php:204 msgid "Plugin is installed successfully!" msgstr "" #: includes/Core/PluginInstaller.php:222 msgid "Plugin is updated successfully!" msgstr "" #: includes/Core/PluginInstaller.php:242 msgid "Plugin couldn't be activated." msgstr "" #: includes/Core/PluginInstaller.php:244 msgid "Plugin is activated successfully!" msgstr "" #: includes/Core/PluginInstaller.php:258 msgid "Plugin is deactivated successfully!" msgstr "" #: includes/Core/PostType.php:132 msgid "Knowledge Bases this doc category belongs to, by slug." msgstr "" #: includes/Core/PostType.php:461 msgid "BetterDocs Multilingual Migration Required" msgstr "" #: includes/Core/PostType.php:462 msgid "Your site uses a multilingual plugin and has existing ordering data that needs to be migrated:" msgstr "" #. translators: %d: number of categories #: includes/Core/PostType.php:465 msgid "• Category ordering (%d categories)" msgstr "" #. translators: %d: number of categories #: includes/Core/PostType.php:468 msgid "• Document ordering (%d categories with custom doc orders)" msgstr "" #: includes/Core/PostType.php:471 msgid "Run Migration Now" msgstr "" #: includes/Core/PostType.php:1027 msgid "You don't have permission to manage docs term." msgstr "" #: includes/Core/PostType.php:1087 #: includes/Core/PostType.php:1150 msgid "You don't have permission to update docs term." msgstr "" #: includes/Core/PostType.php:1106 msgid "Invalid term ID." msgstr "" #: includes/Core/PostType.php:1112 #: includes/Core/PostType.php:1175 msgid "Invalid category." msgstr "" #: includes/Core/PostType.php:1138 #: includes/Core/PostType.php:1205 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Something went wrong." msgstr "" #: includes/Core/PostType.php:1163 msgid "Invalid object or term ID." msgstr "" #: includes/Core/PostType.php:1169 msgid "Invalid document." msgstr "" #: includes/Core/PostType.php:1287 #: assets/build/admin/js/dashboard.js:20 msgid "Add New Docs" msgstr "" #: includes/Core/PostType.php:1288 msgid "New Docs" msgstr "" #: includes/Core/PostType.php:1289 msgid "Edit Docs" msgstr "" #: includes/Core/PostType.php:1290 msgid "View Docs" msgstr "" #: includes/Core/PostType.php:1292 msgid "Search Docs" msgstr "" #: includes/Core/PostType.php:1294 msgid "No docs found" msgstr "" #: includes/Core/PostType.php:1295 msgid "No docs found in trash" msgstr "" #: includes/Core/PostType.php:1302 msgid "Add new doc from here" msgstr "" #: includes/Core/PostType.php:1343 #: includes/Core/PostType.php:1345 msgid "Docs Categories" msgstr "" #: includes/Core/PostType.php:1344 #: includes/Core/Settings.php:2960 #: includes/Editors/BlockEditor/Patterns/BasePattern.php:18 #: includes/Utils/BlockTemplate.php:406 msgid "Docs Category" msgstr "" #: includes/Core/PostType.php:1346 msgid "Parent Docs Category" msgstr "" #: includes/Core/PostType.php:1347 msgid "Parent Docs Category:" msgstr "" #: includes/Core/PostType.php:1350 msgid "Add New Docs Category" msgstr "" #: includes/Core/PostType.php:1351 msgid "New Docs Category Name" msgstr "" #: includes/Core/PostType.php:1388 #: includes/Core/PostType.php:1390 msgid "Glossaries Terms" msgstr "" #: includes/Core/PostType.php:1389 msgid "Glossaries Term" msgstr "" #: includes/Core/PostType.php:1391 msgid "Parent Glossaries Term" msgstr "" #: includes/Core/PostType.php:1392 msgid "Parent Glossaries Term:" msgstr "" #: includes/Core/PostType.php:1393 msgid "Edit Term" msgstr "" #: includes/Core/PostType.php:1394 msgid "Update Glossary" msgstr "" #: includes/Core/PostType.php:1395 msgid "Add New Glossaries Term" msgstr "" #: includes/Core/PostType.php:1396 msgid "New Glossaries Term Name" msgstr "" #: includes/Core/PostType.php:1443 #: includes/Core/PostType.php:1445 #: includes/Core/PostType.php:1471 msgid "Enter a description for the glossary term" msgstr "" #: includes/Core/PostType.php:1544 msgid "Docs Tags" msgstr "" #: includes/Core/PostType.php:1545 msgid "Tag" msgstr "" #: includes/Core/PostType.php:1546 #: assets/build/admin/js/dashboard.js:5 msgid "Search Tags" msgstr "" #: includes/Core/PostType.php:1547 msgid "Popular Tags" msgstr "" #: includes/Core/PostType.php:1548 msgid "All Tags" msgstr "" #: includes/Core/PostType.php:1551 #: assets/build/admin/js/dashboard.js:5 msgid "Edit Tag" msgstr "" #: includes/Core/PostType.php:1552 #: assets/build/admin/js/dashboard.js:5 msgid "Update Tag" msgstr "" #: includes/Core/PostType.php:1553 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 msgid "Add New Tag" msgstr "" #: includes/Core/PostType.php:1554 msgid "New Tag Name" msgstr "" #: includes/Core/PostType.php:1555 msgid "Separate tags with commas" msgstr "" #: includes/Core/PostType.php:1556 msgid "Add or remove tags" msgstr "" #: includes/Core/PostType.php:1557 msgid "Choose from the most used tags" msgstr "" #: includes/Core/SampleDocBuilder.php:50 msgid "Unknown content type." msgstr "" #: includes/Core/SampleDocBuilder.php:54 msgid "No categories to create." msgstr "" #: includes/Core/Scripts.php:103 #: assets/build/admin/js/dashboard.js:12 msgid "Copied" msgstr "" #: includes/Core/Scripts.php:106 msgid "Failed to generate doc summary. Please try again." msgstr "" #: includes/Core/Settings.php:247 #: assets/build/blocks/editor.js:1 msgid "Search..." msgstr "" #: includes/Core/Settings.php:248 #: views/templates/taxonomy-doc_tag.php:105 msgid "Sorry, no docs were found." msgstr "" #: includes/Core/Settings.php:264 #: includes/Core/Settings.php:1126 #: includes/Editors/BlockEditor/Blocks/CategoryBox.php:54 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:242 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Doc" msgstr "" #: includes/Core/Settings.php:266 #: includes/Core/Settings.php:1141 #: includes/Editors/BlockEditor/Blocks/CategoryGrid.php:90 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:324 #: assets/build/blocks/editor.js:1 msgid "Explore More" msgstr "" #: includes/Core/Settings.php:280 #: includes/Core/Settings.php:1662 msgid "Home" msgstr "" #: includes/Core/Settings.php:293 #: includes/Core/Settings.php:1719 #: includes/Core/Settings.php:1727 #: includes/Editors/BlockEditor/Blocks/FeedbackForm.php:30 #: includes/Editors/Elementor/Widget/Feedback.php:91 #: views/templates/feedback-parts/form.php:97 #: assets/build/blocks/editor.js:1 msgid "Still stuck? How can we help?" msgstr "" #: includes/Core/Settings.php:294 #: includes/FrontEnd/FrontEnd.php:330 msgid "Thanks for your feedback" msgstr "" #: includes/Core/Settings.php:296 #: includes/Editors/BlockEditor/Blocks/FeedbackForm.php:31 #: includes/Editors/Elementor/Widget/Feedback.php:99 #: views/templates/feedback-parts/form.php:108 #: views/widgets/feedback-form.php:84 #: assets/build/blocks/editor.js:1 msgid "How can we help?" msgstr "" #: includes/Core/Settings.php:321 #: includes/Core/Settings.php:2583 #: includes/Core/WriteWithAI.php:241 msgid "Default/Core" msgstr "" #: includes/Core/Settings.php:346 #: includes/Core/Settings.php:347 #: includes/Core/Settings.php:1507 #: includes/Core/Settings.php:1515 #: includes/Editors/BlockEditor/Blocks/ReadingTime.php:25 #: includes/Editors/BlockEditor/Blocks/ReadingTime.php:26 #: includes/Editors/Elementor/Widget/ReadingTime.php:68 #: includes/Editors/Elementor/Widget/ReadingTime.php:78 #: includes/Shortcodes/ReadingTime.php:19 #: includes/Shortcodes/ReadingTime.php:20 msgid "min read" msgstr "" #: includes/Core/Settings.php:441 #: includes/Core/SetupWizard.php:62 msgid "Design with Gutenberg" msgstr "" #: includes/Core/Settings.php:441 #: includes/Core/Settings.php:451 #: assets/build/admin/js/dashboard.js:5 msgid "Learn More" msgstr "" #: includes/Core/Settings.php:451 msgid "Design with Elementor" msgstr "" #: includes/Core/Settings.php:462 msgid "Customize in BetterDocs" msgstr "" #: includes/Core/Settings.php:631 msgid "You don't have any rights for saving settings." msgstr "" #: includes/Core/Settings.php:694 #: includes/Core/Settings.php:2481 #: includes/Core/Settings.php:2487 #: assets/build/blocks/write-with-ai.js:2 msgid "Write with AI" msgstr "" #. translators: 1: feature label, 2: minimum tokens, 3: model id #: includes/Core/Settings.php:721 msgid "%1$s max tokens must be at least %2$d for %3$s." msgstr "" #: includes/Core/Settings.php:773 #: includes/Core/SetupWizard.php:195 msgid "Select a Page" msgstr "" #: includes/Core/Settings.php:785 msgid "All logged in users" msgstr "" #: includes/Core/Settings.php:791 #: assets/build/blocks/editor.js:1 msgid "betterdocs" msgstr "" #: includes/Core/Settings.php:807 #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 msgid "Save" msgstr "" #: includes/Core/Settings.php:808 msgid "Saving..." msgstr "" #: includes/Core/Settings.php:822 #: includes/Core/Settings.php:1046 #: includes/Core/Settings.php:1377 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:51 #: includes/Editors/Elementor/Widget/DocDate.php:44 #: assets/build/blocks/editor.js:1 msgid "General" msgstr "" #: includes/Core/Settings.php:829 msgid "General Settings" msgstr "" #: includes/Core/Settings.php:844 #: includes/Core/SetupWizard.php:340 msgid "Built-in Documentation Page" msgstr "" #: includes/Core/Settings.php:852 msgid "Enable Category Hierarchy Slug" msgstr "" #: includes/Core/Settings.php:856 msgid "Shows Hierarchy Based Permalink Slugs For Doc Categories & Single Doc Page" msgstr "" #: includes/Core/Settings.php:861 #: includes/Core/SetupWizard.php:364 msgid "Documentation Page Title" msgstr "" #: includes/Core/Settings.php:869 #: includes/Core/SetupWizard.php:372 msgid "BetterDocs Root Slug" msgstr "" #: includes/Core/Settings.php:882 #: includes/Core/SetupWizard.php:358 msgid "You will need to insert BetterDocs Shortcode inside the page. This page will be used as docs permalink." msgstr "" #: includes/Core/Settings.php:889 msgid "Custom Category Slug" msgstr "" #: includes/Core/Settings.php:896 msgid "Custom Tag Slug" msgstr "" #: includes/Core/Settings.php:903 #: includes/Core/SetupWizard.php:380 msgid "Single Docs Permalink" msgstr "" #: includes/Core/Settings.php:910 #: includes/Core/SetupWizard.php:389 msgid "Make sure to keep Docs Root Slug in the Single Docs Permalink. You are not able to keep it blank. You can use the available tags from below." msgstr "" #: includes/Core/Settings.php:915 #: includes/Core/SetupWizard.php:395 msgid "Show Glossary" msgstr "" #: includes/Core/Settings.php:916 #: includes/Core/SetupWizard.php:396 msgid "Enable the glossary feature to allow users to look up definitions for terms used within your encyclopedia or glossaries themselves." msgstr "" #: includes/Core/Settings.php:925 #: includes/Core/SetupWizard.php:405 msgid "Built-in Encyclopedia Page" msgstr "" #: includes/Core/Settings.php:934 #: includes/Core/SetupWizard.php:422 msgid "FAQ Schema" msgstr "" #: includes/Core/Settings.php:942 msgid "Analytics From" msgstr "" #: includes/Core/Settings.php:944 msgid "Everyone" msgstr "" #: includes/Core/Settings.php:945 msgid "Guests Only" msgstr "" #: includes/Core/Settings.php:946 msgid "Registered Users Only" msgstr "" #: includes/Core/Settings.php:955 msgid "Unique Visitor Count" msgstr "" #: includes/Core/Settings.php:964 msgid "Exclude Bot Analytics" msgstr "" #: includes/Core/Settings.php:977 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:47 #: includes/Editors/Elementor/Widget/Sidebar.php:242 #: assets/build/admin/js/dashboard.js:1 #: assets/build/blocks/editor.js:1 msgid "Layout" msgstr "" #: includes/Core/Settings.php:984 #: includes/Core/Settings.php:990 msgid "Layout Settings" msgstr "" #: includes/Core/Settings.php:1015 #: includes/Core/Settings.php:1021 msgid "Documentation Page" msgstr "" #: includes/Core/Settings.php:1053 msgid "Docs List Icon" msgstr "" #: includes/Core/Settings.php:1054 msgid "Upload your own preferred document list icon" msgstr "" #: includes/Core/Settings.php:1060 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:307 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:167 #: assets/build/blocks/editor.js:1 msgid "Category Title Link" msgstr "" #: includes/Core/Settings.php:1061 msgid "This setting is applicable for category grid layout" msgstr "" #: includes/Core/Settings.php:1069 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:107 #: assets/build/blocks/editor.js:1 msgid "Masonry" msgstr "" #: includes/Core/Settings.php:1077 msgid "Lazy Load Sidebar Docs & Subcategories" msgstr "" #: includes/Core/Settings.php:1078 msgid "Applies to the Sidebar layout wherever it appears — single docs, category archives, and the Sidebar widget/block. Off by default: enable to render only the active category upfront and fetch the rest on click (or on scroll for the Memphis layout), cutting initial HTML size on large knowledge bases." msgstr "" #: includes/Core/Settings.php:1086 #: assets/build/blocks/editor.js:1 msgid "Nested Sub Category" msgstr "" #: includes/Core/Settings.php:1094 msgid "Number Of Columns" msgstr "" #: includes/Core/Settings.php:1095 msgid "This setting is not applicable for sleek layout." msgstr "" #: includes/Core/Settings.php:1102 msgid "Number Of Docs" msgstr "" #: includes/Core/Settings.php:1103 msgid "This setting is not applicable for handbook layout." msgstr "" #: includes/Core/Settings.php:1110 msgid "Doc Count" msgstr "" #: includes/Core/Settings.php:1118 msgid "Count Text" msgstr "" #: includes/Core/Settings.php:1125 msgid "Count Text Singular" msgstr "" #: includes/Core/Settings.php:1140 msgid "Explore More Button Text" msgstr "" #: includes/Core/Settings.php:1148 msgid "Popular Docs Text" msgstr "" #: includes/Core/Settings.php:1156 msgid "Popular Docs Number" msgstr "" #: includes/Core/Settings.php:1181 #: includes/Core/SetupWizard.php:432 msgid "Advanced Search" msgstr "" #: includes/Core/Settings.php:1191 msgid "Exclude Child Terms In Category Search" msgstr "" #: includes/Core/Settings.php:1200 msgid "Minimum amount of Keywords Search" msgstr "" #: includes/Core/Settings.php:1208 msgid "Minimum Character Limit For Search Result" msgstr "" #: includes/Core/Settings.php:1215 msgid "Search Placeholder" msgstr "" #: includes/Core/Settings.php:1216 msgid "Search.." msgstr "" #: includes/Core/Settings.php:1222 msgid "Search Button Text" msgstr "" #: includes/Core/Settings.php:1229 msgid "Search Not Found Text" msgstr "" #: includes/Core/Settings.php:1236 msgid "Search Result Image" msgstr "" #: includes/Core/Settings.php:1244 msgid "KB Based Search" msgstr "" #: includes/Core/Settings.php:1254 msgid "Search Modal Source" msgstr "" #: includes/Core/Settings.php:1255 msgid "Choose the content type to be shown in the search modal.
Note: This is only applicable on Modal Search." msgstr "" #: includes/Core/Settings.php:1258 msgid "Both (Docs + FAQs)" msgstr "" #: includes/Core/Settings.php:1259 msgid "Docs only" msgstr "" #: includes/Core/Settings.php:1260 msgid "FAQs only" msgstr "" #: includes/Core/Settings.php:1270 #: includes/Editors/Elementor.php:295 #: includes/Editors/Elementor.php:352 #: includes/Editors/Elementor/Widget/ArchiveList.php:108 #: assets/build/blocks/editor.js:1 msgid "Order By" msgstr "" #: includes/Core/Settings.php:1276 #: includes/Editors/Elementor.php:232 #: assets/build/blocks/editor.js:1 msgid "Terms Order By" msgstr "" #: includes/Core/Settings.php:1279 #: includes/Core/Settings.php:1309 #: includes/Editors/Elementor.php:235 #: includes/Editors/Elementor.php:298 #: includes/Editors/Elementor.php:596 #: includes/Editors/Elementor/Widget/ArchiveList.php:111 #: assets/build/blocks/editor.js:1 msgid "No order" msgstr "" #: includes/Core/Settings.php:1280 #: includes/Editors/Elementor.php:236 #: includes/Editors/Elementor.php:299 #: includes/Editors/Elementor.php:523 #: includes/Editors/Elementor.php:597 #: views/admin/email/feedback-email.php:5 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Name" msgstr "" #: includes/Core/Settings.php:1281 #: includes/Editors/Elementor.php:237 #: includes/Editors/Elementor.php:300 #: includes/Editors/Elementor.php:524 #: includes/Editors/Elementor.php:598 #: includes/Editors/Elementor/Widget/ArchiveList.php:113 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Slug" msgstr "" #: includes/Core/Settings.php:1282 #: includes/Editors/Elementor.php:238 #: includes/Editors/Elementor.php:301 #: includes/Editors/Elementor.php:525 #: includes/Editors/Elementor.php:599 #: includes/Editors/Elementor/Widget/ArchiveList.php:114 #: assets/build/blocks/editor.js:1 msgid "Term Group" msgstr "" #: includes/Core/Settings.php:1283 #: includes/Editors/Elementor.php:239 #: includes/Editors/Elementor.php:302 #: includes/Editors/Elementor.php:526 #: includes/Editors/Elementor.php:600 #: includes/Editors/Elementor/Widget/ArchiveList.php:115 msgid "Term ID" msgstr "" #: includes/Core/Settings.php:1284 #: includes/Editors/Elementor.php:240 #: includes/Editors/Elementor.php:303 #: includes/Editors/Elementor.php:527 #: includes/Editors/Elementor.php:601 #: includes/Editors/Elementor/Widget/ArchiveList.php:116 #: assets/build/blocks/editor.js:1 msgid "ID" msgstr "" #: includes/Core/Settings.php:1286 #: includes/Editors/Elementor.php:242 #: includes/Editors/Elementor.php:305 #: includes/Editors/Elementor.php:529 #: includes/Editors/Elementor.php:603 #: includes/Editors/Elementor/Widget/ArchiveList.php:118 msgid "Parent" msgstr "" #: includes/Core/Settings.php:1287 #: includes/Core/Settings.php:1319 #: includes/Editors/Elementor.php:243 #: includes/Editors/Elementor.php:306 #: includes/Editors/Elementor.php:530 #: includes/Editors/Elementor.php:604 #: includes/Editors/Elementor/Widget/ArchiveList.php:119 #: assets/build/blocks/editor.js:1 msgid "BetterDocs Order" msgstr "" #: includes/Core/Settings.php:1294 #: includes/Editors/Elementor.php:252 #: assets/build/blocks/editor.js:1 msgid "Terms Order" msgstr "" #: includes/Core/Settings.php:1306 #: includes/Editors/Elementor.php:269 msgid "Docs Order By" msgstr "" #: includes/Core/Settings.php:1310 msgid "Docs ID" msgstr "" #: includes/Core/Settings.php:1311 msgid "Docs Author" msgstr "" #: includes/Core/Settings.php:1313 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Date" msgstr "" #: includes/Core/Settings.php:1314 #: assets/build/blocks/editor.js:1 msgid "Last Modified Date" msgstr "" #: includes/Core/Settings.php:1315 #: assets/build/blocks/editor.js:1 msgid "Parent Id" msgstr "" #: includes/Core/Settings.php:1316 #: assets/build/blocks/editor.js:1 msgid "Random" msgstr "" #: includes/Core/Settings.php:1317 #: assets/build/blocks/editor.js:1 msgid "Comment Count" msgstr "" #: includes/Core/Settings.php:1318 #: assets/build/blocks/editor.js:1 msgid "Menu Order" msgstr "" #: includes/Core/Settings.php:1326 #: includes/Editors/Elementor.php:279 msgid "Docs Order" msgstr "" #: includes/Core/Settings.php:1383 #: includes/Editors/Elementor/Tags/TitleTag.php:17 #: includes/Editors/Elementor/Widget/Title.php:26 #: views/admin/email/analytics/leading-docs.php:24 msgid "Doc Title" msgstr "" #: includes/Core/Settings.php:1391 #: includes/Core/Settings.php:1800 msgid "Sidebar Category List" msgstr "" #: includes/Core/Settings.php:1399 msgid "Print Icon" msgstr "" #: includes/Core/Settings.php:1407 msgid "Logo on Printed Doc" msgstr "" #: includes/Core/Settings.php:1408 msgid "Show a logo at the top of the printed / PDF page" msgstr "" #: includes/Core/Settings.php:1417 msgid "Print Logo" msgstr "" #: includes/Core/Settings.php:1418 msgid "Leave empty to use your site logo, or the site icon when no site logo is set" msgstr "" #: includes/Core/Settings.php:1425 msgid "Footer on Printed Doc" msgstr "" #: includes/Core/Settings.php:1426 msgid "Show a footer on every page of the printed / PDF document" msgstr "" #: includes/Core/Settings.php:1434 msgid "Print Footer Text" msgstr "" #: includes/Core/Settings.php:1435 msgid "Leave empty to use the site name and current year" msgstr "" #: includes/Core/Settings.php:1451 msgid "Last Update Time" msgstr "" #: includes/Core/Settings.php:1459 #: assets/build/blocks/editor.js:1 msgid "Navigation" msgstr "" #: includes/Core/Settings.php:1467 msgid "Comment" msgstr "" #: includes/Core/Settings.php:1475 #: includes/Core/SetupWizard.php:414 msgid "Show Powered by BetterDocs" msgstr "" #: includes/Core/Settings.php:1483 msgid "Reaction Feedback Text" msgstr "" #: includes/Core/Settings.php:1484 msgid "Thanks for your feedback." msgstr "" #: includes/Core/Settings.php:1498 msgid "Estimated Reading Time Title" msgstr "" #: includes/Core/Settings.php:1506 msgid "Estimated Reading Time Text" msgstr "" #: includes/Core/Settings.php:1514 msgid "Estimated Reading Time Text Singular" msgstr "" #: includes/Core/Settings.php:1525 msgid "TOC" msgstr "" #: includes/Core/Settings.php:1539 #: includes/Editors/Elementor/Widget/ToC.php:67 #: assets/build/blocks/editor.js:1 msgid "TOC Title" msgstr "" #: includes/Core/Settings.php:1548 msgid "TOC Hierarchy" msgstr "" #: includes/Core/Settings.php:1557 msgid "TOC List Number" msgstr "" #: includes/Core/Settings.php:1566 msgid "Show TOC Title in Anchor Links" msgstr "" #: includes/Core/Settings.php:1575 #: includes/Editors/Elementor/Widget/Sidebar.php:352 #: assets/build/blocks/editor.js:1 msgid "Sticky TOC" msgstr "" #: includes/Core/Settings.php:1584 msgid "Collapsible TOC on small devices" msgstr "" #: includes/Core/Settings.php:1593 msgid "Title Link Copy To Clipboard" msgstr "" #: includes/Core/Settings.php:1600 msgid "TOC Supported Heading Tag" msgstr "" #: includes/Core/Settings.php:1626 msgid "Content Offset" msgstr "" #: includes/Core/Settings.php:1629 msgid "content offset from top on scroll." msgstr "" #: includes/Core/Settings.php:1652 msgid "Enable Breadcrumb Home Text" msgstr "" #: includes/Core/Settings.php:1661 msgid "Breadcrumb Home Text" msgstr "" #: includes/Core/Settings.php:1675 msgid "Breadcrumb Home URL" msgstr "" #: includes/Core/Settings.php:1683 msgid "Category on Breadcrumb" msgstr "" #: includes/Core/Settings.php:1692 msgid "Title on Breadcrumb" msgstr "" #: includes/Core/Settings.php:1704 #: includes/Core/Settings.php:1710 msgid "Email Feedback" msgstr "" #: includes/Core/Settings.php:1718 msgid "Feedback Link Text" msgstr "" #: includes/Core/Settings.php:1726 #: includes/Editors/Elementor/Widget/Feedback.php:97 #: assets/build/blocks/editor.js:1 msgid "Feedback Form Title" msgstr "" #: includes/Core/Settings.php:1734 msgid "Email Address" msgstr "" #: includes/Core/Settings.php:1737 msgid "The email address where the Feedback form will be sent" msgstr "" #: includes/Core/Settings.php:1743 msgid "Feedback URL" msgstr "" #: includes/Core/Settings.php:1762 msgid "Show Attachment" msgstr "" #: includes/Core/Settings.php:1780 msgid "Show Related Docs" msgstr "" #: includes/Core/Settings.php:1794 msgid "Archive Page" msgstr "" #: includes/Core/Settings.php:1808 #: includes/Editors/Elementor.php:431 #: includes/Editors/Elementor.php:466 #: includes/Editors/Elementor.php:553 #: includes/Editors/Elementor/Widget/ArchiveList.php:142 #: assets/build/blocks/editor.js:1 msgid "Nested Subcategory" msgstr "" #: includes/Core/Settings.php:1816 #: includes/Editors/Elementor/Widget/ArchiveList.php:154 #: assets/build/blocks/editor.js:1 msgid "Enable Pagination" msgstr "" #: includes/Core/Settings.php:1831 #: includes/Core/Settings.php:1837 #: includes/Core/SetupWizard.php:489 msgid "Design" msgstr "" #: includes/Core/Settings.php:1844 #: includes/Core/Settings.php:1852 msgid "Shortcodes" msgstr "" #: includes/Core/Settings.php:1855 msgid "Search for shortcode" msgstr "" #: includes/Core/Settings.php:1856 msgid "No Shortcodes Found with these keywords" msgstr "" #: includes/Core/Settings.php:1861 msgid "Search Form" msgstr "" #: includes/Core/Settings.php:1865 msgid "[betterdocs_search_form placeholder=\"Search...\" heading=\"Heading\" subheading=\"Subheading\" category_search=\"true\" search_button=\"true\" popular_search=\"true\"]" msgstr "" #: includes/Core/Settings.php:1866 #: includes/Core/Settings.php:1877 #: includes/Core/Settings.php:1888 #: includes/Core/Settings.php:1899 #: includes/Core/Settings.php:1910 #: includes/Core/Settings.php:1921 #: includes/Core/Settings.php:1932 #: includes/Core/Settings.php:1943 #: includes/Core/Settings.php:1954 msgid "Example with parameters:" msgstr "" #: includes/Core/Settings.php:1876 msgid "[betterdocs_feedback_form button_text=\"Send\"]" msgstr "" #: includes/Core/Settings.php:1883 msgid "Category Grid- Layout 1" msgstr "" #: includes/Core/Settings.php:1887 msgid "[betterdocs_category_grid show_count=\"true\" show_icon=\"true\" masonry=\"true\" column=\"3\" posts_per_page=\"5\" nested_subcategory=\"true\" terms=\"term_ID, term_ID\" terms_orderby=\"\" terms_order=\"\" multiple_knowledge_base=\"\" kb_slug=\"\" title_tag=\"h2\" orderby=\"\" order=\"\" ]" msgstr "" #: includes/Core/Settings.php:1894 msgid "Category Box- Layout 2" msgstr "" #: includes/Core/Settings.php:1898 msgid "[betterdocs_category_box orderby=\"\" column=\"\" nested_subcategory=\"\" terms=\"\" terms_orderby=\"\" show_icon=\"\" kb_slug=\"\" title_tag=\"h2\" multiple_knowledge_base=\"false\" border_bottom=\"false\"]" msgstr "" #: includes/Core/Settings.php:1905 #: includes/Editors/Elementor/Widget/ArchiveList.php:281 #: includes/Editors/Elementor/Widget/ArchiveList.php:439 #: includes/Editors/Elementor/Widget/ArchiveList.php:1077 #: includes/Editors/Elementor/Widget/Sidebar.php:1920 #: includes/Editors/Elementor/Widget/Sidebar.php:2112 msgid "Category List" msgstr "" #: includes/Core/Settings.php:1909 msgid "[betterdocs_category_list orderby=\"\" order=\"\" posts_per_page=\"\" nested_subcategory=\"\" terms=\"\" terms_orderby=\"\" terms_order=\"\" kb_slug=\"\" multiple_knowledge_base=\"false\" title_tag=\"h2\"]" msgstr "" #: includes/Core/Settings.php:1916 msgid "FAQ Layout - 1" msgstr "" #: includes/Core/Settings.php:1920 msgid "[betterdocs_faq_list_modern groups=\"group_id\" class=\"\" group_exclude=\"group_id\" faq_heading=\"Frequently Asked Questions\"]" msgstr "" #: includes/Core/Settings.php:1927 msgid "FAQ Layout - 2" msgstr "" #: includes/Core/Settings.php:1931 msgid "[betterdocs_faq_list_classic groups=\"group_id\" class=\"\" group_exclude=\"group_id\" faq_heading=\"Frequently Asked Questions\"]" msgstr "" #: includes/Core/Settings.php:1938 msgid "FAQ Layout - 3" msgstr "" #: includes/Core/Settings.php:1942 msgid "[betterdocs_faq_list_layout_3 class=\"faq-doc betterdocs-faq-layout-3\" groups=\"group_id\" class=\"\" group_exclude=\"group_id\" faq_heading=\"Frequently Asked Questions\"]" msgstr "" #: includes/Core/Settings.php:1949 msgid "FAQ Layout - 4" msgstr "" #: includes/Core/Settings.php:1953 msgid "[betterdocs_faq_tab class=\"faq-doc betterdocs-faq-layout-4\" groups=\"group_id\" group_exclude=\"group_id\" faq_heading=\"Frequently Asked Questions\"]" msgstr "" #: includes/Core/Settings.php:1963 #: includes/Core/Settings.php:1970 #: includes/Core/Settings.php:1976 msgid "Access & Restrictions" msgstr "" #: includes/Core/Settings.php:2001 msgid "Global Role Management" msgstr "" #: includes/Core/Settings.php:2007 msgid "Who Can Write Docs?" msgstr "" #: includes/Core/Settings.php:2018 msgid "Who Can Edit Settings?" msgstr "" #: includes/Core/Settings.php:2029 msgid "Who Can Check Analytics?" msgstr "" #: includes/Core/Settings.php:2040 msgid "Who Can Check FAQ Builder?" msgstr "" #: includes/Core/Settings.php:2055 #: includes/Core/Settings.php:2063 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Internal Knowledge Base" msgstr "" #: includes/Core/Settings.php:2070 msgid "Choose a Rule Type" msgstr "" #: includes/Core/Settings.php:2071 msgid "Choose a rule type: apply access globally (Basic), or configure detailed restrictions (Advanced) for docs, categories, and KBs." msgstr "" #: includes/Core/Settings.php:2076 #: includes/Core/Settings.php:2100 #: includes/Core/Settings.php:2121 #: includes/Core/Settings.php:2142 #: includes/Core/Settings.php:2973 #: includes/Core/Settings.php:2992 #: includes/Core/Settings.php:3006 msgid "Select any" msgstr "" #: includes/Core/Settings.php:2093 msgid "Restrict Access to" msgstr "" #: includes/Core/Settings.php:2094 msgid "Only selected User Roles will be able to view your Knowledge Base" msgstr "" #: includes/Core/Settings.php:2114 msgid "Restriction on Docs" msgstr "" #: includes/Core/Settings.php:2115 msgid "Selected Docs pages will be restricted" msgstr "" #: includes/Core/Settings.php:2135 msgid "Restriction on Docs Categories" msgstr "" #: includes/Core/Settings.php:2136 msgid "Selected Docs categories will be restricted" msgstr "" #: includes/Core/Settings.php:2156 msgid "Redirect URL" msgstr "" #: includes/Core/Settings.php:2157 msgid "Set a custom URL to redirect users without permissions when they try to access internal knowledge base. By default, restricted content will redirect to the \"404 not found\" page" msgstr "" #: includes/Core/Settings.php:2179 #: includes/Core/Settings.php:2185 #: includes/Core/Settings.php:2190 #: views/admin/email/pro.php:22 msgid "Email Reporting" msgstr "" #: includes/Core/Settings.php:2199 msgid "Reporting Frequency" msgstr "" #: includes/Core/Settings.php:2213 msgid "Reporting Day" msgstr "" #: includes/Core/Settings.php:2221 msgid "Sunday" msgstr "" #: includes/Core/Settings.php:2222 msgid "Monday" msgstr "" #: includes/Core/Settings.php:2223 msgid "Tuesday" msgstr "" #: includes/Core/Settings.php:2224 msgid "Wednesday" msgstr "" #: includes/Core/Settings.php:2225 msgid "Thursday" msgstr "" #: includes/Core/Settings.php:2226 msgid "Friday" msgstr "" #: includes/Core/Settings.php:2227 msgid "Saturday" msgstr "" #: includes/Core/Settings.php:2229 msgid "This is only applicable for the “Weekly” report" msgstr "" #: includes/Core/Settings.php:2234 msgid "Select Reporting Data" msgstr "" #: includes/Core/Settings.php:2249 msgid "Reporting Email" msgstr "" #: includes/Core/Settings.php:2257 msgid "Reporting Email Subject" msgstr "" #: includes/Core/Settings.php:2266 msgid "Reporting Test" msgstr "" #: includes/Core/Settings.php:2267 msgid "Test Report" msgstr "" #: includes/Core/Settings.php:2283 msgid "Successfully Sent a Test Report in Your Email." msgstr "" #: includes/Core/Settings.php:2295 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Git Sync" msgstr "" #: includes/Core/Settings.php:2301 msgid "Git Sync Settings" msgstr "" #: includes/Core/Settings.php:2307 msgid "Enable Git Sync" msgstr "" #: includes/Core/Settings.php:2312 msgid "Enable bidirectional synchronization between BetterDocs and Git repositories" msgstr "" #: includes/Core/Settings.php:2322 #: includes/Core/Settings.php:2329 #: includes/Core/SetupWizard.php:445 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Instant Answer" msgstr "" #: includes/Core/Settings.php:2344 #: includes/Core/Settings.php:2693 msgid "Enable Instant Answer" msgstr "" #: includes/Core/Settings.php:2359 #: includes/Core/Settings.php:2365 msgid "AI Content Suite" msgstr "" #: includes/Core/Settings.php:2371 msgid "AI Content Suite Settings" msgstr "" #: includes/Core/Settings.php:2398 msgid "AI Platform & API" msgstr "" #: includes/Core/Settings.php:2404 msgid "AI Platform" msgstr "" #: includes/Core/Settings.php:2405 msgid "Choose which AI platform powers Write with AI, AI Edit, the Doc Summarizer and Quality Score. The model list and API key field below adapt to your choice." msgstr "" #: includes/Core/Settings.php:2423 #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/glossaries.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "OpenAI API Key" msgstr "" #. translators: %s: documentation URL #: includes/Core/Settings.php:2424 msgid "Check out this documentation to generate your OpenAI API key." msgstr "" #: includes/Core/Settings.php:2432 msgid "Google Gemini API Key" msgstr "" #. translators: %s: Google AI Studio URL #: includes/Core/Settings.php:2433 msgid "Generate a key from Google AI Studio." msgstr "" #: includes/Core/Settings.php:2441 msgid "Anthropic Claude API Key" msgstr "" #. translators: %s: Anthropic Console URL #: includes/Core/Settings.php:2442 msgid "Generate a key from the Anthropic Console." msgstr "" #: includes/Core/Settings.php:2450 msgid "DeepSeek API Key" msgstr "" #. translators: %s: DeepSeek platform URL #: includes/Core/Settings.php:2451 msgid "Generate a key from the DeepSeek platform." msgstr "" #: includes/Core/Settings.php:2459 msgid "OpenRouter API Key" msgstr "" #. translators: %s: OpenRouter keys URL #: includes/Core/Settings.php:2460 msgid "Generate a key from OpenRouter." msgstr "" #: includes/Core/Settings.php:2468 msgid "Model" msgstr "" #: includes/Core/Settings.php:2469 msgid "Available models depend on the selected platform." msgstr "" #: includes/Core/Settings.php:2512 msgid "Configuration" msgstr "" #: includes/Core/Settings.php:2519 msgid "Write Docs with AI" msgstr "" #: includes/Core/Settings.php:2520 msgid "Generate AI based Documentation in your Gutenberg Editor" msgstr "" #: includes/Core/Settings.php:2528 msgid "Write FAQ with AI" msgstr "" #: includes/Core/Settings.php:2529 msgid "Generate AI based FAQ in your Editor" msgstr "" #: includes/Core/Settings.php:2537 msgid "Write Glossaries with AI" msgstr "" #: includes/Core/Settings.php:2538 msgid "Generate AI based Glossary definitions from the Glossaries admin page" msgstr "" #: includes/Core/Settings.php:2547 msgid "Enhance Docs with AI" msgstr "" #: includes/Core/Settings.php:2548 msgid "Add BetterDocs AI actions for suggesting categories, tags and excerpts inside the native Docs editor panels." msgstr "" #: includes/Core/Settings.php:2555 #: includes/Core/Settings.php:2630 msgid "Set Max Tokens" msgstr "" #. translators: %s is a link to more information about token limits. #: includes/Core/Settings.php:2557 msgid "Documentation will be generated based on the Token Limits you have set. For more information on Token Limits, you can check out this link." msgstr "" #: includes/Core/Settings.php:2571 msgid "Write AI Personalize" msgstr "" #: includes/Core/Settings.php:2577 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Instructions" msgstr "" #: includes/Core/Settings.php:2578 msgid "Add reusable instruction sets to steer how BetterDocs AI writes. The \"Default/Core\" set is always applied; extra sets can be picked in the Write with AI popup." msgstr "" #: includes/Core/Settings.php:2594 msgid "Edit AI Personalize" msgstr "" #: includes/Core/Settings.php:2600 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/dashboard.js:9 msgid "Actions" msgstr "" #: includes/Core/Settings.php:2601 msgid "Choose which Edit with AI actions appear in the editor. Toggle actions on or off, edit each action's instruction, or add your own custom actions. All predefined actions are enabled by default." msgstr "" #: includes/Core/Settings.php:2622 msgid "AI Powered Doc Summarizer" msgstr "" #: includes/Core/Settings.php:2623 msgid "Enable AI-powered article summaries on single doc pages. Requires OpenAI API key." msgstr "" #. translators: %s is a link to more information about token limits. #: includes/Core/Settings.php:2632 msgid "Single Doc summarizer will be generated based on the token limits you have set. For more information on Token Limits, you can check out this link." msgstr "" #: includes/Core/Settings.php:2678 msgid "Enable AI Chatbot" msgstr "" #: includes/Core/Settings.php:2692 msgid "Instant Answer is currently disabled. The AI Chatbot won't appear on your site until Instant Answer is enabled." msgstr "" #: includes/Core/Settings.php:2769 #: includes/Core/Settings.php:2775 msgid "Import / Export" msgstr "" #: includes/Core/Settings.php:2781 msgid "Import Export Settings" msgstr "" #: includes/Core/Settings.php:2806 #: includes/Core/Settings.php:2812 msgid "Import" msgstr "" #: includes/Core/Settings.php:2837 #: includes/Core/Settings.php:2843 msgid "Import Docs" msgstr "" #. Translators: %1$s is a link to download a sample CSV file. #: includes/Core/Settings.php:2845 msgid "To import your Docs, please upload the .xml / .csv file here. Download sample csv file" msgstr "" #: includes/Core/Settings.php:2847 #: includes/Core/Settings.php:2848 #: includes/Core/Settings.php:2887 #: includes/Core/Settings.php:2888 #: includes/Core/Settings.php:3037 #: includes/Core/Settings.php:3038 msgid "Proceed" msgstr "" #: includes/Core/Settings.php:2849 #: includes/Core/Settings.php:2889 msgid "Importing..." msgstr "" #: includes/Core/Settings.php:2850 msgid "It seems like documentations with same slugs already exist on your website. What would you like to do?" msgstr "" #: includes/Core/Settings.php:2856 #: includes/Core/Settings.php:2898 msgid "Import completed successfully." msgstr "" #: includes/Core/Settings.php:2871 #: includes/Core/Settings.php:2877 msgid "Import Settings" msgstr "" #: includes/Core/Settings.php:2878 msgid "To import BetterDocs Settings, please upload BetterDocs settings you have exported from another website in .json format" msgstr "" #: includes/Core/Settings.php:2879 msgid "Change" msgstr "" #: includes/Core/Settings.php:2916 #: includes/Core/Settings.php:2922 msgid "Export" msgstr "" #: includes/Core/Settings.php:2947 msgid "Export Docs" msgstr "" #: includes/Core/Settings.php:2953 msgid "Choose an export type: All Docs, a specific Knowledge Base, or a Doc Category" msgstr "" #: includes/Core/Settings.php:2967 msgid "Select Docs" msgstr "" #: includes/Core/Settings.php:2968 msgid "Selected docs will be included in the export." msgstr "" #: includes/Core/Settings.php:2986 msgid "Select Categories" msgstr "" #: includes/Core/Settings.php:2987 msgid "Selected categories and its docs will be included in the export." msgstr "" #: includes/Core/Settings.php:3000 msgid "Select Glossaries" msgstr "" #: includes/Core/Settings.php:3001 msgid "Selected glossary terms will be exported." msgstr "" #: includes/Core/Settings.php:3013 msgid "Select File Type" msgstr "" #: includes/Core/Settings.php:3014 msgid "Choose a file type" msgstr "" #: includes/Core/Settings.php:3020 msgid ".xml" msgstr "" #: includes/Core/Settings.php:3021 msgid ".csv" msgstr "" #: includes/Core/Settings.php:3028 msgid "Export FAQ" msgstr "" #: includes/Core/Settings.php:3029 msgid "Export FAQ Related Terms & Posts" msgstr "" #: includes/Core/Settings.php:3039 #: includes/Core/Settings.php:3079 msgid "Exporting..." msgstr "" #: includes/Core/Settings.php:3056 msgid "Exported Successfully." msgstr "" #: includes/Core/Settings.php:3069 #: includes/Core/Settings.php:3074 #: includes/Core/Settings.php:3077 #: includes/Core/Settings.php:3078 msgid "Export Settings" msgstr "" #: includes/Core/Settings.php:3075 msgid "Simply click on “Export Settings” button to download your BetterDocs settings in .json format" msgstr "" #: includes/Core/Settings.php:3090 msgid "File downloaded successfully." msgstr "" #: includes/Core/SetupWizard.php:54 msgid "Full Site Editing" msgstr "" #: includes/Core/SetupWizard.php:55 msgid "Design with the Gutenberg Site Editor" msgstr "" #: includes/Core/SetupWizard.php:56 msgid "BetterDocs ships editable templates and ready-made patterns for your documentation. Open the Site Editor to design them block by block — colors, typography and layout included." msgstr "" #: includes/Core/SetupWizard.php:58 msgid "Docs archive & category templates" msgstr "" #: includes/Core/SetupWizard.php:59 msgid "Single doc layout" msgstr "" #: includes/Core/SetupWizard.php:60 msgid "Ready-made BetterDocs patterns" msgstr "" #: includes/Core/SetupWizard.php:63 msgid "Opens in a new tab, so you can finish setup here." msgstr "" #: includes/Core/SetupWizard.php:84 #: assets/build/admin/js/quick-setup.js:1 msgid "Finish" msgstr "" #: includes/Core/SetupWizard.php:85 msgid "Next" msgstr "" #: includes/Core/SetupWizard.php:126 msgid "The main knowledge-base landing page." msgstr "" #: includes/Core/SetupWizard.php:129 #: includes/Core/SetupWizard.php:143 msgid "Sleek" msgstr "" #: includes/Core/SetupWizard.php:130 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:105 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:389 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:266 #: assets/build/blocks/editor.js:1 msgid "Grid" msgstr "" #: includes/Core/SetupWizard.php:131 #: includes/Core/SetupWizard.php:145 #: includes/Core/SetupWizard.php:159 msgid "Slate" msgstr "" #: includes/Core/SetupWizard.php:132 #: includes/Core/SetupWizard.php:144 #: includes/Core/SetupWizard.php:160 #: includes/Core/SetupWizard.php:172 #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:4 #: assets/build/blocks/editor.js:1 msgid "Classic" msgstr "" #: includes/Core/SetupWizard.php:139 msgid "Category Page" msgstr "" #: includes/Core/SetupWizard.php:140 msgid "Where a single category's articles live." msgstr "" #: includes/Core/SetupWizard.php:146 #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:4 #: assets/build/blocks/editor.js:1 msgid "Abstract" msgstr "" #: includes/Core/SetupWizard.php:154 msgid "An individual article layout." msgstr "" #: includes/Core/SetupWizard.php:157 msgid "Essence" msgstr "" #: includes/Core/SetupWizard.php:158 msgid "Rustic" msgstr "" #: includes/Core/SetupWizard.php:168 msgid "How visitors search your docs." msgstr "" #: includes/Core/SetupWizard.php:171 msgid "Modal" msgstr "" #: includes/Core/SetupWizard.php:208 msgid "Betterdocs Quick Setup" msgstr "" #: includes/Core/SetupWizard.php:231 msgid "Skip for now" msgstr "" #: includes/Core/SetupWizard.php:233 #: includes/Core/SetupWizard.php:235 #: assets/build/blocks/write-with-ai.js:2 msgid "Back" msgstr "" #: includes/Core/SetupWizard.php:241 msgid "Proceed to Next Step" msgstr "" #: includes/Core/SetupWizard.php:255 msgid "Save & Continue" msgstr "" #: includes/Core/SetupWizard.php:282 msgid "Getting Started" msgstr "" #: includes/Core/SetupWizard.php:289 msgid "Quick Launch" msgstr "" #: includes/Core/SetupWizard.php:291 msgid "Start your Knowledge Base configuration process with an easy-to-follow setup wizard." msgstr "" #: includes/Core/SetupWizard.php:305 msgid "By clicking this button, you are allowing this app to collect your information." msgstr "" #: includes/Core/SetupWizard.php:306 msgid "What do we collect?" msgstr "" #: includes/Core/SetupWizard.php:307 msgid "We collect non-sensitive diagnostic data and plugin usage information. Your site URL, WordPress & PHP version, plugins & themes and email address to send you the discount coupon. This data lets us make sure this plugin always stays compatible with the most popular plugins and themes. No spam, we promise." msgstr "" #: includes/Core/SetupWizard.php:319 msgid "Setup Page" msgstr "" #: includes/Core/SetupWizard.php:326 msgid "Page Setup Magic" msgstr "" #: includes/Core/SetupWizard.php:328 msgid "Configure the structure and layout of your documentation pages to match your preferences for an organized Knowledge Base." msgstr "" #. translators: %s: example knowledge base URL #: includes/Core/SetupWizard.php:346 msgid "If you disable root slug for KB Archives, your individual knowledge base URL will be like this: %s" msgstr "" #: includes/Core/SetupWizard.php:460 msgid "Create Content" msgstr "" #: includes/Core/SetupWizard.php:467 msgid "Content Crafting" msgstr "" #: includes/Core/SetupWizard.php:469 msgid "Craft categories & articles for your Knowledge Base to efficiently organize and manage your repository with respective categories." msgstr "" #: includes/Core/SetupWizard.php:490 msgid "Customize" msgstr "" #: includes/Core/SetupWizard.php:498 msgid "Design Your Documentation" msgstr "" #: includes/Core/SetupWizard.php:499 msgid "Style Your Documentation" msgstr "" #: includes/Core/SetupWizard.php:505 msgid "Your theme supports Full Site Editing. Design your docs archive, single doc pages and patterns right in the Gutenberg Site Editor." msgstr "" #: includes/Core/SetupWizard.php:506 msgid "Pick a layout for your docs page, categories, single articles, and search — applied when you finish setup. Fine-tune the details anytime in the Customizer." msgstr "" #: includes/Core/SetupWizard.php:522 msgid "Finalize" msgstr "" #: includes/Core/SetupWizard.php:529 msgid "One last step" msgstr "" #: includes/Core/SetupWizard.php:531 msgid "Review your setup below. When you're ready, finish to save your settings and apply BetterDocs across your site — you can change anything later in Settings." msgstr "" #: includes/Core/SetupWizard.php:561 msgid "We detected another Knoledge Base Plugin installed in this site. For BetterDocs to work efficiently, we will migrate the data from the plugin listed below, and deactivate the plugins, to avoid conflict." msgstr "" #. translators: %s is the name of the plugin being migrated. #: includes/Core/SetupWizard.php:576 msgid "Migrate %s" msgstr "" #: includes/Core/StoreFaqContent.php:36 msgid "Payments & Billing" msgstr "" #: includes/Core/StoreFaqContent.php:39 msgid "How customers can pay and what to expect when checking out." msgstr "" #: includes/Core/StoreFaqContent.php:41 #: includes/Core/StoreFaqContent.php:132 msgid "What payment methods do you accept?" msgstr "" #: includes/Core/StoreFaqContent.php:42 msgid "Is it safe to enter my card details at checkout?" msgstr "" #: includes/Core/StoreFaqContent.php:43 msgid "What currency are prices in, and will I be charged tax?" msgstr "" #: includes/Core/StoreFaqContent.php:47 msgid "Shipping & Delivery" msgstr "" #: includes/Core/StoreFaqContent.php:50 msgid "Where you ship, how long it takes, and how to track an order." msgstr "" #: includes/Core/StoreFaqContent.php:52 #: includes/Core/StoreFaqContent.php:133 msgid "Where do you ship and how long does delivery take?" msgstr "" #: includes/Core/StoreFaqContent.php:53 #: includes/Core/StoreFaqContent.php:134 msgid "How much does shipping cost?" msgstr "" #: includes/Core/StoreFaqContent.php:54 #: includes/Core/StoreFaqContent.php:135 msgid "How can I track my order?" msgstr "" #: includes/Core/StoreFaqContent.php:58 msgid "Returns & Refunds" msgstr "" #: includes/Core/StoreFaqContent.php:61 msgid "Your return window, how to request a refund, and what to expect." msgstr "" #: includes/Core/StoreFaqContent.php:63 #: includes/Core/StoreFaqContent.php:136 msgid "What is your return & refund policy?" msgstr "" #: includes/Core/StoreFaqContent.php:64 msgid "How do I request a return or refund?" msgstr "" #: includes/Core/StoreFaqContent.php:65 msgid "How long do refunds take, and who pays return shipping?" msgstr "" #: includes/Core/StoreFaqContent.php:69 msgid "Orders & Account" msgstr "" #: includes/Core/StoreFaqContent.php:72 msgid "Placing, changing, and tracking orders, and whether an account is needed." msgstr "" #: includes/Core/StoreFaqContent.php:74 msgid "How do I place an order?" msgstr "" #: includes/Core/StoreFaqContent.php:75 #: includes/Core/StoreFaqContent.php:137 msgid "Can I change or cancel my order after checkout?" msgstr "" #: includes/Core/StoreFaqContent.php:76 msgid "Do I need an account to buy, and how do I check order status?" msgstr "" #: includes/Core/StoreFaqContent.php:127 msgid "Shipping, Returns & Payments" msgstr "" #: includes/Core/StoreFaqContent.php:130 msgid "Common questions about payments, delivery, returns and orders — shown on every product." msgstr "" #. translators: %s: list of payment method names. #: includes/Core/StoreFaqContent.php:218 msgid "We accept %s." msgstr "" #: includes/Core/StoreFaqContent.php:222 msgid "We accept all major payment methods, including popular credit and debit cards and digital wallets." msgstr "" #: includes/Core/StoreFaqContent.php:225 msgid "You can review every available option on the checkout page before you place your order, and all payments are processed securely." msgstr "" #: includes/Core/StoreFaqContent.php:231 msgid "our store" msgstr "" #: includes/Core/StoreFaqContent.php:233 msgid "Yes. Your payment is processed over a secure, encrypted (SSL) connection." msgstr "" #. translators: %s: site/store name. #: includes/Core/StoreFaqContent.php:236 msgid "Card details are handled by our trusted payment provider — %s never stores your full card number on its own servers." msgstr "" #. translators: %s: link to the store's privacy policy page. #: includes/Core/StoreFaqContent.php:246 msgid "See our %s for how your information is collected and used." msgstr "" #: includes/Core/StoreFaqContent.php:247 msgid "privacy policy" msgstr "" #. translators: %s: currency code (and symbol). #: includes/Core/StoreFaqContent.php:263 msgid "All prices on our store are shown in %s." msgstr "" #: includes/Core/StoreFaqContent.php:267 msgid "All prices are shown in our store currency, displayed throughout checkout." msgstr "" #: includes/Core/StoreFaqContent.php:272 msgid "Applicable taxes are already included in the price you see." msgstr "" #: includes/Core/StoreFaqContent.php:273 msgid "Any applicable taxes are calculated based on your location and shown at checkout before you pay." msgstr "" #: includes/Core/StoreFaqContent.php:275 msgid "The total you see at checkout is the final amount you pay." msgstr "" #. translators: %s: list of shipping region names. #: includes/Core/StoreFaqContent.php:288 msgid "We currently ship to %s." msgstr "" #: includes/Core/StoreFaqContent.php:292 msgid "We ship to all the destinations available at checkout — enter your address to see the options for your area." msgstr "" #: includes/Core/StoreFaqContent.php:295 msgid "Most orders are processed within 1–2 business days. Delivery time then depends on your destination and the shipping method you choose at checkout." msgstr "" #. translators: %s: store base location. #: includes/Core/StoreFaqContent.php:300 msgid "Orders ship from %s." msgstr "" #: includes/Core/StoreFaqContent.php:309 msgid "Shipping cost is calculated automatically at checkout based on your delivery address and the method you select, so you always see the exact amount before you pay." msgstr "" #. translators: %s: formatted minimum order amount for free shipping. #: includes/Core/StoreFaqContent.php:315 msgid "Orders over %s qualify for free shipping." msgstr "" #: includes/Core/StoreFaqContent.php:321 msgid "Add your items to the cart and enter your address to view the available shipping rates for your order." msgstr "" #: includes/Core/StoreFaqContent.php:325 msgid "As soon as your order ships, we email you a confirmation with the details you need to follow its progress." msgstr "" #. translators: %s: link to the customer's account orders page. #: includes/Core/StoreFaqContent.php:331 msgid "If you have an account, you can also track every order any time from your %s." msgstr "" #: includes/Core/StoreFaqContent.php:332 msgid "account's Orders page" msgstr "" #: includes/Core/StoreFaqContent.php:335 msgid "If you have an account, you can also see the current status of every order any time from your account's Orders page." msgstr "" #. translators: %d: number of days in the return window. #: includes/Core/StoreFaqContent.php:347 msgid "You can request a return or refund within %d day of receiving your order, as long as the item is unused and in its original condition." msgid_plural "You can request a return or refund within %d days of receiving your order, as long as the item is unused and in its original condition." msgstr[0] "" msgstr[1] "" #: includes/Core/StoreFaqContent.php:356 msgid "If you are not completely happy with your purchase, you can request a return or refund — just get in touch and we will make it right." msgstr "" #: includes/Core/StoreFaqContent.php:364 msgid "Contact us with your order number and the item you would like to return." msgstr "" #: includes/Core/StoreFaqContent.php:365 msgid "We confirm eligibility and send you return instructions." msgstr "" #: includes/Core/StoreFaqContent.php:366 msgid "Pack the item securely and ship it back to the address we provide." msgstr "" #: includes/Core/StoreFaqContent.php:367 msgid "Once it arrives, we process your refund or exchange." msgstr "" #: includes/Core/StoreFaqContent.php:370 msgid "Requesting a return is simple:" msgstr "" #: includes/Core/StoreFaqContent.php:374 msgid "Approved refunds are issued to your original payment method, typically within 5–10 business days after we receive the returned item." msgstr "" #: includes/Core/StoreFaqContent.php:375 msgid "Return shipping is the customer's responsibility unless the item arrived damaged, defective, or incorrect — in which case we cover it." msgstr "" #. translators: %s: link to the shop page. #: includes/Core/StoreFaqContent.php:385 msgid "Browse %s, choose any options you need such as size or color, then click Add to Cart." msgstr "" #: includes/Core/StoreFaqContent.php:386 msgid "our products" msgstr "" #: includes/Core/StoreFaqContent.php:388 msgid "Browse our products and choose any options you need, such as size or color, then click Add to Cart." msgstr "" #. translators: %s: link to the checkout page. #: includes/Core/StoreFaqContent.php:394 msgid "When you are ready, open your cart and proceed to %s, enter your shipping and payment details, and confirm your order. You will receive a confirmation email right away." msgstr "" #: includes/Core/StoreFaqContent.php:395 msgid "checkout" msgstr "" #: includes/Core/StoreFaqContent.php:397 msgid "When you are ready, open your cart and select Checkout, enter your shipping and payment details, and confirm your order. You will receive a confirmation email right away." msgstr "" #: includes/Core/StoreFaqContent.php:403 msgid "If you need to change or cancel an order, please contact us as soon as possible and we will do our best to update it before it ships." msgstr "" #: includes/Core/StoreFaqContent.php:404 msgid "Once an order has shipped it can no longer be changed, but you can still return it under our return policy." msgstr "" #. translators: %s: link to the customer's account page. #: includes/Core/StoreFaqContent.php:412 msgid "Creating an %s lets you track orders, save your addresses, and reorder faster. Either way, you will receive an email confirmation for every order and can reply to it any time with questions." msgstr "" #: includes/Core/StoreFaqContent.php:413 msgid "account" msgstr "" #: includes/Core/StoreFaqContent.php:415 msgid "Creating an account lets you track orders, save your addresses, and reorder faster. Either way, you will receive an email confirmation for every order and can reply to it any time with questions." msgstr "" #: includes/Core/StoreFaqContent.php:417 msgid "An account is not required — you are welcome to check out as a guest." msgstr "" #: includes/Core/StoreFaqContent.php:432 msgid "refund & returns policy" msgstr "" #: includes/Core/StoreFaqContent.php:436 msgid "terms & policies" msgstr "" #. translators: %s: link to the store's refund/returns or terms policy page. #: includes/Core/StoreFaqContent.php:446 msgid "For full details, please see our %s." msgstr "" #. translators: 1: first item, 2: second item. #: includes/Core/StoreFaqContent.php:499 msgid "%1$s and %2$s" msgstr "" #. translators: 1: comma-separated list of items, 2: final item. #: includes/Core/StoreFaqContent.php:504 msgid "%1$s, and %2$s" msgstr "" #: includes/Core/UnifiedMetabox.php:88 msgid "Article Quality Analysis" msgstr "" #: includes/Core/WriteWithAI.php:457 msgid "No image data to send to the AI." msgstr "" #. translators: 1: AI platform id, 2: model name. #: includes/Core/WriteWithAI.php:469 msgid "The configured AI model (%1$s / %2$s) can't read images. Switch to an OpenAI vision model such as GPT-4o or GPT-4o mini in BetterDocs → Settings → AI Content Suite, or upload a PDF/DOCX/TXT instead." msgstr "" #: includes/Editors/BlockEditor.php:140 msgid "Betterdocs" msgstr "" #: includes/Editors/BlockEditor/Blocks/FeedbackForm.php:29 msgid "Submit" msgstr "" #: includes/Editors/BlockEditor/Blocks/SocialShare.php:35 msgid "Share This Article: " msgstr "" #: includes/Editors/BlockEditor/Patterns/BasePattern.php:22 #: includes/Utils/BlockTemplate.php:402 msgid "Single Docs" msgstr "" #: includes/Editors/BlockEditor/Patterns/BasePattern.php:26 msgid "Multiple KB" msgstr "" #: includes/Editors/BlockEditor/Patterns/CategoryArchive.php:10 msgid "Category Archive Sleek Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/CategoryArchive.php:11 #: includes/Editors/BlockEditor/Patterns/CategoryArchive.php:38 #: includes/Editors/BlockEditor/Patterns/CategoryArchive.php:84 msgctxt "Block pattern description" msgid "Doc Category Archive Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/CategoryArchive.php:37 msgid "Category Archive Classic Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/CategoryArchive.php:83 msgid "Category Archive Slate Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/DocsPage.php:10 msgid "Docs Page Sleek Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/DocsPage.php:11 msgctxt "Block pattern description" msgid "Docs Page Sleek Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/DocsPage.php:28 msgid "Docs Page Grid Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/DocsPage.php:29 msgctxt "Block pattern description" msgid "Docs Page Grid Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/DocsPage.php:46 msgid "Docs Page Slate Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/DocsPage.php:47 msgctxt "Block pattern description" msgid "Docs Page Slate Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/DocsPage.php:64 msgid "Docs Page Box layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/DocsPage.php:65 msgctxt "Block pattern description" msgid "Docs Page Box layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/SingleDocs.php:10 msgid "Single Docs Essence Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/SingleDocs.php:11 msgctxt "Block pattern description" msgid "Single Docs Essence Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/SingleDocs.php:62 msgid "Single Docs Rustic Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/SingleDocs.php:63 msgctxt "Single Docs Rustic Layout" msgid "Single Docs Rustic Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/SingleDocs.php:114 msgid "Single Docs Slate Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/SingleDocs.php:115 msgctxt "Block pattern description" msgid "Single Docs Slate Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/SingleDocs.php:162 msgid "Single Docs Classic Layout" msgstr "" #: includes/Editors/BlockEditor/Patterns/SingleDocs.php:163 msgctxt "Block pattern description" msgid "Single Docs Classic Layout" msgstr "" #. Translators: %s is the editor ID that does not exist. #: includes/Editors/Editor.php:83 msgid "Editor: %s does not exist." msgstr "" #: includes/Editors/Elementor.php:135 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:583 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Query" msgstr "" #: includes/Editors/Elementor.php:148 msgid "Knowledge Bases" msgstr "" #: includes/Editors/Elementor.php:155 #: assets/build/admin/js/dashboard.js:4 msgid "All Knowledge Base" msgstr "" #: includes/Editors/Elementor.php:166 msgid "Category Grid" msgstr "" #: includes/Editors/Elementor.php:175 #: assets/build/blocks/editor.js:1 msgid "Include" msgstr "" #: includes/Editors/Elementor.php:187 #: assets/build/blocks/editor.js:1 msgid "Exclude" msgstr "" #: includes/Editors/Elementor.php:200 #: assets/build/blocks/editor.js:1 msgid "Grid Per Page" msgstr "" #: includes/Editors/Elementor.php:210 msgid "Tabs Per Page" msgstr "" #: includes/Editors/Elementor.php:211 #: assets/build/blocks/editor.js:1 msgid "Box Per Page" msgstr "" #: includes/Editors/Elementor.php:221 #: assets/build/blocks/editor.js:1 msgid "Offset" msgstr "" #: includes/Editors/Elementor.php:315 #: includes/Editors/Elementor.php:362 #: includes/Editors/Elementor.php:539 #: includes/Editors/Elementor/Widget/ArchiveList.php:128 #: views/admin/taxonomy/add.php:9 #: views/admin/taxonomy/edit.php:23 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Order" msgstr "" #: includes/Editors/Elementor.php:334 msgid "Grid List Posts" msgstr "" #: includes/Editors/Elementor.php:343 msgid "Post Per Page" msgstr "" #: includes/Editors/Elementor.php:380 #: assets/build/blocks/editor.js:1 msgid "Enable Nested Subcategory" msgstr "" #: includes/Editors/Elementor.php:382 #: includes/Editors/Elementor.php:419 #: includes/Editors/Elementor.php:433 #: includes/Editors/Elementor.php:445 #: includes/Editors/Elementor.php:468 #: includes/Editors/Elementor.php:481 #: includes/Editors/Elementor.php:555 #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 #: assets/build/admin/js/glossaries.js:1 msgid "Yes" msgstr "" #: includes/Editors/Elementor.php:383 #: includes/Editors/Elementor.php:420 #: includes/Editors/Elementor.php:434 #: includes/Editors/Elementor.php:446 #: includes/Editors/Elementor.php:469 #: includes/Editors/Elementor.php:482 #: includes/Editors/Elementor.php:556 #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 #: assets/build/admin/js/glossaries.js:1 msgid "No" msgstr "" #: includes/Editors/Elementor.php:392 #: assets/build/blocks/editor.js:1 msgid "Subcategory Per Grid" msgstr "" #: includes/Editors/Elementor.php:404 msgid "Post Per Subcategory" msgstr "" #: includes/Editors/Elementor.php:416 #: includes/Editors/Elementor.php:478 #: assets/build/blocks/editor.js:1 msgid "Lazy Load Docs & Subcategories" msgstr "" #: includes/Editors/Elementor.php:417 msgid "Render only the active category upfront; fetch the rest on click. Recommended for large knowledge bases when this widget is used as a sidebar." msgstr "" #: includes/Editors/Elementor.php:443 msgid "Show Categories Dynamically" msgstr "" #: includes/Editors/Elementor.php:456 msgid "Note: This option is only applicable for BetterDocs Category Archive page. If enabled, this will show the Categories dynamically in your BetterDocs Category Archive page." msgstr "" #: includes/Editors/Elementor.php:479 msgid "Render only the active category upfront; fetch the rest on click (or on scroll for the Memphis sidebar layout)." msgstr "" #: includes/Editors/Elementor.php:493 msgid "Tab List Posts" msgstr "" #: includes/Editors/Elementor.php:502 msgid "Box Per Tabs" msgstr "" #: includes/Editors/Elementor.php:511 msgid "Posts Per Tab" msgstr "" #: includes/Editors/Elementor.php:520 msgid "Posts Order By" msgstr "" #: includes/Editors/Elementor.php:565 #: includes/Editors/Elementor/Widget/ArchiveList.php:169 #: assets/build/blocks/editor.js:1 msgid "Posts Per Page" msgstr "" #: includes/Editors/Elementor.php:577 msgid "Nested Subcategory Order" msgstr "" #: includes/Editors/Elementor.php:593 msgid "Nested Subcategory Order By" msgstr "" #: includes/Editors/Elementor.php:730 msgid "BetterDocs Multiple KB" msgstr "" #: includes/Editors/Elementor/Conditions/ArchiveCondition.php:38 #: includes/Editors/Elementor/DocsArchive.php:25 #: includes/Editors/Elementor/DocsArchive.php:82 msgid "Docs Archive" msgstr "" #: includes/Editors/Elementor/Conditions/ArchiveCondition.php:42 msgid "All Docs Archive" msgstr "" #: includes/Editors/Elementor/DocsArchive.php:29 msgid "Docs Archives" msgstr "" #: includes/Editors/Elementor/DocsArchive.php:48 #: includes/Editors/Elementor/DocsArchive.php:62 #: includes/Editors/Elementor/DocsArchive.php:73 msgid "Archive" msgstr "" #: includes/Editors/Elementor/DocsArchive.php:66 msgid "Search Results" msgstr "" #: includes/Editors/Elementor/TemplateSource.php:38 msgid "BetterDocs Templates" msgstr "" #: includes/Editors/Elementor/TemplateSource.php:90 msgid "BetterDocs Tag Archive" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:23 msgid "Doc Category Archive List" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:65 #: includes/Editors/Elementor/Widget/DocShare.php:466 #: includes/Editors/Elementor/Widget/Navigation.php:52 #: includes/Editors/Elementor/Widget/ToC.php:60 #: assets/build/blocks/editor.js:1 msgid "Controls" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:72 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:105 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:54 #: includes/Editors/Elementor/Widget/DocShare.php:473 #: includes/Editors/Elementor/Widget/Navigation.php:59 #: includes/Editors/Elementor/Widget/Sidebar.php:249 #: assets/build/blocks/editor.js:1 msgid "Select layout" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:77 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:124 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:59 #: includes/Editors/Elementor/Widget/DocShare.php:478 #: includes/Editors/Elementor/Widget/Navigation.php:64 #: includes/Editors/Elementor/Widget/Reactions.php:65 #: includes/Editors/Elementor/Widget/Sidebar.php:254 #: assets/build/blocks/editor.js:1 msgid "Layout 1" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:78 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:125 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:60 #: includes/Editors/Elementor/Widget/DocShare.php:479 #: includes/Editors/Elementor/Widget/Navigation.php:65 #: includes/Editors/Elementor/Widget/Reactions.php:66 #: includes/Editors/Elementor/Widget/Sidebar.php:255 #: assets/build/blocks/editor.js:1 msgid "Layout 2" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:79 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:126 #: includes/Editors/Elementor/Widget/Reactions.php:67 #: includes/Editors/Elementor/Widget/Sidebar.php:256 #: assets/build/blocks/editor.js:1 msgid "Layout 3" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:144 #: includes/Editors/Elementor/Widget/ArchiveList.php:156 #: includes/Editors/Elementor/Widget/ArticleSummary.php:116 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:140 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:152 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:187 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:199 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:433 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:557 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:165 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:177 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:192 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:231 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:285 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:297 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1528 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:137 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:80 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:92 #: includes/Editors/Elementor/Widget/CodeSnippet.php:187 #: includes/Editors/Elementor/Widget/CodeSnippet.php:200 #: includes/Editors/Elementor/Widget/CodeSnippet.php:216 #: includes/Editors/Elementor/Widget/CodeSnippet.php:243 #: includes/Editors/Elementor/Widget/CodeSnippet.php:267 #: includes/Editors/Elementor/Widget/CodeSnippet.php:280 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:145 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:158 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:173 #: includes/Editors/Elementor/Widget/Content.php:56 #: includes/Editors/Elementor/Widget/DocShare.php:516 #: includes/Editors/Elementor/Widget/DocShare.php:528 #: includes/Editors/Elementor/Widget/DocShare.php:540 #: includes/Editors/Elementor/Widget/DocShare.php:552 #: includes/Editors/Elementor/Widget/Reactions.php:79 #: includes/Editors/Elementor/Widget/Reactions.php:105 #: includes/Editors/Elementor/Widget/Reactions.php:131 #: includes/Editors/Elementor/Widget/Sidebar.php:300 #: includes/Editors/Elementor/Widget/Sidebar.php:315 #: includes/Editors/Elementor/Widget/Sidebar.php:330 #: includes/Editors/Elementor/Widget/Sidebar.php:365 #: includes/Editors/Elementor/Widget/ToC.php:96 #: includes/Editors/Elementor/Widget/ToC.php:108 #: includes/Editors/Elementor/Widget/ToC.php:120 #: assets/build/admin/js/dashboard.js:12 msgid "Show" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:145 #: includes/Editors/Elementor/Widget/ArchiveList.php:157 #: includes/Editors/Elementor/Widget/ArticleSummary.php:117 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:141 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:153 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:188 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:200 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:434 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:558 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:166 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:178 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:193 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:232 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:286 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:298 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1529 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:138 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:81 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:93 #: includes/Editors/Elementor/Widget/CodeSnippet.php:188 #: includes/Editors/Elementor/Widget/CodeSnippet.php:201 #: includes/Editors/Elementor/Widget/CodeSnippet.php:217 #: includes/Editors/Elementor/Widget/CodeSnippet.php:244 #: includes/Editors/Elementor/Widget/CodeSnippet.php:268 #: includes/Editors/Elementor/Widget/CodeSnippet.php:281 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:146 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:159 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:174 #: includes/Editors/Elementor/Widget/Content.php:57 #: includes/Editors/Elementor/Widget/DocShare.php:517 #: includes/Editors/Elementor/Widget/DocShare.php:529 #: includes/Editors/Elementor/Widget/DocShare.php:541 #: includes/Editors/Elementor/Widget/DocShare.php:553 #: includes/Editors/Elementor/Widget/Reactions.php:80 #: includes/Editors/Elementor/Widget/Reactions.php:106 #: includes/Editors/Elementor/Widget/Reactions.php:132 #: includes/Editors/Elementor/Widget/Sidebar.php:301 #: includes/Editors/Elementor/Widget/Sidebar.php:316 #: includes/Editors/Elementor/Widget/Sidebar.php:331 #: includes/Editors/Elementor/Widget/Sidebar.php:366 #: includes/Editors/Elementor/Widget/ToC.php:97 #: includes/Editors/Elementor/Widget/ToC.php:109 #: includes/Editors/Elementor/Widget/ToC.php:121 #: assets/build/admin/js/dashboard.js:12 msgid "Hide" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:186 msgid "Note: This is the preview only for Elementor Editor. You will see the real view in the archive page itself." msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:198 #: includes/Editors/Elementor/Widget/ArchiveList.php:237 #: includes/Editors/Elementor/Widget/ArchiveList.php:1033 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:296 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:341 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:235 #: assets/build/blocks/editor.js:1 msgid "Container Section" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:300 #: includes/Editors/Elementor/Widget/ArchiveList.php:528 #: includes/Editors/Elementor/Widget/ArchiveList.php:926 #: includes/Editors/Elementor/Widget/ToC.php:366 msgid "Word Wrap" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:341 #: includes/Editors/Elementor/Widget/ArchiveList.php:472 #: includes/Editors/Elementor/Widget/ArchiveList.php:967 #: includes/Editors/Elementor/Widget/ArchiveList.php:1111 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1253 #: includes/Editors/Elementor/Widget/Sidebar.php:2187 #: includes/Editors/Elementor/Widget/Sidebar.php:2291 #: includes/Editors/Elementor/Widget/Sidebar.php:2395 #: includes/Editors/Elementor/Widget/ToC.php:683 #: assets/build/blocks/editor.js:1 msgid "List Item Spacing" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:362 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:618 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:658 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:525 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1290 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1299 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1433 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1538 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:345 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:394 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:209 #: includes/Editors/Elementor/Widget/DocShare.php:566 #: includes/Editors/Elementor/Widget/DocShare.php:623 #: includes/Editors/Elementor/Widget/PrintButton.php:36 #: includes/Editors/Elementor/Widget/Reactions.php:691 #: includes/Editors/Elementor/Widget/Reactions.php:786 #: includes/Editors/Elementor/Widget/Reactions.php:863 #: includes/Editors/Elementor/Widget/Sidebar.php:661 #: includes/Editors/Elementor/Widget/Sidebar.php:928 #: includes/Editors/Elementor/Widget/Sidebar.php:2019 #: includes/Editors/Elementor/Widget/Sidebar.php:2031 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Icon" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:409 #: includes/Editors/Elementor/Widget/ArchiveList.php:1017 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:744 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:880 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:979 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1156 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2621 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2655 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2720 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2754 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1342 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1421 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:442 #: includes/Editors/Elementor/Widget/DocShare.php:577 #: includes/Editors/Elementor/Widget/DocShare.php:634 #: includes/Editors/Elementor/Widget/Sidebar.php:797 #: includes/Editors/Elementor/Widget/Sidebar.php:1541 #: includes/Editors/Elementor/Widget/Sidebar.php:1810 #: includes/Editors/Elementor/Widget/Sidebar.php:2087 #: includes/Editors/Elementor/Widget/Sidebar.php:2316 #: includes/Editors/Elementor/Widget/Sidebar.php:2420 #: assets/build/blocks/editor.js:1 msgid "Spacing" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:461 msgid "List Background Hover Color" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:511 #: includes/Editors/Elementor/Widget/ArchiveList.php:826 #: includes/Editors/Elementor/Widget/ArchiveList.php:1136 #: assets/build/blocks/editor.js:1 msgid "List Title" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:568 #: includes/Editors/Elementor/Widget/ArchiveList.php:1199 msgid "List Excerpt" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:618 msgid "List Updated Time" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:683 #: assets/build/blocks/editor.js:1 msgid "Pagination" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:715 msgid "Pagination Alignment" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:723 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1748 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1773 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:149 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:287 #: includes/Editors/Elementor/Widget/Content.php:74 #: includes/Editors/Elementor/Widget/DocDate.php:98 #: includes/Editors/Elementor/Widget/Feedback.php:288 #: includes/Editors/Elementor/Widget/Feedback.php:436 #: includes/Editors/Elementor/Widget/Title.php:112 #: includes/Editors/Elementor/Widget/ToC.php:217 #: assets/build/blocks/editor.js:1 msgid "Center" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:879 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:855 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:918 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1460 #: assets/build/blocks/editor.js:1 msgid "Icon Color" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:909 msgid "Subcategory List" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:1099 msgid "List Background Color Hover" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:1123 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1277 #: includes/Editors/Elementor/Widget/Sidebar.php:2003 #: includes/Editors/Elementor/Widget/Sidebar.php:2199 #: includes/Editors/Elementor/Widget/Sidebar.php:2303 #: includes/Editors/Elementor/Widget/Sidebar.php:2407 #: assets/build/blocks/editor.js:1 msgid "List Area Padding" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:1227 #: assets/build/blocks/editor.js:1 msgid "Excerpt Margin" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:1239 #: assets/build/blocks/editor.js:1 msgid "Excerpt Padding" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:1251 msgid "Last Updated Date" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:1279 #: assets/build/blocks/editor.js:1 msgid "Date Margin" msgstr "" #: includes/Editors/Elementor/Widget/ArchiveList.php:1291 #: assets/build/blocks/editor.js:1 msgid "Date Padding" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:95 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2779 #: includes/Editors/Elementor/Widget/Feedback.php:89 #: includes/Editors/Elementor/Widget/ReadingTime.php:48 #: assets/build/blocks/editor.js:1 msgid "Content" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:103 #: assets/build/blocks/editor.js:1 msgid "Custom Title" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:107 #: assets/build/blocks/editor.js:1 msgid "Leave empty to use default title" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:114 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:150 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:190 #: assets/build/blocks/editor.js:1 msgid "Show Title" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:129 #: assets/build/blocks/editor.js:1 msgid "Title Style" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:153 #: includes/Editors/Elementor/Widget/ArticleSummary.php:276 #: assets/build/blocks/editor.js:1 msgid "Typography" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:200 #: assets/build/blocks/editor.js:1 msgid "Icon Style" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:208 #: includes/Editors/Elementor/Widget/Navigation.php:129 #: includes/Editors/Elementor/Widget/Navigation.php:207 #: includes/Editors/Elementor/Widget/Sidebar.php:738 #: includes/Editors/Elementor/Widget/Sidebar.php:851 #: assets/build/blocks/editor.js:1 msgid "Arrow Color" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:220 #: assets/build/blocks/editor.js:1 msgid "Arrow Size" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:242 msgid "AI Icon Size" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:267 #: assets/build/blocks/editor.js:1 msgid "Content Style" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:296 #: assets/build/blocks/editor.js:1 msgid "Loading Text Color" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:308 msgid "Thinking Icon Size" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:364 #: includes/Editors/Elementor/Widget/DocShare.php:70 #: includes/Editors/Elementor/Widget/DocShare.php:246 #: includes/Editors/Elementor/Widget/Reactions.php:171 #: includes/Editors/Elementor/Widget/Reactions.php:284 #: includes/Editors/Elementor/Widget/Reactions.php:397 #: assets/build/blocks/editor.js:1 msgid "Box Style" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:373 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1755 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1835 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1938 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2018 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2122 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2213 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:526 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:552 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:638 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:664 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:714 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:779 #: includes/Editors/Elementor/Widget/Feedback.php:363 #: assets/build/blocks/editor.js:1 msgid "Background" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:404 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1792 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1872 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1975 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2055 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2170 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2252 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:415 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:462 #: assets/build/blocks/editor.js:1 msgid "Box Shadow" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:526 #: views/templates/parts/article-summary.php:119 msgid "AI Doc Summarizer Thinking" msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:527 msgid "Thinking..." msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:531 msgid "This is a preview of the AI Doc Summarizer widget. The actual AI-generated summary will appear here when viewed on the frontend." msgstr "" #: includes/Editors/Elementor/Widget/ArticleSummary.php:532 #: views/templates/parts/article-summary.php:128 #: assets/build/blocks/editor.js:1 msgid "The summary will be automatically generated based on the article content using OpenAI technology." msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:78 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:84 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:85 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:55 #: includes/Editors/Elementor/Widget/Reactions.php:55 #: assets/build/blocks/editor.js:1 msgid "Layout Options" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:96 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:123 #: assets/build/blocks/editor.js:1 msgid "Box Column" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:138 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:175 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1526 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:78 #: includes/Editors/Elementor/Widget/Sidebar.php:313 #: assets/build/blocks/editor.js:1 msgid "Show Icon" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:162 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:205 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:147 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:58 #: assets/build/blocks/editor.js:1 msgid "Select Tag" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:166 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:209 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:151 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:120 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:137 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:62 #: includes/Editors/Elementor/Widget/Sidebar.php:285 #: includes/Editors/Elementor/Widget/ToC.php:80 #: assets/build/blocks/editor.js:1 msgid "H1" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:167 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:210 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:152 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:121 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:138 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:63 #: includes/Editors/Elementor/Widget/Sidebar.php:286 #: includes/Editors/Elementor/Widget/ToC.php:81 #: assets/build/blocks/editor.js:1 msgid "H2" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:168 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:211 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:153 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:122 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:139 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:64 #: includes/Editors/Elementor/Widget/Sidebar.php:287 #: includes/Editors/Elementor/Widget/ToC.php:82 #: assets/build/blocks/editor.js:1 msgid "H3" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:169 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:212 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:154 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:123 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:140 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:65 #: includes/Editors/Elementor/Widget/Sidebar.php:288 #: includes/Editors/Elementor/Widget/ToC.php:83 #: assets/build/blocks/editor.js:1 msgid "H4" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:170 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:213 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:155 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:124 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:141 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:66 #: includes/Editors/Elementor/Widget/Sidebar.php:289 #: includes/Editors/Elementor/Widget/ToC.php:84 #: assets/build/blocks/editor.js:1 msgid "H5" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:171 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:214 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:156 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:125 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:142 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:67 #: includes/Editors/Elementor/Widget/Sidebar.php:290 #: includes/Editors/Elementor/Widget/ToC.php:85 #: assets/build/blocks/editor.js:1 msgid "H6" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:172 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:215 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:157 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:68 msgid "Span" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:173 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:216 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:158 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:69 #: assets/build/blocks/editor.js:1 msgid "P" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:174 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:217 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:159 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:70 #: assets/build/blocks/editor.js:1 msgid "Div" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:185 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:229 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:90 #: includes/Editors/Elementor/Widget/Sidebar.php:328 #: assets/build/blocks/editor.js:1 msgid "Show Count" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:197 msgid "Show Category Description" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:212 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:244 #: assets/build/blocks/editor.js:1 msgid "Prefix" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:225 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:257 #: assets/build/blocks/editor.js:1 msgid "Suffix" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:239 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:270 #: assets/build/blocks/editor.js:1 msgid "Suffix Singular" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:253 msgid "SubCategory Text" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:256 #: views/template-parts/sub-category-counter.php:24 msgid "Sub Category" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:266 msgid "SubCategories Text" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:269 #: views/template-parts/sub-category-counter.php:25 msgid "Sub Categories" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:279 msgid "Updated Time Text" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:282 #: views/template-parts/last-update.php:11 msgid "Last Updated" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:341 #: includes/Editors/Elementor/Widget/ToC.php:139 #: assets/build/blocks/editor.js:1 msgid "Box" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:355 #: includes/Editors/Elementor/Widget/DocShare.php:221 #: includes/Editors/Elementor/Widget/DocShare.php:450 #: assets/build/blocks/editor.js:1 msgid "Box Margin" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:367 #: includes/Editors/Elementor/Widget/DocShare.php:153 #: includes/Editors/Elementor/Widget/DocShare.php:209 #: includes/Editors/Elementor/Widget/DocShare.php:329 #: includes/Editors/Elementor/Widget/DocShare.php:438 #: includes/Editors/Elementor/Widget/Reactions.php:239 #: includes/Editors/Elementor/Widget/Reactions.php:352 #: includes/Editors/Elementor/Widget/Reactions.php:465 #: includes/Editors/Elementor/Widget/ToC.php:185 #: assets/build/blocks/editor.js:1 msgid "Box Padding" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:384 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:687 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:863 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1002 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1179 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1356 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1724 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1907 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2091 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2302 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2457 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2603 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2702 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2793 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:399 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:539 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:694 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:901 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1581 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:391 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:539 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:671 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:510 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:622 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1695 #: includes/Editors/Elementor/Widget/Reactions.php:103 #: includes/Editors/Elementor/Widget/Sidebar.php:528 #: includes/Editors/Elementor/Widget/Sidebar.php:732 #: includes/Editors/Elementor/Widget/Sidebar.php:961 #: includes/Editors/Elementor/Widget/Sidebar.php:1106 #: includes/Editors/Elementor/Widget/Sidebar.php:1287 #: includes/Editors/Elementor/Widget/Sidebar.php:1465 #: includes/Editors/Elementor/Widget/Sidebar.php:1726 #: includes/Editors/Elementor/Widget/Title.php:183 #: includes/Editors/Elementor/Widget/ToC.php:281 #: views/widgets/reactions-2.php:73 #: views/widgets/reactions-3.php:79 msgid "Normal" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:446 msgid "Border Bottom Size" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:472 msgid "Border Bottom Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:488 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:765 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:894 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1050 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1227 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1404 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1804 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1987 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2182 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2360 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2515 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2637 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2736 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2852 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:446 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:580 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:768 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1077 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1661 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:456 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:570 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:702 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:536 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:648 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1779 #: includes/Editors/Elementor/Widget/Sidebar.php:575 #: includes/Editors/Elementor/Widget/Sidebar.php:845 #: includes/Editors/Elementor/Widget/Sidebar.php:1030 #: includes/Editors/Elementor/Widget/Sidebar.php:1166 #: includes/Editors/Elementor/Widget/Sidebar.php:1351 #: includes/Editors/Elementor/Widget/Sidebar.php:1582 #: includes/Editors/Elementor/Widget/Sidebar.php:1824 msgid "Hover" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:494 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:806 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:911 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1056 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1233 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1083 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1667 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:492 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1785 #: includes/Editors/Elementor/Widget/Sidebar.php:581 #: includes/Editors/Elementor/Widget/Sidebar.php:893 #: includes/Editors/Elementor/Widget/Sidebar.php:1058 #: includes/Editors/Elementor/Widget/Sidebar.php:1192 #: includes/Editors/Elementor/Widget/Sidebar.php:1377 #: includes/Editors/Elementor/Widget/Sidebar.php:1642 #: includes/Editors/Elementor/Widget/Sidebar.php:1884 msgid "Transition" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:570 msgid "Border Bottom Size Hover" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:596 msgid "Border Color Hover" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:632 #: includes/Editors/Elementor/Widget/Reactions.php:702 #: includes/Editors/Elementor/Widget/Reactions.php:797 #: includes/Editors/Elementor/Widget/Reactions.php:874 msgid "Area" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:941 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1135 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:859 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1847 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:246 #: includes/Editors/Elementor/Widget/Sidebar.php:1444 #: includes/Editors/Elementor/Widget/Sidebar.php:1705 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Count" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1710 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:1893 #: includes/Editors/Elementor/Widget/CodeSnippet.php:307 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:186 #: includes/Editors/Elementor/Widget/Sidebar.php:416 #: includes/Editors/Elementor/Widget/Tags.php:40 #: assets/build/blocks/editor.js:1 msgid "Wrapper" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2077 msgid "Taxonomy" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2272 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2427 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:364 #: views/admin/taxonomy/add.php:16 #: views/admin/taxonomy/edit.php:31 msgid "Category Icon" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2403 #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2558 msgid "Icon Border Radius" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2800 msgid "Article Count Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryBox.php:2859 msgid "Article Count Hover Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:102 #: assets/build/blocks/editor.js:1 msgid "Layout Mode" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:106 msgid "Fit to Screen" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:117 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:92 #: assets/build/blocks/editor.js:1 msgid "Grid Column" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:143 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:118 #: assets/build/blocks/editor.js:1 msgid "Grid Space" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:163 msgid "Show Header" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:283 #: assets/build/blocks/editor.js:1 msgid "Show List" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:295 #: assets/build/blocks/editor.js:1 msgid "Show Button" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:309 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:169 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:439 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:451 msgid "On" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:310 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:170 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:440 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:452 #: assets/build/admin/js/dashboard.js:20 msgid "Off" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:319 #: includes/Editors/Elementor/Widget/Feedback.php:106 #: assets/build/blocks/editor.js:1 msgid "Button Text" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:495 #: assets/build/blocks/editor.js:1 msgid "Grid Padding" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:508 msgid "Grid Spacing" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:933 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1131 msgid "Ticker Background" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1046 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1172 #: includes/Editors/Elementor/Widget/Sidebar.php:1553 #: includes/Editors/Elementor/Widget/Sidebar.php:1665 msgid "Second Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1212 #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:653 #: assets/build/blocks/editor.js:1 msgid "List" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1362 msgid "Nested List" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1442 msgid "Collapse Icon" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1454 msgid "Open Icon" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1496 #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1647 msgid "Area Spacing" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1515 #: includes/Editors/Elementor/Widget/Feedback.php:355 #: assets/build/blocks/editor.js:1 msgid "Button" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1553 msgid "Icon Position" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1557 #: assets/build/blocks/editor.js:1 msgid "Before" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1558 #: assets/build/blocks/editor.js:1 msgid "After" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1740 msgid "Text Alignment" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategoryGrid.php:1765 #: assets/build/blocks/editor.js:1 msgid "Button Alignment" msgstr "" #: includes/Editors/Elementor/Widget/Basic/CategorySlateLayout.php:186 #: assets/build/blocks/editor.js:1 msgid "Container" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:68 msgid "Tab Layout" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:79 #: assets/build/blocks/editor.js:1 msgid "FAQ Type" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:82 #: assets/build/admin/js/dashboard.js:4 #: assets/build/blocks/editor.js:1 msgid "General FAQ" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:83 #: assets/build/blocks/editor.js:1 msgid "Product FAQ" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:84 #: assets/build/blocks/editor.js:1 msgid "Product Assignments" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:94 #: assets/build/blocks/editor.js:1 msgid "Groups are resolved automatically per product: a per-product assignment is shown if set, otherwise the groups assigned to the product’s categories. Manage assignments on each group in FAQ Builder → WooCommerce → Product FAQ Groups." msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:104 msgid "FAQ Section" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:155 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:162 msgid "Include FAQ Groups" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:167 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:174 msgid "Exclude FAQ Groups" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:193 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:201 msgid "Include Product FAQ Groups" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:210 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:218 msgid "Exclude Product FAQ Groups" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:280 msgid "FAQ Section Title" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:309 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:374 #: assets/build/admin/js/dashboard.js:1 msgid "FAQ Group Title" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:432 #: assets/build/blocks/editor.js:1 msgid "Active Background Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:454 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:566 msgid "FAQ List" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:678 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:743 msgid "FAQ Content" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:808 msgid "FAQ List Icon" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:819 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:882 #: assets/build/blocks/editor.js:1 msgid "Icon Height" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:837 #: includes/Editors/Elementor/Widget/Basic/FAQ.php:900 #: assets/build/blocks/editor.js:1 msgid "Icon Width" msgstr "" #: includes/Editors/Elementor/Widget/Basic/FAQ.php:871 #: assets/build/admin/js/dashboard.js:1 msgid "FAQ Group Icon" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:97 msgid "Search Layout" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:119 #: assets/build/blocks/editor.js:1 msgid "Search Modal Layout" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:194 #: includes/Editors/Elementor/Widget/Sidebar.php:123 #: assets/build/blocks/editor.js:1 msgid "Modal Query" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:209 #: assets/build/blocks/editor.js:1 msgid "Specific Doc Id's" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:210 #: assets/build/blocks/editor.js:1 msgid "Specific Doc Term Id's" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:220 #: includes/Editors/Elementor/Widget/Sidebar.php:162 msgid "Doc Term ID's" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:222 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:275 #: includes/Editors/Elementor/Widget/Sidebar.php:164 #: includes/Editors/Elementor/Widget/Sidebar.php:205 msgid "Example: 8, 9" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:233 #: includes/Editors/Elementor/Widget/Sidebar.php:175 msgid "Doc ID's" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:235 #: includes/Editors/Elementor/Widget/Sidebar.php:177 msgid "Example: 15, 16" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:264 #: includes/Editors/Elementor/Widget/Sidebar.php:194 msgid "Specific FAQ Term Id's" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:273 #: includes/Editors/Elementor/Widget/Sidebar.php:203 msgid "FAQ Term ID's" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:310 #: assets/build/blocks/editor.js:1 msgid "Search Content" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:318 #: assets/build/blocks/editor.js:1 msgid "Placeholder" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:364 msgid "Search Subheading" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:401 #: assets/build/blocks/editor.js:1 msgid "Heading Tag" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:419 #: assets/build/blocks/editor.js:1 msgid "Subheading Tag" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:437 msgid "Enable Search Button" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:449 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:475 #: assets/build/blocks/editor.js:1 msgid "AI-Powered Smart Modal Search" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:606 #: assets/build/blocks/editor.js:1 msgid "Query Text Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:621 #: assets/build/blocks/editor.js:1 msgid "Response" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:644 #: assets/build/blocks/editor.js:1 msgid "Response Text Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:659 #: assets/build/blocks/editor.js:1 msgid "Continue Chat Button" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:741 msgid "Button Border" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:761 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:826 #: assets/build/blocks/editor.js:1 msgid "Search Box" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:892 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1094 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1331 #: includes/Editors/Elementor/Widget/Sidebar.php:2510 #: assets/build/blocks/editor.js:1 msgid "Search Field" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:903 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1105 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1351 #: includes/Editors/Elementor/Widget/Sidebar.php:2530 #: assets/build/blocks/editor.js:1 msgid "Field Background Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:933 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1135 #: assets/build/blocks/editor.js:1 msgid "Field Padding" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:945 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1381 #: includes/Editors/Elementor/Widget/Sidebar.php:2560 #: assets/build/blocks/editor.js:1 msgid "Field Placeholder Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:956 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1147 msgid "Search Box Margin" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:968 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1163 msgid "Search Box Padding" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:981 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1180 msgid "Search Box Border" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1017 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1228 #: assets/build/blocks/editor.js:1 msgid "Search Icon" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1054 #: assets/build/blocks/editor.js:1 msgid "Close Icon" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1265 #: assets/build/blocks/editor.js:1 msgid "Search Button" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1320 #: assets/build/blocks/editor.js:1 msgid "Search Modal" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1340 #: includes/Editors/Elementor/Widget/Sidebar.php:2519 #: assets/build/blocks/editor.js:1 msgid "Magnifier Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1370 msgid "Field Text Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1392 #: includes/Editors/Elementor/Widget/Sidebar.php:2571 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Search Category" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1420 #: includes/Editors/Elementor/Widget/Sidebar.php:2599 #: assets/build/blocks/editor.js:1 msgid "Content Tabs" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1480 #: includes/Editors/Elementor/Widget/Sidebar.php:2648 #: assets/build/blocks/editor.js:1 msgid "Content List" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1540 #: includes/Editors/Elementor/Widget/Sidebar.php:2708 #: assets/build/blocks/editor.js:1 msgid "Content List Category" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1600 #: assets/build/blocks/editor.js:1 msgid "Search Result Box" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1633 #: assets/build/blocks/editor.js:1 msgid "Max Width" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1682 #: assets/build/blocks/editor.js:1 msgid "Search Result List" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1701 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1807 msgid "Item" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1717 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1827 #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1856 #: assets/build/blocks/editor.js:1 msgid "Item Color" msgstr "" #: includes/Editors/Elementor/Widget/Basic/SearchForm.php:1749 #: assets/build/admin/js/dashboard.js:5 msgid "Category" msgstr "" #: includes/Editors/Elementor/Widget/Breadcrumbs.php:19 msgid "Doc Breadcrumbs" msgstr "" #: includes/Editors/Elementor/Widget/Breadcrumbs.php:78 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:194 #: includes/Editors/Elementor/Widget/Content.php:46 #: includes/Editors/Elementor/Widget/DocDate.php:63 #: includes/Editors/Elementor/Widget/Navigation.php:77 #: includes/Editors/Elementor/Widget/Navigation.php:144 #: includes/Editors/Elementor/Widget/ReadingTime.php:88 #: assets/build/blocks/editor.js:1 msgid "Style" msgstr "" #: includes/Editors/Elementor/Widget/Breadcrumbs.php:89 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:205 msgid "Active Text Color" msgstr "" #: includes/Editors/Elementor/Widget/Breadcrumbs.php:100 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:216 msgid "Active Text Hover Color" msgstr "" #: includes/Editors/Elementor/Widget/Breadcrumbs.php:122 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:238 msgid "Text Color Hover" msgstr "" #: includes/Editors/Elementor/Widget/Breadcrumbs.php:141 #: includes/Editors/Elementor/Widget/Breadcrumbs.php:279 #: includes/Editors/Elementor/Widget/Content.php:66 #: includes/Editors/Elementor/Widget/DocDate.php:90 #: includes/Editors/Elementor/Widget/Feedback.php:280 #: includes/Editors/Elementor/Widget/Feedback.php:428 #: includes/Editors/Elementor/Widget/Title.php:104 #: includes/Editors/Elementor/Widget/ToC.php:209 #: assets/build/blocks/editor.js:1 msgid "Alignment" msgstr "" #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:22 msgid "Doc Category Archive Header" msgstr "" #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:111 #: includes/Editors/Elementor/Widget/DocAuthor.php:53 msgid "Header Wrapper" msgstr "" #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:194 #: includes/Editors/Elementor/Widget/CategoryArchiveHeader.php:273 msgid "Color Hover" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:49 #: assets/build/blocks/editor.js:1 msgid "Code Snippet" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:57 #: includes/Editors/Elementor/Widget/CodeSnippet.php:136 msgid "Code" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:62 msgid "Enter your code snippet here..." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:63 msgid "Enter your code snippet. Use Tab for indentation and enjoy syntax highlighting in the editor." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:70 #: includes/Editors/Elementor/Widget/CodeSnippet.php:105 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:78 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/ai-edit.js:2 #: assets/build/blocks/editor.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Language" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:74 #: includes/Editors/Elementor/Widget/CodeSnippet.php:109 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:54 #: assets/build/blocks/editor.js:1 msgid "JavaScript" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:75 #: includes/Editors/Elementor/Widget/CodeSnippet.php:110 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:55 #: assets/build/blocks/editor.js:1 msgid "PHP" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:76 #: includes/Editors/Elementor/Widget/CodeSnippet.php:111 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:56 #: assets/build/blocks/editor.js:1 msgid "Python" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:77 #: includes/Editors/Elementor/Widget/CodeSnippet.php:112 #: assets/build/blocks/editor.js:1 msgid "Java" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:78 #: includes/Editors/Elementor/Widget/CodeSnippet.php:113 #: assets/build/blocks/editor.js:1 msgid "Ruby" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:79 #: includes/Editors/Elementor/Widget/CodeSnippet.php:114 #: assets/build/blocks/editor.js:1 msgid "cURL" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:80 #: includes/Editors/Elementor/Widget/CodeSnippet.php:115 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:57 #: assets/build/blocks/editor.js:1 msgid "Bash" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:81 #: includes/Editors/Elementor/Widget/CodeSnippet.php:116 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:51 #: assets/build/admin/js/dashboard.js:13 #: assets/build/blocks/editor.js:1 msgid "JSON" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:82 #: includes/Editors/Elementor/Widget/CodeSnippet.php:117 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:53 #: assets/build/blocks/editor.js:1 msgid "YAML" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:83 #: includes/Editors/Elementor/Widget/CodeSnippet.php:118 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:58 #: assets/build/blocks/editor.js:1 msgid "HTML" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:84 #: includes/Editors/Elementor/Widget/CodeSnippet.php:119 #: assets/build/blocks/editor.js:1 msgid "CSS" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:85 #: includes/Editors/Elementor/Widget/CodeSnippet.php:120 #: assets/build/blocks/editor.js:1 msgid "SQL" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:86 #: includes/Editors/Elementor/Widget/CodeSnippet.php:121 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:52 #: assets/build/blocks/editor.js:1 msgid "XML" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:87 #: includes/Editors/Elementor/Widget/CodeSnippet.php:122 #: assets/build/blocks/editor.js:1 msgid "C++" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:88 #: includes/Editors/Elementor/Widget/CodeSnippet.php:123 #: assets/build/blocks/editor.js:1 msgid "C#" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:89 #: includes/Editors/Elementor/Widget/CodeSnippet.php:124 #: assets/build/blocks/editor.js:1 msgid "Go" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:90 #: includes/Editors/Elementor/Widget/CodeSnippet.php:125 #: assets/build/blocks/editor.js:1 msgid "Rust" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:91 #: includes/Editors/Elementor/Widget/CodeSnippet.php:126 #: assets/build/blocks/editor.js:1 msgid "Swift" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:92 #: includes/Editors/Elementor/Widget/CodeSnippet.php:127 #: assets/build/blocks/editor.js:1 msgid "Kotlin" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:93 #: includes/Editors/Elementor/Widget/CodeSnippet.php:128 #: assets/build/blocks/editor.js:1 msgid "TypeScript" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:95 #: assets/build/blocks/editor.js:1 msgid "Choose language for syntax highlighting." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:141 msgid "Paste or type your code here…" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:148 msgid "Additional Languages" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:153 msgid "Add the same snippet in other languages. A language dropdown appears when you add one or more." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:163 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:121 #: assets/build/blocks/editor.js:1 msgid "Appearance" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:171 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:129 #: assets/build/blocks/editor.js:1 msgid "Theme" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:175 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:133 #: assets/build/blocks/editor.js:1 msgid "Light" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:176 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:134 #: assets/build/blocks/editor.js:1 msgid "Dark" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:178 #: assets/build/blocks/editor.js:1 msgid "Choose light or dark styling for the code snippet block." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:185 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:143 #: assets/build/blocks/editor.js:1 msgid "Show header bar" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:191 #: assets/build/blocks/editor.js:1 msgid "Toggle the filename header and copy button." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:198 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:156 #: assets/build/blocks/editor.js:1 msgid "Enable copy button" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:204 #: assets/build/blocks/editor.js:1 msgid "Show a one-click copy-to-clipboard icon." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:214 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:171 #: assets/build/blocks/editor.js:1 msgid "Show line numbers" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:220 #: assets/build/blocks/editor.js:1 msgid "Display line numbers in the code block." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:230 #: assets/build/blocks/editor.js:1 msgid "File Preview Header" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:241 msgid "Show Language Label" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:247 msgid "Display the programming language label in the header." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:254 msgid "File Name" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:257 msgid "Enter filename with extension" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:258 msgid "Enter the filename to display in the header (e.g., hero-section.tsx)" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:265 #: assets/build/blocks/editor.js:1 msgid "Show window buttons" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:271 #: assets/build/blocks/editor.js:1 msgid "Display macOS-style close/minimize/maximize circles." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:278 #: assets/build/blocks/editor.js:1 msgid "Show language icon" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:284 #: assets/build/blocks/editor.js:1 msgid "Display the default icon for this file type." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:291 #: assets/build/blocks/editor.js:1 msgid "Custom language icon" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:294 #: assets/build/blocks/editor.js:1 msgid "Upload a custom icon to override the default." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:400 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:261 #: assets/build/blocks/editor.js:1 msgid "Header" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:457 #: assets/build/blocks/editor.js:1 msgid "Controls border bottom width" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:465 #: assets/build/blocks/editor.js:1 msgid "File Name Typography" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:473 #: assets/build/blocks/editor.js:1 msgid "File Name Color" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:484 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:304 #: assets/build/blocks/editor.js:1 msgid "Copy Button Color" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:498 #: assets/build/blocks/editor.js:1 msgid "Copy Button Border Color" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:517 #: assets/build/blocks/editor.js:1 msgid "Line Numbers" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:540 #: assets/build/blocks/editor.js:1 msgid "Line Number Color" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:551 #: assets/build/blocks/editor.js:1 msgid "Line Number Background" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:585 #: assets/build/blocks/editor.js:1 msgid "Controls border right width" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippet.php:595 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:321 #: assets/build/blocks/editor.js:1 msgid "Code Content Area" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:45 #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:100 #: assets/build/blocks/editor.js:1 msgid "Responses" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:59 #: assets/build/blocks/editor.js:1 msgid "Plain Text" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:67 #: assets/build/blocks/editor.js:1 msgid "Status / Response type" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:70 #: assets/build/blocks/editor.js:1 msgid "e.g. 200, 404" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:71 msgid "Shown as the tab label. A colored dot is derived from the first digit (2xx green, 4xx/5xx red)." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:88 #: assets/build/blocks/editor.js:1 msgid "Response Body" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:93 #: assets/build/blocks/editor.js:1 msgid "Paste the example response here…" msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:111 msgid "Add one entry per HTTP status. Each becomes a tab. Click Add Item for another response." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:136 #: assets/build/blocks/editor.js:1 msgid "Choose light or dark styling for the response block." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:149 msgid "Toggle the status tabs + copy button header." msgstr "" #: includes/Editors/Elementor/Widget/CodeSnippetTab.php:296 msgid "Tab Typography" msgstr "" #: includes/Editors/Elementor/Widget/Content.php:54 #: includes/Editors/Elementor/Widget/PrintButton.php:17 msgid "Print Button" msgstr "" #: includes/Editors/Elementor/Widget/Content.php:82 #: includes/Editors/Elementor/Widget/DocDate.php:106 #: includes/Editors/Elementor/Widget/Feedback.php:296 #: includes/Editors/Elementor/Widget/Feedback.php:444 #: includes/Editors/Elementor/Widget/Title.php:120 #: includes/Editors/Elementor/Widget/ToC.php:225 msgid "Justified" msgstr "" #: includes/Editors/Elementor/Widget/Content.php:103 #: assets/build/blocks/editor.js:1 msgid "Doc Content Color" msgstr "" #: includes/Editors/Elementor/Widget/Content.php:115 msgid "Content Title Color" msgstr "" #: includes/Editors/Elementor/Widget/DocAuthor.php:145 msgid "Author Icon Size" msgstr "" #: includes/Editors/Elementor/Widget/DocAuthor.php:167 #: assets/build/blocks/editor.js:1 msgid "Updated Time" msgstr "" #: includes/Editors/Elementor/Widget/DocDate.php:52 #: includes/Editors/Elementor/Widget/Feedback.php:130 #: includes/Editors/Elementor/Widget/Reactions.php:521 #: includes/Editors/Elementor/Widget/Reactions.php:581 #: includes/Editors/Elementor/Widget/Reactions.php:641 #: assets/build/blocks/editor.js:1 msgid "Text" msgstr "" #: includes/Editors/Elementor/Widget/DocDate.php:54 #: views/template-parts/update-date.php:8 #: views/widgets/date.php:9 msgid "Updated on" msgstr "" #: includes/Editors/Elementor/Widget/DocShare.php:29 msgid "Doc Share" msgstr "" #: includes/Editors/Elementor/Widget/DocShare.php:141 #: includes/Editors/Elementor/Widget/DocShare.php:317 #: includes/Editors/Elementor/Widget/Reactions.php:227 #: includes/Editors/Elementor/Widget/Reactions.php:340 #: includes/Editors/Elementor/Widget/Reactions.php:453 #: includes/Editors/Elementor/Widget/ToC.php:173 msgid "Box Spacing" msgstr "" #: includes/Editors/Elementor/Widget/DocShare.php:198 msgid "Wrapper Container" msgstr "" #: includes/Editors/Elementor/Widget/DocShare.php:490 msgid "Type share title here" msgstr "" #: includes/Editors/Elementor/Widget/DocShare.php:514 msgid "Facebook" msgstr "" #: includes/Editors/Elementor/Widget/DocShare.php:526 msgid "Twitter" msgstr "" #: includes/Editors/Elementor/Widget/DocShare.php:538 msgid "Linkedin" msgstr "" #: includes/Editors/Elementor/Widget/DocShare.php:550 msgid "Pinterest" msgstr "" #: includes/Editors/Elementor/Widget/DocShare.php:676 msgid "Inner Size" msgstr "" #: includes/Editors/Elementor/Widget/Feedback.php:20 msgid "Doc Feedback" msgstr "" #: includes/Editors/Elementor/Widget/Feedback.php:53 msgid "General " msgstr "" #: includes/Editors/Elementor/Widget/Feedback.php:109 msgid "Enter button text" msgstr "" #: includes/Editors/Elementor/Widget/Feedback.php:110 msgid "Enter button text here" msgstr "" #: includes/Editors/Elementor/Widget/Feedback.php:117 msgid "Choose Feedback Icon Image" msgstr "" #: includes/Editors/Elementor/Widget/Feedback.php:165 msgid "Icon " msgstr "" #: includes/Editors/Elementor/Widget/Feedback.php:209 msgid "FeedBack Form" msgstr "" #: includes/Editors/Elementor/Widget/Feedback.php:310 msgid "Lable" msgstr "" #: includes/Editors/Elementor/Widget/Feedback.php:337 #: assets/build/blocks/editor.js:1 msgid "Space" msgstr "" #: includes/Editors/Elementor/Widget/Reactions.php:24 msgid "Doc Reactions" msgstr "" #: includes/Editors/Elementor/Widget/Reactions.php:77 #: views/widgets/reactions-2.php:44 #: views/widgets/reactions-3.php:50 msgid "Happy" msgstr "" #: includes/Editors/Elementor/Widget/Reactions.php:129 #: views/widgets/reactions-2.php:100 #: views/widgets/reactions-3.php:106 msgid "Sad" msgstr "" #: includes/Editors/Elementor/Widget/Reactions.php:530 #: includes/Editors/Elementor/Widget/Reactions.php:590 #: includes/Editors/Elementor/Widget/Reactions.php:650 msgid "Text Tag" msgstr "" #: includes/Editors/Elementor/Widget/ReadingTime.php:56 #: assets/build/blocks/editor.js:1 msgid "Reading Time Title" msgstr "" #: includes/Editors/Elementor/Widget/ReadingTime.php:59 #: includes/Editors/Elementor/Widget/ReadingTime.php:69 #: includes/Editors/Elementor/Widget/ReadingTime.php:79 msgid "Type Here" msgstr "" #: includes/Editors/Elementor/Widget/ReadingTime.php:66 #: assets/build/blocks/editor.js:1 msgid "Reading Time Text" msgstr "" #: includes/Editors/Elementor/Widget/ReadingTime.php:76 #: assets/build/blocks/editor.js:1 msgid "Singluar Reading Time Text" msgstr "" #: includes/Editors/Elementor/Widget/ReadingTime.php:203 msgid "Clock Icon Width" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:25 #: assets/build/blocks/editor.js:1 msgid "BetterDocs Sidebar" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:68 msgid "Go Premium for More Features" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:75 msgid "Unlock more possibilities" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:257 #: assets/build/blocks/editor.js:1 msgid "Layout 4" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:258 #: assets/build/blocks/editor.js:1 msgid "Layout 5" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:259 #: assets/build/blocks/editor.js:1 msgid "Layout 6" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:269 msgid "This layout is available in pro version only!" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:363 #: assets/build/blocks/editor.js:1 msgid "Enable Sticky TOC" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:375 #: assets/build/blocks/editor.js:1 msgid "TOC Width" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:397 msgid "Z index" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:516 msgid "Category Items" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:603 msgid "Body" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:690 msgid "Arrow Width" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:710 msgid "Arrow Height" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:813 #: assets/build/blocks/editor.js:1 msgid "Arrow Padding" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:828 #: assets/build/blocks/editor.js:1 msgid "Arrow Margin" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:1217 #: includes/Editors/Elementor/Widget/Sidebar.php:1402 #: assets/build/admin/js/dashboard.js:20 msgid "Active" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:1990 #: includes/Editors/Elementor/Widget/ToC.php:707 msgid "List Item Padding" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:2153 msgid "Outer Background Color" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:2223 msgid "Active Border Width" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:2250 #: includes/Editors/Elementor/Widget/Sidebar.php:2332 msgid "Sub-Category List" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:2499 #: assets/build/blocks/editor.js:1 msgid "Sidebar Search Modal" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:2549 #: assets/build/blocks/editor.js:1 msgid "Field Color" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:2765 msgid "Sub Category List" msgstr "" #: includes/Editors/Elementor/Widget/Sidebar.php:2832 msgid "Nested List Items" msgstr "" #: includes/Editors/Elementor/Widget/Tags.php:21 msgid "Betterdocs Tags" msgstr "" #: includes/Editors/Elementor/Widget/Title.php:61 msgid "Enter your title" msgstr "" #: includes/Editors/Elementor/Widget/Title.php:62 msgid "Add Your Heading Text Here" msgstr "" #: includes/Editors/Elementor/Widget/Title.php:69 #: assets/build/admin/js/dashboard.js:5 msgid "Link" msgstr "" #: includes/Editors/Elementor/Widget/Title.php:84 msgid "HTML Tag" msgstr "" #: includes/Editors/Elementor/Widget/Title.php:134 #: assets/build/admin/js/dashboard.js:5 msgid "View" msgstr "" #: includes/Editors/Elementor/Widget/Title.php:180 #: includes/Editors/Elementor/Widget/ToC.php:278 msgid "Blend Mode" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:23 msgid "Doc Table of Contents" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:69 msgid "Table of contents" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:76 #: assets/build/blocks/editor.js:1 msgid "Supported Heading Tags" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:94 msgid "List Hierarchy" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:106 #: assets/build/blocks/editor.js:1 msgid "List Number" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:118 msgid "Collapsible on small devices" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:147 msgid "Box Width (%)" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:197 msgid "Box Border Radius" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:350 msgid "Toc List" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:385 msgid "Left Border Line" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:412 msgid "Left Border Line Space" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:431 msgid "Left Border Line Positioning" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:450 msgid "Left Border Line Color" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:461 msgid "Active List Left Border Width" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:488 msgid "Active Color Left Border" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:514 msgid "Active List Left Border Position Left" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:541 msgid "Active List Left Border Position Right" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:568 msgid "Active List Left Border Position Bottom" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:595 msgid "Active List Left Border Position Top" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:622 msgid "Active List Left Border Radius" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:661 #: assets/build/blocks/editor.js:1 msgid "List Hover Color" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:672 #: assets/build/blocks/editor.js:1 msgid "List Hover Background Color" msgstr "" #: includes/Editors/Elementor/Widget/ToC.php:695 msgid "List Wrapper Padding" msgstr "" #: includes/FrontEnd/FrontEnd.php:329 msgid "How did you feel?" msgstr "" #: includes/FrontEnd/TemplateTags.php:451 msgid "Copy URL" msgstr "" #: includes/Insights/Insights.php:418 msgid "We can't detect any plugin information. This is most probably because you have not included the code in the plugin main file." msgstr "" #: includes/Insights/Insights.php:759 msgid "What we collect." msgstr "" #: includes/Insights/Insights.php:760 msgid "Sure, I'd like to help" msgstr "" #: includes/Insights/Insights.php:761 msgid "No Thanks." msgstr "" #: includes/Insights/Insights.php:874 msgid "We Value Your Feedback" msgstr "" #: includes/Insights/Insights.php:875 msgid "Could you please tell us why you're deactivating our plugin? Your insights will help us to improve." msgstr "" #: includes/Insights/Insights.php:878 msgid "I no longer need the plugin" msgstr "" #: includes/Insights/Insights.php:880 msgid "I found a better plugin" msgstr "" #: includes/Insights/Insights.php:881 msgid "Please share which plugin" msgstr "" #: includes/Insights/Insights.php:883 msgid "I couldn't get the plugin to work" msgstr "" #: includes/Insights/Insights.php:884 msgid "It's a temporary deactivation" msgstr "" #: includes/Insights/Insights.php:886 msgid "Other" msgstr "" #: includes/Insights/Insights.php:887 msgid "Please share the reason" msgstr "" #: includes/Insights/Insights.php:931 msgid "Submitting form" msgstr "" #: includes/Insights/Insights.php:1173 msgid "Submit and Deactivate" msgstr "" #: includes/Insights/Insights.php:1173 msgid "Just Deactivate" msgstr "" #: includes/Mcp/MCPManager.php:407 msgid "MCP is switched off" msgstr "" #: includes/Mcp/MCPManager.php:408 msgid "This site is not accepting AI client connections right now. An administrator can switch MCP on under BetterDocs → MCP." msgstr "" #: includes/Mcp/MCPManager.php:439 msgid "This account cannot connect an AI client" msgstr "" #. translators: %s: the required WordPress capability, e.g. edit_docs. #: includes/Mcp/MCPManager.php:442 msgid "Your account can't connect an AI client to BetterDocs: it needs the \"%s\" capability. Ask an administrator, or use bd-get-status's capability list." msgstr "" #: includes/Mcp/MCPManager.php:463 msgid "Could not authorize" msgstr "" #: includes/Mcp/MCPManager.php:470 msgid "This consent form is no longer valid. Start the connection again from your AI client." msgstr "" #: includes/Mcp/MCPManager.php:476 msgid "The user denied the request." msgstr "" #: includes/Mcp/MCPManager.php:584 msgid "An AI assistant" msgstr "" #: includes/Mcp/MCPManager.php:596 #: assets/build/admin/js/dashboard.js:10 msgid "Read-only" msgstr "" #: includes/Mcp/MCPManager.php:597 #: assets/build/admin/js/dashboard.js:10 msgid "Read & write" msgstr "" #: includes/Mcp/MCPManager.php:600 msgid "It can read your documentation, but it cannot change anything on this site." msgstr "" #: includes/Mcp/MCPManager.php:601 msgid "It acts as you: anything it creates, edits or deletes is recorded under your account." msgstr "" #: includes/Mcp/MCPManager.php:631 msgid "Connect an AI client to BetterDocs" msgstr "" #. translators: 1: the AI client's name, escaped and wrapped in . 2: this site's host, escaped and wrapped in . #: includes/Mcp/MCPManager.php:669 msgid "%1$s wants to work with the documentation on %2$s." msgstr "" #. translators: 1: the login of the person approving, escaped and wrapped in . 2: their role. #: includes/Mcp/MCPManager.php:684 msgid "Signed in as %1$s · %2$s" msgstr "" #. translators: %s: the login of the person approving, escaped and wrapped in . #: includes/Mcp/MCPManager.php:691 msgid "Signed in as %s" msgstr "" #. translators: 1: the AI client's name. 2: how many things it will be able to do. #: includes/Mcp/MCPManager.php:708 msgid "What %1$s will be able to do (%2$d)" msgstr "" #: includes/Mcp/MCPManager.php:720 msgid "Secured with OAuth. You can revoke this app at any time under BetterDocs → MCP." msgstr "" #: includes/Mcp/MCPManager.php:725 msgid "Deny" msgstr "" #: includes/Mcp/MCPManager.php:726 msgid "Approve" msgstr "" #: includes/Mcp/MCPManager.php:750 msgid "Authorization error" msgstr "" #: includes/Mcp/MCPManager.php:798 msgid "Read docs, categories, tags and knowledge bases" msgstr "" #: includes/Mcp/MCPManager.php:798 msgid "Create and edit docs" msgstr "" #: includes/Mcp/MCPManager.php:799 msgid "Trash and delete docs" msgstr "" #: includes/Mcp/MCPManager.php:800 msgid "Create and manage doc categories and tags" msgstr "" #: includes/Mcp/MCPManager.php:801 msgid "Create and manage knowledge bases (BetterDocs Pro)" msgstr "" #: includes/Mcp/MCPManager.php:802 msgid "Read FAQs and FAQ groups" msgstr "" #: includes/Mcp/MCPManager.php:802 msgid "Create and manage FAQs and FAQ groups" msgstr "" #: includes/Mcp/MCPManager.php:803 msgid "Read BetterDocs settings (API keys stay hidden)" msgstr "" #: includes/Mcp/MCPManager.php:803 #: assets/build/admin/js/dashboard.js:20 msgid "Read and change BetterDocs settings" msgstr "" #: includes/Mcp/MCPManager.php:804 #: assets/build/admin/js/dashboard.js:20 msgid "Read documentation analytics" msgstr "" #: includes/Mcp/MCPManager.php:1347 msgid "Grant read-only access: no doc, term, FAQ or settings changes." msgstr "" #: includes/Mcp/MCPManager.php:1364 msgid "Optionally set read-only on the new token; omit to keep the current scopes." msgstr "" #: includes/Mcp/MCPManager.php:1399 msgid "The OAuth client_id to revoke." msgstr "" #: includes/Mcp/MCPManager.php:1427 msgid "Report this user's capabilities instead of the caller's." msgstr "" #: includes/Mcp/MCPManager.php:1468 msgid "The BetterDocs MCP endpoint accepts POST only." msgstr "" #: includes/Mcp/MCPManager.php:1514 #: includes/Mcp/MCPManager.php:1539 #: includes/Mcp/MCPManager.php:1576 msgid "MCP is disabled on this site." msgstr "" #: includes/Mcp/MCPManager.php:1776 msgid "A client_id is required to revoke an OAuth app." msgstr "" #: includes/Mcp/MCPManager.php:1824 msgid "No user with that id exists on this site." msgstr "" #: includes/Mcp/MCPManager.php:1858 msgid "BetterDocs MCP: AI assistants will connect but see no tools." msgstr "" #: includes/Mcp/MCPManager.php:1859 msgid "MCP access is enabled, but the bundled Abilities runtime (dependencies/vendor/autoload_packages.php) is missing from this installation — usually a plugin package built without it. Reinstall BetterDocs from wordpress.org or an official build; until then, connected AI clients get an empty tool list." msgstr "" #: includes/Mcp/MCPOAuth.php:300 msgid "At least one valid redirect_uri is required." msgstr "" #: includes/Mcp/MCPOAuth.php:305 #: includes/Mcp/MCPOAuth.php:659 msgid "MCP Client" msgstr "" #: includes/Mcp/MCPOAuth.php:360 msgid "Unknown client_id." msgstr "" #: includes/Mcp/MCPOAuth.php:364 msgid "redirect_uri does not match a registered value." msgstr "" #: includes/Mcp/MCPOAuth.php:370 msgid "Only response_type=code is supported." msgstr "" #: includes/Mcp/MCPOAuth.php:384 msgid "PKCE with code_challenge_method=S256 is required." msgstr "" #: includes/Mcp/MCPOAuth.php:455 msgid "Unsupported grant_type." msgstr "" #: includes/Mcp/MCPOAuth.php:721 msgid "Unknown or expired authorization code." msgstr "" #: includes/Mcp/MCPOAuth.php:732 msgid "Authorization code expired." msgstr "" #: includes/Mcp/MCPOAuth.php:736 #: includes/Mcp/MCPOAuth.php:773 msgid "client_id mismatch." msgstr "" #: includes/Mcp/MCPOAuth.php:740 msgid "redirect_uri mismatch." msgstr "" #: includes/Mcp/MCPOAuth.php:744 msgid "PKCE verification failed." msgstr "" #: includes/Mcp/MCPOAuth.php:767 msgid "Unknown refresh token." msgstr "" #: includes/Mcp/MCPSelfTest.php:107 msgid "MCP access is turned off, so the endpoint refuses every request. Switch MCP on above and run the test again." msgstr "" #: includes/Mcp/MCPSelfTest.php:114 msgid "No connection token exists yet. Click Connect to mint one, then run the test again." msgstr "" #: includes/Mcp/MCPSelfTest.php:123 msgid "This site is paired, but the stored copy of the connection token cannot be decrypted — usually because the WordPress security salts changed. Existing clients still authenticate; rotate the token and reconnect them to be able to test it." msgstr "" #: includes/Mcp/MCPSelfTest.php:139 msgid "Connection URL" msgstr "" #: includes/Mcp/MCPSelfTest.php:140 msgid "REST fallback URL" msgstr "" #: includes/Mcp/MCPSelfTest.php:144 msgid "OAuth discovery" msgstr "" #: includes/Mcp/MCPSelfTest.php:151 msgid "OAuth challenge" msgstr "" #: includes/Mcp/MCPSelfTest.php:158 msgid "Client access" msgstr "" #. translators: 1: pretty MCP endpoint URL, 2: REST fallback URL. #: includes/Mcp/MCPSelfTest.php:169 msgid "The connection URL %1$s did not answer correctly, but the REST fallback %2$s works. Re-save Settings → Permalinks to rebuild the rewrite rules; until then, give your AI client the fallback URL." msgstr "" #. translators: %d: number of MCP tools returned. #: includes/Mcp/MCPSelfTest.php:198 msgid "Connection healthy: the endpoint authenticated, offered OAuth, and returned %d tool." msgid_plural "Connection healthy: the endpoint authenticated, offered OAuth, and returned %d tools." msgstr[0] "" msgstr[1] "" #. translators: 1: endpoint URL, 2: the transport error PHP reported. #: includes/Mcp/MCPSelfTest.php:261 msgid "PHP could not verify this site's TLS certificate (common on local sites with self-signed certificates). %1$s reported: %2$s. Add `add_filter( 'https_local_ssl_verify', '__return_false' );` in a mu-plugin for local testing." msgstr "" #. translators: 1: endpoint URL, 2: the transport error PHP reported. #: includes/Mcp/MCPSelfTest.php:272 msgid "%1$s could not be reached: %2$s." msgstr "" #. translators: 1: endpoint URL, 2: the URL it redirected to. #: includes/Mcp/MCPSelfTest.php:290 msgid "%1$s redirected to %2$s instead of answering. A redirect between HTTP and HTTPS usually means the Site Address and WordPress Address schemes disagree." msgstr "" #. translators: %s: endpoint URL. #: includes/Mcp/MCPSelfTest.php:296 msgid "%s redirected instead of answering, which usually means the Site Address and WordPress Address schemes disagree." msgstr "" #. translators: %s: endpoint URL. #: includes/Mcp/MCPSelfTest.php:307 msgid "%s returned 404 — WordPress does not know this URL. Re-save Settings → Permalinks to rebuild the rewrite rules." msgstr "" #. translators: %s: endpoint URL. #: includes/Mcp/MCPSelfTest.php:318 msgid "%s rejected the connection token (authentication failed). Rotate the token and reconnect your AI client." msgstr "" #. translators: %s: endpoint URL. #: includes/Mcp/MCPSelfTest.php:329 msgid "%s is rate-limiting this server after repeated failed tokens. Wait for the lockout to lapse, then rotate the token and reconnect." msgstr "" #. translators: 1: endpoint URL, 2: HTTP status code, 3: the Content-Type header received. #: includes/Mcp/MCPSelfTest.php:349 msgid "%1$s answered %2$d with %3$s instead of JSON — WordPress is serving an ordinary page at this URL, not the MCP endpoint. Under plain permalinks the pretty URL silently returns the front page; re-save Settings → Permalinks, or give your AI client the REST fallback URL." msgstr "" #: includes/Mcp/MCPSelfTest.php:352 msgid "no content type" msgstr "" #. translators: 1: endpoint URL, 2: HTTP status code. #: includes/Mcp/MCPSelfTest.php:362 msgid "%1$s answered %2$d with JSON that is not a JSON-RPC response, so something other than the MCP endpoint is serving this URL. Re-save Settings → Permalinks, or use the REST fallback URL." msgstr "" #. translators: 1: endpoint URL, 2: abilities-registry diagnostic summary. #: includes/Mcp/MCPSelfTest.php:386 msgid "%1$s answered but returned no tool catalog. Confirm the MCP runtime shipped with this build and that abilities registered. Diagnostics — %2$s" msgstr "" #. translators: 1: endpoint URL, 2: number of tools returned. #: includes/Mcp/MCPSelfTest.php:397 msgid "%1$s authenticated and returned %2$d tools." msgstr "" #: includes/Mcp/MCPSelfTest.php:456 msgid "The REST discovery aliases are served and identify this site exactly. The /.well-known/ documents are not — see the caveat below." msgstr "" #. translators: %s: the reason the /.well-known/ document could not be read. #: includes/Mcp/MCPSelfTest.php:460 msgid "This site does not serve the /.well-known/ OAuth documents, usually because the web server handles that path itself before WordPress sees it. Every client we have tested finds the metadata through the 401 challenge instead, which points at the REST alias, so this is not fatal — but a client that only tries /.well-known/ will not connect. Details: %s" msgstr "" #: includes/Mcp/MCPSelfTest.php:482 msgid "All four OAuth discovery documents are served and advertise this site's MCP endpoint exactly." msgstr "" #. translators: 1: discovery document URL, 2: transport error. #: includes/Mcp/MCPSelfTest.php:518 msgid "The OAuth discovery document %1$s could not be fetched: %2$s. Clients that connect by URL alone cannot authenticate without it." msgstr "" #. translators: 1: discovery document URL, 2: HTTP status code. #: includes/Mcp/MCPSelfTest.php:533 msgid "The OAuth discovery document %1$s returned %2$d instead of valid metadata. Re-save Settings → Permalinks; if it persists, the web server or another plugin is claiming that URL." msgstr "" #. translators: 1: metadata field name, 2: value found in the document, 3: the value it should carry, 4: discovery document URL. #: includes/Mcp/MCPSelfTest.php:544 msgid "The discovery document %4$s advertises %1$s \"%2$s\" but this site's MCP endpoint is \"%3$s\". RFC 9728 requires an exact match, so clients reject the metadata and report that the server does not implement OAuth. If the two differ only by scheme, a reverse proxy is terminating TLS without passing X-Forwarded-Proto; otherwise something else is serving this URL." msgstr "" #. translators: 1: the http:// endpoint the documents advertise, 2: the https:// endpoint that also answers. #: includes/Mcp/MCPSelfTest.php:586 msgid "The discovery documents advertise %1$s, but %2$s answers as well — WordPress is storing an http:// Site Address behind a proxy that terminates TLS. AI clients connect over https and reject the http identifier as a mismatch. Fix the Site Address in Settings → General, or have the proxy send X-Forwarded-Proto." msgstr "" #. translators: 1: endpoint URL, 2: HTTP status code. #: includes/Mcp/MCPSelfTest.php:625 msgid "An unauthenticated call to %1$s answered %2$d instead of 401. Clients that connect by URL alone need the 401 challenge to start the OAuth flow." msgstr "" #. translators: %s: endpoint URL. #: includes/Mcp/MCPSelfTest.php:637 msgid "%s answered 401 but sent no WWW-Authenticate header — a security plugin or proxy is most likely stripping it. Clients that connect by URL alone will report that this server does not implement OAuth." msgstr "" #. translators: 1: endpoint URL, 2: the WWW-Authenticate header value received. #: includes/Mcp/MCPSelfTest.php:650 msgid "%1$s sent a WWW-Authenticate header with no resource_metadata URL (%2$s). Clients have nowhere to look up this site's OAuth metadata." msgstr "" #. translators: 1: the resource_metadata URL from the challenge header, 2: endpoint URL. #: includes/Mcp/MCPSelfTest.php:677 msgid "The challenge from %2$s points at %1$s, but that URL does not return OAuth metadata. It is the first thing a client fetches, so the connection fails there." msgstr "" #: includes/Mcp/MCPSelfTest.php:692 msgid "The OAuth challenge could not be checked because the endpoint did not answer. Fix the connection error above and run the test again." msgstr "" #: includes/Mcp/MCPSelfTest.php:698 msgid "Unauthenticated calls answer with the OAuth challenge, so clients that have only the URL can authenticate." msgstr "" #. translators: 1: the User-Agent string tried, 2: the HTTP status it received, 3: the HTTP status WordPress' own User-Agent received. #: includes/Mcp/MCPSelfTest.php:741 msgid "The endpoint answered %3$d for WordPress but %2$d for a generic HTTP client's User-Agent (%1$s). A security plugin, firewall or \"block bad bots\" rule is refusing non-browser clients. Whether that affects your assistant depends on the User-Agent it sends, which this test cannot see — connect it and check that tools load. If they do not, exempt the MCP and /.well-known/ paths." msgstr "" #: includes/Mcp/MCPSelfTest.php:751 msgid "The endpoint answers generic HTTP clients the same way it answers WordPress, so no bot filter is refusing them. This cannot see an IP-level block of the AI vendor." msgstr "" #. translators: 1: number of locked-out clients, 2: the filter name that overrides client identification. #: includes/Mcp/MCPSelfTest.php:781 msgid "%1$d client address is locked out after repeated failed authentications — usually a connector still holding a rotated-away token. While a lockout holds, that address is refused even when it presents a valid token, so behind a reverse proxy (where every client shares one address) one stale connector can wall off everyone; the `%2$s` filter is how you teach the limiter to read the real client address. Lockouts clear within 15 minutes of the retries stopping." msgid_plural "%1$d client addresses are locked out after repeated failed authentications — usually connectors still holding rotated-away tokens. While a lockout holds, that address is refused even when it presents a valid token, so behind a reverse proxy (where every client shares one address) one stale connector can wall off everyone; the `%2$s` filter is how you teach the limiter to read the real client address. Lockouts clear within 15 minutes of the retries stopping." msgstr[0] "" msgstr[1] "" #: includes/Mcp/MCPSelfTest.php:791 #: assets/build/admin/js/dashboard.js:19 msgid "Client lockouts" msgstr "" #: includes/Mcp/MCPServer.php:109 msgid "MCP is disabled on this site. Enable it under BetterDocs → MCP." msgstr "" #: includes/Mcp/MCPServer.php:123 msgid "Too many failed attempts. Try again later." msgstr "" #: includes/Mcp/MCPServer.php:145 msgid "Unauthorized: invalid or missing connection token." msgstr "" #: includes/Mcp/MCPServer.php:169 msgid "Parse error: body is not valid JSON." msgstr "" #: includes/Mcp/MCPServer.php:195 msgid "Invalid request." msgstr "" #: includes/Mcp/MCPServer.php:309 msgid "Call bd-get-status first: it reports the BetterDocs and BetterDocs Pro versions, which capabilities the connected user holds, and which features are switched on, so you can tell a refusal apart from a misconfiguration before you try anything. Every tool describes its own availability — a tool that needs BetterDocs Pro, or a setting that is currently off, says so in its description and returns a typed error explaining what would make it work. Prefer names over ids where a tool accepts both; it will find or create the matching term." msgstr "" #: includes/Mcp/MCPServer.php:332 msgid "Missing tool name." msgstr "" #: includes/Mcp/MCPServer.php:481 msgid "use this MCP connection" msgstr "" #. translators: %s: tool label. #: includes/Mcp/MCPTools.php:256 msgid "%s (Pro)" msgstr "" #. translators: %s: MCP tool name. #: includes/Mcp/MCPTools.php:368 msgid "run the \"%s\" tool" msgstr "" #: includes/REST/AIEdit.php:68 #: includes/REST/DocsAISuite.php:99 #: includes/REST/WriteWithAI.php:140 msgid "Write with AI is disabled. Enable it from BetterDocs settings." msgstr "" #: includes/REST/AIEdit.php:77 msgid "AI API key is missing. Add one in BetterDocs settings." msgstr "" #: includes/REST/AIEdit.php:115 #: includes/REST/WriteWithAI.php:371 msgid "Unknown AI action." msgstr "" #: includes/REST/AIEdit.php:123 #: includes/REST/WriteWithAI.php:380 #: includes/REST/WriteWithAI.php:424 msgid "Please provide a prompt for the AI." msgstr "" #: includes/REST/AIEdit.php:131 msgid "No content selected for the AI to work on." msgstr "" #: includes/REST/AIEdit.php:144 #: includes/REST/AIFaq.php:91 #: includes/REST/AIGlossary.php:93 #: includes/REST/DocsAISuite.php:183 #: includes/REST/WriteWithAI.php:430 msgid "Unknown AI error." msgstr "" #: includes/REST/AIEdit.php:156 msgid "The AI returned no content. Try again or rephrase your instruction." msgstr "" #: includes/REST/AIEdit.php:183 msgid "Return only plain text (no block markup, no quotes, no explanations)." msgstr "" #: includes/REST/AIEdit.php:184 msgid "Return only valid Gutenberg-compatible HTML using standard tags such as

,

,
    ,
      ,
    1. , , , , . Do not include explanations, preambles, code fences, or markdown." msgstr "" #: includes/REST/AIEdit.php:187 msgid "Formatting requirements:" msgstr "" #: includes/REST/AIEdit.php:188 msgid "Content to work on:" msgstr "" #: includes/REST/AIEdit.php:219 #: assets/build/blocks/ai-edit.js:1 msgid "Improve Writing" msgstr "" #: includes/REST/AIEdit.php:220 #: assets/build/blocks/ai-edit.js:1 msgid "Make Shorter" msgstr "" #: includes/REST/AIEdit.php:221 #: assets/build/blocks/ai-edit.js:1 msgid "Make Longer" msgstr "" #: includes/REST/AIEdit.php:222 #: assets/build/blocks/ai-edit.js:1 msgid "Simplify" msgstr "" #: includes/REST/AIEdit.php:223 #: assets/build/blocks/ai-edit.js:1 msgid "Fix Grammar" msgstr "" #: includes/REST/AIEdit.php:224 #: assets/build/blocks/ai-edit.js:1 msgid "Change Tone" msgstr "" #: includes/REST/AIEdit.php:225 #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/ai-edit.js:1 msgid "Translate" msgstr "" #: includes/REST/AIEdit.php:226 #: assets/build/blocks/ai-edit.js:1 msgid "Summarize" msgstr "" #: includes/REST/AIEdit.php:227 #: assets/build/blocks/ai-edit.js:1 msgid "Create Table" msgstr "" #: includes/REST/AIFaq.php:49 msgid "Write FAQ with AI is disabled. Enable it from BetterDocs settings." msgstr "" #: includes/REST/AIFaq.php:58 #: includes/REST/AIGlossary.php:63 #: includes/REST/DocsAISuite.php:107 #: includes/REST/WriteWithAI.php:148 msgid "OpenAI API key is missing. Add one in BetterDocs settings." msgstr "" #: includes/REST/AIFaq.php:69 msgid "Please provide a question for the AI." msgstr "" #: includes/REST/AIFaq.php:86 msgid "You are a helpful assistant that writes clear, concise FAQ answers in plain text. Do not use any Markdown or special formatting — no asterisks, bold, italics, headings, bullet points, backticks or code fences. Reply with a direct answer written in plain sentences." msgstr "" #: includes/REST/AIFaq.php:100 #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "The AI returned no answer. Try again or rephrase your question." msgstr "" #: includes/REST/AIGlossary.php:54 msgid "Define Glossaries with AI is disabled. Enable it from BetterDocs settings." msgstr "" #: includes/REST/AIGlossary.php:75 msgid "Please provide a glossary term." msgstr "" #: includes/REST/AIGlossary.php:88 msgid "You are a helpful assistant that writes concise, accurate glossary definitions in plain text. Do not use any Markdown or special formatting — no asterisks, bold, italics, headings, bullet points, backticks or code fences." msgstr "" #: includes/REST/AIGlossary.php:102 #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "The AI returned no definition. Try again." msgstr "" #: includes/REST/DocCategories.php:22 #: includes/REST/Docs.php:23 #: includes/REST/Docs.php:32 msgid "The password for password-protected docs." msgstr "" #: includes/REST/DocsAISuite.php:89 msgid "Docs AI features are disabled. Enable \"Enhance Docs with AI\" in BetterDocs settings." msgstr "" #: includes/REST/DocsAISuite.php:129 msgid "Unsupported taxonomy for AI suggestions." msgstr "" #: includes/REST/DocsAISuite.php:139 msgid "Add some content before requesting suggestions." msgstr "" #: includes/REST/FaqSearchedTerms.php:17 msgid "The password for password-protected FAQs." msgstr "" #: includes/REST/FaqSearchedTerms.php:21 msgid "The FAQ taxonomy to search within." msgstr "" #: includes/REST/FaqSearchedTerms.php:32 msgid "FAQ Search Parameter Cannot Be Empty" msgstr "" #: includes/REST/FaqSearchedTerms.php:151 msgid "Invalid request body." msgstr "" #: includes/REST/FaqSearchedTerms.php:166 msgid "Sorry, you are not allowed to edit this FAQ." msgstr "" #: includes/REST/FaqSearchedTerms.php:187 msgid "FAQ ID is required." msgstr "" #: includes/REST/Feedback.php:41 msgid "Too many reactions — please try again in a moment." msgstr "" #: includes/REST/SampleDocs.php:101 #: includes/REST/SampleDocs.php:135 #: includes/REST/SampleDocs.php:321 #: includes/REST/SampleDocs.php:393 #: includes/REST/SampleDocs.php:429 #: includes/REST/SampleDocs.php:496 msgid "AI sample docs is disabled." msgstr "" #: includes/REST/SampleDocs.php:366 #: includes/REST/SampleDocs.php:412 #: includes/REST/SampleDocs.php:539 #: includes/REST/SampleDocs.php:623 msgid "The AI service returned an unexpected response." msgstr "" #: includes/REST/SampleDocs.php:400 msgid "A job token and article index are required." msgstr "" #: includes/REST/SampleDocs.php:434 msgid "Inserting sample docs is not available yet." msgstr "" #: includes/REST/SampleDocs.php:501 msgid "Removing sample docs is not available yet." msgstr "" #: includes/REST/SampleDocs.php:612 msgid "Could not reach the BetterDocs AI service. Please try again." msgstr "" #: includes/REST/SampleDocs.php:619 msgid "You have used your free AI generation for this site." msgstr "" #: includes/REST/Settings.php:225 msgid "Please provide both API Key and Collection ID" msgstr "" #: includes/REST/Settings.php:241 msgid "Unauthorized API Key or Collection ID" msgstr "" #: includes/REST/Settings.php:332 msgid "Settings Saved!" msgstr "" #: includes/REST/Settings.php:335 msgid "There are no changes to be saved." msgstr "" #: includes/REST/WriteWithAI.php:188 msgid "No outline provided to expand." msgstr "" #: includes/REST/WriteWithAI.php:191 msgid "Write the full documentation following EXACTLY this approved outline. Keep the heading order and levels:" msgstr "" #: includes/REST/WriteWithAI.php:200 msgid "Please paste some source content." msgstr "" #: includes/REST/WriteWithAI.php:204 msgid "support transcript" msgstr "" #: includes/REST/WriteWithAI.php:205 msgid "forum thread" msgstr "" #: includes/REST/WriteWithAI.php:206 msgid "raw notes" msgstr "" #: includes/REST/WriteWithAI.php:208 #: includes/REST/WriteWithAI.php:347 msgid "source material" msgstr "" #: includes/REST/WriteWithAI.php:213 msgid "The source below is a customer-support conversation. Focus on the user's problem and its resolution; ignore greetings and small talk." msgstr "" #: includes/REST/WriteWithAI.php:214 msgid "The source below is a forum discussion among multiple people. Treat the accepted or most-supported answer as authoritative and skip off-topic replies." msgstr "" #: includes/REST/WriteWithAI.php:215 msgid "The source below is rough notes. Expand them into clear, complete prose." msgstr "" #. translators: %s: source content type, e.g. "support transcript". #. translators: %s: the kind of Git source, e.g. "pull request" or "documentation file". #: includes/REST/WriteWithAI.php:224 #: includes/REST/WriteWithAI.php:363 msgid "Turn the following %s into structured documentation. Use only the information it contains; do not invent details:" msgstr "" #. translators: %s: the uploaded image file name. #: includes/REST/WriteWithAI.php:249 msgid "Read the attached image \"%s\" and turn what it shows — its text, tables, diagrams, UI or screenshots — into structured documentation. Describe only what is actually visible in the image; do not invent details:" msgstr "" #: includes/REST/WriteWithAI.php:261 msgid "No readable text was found in that file." msgstr "" #. translators: %s: the uploaded file name. #: includes/REST/WriteWithAI.php:267 msgid "Turn the content of the uploaded file \"%s\" into structured documentation. Use only the information it contains; do not invent details:" msgstr "" #: includes/REST/WriteWithAI.php:282 #: includes/REST/WriteWithAI.php:324 msgid "Generating from Git is a BetterDocs Pro feature." msgstr "" #: includes/REST/WriteWithAI.php:292 #: includes/REST/WriteWithAI.php:306 msgid "Please choose a repository." msgstr "" #: includes/REST/WriteWithAI.php:316 msgid "Could not reach Git. Confirm Git Sync is connected." msgstr "" #: includes/REST/WriteWithAI.php:329 msgid "Please paste a Git URL (a pull request or a repository file)." msgstr "" #: includes/REST/WriteWithAI.php:339 msgid "Could not read anything from that Git URL. Check the link, or confirm Git Sync is connected." msgstr "" #: includes/REST/WriteWithAI.php:345 msgid "The fetched Git content was empty." msgstr "" #: includes/REST/WriteWithAI.php:352 msgid "The source below was fetched from a Git pull request or code change. Explain, in end-user documentation terms, what the feature does and how to use it — not the implementation details or code." msgstr "" #: includes/REST/WriteWithAI.php:353 msgid "The source below is an existing documentation file from a Git repository. Rewrite it as a fresh doc for this site, keeping the meaning but improving clarity and structure." msgstr "" #: includes/REST/WriteWithAI.php:354 msgid "Turn the source below into a concise, step-by-step how-to guide." msgstr "" #: includes/REST/WriteWithAI.php:400 msgid "The AI returned no content. Try again or rephrase your prompt." msgstr "" #: includes/REST/WriteWithAI.php:487 msgid "No file was received. Choose a file to write from." msgstr "" #: includes/REST/WriteWithAI.php:493 msgid "The upload did not complete — please try again." msgstr "" #. translators: %s: maximum allowed size, e.g. "5 MB". #: includes/REST/WriteWithAI.php:501 msgid "The file exceeds the %s limit." msgstr "" #: includes/REST/WriteWithAI.php:525 msgid "Unsupported file type. Upload a .pdf, .docx, .txt, .md, or an image (.png, .jpg, .webp)." msgstr "" #: includes/REST/WriteWithAI.php:534 msgid "Could not read the image file." msgstr "" #: includes/REST/WriteWithAI.php:541 msgid "That file is not a valid PNG, JPG or WEBP image." msgstr "" #: includes/REST/WriteWithAI.php:578 msgid "Could not read the file." msgstr "" #: includes/REST/WriteWithAI.php:583 msgid "Reading .docx files needs the PHP Zip extension, which is not available on this server. Upload a .txt or .md instead." msgstr "" #: includes/REST/WriteWithAI.php:587 msgid "Could not open that .docx file — it may be corrupt." msgstr "" #: includes/REST/WriteWithAI.php:593 msgid "That .docx file has no readable document body." msgstr "" #: includes/REST/WriteWithAI.php:612 msgid "Unsupported file type." msgstr "" #: includes/REST/WriteWithAI.php:634 msgid "That does not look like a valid PDF file." msgstr "" #: includes/REST/WriteWithAI.php:642 msgid "This PDF is password-protected or encrypted, so its text can't be read. Remove the protection, or paste the text instead." msgstr "" #: includes/REST/WriteWithAI.php:689 msgid "No selectable text was found in that PDF — it may be a scanned image. Try a text-based PDF, or paste the content into the prompt." msgstr "" #: includes/REST/WriteWithAI.php:820 msgid "Write documentation for the following request:" msgstr "" #: includes/REST/WriteWithAI.php:838 msgid "Write in a warm, friendly, approachable tone." msgstr "" #: includes/REST/WriteWithAI.php:839 msgid "Write in a polished, professional tone." msgstr "" #: includes/REST/WriteWithAI.php:840 msgid "Write in a precise, technical tone suited to a technical audience." msgstr "" #: includes/REST/WriteWithAI.php:841 msgid "Write in a formal tone." msgstr "" #: includes/REST/WriteWithAI.php:842 msgid "Write in a casual, conversational tone." msgstr "" #: includes/REST/WriteWithAI.php:850 msgid "Keep the documentation concise — roughly 300–500 words, covering only the essential points." msgstr "" #: includes/REST/WriteWithAI.php:851 msgid "Aim for a moderate length — roughly 600–1000 words." msgstr "" #: includes/REST/WriteWithAI.php:852 msgid "Be comprehensive and in-depth — roughly 1200 words or more, with thorough coverage and examples." msgstr "" #: includes/REST/WriteWithAI.php:860 msgid "Begin the output with a single

      element containing a concise, descriptive title for this documentation, then continue with the body content." msgstr "" #: includes/Shortcodes/FeedbackForm.php:35 msgid "Email feedback is disabled." msgstr "" #: includes/Shortcodes/FeedbackForm.php:50 msgid "Please enter your name." msgstr "" #: includes/Shortcodes/FeedbackForm.php:55 msgid "Enter a valid email address." msgstr "" #: includes/Shortcodes/FeedbackForm.php:60 msgid "Please write your message." msgstr "" #: includes/Shortcodes/FeedbackForm.php:74 msgid "Feedback message from" msgstr "" #: includes/Shortcodes/FeedbackForm.php:100 msgid "Thanks! Your message has been sent." msgstr "" #: includes/Shortcodes/FeedbackForm.php:103 msgid "Message was not sent. Try Again." msgstr "" #: includes/Shortcodes/FeedbackForm.php:119 msgid "Send" msgstr "" #: includes/Shortcodes/Reactions.php:80 msgid "What are your Feelings" msgstr "" #: includes/Shortcodes/SearchModal.php:270 msgid "Search Doc" msgstr "" #: includes/Utils/BlockTemplate.php:115 msgid "No theme is defined for this template." msgstr "" #: includes/Utils/BlockTemplate.php:373 msgctxt "Template name" msgid "Docs Page" msgstr "" #: includes/Utils/BlockTemplate.php:374 msgid "Template used to display Docs Page." msgstr "" #: includes/Utils/BlockTemplate.php:377 msgctxt "Template name" msgid "Docs Category" msgstr "" #: includes/Utils/BlockTemplate.php:378 msgid "Template used to display docs by category." msgstr "" #: includes/Utils/BlockTemplate.php:381 msgctxt "Template name" msgid "Docs Tag" msgstr "" #: includes/Utils/BlockTemplate.php:382 msgid "Template used to display docs by tag." msgstr "" #: includes/Utils/BlockTemplate.php:385 msgctxt "Template name" msgid "Single Docs" msgstr "" #: includes/Utils/BlockTemplate.php:386 msgid "Template used to display the single docs." msgstr "" #: includes/Utils/Database.php:30 msgid "Key cannot be empty." msgstr "" #: includes/Utils/Helper.php:1527 #: assets/build/blocks/editor.js:1 msgid "Copy code to clipboard" msgstr "" #: includes/Utils/Helper.php:1542 #: includes/Utils/Helper.php:1544 #: assets/build/admin/js/dashboard.js:12 #: assets/build/blocks/editor.js:1 msgid "Copy" msgstr "" #: includes/Utils/Helper.php:1544 #: assets/build/blocks/editor.js:1 msgid "Copy failed" msgstr "" #: includes/Utils/Views.php:124 msgid "View file path not available." msgstr "" #: includes/Utils/Views.php:141 msgid "View file not exists." msgstr "" #: views/admin/analytics-parts/overlay.php:7 msgid "Unlock Analytics With BetterDocs PRO" msgstr "" #: views/admin/analytics-parts/overlay.php:11 msgid "Scale your support tickets tracking the performance of your knowledge base BetterDocs Analytics." msgstr "" #: views/admin/analytics-parts/overlay.php:17 msgid "Measure performance of your knowledge base" msgstr "" #: views/admin/analytics-parts/overlay.php:23 msgid "Identify most viewed docs and doc categories" msgstr "" #: views/admin/analytics-parts/overlay.php:29 msgid "Identify most used keywords searched by site visitors" msgstr "" #: views/admin/analytics-parts/overlay.php:34 msgid "Upgrade To BetterDocs PRO" msgstr "" #: views/admin/analytics.php:15 #: assets/build/admin/js/dashboard.js:5 msgid "Overview" msgstr "" #: views/admin/analytics.php:17 msgid "Keyword Search" msgstr "" #: views/admin/customizer/controls/multidimension.php:16 #: views/admin/customizer/controls/number.php:15 #: views/admin/customizer/controls/padding.php:21 #: views/admin/customizer/controls/range-value.php:14 #: views/admin/customizer/controls/title.php:15 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Reset" msgstr "" #: views/admin/customizer/controls/radio-image.php:37 msgid "Go Pro" msgstr "" #: views/admin/email/analytics/leading-docs.php:16 msgid "Top Performing Docs" msgstr "" #: views/admin/email/analytics/leading-docs.php:27 #: views/admin/email/analytics/overview.php:104 #: assets/build/admin/js/dashboard.js:5 msgid "Total Views" msgstr "" #: views/admin/email/analytics/leading-docs.php:30 msgid "Unique Views" msgstr "" #: views/admin/email/analytics/overview.php:123 #: assets/build/admin/js/dashboard.js:5 msgid "Total Searches" msgstr "" #: views/admin/email/analytics/overview.php:145 msgid "Total Reactions" msgstr "" #: views/admin/email/analytics/overview.php:165 msgid "Newly Created Docs" msgstr "" #: views/admin/email/analytics/search-keyword.php:14 msgid "Most Searched Keywords" msgstr "" #: views/admin/email/analytics/search-keyword.php:22 msgid "Search Keyword" msgstr "" #: views/admin/email/analytics/search-keyword.php:25 msgid "Total Search" msgstr "" #: views/admin/email/analytics/search-keyword.php:28 msgid "Result Found" msgstr "" #: views/admin/email/body.php:20 msgid "Last" msgstr "" #. translators: 1: Feature name (e.g., Email Reporting) 2: Version name (e.g. FREE) #: views/admin/email/pro.php:21 msgid "This advanced %1$s feature is part of our premium built-in Analytics tool available only with BetterDocs PRO, but you are getting it for %2$s!" msgstr "" #: views/admin/email/pro.php:23 msgid "FREE" msgstr "" #: views/admin/email/pro.php:37 #: views/admin/email/pro.php:54 msgid "View Analytics" msgstr "" #: views/admin/email/pro.php:46 msgid "Unlock BetterDocs Analytics" msgstr "" #. translators: 1. Complete Guide To BetterDocs Analytics 2: Key Customer Service Metrics To Measure Performance 3: How To Use BetterDocs Internal Knowledge Base #: views/admin/email/pro.php:69 msgid "Want to know what more you can do with BetterDocs? Check out these tutorials: %1$s, %2$s, and %3$s." msgstr "" #: views/admin/email/pro.php:70 msgid "Complete Guide To BetterDocs Analytics" msgstr "" #: views/admin/email/pro.php:71 msgid "Key Customer Service Metrics To Measure Performance" msgstr "" #: views/admin/email/pro.php:72 msgid "How To Use BetterDocs Internal Knowledge Base" msgstr "" #: views/admin/metabox/estimated-reading-box.php:13 msgid "Add Reading Time:⌛ Min" msgstr "" #. translators: %s: installed BetterDocs Pro version #: views/admin/notices/compatibility.php:10 msgid "You are using BetterDocs Pro %s. BetterDocs Analytics requires BetterDocs Pro 4.0.0 or newer — please update BetterDocs Pro for a smooth experience." msgstr "" #: views/admin/notices/upgrade.php:31 msgid "Heads up, Please backup before upgrade!" msgstr "" #: views/admin/settings/blocks.php:18 #: views/admin/settings/blocks.php:21 msgid "Documentation" msgstr "" #: views/admin/settings/blocks.php:19 msgid "Get started by spending some time with the documentation to get familiar with BetterDocs. Build an awesome Knowledge Base for your customers with ease." msgstr "" #: views/admin/settings/blocks.php:35 msgid "Join Our Community" msgstr "" #: views/admin/settings/blocks.php:36 msgid "Join the Facebook community and discuss with fellow developers and users. Best way to connect with people and get feedback on your projects." msgstr "" #: views/admin/settings/blocks.php:38 msgid "Join Now" msgstr "" #: views/admin/settings/blocks.php:52 msgid "Need Help?" msgstr "" #: views/admin/settings/blocks.php:53 msgid "Stuck with something? Get help from live chat or support ticket." msgstr "" #: views/admin/settings/blocks.php:55 msgid "Initiate a Chat" msgstr "" #: views/admin/settings/blocks.php:69 msgid "Show Your Love" msgstr "" #: views/admin/settings/blocks.php:70 msgid "We love to have you in BetterDocs family. We are making it more awesome everyday. Take your 2 minutes to review the plugin and spread the love to encourage us to keep it going." msgstr "" #: views/admin/settings/blocks.php:72 msgid "Leave a Review" msgstr "" #. Translators: %s is the URL to manage the license. #: views/admin/settings/sidebar.php:20 msgid "Manage License" msgstr "" #. Translators: %s is the URL to upgrade to the Pro version. #: views/admin/settings/sidebar.php:28 msgid "Upgrade to Pro" msgstr "" #: views/admin/setup-wizard/welcome.php:25 msgid "Share non-sensitive diagnostic data and plugin usage information." msgstr "" #: views/admin/taxonomy/add.php:26 #: views/admin/taxonomy/edit.php:52 #: assets/build/admin/js/dashboard.js:5 msgid "Add Image" msgstr "" #: views/admin/taxonomy/add.php:32 #: views/admin/taxonomy/edit.php:59 msgid "Remove Image" msgstr "" #: views/admin/taxonomy/edit.php:8 msgid "Category Id" msgstr "" #: views/admin/template-parts/settings-header-2.php:10 msgid "Mode" msgstr "" #: views/layout-parts/no-content.php:6 msgid "No posts found!" msgstr "" #: views/shortcode-parts/faq-list.php:45 msgid "Sorry, no FAQ matched your criteria." msgstr "" #: views/shortcodes/search.php:30 #: assets/build/blocks/editor.js:1 #: assets/build/elementor/js/category-grid.js:1 #: assets/build/shortcodes/js/search-modal.js:1 msgid "Search Input" msgstr "" #: views/template-parts/archive-doc-list-2.php:27 #: views/template-parts/archive-doc-list.php:34 #: views/template-parts/author-archive-doc-list.php:24 msgid "Last Updated:" msgstr "" #: views/template-parts/sub-category-counter.php:43 msgid "%1$s Category" msgid_plural "%1$s Categories" msgstr[0] "" msgstr[1] "" #: views/templates/parts/article-summary.php:121 #: assets/build/blocks/editor.js:1 msgid "Thinking" msgstr "" #: views/templates/parts/article-summary.php:127 msgid "This is a preview of the AI Doc Summarizer. The actual AI-generated summary will appear here when viewed on the frontend." msgstr "" #: views/templates/parts/code-snippet.php:146 #: assets/build/blocks/editor.js:1 msgid "File icon" msgstr "" #: views/templates/parts/credit.php:18 msgid "Powered by " msgstr "" #: views/templates/parts/mobile-nav.php:18 msgid "View Categories" msgstr "" #: views/templates/sidebars/sidebar-right.php:12 msgid "Table of Contents is available after entering the correct password." msgstr "" #: assets/build/admin/js/article-quality-score.js:1 msgid "An unexpected error occurred. Please try again." msgstr "" #: assets/build/admin/js/article-quality-score.js:1 msgid "Analysis failed. Please try again." msgstr "" #: assets/build/admin/js/article-quality-score.js:1 msgid "OpenAI API key is not configured. Please configure your API key in the settings to use this feature." msgstr "" #: assets/build/admin/js/article-quality-score.js:1 msgid "Please save the post first." msgstr "" #: assets/build/admin/js/article-quality-score.js:1 msgid "Network error. Please try again." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Showing" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "of" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Rows per page" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "First page" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Previous page" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Page" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Next page" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Last page" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:4 msgid "Product tab" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:4 msgid "After product summary" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:4 msgid "Before product summary" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:4 #: assets/build/blocks/editor.js:1 msgid "Modern" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:4 msgid "Display Settings" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Control how product FAQs appear on single product pages." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Enable product FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Render FAQ groups on single WooCommerce product pages." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Placement" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Tab title" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Output FAQ schema" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Add FAQPage structured data. Skipped automatically when an SEO plugin already outputs FAQ schema." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Display settings saved." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Could not save display settings." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/dashboard.js:20 msgid "Saving…" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Save Settings" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "layout preview" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:4 msgid "Product FAQ Groups" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "No Glossary Found!" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Please Create a New Glossary to get started." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 msgid "Define with AI" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 msgid "Create a New Glossary" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Write Glossary Term with BetterDocs AI" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Generate glossaries effortlessly with BetterDocs AI. Input your glossary term and let the system generate a definition tailored to your needs." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/glossaries.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Please insert your" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "to use this \"Write with AI\" feature." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Glossary Term" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Insert your term to generate a relevant response." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Generated Glossary" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/glossaries.js:1 #: assets/build/blocks/ai-edit.js:2 msgid "Generating…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Regenerate Glossary" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Generate Glossary" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/glossaries.js:1 #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Keep" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Please Insert Glossary Term is Title." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Glossary updated." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Glossary created." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Something went wrong!" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Write your Glossary Term here." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Write your Glossary Term description here." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/dashboard.js:11 #: assets/build/admin/js/dashboard.js:13 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 #: assets/build/admin/js/glossaries.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Cancel" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Create" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Total used in %d doc." msgid_plural "Total used in %d docs." msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Write With AI" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Update" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/glossaries.js:1 msgid "Available in %d doc" msgid_plural "Available in %d docs" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Delete this Glossary?" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Glossary deleted." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Glossary deleted with all glossaries." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Glossary Disabled." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/glossaries.js:1 msgid "Glossary Enabled." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "You can add up to %d terms per batch." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "The AI returned no definition." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Please enter at least one term." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Could not validate existing glossaries." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Could not create this glossary term." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Failed to create glossary." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "%d glossary term(s) created." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Checking…" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Generate Again" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Generate Definitions" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Define Glossaries with AI" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Enter multiple terms separated by commas. AI generates a definition for each — edit, refine, or regenerate entries before saving." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "to use the Define with AI feature." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "%d term already exists. Remove it to continue." msgid_plural "%d terms already exist. Remove them to continue." msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:1 msgid "Glossary Terms" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Already exists in your glossaries — remove to continue." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Remove %s" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "e.g. API, Webhook, OAuth, JWT" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Type a term and press comma to add it. Up to %d per batch." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Term" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Remove term" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Definition" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Regenerating…" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Tell AI what to change (optional) — e.g. make it shorter, more technical" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Save All" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Current Language:" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "(Showing glossaries for this language only)" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Select FAQ groups…" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "No FAQ groups found" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 #: assets/build/blocks/editor.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Remove" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Please Insert FAQ Group Title." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "FAQ Group updated." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Name already exists. Try a different one!" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "FAQ Group created." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Update Product FAQ Group" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Update FAQ Group" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 msgid "Create a New Product FAQ Group" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Create New FAQ Group" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Organize related FAQs into a group." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "FAQ Group Title..." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Maximum character limit reached" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Click to upload" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "SVG, PNG, JPG or GIF" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Where should this group show?" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "All products" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Show this FAQ on every product page." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Specific products" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Only the product categories or products you choose." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Assign to Product Categories" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Select product categories…" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "No product categories found" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Assign to Products" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Search products…" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "No products found" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Create Product FAQ Group" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Create FAQ Group" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "AI-powered — no API key needed" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Generate Sample Docs" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Analyzing your site…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Detecting your site type and the topics your visitors ask about." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "All suggestions removed. Reload this page to start over with a fresh set." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "You've used your free AI generation. Add your OpenAI API key in Settings to generate more — your suggested categories are saved below." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "WooCommerce store" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "course / LMS site" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "digital downloads store" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "membership site" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "community site" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "business site" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "website" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "your site" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "We scanned %s and prepared starter FAQs for your product categories, from what your products actually say." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "We scanned %s and prepared a starter list of FAQs tailored to what your visitors usually ask." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "We scanned %s and prepared a starter knowledge base tailored to what your visitors usually ask." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "What should these product FAQs answer? (optional)" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "e.g. Sizing and care questions shoppers ask before buying our apparel." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "BetterDocs AI writes an FAQ for each product category, from your real products — and attaches it to that category so it shows on those product pages." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "What should these FAQs answer? (optional)" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "e.g. Questions advertisers ask before signing up — pricing, billing, campaign limits." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "BetterDocs AI groups the questions by subject the way a real FAQ page does, and answers each in a few sentences. Add a line to steer it." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "What should this knowledge base be about? (optional)" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "e.g. A knowledge base for our billboard advertising platform, for both advertisers and operators." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "BetterDocs AI designs the full structure — an Introduction, a Quickstart, and in-depth guides — from your site content. Add a sentence to steer it." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "%d topic" msgid_plural "%d topics" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "We detected %s" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "a website" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Topics we detected" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "These are your product categories. BetterDocs AI writes an FAQ for each one from your real products — remove a category to keep it out." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "These are subjects found on your site. BetterDocs AI designs your knowledge base around them — remove a topic to keep it out." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "These are subjects found on your site. BetterDocs AI designs the FAQ groups, writes the questions and answers them — remove a topic to keep it out." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "We send your site type and category suggestions to BetterDocs AI. No customer personal data is included." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "We send your site type, detected topics and short public content excerpts to BetterDocs AI. No customer personal data is included." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Building your knowledge base…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Finalizing your knowledge base…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Knowledge base is ready" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Building your FAQs…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Finalizing your FAQs…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "FAQs are ready" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Building your product FAQs…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Finalizing your product FAQs…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Product FAQs are ready" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Creating %s…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Writing %1$d/%2$d docs…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Writing %1$d/%2$d questions…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Writing questions…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "%d doc ready" msgid_plural "%d docs ready" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "%d question ready" msgid_plural "%d questions ready" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Questions ready" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Queued" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 msgid "Shown on every product page" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/quick-setup.js:1 #: assets/build/blocks/editor.js:1 msgid "%d doc" msgid_plural "%d docs" msgstr[0] "" msgstr[1] "" #. translators: %d: number of FAQs in this group. #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:3 #: assets/build/admin/js/faq.js:3 #: assets/build/admin/js/quick-setup.js:1 msgid "%d question" msgid_plural "%d questions" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Draft" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Generate Sample FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "No Product FAQ Found!" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "No FAQ Found!" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Create a product FAQ group to get started — or let AI build a store-ready FAQ set from your store details." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Create a new FAQ group to get started — or let AI build a starter set of FAQs for you." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Please create a product FAQ group to get started." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Please create a new FAQ group to get started." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Create a Product FAQ Group" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 msgid "Create a New FAQ Group" msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Generate Sample Product FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:5 msgid "Generating..." msgstr "" #: assets/build/admin/js/dashboard.js:1 msgid "Sample data generated." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Write FAQ with BetterDocs AI" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Generate FAQs effortlessly with BetterDocs AI. Input your question and relevant keywords and let the system generate FAQs tailored to your needs." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Question" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Insert your question to generate a relevant response." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Keywords" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Add keywords to generate precise and relevant FAQs (comma-separated)." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Generated FAQ" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Regenerate FAQ" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Generate FAQ" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "Uncategorized" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Please insert your question here." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Answer must not be Empty." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "FAQ created." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "FAQ Group" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Select a FAQ group…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Add New Question" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Answer" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Write your Answer here." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Creating…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "FAQ updated." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Keep It Open By default" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/faq.js:1 msgid "Updating…" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "Drafted" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "FAQ Disabled." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "FAQ Enabled." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "Duplicate this FAQ?" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "FAQ duplicated." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "Delete this FAQ?" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "Yes, delete it!" msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "FAQ deleted." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "FAQ Group Disabled." msgstr "" #: assets/build/admin/js/dashboard.js:1 #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:1 #: assets/build/admin/js/faq.js:4 msgid "FAQ Group Enabled." msgstr "" #. translators: %d: number of published FAQs in this group. #: assets/build/admin/js/dashboard.js:2 #: assets/build/admin/js/faq.js:2 msgid "%d published" msgstr "" #. translators: %d: number of draft FAQs in this group. #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:4 msgid "%d draft" msgid_plural "%d drafts" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:4 msgid "Add a New FAQ" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:4 msgid "Delete this FAQ Group?" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:4 msgid "Also delete all FAQs inside this FAQ Group" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:4 msgid "FAQ Group deleted." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:4 msgid "FAQ Group deleted with all FAQs." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:4 msgid "question" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:4 msgid "questions" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Total FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 msgid "Published" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Drafts" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Could not analyze your site." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "The AI service could not generate docs." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Generate sample FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Generate sample docs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Generating your FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Generating your docs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Preview & confirm" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "All done" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Something went wrong" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "BetterDocs AI · hosted, no API key required" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Designing your knowledge base…" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Planning the categories and articles from what your site is about." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Your starter FAQs are ready" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Your starter knowledge base is ready (partial)" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Your starter knowledge base is ready" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Review the %d item, then add it as a draft to publish when you're ready." msgid_plural "Review the %d items, then add them as drafts — publish the ones you want when you're ready." msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "%d article couldn't be generated and was skipped. You can add what's here, or discard and try again for the full set." msgid_plural "%d articles couldn't be generated and were skipped. You can add what's here, or discard and try again for the full set." msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Sample FAQs added as drafts" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Sample docs added as drafts" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "%1$d FAQ groups · %2$d questions saved as drafts. Review and publish the ones you want to go live." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "%1$d categories · %2$d docs saved as drafts. Review and publish the ones you want to go live — nothing is public until you do." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Saved as drafts." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "This is usually temporary. Please try again in a moment." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Add API key in Settings" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "The AI service could not design your knowledge base." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "The AI service returned an empty knowledge base. Please try again." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "The AI service could not write any articles. Please try again." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Generate My FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Generate My Knowledge Base" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Discard" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Could not insert the docs." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Inserting…" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Insert all FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Insert all docs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Remove sample FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Remove sample docs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "View my FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "View my docs" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 #: assets/build/blocks/ai-edit.js:2 msgid "Close" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Try again" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/faq.js:4 #: assets/build/admin/js/glossaries.js:1 #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Incorrect or missing API key. Check your key in Settings → AI Content Suite." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "\"allOf\" condition requires an array as #3 argument" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "\"anyOf\" condition requires an array as #3 argument" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "\"not\" can have only one comparison rule, multiple rules given" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Invalid comparison rule %s." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Button has a required params #text." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Loading..." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Field must have a #type. see documentation." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "You should give a #fields arguments to a group field." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "File can't be empty." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Invalid file type." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "SVG, PNG, JPG or GIF (max.800x400px)" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Modal needs button/body with it." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "#options is a required arguments for RadioCard field." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Save Changes" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "There are no #tabs args defined in props." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Not an array." msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "There are no tabs defined!" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/quick-setup.js:1 msgid "Toggle dark mode" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Default Order" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Most Recent" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Least Recent" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "A → Z" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Z → A" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Most Questions" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Search Glossary..." msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Search groups & questions…" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Search categories…" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Search tags…" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "WooCommerce" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Trash (%d)" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Classic UI" msgstr "" #: assets/build/admin/js/dashboard.js:4 #: assets/build/admin/js/dashboard.js:5 msgid "Add New Category" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Ignore" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Keep Both" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Replace" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Sync pending posts (%d)" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Change AI embedding model?" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "This re-embeds all of your content on the AI server and may take a while." msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Yes, re-embed" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Switching the AI platform re-embeds everything" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Changing the embedding model re-embeds everything" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Changing the AI platform or embedding model re-embeds all of your content when you save. This takes time and uses API credits." msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Are you sure you want delete this rule?" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Edit Rule" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Create New Rule" msgstr "" #: assets/build/admin/js/dashboard.js:4 msgid "Set custom rules to control who can view, edit, or manage specific documentation based on user roles." msgstr "" #. translators: 1: minimum number of tokens, 2: model identifier #: assets/build/admin/js/dashboard.js:5 msgid "Recommended minimum is %1$d tokens for %2$s. Lower values can cause empty or truncated responses." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "GPT-5.5 produces large, slow responses. Raise your server limits before using it — increase PHP max execution time / your web-server timeout (e.g. 300 seconds) and memory_limit, or generation may time out before it finishes." msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Title Goes Here: title" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Text Goes Here: text" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "License Not Activated" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "To access this feature, simply upgrade to BetterDocs PRO for premium access." msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Here’s what’s inside BetterDocs Pro." msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Multiple Knowledge Bases" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Advanced Live Search" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Insightful Analytics Report" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "User Role Management" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Upgrade Now" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Upgrade to BetterDocs PRO" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Upgrade To BetterDocs PRO & Get BetterDocs AI Chatbot Addon" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "To access this feature, simply upgrade to BetterDocs PRO, get the BetterDocs AI chatbot Addon, and activate the license keys." msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Glossaries & Encyclopedia" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "AI-Powered Chatbot" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Instructions saved." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "(Untitled)" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Are you sure you want to delete this instruction?" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Add Instruction" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Edit Instruction" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Give this instruction set a title and write (or upload) the instructions BetterDocs AI should follow." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "e.g. API Reference voice" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "The Default/Core set is always applied as the base prompt and cannot be renamed or deleted." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Write instructions, or paste Markdown here…" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Upload a .md file" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Please upload a .md (Markdown) file." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Instructions can't be empty." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Please add a title for this instruction." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "tone" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "language" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Actions saved." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Are you sure you want to delete this action?" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Add Action" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Edit Action" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Name the action and write the instruction BetterDocs AI should follow when it runs on the selected content." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Action name" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "e.g. Add a TL;DR" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "This is a built-in action — its name is locked, but you can edit its instruction or turn it off." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Instruction" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Describe exactly what the AI should do with the selected content…" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Keep the " msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid " placeholder where the selected " msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid " should appear." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Instruction can't be empty." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Please add a name for this action." msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/quick-setup.js:1 msgid "Changes Saved Successfully." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Full Site Editing in Gutenberg" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Effortlessly design and customize your docs category archive, single docs, ready patterns & more with full site editing (FSE) compatibility in Gutenberg." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Instant Design in Elementor" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Easily design and customize your single docs, category archive page, FAQ builder & more using pre-made templates and widgets for Elementor & see changes in real time." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Legacy Customizer" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Create and personalize your templates and pages effortlessly with the live customizer. Make your adjustments the way you want and see the changes in action." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Quick Edit" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Trash" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "No Docs Found" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "No Category Found" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Please create a new category to get started — or let AI build a starter knowledge base for you." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Please create a new category to get started" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Create A New Category" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Generated Successfully" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Generation Failed" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Pending review" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Authors:" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Status:" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Title:" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Date:" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Select Privacy" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Password Protected" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Make Private" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "None" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Password:" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Allow Comments" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Saved Successfully" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Error While Saving" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "category in this page" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Previous Page" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Next Page" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Ascending" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/editor.js:1 msgid "Descending" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "All Dates" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "All Authors" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "All Categories" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Doc Status" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Publish" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Pending" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Auto Draft" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/write-with-ai.js:2 msgid "Private" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Inherit" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Edit" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Restore" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Delete Permanantly" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Doc Category" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Doc Tag" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Views" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Reaction" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Action" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Are you sure you want to permanently delete this post?" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Failed To Delete Permanently" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "%d Item Selected" msgid_plural "%d Items Selected" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:5 msgid "Are you sure you want to move %d Doc to the trash?" msgid_plural "Are you sure you want to move %d Docs to the trash?" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:5 msgid "Are you sure you want to permanently delete %d Doc?" msgid_plural "Are you sure you want to permanently delete %d Docs?" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:5 msgid "Delete Permanently" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Move to Trash" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Are you sure you want to restore %d Doc?" msgid_plural "Are you sure you want to restore %d Docs?" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:5 msgid "Error loading counts:" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Created Docs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Published Docs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Created FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Published FAQs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Welcome To BetterDocs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "40,000+ businesses" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "are accelerating their growth by creating content-rich documentation and knowledge base with BetterDocs." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Watch Tutorials" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Recent Docs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "View All" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Error:" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Scheduled" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Recent FAQ’s" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI Chatbot Addon" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "These are the Features you are getting👇🏻" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Want Advanced Features?" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Write with AI Auto Writer" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Instant Answer Bot" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Insightful Analytics" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Glossary & Encyclopedia" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "What's New?" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "New FAQ Retro Layout" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Author template" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs order option for Elementor" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Full Knowledge Base Data Processing" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Get your full website analyzed by BetterDocs AI Chatbot and have all the data processed. The addon will then utilize AI to generate replies based on the processed data." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Integration with OpenAI" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "The chatbot addon works by integrating with the renowned OpenAI platform, which you can configure in a few, simple steps to start giving informative chat replies with AI." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "3 Embed Model Options" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "With BetterDocs Chatbot, you have 3 different embed model options to choose from. Based on your choice, the addon will process your website data to provide replies." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "2 Chat Model Options" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "As a BetterDocs user, you get to select from 2 chat model options for your AI-generated answers. So, you can pick your preferred chat model straight from BetterDocs plugin." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Instantly Respond to Web Visitors’ Queries" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Give quick & accurate answers to visitors’ queries collecting data from your entire website with our AI-powered chatbot addon." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Get AI Chatbot" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Why Use BetterDocs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Discover the benefits of using our AI-powered chatbot on your website." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Easier Knowledge Base Navigation" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Instant Answers for All Queries" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Reduced Load for Your Support Team" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Improved Visitor Experience" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Advanced Features" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "You Are Getting" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Find out more about the versatile functionalities of the addon." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "How to Enable AI Chatbot: " msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "A Quick Tour" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Set up the chatbot for your knowledge base built using BetterDocs." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "1" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Unlock BetterDocs PRO & AI Chatbot addon" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "2" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Activate BetterDocs PRO & AI Chatbot with your license key" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "3" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Enable BetterDocs AI Chatbot on your site & start using it" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Try BetterDocs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Now!" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Ready to add an AI-powered chatbot to your website? Start addressing visitor queries with our powerful addon now." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "$69" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "$8.99" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "/Yearly" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "/Monthly" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Monthly" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Yearly" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "2 Chat Model options" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "1 Website" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Get Started" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/blocks/write-with-ai.js:2 msgid "Pro" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Last 7 days" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Last 14 days" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Last 30 days" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Reader behavior across all your knowledge bases." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI Traffic" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Which AI agents are reading your docs — and how often." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs Performance" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "How each doc is performing — views, unique readers, and trends." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Search Analytics" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "What your readers are looking for — and what they can't find." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Reader Engagement" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Geography, sources, devices, and languages." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Feedback Inbox" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Likes, dislikes, and comments — all in one feed." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Link Health" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Broken links and redirects across your articles." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Author Performance" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Per-author contribution and reception across the knowledge base." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Analytics Settings" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Configure data retention, privacy, and integrations." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Unique Readers" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Searches" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Top 10 Docs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Unique" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Search Trends" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Zero-results" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Top Search Queries" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Recent Feedback" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Avg. Read Time" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Helpfulness" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Views Over Time" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Per-Doc Breakdown" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Helpful" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Unique Queries" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Zero-Result Rate" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Searches vs. Zero-Results" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Top Zero-Result Queries" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Devices" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Desktop" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Top Countries" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Languages" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Clear and to the point — solved my issue." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Couldn't find how to change the result limit." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Would love drag-and-drop reordering here." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "The screenshots made this really easy." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Still 404ing after flushing rewrites." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Likes" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Dislikes" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Comments" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Broken Links" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Redirects" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Links Checked" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Broken & Redirected Links" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Status" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Contribution & Reception" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI Fetches" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI Agents" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI : Human" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Visibility Score" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Agent Distribution" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI share" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Top Agents" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI Traffic Over Time" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Human visits" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI fetches" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Most-Fetched Docs by AI" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Top agent" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Human" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Cookieless tracking" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Measure visits without setting cookies." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "MaxMind GeoIP" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Resolve reader country from IP." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "GA4 forwarding" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Mirror events to Google Analytics 4." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Bot exclusion" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Filter known crawlers from analytics." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Privacy & Integrations" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Data retention" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "How long to keep raw analytics events." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "365 days" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Analytics Overview is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "See your knowledge base at a glance — views, unique readers, searches, reactions, and your top content. BetterDocs keeps recording in the background, so your history is ready the moment you upgrade." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Views, unique readers, searches & reactions KPIs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Top 10 articles and top search queries" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Search trends and recent reader feedback" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Full AI Traffic analytics is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "See which AI agents read your docs, when, and what they fetch — with brand-recognized icons, trends, and per-page detail." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Per-agent breakdown with brand icons" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI vs. human traffic trends over time" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Most-fetched pages and activity heatmap" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs Performance is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Drill into each doc — views over time, helpfulness, reactions, and per-article trends." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Views & unique readers per article" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Helpfulness scores and reaction trends" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Country breakdown & search sources" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Search Analytics is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "See what readers look for — trends over time, zero-result queries, and click-through to docs." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Searches vs. zero-results over time" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Top zero-result queries to fix content gaps" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Exportable search reports" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Reader Engagement is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Understand who your readers are — geography, devices, and language reach." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Country & device breakdown" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Referrer sources and language reach" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "CSV exports for every view" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Feedback Inbox is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Every reader reaction, comment, and broken-link report in one place." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Likes, dislikes & comments in one feed" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Bulk status, filters, and exports" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Tie feedback back to each article" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Link Health is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Scan your knowledge base for broken links and redirects, with a triage inbox to fix them fast." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Automated broken-link scanning" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Redirect detection with status codes" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Triage inbox to resolve issues fast" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Author Performance is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Per-author views, helpfulness, and contribution metrics across your knowledge base." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs & views per author" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Helpfulness and reception scores" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Spot your most effective contributors" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Advanced analytics settings are Pro" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Cookieless tracking, MaxMind GeoIP, GA4 forwarding, and finer retention windows. Anonymise IP + basic retention are already in Free under Settings → BetterDocs." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Cookieless, privacy-first tracking" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "MaxMind GeoIP & GA4 forwarding" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Configurable data-retention windows" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "URL sync" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Upload" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Endpoints" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Postman" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Payments API" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "OpenAPI 3.1" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Try it" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "API Documentation is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Upload an OpenAPI or Postman file — or point BetterDocs at its URL — and every endpoint becomes a real doc inside your knowledge base, searchable, styled like the rest of your docs, and re-synced whenever the spec changes." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "OpenAPI 3.x, Swagger 2.0 & Postman collections" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Every endpoint generated as a native, searchable doc" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Built-in \"Try it\" console with live request samples" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Re-sync from a URL to keep docs matching your API" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "zero-result searches" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "high-bounce exits" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "feedback mentions" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "High confidence" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Medium confidence" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI-detected" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Search analytics" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "unanswered searches" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "phrasings" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Sample reader queries" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Suggested doc" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Draft title with AI" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Uses your API key" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Not updated 8+ months" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Not updated 6+ months" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Declining views" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Contradicts newer doc" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Outdated version" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Broken link" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Engagement" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Freshness" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Findability" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Accuracy" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "similar" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Merge" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Keep both" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Open doc" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Content Gaps Detected" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "3 new this week" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Stale Docs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "5 critical" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Content Health Score" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "+4 pts" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "site-wide" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "AI Suggestions Applied" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "accepted" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "This week's top action" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Write the missing" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "guide" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "128 reader signals point to this missing topic. It's your highest-demand gap, and no doc covers it yet." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Review this gap" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "See all gaps" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Intelligence modules" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "topics" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Content Gaps" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Demand your docs don't answer yet." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "docs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Stale Content" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs losing freshness and accuracy." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "pairs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Duplicates & Overlaps" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs covering the same ground." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "score" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Content Health" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "How healthy your KB is overall." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Content Intelligence" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "What to fix next — gaps, freshness, and health across your knowledge base." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Content Intelligence is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "One screen that answers \"what should I fix next?\" — a health grade for the whole knowledge base, the single highest-impact action this week, and a live count for every intelligence module. It runs on the analytics BetterDocs already collects." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Gaps, stale docs, health score and applied suggestions at a glance" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "\"This week's top action\", ranked by real reader demand" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "The evidence behind it: empty searches, bounced visits, feedback" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Module tiles that jump straight to the fix" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Topics readers want that your docs don't cover" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Clustered from searches that came back empty, visits that bounced, and what readers said in feedback. Every topic is re-checked against your existing docs before it is listed." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Analyze now" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Content Gap Detection" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Topics your readers want that your docs don't cover yet." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Content Gap Detection is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Finds the topics your readers keep asking for and your docs never answer. BetterDocs clusters searches that came back empty, visits that bounced, and feedback mentions into topics, then re-checks each one against your existing docs before listing it." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Missing topics ranked by demand, with the queries that evidence them" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Confidence scoring so you can act on the strongest signals first" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Accept, dismiss, or draft the doc title with your own AI key" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Grouped by meaning — not just matching words — with the AI Chatbot add-on" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs losing freshness" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Scored on age, declining engagement, version references, and broken links. Runs nightly — no API key required." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Critical" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Avg. Staleness" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs by staleness" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Staleness" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Last updated" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Trend" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Reason" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Mark current" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs losing accuracy, freshness, or engagement — ranked by staleness." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Stale Content detection is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Scores every doc on age, declining views and reactions, outdated version mentions, and broken links — so you refresh the docs that are actually decaying rather than simply the oldest ones." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "A 0–100 staleness score with the reason flags behind it" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Per-doc view trend, ranked worst first" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Nightly rule-based scan — no API key required" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Mark as current, dismiss, or open the doc to fix it" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Health Score" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Grade" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "vs last month · site-wide" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Score components" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Weakest area: Freshness · 61" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "How recently updated" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Fix stale content" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Score distribution" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Lowest-scoring docs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Health" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Weakest area" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Improve" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "A single, composite measure of how healthy your knowledge base is." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Content Health Score is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "A single composite grade for your knowledge base, built from five measured components, tracked month over month, and broken down to the individual docs pulling it down." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Site-wide score and A–F grade, trended over time" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Engagement, Helpfulness, Freshness, Findability & Accuracy" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Score distribution across every published doc" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Lowest-scoring docs with their weakest component named" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs covering near-identical ground" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Detected by comparing what your docs mean, not the words they use. Merge the pairs worth collapsing, or keep both and differentiate them." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Sync now" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Docs covering near-identical ground, detected by content similarity." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Duplicates & Overlaps is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Two docs can cover the same ground without sharing a single phrase — one written for beginners, one for admins. BetterDocs compares what your docs mean rather than the words they use, and lists the near-identical pairs with a similarity score." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Near-duplicate doc pairs, scored by content similarity" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Catches overlaps that share no wording at all" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Merge, keep both, or dismiss each pair as you review it" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Semantic detection runs on the BetterDocs AI Chatbot add-on's index" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "API" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Endpoint" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Knowledge Base" msgstr "" #: assets/build/admin/js/dashboard.js:5 #: assets/build/admin/js/dashboard.js:13 msgid "OAuth" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Rate Limit" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "SLA" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Webhook" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Glossaries is a Pro feature" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Build an A–Z glossary of your product's terms and auto-link them across every doc, so readers get an instant definition on hover — no more explaining the same jargon twice." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "A–Z glossary index, styled like the rest of your docs" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Auto-link terms across every doc with hover tooltips" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Write definitions with AI, then edit them inline" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Drag-to-reorder, plus CSV import & export" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Drag to reorder" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Select" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Collapse" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Expand" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "child" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "children" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "No description" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Add child" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Add child category" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Edit category" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Delete" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Delete category" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Bulk actions" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Delete failed." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Delete this category?" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "You won't be able to revert this!" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Reorder failed." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "LANGUAGE" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "All languages" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Delete selected categories?" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Yes, delete!" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Categories deleted." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Apply" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Select all" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Name & Description" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "No categories found." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "— Select —" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "This is a translation of" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "— None —" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "add" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Could not add category. The name or slug you entered is too long." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Category name cannot be empty or contain only spaces." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Category name" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "auto-generated" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Display order (e.g. 1, 2, 3)" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Parent Category" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Category ID" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Select Category Icon" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Use this image" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Change Image" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Brief description (optional)" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Add Category" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Category created." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Category updated." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Save failed." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Failed to load categories." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "No categories yet. Click “Add New Category” to create one." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Edit tag" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Delete tag" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Could not add tag. The name or slug you entered is too long." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Tag name cannot be empty or contain only spaces." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Tag name" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Add Tag" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Tag created." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Tag updated." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Delete this tag?" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Failed to load tags." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Delete selected tags?" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Tags deleted." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "No tags match your search." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "No tags yet. Click \"Add New Tag\" to create one." msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Never" msgstr "" #: assets/build/admin/js/dashboard.js:5 msgid "Just now" msgstr "" #. translators: %d: number of minutes. #: assets/build/admin/js/dashboard.js:7 msgid "%d minute ago" msgid_plural "%d minutes ago" msgstr[0] "" msgstr[1] "" #. translators: %d: number of hours. #: assets/build/admin/js/dashboard.js:9 msgid "%d hour ago" msgid_plural "%d hours ago" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:9 msgid "%d day ago" msgid_plural "%d days ago" msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:9 msgid "Access revoked." msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "Couldn't revoke that connection." msgstr "" #: assets/build/admin/js/dashboard.js:9 #: assets/build/admin/js/dashboard.js:20 msgid "Connected apps" msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "Apps that signed in through OAuth. Each one acts as the person who approved it, and revoking cuts it off at once. Clients using the connection token are not listed here — rotate the token to cut those off." msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "Refresh" msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "Loading connected apps…" msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "Couldn't load connected apps. Reload the page and try again." msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "No apps connected yet" msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "When someone approves an AI client on the consent screen, it appears here." msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "App" msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "Sends access to" msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "Approved by" msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "Approved" msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "Last used" msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "Access" msgstr "" #: assets/build/admin/js/dashboard.js:9 msgid "—" msgstr "" #. translators: %d: WordPress user id, shown when the user no longer exists. #: assets/build/admin/js/dashboard.js:10 msgid "User #%d" msgstr "" #: assets/build/admin/js/dashboard.js:10 msgid "Revoke this app?" msgstr "" #. translators: %s: the connected app's name. #: assets/build/admin/js/dashboard.js:11 msgid "“%s” loses access immediately and has to be approved again to reconnect." msgstr "" #: assets/build/admin/js/dashboard.js:11 #: assets/build/admin/js/dashboard.js:12 msgid "Revoke" msgstr "" #. translators: %s: the connected app's name. #: assets/build/admin/js/dashboard.js:12 msgid "Revoke %s" msgstr "" #. translators: %s: the REST fallback endpoint URL. #: assets/build/admin/js/dashboard.js:13 msgid "Paste into any client that takes a JSON MCP config. If pretty permalinks are off, use %s as the url." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Paste into any client that takes a JSON MCP config." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Copy the command above and run it in your terminal." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Ask Claude to call bd-get-status to confirm the connection." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Copy the block above into the client's MCP configuration file." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Restart the client so it reads the new server." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Copy the prompt above." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Paste it into an assistant that can edit its own MCP configuration." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "CLI" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Add the server from your terminal, approve once in the browser." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Command" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Run /mcp in Claude Code and choose BetterDocs — your browser opens this site's approval screen; sign in and approve." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Editor" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "One click opens Cursor with BetterDocs prefilled." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Add to Cursor" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Opens cursor://… with the server URL." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Click \"Add to Cursor\". It opens Cursor with BetterDocs prefilled." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Confirm the install when Cursor asks." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Approve the connection in the browser Cursor opens for this site's sign-in." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Opens cursor://… with the server URL and the token." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "One click opens VS Code with BetterDocs prefilled." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Add to VS Code" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Opens vscode:mcp/install… with the server URL." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Click \"Add to VS Code\". It opens VS Code with BetterDocs prefilled." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Confirm the install when VS Code asks." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Approve the connection in the browser VS Code opens for this site's sign-in." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Opens vscode:mcp/install… with the server URL and the token." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Claude Desktop & JSON clients" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Paste a block into any client that takes a JSON MCP config." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "mcpServers block" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Approve the connection in the browser it opens for this site's sign-in." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Ask your AI to set it up" msgstr "" #: assets/build/admin/js/dashboard.js:13 #: assets/build/blocks/ai-edit.js:2 #: assets/build/blocks/write-with-ai.js:2 msgid "Prompt" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Paste a prompt and the assistant adds the connection itself." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "It carries no credential — the assistant is sent here to sign in." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Approve the connection in the browser it opens, then ask it to call bd-get-status." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Pick your tool" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "How this client signs in" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Sign in in your browser" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "· Recommended" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Use the connection token" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "This carries your site's connection token. Only for a machine with no browser." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "How to" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Editors & CLI" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Signs in with a one-time approval. No token to paste." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Connector URL" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "How to add a connector" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Connection token rotated. Reconnect your clients with the new one." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Couldn't rotate the connection token." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Rotate the connection token?" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "A new token is generated immediately. Every client using the old one — Claude Code, Cursor, VS Code, Claude Desktop — stops working until you give it the new command. Apps connected through OAuth are unaffected." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Rotate token" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Add BetterDocs to your client" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Pick your assistant below — it opens or copies fully configured." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "How it works" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Preparing your connection…" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Couldn't load the MCP connection status." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "The stored copy of your connection token can't be read." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "This happens when the WordPress security salts change. Clients you already connected keep working — but to see or share the token again you have to rotate it, which disconnects them." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Claude (web, mobile & desktop)" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "In Claude, open Settings → Connectors → Add Connector → Add custom connector." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Paste the connector URL above and give it a name (e.g. BetterDocs)." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Click Add, then approve access when Claude asks you to sign in." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "In ChatGPT, open Settings → Connectors → Add New." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Enter a name (e.g. BetterDocs)." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Paste the connector URL above." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Save, then approve access when ChatGPT asks you to sign in." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Rotate the connection token if it may have leaked. Clients that use the token will need the new one; browser sign-ins are unaffected." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Rotating…" msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "No Abilities API is available, so no tools can be offered to an AI client." msgstr "" #: assets/build/admin/js/dashboard.js:13 msgid "Another plugin is providing the Abilities API. BetterDocs registers into it, but the version it ships governs." msgstr "" #. translators: %s: the bundled abilities-api package version. #: assets/build/admin/js/dashboard.js:14 msgid "Provided by the runtime bundled with BetterDocs (%s)." msgstr "" #: assets/build/admin/js/dashboard.js:14 msgid "unknown version" msgstr "" #. translators: %s: the WordPress version providing the Abilities API. #: assets/build/admin/js/dashboard.js:15 msgid "Provided by WordPress %s." msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "(unknown version)" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "BetterDocs (bundled)" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Another plugin" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Nobody" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "The test request itself failed. Reload the page and try again." msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Checking connection health…" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Couldn't load the health report. Reload the page and try again." msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "HTTPS is on and every WordPress URL agrees." msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "The REST API URL uses a different scheme from the site address, which redirects MCP requests." msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Site Address and WordPress Address use different schemes, so requests can bounce between HTTP and HTTPS." msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "This site is served over HTTP. Most AI clients refuse to connect to anything but HTTPS." msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Pro active" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Pro active, unlicensed" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Pro inactive" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Free only" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Connection health" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "What an AI client finds when it reaches this site. Test connection makes the real round trip from this server and names the first step that fails." msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Re-check" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Testing…" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Test connection" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Secure connection" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "OK" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Check" msgstr "" #: assets/build/admin/js/dashboard.js:15 msgid "Abilities API" msgstr "" #: assets/build/admin/js/dashboard.js:15 #: assets/build/admin/js/dashboard.js:20 msgid "Registered tools" msgstr "" #. translators: %d: number of registered BetterDocs tools. #: assets/build/admin/js/dashboard.js:16 msgid "%d BetterDocs tool is registered and offered to connected clients." msgid_plural "%d BetterDocs tools are registered and offered to connected clients." msgstr[0] "" msgstr[1] "" #: assets/build/admin/js/dashboard.js:16 msgid "No BetterDocs tools are registered, so a client would connect and find nothing to call." msgstr "" #: assets/build/admin/js/dashboard.js:16 msgid "Your capabilities" msgstr "" #: assets/build/admin/js/dashboard.js:16 msgid "Complete" msgstr "" #. translators: %d: number of missing capabilities. #: assets/build/admin/js/dashboard.js:17 msgid "%d missing" msgstr "" #: assets/build/admin/js/dashboard.js:17 msgid "You hold every BetterDocs capability, so no tool will refuse you." msgstr "" #. translators: %s: comma-separated capability names. #: assets/build/admin/js/dashboard.js:18 msgid "Tools needing these will refuse you: %s." msgstr "" #: assets/build/admin/js/dashboard.js:18 msgid "Database" msgstr "" #: assets/build/admin/js/dashboard.js:18 msgid "Up to date" msgstr "" #: assets/build/admin/js/dashboard.js:18 msgid "Update due" msgstr "" #. translators: %s: database schema version. #: assets/build/admin/js/dashboard.js:19 msgid "Schema v%s installed." msgstr "" #: assets/build/admin/js/dashboard.js:19 msgid "A database update is pending. Reload the admin so it can run." msgstr "" #: assets/build/admin/js/dashboard.js:19 msgid "One or more client addresses are locked out after repeated failed authentications — usually a client still holding a rotated-away token. While a lockout holds, that address is refused even with a valid token. It clears itself within 15 minutes of the retries stopping." msgstr "" #: assets/build/admin/js/dashboard.js:19 msgid "Server status" msgstr "" #. translators: %s: the date this site's connection was established. #: assets/build/admin/js/dashboard.js:20 msgid "since %s" msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "Last activity" msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "Enable MCP access" msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "Create, update and delete docs" msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "Organise doc categories, tags and knowledge bases" msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "Write and attach FAQs and FAQ groups" msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "Setup needed" msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "MCP is on. Connect an AI client below." msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "MCP is off. AI clients can no longer connect." msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "Couldn't save that. Check your permissions and try again." msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "Let AI assistants such as Claude, ChatGPT and Cursor read and write your documentation directly, over the Model Context Protocol. Access runs through a revocable connection token or a one-time OAuth approval, and every action is performed as the person who granted it — nothing an assistant does exceeds that account's own permissions. Switch this off and BetterDocs refuses every AI connection." msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "What a connected assistant can do" msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "Every action honours the capabilities of the account that approved the connection, and every change is an ordinary revision you can review or undo." msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "The MCP runtime did not load." msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "The Abilities API is not available, so BetterDocs can offer no tools — an AI client would connect and find nothing to call. This normally means the plugin package is incomplete (dependencies/vendor is missing). Reinstall BetterDocs from wordpress.org or an official build." msgstr "" #: assets/build/admin/js/dashboard.js:20 msgid "total" msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "Finishing..." msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "Save & apply your setup" msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "Nothing is saved until you finish. Click below to store your settings, apply your configuration, and head to your BetterDocs dashboard." msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "Finishing…" msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "Finish setup" msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "You can revisit any step above before finishing." msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "AI-generated" msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "Skip the blank page" msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "BetterDocs can read your site and generate a tailored starter knowledge base — categories and draft articles — in about a minute." msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "or build it yourself" msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "No categories yet" msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "Add your first category and articles manually from the All Docs screen after setup." msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "%1$d categories · %2$d docs created" msgstr "" #: assets/build/admin/js/quick-setup.js:1 msgid "%1$d categories · %2$d docs" msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "BetterDocs AI" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/ai-edit.js:2 msgid "Edit with BetterDocs AI" msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Highlight" msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Improve the writing quality, clarity, grammar, and structure of the content below while preserving its original meaning and intent." msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Make the content below more concise. Preserve all essential information; remove redundancy and filler." msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Expand the content below with more detail, examples, and clear explanations. Keep the original voice." msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Rewrite the content below in simpler language so it is easy to understand for a non-technical reader." msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Fix only the grammar, spelling, and punctuation in the content below. Do not rewrite or change the meaning or style." msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Rewrite the content below in a {option} tone while preserving its meaning." msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Translate the content below into {option}. Preserve meaning, tone, and any HTML structure." msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Summarize the content below into 2 to 3 clear sentences." msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Extract the statistics, figures, or comparable data from the content below and represent them as a single HTML table. Infer clear column headers. Include every distinct data point. If no tabular data can be reasonably inferred, return the best possible structured representation." msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Formal" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Casual" msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Professional" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Friendly" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:2 msgid "Technical" msgstr "" #: assets/build/blocks/ai-edit.js:1 msgid "Confident" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Rate limited" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Request timed out" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Empty result" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "API key required" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Generating" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "words" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "sections" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Replaces your selection" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Current selection" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Suggested replacement" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Optional — saved instructions that steer the AI" msgstr "" #: assets/build/blocks/ai-edit.js:1 #: assets/build/blocks/write-with-ai.js:1 msgid "Select instructions…" msgstr "" #. translators: %d: number of selected instruction sets. #: assets/build/blocks/ai-edit.js:2 #: assets/build/blocks/write-with-ai.js:2 msgid "%d selected" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "AI Edit is not properly initialized." msgstr "" #: assets/build/blocks/ai-edit.js:2 #: assets/build/blocks/write-with-ai.js:2 msgid "Unexpected response from the server." msgstr "" #: assets/build/blocks/ai-edit.js:2 #: assets/build/blocks/write-with-ai.js:2 msgid "Failed to reach the AI service. Please try again." msgstr "" #: assets/build/blocks/ai-edit.js:2 #: assets/build/blocks/write-with-ai.js:2 msgid "Tone" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "(No text)" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Custom Prompt" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Refine your selected content" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Selected content" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Choose an action" msgstr "" #. translators: %s: selected action name. #: assets/build/blocks/ai-edit.js:2 msgid "Selected: %s" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Tell AI exactly what you want" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Describe exactly what you want the AI to do." msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Review and edit the prompt before generating." msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Generate" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Discard & Retry" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Insert After" msgstr "" #: assets/build/blocks/ai-edit.js:2 msgid "Replace Selection" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Navigation Text Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Navigation Text Hover Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Arrow Background Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Doc Navigation" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Navigate between one docs to another easily with doc navigator block." msgstr "" #: assets/build/blocks/editor.js:1 msgid "better docs" msgstr "" #: assets/build/blocks/editor.js:1 msgid "navigation" msgstr "" #: assets/build/blocks/editor.js:1 msgid "betterdocs doc-navigation" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Styles" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Reading Time Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Reading Time" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Reading Time Block For Single Docs." msgstr "" #: assets/build/blocks/editor.js:1 msgid "reading time" msgstr "" #: assets/build/blocks/editor.js:1 msgid "time" msgstr "" #: assets/build/blocks/editor.js:1 msgid "List Heirarchy" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Collapsible On Small Devices" msgstr "" #: assets/build/blocks/editor.js:1 msgid "TOC Container" msgstr "" #: assets/build/blocks/editor.js:1 msgid "TOC List" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Left Border Spacing" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Active Border Top" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Active Border Right" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Active Border Bottom" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Active Border Left" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Table Of Contents" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Display well-structured Table of Contents for your Documentation with lots of styling options." msgstr "" #: assets/build/blocks/editor.js:1 msgid "toc" msgstr "" #: assets/build/blocks/editor.js:1 msgid "table of contents" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Wrapper Padding" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Wrapper Margin" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Docs tag" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Single Doc Tags Block" msgstr "" #: assets/build/blocks/editor.js:1 msgid "docs tags" msgstr "" #: assets/build/blocks/editor.js:1 msgid "tags" msgstr "" #: assets/build/blocks/editor.js:1 msgid "betterdocs tags" msgstr "" #: assets/build/blocks/editor.js:1 msgid "span" msgstr "" #: assets/build/blocks/editor.js:1 msgid "p" msgstr "" #: assets/build/blocks/editor.js:1 msgid "div" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Show Last Updated Time" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Area" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Image Width" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Image Height" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Highlight documentation categories with eye-catching boxes." msgstr "" #: assets/build/blocks/editor.js:1 msgid "category box" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Border Style" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Dashed" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Solid" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Dotted" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Double" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Groove" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Inset" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Outset" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Ridge" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Border Transition" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Border Radius Transition" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Shadow Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Horizontal Offset" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Vertical Offset" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Shadow Blur" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Shadow Spread" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Hover Shadow Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Shadow Transition" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Post ID" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Post Author" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Layout 7" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Layout 8" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Doc ID" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Render only the active category upfront; fetch the rest on click (or scroll for the Memphis layout)." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Layout Setting" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Nav" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Search Box Initial Query" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Doc Term Id's" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Specific FAQ Id's" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Number of FAQ" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Faq Group Id's" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Please note that these query changes will apply to the front end only." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Container Width" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Box Width" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Box Icon Size" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Outer Width" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Outer Height" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Inner Width" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Inner Height" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Active Background" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Active Title Border" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Active List Border" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Title Arrow" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Arrow Hover Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Doc List" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Spacing" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Nested Sub Category Title" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Nested Subcategory List" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Sub List Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Sub List Hover Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Nested Subcategory Arrow" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Z-Index" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Easily incorporate sidebars into your knowledge base documentation." msgstr "" #: assets/build/blocks/editor.js:1 msgid "betterdocs sidebar" msgstr "" #: assets/build/blocks/editor.js:1 msgid "sidebar" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Layout 3 (Slate)" msgstr "" #: assets/build/blocks/editor.js:1 msgid "ASC" msgstr "" #: assets/build/blocks/editor.js:1 msgid "DESC" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Order by" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Grid List Docs" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Docs Per Page" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Display knowledge base categories with modern slate-style layout." msgstr "" #: assets/build/blocks/editor.js:1 msgid "category slate" msgstr "" #: assets/build/blocks/editor.js:1 msgid "slate layout" msgstr "" #: assets/build/blocks/editor.js:1 msgid "modern grid" msgstr "" #: assets/build/blocks/editor.js:1 msgid "%d Sub Category" msgid_plural "%d Sub Categories" msgstr[0] "" msgstr[1] "" #: assets/build/blocks/editor.js:1 msgid "No category found." msgstr "" #: assets/build/blocks/editor.js:1 #: assets/build/elementor/js/category-grid.js:1 #: assets/build/shortcodes/js/search-modal.js:1 msgid "No Docs found for" msgstr "" #: assets/build/blocks/editor.js:1 #: assets/build/elementor/js/category-grid.js:1 #: assets/build/shortcodes/js/search-modal.js:1 msgid "ESC" msgstr "" #: assets/build/blocks/editor.js:1 #: assets/build/elementor/js/category-grid.js:1 #: assets/build/shortcodes/js/search-modal.js:1 msgid "No FAQ found for" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Width (%)" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Please note that these query changes will be applicable on the front end only" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Search Sub Heading" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Enable AI Search Suggestions" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Title Typography" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Query Typography" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Response Typography" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Button Typography" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Item Hover Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Simple search forms for easy user guidance for your knowledge base." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Entry Heading" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Entry Heading Tag" msgstr "" #: assets/build/blocks/editor.js:1 msgid "List Style" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Hover Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Excerpt" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Excerpt Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Description Typography" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Excerpt Typography" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Archive Doc List" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Streamlines the creation of your knowledge-base archive lists." msgstr "" #: assets/build/blocks/editor.js:1 msgid "archive doc list" msgstr "" #: assets/build/blocks/editor.js:1 msgid "docs archive" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Single Doc Content" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Add content to your documentation with this block." msgstr "" #: assets/build/blocks/editor.js:1 msgid "single doc content" msgstr "" #: assets/build/blocks/editor.js:1 msgid "doc content" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Breadcrumb Title" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Wrapper Background Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Breadcrumb Icon" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Ensure a well-structured knowledge base to guide users effectively." msgstr "" #: assets/build/blocks/editor.js:1 msgid "breadcrumb" msgstr "" #: assets/build/blocks/editor.js:1 msgid "CodeMirror failed to load. Using plain textarea." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Loading code editor..." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Add one entry per HTTP status. Each becomes a tab (200, 404, …)." msgstr "" #: assets/build/blocks/editor.js:1 msgid "+ Add response" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Toggle the status tabs + copy button." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Display a tooltip (‘Copied!’) on copy button hover or click." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Display line numbers in the response body." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Show HTTP responses as status-code tabs (200, 404, …), each with a copyable code example." msgstr "" #: assets/build/blocks/editor.js:1 msgid "response" msgstr "" #: assets/build/blocks/editor.js:1 msgid "api" msgstr "" #: assets/build/blocks/editor.js:1 msgid "http" msgstr "" #: assets/build/blocks/editor.js:1 msgid "status" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Heading Alignment" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Label Typography" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Button Text Typography" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Button Width" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Feedback Form" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Collect user feedback or reviews for your knowledge base documentation." msgstr "" #: assets/build/blocks/editor.js:1 msgid "feedback form" msgstr "" #: assets/build/blocks/editor.js:1 msgid "single doc" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Gradient Type" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Radial Type" msgstr "" #: assets/build/blocks/editor.js:1 msgid "First Color Position" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Second Color Position" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Angle" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Center X Position" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Center Y Position" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Print" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Print Button" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Print Button lets your users simply just hit the button, save as PDF & print the documentation." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Doc Per Subcategory" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Please save and reload the view page to get the effect of column and space on masonry layout" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Inner Margin" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Grid Margin" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Ticker Background Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Positon" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Represent knowledge base categories with amazing grid view." msgstr "" #: assets/build/blocks/editor.js:1 msgid "category grid" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Archive Title Tag" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Archive Header" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Inner Image Width" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Inner Image Height" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Archive Doc Count" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Archive Doc Title" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Header For Archive Page" msgstr "" #: assets/build/blocks/editor.js:1 msgid "archive" msgstr "" #: assets/build/blocks/editor.js:1 msgid "header" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Category Name" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Content Settings" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Display AI-powered article summaries for your documentation with customizable styling options." msgstr "" #: assets/build/blocks/editor.js:1 msgid "ai doc summarizer" msgstr "" #: assets/build/blocks/editor.js:1 msgid "doc summary" msgstr "" #: assets/build/blocks/editor.js:1 msgid "article summary" msgstr "" #: assets/build/blocks/editor.js:1 msgid "ai summary" msgstr "" #: assets/build/blocks/editor.js:1 msgid "AI Article Summary" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Doc Summarizer Thinking" msgstr "" #: assets/build/blocks/editor.js:1 msgid "This is a preview of the Doc Summarizer block. The actual AI-generated summary will appear here when viewed on the frontend." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Author Box" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Doc Author" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Doc Author Block For Single Docs" msgstr "" #: assets/build/blocks/editor.js:1 msgid "doc author" msgstr "" #: assets/build/blocks/editor.js:1 msgid "updated time" msgstr "" #: assets/build/blocks/editor.js:1 msgid "author" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Social Share Title" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Share Title Content" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Content Alignment" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Social Box Wrapper" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Box Height" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Social Icons" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Show Facebook Icon" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Show Twitter Icon" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Show LinkedIn Icon" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Show Pinterest Icon" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Padding" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Margin" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Outer Width" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Outer Height" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Social Share" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Enable users to instantly share docs on social media platforms with ease." msgstr "" #: assets/build/blocks/editor.js:1 msgid "social share" msgstr "" #: assets/build/blocks/editor.js:1 msgid "%1$s %2$d %3$s" msgid_plural "%1$s %2$d %3$s" msgstr[0] "" msgstr[1] "" #: assets/build/blocks/editor.js:1 msgid "Tab" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Handbook" msgstr "" #: assets/build/blocks/editor.js:1 msgid "FAQ Order" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Overrides the global FAQ Builder order for this block only." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Default (global)" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Manual (drag & drop)" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Newest first" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Oldest first" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Title A → Z" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Title Z → A" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Most questions" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Use the FAQ block to easily create a knowledge base section of frequently asked questions." msgstr "" #: assets/build/blocks/editor.js:1 msgid "betterdocs faq" msgstr "" #: assets/build/blocks/editor.js:1 msgid "faq" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Date Style" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Date" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Display the date of the Docs." msgstr "" #: assets/build/blocks/editor.js:1 msgid "betterdocs date" msgstr "" #: assets/build/blocks/editor.js:1 msgid "docs date" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Reaction Box" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Reaction Title" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Title Content" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Reaction Icon" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Inner Icon Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Inner Icon Hover Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Icon Text Color" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Enable Happy" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Enable Neutral" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Enable Sad" msgstr "" #: assets/build/blocks/editor.js:1 msgid "BetterDocs Reactions" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Collect user reactions for your documentation." msgstr "" #: assets/build/blocks/editor.js:1 msgid "reactions" msgstr "" #: assets/build/blocks/editor.js:1 msgid "betterdocs reactions" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Code Settings" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Choose Programming Language" msgstr "" #: assets/build/blocks/editor.js:1 msgid "// Paste or type your code here..." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Enter your code snippet. Use Tab for indentation. Syntax highlighting will appear in the preview." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Add the same snippet in other languages. When you add one or more, the header shows a language dropdown to switch between them." msgstr "" #: assets/build/blocks/editor.js:1 msgid "Programming Language" msgstr "" #: assets/build/blocks/editor.js:1 msgid "+ Add Language" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Filename" msgstr "" #: assets/build/blocks/editor.js:1 msgid "hero-section.tsx" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Enter the name to display in header (e.g., hero-section.tsx)" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Change Icon" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Upload Icon" msgstr "" #: assets/build/blocks/editor.js:1 msgid "File icon preview" msgstr "" #: assets/build/blocks/editor.js:1 msgid "Display code snippets with syntax highlighting and copy functionality." msgstr "" #: assets/build/blocks/editor.js:1 msgid "code" msgstr "" #: assets/build/blocks/editor.js:1 msgid "snippet" msgstr "" #: assets/build/blocks/editor.js:1 msgid "syntax" msgstr "" #: assets/build/blocks/editor.js:1 msgid "highlight" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Write with AI is not properly initialized." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "No category suggestions for this doc." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "No tag suggestions for this doc." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Suggested categories & tags" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Pick the terms to add — existing terms are reused, new ones are created on insert." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Finding relevant terms…" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "No suggestions found." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Pull Request" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Issue" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Repository file" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Root" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Loading…" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "This folder is empty." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "No repositories found. If GitHub shows connected but nothing loads here, your GitHub session has likely expired." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Reconnect in Settings → Git Integration" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Repository" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Loading repositories…" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Search a repository…" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "What to document" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Choose a repository to continue." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Select an issue" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Select a pull request" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "No open issues found" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "No open pull requests found" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Search an issue…" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Search a pull request…" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Any" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Short" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Medium" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Long" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "AI platform & model configured in BetterDocs → Settings → AI" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Tokens" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "AI outline" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "%d sections · drag to reorder" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Toggle heading level" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "New section" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Add section" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Regenerate outline" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Expand into Doc" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Auto-detect" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Support transcript" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Forum thread" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Raw notes" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Paste any existing content — a support chat, forum thread, or rough notes. BetterDocs AI will turn it into a structured doc." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Paste the full support conversation (chat or email). BetterDocs AI will turn it into a structured doc." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Paste the forum thread, including replies. BetterDocs AI will turn it into a structured doc." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Paste your rough notes or bullet points. BetterDocs AI will expand them into a structured doc." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Paste a GitHub pull request or file URL — e.g. https://github.com/owner/repo/pull/123 or .../blob/main/docs/guide.md" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Paste URL" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Browse repository" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Document this feature / PR" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Explain what this feature does and how to use it in clear end-user documentation terms — focus on the user-facing behavior, not the code or implementation details." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Turn into a how-to guide" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Turn this into a concise, numbered step-by-step how-to guide." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Write a what's-new doc" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Write a \"What's New\" announcement-style doc that highlights the changes and explains why they matter to users." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Adapt this doc to my site" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Rewrite this as a fresh doc for my site, keeping the meaning but improving the clarity, structure, and tone." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Write the documentation in %s." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Any size" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "%1$s · %2$s · %3$d on" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Length" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Default (Site Language)" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Regenerate title" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Let AI rewrite the document title" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Overwrite existing doc" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Replace current content instead of appending" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Suggest categories" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Suggest doc categories after generating" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Suggest tags" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Suggest doc tags after generating" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Write Documentation" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Draft a doc with BetterDocs AI" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "From source" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "From Git" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "From Attachment" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "to use this Write with AI feature." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Couldn't generate" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "What should this documentation cover?" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Describe what you want the documentation to cover — e.g. \"A getting-started guide for installing and configuring the plugin.\" BetterDocs AI handles the structure and formatting." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "The clearer your request, the better the result. A title and formatting are added automatically." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Source content:" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "BetterDocs AI uses only what's in your source — it won't invent details." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Writing from Git is a Pro feature" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Paste a pull request or repo file URL and let BetterDocs AI turn what you already shipped in Git into a polished doc." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Generate a doc from a Pull Request" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Turn a repository file into a new doc" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Works with GitHub & GitLab via Git Sync" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Enable and connect" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "BetterDocs Git Sync" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "to generate documentation from a repository." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Git URL:" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "BetterDocs AI fetches the content over your connected Git account and writes from it — it won't invent details." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Add a prompt (optional)" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Add extra instructions for this doc, or tap a suggestion above — e.g. \"Focus on the user-facing steps and keep it beginner-friendly.\"" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Upload a file to write from:" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Click to choose a file" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "PDF, DOCX, TXT, MD, or an image (PNG/JPG/WEBP) — up to 5 MB" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Optional: how should BetterDocs AI treat this file? — e.g. \"Turn this into a step-by-step how-to guide.\"" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "BetterDocs AI reads the file's text and writes only from its content — it won't invent details." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Advanced settings" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Generate Outline" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Generate Doc" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Generate from source" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Generate from Git" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Generate from attachment" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Connect an API key in Settings → AI to enable generation." msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Outlining" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Reading your source" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Fetching from Git" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Reading your file" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Generating documentation" msgstr "" #: assets/build/blocks/write-with-ai.js:2 msgid "Keep & insert" msgstr "" #: assets/build/blocks/archive-header/block.json msgctxt "block title" msgid "BetterDocs Archive Header" msgstr "" #: assets/build/blocks/archive-header/block.json msgctxt "block description" msgid "Header For Archive Page" msgstr "" #: assets/build/blocks/article-summary/block.json msgctxt "block title" msgid "AI Doc Summarizer" msgstr "" #: assets/build/blocks/article-summary/block.json msgctxt "block description" msgid "Display AI-powered article summaries for your documentation with customizable styling options." msgstr "" #: assets/build/blocks/betterdocs-print/block.json msgctxt "block title" msgid "BetterDocs Print" msgstr "" #: assets/build/blocks/betterdocs-print/block.json msgctxt "block description" msgid "Print Button lets your users simply just hit the button, save as PDF & print the documentation." msgstr "" #: assets/build/blocks/breadcrumb/block.json msgctxt "block title" msgid "BetterDocs Breadcrumb" msgstr "" #: assets/build/blocks/breadcrumb/block.json msgctxt "block description" msgid "Ensure a well-structured knowledge base to guide users effectively." msgstr "" #: assets/build/blocks/category-slate-layout/block.json msgctxt "block title" msgid "BetterDocs Slate Layout" msgstr "" #: assets/build/blocks/category-slate-layout/block.json msgctxt "block description" msgid "Display knowledge base categories with modern slate-style layout." msgstr "" #: assets/build/blocks/categorybox/block.json msgctxt "block title" msgid "BetterDocs Category Box" msgstr "" #: assets/build/blocks/categorybox/block.json msgctxt "block description" msgid "Highlight documentation categories with eye-catching boxes." msgstr "" #: assets/build/blocks/categorygrid/block.json msgctxt "block title" msgid "BetterDocs Category Grid" msgstr "" #: assets/build/blocks/categorygrid/block.json msgctxt "block description" msgid "Represent knowledge base categories with amazing grid view." msgstr "" #: assets/build/blocks/code-snippet-tab/block.json msgctxt "block title" msgid "BetterDocs Code Snippet Tab" msgstr "" #: assets/build/blocks/code-snippet-tab/block.json msgctxt "block description" msgid "Show HTTP responses as status-code tabs (200, 404, …), each with a copyable code example." msgstr "" #: assets/build/blocks/code-snippet-tab/block.json msgctxt "block keyword" msgid "response" msgstr "" #: assets/build/blocks/code-snippet-tab/block.json msgctxt "block keyword" msgid "api" msgstr "" #: assets/build/blocks/code-snippet-tab/block.json msgctxt "block keyword" msgid "http" msgstr "" #: assets/build/blocks/code-snippet-tab/block.json msgctxt "block keyword" msgid "status" msgstr "" #: assets/build/blocks/code-snippet-tab/block.json #: assets/build/blocks/code-snippet/block.json msgctxt "block keyword" msgid "code" msgstr "" #: assets/build/blocks/code-snippet-tab/block.json #: assets/build/blocks/code-snippet/block.json msgctxt "block keyword" msgid "betterdocs" msgstr "" #: assets/build/blocks/code-snippet/block.json msgctxt "block title" msgid "BetterDocs Code Snippet" msgstr "" #: assets/build/blocks/code-snippet/block.json msgctxt "block description" msgid "Insert stylized, language-aware code blocks with copy-to-clipboard functionality." msgstr "" #: assets/build/blocks/code-snippet/block.json msgctxt "block keyword" msgid "snippet" msgstr "" #: assets/build/blocks/code-snippet/block.json msgctxt "block keyword" msgid "syntax" msgstr "" #: assets/build/blocks/code-snippet/block.json msgctxt "block keyword" msgid "highlight" msgstr "" #: assets/build/blocks/code-snippet/block.json msgctxt "block keyword" msgid "programming" msgstr "" #: assets/build/blocks/doc-archive-list/block.json msgctxt "block title" msgid "BetterDocs Archive Doc List" msgstr "" #: assets/build/blocks/doc-archive-list/block.json msgctxt "block description" msgid "Streamlines the creation of your knowledge-base archive lists." msgstr "" #: assets/build/blocks/doc-author/block.json msgctxt "block title" msgid "BetterDocs Doc Author" msgstr "" #: assets/build/blocks/doc-author/block.json msgctxt "block description" msgid "Doc Author Block For Single Docs" msgstr "" #: assets/build/blocks/doc-content/block.json msgctxt "block title" msgid "BetterDocs Single Doc Content" msgstr "" #: assets/build/blocks/doc-content/block.json msgctxt "block description" msgid "Add content to your documentation with this block." msgstr "" #: assets/build/blocks/doc-date/block.json msgctxt "block title" msgid "BetterDocs Date" msgstr "" #: assets/build/blocks/doc-date/block.json msgctxt "block description" msgid "Display the date of the Docs." msgstr "" #: assets/build/blocks/doc-navigation/block.json msgctxt "block title" msgid "BetterDocs Doc Navigation" msgstr "" #: assets/build/blocks/doc-navigation/block.json msgctxt "block description" msgid "Navigate between one docs to another easily with doc navigator block." msgstr "" #: assets/build/blocks/docs-tag/block.json msgctxt "block title" msgid "BetterDocs Docs Tag" msgstr "" #: assets/build/blocks/docs-tag/block.json msgctxt "block description" msgid "Single Doc Tags Block" msgstr "" #: assets/build/blocks/faq/block.json msgctxt "block title" msgid "BetterDocs FAQ" msgstr "" #: assets/build/blocks/faq/block.json msgctxt "block description" msgid "Use the FAQ block to easily create a knowledge base section of frequently asked questions." msgstr "" #: assets/build/blocks/feedback-form/block.json msgctxt "block title" msgid "BetterDocs Feedback Form" msgstr "" #: assets/build/blocks/feedback-form/block.json msgctxt "block description" msgid "Collect user feedback or reviews for your knowledge base documentation." msgstr "" #: assets/build/blocks/reactions/block.json msgctxt "block title" msgid "BetterDocs Reactions" msgstr "" #: assets/build/blocks/reactions/block.json msgctxt "block description" msgid "Collect user reactions for your documentation." msgstr "" #: assets/build/blocks/reading-time/block.json msgctxt "block title" msgid "BetterDocs Reading Time" msgstr "" #: assets/build/blocks/reading-time/block.json msgctxt "block description" msgid "Reading Time Block For Single Docs" msgstr "" #: assets/build/blocks/searchbox/block.json msgctxt "block title" msgid "BetterDocs Search Form" msgstr "" #: assets/build/blocks/searchbox/block.json msgctxt "block description" msgid "Simple search forms for easy user guidance for your knowledge base." msgstr "" #: assets/build/blocks/sidebar/block.json msgctxt "block title" msgid "BetterDocs Sidebar" msgstr "" #: assets/build/blocks/sidebar/block.json msgctxt "block description" msgid "Easily incorporate sidebars into your knowledge base documentation." msgstr "" #: assets/build/blocks/social-share/block.json msgctxt "block title" msgid "BetterDocs Social Share" msgstr "" #: assets/build/blocks/social-share/block.json msgctxt "block description" msgid "Enable users to instantly share docs on social media platforms with ease." msgstr "" #: assets/build/blocks/table-of-contents/block.json msgctxt "block title" msgid "BetterDocs Table Of Contents" msgstr "" #: assets/build/blocks/table-of-contents/block.json msgctxt "block description" msgid "Display well-structured Table of Contents for your Documentation with lots of styling options." msgstr ""