diff --git a/app/.eslintrc b/app/.eslintrc
index cffc9a6..e9c276c 100644
--- a/app/.eslintrc
+++ b/app/.eslintrc
@@ -2,9 +2,9 @@
"extends": "algolia",
"rules": {
"no-var": 2,
- "algolia/relative-require": 2,
- "algolia/force-import-root": 2,
+ "algolia/relative-require": 1,
+ "algolia/force-import-root": 1,
"algolia/no-require": 1,
- "algolia/no-module-exports": 2
+ "algolia/no-module-exports": 1
}
}
diff --git a/docs/documentation.md b/docs/documentation.md
index 61a0a33..6f368d9 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -31,6 +31,16 @@ In most cases, this should be enough to have an up-to-date search.
However, if you'd rather have it updated right now, like when you add a lot of support articles, you can manually trigger a full reindex.
On this page, just click the "Reindex" button in the bottom right corner. A few minutes later, your search index will be updated.
+## Adding the Algolia Help Center Theme
+
+You can use the Algolia Help Center Theme. You can import the theme from the Zendesk Theme Marketplace.
+Also, you can download from here: https://cdn.jsdelivr.net/gh/algolia/algoliasearch-zendesk@new_theme/theme/Algolia-search/Algolia-search.zip
+
+This theme has an admin section where you update your index, keys and other settings
+
+
+
+
## Updating your Help Center theme
Once your data has been extracted to Algolia, you need to update your Help Center theme in order to replace the search feature by Algolia.
diff --git a/theme/Algolia-search/Algolia-search.zip b/theme/Algolia-search/Algolia-search.zip
new file mode 100644
index 0000000..3e29d17
Binary files /dev/null and b/theme/Algolia-search/Algolia-search.zip differ
diff --git a/theme/Algolia-search/assets/algoliaSearch.js b/theme/Algolia-search/assets/algoliaSearch.js
new file mode 100644
index 0000000..4b988c6
--- /dev/null
+++ b/theme/Algolia-search/assets/algoliaSearch.js
@@ -0,0 +1,70 @@
+
+const setupSearch = function(appName, algoliaApiKey, index, useAutocomplete, querySuggestionIndex, useDebounce) {
+
+ const searchClient = algoliasearch(appName, algoliaApiKey);
+
+ // Initialize a Router
+ // See https://www.algolia.com/doc/api-reference/widgets/history-router/js/
+ const historyRouter = instantsearch.routers.history();
+
+ const search = instantsearch({
+ indexName: index,
+ searchClient,
+ routing: historyRouter,
+ });
+
+ const virtualSearchBox = instantsearch.connectors.connectSearchBox(() => {})({});
+ const realSearchBox = instantsearch.widgets.searchBox({
+ container: '#searchbox',
+ });
+ const searchBox = (useAutocomplete)? virtualSearchBox : realSearchBox;
+
+ const truncate = (input) => input.length > 50 ? `${input.substring(0, 50)}...` : input;
+
+
+ search.addWidgets([
+ searchBox,
+ instantsearch.widgets.hierarchicalMenu({
+ container: '#category-list',
+ attributes: ['category.title', 'section.full_path'],
+ }),
+ instantsearch.widgets.refinementList({
+ container: '#section-list',
+ attribute: 'section.title',
+ }),
+ instantsearch.widgets.hits({
+ container: '#hits',
+ templates: {
+ item(hit) {
+ let createdAt = moment(hit.created_at_iso).fromNow();
+ let lastComment = '';
+ const body = truncate(hit.body_safe);
+ const urlLabel = hit.title.replace(/[\s,\?, \!]/g,'-');
+ const url = '/hc/en-us/articles/' + hit.id + '-' + urlLabel;
+ console.log(url);
+ return `
+{{/unless}}
diff --git a/theme/Algolia-search/thumbnail.png b/theme/Algolia-search/thumbnail.png
new file mode 100644
index 0000000..0ef0974
Binary files /dev/null and b/theme/Algolia-search/thumbnail.png differ
diff --git a/theme/Algolia-search/translations/ar.json b/theme/Algolia-search/translations/ar.json
new file mode 100644
index 0000000..a4dfaca
--- /dev/null
+++ b/theme/Algolia-search/translations/ar.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "الألوان",
+ "brand_color_description": "لون العلامة التجارية لعناصر التصفح الرئيسية",
+ "brand_color_label": "لون العلامة التجارية",
+ "brand_text_color_description": "لون العلامة التجارية للمرور الفوقي والحالات النشطة",
+ "brand_text_color_label": "لون نص العلامة التجارية",
+ "text_color_description": "لون نص عناصر المحتوى والعناوين",
+ "text_color_label": "لون النص",
+ "link_color_description": "لون النص لعناصر الروابط",
+ "link_color_label": "لون الروابط",
+ "visited_link_color_description": "لون النص لعناصر الروابط التي تمت زيارتها",
+ "visited_link_color_label": "لون الروابط التي تمت زيارتها",
+ "background_color_description": "لون خلفية مركز المساعدة",
+ "background_color_label": "لون الخلفية",
+ "fonts_group_label": "الخطوط",
+ "heading_font_description": "خط العناوين",
+ "heading_font_label": "خط العناوين",
+ "text_font_description": "خط نص المحتوى",
+ "text_font_label": "خط النص",
+ "brand_group_label": "العلامة التجارية",
+ "logo_description": "شعار الشركة",
+ "logo_label": "شعار",
+ "favicon_description": "أيقونة تظهر في شريط عناوين المتصفح",
+ "favicon_label": "أيقونة تفضيل",
+ "images_group_label": "صور",
+ "homepage_background_image_description": "صورة الخلفية الرئيسية للصفحة الرئيسية",
+ "homepage_background_image_label": "صورة الخلفية الرئيسية للصفحة الرئيسية",
+ "community_background_image_description": "صورة الخلفية الرئيسية لصفحة مواضيع المجتمع",
+ "community_background_image_label": "صورة الخلفية الرئيسية للمجتمع",
+ "community_image_description": "صورة لقسم المجتمع على الصفحة الرئيسية",
+ "community_image_label": "شريط المجتمع",
+ "search_group_label": "إعدادات البحث",
+ "instant_search_label": "البحث الفوري",
+ "instant_search_description": "إظهار المقالات المقترحة على البحث",
+ "scoped_knowledge_base_search_label": "البحث في إطار مجال في قاعدة المعرفة",
+ "scoped_knowledge_base_search_description": "تقتصر نتائج البحث على الفئة الحالية للمستخدم",
+ "scoped_community_search_label": "البحث في إطار مجال في المجتمع",
+ "scoped_community_search_description": "تقتصر نتائج البحث على الموضوع الحالي للمستخدم",
+ "home_page_group_label": "عناصر الصفحة الرئيسية",
+ "recent_activity_label": "النشاط الحديث",
+ "recent_activity_description": "إظهار النشاط الحديث على الصفحة الرئيسية",
+ "article_page_group_label": "عناصر صفحة المقال",
+ "articles_in_section_label": "مقالات في الجزء",
+ "articles_in_section_description": "إظهار العمود الجانبي للمقالات في الجزء",
+ "article_author_label": "الكاتب",
+ "article_author_description": "إظهار صورة الكاتب واسمه",
+ "article_comments_label": "تعليقات",
+ "article_comments_description": "إظهار التعليقات على المقالات",
+ "follow_article_label": "تابع",
+ "follow_article_description": "يمكن للمستخدمين متابعة مقال معين",
+ "recently_viewed_articles_label": "مقالات شوهدت حديثًا",
+ "recently_viewed_articles_description": "إظهار المقالات التي شوهدت حديثًا",
+ "related_articles_label": "مقالات ذات صلة",
+ "related_articles_description": "إظهار مقالات ذات صلة",
+ "article_sharing_label": "المشاركة الاجتماعية",
+ "article_sharing_description": "إظهار مشاركة وسائل التواصل الاجتماعية على المقال",
+ "section_page_group_label": "عناصر صفحة الجزء",
+ "follow_section_label": "تابع",
+ "follow_section_description": "يمكن للمستخدمين متابعة جزء معين",
+ "community_post_group_label": "عناصر منشورات المجتمع",
+ "follow_post_label": "تابع",
+ "follow_post_description": "يمكن للمستخدمين متابعة منشور معين",
+ "post_sharing_label": "المشاركة الاجتماعية",
+ "post_sharing_description": "إظهار مشاركة الوسائط الاجتماعية على منشور",
+ "community_topic_group_label": "عناصر مواضيع المجتمع",
+ "follow_topic_label": "تابع",
+ "follow_topic_description": "يمكن للمستخدمين متابعة موضوع معين",
+ "show_brand_name_label": "إظهار اسم مركز المساعدة",
+ "show_brand_name_description": "عرض اسم مركز المساعدة إلى جانب الشعار"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/bg.json b/theme/Algolia-search/translations/bg.json
new file mode 100644
index 0000000..4bc25c2
--- /dev/null
+++ b/theme/Algolia-search/translations/bg.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Цветове",
+ "brand_color_description": "Брандов цвят за основните навигационни елементи",
+ "brand_color_label": "Брандов цвят",
+ "brand_text_color_description": "Брандов цвят при посочване и активни състояния",
+ "brand_text_color_label": "Брандов цвят за текст",
+ "text_color_description": "Цвят за елементите – основен текст и заглавки",
+ "text_color_label": "Цвят на текста",
+ "link_color_description": "Цвят на текста за елементите-линкове",
+ "link_color_label": "Цвят на линка",
+ "visited_link_color_description": "Цвят на текста за посетените линкове",
+ "visited_link_color_label": "Цвят на посетен линк",
+ "background_color_description": "Цвят на фона на вашия Помощен център",
+ "background_color_label": "Цвят на фона",
+ "fonts_group_label": "Шрифтове",
+ "heading_font_description": "Шрифт за заглавки",
+ "heading_font_label": "Шрифт на заглавка",
+ "text_font_description": "Шрифт за основния текст",
+ "text_font_label": "Шрифт на текста",
+ "brand_group_label": "Бранд",
+ "logo_description": "Лого на компанията",
+ "logo_label": "Лого",
+ "favicon_description": "Икона в адресната лента на браузъра",
+ "favicon_label": "Уеб икона",
+ "images_group_label": "Изображения",
+ "homepage_background_image_description": "Главно изображение на началната страница",
+ "homepage_background_image_label": "Главно изображение на начална страница",
+ "community_background_image_description": "Главно изображение на страницата с теми на общността",
+ "community_background_image_label": "Главно изображение на общността",
+ "community_image_description": "Изображение за раздела за общността на началната страница",
+ "community_image_label": "Банер за общността",
+ "search_group_label": "Настройки за търсене",
+ "instant_search_label": "Незабавно търсене",
+ "instant_search_description": "Показване на предложения за статии при търсене",
+ "scoped_knowledge_base_search_label": "Филтрирано търсене в базата знания",
+ "scoped_knowledge_base_search_description": "Резултатите от търсенето са ограничени до категорията, в която е потребителят",
+ "scoped_community_search_label": "Филтрирано търсене в общността",
+ "scoped_community_search_description": "Резултатите от търсенето са ограничени до темата, в която е потребителят",
+ "home_page_group_label": "Елементи на началната страница",
+ "recent_activity_label": "Последна активност",
+ "recent_activity_description": "Показване на последната активност на началната страница",
+ "article_page_group_label": "Елементи на страницата на статия",
+ "articles_in_section_label": "Статии в раздела",
+ "articles_in_section_description": "Показване в страничен панел на статиите в раздела",
+ "article_author_label": "Автор",
+ "article_author_description": "Показване на снимка и име на автора",
+ "article_comments_label": "Коментари",
+ "article_comments_description": "Показване на коментарите към статиите",
+ "follow_article_label": "Следене",
+ "follow_article_description": "Потребителите могат да следят конкретна статия",
+ "recently_viewed_articles_label": "Последно разглеждани",
+ "recently_viewed_articles_description": "Показване на последно разглежданите статии",
+ "related_articles_label": "Сродни статии",
+ "related_articles_description": "Показване на сродни статии",
+ "article_sharing_label": "Социални мрежи",
+ "article_sharing_description": "Показване на икони за споделяне на статията в социални мрежи",
+ "section_page_group_label": "Елементи на страницата на раздел",
+ "follow_section_label": "Следене",
+ "follow_section_description": "Потребителите могат да следят конкретен раздел",
+ "community_post_group_label": "Елементи на постингите в общността",
+ "follow_post_label": "Следене",
+ "follow_post_description": "Потребителите могат да следят конкретен постинг",
+ "post_sharing_label": "Социални мрежи",
+ "post_sharing_description": "Показване на икони за споделяне на постинга в социални мрежи",
+ "community_topic_group_label": "Елементи на темите в общността",
+ "follow_topic_label": "Следене",
+ "follow_topic_description": "Потребителите могат да следят конкретна тема",
+ "show_brand_name_label": "Показване на името на помощния център",
+ "show_brand_name_description": "Показване на името на помощния център до логото"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/bn.json b/theme/Algolia-search/translations/bn.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/bn.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/bs.json b/theme/Algolia-search/translations/bs.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/bs.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/ca.json b/theme/Algolia-search/translations/ca.json
new file mode 100644
index 0000000..4cb729b
--- /dev/null
+++ b/theme/Algolia-search/translations/ca.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colores",
+ "brand_color_description": "El color propio de la marca para los elementos importantes de navegación",
+ "brand_color_label": "Color de marca",
+ "brand_text_color_description": "El color de la marca cuando está activa y cuando se le pasa el cursor",
+ "brand_text_color_label": "Color de texto de la marca",
+ "text_color_description": "El color del texto para los elementos de cuerpo y encabezado",
+ "text_color_label": "Color de texto",
+ "link_color_description": "El color del texto para los elementos de vínculos",
+ "link_color_label": "Color de vínculos",
+ "background_color_description": "El color de fondo del Centro de ayuda",
+ "background_color_label": "Color de fondo",
+ "fonts_group_label": "Fuentes",
+ "heading_font_description": "La fuente para los encabezados",
+ "heading_font_label": "Fuente de encabezado",
+ "text_font_description": "La fuente para el texto del cuerpo",
+ "text_font_label": "Fuente de texto",
+ "brand_group_label": "Marca",
+ "logo_description": "El logotipo de la compañía",
+ "logo_label": "Logotipo",
+ "favicon_description": "Icono mostrado en la barra de dirección del navegador",
+ "favicon_label": "Favicon",
+ "images_group_label": "Imágenes",
+ "homepage_background_image_description": "La imagen hero de la página principal",
+ "homepage_background_image_label": "Imagen hero de página principal",
+ "community_background_image_description": "Imagen hero en la página de temas de la comunidad",
+ "community_background_image_label": "Imagen hero de la comunidad",
+ "community_image_description": "Imagen para la sección de comunidad en la página principal",
+ "community_image_label": "Pancarta de la comunidad"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/cs.json b/theme/Algolia-search/translations/cs.json
new file mode 100644
index 0000000..b20616d
--- /dev/null
+++ b/theme/Algolia-search/translations/cs.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Barvy",
+ "brand_color_description": "Barva značky pro hlavní prvky navigace",
+ "brand_color_label": "Barva značky",
+ "brand_text_color_description": "Barva značky pro stav při najetí myší a aktivní stav",
+ "brand_text_color_label": "Barva textu značky",
+ "text_color_description": "Barva textu pro elementy těla a nadpisu",
+ "text_color_label": "Barva textu",
+ "link_color_description": "Barva textu pro elementy odkazů",
+ "link_color_label": "Barva odkazu",
+ "visited_link_color_description": "Barva textu pro navštívené elementy odkazů",
+ "visited_link_color_label": "Barva navštíveného odkazu",
+ "background_color_description": "Barva pozadí vašeho Centra nápovědy",
+ "background_color_label": "Barva pozadí",
+ "fonts_group_label": "Písma",
+ "heading_font_description": "Písma pro nadpisy",
+ "heading_font_label": "Písmo nadpisu",
+ "text_font_description": "Písmo pro text těla",
+ "text_font_label": "Písmo textu",
+ "brand_group_label": "Značka",
+ "logo_description": "Logo společnosti",
+ "logo_label": "Logo",
+ "favicon_description": "Ikona zobrazená v řádku adresy prohlížeče",
+ "favicon_label": "Favikona",
+ "images_group_label": "Obrázky",
+ "homepage_background_image_description": "Obrázek na pozadí na domovské stránce",
+ "homepage_background_image_label": "Obrázek pozadí domovské stránky",
+ "community_background_image_description": "Obrázek na pozadí stránky témat komunity",
+ "community_background_image_label": "Obrázek pozadí komunity",
+ "community_image_description": "Obrázek pro oddíl komunity na domovské stránce",
+ "community_image_label": "Proužek komunity",
+ "search_group_label": "Nastavení hledání",
+ "instant_search_label": "Okamžité hledání",
+ "instant_search_description": "Při hledání zobrazit navrhované články",
+ "scoped_knowledge_base_search_label": "Cílené hledání ve znalostní bázi",
+ "scoped_knowledge_base_search_description": "Výsledky hledání omezit na kategorii, ve které uživatel právě je",
+ "scoped_community_search_label": "Cílené hledání v komunitě",
+ "scoped_community_search_description": "Výsledky hledání omezit na téma, ve kterém uživatel právě je",
+ "home_page_group_label": "Elementy domovské stránky",
+ "recent_activity_label": "Nedávná aktivita",
+ "recent_activity_description": "Zobrazit na domovské stránce nedávná aktivita",
+ "article_page_group_label": "Elementy stránky článku",
+ "articles_in_section_label": "Články v oddílu",
+ "articles_in_section_description": "Zobrazit postranní panel s články v oddílu",
+ "article_author_label": "Autor",
+ "article_author_description": "Zobrazit obrázek a jméno autora",
+ "article_comments_label": "Komentáře",
+ "article_comments_description": "Zobrazit komentáře ke článkům",
+ "follow_article_label": "Sledovat",
+ "follow_article_description": "Uživatelé mohou sledovat určitý článek",
+ "recently_viewed_articles_label": "Nedávno zobrazené",
+ "recently_viewed_articles_description": "Zobrazit nedávno zobrazené články",
+ "related_articles_label": "Související články",
+ "related_articles_description": "Zobrazit související články",
+ "article_sharing_label": "Sdílení na sociálních sítích",
+ "article_sharing_description": "Zobrazit u článku sdílení na sociálních sítích",
+ "section_page_group_label": "Elementy stránky oddílu",
+ "follow_section_label": "Sledovat",
+ "follow_section_description": "Uživatelé mohou sledovat určitý oddíl",
+ "community_post_group_label": "Elementy příspěvku komunity",
+ "follow_post_label": "Sledovat",
+ "follow_post_description": "Uživatelé mohou sledovat určitý příspěvek",
+ "post_sharing_label": "Sdílení na sociálních sítích",
+ "post_sharing_description": "Zobrazit u příspěvku sdílení na sociálních sítích",
+ "community_topic_group_label": "Elementy tématu komunity",
+ "follow_topic_label": "Sledovat",
+ "follow_topic_description": "Uživatelé mohou sledovat určité téma",
+ "show_brand_name_label": "Zobrazit název Centra nápovědy",
+ "show_brand_name_description": "Zobrazit název Centra nápovědy vedle loga"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/cy.json b/theme/Algolia-search/translations/cy.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/cy.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/da.json b/theme/Algolia-search/translations/da.json
new file mode 100644
index 0000000..7ab715b
--- /dev/null
+++ b/theme/Algolia-search/translations/da.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Farver",
+ "brand_color_description": "Brand-farve for større navigationselementer",
+ "brand_color_label": "Brand-farve",
+ "brand_text_color_description": "Brand-farve, når der peges og ved aktive tilstande",
+ "brand_text_color_label": "Brand-tekstfarve",
+ "text_color_description": "Tekstfarve til brødtekst og overskriftselementer",
+ "text_color_label": "Tekstfarve",
+ "link_color_description": "Tekstfarve til link-elementer",
+ "link_color_label": "Farve på link",
+ "visited_link_color_description": "Tekstfarve til besøgte link-elementer",
+ "visited_link_color_label": "Farve til besøgt link",
+ "background_color_description": "Baggrundsfarve på dit Help Center",
+ "background_color_label": "Baggrundsfarve",
+ "fonts_group_label": "Skrifttyper",
+ "heading_font_description": "Skrifttype til overskrifter",
+ "heading_font_label": "Overskriftsskrifttype",
+ "text_font_description": "Skrifttype til brødtekst",
+ "text_font_label": "Tekstskrifttype",
+ "brand_group_label": "Brand",
+ "logo_description": "Firmalogo",
+ "logo_label": "Logo",
+ "favicon_description": "Ikon vist på adresselinjen i din browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Billeder",
+ "homepage_background_image_description": "Baggrundsbillede på startsiden",
+ "homepage_background_image_label": "Start-baggrundsbillede",
+ "community_background_image_description": "Baggrundsbillede på emneside for community",
+ "community_background_image_label": "Baggrundsbillede for community",
+ "community_image_description": "Billede til community-sektion på startside",
+ "community_image_label": "Community-banner",
+ "search_group_label": "Søgeindstillinger",
+ "instant_search_label": "Hurtig søgning",
+ "instant_search_description": "Vis forslag til artikler i søgning",
+ "scoped_knowledge_base_search_label": "Filtreret søgning i vidensbase",
+ "scoped_knowledge_base_search_description": "Søgeresultater er begrænset til den kategori, som brugeren befinder sig i",
+ "scoped_community_search_label": "Filtreret søgning i community",
+ "scoped_community_search_description": "Søgeresultater er begrænset til det emne, som brugeren befinder sig i",
+ "home_page_group_label": "Startsideelementer",
+ "recent_activity_label": "Seneste aktivitet",
+ "recent_activity_description": "Vis seneste aktivitet på startside",
+ "article_page_group_label": "Artikelsideelementer",
+ "articles_in_section_label": "Artikler i sektion",
+ "articles_in_section_description": "Vis sidepanel med artikler i sektion",
+ "article_author_label": "Forfatter",
+ "article_author_description": "Vis forfatters billede og navn",
+ "article_comments_label": "Kommentarer",
+ "article_comments_description": "Vis kommentarer til artikler",
+ "follow_article_label": "Følg",
+ "follow_article_description": "Brugere kan følge en specifik artikel",
+ "recently_viewed_articles_label": "Senest vist",
+ "recently_viewed_articles_description": "Vis seneste viste artikler",
+ "related_articles_label": "Relaterede artikler",
+ "related_articles_description": "Vis relaterede artikler",
+ "article_sharing_label": "Social deling",
+ "article_sharing_description": "Vis ikoner til deling af artikel på social medier",
+ "section_page_group_label": "Sektionssideelementer",
+ "follow_section_label": "Følg",
+ "follow_section_description": "Brugere kan følge en specifik sektion",
+ "community_post_group_label": "Community-opslagselementer",
+ "follow_post_label": "Følg",
+ "follow_post_description": "Brugere kan følge et specifikt opslag",
+ "post_sharing_label": "Social deling",
+ "post_sharing_description": "Vis ikon til deling af opslag på social medier",
+ "community_topic_group_label": "Community-emneelementer",
+ "follow_topic_label": "Følg",
+ "follow_topic_description": "Brugere kan følge et specifikt emne",
+ "show_brand_name_label": "Vis navn på hjælpecenteret",
+ "show_brand_name_description": "Vis navnet på hjælpecenteret ved siden af logoet"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/de.json b/theme/Algolia-search/translations/de.json
new file mode 100644
index 0000000..607194b
--- /dev/null
+++ b/theme/Algolia-search/translations/de.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Farben",
+ "brand_color_description": "Markenspezifische Farbe für die wichtigsten Navigationselemente",
+ "brand_color_label": "Markenspezifische Farbe",
+ "brand_text_color_description": "Markenspezifische Farbe für Hover-/Aktivzustand",
+ "brand_text_color_label": "Markenspezifische Textfarbe",
+ "text_color_description": "Textfarbe für Text und Überschriften",
+ "text_color_label": "Textfarbe",
+ "link_color_description": "Textfarbe für Linkelemente",
+ "link_color_label": "Linkfarbe",
+ "visited_link_color_description": "Textfarbe für besuchte Linkelemente",
+ "visited_link_color_label": "Farbe für besuchte Links",
+ "background_color_description": "Hintergrundfarbe für Ihr Help Center",
+ "background_color_label": "Hintergrundfarbe",
+ "fonts_group_label": "Schriftarten",
+ "heading_font_description": "Schriftart für Überschriften",
+ "heading_font_label": "Schriftart für Überschriften",
+ "text_font_description": "Schriftart für Text",
+ "text_font_label": "Schriftart für Text",
+ "brand_group_label": "Marke",
+ "logo_description": "Firmenlogo",
+ "logo_label": "Logo",
+ "favicon_description": "Symbol in der Adressleiste des Browsers",
+ "favicon_label": "Favicon",
+ "images_group_label": "Bilder",
+ "homepage_background_image_description": "Hero-Bild auf der Homepage",
+ "homepage_background_image_label": "Hero-Bild für die Homepage",
+ "community_background_image_description": "Hero-Bild auf der Community-Themenseite",
+ "community_background_image_label": "Hero-Bild für die Community",
+ "community_image_description": "Bild für den Community-Abschnitt auf der Homepage",
+ "community_image_label": "Community-Banner",
+ "search_group_label": "Sucheinstellungen",
+ "instant_search_label": "Sofortsuche",
+ "instant_search_description": "Vorgeschlagene Beiträge in Suche anzeigen",
+ "scoped_knowledge_base_search_label": "Begrenzte Suche in Wissensdatenbank",
+ "scoped_knowledge_base_search_description": "Suchergebnisse sind auf die jeweilige Kategorie begrenzt",
+ "scoped_community_search_label": "Begrenzte Suche in Community",
+ "scoped_community_search_description": "Suchergebnisse sind auf das jeweilige Thema begrenzt",
+ "home_page_group_label": "Elemente auf Homepage",
+ "recent_activity_label": "Neueste Aktivität",
+ "recent_activity_description": "Neueste Aktivität auf Homepage anzeigen",
+ "article_page_group_label": "Elemente auf Beitragsseiten",
+ "articles_in_section_label": "Beiträge in Abschnitt",
+ "articles_in_section_description": "Seitenleiste mit Beiträgen im Abschnitt anzeigen",
+ "article_author_label": "Autor",
+ "article_author_description": "Bild und Namen des Autors anzeigen",
+ "article_comments_label": "Kommentare",
+ "article_comments_description": "Kommentare zu Beiträgen anzeigen",
+ "follow_article_label": "Folgen",
+ "follow_article_description": "Benutzer können einem bestimmten Beitrag folgen",
+ "recently_viewed_articles_label": "Zuletzt aufgerufene Beiträge",
+ "recently_viewed_articles_description": "Zuletzt aufgerufene Beiträge anzeigen",
+ "related_articles_label": "Verwandte Beiträge",
+ "related_articles_description": "Verwandte Beiträge anzeigen",
+ "article_sharing_label": "Teilen auf Social Media",
+ "article_sharing_description": "Funktionen zum Teilen auf Social Media in Beitrag anzeigen",
+ "section_page_group_label": "Elemente auf Abschnittsseiten",
+ "follow_section_label": "Folgen",
+ "follow_section_description": "Benutzer können einem bestimmten Abschnitt folgen",
+ "community_post_group_label": "Elemente in Community-Posts",
+ "follow_post_label": "Folgen",
+ "follow_post_description": "Benutzer können einem bestimmten Post folgen",
+ "post_sharing_label": "Teilen auf Social Media",
+ "post_sharing_description": "Funktionen zum Teilen auf Social Media in Post anzeigen",
+ "community_topic_group_label": "Elemente in Community-Themen",
+ "follow_topic_label": "Folgen",
+ "follow_topic_description": "Benutzer können einem bestimmten Thema folgen",
+ "show_brand_name_label": "Namen des Help Centers anzeigen",
+ "show_brand_name_description": "Namen des Help Centers neben dem Logo anzeigen"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/el.json b/theme/Algolia-search/translations/el.json
new file mode 100644
index 0000000..2688368
--- /dev/null
+++ b/theme/Algolia-search/translations/el.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Χρώματα",
+ "brand_color_description": "Χρώμα επωνυμίας για κύρια στοιχεία πλοήγησης",
+ "brand_color_label": "Χρώμα επωνυμίας",
+ "brand_text_color_description": "Χρώμα επωνυμίας για μετακίνηση του δείκτη του ποντικιού και ενεργές καταστάσεις",
+ "brand_text_color_label": "Χρώμα κειμένου επωνυμίας",
+ "text_color_description": "Χρώμα κειμένου για στοιχεία κυρίως σώματος και επικεφαλίδων",
+ "text_color_label": "Χρώμα κειμένου",
+ "link_color_description": "Χρώμα κειμένου για στοιχεία συνδέσμων",
+ "link_color_label": "Χρώμα συνδέσμων",
+ "visited_link_color_description": "Χρώμα κειμένου για στοιχεία συνδέσμων με επισκέψεις",
+ "visited_link_color_label": "Χρώμα συνδέσμων με επισκέψεις",
+ "background_color_description": "Χρώμα φόντου του Κέντρου βοήθειας",
+ "background_color_label": "Χρώμα φόντου",
+ "fonts_group_label": "Γραμματοσειρές",
+ "heading_font_description": "Γραμματοσειρά για επικεφαλίδες",
+ "heading_font_label": "Γραμματοσειρά επικεφαλίδων",
+ "text_font_description": "Γραμματοσειρά για κείμενο σώματος",
+ "text_font_label": "Γραμματοσειρά κειμένου",
+ "brand_group_label": "Επωνυμία",
+ "logo_description": "Λογότυπο εταιρείας",
+ "logo_label": "Λογότυπο",
+ "favicon_description": "Εικονίδιο που εμφανίζεται στη γραμμή διεύθυνσης του προγράμματος περιήγησης",
+ "favicon_label": "Favicon",
+ "images_group_label": "Εικόνες",
+ "homepage_background_image_description": "Εικόνα hero στην αρχική σελίδα",
+ "homepage_background_image_label": "Εικόνα hero αρχικής σελίδας",
+ "community_background_image_description": "Εικόνα hero στη σελίδα θεμάτων κοινότητας",
+ "community_background_image_label": "Εικόνα hero κοινότητας",
+ "community_image_description": "Εικόνα για την ενότητα κοινότητας στην αρχική σελίδα",
+ "community_image_label": "Banner κοινότητας",
+ "search_group_label": "Ρυθμίσεις αναζήτησης",
+ "instant_search_label": "Αυτόματη αναζήτηση",
+ "instant_search_description": "Εμφάνιση προτεινόμενων άρθρων στην αναζήτηση",
+ "scoped_knowledge_base_search_label": "Εστιασμένη αναζήτηση στη Γνωσιακή βάση",
+ "scoped_knowledge_base_search_description": "Τα αποτελέσματα αναζήτησης περιορίζονται στην κατηγορία στην οποία βρίσκεται ο χρήστης",
+ "scoped_community_search_label": "Εστιασμένη αναζήτηση στην Κοινότητα",
+ "scoped_community_search_description": "Τα αποτελέσματα αναζήτησης περιορίζονται στο θέμα στο οποίο βρίσκεται ο χρήστης",
+ "home_page_group_label": "Στοιχεία αρχικής σελίδας",
+ "recent_activity_label": "Πρόσφατη δραστηριότητα",
+ "recent_activity_description": "Εμφάνιση πρόσφατης δραστηριότητας στην αρχική σελίδα",
+ "article_page_group_label": "Στοιχεία σελίδας άρθρων",
+ "articles_in_section_label": "Άρθρα σε ενότητα",
+ "articles_in_section_description": "Εμφάνιση πλευρικής εργαλειοθήκης σε άρθρα σε ενότητα",
+ "article_author_label": "Συντάκτης",
+ "article_author_description": "Εμφάνιση εικόνας και ονόματος συντάκτη",
+ "article_comments_label": "Σχόλια",
+ "article_comments_description": "Εμφάνιση σχολίων σε άρθρα",
+ "follow_article_label": "Παρακολούθηση",
+ "follow_article_description": "Οι χρήστες μπορούν να παρακολουθήσουν ένα συγκεκριμένο άρθρο",
+ "recently_viewed_articles_label": "Πρόσφατα προβεβλημένα",
+ "recently_viewed_articles_description": "Εμφάνιση άρθρων που προβλήθηκαν πρόσφατα",
+ "related_articles_label": "Σχετικά άρθρα",
+ "related_articles_description": "Εμφάνιση σχετικών άρθρων",
+ "article_sharing_label": "Κοινοποίηση σε μέσα κοινωνικής δικτύωσης",
+ "article_sharing_description": "Εμφάνιση κοινοποίησης σε μέσα κοινωνικής δικτύωσης σε άρθρα",
+ "section_page_group_label": "Στοιχεία σελίδας ενοτήτων",
+ "follow_section_label": "Παρακολούθηση",
+ "follow_section_description": "Οι χρήστες μπορούν να παρακολουθούν μια συγκεκριμένη ενότητα",
+ "community_post_group_label": "Στοιχεία αναρτήσεων κοινότητας",
+ "follow_post_label": "Παρακολούθηση",
+ "follow_post_description": "Οι χρήστες μπορούν να παρακολουθούν μια συγκεκριμένη ανάρτηση",
+ "post_sharing_label": "Κοινοποίηση σε μέσα κοινωνικής δικτύωσης",
+ "post_sharing_description": "Εμφάνιση κοινοποίησης σε μέσα κοινωνικής δικτύωσης σε αναρτήσεις",
+ "community_topic_group_label": "Στοιχεία θεμάτων κοινότητας",
+ "follow_topic_label": "Παρακολούθηση",
+ "follow_topic_description": "Οι χρήστες μπορούν να παρακολουθούν ένα συγκεκριμένο θέμα",
+ "show_brand_name_label": "Εμφάνιση ονόματος κέντρου βοήθειας",
+ "show_brand_name_description": "Εμφάνιση του ονόματος κέντρου βοήθειας δίπλα στο λογότυπο"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/en-ca.json b/theme/Algolia-search/translations/en-ca.json
new file mode 100644
index 0000000..e91ef06
--- /dev/null
+++ b/theme/Algolia-search/translations/en-ca.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Colours",
+ "brand_color_description": "Brand colour for major navigational elements",
+ "brand_color_label": "Brand colour",
+ "brand_text_color_description": "Brand colour for hover and active states",
+ "brand_text_color_label": "Brand text colour",
+ "text_color_description": "Text colour for body and heading elements",
+ "text_color_label": "Text colour",
+ "link_color_description": "Text colour for link elements",
+ "link_color_label": "Link colour",
+ "visited_link_color_description": "Text colour for visited link elements",
+ "visited_link_color_label": "Visited link colour",
+ "background_color_description": "Background colour of your Help Centre",
+ "background_color_label": "Background colour",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner",
+ "search_group_label": "Search settings",
+ "instant_search_label": "Instant search",
+ "instant_search_description": "Show suggested articles on search",
+ "scoped_knowledge_base_search_label": "Scoped search in Knowledge Base",
+ "scoped_knowledge_base_search_description": "Search results are confined to the category the user is in",
+ "scoped_community_search_label": "Scoped search in Community",
+ "scoped_community_search_description": "Search results are confined to the topic the user is in",
+ "home_page_group_label": "Home page elements",
+ "recent_activity_label": "Recent activity",
+ "recent_activity_description": "Show recent activity on home page",
+ "article_page_group_label": "Article page elements",
+ "articles_in_section_label": "Articles in section",
+ "articles_in_section_description": "Show sidebar of articles in section",
+ "article_author_label": "Author",
+ "article_author_description": "Show author image and name",
+ "article_comments_label": "Comments",
+ "article_comments_description": "Show comments on articles",
+ "follow_article_label": "Follow",
+ "follow_article_description": "Users can follow a specific article",
+ "recently_viewed_articles_label": "Recently viewed",
+ "recently_viewed_articles_description": "Show recently viewed articles",
+ "related_articles_label": "Related articles",
+ "related_articles_description": "Show related articles",
+ "article_sharing_label": "Social sharing",
+ "article_sharing_description": "Show social media sharing on article",
+ "section_page_group_label": "Section page elements",
+ "follow_section_label": "Follow",
+ "follow_section_description": "Users can follow a specific section",
+ "community_post_group_label": "Community post elements",
+ "follow_post_label": "Follow",
+ "follow_post_description": "Users can follow a specific post",
+ "post_sharing_label": "Social sharing",
+ "post_sharing_description": "Show social media sharing on post",
+ "community_topic_group_label": "Community topic elements",
+ "follow_topic_label": "Follow",
+ "follow_topic_description": "Users can follow a specific topic",
+ "show_brand_name_label": "Show Help Centre name",
+ "show_brand_name_description": "Display the Help Centre name next to the logo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/en-gb.json b/theme/Algolia-search/translations/en-gb.json
new file mode 100644
index 0000000..e91ef06
--- /dev/null
+++ b/theme/Algolia-search/translations/en-gb.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Colours",
+ "brand_color_description": "Brand colour for major navigational elements",
+ "brand_color_label": "Brand colour",
+ "brand_text_color_description": "Brand colour for hover and active states",
+ "brand_text_color_label": "Brand text colour",
+ "text_color_description": "Text colour for body and heading elements",
+ "text_color_label": "Text colour",
+ "link_color_description": "Text colour for link elements",
+ "link_color_label": "Link colour",
+ "visited_link_color_description": "Text colour for visited link elements",
+ "visited_link_color_label": "Visited link colour",
+ "background_color_description": "Background colour of your Help Centre",
+ "background_color_label": "Background colour",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner",
+ "search_group_label": "Search settings",
+ "instant_search_label": "Instant search",
+ "instant_search_description": "Show suggested articles on search",
+ "scoped_knowledge_base_search_label": "Scoped search in Knowledge Base",
+ "scoped_knowledge_base_search_description": "Search results are confined to the category the user is in",
+ "scoped_community_search_label": "Scoped search in Community",
+ "scoped_community_search_description": "Search results are confined to the topic the user is in",
+ "home_page_group_label": "Home page elements",
+ "recent_activity_label": "Recent activity",
+ "recent_activity_description": "Show recent activity on home page",
+ "article_page_group_label": "Article page elements",
+ "articles_in_section_label": "Articles in section",
+ "articles_in_section_description": "Show sidebar of articles in section",
+ "article_author_label": "Author",
+ "article_author_description": "Show author image and name",
+ "article_comments_label": "Comments",
+ "article_comments_description": "Show comments on articles",
+ "follow_article_label": "Follow",
+ "follow_article_description": "Users can follow a specific article",
+ "recently_viewed_articles_label": "Recently viewed",
+ "recently_viewed_articles_description": "Show recently viewed articles",
+ "related_articles_label": "Related articles",
+ "related_articles_description": "Show related articles",
+ "article_sharing_label": "Social sharing",
+ "article_sharing_description": "Show social media sharing on article",
+ "section_page_group_label": "Section page elements",
+ "follow_section_label": "Follow",
+ "follow_section_description": "Users can follow a specific section",
+ "community_post_group_label": "Community post elements",
+ "follow_post_label": "Follow",
+ "follow_post_description": "Users can follow a specific post",
+ "post_sharing_label": "Social sharing",
+ "post_sharing_description": "Show social media sharing on post",
+ "community_topic_group_label": "Community topic elements",
+ "follow_topic_label": "Follow",
+ "follow_topic_description": "Users can follow a specific topic",
+ "show_brand_name_label": "Show Help Centre name",
+ "show_brand_name_description": "Display the Help Centre name next to the logo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/en-us.json b/theme/Algolia-search/translations/en-us.json
new file mode 100644
index 0000000..e70d206
--- /dev/null
+++ b/theme/Algolia-search/translations/en-us.json
@@ -0,0 +1,83 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "visited_link_color_description": "Text color for visited link elements",
+ "visited_link_color_label": "Visited link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner",
+ "search_group_label": "Search settings",
+ "instant_search_label": "Instant search",
+ "instant_search_description": "Show suggested articles on search",
+ "scoped_knowledge_base_search_label": "Scoped search in Knowledge Base",
+ "scoped_knowledge_base_search_description": "Search results are confined to the category the user is in",
+ "scoped_community_search_label": "Scoped search in Community",
+ "scoped_community_search_description": "Search results are confined to the topic the user is in",
+ "home_page_group_label": "Home page elements",
+ "recent_activity_label": "Recent activity",
+ "recent_activity_description": "Show recent activity on home page",
+ "article_page_group_label": "Article page elements",
+ "articles_in_section_label": "Articles in section",
+ "articles_in_section_description": "Show sidebar of articles in section",
+ "article_author_label": "Author",
+ "article_author_description": "Show author image and name",
+ "article_comments_label": "Comments",
+ "article_comments_description": "Show comments on articles",
+ "follow_article_label": "Follow",
+ "follow_article_description": "Users can follow a specific article",
+ "recently_viewed_articles_label": "Recently viewed",
+ "recently_viewed_articles_description": "Show recently viewed articles",
+ "related_articles_label": "Related articles",
+ "related_articles_description": "Show related articles",
+ "article_sharing_label": "Social sharing",
+ "article_sharing_description": "Show social media sharing on article",
+ "section_page_group_label": "Section page elements",
+ "follow_section_label": "Follow",
+ "follow_section_description": "Users can follow a specific section",
+ "community_post_group_label": "Community post elements",
+ "follow_post_label": "Follow",
+ "follow_post_description": "Users can follow a specific post",
+ "post_sharing_label": "Social sharing",
+ "post_sharing_description": "Show social media sharing on post",
+ "community_topic_group_label": "Community topic elements",
+ "follow_topic_label": "Follow",
+ "follow_topic_description": "Users can follow a specific topic",
+ "show_brand_name_label": "Show Help Center name",
+ "show_brand_name_description": "Display the Help Center name next to the logo",
+ "algolia_search_settings": "Algolia Search Settings",
+ "application_id_description": "The Application Id in Algolia",
+ "application_id_label": "Application Id",
+ "search_api_key_description": "Search API Key in Algolia",
+ "search_api_key_label": "Search API Key",
+ "index_name_description": "Search Index",
+ "index_name_label": "The name of the Algolia Search Index",
+ "query_suggestion_index_label":"Query Suggestion Index",
+ "query_suggestion_index_description": " The index that's used for autocomplete query suggestions",
+ "use_autocomplete_description": " Whether or not to use the Autocomplete feature",
+ "use_autocomplete_label": "Use Auto-complete",
+ "use_debounce_description": "Autocomplete can have multiple queries, due to its nature. Debouncing can help",
+ "use_debounce_label": "Use Debounce for Auto-complete"
+}
diff --git a/theme/Algolia-search/translations/en-x-keys.json b/theme/Algolia-search/translations/en-x-keys.json
new file mode 100644
index 0000000..affecb0
--- /dev/null
+++ b/theme/Algolia-search/translations/en-x-keys.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "txt.help_center_copenhagen_theme.colors_group_label",
+ "brand_color_description": "txt.help_center_copenhagen_theme.brand_color_description",
+ "brand_color_label": "txt.help_center_copenhagen_theme.brand_color_label",
+ "brand_text_color_description": "txt.help_center_copenhagen_theme.brand_text_color_description",
+ "brand_text_color_label": "txt.help_center_copenhagen_theme.brand_text_color_label",
+ "text_color_description": "txt.help_center_copenhagen_theme.text_color_description",
+ "text_color_label": "txt.help_center_copenhagen_theme.text_color_label",
+ "link_color_description": "txt.help_center_copenhagen_theme.link_color_description",
+ "link_color_label": "txt.help_center_copenhagen_theme.link_color_label",
+ "background_color_description": "txt.help_center_copenhagen_theme.background_color_description",
+ "background_color_label": "txt.help_center_copenhagen_theme.background_color_label",
+ "fonts_group_label": "txt.help_center_copenhagen_theme.fonts_group_label",
+ "heading_font_description": "txt.help_center_copenhagen_theme.heading_font_description",
+ "heading_font_label": "txt.help_center_copenhagen_theme.heading_font_label",
+ "text_font_description": "txt.help_center_copenhagen_theme.text_font_description",
+ "text_font_label": "txt.help_center_copenhagen_theme.text_font_label",
+ "brand_group_label": "txt.help_center_copenhagen_theme.brand_group_label",
+ "logo_description": "txt.help_center_copenhagen_theme.logo_description",
+ "logo_label": "txt.help_center_copenhagen_theme.logo_label",
+ "favicon_description": "txt.help_center_copenhagen_theme.favicon_description",
+ "favicon_label": "txt.help_center_copenhagen_theme.favicon_label",
+ "images_group_label": "txt.help_center_copenhagen_theme.images_group_label",
+ "homepage_background_image_description": "txt.help_center_copenhagen_theme.homepage_background_image_description",
+ "homepage_background_image_label": "txt.help_center_copenhagen_theme.homepage_background_image_label",
+ "community_background_image_description": "txt.help_center_copenhagen_theme.community_background_image_description",
+ "community_background_image_label": "txt.help_center_copenhagen_theme.community_background_image_label",
+ "community_image_description": "txt.help_center_copenhagen_theme.community_image_description",
+ "community_image_label": "txt.help_center_copenhagen_theme.community_image_label"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/en-x-pseu.json b/theme/Algolia-search/translations/en-x-pseu.json
new file mode 100644
index 0000000..0c02a5d
--- /dev/null
+++ b/theme/Algolia-search/translations/en-x-pseu.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "[日本Colorséñđ]",
+ "brand_color_description": "[日本Brand color for major navigational elementséñđ]",
+ "brand_color_label": "[日本Brand coloréñđ]",
+ "brand_text_color_description": "[日本Brand color for hover and active stateséñđ]",
+ "brand_text_color_label": "[日本Brand text coloréñđ]",
+ "text_color_description": "[日本Text color for body and heading elementséñđ]",
+ "text_color_label": "[日本Text coloréñđ]",
+ "link_color_description": "[日本Text color for link elementséñđ]",
+ "link_color_label": "[日本Link coloréñđ]",
+ "background_color_description": "[日本Background color of your Help Centeréñđ]",
+ "background_color_label": "[日本Background coloréñđ]",
+ "fonts_group_label": "[日本Fontséñđ]",
+ "heading_font_description": "[日本Font for headingséñđ]",
+ "heading_font_label": "[日本Heading Fontéñđ]",
+ "text_font_description": "[日本Font for body textéñđ]",
+ "text_font_label": "[日本Text Fontéñđ]",
+ "brand_group_label": "[日本Brandéñđ]",
+ "logo_description": "[日本Company logoéñđ]",
+ "logo_label": "[日本Logoéñđ]",
+ "favicon_description": "[日本Icon displayed in the address bar of your browseréñđ]",
+ "favicon_label": "[日本Faviconéñđ]",
+ "images_group_label": "[日本Imageséñđ]",
+ "homepage_background_image_description": "[日本Hero image on the home pageéñđ]",
+ "homepage_background_image_label": "[日本Home hero imageéñđ]",
+ "community_background_image_description": "[日本Hero image on the community topics pageéñđ]",
+ "community_background_image_label": "[日本Community hero imageéñđ]",
+ "community_image_description": "[日本Image for the community section on the home pageéñđ]",
+ "community_image_label": "[日本Community banneréñđ]"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/es-419.json b/theme/Algolia-search/translations/es-419.json
new file mode 100644
index 0000000..230deef
--- /dev/null
+++ b/theme/Algolia-search/translations/es-419.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Colores",
+ "brand_color_description": "El color propio de la marca para los elementos importantes de navegación",
+ "brand_color_label": "Color de marca",
+ "brand_text_color_description": "El color de la marca cuando está activa y cuando se le pasa el cursor",
+ "brand_text_color_label": "Color de texto de la marca",
+ "text_color_description": "El color del texto para los elementos de cuerpo y encabezado",
+ "text_color_label": "Color de texto",
+ "link_color_description": "El color del texto para los elementos de vínculos",
+ "link_color_label": "Color de vínculos",
+ "visited_link_color_description": "El color del texto para los elementos de los vínculos visitados",
+ "visited_link_color_label": "Color de vínculo visitado",
+ "background_color_description": "El color de fondo del Centro de ayuda",
+ "background_color_label": "Color de fondo",
+ "fonts_group_label": "Fuentes",
+ "heading_font_description": "La fuente para los encabezados",
+ "heading_font_label": "Fuente de encabezado",
+ "text_font_description": "La fuente para el texto del cuerpo",
+ "text_font_label": "Fuente de texto",
+ "brand_group_label": "Marca",
+ "logo_description": "El logotipo de la compañía",
+ "logo_label": "Logotipo",
+ "favicon_description": "Icono mostrado en la barra de dirección del navegador",
+ "favicon_label": "Favicon",
+ "images_group_label": "Imágenes",
+ "homepage_background_image_description": "La imagen hero de la página principal",
+ "homepage_background_image_label": "Imagen hero de página principal",
+ "community_background_image_description": "Imagen hero en la página de temas de la comunidad",
+ "community_background_image_label": "Imagen hero de la comunidad",
+ "community_image_description": "Imagen para la sección de comunidad en la página principal",
+ "community_image_label": "Pancarta de la comunidad",
+ "search_group_label": "Configuración de la búsqueda",
+ "instant_search_label": "Búsqueda inmediata",
+ "instant_search_description": "Mostrar artículos recomendados en la búsqueda",
+ "scoped_knowledge_base_search_label": "Búsqueda filtrada en la base de conocimientos",
+ "scoped_knowledge_base_search_description": "Los resultados de la búsqueda se limitan a la categoría en la que se encuentra el usuario",
+ "scoped_community_search_label": "Búsqueda filtrada en la comunidad",
+ "scoped_community_search_description": "Los resultados de la búsqueda se limitan al tema en el que se encuentra el usuario",
+ "home_page_group_label": "Elementos de página principal",
+ "recent_activity_label": "Actividad reciente",
+ "recent_activity_description": "Mostrar actividad reciente en la página principal",
+ "article_page_group_label": "Elementos de página del artículo",
+ "articles_in_section_label": "Artículos en la sección",
+ "articles_in_section_description": "Mostrar barra lateral de artículos en la sección",
+ "article_author_label": "Autor",
+ "article_author_description": "Mostrar imagen y nombre del autor",
+ "article_comments_label": "Comentarios",
+ "article_comments_description": "Mostrar comentarios en artículos",
+ "follow_article_label": "Seguir",
+ "follow_article_description": "Los usuarios pueden seguir un artículo específico",
+ "recently_viewed_articles_label": "Vistos recientemente",
+ "recently_viewed_articles_description": "Mostrar artículos vistos recientemente",
+ "related_articles_label": "Artículos relacionados",
+ "related_articles_description": "Mostrar artículos relacionados",
+ "article_sharing_label": "Compartir en redes sociales",
+ "article_sharing_description": "Mostrar opción para compartir en redes sociales en el artículo",
+ "section_page_group_label": "Elementos de página de la sección",
+ "follow_section_label": "Seguir",
+ "follow_section_description": "Los usuarios pueden seguir una sección específica",
+ "community_post_group_label": "Elementos de publicación de la comunidad",
+ "follow_post_label": "Seguir",
+ "follow_post_description": "Los usuarios pueden seguir una publicación específica",
+ "post_sharing_label": "Compartir en redes sociales",
+ "post_sharing_description": "Mostrar opción para compartir en redes sociales en la publicación",
+ "community_topic_group_label": "Elementos de tema de la comunidad",
+ "follow_topic_label": "Seguir",
+ "follow_topic_description": "Los usuarios pueden seguir un tema específico",
+ "show_brand_name_label": "Mostrar nombre del Centro de ayuda",
+ "show_brand_name_description": "Muestre el nombre del Centro de ayuda junto al logotipo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/es-es.json b/theme/Algolia-search/translations/es-es.json
new file mode 100644
index 0000000..230deef
--- /dev/null
+++ b/theme/Algolia-search/translations/es-es.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Colores",
+ "brand_color_description": "El color propio de la marca para los elementos importantes de navegación",
+ "brand_color_label": "Color de marca",
+ "brand_text_color_description": "El color de la marca cuando está activa y cuando se le pasa el cursor",
+ "brand_text_color_label": "Color de texto de la marca",
+ "text_color_description": "El color del texto para los elementos de cuerpo y encabezado",
+ "text_color_label": "Color de texto",
+ "link_color_description": "El color del texto para los elementos de vínculos",
+ "link_color_label": "Color de vínculos",
+ "visited_link_color_description": "El color del texto para los elementos de los vínculos visitados",
+ "visited_link_color_label": "Color de vínculo visitado",
+ "background_color_description": "El color de fondo del Centro de ayuda",
+ "background_color_label": "Color de fondo",
+ "fonts_group_label": "Fuentes",
+ "heading_font_description": "La fuente para los encabezados",
+ "heading_font_label": "Fuente de encabezado",
+ "text_font_description": "La fuente para el texto del cuerpo",
+ "text_font_label": "Fuente de texto",
+ "brand_group_label": "Marca",
+ "logo_description": "El logotipo de la compañía",
+ "logo_label": "Logotipo",
+ "favicon_description": "Icono mostrado en la barra de dirección del navegador",
+ "favicon_label": "Favicon",
+ "images_group_label": "Imágenes",
+ "homepage_background_image_description": "La imagen hero de la página principal",
+ "homepage_background_image_label": "Imagen hero de página principal",
+ "community_background_image_description": "Imagen hero en la página de temas de la comunidad",
+ "community_background_image_label": "Imagen hero de la comunidad",
+ "community_image_description": "Imagen para la sección de comunidad en la página principal",
+ "community_image_label": "Pancarta de la comunidad",
+ "search_group_label": "Configuración de la búsqueda",
+ "instant_search_label": "Búsqueda inmediata",
+ "instant_search_description": "Mostrar artículos recomendados en la búsqueda",
+ "scoped_knowledge_base_search_label": "Búsqueda filtrada en la base de conocimientos",
+ "scoped_knowledge_base_search_description": "Los resultados de la búsqueda se limitan a la categoría en la que se encuentra el usuario",
+ "scoped_community_search_label": "Búsqueda filtrada en la comunidad",
+ "scoped_community_search_description": "Los resultados de la búsqueda se limitan al tema en el que se encuentra el usuario",
+ "home_page_group_label": "Elementos de página principal",
+ "recent_activity_label": "Actividad reciente",
+ "recent_activity_description": "Mostrar actividad reciente en la página principal",
+ "article_page_group_label": "Elementos de página del artículo",
+ "articles_in_section_label": "Artículos en la sección",
+ "articles_in_section_description": "Mostrar barra lateral de artículos en la sección",
+ "article_author_label": "Autor",
+ "article_author_description": "Mostrar imagen y nombre del autor",
+ "article_comments_label": "Comentarios",
+ "article_comments_description": "Mostrar comentarios en artículos",
+ "follow_article_label": "Seguir",
+ "follow_article_description": "Los usuarios pueden seguir un artículo específico",
+ "recently_viewed_articles_label": "Vistos recientemente",
+ "recently_viewed_articles_description": "Mostrar artículos vistos recientemente",
+ "related_articles_label": "Artículos relacionados",
+ "related_articles_description": "Mostrar artículos relacionados",
+ "article_sharing_label": "Compartir en redes sociales",
+ "article_sharing_description": "Mostrar opción para compartir en redes sociales en el artículo",
+ "section_page_group_label": "Elementos de página de la sección",
+ "follow_section_label": "Seguir",
+ "follow_section_description": "Los usuarios pueden seguir una sección específica",
+ "community_post_group_label": "Elementos de publicación de la comunidad",
+ "follow_post_label": "Seguir",
+ "follow_post_description": "Los usuarios pueden seguir una publicación específica",
+ "post_sharing_label": "Compartir en redes sociales",
+ "post_sharing_description": "Mostrar opción para compartir en redes sociales en la publicación",
+ "community_topic_group_label": "Elementos de tema de la comunidad",
+ "follow_topic_label": "Seguir",
+ "follow_topic_description": "Los usuarios pueden seguir un tema específico",
+ "show_brand_name_label": "Mostrar nombre del Centro de ayuda",
+ "show_brand_name_description": "Muestre el nombre del Centro de ayuda junto al logotipo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/es.json b/theme/Algolia-search/translations/es.json
new file mode 100644
index 0000000..230deef
--- /dev/null
+++ b/theme/Algolia-search/translations/es.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Colores",
+ "brand_color_description": "El color propio de la marca para los elementos importantes de navegación",
+ "brand_color_label": "Color de marca",
+ "brand_text_color_description": "El color de la marca cuando está activa y cuando se le pasa el cursor",
+ "brand_text_color_label": "Color de texto de la marca",
+ "text_color_description": "El color del texto para los elementos de cuerpo y encabezado",
+ "text_color_label": "Color de texto",
+ "link_color_description": "El color del texto para los elementos de vínculos",
+ "link_color_label": "Color de vínculos",
+ "visited_link_color_description": "El color del texto para los elementos de los vínculos visitados",
+ "visited_link_color_label": "Color de vínculo visitado",
+ "background_color_description": "El color de fondo del Centro de ayuda",
+ "background_color_label": "Color de fondo",
+ "fonts_group_label": "Fuentes",
+ "heading_font_description": "La fuente para los encabezados",
+ "heading_font_label": "Fuente de encabezado",
+ "text_font_description": "La fuente para el texto del cuerpo",
+ "text_font_label": "Fuente de texto",
+ "brand_group_label": "Marca",
+ "logo_description": "El logotipo de la compañía",
+ "logo_label": "Logotipo",
+ "favicon_description": "Icono mostrado en la barra de dirección del navegador",
+ "favicon_label": "Favicon",
+ "images_group_label": "Imágenes",
+ "homepage_background_image_description": "La imagen hero de la página principal",
+ "homepage_background_image_label": "Imagen hero de página principal",
+ "community_background_image_description": "Imagen hero en la página de temas de la comunidad",
+ "community_background_image_label": "Imagen hero de la comunidad",
+ "community_image_description": "Imagen para la sección de comunidad en la página principal",
+ "community_image_label": "Pancarta de la comunidad",
+ "search_group_label": "Configuración de la búsqueda",
+ "instant_search_label": "Búsqueda inmediata",
+ "instant_search_description": "Mostrar artículos recomendados en la búsqueda",
+ "scoped_knowledge_base_search_label": "Búsqueda filtrada en la base de conocimientos",
+ "scoped_knowledge_base_search_description": "Los resultados de la búsqueda se limitan a la categoría en la que se encuentra el usuario",
+ "scoped_community_search_label": "Búsqueda filtrada en la comunidad",
+ "scoped_community_search_description": "Los resultados de la búsqueda se limitan al tema en el que se encuentra el usuario",
+ "home_page_group_label": "Elementos de página principal",
+ "recent_activity_label": "Actividad reciente",
+ "recent_activity_description": "Mostrar actividad reciente en la página principal",
+ "article_page_group_label": "Elementos de página del artículo",
+ "articles_in_section_label": "Artículos en la sección",
+ "articles_in_section_description": "Mostrar barra lateral de artículos en la sección",
+ "article_author_label": "Autor",
+ "article_author_description": "Mostrar imagen y nombre del autor",
+ "article_comments_label": "Comentarios",
+ "article_comments_description": "Mostrar comentarios en artículos",
+ "follow_article_label": "Seguir",
+ "follow_article_description": "Los usuarios pueden seguir un artículo específico",
+ "recently_viewed_articles_label": "Vistos recientemente",
+ "recently_viewed_articles_description": "Mostrar artículos vistos recientemente",
+ "related_articles_label": "Artículos relacionados",
+ "related_articles_description": "Mostrar artículos relacionados",
+ "article_sharing_label": "Compartir en redes sociales",
+ "article_sharing_description": "Mostrar opción para compartir en redes sociales en el artículo",
+ "section_page_group_label": "Elementos de página de la sección",
+ "follow_section_label": "Seguir",
+ "follow_section_description": "Los usuarios pueden seguir una sección específica",
+ "community_post_group_label": "Elementos de publicación de la comunidad",
+ "follow_post_label": "Seguir",
+ "follow_post_description": "Los usuarios pueden seguir una publicación específica",
+ "post_sharing_label": "Compartir en redes sociales",
+ "post_sharing_description": "Mostrar opción para compartir en redes sociales en la publicación",
+ "community_topic_group_label": "Elementos de tema de la comunidad",
+ "follow_topic_label": "Seguir",
+ "follow_topic_description": "Los usuarios pueden seguir un tema específico",
+ "show_brand_name_label": "Mostrar nombre del Centro de ayuda",
+ "show_brand_name_description": "Muestre el nombre del Centro de ayuda junto al logotipo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/et.json b/theme/Algolia-search/translations/et.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/et.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/fa.json b/theme/Algolia-search/translations/fa.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/fa.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/fi.json b/theme/Algolia-search/translations/fi.json
new file mode 100644
index 0000000..90b7988
--- /dev/null
+++ b/theme/Algolia-search/translations/fi.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Värit",
+ "brand_color_description": "Tärkeiden navigointielementtien brändin väri",
+ "brand_color_label": "Brändin väri",
+ "brand_text_color_description": "Yllä leijumisen ja aktiivisen tilan brändin väri",
+ "brand_text_color_label": "Brändin tekstin väri",
+ "text_color_description": "Runkotekstin ja otsikkoelementtien tekstin väri",
+ "text_color_label": "Tekstin väri",
+ "link_color_description": "Linkkielementtien tekstin väri",
+ "link_color_label": "Linkin väri",
+ "visited_link_color_description": "Vierailtujen linkkielementtien tekstin väri",
+ "visited_link_color_label": "Vierailtujen linkkien väri",
+ "background_color_description": "Tukiportaalin taustaväri",
+ "background_color_label": "Taustaväri",
+ "fonts_group_label": "Fontit",
+ "heading_font_description": "Otsikoiden fontti",
+ "heading_font_label": "Otsikon fontti",
+ "text_font_description": "Runkotekstin fontti",
+ "text_font_label": "Tekstin fontti",
+ "brand_group_label": "Brändi",
+ "logo_description": "Yrityksen logo",
+ "logo_label": "Logo",
+ "favicon_description": "Selaimen osoitepalkissa esitetty kuvake",
+ "favicon_label": "Favicon",
+ "images_group_label": "Kuvat",
+ "homepage_background_image_description": "Taustakuva kotisivulla",
+ "homepage_background_image_label": "Kotisivun taustakuva",
+ "community_background_image_description": "Yhteisön aihesivun taustakuva",
+ "community_background_image_label": "Yhteisön taustakuva",
+ "community_image_description": "Kotisivun yhteisöosan kuva",
+ "community_image_label": "Yhteisön mainospalkki",
+ "search_group_label": "Hakutulokset",
+ "instant_search_label": "Pikahaku",
+ "instant_search_description": "Näytä ehdotetut artikkelit haussa",
+ "scoped_knowledge_base_search_label": "Suodatettu haku ratkaisutietokannasta",
+ "scoped_knowledge_base_search_description": "Hakutulokset rajoitetaan kategoriaan, jossa käyttäjä on",
+ "scoped_community_search_label": "Suodatettu haku yhteisössä",
+ "scoped_community_search_description": "Hakutulokset rajoitetaan aiheeseen, jossa käyttäjä on",
+ "home_page_group_label": "Kotisivun elementit",
+ "recent_activity_label": "Viimeisin aktiviteetti",
+ "recent_activity_description": "Näytä viimeisin aktiviteetti kotisivulla",
+ "article_page_group_label": "Artikkeli-sivun elementit",
+ "articles_in_section_label": "Artikkelit osiossa",
+ "articles_in_section_description": "Näytä artikkelien sivupalkki osiossa",
+ "article_author_label": "Tekijä",
+ "article_author_description": "Näytä tekijän kuva ja nimi",
+ "article_comments_label": "Kommentit",
+ "article_comments_description": "Näytä kommentit artikkeleihin",
+ "follow_article_label": "Seuraa",
+ "follow_article_description": "Käyttäjät voivat seurata tiettyä artikkelia",
+ "recently_viewed_articles_label": "Viimeksi katsotut",
+ "recently_viewed_articles_description": "Näytä viimeksi katsotut artikkelit",
+ "related_articles_label": "Aiheeseen liittyvät artikkelit",
+ "related_articles_description": "Näytä aiheeseen liittyvät artikkelit",
+ "article_sharing_label": "Sosiaalinen jakaminen",
+ "article_sharing_description": "Näytä artikkelin jakaminen sosiaalisessa mediassa",
+ "section_page_group_label": "Osio-sivun elementit",
+ "follow_section_label": "Seuraa",
+ "follow_section_description": "Käyttäjät voivat seurata tiettyä osiota",
+ "community_post_group_label": "Yhteisöviestielementit",
+ "follow_post_label": "Seuraa",
+ "follow_post_description": "Käyttäjät voivat seurata tiettyä viestiä",
+ "post_sharing_label": "Sosiaalinen jakaminen",
+ "post_sharing_description": "Näytä viestin jakaminen sosiaalisessa mediassa",
+ "community_topic_group_label": "Yhteisöaihe-elementit",
+ "follow_topic_label": "Seuraa",
+ "follow_topic_description": "Käyttäjät voivat seurata tiettyä aihetta",
+ "show_brand_name_label": "Näytä Tukiportaalin nimi",
+ "show_brand_name_description": "Näytä Tukiportaalin nimi logon vieressä"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/fil.json b/theme/Algolia-search/translations/fil.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/fil.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/fr-ca.json b/theme/Algolia-search/translations/fr-ca.json
new file mode 100644
index 0000000..0099f65
--- /dev/null
+++ b/theme/Algolia-search/translations/fr-ca.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Couleurs",
+ "brand_color_description": "Couleur de la marque pour les principaux éléments de navigation",
+ "brand_color_label": "Couleur de la marque",
+ "brand_text_color_description": "Couleur de la marque pour les états Survol et Actif",
+ "brand_text_color_label": "Couleur du texte de la marque",
+ "text_color_description": "Couleur du texte pour les éléments du titre et du corps",
+ "text_color_label": "Couleur du texte",
+ "link_color_description": "Couleur du texte pour les liens",
+ "link_color_label": "Couleur des liens",
+ "visited_link_color_description": "Couleur du texte pour les éléments de liens consultés",
+ "visited_link_color_label": "Couleur des liens consultés",
+ "background_color_description": "Couleur d’arrière-plan de votre Centre d’aide",
+ "background_color_label": "Couleur d’arrière-plan",
+ "fonts_group_label": "Polices",
+ "heading_font_description": "Police pour les titres",
+ "heading_font_label": "Police des titres",
+ "text_font_description": "Police pour le texte du corps",
+ "text_font_label": "Police du texte",
+ "brand_group_label": "Marque",
+ "logo_description": "Logo de l’entreprise",
+ "logo_label": "Logo",
+ "favicon_description": "Icône affichée dans la barre d’adresse de votre navigateur",
+ "favicon_label": "Favoricône",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Image de premier plan sur la page d’accueil",
+ "homepage_background_image_label": "Image de premier plan de la page d’accueil",
+ "community_background_image_description": "Image de premier plan sur la page des sujets de la communauté",
+ "community_background_image_label": "Image de premier plan pour la communauté",
+ "community_image_description": "Image pour la section Communauté de la page d’accueil",
+ "community_image_label": "Bannière Communauté",
+ "search_group_label": "Paramètres de recherche",
+ "instant_search_label": "Recherche instantanée",
+ "instant_search_description": "Afficher les articles suggérés dans la recherche",
+ "scoped_knowledge_base_search_label": "Recherche limitée dans la base de connaissances",
+ "scoped_knowledge_base_search_description": "Les résultats de la recherche sont limités à la catégorie dans laquelle se trouve l’utilisateur",
+ "scoped_community_search_label": "Recherche limitée dans la communauté",
+ "scoped_community_search_description": "Les résultats de la recherche sont limités au sujet dans lequel se trouve l’utilisateur",
+ "home_page_group_label": "Éléments de la page d’accueil",
+ "recent_activity_label": "Activité récente",
+ "recent_activity_description": "Afficher les activités récentes sur la page d’accueil",
+ "article_page_group_label": "Éléments de la page d’article",
+ "articles_in_section_label": "Articles dans la section",
+ "articles_in_section_description": "Afficher la barre latérale des articles dans la section",
+ "article_author_label": "Auteur",
+ "article_author_description": "Afficher la photo et le nom de l’auteur",
+ "article_comments_label": "Commentaires",
+ "article_comments_description": "Afficher les commentaires sur les articles",
+ "follow_article_label": "S’abonner",
+ "follow_article_description": "Les utilisateurs peuvent s’abonner à un article spécifique",
+ "recently_viewed_articles_label": "Consultation récente",
+ "recently_viewed_articles_description": "Afficher les articles consultés récemment",
+ "related_articles_label": "Articles connexes",
+ "related_articles_description": "Afficher les articles connexes",
+ "article_sharing_label": "Partage social",
+ "article_sharing_description": "Afficher les partages de l’article sur les réseaux sociaux",
+ "section_page_group_label": "Éléments de la page de section",
+ "follow_section_label": "S’abonner",
+ "follow_section_description": "Les utilisateurs peuvent s’abonner à une section spécifique",
+ "community_post_group_label": "Éléments des publications dans la communauté",
+ "follow_post_label": "S’abonner",
+ "follow_post_description": "Les utilisateurs peuvent s’abonner à une publication spécifique",
+ "post_sharing_label": "Partage social",
+ "post_sharing_description": "Afficher les partages de la publication sur les réseaux sociaux",
+ "community_topic_group_label": "Éléments des sujets de la communauté",
+ "follow_topic_label": "S’abonner",
+ "follow_topic_description": "Les utilisateurs peuvent s’abonner à un sujet en particulier",
+ "show_brand_name_label": "Afficher le nom du Centre d’aide",
+ "show_brand_name_description": "Affichez le nom du Centre d’aide en regard du logo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/fr.json b/theme/Algolia-search/translations/fr.json
new file mode 100644
index 0000000..3c4a769
--- /dev/null
+++ b/theme/Algolia-search/translations/fr.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Couleurs",
+ "brand_color_description": "Couleur de la marque pour les principaux éléments de navigation",
+ "brand_color_label": "Couleur de la marque",
+ "brand_text_color_description": "Couleur de la marque pour les états Survol et Actif",
+ "brand_text_color_label": "Couleur du texte de la marque",
+ "text_color_description": "Couleur du texte pour les éléments du titre et du corps",
+ "text_color_label": "Couleur du texte",
+ "link_color_description": "Couleur du texte pour les liens",
+ "link_color_label": "Couleur des liens",
+ "visited_link_color_description": "Couleur du texte pour les éléments de liens consultés",
+ "visited_link_color_label": "Couleur des liens consultés",
+ "background_color_description": "Couleur d’arrière-plan de votre Centre d’aide",
+ "background_color_label": "Couleur d’arrière-plan",
+ "fonts_group_label": "Polices",
+ "heading_font_description": "Police pour les titres",
+ "heading_font_label": "Police des titres",
+ "text_font_description": "Police pour le texte du corps",
+ "text_font_label": "Police du texte",
+ "brand_group_label": "Marque",
+ "logo_description": "Logo de l’entreprise",
+ "logo_label": "Logo",
+ "favicon_description": "Icône affichée dans la barre d’adresse de votre navigateur",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Image de héros sur la page d’accueil",
+ "homepage_background_image_label": "Hero image de la page d’accueil",
+ "community_background_image_description": "Image de héros sur la page des sujets de la communauté",
+ "community_background_image_label": "Hero image pour la communauté",
+ "community_image_description": "Image pour la section Communauté de la page d’accueil",
+ "community_image_label": "Bannière Communauté",
+ "search_group_label": "Paramètres de recherche",
+ "instant_search_label": "Recherche instantanée",
+ "instant_search_description": "Afficher les articles suggérés dans la recherche",
+ "scoped_knowledge_base_search_label": "Recherche limitée dans la base de connaissances",
+ "scoped_knowledge_base_search_description": "Les résultats de la recherche sont limités à la catégorie dans laquelle se trouve l’utilisateur",
+ "scoped_community_search_label": "Recherche limitée dans la communauté",
+ "scoped_community_search_description": "Les résultats de la recherche sont limités au sujet dans lequel se trouve l’utilisateur",
+ "home_page_group_label": "Éléments de la page d’accueil",
+ "recent_activity_label": "Activité récente",
+ "recent_activity_description": "Afficher les activités récentes sur la page d’accueil",
+ "article_page_group_label": "Éléments de la page d’article",
+ "articles_in_section_label": "Articles dans la section",
+ "articles_in_section_description": "Afficher la barre latérale des articles dans la section",
+ "article_author_label": "Auteur",
+ "article_author_description": "Afficher la photo et le nom de l’auteur",
+ "article_comments_label": "Commentaires",
+ "article_comments_description": "Afficher les commentaires sur les articles",
+ "follow_article_label": "S’abonner",
+ "follow_article_description": "Les utilisateurs peuvent s’abonner à un article spécifique",
+ "recently_viewed_articles_label": "Consultation récente",
+ "recently_viewed_articles_description": "Afficher les articles consultés récemment",
+ "related_articles_label": "Articles connexes",
+ "related_articles_description": "Afficher les articles connexes",
+ "article_sharing_label": "Partage social",
+ "article_sharing_description": "Afficher les partages de l’article sur les réseaux sociaux",
+ "section_page_group_label": "Éléments de la page de section",
+ "follow_section_label": "S’abonner",
+ "follow_section_description": "Les utilisateurs peuvent s’abonner à une section spécifique",
+ "community_post_group_label": "Éléments des publications dans la communauté",
+ "follow_post_label": "S’abonner",
+ "follow_post_description": "Les utilisateurs peuvent s’abonner à une publication spécifique",
+ "post_sharing_label": "Partage social",
+ "post_sharing_description": "Afficher les partages de la publication sur les réseaux sociaux",
+ "community_topic_group_label": "Éléments des sujets de la communauté",
+ "follow_topic_label": "S’abonner",
+ "follow_topic_description": "Les utilisateurs peuvent s’abonner à un sujet spécifique",
+ "show_brand_name_label": "Afficher le nom du Centre d’aide",
+ "show_brand_name_description": "Affichez le nom du Centre d’aide en regard du logo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/ga.json b/theme/Algolia-search/translations/ga.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/ga.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/he.json b/theme/Algolia-search/translations/he.json
new file mode 100644
index 0000000..a590ae9
--- /dev/null
+++ b/theme/Algolia-search/translations/he.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "צבעים",
+ "brand_color_description": "צבע מותג בשביל רכיבי הניווט החשובים",
+ "brand_color_label": "צבע מותג",
+ "brand_text_color_description": "צבע מותג בשביל מצב ריחוף ומצב פעיל",
+ "brand_text_color_label": "צבע מותג בשביל טקסט",
+ "text_color_description": "צבע רכיבי גוף הטקסט והכותרות",
+ "text_color_label": "צבע טקסט",
+ "link_color_description": "צבע הטקסט בשביל רכיבי קישור",
+ "link_color_label": "צבע קישור",
+ "visited_link_color_description": "צבע הטקסט בשביל קישורים שנכנסו אליהם",
+ "visited_link_color_label": "צבע קישור שנכנסו אליו",
+ "background_color_description": "צבע הרקע של מרכז התמיכה",
+ "background_color_label": "צבע רקע",
+ "fonts_group_label": "גופנים",
+ "heading_font_description": "גופן בשביל הכותרות",
+ "heading_font_label": "גופן כותרות",
+ "text_font_description": "הפונט של גוף הטקסט",
+ "text_font_label": "פונט הטקסט",
+ "brand_group_label": "מותג",
+ "logo_description": "לוגו החברה",
+ "logo_label": "לוגו",
+ "favicon_description": "אייקון המוצג בשורת הכתובת בדפדפן",
+ "favicon_label": "Favicon",
+ "images_group_label": "תמונות",
+ "homepage_background_image_description": "התמונה הראשית (hero image) בדף הבית",
+ "homepage_background_image_label": "תמונה ראשית לדף הבית",
+ "community_background_image_description": "התמונה הראשית (hero image) בדף הנושאים של הקהילה",
+ "community_background_image_label": "תמונה ראשית לקהילה",
+ "community_image_description": "תמונה בשביל חלק הקהילה בדף הבית",
+ "community_image_label": "באנר הקהילה",
+ "search_group_label": "הגדרות חיפוש",
+ "instant_search_label": "חיפוש מיידי",
+ "instant_search_description": "הצג בחיפוש את המאמרים המוצעים",
+ "scoped_knowledge_base_search_label": "חיפוש מתוחם במאגר הידע",
+ "scoped_knowledge_base_search_description": "תוצאות החיפוש מוגבלות לקטגוריה שהמשתמש נמצא בה",
+ "scoped_community_search_label": "חיפוש מתוחם בקהילה",
+ "scoped_community_search_description": "תוצאות החיפוש מוגבלות לנושא שהמשתמש נמצא בו",
+ "home_page_group_label": "רכיבי דף הבית",
+ "recent_activity_label": "פעילות אחרונה",
+ "recent_activity_description": "הצג בדף הבית את הפעילויות האחרונות",
+ "article_page_group_label": "רכיבי דף מאמר",
+ "articles_in_section_label": "מאמרים בקטגוריית המשנה",
+ "articles_in_section_description": "הצג בקטגוריית המשנה סרגל צידי של מאמרים",
+ "article_author_label": "מחבר",
+ "article_author_description": "הצג את שם המחבר ותמונתו",
+ "article_comments_label": "הערות",
+ "article_comments_description": "הצג במאמרים הערות",
+ "follow_article_label": "עקוב",
+ "follow_article_description": "המשתמשים יכולים לעקוב אחרי מאמר ספציפי",
+ "recently_viewed_articles_label": "הוצגו לאחרונה",
+ "recently_viewed_articles_description": "הצג את המאמרים שהוצגו לאחרונה",
+ "related_articles_label": "מאמרים קשורים",
+ "related_articles_description": "הצג מאמרים קשורים",
+ "article_sharing_label": "שיתוף ברשתות חברתיות",
+ "article_sharing_description": "הצג במאמר שיתוף ברשתות החברתיות",
+ "section_page_group_label": "רכיבי דף קטגוריית משנה",
+ "follow_section_label": "עקוב",
+ "follow_section_description": "המשתמשים יכולים לעקוב אחרי קטגוריית משנה ספציפית",
+ "community_post_group_label": "רכיבי פוסט בקהילה",
+ "follow_post_label": "עקוב",
+ "follow_post_description": "המשתמשים יכולים לעקוב אחרי פוסט ספציפי",
+ "post_sharing_label": "שיתוף ברשתות חברתיות",
+ "post_sharing_description": "הצג בפוסט שיתוף ברשתות החברתיות",
+ "community_topic_group_label": "רכיבי נושא בקהילה",
+ "follow_topic_label": "עקוב",
+ "follow_topic_description": "המשתמשים יכולים לעקוב אחרי נושא ספציפי",
+ "show_brand_name_label": "הצג את שם מרכז התמיכה",
+ "show_brand_name_description": "הצג את שם מרכז התמיכה ליד הלוגו"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/hi.json b/theme/Algolia-search/translations/hi.json
new file mode 100644
index 0000000..e8f3fdd
--- /dev/null
+++ b/theme/Algolia-search/translations/hi.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "रंग",
+ "brand_color_description": "प्रमुख नेविगेशन तत्वों के लिए ब्रांड का रंग",
+ "brand_color_label": "ब्रांड का रंग",
+ "brand_text_color_description": "होवर और सक्रिय स्थितियों के लिए ब्रांड का रंग",
+ "brand_text_color_label": "ब्रांड पाठ का रंग",
+ "text_color_description": "मुख्य भाग और शीर्षक तत्वों के लिए पाठ रंग",
+ "text_color_label": "पाठ रंग",
+ "link_color_description": "लिंक तत्वों के लिए पाठ रंग",
+ "link_color_label": "लिंक रंग",
+ "visited_link_color_description": "विज़िट किए गए लिंक तत्वों के लिए पाठ रंग",
+ "visited_link_color_label": "विज़िट किए गए लिंक के रंग",
+ "background_color_description": "आपके सहायता केंद्र की पृष्ठभूमि का रंग",
+ "background_color_label": "पृष्ठभूमि का रंग",
+ "fonts_group_label": "फॉन्ट",
+ "heading_font_description": "शीर्षकों के लिए फॉन्ट",
+ "heading_font_label": "शीर्षक फॉन्ट",
+ "text_font_description": "मुख्य पाठ के लिए फॉन्ट",
+ "text_font_label": "पाठ का फॉन्ट",
+ "brand_group_label": "ब्रांड",
+ "logo_description": "कंपनी का लोगो",
+ "logo_label": "लोगो",
+ "favicon_description": "आइकन आपके ब्राउज़र के पता बार में प्रदर्शित किया जाता है",
+ "favicon_label": "फ़ेविकॉन",
+ "images_group_label": "छवियां",
+ "homepage_background_image_description": "होम पृष्ठ पर हीरो छवि",
+ "homepage_background_image_label": "होम हीरो छवि",
+ "community_background_image_description": "समुदाय विषयों पृष्ठ पर हीरो छवि",
+ "community_background_image_label": "समुदाय हीरो छवि",
+ "community_image_description": "होम पृष्ठ पर समुदाय अनुभाग के लिए छवि",
+ "community_image_label": "समुदाय बैनर",
+ "search_group_label": "खोज सेटिंग",
+ "instant_search_label": "त्वरित खोज",
+ "instant_search_description": "खोज पर सुझाए गए आलेख दिखाएं",
+ "scoped_knowledge_base_search_label": "जानकारी के आधार में सीमित खोज",
+ "scoped_knowledge_base_search_description": "खोज परिणाम उस श्रेणी तक ही सीमित हैं, जिसमें उपयोगकर्ता है",
+ "scoped_community_search_label": "समुदाय में सीमित खोज",
+ "scoped_community_search_description": "खोज परिणाम उस विषय तक ही सीमित हैं, जिसमें उपयोगकर्ता है",
+ "home_page_group_label": "होम पेज तत्व",
+ "recent_activity_label": "हाल ही की गतिविधि",
+ "recent_activity_description": "होम पेज पर हाल ही की गतिविधि दिखाएं",
+ "article_page_group_label": "आलेख पृष्ठ तत्व",
+ "articles_in_section_label": "अनुभाग में आलेख",
+ "articles_in_section_description": "अनुभाग में आलेखों के साइडबार दिखाएं",
+ "article_author_label": "लेखक",
+ "article_author_description": "लेखक छवि और नाम दिखाएं",
+ "article_comments_label": "टिप्पणियां",
+ "article_comments_description": "आलेख पर टिप्पणियां दिखाएं",
+ "follow_article_label": "अनुसरण करें",
+ "follow_article_description": "उपयोगकर्ता एक विशिष्ट आलेख का अनुसरण कर सकते हैं",
+ "recently_viewed_articles_label": "हाल में देखे गए",
+ "recently_viewed_articles_description": "हाल में देखे गए आलेख दिखाएं",
+ "related_articles_label": "संबंधित आलेख",
+ "related_articles_description": "संबंधित आलेख दिखाएं",
+ "article_sharing_label": "सामाजिक साझाकरण",
+ "article_sharing_description": "आलेख पर सोशल मीडिया साझाकरण दिखाएं",
+ "section_page_group_label": "अनुभाग पृष्ठ तत्व",
+ "follow_section_label": "अनुसरण करें",
+ "follow_section_description": "उपयोगकर्ता एक विशिष्ट अनुभाग का अनुसरण कर सकते हैं",
+ "community_post_group_label": "समुदाय पोस्ट के तत्व",
+ "follow_post_label": "अनुसरण करें",
+ "follow_post_description": "उपयोगकर्ता एक विशिष्ट पोस्ट का अनुसरण कर सकते हैं",
+ "post_sharing_label": "सामाजिक साझाकरण",
+ "post_sharing_description": "पोस्ट पर सोशल मीडिया साझाकरण दिखाएं",
+ "community_topic_group_label": "समुदाय विषय के तत्व",
+ "follow_topic_label": "अनुसरण करें",
+ "follow_topic_description": "उपयोगकर्ता एक विशिष्ट विषय का अनुसरण कर सकते हैं",
+ "show_brand_name_label": "सहायता केंद्र का नाम दिखाएं",
+ "show_brand_name_description": "लोगो के आगे सहायता केंद्र का नाम दिखाएं"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/hr.json b/theme/Algolia-search/translations/hr.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/hr.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/hu.json b/theme/Algolia-search/translations/hu.json
new file mode 100644
index 0000000..c7c4530
--- /dev/null
+++ b/theme/Algolia-search/translations/hu.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Színek",
+ "brand_color_description": "A fontosabb navigációs elemek márkaszíne",
+ "brand_color_label": "Márkaszín",
+ "brand_text_color_description": "A rámutatás és az aktív állapotok márkaszíne",
+ "brand_text_color_label": "Szöveg márkaszíne",
+ "text_color_description": "Címsorelemek és szövegtörzsek színe",
+ "text_color_label": "Szöveg színe",
+ "link_color_description": "Linkek szövegének színe",
+ "link_color_label": "Link színe",
+ "visited_link_color_description": "Meglátogatott hivatkozások szövegének színe",
+ "visited_link_color_label": "Meglátogatott hivatkozás színe",
+ "background_color_description": "A Súgóközpontja háttérszíne",
+ "background_color_label": "Háttérszín",
+ "fonts_group_label": "Betűtípusok",
+ "heading_font_description": "Címsorok betűtípusa",
+ "heading_font_label": "Címsor betűtípusa",
+ "text_font_description": "Szövegtörzs betűtípusa",
+ "text_font_label": "Szöveg betűtípusa",
+ "brand_group_label": "Márka",
+ "logo_description": "Vállalat emblémája",
+ "logo_label": "Embléma",
+ "favicon_description": "A böngésző címsorában megjelenített ikon",
+ "favicon_label": "Favicon",
+ "images_group_label": "Képek",
+ "homepage_background_image_description": "A kezdőlap fő képe",
+ "homepage_background_image_label": "Fő kezdőkép",
+ "community_background_image_description": "A közösségi témák oldalának fő képe",
+ "community_background_image_label": "Közösség fő képe",
+ "community_image_description": "A közösségi rész kezdőlapjának képe",
+ "community_image_label": "Közösségi banner",
+ "search_group_label": "Keresési beállítások",
+ "instant_search_label": "Azonnali keresés",
+ "instant_search_description": "Javasolt cikkek megjelenítése kereséskor",
+ "scoped_knowledge_base_search_label": "Célzott keresés a tudásbázisban",
+ "scoped_knowledge_base_search_description": "A keresési eredmények azokra a kategóriákra korlátozódnak, amelyekben a felhasználó megtalálható",
+ "scoped_community_search_label": "Célzott keresés a közösségben",
+ "scoped_community_search_description": "A keresési eredmények azokra a témakörökre korlátozódnak, amelyekben a felhasználó megtalálható",
+ "home_page_group_label": "Kezdőlap elemei",
+ "recent_activity_label": "Legutóbbi tevékenységek",
+ "recent_activity_description": "Legutóbbi tevékenységek megjelenítése a kezdőlapon",
+ "article_page_group_label": "Cikklap elemei",
+ "articles_in_section_label": "A szakasz cikkei",
+ "articles_in_section_description": "Oldalsáv megjelenítése a szakasz cikkeiben",
+ "article_author_label": "Szerző",
+ "article_author_description": "Szerző képének és nevének megjelenítése",
+ "article_comments_label": "Hozzászólások",
+ "article_comments_description": "Cikk hozzáaszólásainak megjelenítése",
+ "follow_article_label": "Követés",
+ "follow_article_description": "A felhasználók követhetnek egy adott cikket",
+ "recently_viewed_articles_label": "Legutóbb megtekintett cikkek",
+ "recently_viewed_articles_description": "Legutóbb megtekintett cikkek megjelenítése",
+ "related_articles_label": "Kapcsolódó cikkek",
+ "related_articles_description": "Kapcsolódó cikkek megjelenítése",
+ "article_sharing_label": "Közösségi megosztás",
+ "article_sharing_description": "Közösségi megosztás lehetőségének megjelenítése a cikkhez",
+ "section_page_group_label": "Szakaszlap elemei",
+ "follow_section_label": "Követés",
+ "follow_section_description": "A felhasználók követhetnek egy adott szakaszt",
+ "community_post_group_label": "Közösségi bejegyzések elemei",
+ "follow_post_label": "Követés",
+ "follow_post_description": "A felhasználók követhetnek egy adott bejegyzést",
+ "post_sharing_label": "Közösségi megosztás",
+ "post_sharing_description": "Közösségi megosztás lehetőségének megjelenítése a bejegyzéshez",
+ "community_topic_group_label": "Közösségi témakörök elemei",
+ "follow_topic_label": "Követés",
+ "follow_topic_description": "A felhasználók követhetnek egy adott témakört",
+ "show_brand_name_label": "Súgóközpont nevének megjelenítése",
+ "show_brand_name_description": "A Súgóközpont nevének megjelenítése az embléma mellett"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/hy.json b/theme/Algolia-search/translations/hy.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/hy.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/id.json b/theme/Algolia-search/translations/id.json
new file mode 100644
index 0000000..fdbbfb7
--- /dev/null
+++ b/theme/Algolia-search/translations/id.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Warna",
+ "brand_color_description": "Warna merek untuk elemen navigasi utama",
+ "brand_color_label": "Warna merek",
+ "brand_text_color_description": "Warna merek untuk kondisi melayang dan aktif",
+ "brand_text_color_label": "Warna teks merek",
+ "text_color_description": "Warna teks untuk elemen bodi dan judul",
+ "text_color_label": "Warna teks",
+ "link_color_description": "Warna teks untuk elemen tautan",
+ "link_color_label": "Warna tautan",
+ "visited_link_color_description": "Warna teks untuk elemen tautan yang dikunjungi",
+ "visited_link_color_label": "Warna tautan yang dikunjungi",
+ "background_color_description": "Warna latar belakang Pusat Bantuan Anda",
+ "background_color_label": "Warna latar belakang",
+ "fonts_group_label": "Font",
+ "heading_font_description": "Font untuk judul",
+ "heading_font_label": "Font Judul",
+ "text_font_description": "Font untuk teks bodi",
+ "text_font_label": "Font Teks",
+ "brand_group_label": "Merek",
+ "logo_description": "Logo perusahaan",
+ "logo_label": "Logo",
+ "favicon_description": "Ikon yang ditampilkan pada batang alamat browser Anda",
+ "favicon_label": "Favicon (Ikon favorit)",
+ "images_group_label": "Gambar",
+ "homepage_background_image_description": "Gambar utama pada halaman beranda",
+ "homepage_background_image_label": "Gambar utama beranda",
+ "community_background_image_description": "Gambar utama pada halaman topik komunitas",
+ "community_background_image_label": "Gambar utama komunitas",
+ "community_image_description": "Gambar bagian komunitas pada halaman beranda",
+ "community_image_label": "Spanduk komunitas",
+ "search_group_label": "Pengaturan pencarian",
+ "instant_search_label": "Pencarian instan",
+ "instant_search_description": "Tampilkan artikel yang disarankan di pencarian",
+ "scoped_knowledge_base_search_label": "Pencarian dalam cakupan di Basis Pengetahuan",
+ "scoped_knowledge_base_search_description": "Hasil pencarian dibatasi untuk kategori yang dimasuki pengguna",
+ "scoped_community_search_label": "Pencarian dalam cakupan di Komunitas",
+ "scoped_community_search_description": "Hasil pencarian dibatasi untuk topik yang dimasuki pengguna",
+ "home_page_group_label": "Elemen halaman beranda",
+ "recent_activity_label": "Aktivitas terbaru",
+ "recent_activity_description": "Tampilkan aktivitas terbaru di layar beranda",
+ "article_page_group_label": "Elemen halaman artikel",
+ "articles_in_section_label": "Artikel di dalam bagian",
+ "articles_in_section_description": "Tampilkan bilah samping artikel di dalam bagian",
+ "article_author_label": "Penulis",
+ "article_author_description": "Tunjukkan gambar dan nama penulis",
+ "article_comments_label": "Komentar",
+ "article_comments_description": "Perlihatkan komentar di artikel",
+ "follow_article_label": "Ikuti",
+ "follow_article_description": "Pengguna dapat mengikuti artikel spesifik",
+ "recently_viewed_articles_label": "Dilihat baru-baru ini",
+ "recently_viewed_articles_description": "Tampilkan artikel yang dilihat akhir-akhir ini",
+ "related_articles_label": "Artikel terkait",
+ "related_articles_description": "Tampilkan artikel terkait",
+ "article_sharing_label": "Berbagi di media sosial",
+ "article_sharing_description": "Tampilkan berbagi di media sosial di artikel",
+ "section_page_group_label": "Elemen halaman bagian",
+ "follow_section_label": "Ikuti",
+ "follow_section_description": "Pengguna dapat mengikuti bagian spesifik",
+ "community_post_group_label": "Elemen posting komunitas",
+ "follow_post_label": "Ikuti",
+ "follow_post_description": "Pengguna dapat mengikuti posting spesifik",
+ "post_sharing_label": "Berbagi di media sosial",
+ "post_sharing_description": "Tampilkan berbagi di media sosial di posting",
+ "community_topic_group_label": "Elemen topik komunitas",
+ "follow_topic_label": "Ikuti",
+ "follow_topic_description": "Pengguna dapat mengikuti topik spesifik",
+ "show_brand_name_label": "Tampilkan nama Pusat Bantuan",
+ "show_brand_name_description": "Tampilkan nama Pusat Bantuan di samping logo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/is.json b/theme/Algolia-search/translations/is.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/is.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/it.json b/theme/Algolia-search/translations/it.json
new file mode 100644
index 0000000..c5bcdc1
--- /dev/null
+++ b/theme/Algolia-search/translations/it.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Colori",
+ "brand_color_description": "Colore del brand per i principali elementi di navigazione",
+ "brand_color_label": "Colore del brand",
+ "brand_text_color_description": "Colore del brand al passaggio del mouse e per gli stati attivi",
+ "brand_text_color_label": "Colore testo brand",
+ "text_color_description": "Colore del corpo del testo e delle intestazioni",
+ "text_color_label": "Colore testo",
+ "link_color_description": "Colore del testo per i link",
+ "link_color_label": "Colore link",
+ "visited_link_color_description": "Colore del testo per i link selezionati",
+ "visited_link_color_label": "Colore link selezionati",
+ "background_color_description": "Colore di sfondo del Centro assistenza",
+ "background_color_label": "Colore di sfondo",
+ "fonts_group_label": "Carattere",
+ "heading_font_description": "Carattere per intestazioni",
+ "heading_font_label": "Carattere intestazione",
+ "text_font_description": "Carattere del testo del corpo",
+ "text_font_label": "Carattere testo",
+ "brand_group_label": "Brand",
+ "logo_description": "Logo azienda",
+ "logo_label": "Logo",
+ "favicon_description": "Icona visualizzata nella barra dell’indirizzo del browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Immagini",
+ "homepage_background_image_description": "Hero image della home page",
+ "homepage_background_image_label": "Hero image home page",
+ "community_background_image_description": "Hero image della pagina degli argomenti della community",
+ "community_background_image_label": "Hero image community",
+ "community_image_description": "Immagine per la sezione community della home page",
+ "community_image_label": "Banner community",
+ "search_group_label": "Impostazioni di ricerca",
+ "instant_search_label": "Ricerca istantanea",
+ "instant_search_description": "Mostra articoli suggeriti nella ricerca",
+ "scoped_knowledge_base_search_label": "Ricerca limitata nella Knowledge base",
+ "scoped_knowledge_base_search_description": "Risultati di ricerca limitati alla categoria visualizzata dall’utente",
+ "scoped_community_search_label": "Ricerca limitata nella Community",
+ "scoped_community_search_description": "Risultati di ricerca limitati all’argomento visualizzato dall’utente",
+ "home_page_group_label": "Elementi home page",
+ "recent_activity_label": "Attività recente",
+ "recent_activity_description": "Mostra attività recente nella home page",
+ "article_page_group_label": "Elementi pagina articoli",
+ "articles_in_section_label": "Articoli nella sezione",
+ "articles_in_section_description": "Mostra barra laterale degli articoli nella sezione",
+ "article_author_label": "Autore",
+ "article_author_description": "Mostra immagine e nome autore",
+ "article_comments_label": "Commenti",
+ "article_comments_description": "Mostra commenti su articoli",
+ "follow_article_label": "Segui",
+ "follow_article_description": "Gli utenti possono seguire un articolo specifico",
+ "recently_viewed_articles_label": "Visti di recente",
+ "recently_viewed_articles_description": "Mostra articoli visti di recente",
+ "related_articles_label": "Articoli correlati",
+ "related_articles_description": "Mostra articoli correlati",
+ "article_sharing_label": "Condivisione social media",
+ "article_sharing_description": "Mostra condivisione sui social media nell’articolo",
+ "section_page_group_label": "Elementi pagina sezione",
+ "follow_section_label": "Segui",
+ "follow_section_description": "Gli utenti possono seguire una sezione specifica",
+ "community_post_group_label": "Elementi post della community",
+ "follow_post_label": "Segui",
+ "follow_post_description": "Gli utenti possono seguire un post specifico",
+ "post_sharing_label": "Condivisione social media",
+ "post_sharing_description": "Mostra condivisione sui social media nel post",
+ "community_topic_group_label": "Elementi argomento della community",
+ "follow_topic_label": "Segui",
+ "follow_topic_description": "Gli utenti possono seguire un argomento specifico",
+ "show_brand_name_label": "Mostra nome del centro assistenza",
+ "show_brand_name_description": "Visualizza il nome del centro assistenza accanto al logo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/ja.json b/theme/Algolia-search/translations/ja.json
new file mode 100644
index 0000000..bf9c66c
--- /dev/null
+++ b/theme/Algolia-search/translations/ja.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "色",
+ "brand_color_description": "主要なナビゲーション要素のブランドカラー",
+ "brand_color_label": "ブランドカラー",
+ "brand_text_color_description": "マウスタッチおよびアクティブ状態のブランドカラー",
+ "brand_text_color_label": "ブランドのテキストの色",
+ "text_color_description": "本文および見出し要素のテキストの色",
+ "text_color_label": "テキストの色",
+ "link_color_description": "リンク要素のテキストの色",
+ "link_color_label": "リンクの色",
+ "visited_link_color_description": "訪問済みリンク要素のテキストの色",
+ "visited_link_color_label": "訪問済みリンクの色",
+ "background_color_description": "ヘルプセンターの背景色",
+ "background_color_label": "背景色",
+ "fonts_group_label": "フォント",
+ "heading_font_description": "ヘッダーのフォント",
+ "heading_font_label": "ヘッダーフォント",
+ "text_font_description": "本文のテキストのフォント",
+ "text_font_label": "テキストのフォント",
+ "brand_group_label": "ブランド",
+ "logo_description": "会社のロゴ",
+ "logo_label": "ロゴ",
+ "favicon_description": "ブラウザのアドレスバーに表示するアイコン",
+ "favicon_label": "ファビコン",
+ "images_group_label": "画像",
+ "homepage_background_image_description": "ホームページのトップイメージ",
+ "homepage_background_image_label": "ホームページトップイメージ",
+ "community_background_image_description": "コミュニティのトピックページのトップイメージ",
+ "community_background_image_label": "コミュニティトップイメージ",
+ "community_image_description": "ホームページのコミュニティセクションの画像",
+ "community_image_label": "コミュニティバナー",
+ "search_group_label": "検索設定",
+ "instant_search_label": "瞬時に検索",
+ "instant_search_description": "検索時におすすめの記事を表示します",
+ "scoped_knowledge_base_search_label": "ナレッジベースの範囲限定検索",
+ "scoped_knowledge_base_search_description": "検索結果はユーザーが閲覧中のカテゴリに限定されます",
+ "scoped_community_search_label": "コミュニティの範囲限定検索",
+ "scoped_community_search_description": "検索結果はユーザーが閲覧中のトピックに限定されます",
+ "home_page_group_label": "ホームページの要素",
+ "recent_activity_label": "最近のアクティビティ",
+ "recent_activity_description": "ホームページに最近のアクティビティを表示します",
+ "article_page_group_label": "記事のページ要素",
+ "articles_in_section_label": "このセクションの記事",
+ "articles_in_section_description": "セクション内の記事をサイドバーに表示します",
+ "article_author_label": "作成者",
+ "article_author_description": "作成者の画像と名前を表示します",
+ "article_comments_label": "コメント",
+ "article_comments_description": "コメントを記事に表示します",
+ "follow_article_label": "フォローする",
+ "follow_article_description": "ユーザーは特定の記事のフォローができます",
+ "recently_viewed_articles_label": "最近表示した記事",
+ "recently_viewed_articles_description": "最近表示した記事を表示します",
+ "related_articles_label": "関連記事",
+ "related_articles_description": "関連記事を表示します",
+ "article_sharing_label": "ソーシャルメディアへの共有",
+ "article_sharing_description": "ソーシャルメディアへの共有を記事に表示します",
+ "section_page_group_label": "セクションページの要素",
+ "follow_section_label": "フォローする",
+ "follow_section_description": "ユーザーは特定のセクションのフォローができます",
+ "community_post_group_label": "コミュニティ投稿の要素",
+ "follow_post_label": "フォローする",
+ "follow_post_description": "ユーザーは特定の投稿のフォローができます",
+ "post_sharing_label": "ソーシャルメディアへの共有",
+ "post_sharing_description": "ソーシャルメディアへの共有を投稿に表示します",
+ "community_topic_group_label": "コミュニティトピックの要素",
+ "follow_topic_label": "フォローする",
+ "follow_topic_description": "ユーザーは特定のトピックのフォローができます",
+ "show_brand_name_label": "ヘルプセンターの名前を表示する",
+ "show_brand_name_description": "ロゴの横にヘルプセンターの名前を表示します"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/ka.json b/theme/Algolia-search/translations/ka.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/ka.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/ko.json b/theme/Algolia-search/translations/ko.json
new file mode 100644
index 0000000..b59c45f
--- /dev/null
+++ b/theme/Algolia-search/translations/ko.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "색",
+ "brand_color_description": "주요 탐색 요소의 브랜드 색",
+ "brand_color_label": "브랜드 색",
+ "brand_text_color_description": "호버 및 활성 상태의 브랜드 색",
+ "brand_text_color_label": "브랜드 텍스트 색",
+ "text_color_description": "본문과 머리글 요소의 텍스트 색",
+ "text_color_label": "텍스트 색",
+ "link_color_description": "링크 요소의 텍스트 색",
+ "link_color_label": "링크 색",
+ "visited_link_color_description": "방문한 링크 요소의 텍스트 색",
+ "visited_link_color_label": "방문한 링크 색",
+ "background_color_description": "헬프 센터 배경 색",
+ "background_color_label": "배경 색",
+ "fonts_group_label": "글꼴",
+ "heading_font_description": "머리글의 글꼴",
+ "heading_font_label": "머리글 글꼴",
+ "text_font_description": "본문 텍스트의 글꼴",
+ "text_font_label": "텍스트 글꼴",
+ "brand_group_label": "브랜드",
+ "logo_description": "회사 로고",
+ "logo_label": "로고",
+ "favicon_description": "브라우저 주소 표시줄에 표시되는 아이콘",
+ "favicon_label": "파비콘",
+ "images_group_label": "이미지",
+ "homepage_background_image_description": "홈 페이지의 히어로 이미지",
+ "homepage_background_image_label": "홈 히어로 이미지",
+ "community_background_image_description": "커뮤니티 주제 페이지의 히어로 이미지",
+ "community_background_image_label": "커뮤니티 히어로 이미지",
+ "community_image_description": "홈 페이지 커뮤니티 섹션의 이미지",
+ "community_image_label": "커뮤니티 배너",
+ "search_group_label": "검색 설정",
+ "instant_search_label": "바로 검색",
+ "instant_search_description": "검색 시 추천 문서 표시",
+ "scoped_knowledge_base_search_label": "지식창고에서만 검색",
+ "scoped_knowledge_base_search_description": "검색 결과의 범위를 사용자가 속한 카테고리로 제한",
+ "scoped_community_search_label": "커뮤니티에서만 검색",
+ "scoped_community_search_description": "검색 결과의 범위를 사용자가 속한 주제로 제한",
+ "home_page_group_label": "홈 페이지 요소",
+ "recent_activity_label": "최근 활동",
+ "recent_activity_description": "홈 페이지에 최근 활동 표시",
+ "article_page_group_label": "문서 페이지 요소",
+ "articles_in_section_label": "섹션의 문서",
+ "articles_in_section_description": "섹션에서 문서의 사이드바 표시",
+ "article_author_label": "작성자",
+ "article_author_description": "작성자 이미지 및 이름 표시",
+ "article_comments_label": "댓글",
+ "article_comments_description": "문서에서 댓글 표시",
+ "follow_article_label": "팔로우",
+ "follow_article_description": "사용자가 특정 문서를 팔로우할 수 있음",
+ "recently_viewed_articles_label": "최근 본 문서",
+ "recently_viewed_articles_description": "최근 본 문서 표시",
+ "related_articles_label": "관련 문서",
+ "related_articles_description": "관련 문서 표시",
+ "article_sharing_label": "소셜 공유",
+ "article_sharing_description": "문서에 소셜 미디어 공유 표시",
+ "section_page_group_label": "섹션 페이지 요소",
+ "follow_section_label": "팔로우",
+ "follow_section_description": "사용자가 특정 섹션을 팔로우할 수 있음",
+ "community_post_group_label": "커뮤니티 게시물 요소",
+ "follow_post_label": "팔로우",
+ "follow_post_description": "사용자가 특정 게시물을 팔로우할 수 있음",
+ "post_sharing_label": "소셜 공유",
+ "post_sharing_description": "게시물에 소셜 미디어 공유 표시",
+ "community_topic_group_label": "커뮤니티 주제 요소",
+ "follow_topic_label": "팔로우",
+ "follow_topic_description": "사용자가 특정 주제를 팔로우할 수 있음",
+ "show_brand_name_label": "헬프 센터 이름 표시",
+ "show_brand_name_description": "로고 옆에 헬프 센터 이름 표시"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/lt.json b/theme/Algolia-search/translations/lt.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/lt.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/lv.json b/theme/Algolia-search/translations/lv.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/lv.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/ms.json b/theme/Algolia-search/translations/ms.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/ms.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/nl.json b/theme/Algolia-search/translations/nl.json
new file mode 100644
index 0000000..f257f5e
--- /dev/null
+++ b/theme/Algolia-search/translations/nl.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Kleuren",
+ "brand_color_description": "Kleur van merk voor belangrijke navigatie-elementen",
+ "brand_color_label": "Kleur van merk",
+ "brand_text_color_description": "Kleur van merk bij muisaanwijzer laten rusten en actieve statussen",
+ "brand_text_color_label": "Kleur van merktekst",
+ "text_color_description": "Tekstkleur voor hoofdtekst en koptekstelementen",
+ "text_color_label": "Tekstkleur",
+ "link_color_description": "Tekstkleur voor linkelementen",
+ "link_color_label": "Kleur van link",
+ "visited_link_color_description": "Tekstkleur voor bezochte linkelementen",
+ "visited_link_color_label": "Kleur van bezochte link",
+ "background_color_description": "Achtergrondkleur van uw Helpcenter",
+ "background_color_label": "Achtergrondkleur",
+ "fonts_group_label": "Lettertypen",
+ "heading_font_description": "Lettertype voor kopteksten",
+ "heading_font_label": "Lettertype voor kopteksten",
+ "text_font_description": "Lettertype voor hoofdtekst",
+ "text_font_label": "Lettertype voor tekst",
+ "brand_group_label": "Merk",
+ "logo_description": "Bedrijfslogo",
+ "logo_label": "Logo",
+ "favicon_description": "Pictogram dat wordt weergegeven op de adresbalk van uw browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Afbeeldingen",
+ "homepage_background_image_description": "Hero image op de startpagina",
+ "homepage_background_image_label": "Hero image startpagina",
+ "community_background_image_description": "Hero image op de community pagina met onderwerpen",
+ "community_background_image_label": "Hero image Community",
+ "community_image_description": "Afbeelding voor het communitygedeelte op de startpagina",
+ "community_image_label": "Banner voor community",
+ "search_group_label": "Zoekinstellingen",
+ "instant_search_label": "Direct zoeken",
+ "instant_search_description": "Voorgestelde artikelen bij zoekopdrachten weergeven",
+ "scoped_knowledge_base_search_label": "Gefilterde zoekopdracht in kennisbank",
+ "scoped_knowledge_base_search_description": "Zoekresultaten zijn beperkt tot de categorie waarbinnen de gebruiker zich bevindt",
+ "scoped_community_search_label": "Gefilterde zoekopdracht in community",
+ "scoped_community_search_description": "Zoekresultaten zijn beperkt tot het onderwerp waarbinnen de gebruiker zich bevindt",
+ "home_page_group_label": "Elementen van startpagina",
+ "recent_activity_label": "Recente activiteit",
+ "recent_activity_description": "Recente activiteit op startpagina weergeven",
+ "article_page_group_label": "Elementen van artikelpagina",
+ "articles_in_section_label": "Artikelen in sectie",
+ "articles_in_section_description": "Zijbalk van artikelen in sectie weergeven",
+ "article_author_label": "Auteur",
+ "article_author_description": "Afbeelding en naam van auteur weergeven",
+ "article_comments_label": "Opmerkingen",
+ "article_comments_description": "Opmerkingen op artikelen weergeven",
+ "follow_article_label": "Volgen",
+ "follow_article_description": "Gebruikers kunnen een bepaald artikel volgen",
+ "recently_viewed_articles_label": "Onlangs bekeken",
+ "recently_viewed_articles_description": "Onlangs bekeken artikelen weergeven",
+ "related_articles_label": "Verwante artikelen",
+ "related_articles_description": "Verwante artikelen weergeven",
+ "article_sharing_label": "Delen via sociale netwerken",
+ "article_sharing_description": "Delen van artikel via sociale media weergeven",
+ "section_page_group_label": "Elementen op sectiepagina",
+ "follow_section_label": "Volgen",
+ "follow_section_description": "Gebruikers kunnen een bepaalde sectie volgen",
+ "community_post_group_label": "Elementen van communitybericht",
+ "follow_post_label": "Volgen",
+ "follow_post_description": "Gebruikers kunnen een bepaald bericht volgen",
+ "post_sharing_label": "Delen via sociale netwerken",
+ "post_sharing_description": "Delen van bericht via sociale media weergeven",
+ "community_topic_group_label": "Elementen van communityonderwerp",
+ "follow_topic_label": "Volgen",
+ "follow_topic_description": "Gebruikers kunnen een bepaald onderwerp volgen",
+ "show_brand_name_label": "Naam van Helpcentrum weergeven",
+ "show_brand_name_description": "Geef de naam van het Helpcentrum weer naast het logo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/nn.json b/theme/Algolia-search/translations/nn.json
new file mode 100644
index 0000000..0d54ff7
--- /dev/null
+++ b/theme/Algolia-search/translations/nn.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Farger",
+ "brand_color_description": "Merkefarge for viktige navigasjonselementer",
+ "brand_color_label": "Merkefarge",
+ "brand_text_color_description": "Merkefarge for pekerfølsom og aktiv tilstand",
+ "brand_text_color_label": "Tekstfarge for merke",
+ "text_color_description": "Tekstfarge for brødtekst- og topptekstelementer",
+ "text_color_label": "Tekstfarge",
+ "link_color_description": "Tekstfarge for lenkeelementer",
+ "link_color_label": "Lenkefarge",
+ "background_color_description": "Bakgrunnsfarge i Kundesenter",
+ "background_color_label": "Bakgrunnsfarge",
+ "fonts_group_label": "Skrifter",
+ "heading_font_description": "Skrift for topptekst",
+ "heading_font_label": "Topptekstskrift",
+ "text_font_description": "Skrift for brødtekst",
+ "text_font_label": "Tekstskrift",
+ "brand_group_label": "Merke",
+ "logo_description": "Bedriftslogo",
+ "logo_label": "Logo",
+ "favicon_description": "Ikon som vises i adresselinjen i nettleseren",
+ "favicon_label": "Favicon",
+ "images_group_label": "Bilder",
+ "homepage_background_image_description": "Bannerbilde på hjemmesiden",
+ "homepage_background_image_label": "Bannerbilde for hjemmesiden",
+ "community_background_image_description": "Bannerbilde på siden for nettsamfunnsemner",
+ "community_background_image_label": "Bannerbilde for nettsamfunn",
+ "community_image_description": "Bilde for nettsamfunnsdelen på hjemmesiden",
+ "community_image_label": "Nettsamfunnsfane"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/no.json b/theme/Algolia-search/translations/no.json
new file mode 100644
index 0000000..7aa1e50
--- /dev/null
+++ b/theme/Algolia-search/translations/no.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Farger",
+ "brand_color_description": "Merkefarge for viktige navigasjonselementer",
+ "brand_color_label": "Merkefarge",
+ "brand_text_color_description": "Merkefarge for pekerfølsom og aktiv tilstand",
+ "brand_text_color_label": "Tekstfarge for merke",
+ "text_color_description": "Tekstfarge for brødtekst- og topptekstelementer",
+ "text_color_label": "Tekstfarge",
+ "link_color_description": "Tekstfarge for lenkeelementer",
+ "link_color_label": "Lenkefarge",
+ "visited_link_color_description": "Tekstfarge for besøkte lenkeelementer",
+ "visited_link_color_label": "Farge på besøkt lenke",
+ "background_color_description": "Bakgrunnsfarge i Kundesenter",
+ "background_color_label": "Bakgrunnsfarge",
+ "fonts_group_label": "Skrifter",
+ "heading_font_description": "Skrift for topptekst",
+ "heading_font_label": "Topptekstskrift",
+ "text_font_description": "Skrift for brødtekst",
+ "text_font_label": "Tekstskrift",
+ "brand_group_label": "Merke",
+ "logo_description": "Bedriftslogo",
+ "logo_label": "Logo",
+ "favicon_description": "Ikon som vises i adresselinjen i nettleseren",
+ "favicon_label": "Favicon",
+ "images_group_label": "Bilder",
+ "homepage_background_image_description": "Bannerbilde på hjemmesiden",
+ "homepage_background_image_label": "Bannerbilde for hjemmesiden",
+ "community_background_image_description": "Bannerbilde på siden for nettsamfunnsemner",
+ "community_background_image_label": "Bannerbilde for nettsamfunn",
+ "community_image_description": "Bilde for nettsamfunnsdelen på hjemmesiden",
+ "community_image_label": "Nettsamfunnsfane",
+ "search_group_label": "Søk-innstillinger",
+ "instant_search_label": "Øyeblikkelig søk",
+ "instant_search_description": "Vis foreslåtte artikler i søk",
+ "scoped_knowledge_base_search_label": "Begrenset søk i Kunnskapsbase",
+ "scoped_knowledge_base_search_description": "Søkeresultater er begrenset til kategorien brukeren er i",
+ "scoped_community_search_label": "Begrenset søk i Nettsamfunn",
+ "scoped_community_search_description": "Søkeresultater er begrenset til emnet brukeren er i",
+ "home_page_group_label": "Hjemmesideelementer",
+ "recent_activity_label": "Nylig aktivitet",
+ "recent_activity_description": "Vis nylig aktivitet på hjemmesiden",
+ "article_page_group_label": "Artikkelsideelementer",
+ "articles_in_section_label": "Artikler i seksjonen",
+ "articles_in_section_description": "Vis sidefelt med artikler i seksjonen",
+ "article_author_label": "Forfatter",
+ "article_author_description": "Vis forfatterens bilde og navn",
+ "article_comments_label": "Kommentarer",
+ "article_comments_description": "Vis kommentarer på artikler",
+ "follow_article_label": "Følg",
+ "follow_article_description": "Brukere kan følge en bestemt artikkel",
+ "recently_viewed_articles_label": "Nylig vist",
+ "recently_viewed_articles_description": "Vis nylig viste artikler",
+ "related_articles_label": "Relaterte artikler",
+ "related_articles_description": "Vis relaterte artikler",
+ "article_sharing_label": "Deling i sosiale medier",
+ "article_sharing_description": "Vis hvordan artikkel er delt i sosiale medier",
+ "section_page_group_label": "Seksjonssideelementer",
+ "follow_section_label": "Følg",
+ "follow_section_description": "Brukere kan følge en bestemt seksjon",
+ "community_post_group_label": "Elementer for nettsamfunninnlegg",
+ "follow_post_label": "Følg",
+ "follow_post_description": "Brukere kan følge et bestemt innlegg",
+ "post_sharing_label": "Deling i sosiale medier",
+ "post_sharing_description": "Vis hvordan innlegg er delt i sosiale medier",
+ "community_topic_group_label": "Elementer for nettsamfunnemner",
+ "follow_topic_label": "Følg",
+ "follow_topic_description": "Brukere kan følge et bestemt emne",
+ "show_brand_name_label": "Vis kundesenternavn",
+ "show_brand_name_description": "Vis kundesenternavnet ved siden av logoen"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/pl.json b/theme/Algolia-search/translations/pl.json
new file mode 100644
index 0000000..b69e685
--- /dev/null
+++ b/theme/Algolia-search/translations/pl.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Kolory",
+ "brand_color_description": "Kolor marki dla najważniejszych elementów nawigacyjnych",
+ "brand_color_label": "Kolor marki",
+ "brand_text_color_description": "Kolor marki dla stanu zatrzymania wskaźnika myszy i aktywności",
+ "brand_text_color_label": "Kolor tekstu marki",
+ "text_color_description": "Kolor tekstu elementów treści i nagłówków",
+ "text_color_label": "Kolor tekstu",
+ "link_color_description": "Kolor tekstu elementów łączy",
+ "link_color_label": "Kolor łączy",
+ "visited_link_color_description": "Kolor tekstu elementów użytych łączy",
+ "visited_link_color_label": "Kolor użytych łączy",
+ "background_color_description": "Kolor tła Centrum pomocy",
+ "background_color_label": "Kolor tła",
+ "fonts_group_label": "Czcionki",
+ "heading_font_description": "Czcionka nagłówków",
+ "heading_font_label": "Czcionka nagłówków",
+ "text_font_description": "Czcionka tekstu treści",
+ "text_font_label": "Czcionka tekstu",
+ "brand_group_label": "Marka",
+ "logo_description": "Logo firmy",
+ "logo_label": "Logo",
+ "favicon_description": "Ikona wyświetlana w pasku adresu przeglądarki",
+ "favicon_label": "Favicon",
+ "images_group_label": "Obrazy",
+ "homepage_background_image_description": "Obraz główny na stronie głównej",
+ "homepage_background_image_label": "Obraz główny strony głównej",
+ "community_background_image_description": "Obraz główny na stronie tematów społeczności",
+ "community_background_image_label": "Obraz główny społeczności",
+ "community_image_description": "Obraz sekcji społeczności na stronie głównej",
+ "community_image_label": "Baner społeczności",
+ "search_group_label": "Ustawienia wyszukiwania",
+ "instant_search_label": "Błyskawiczne wyszukiwanie",
+ "instant_search_description": "Pokaż proponowane artykuły podczas wyszukiwania",
+ "scoped_knowledge_base_search_label": "Filtrowane wyszukiwanie w bazie wiedzy",
+ "scoped_knowledge_base_search_description": "Wyniki wyszukiwania są zawężone do kategorii, w której znajduje się użytkownik",
+ "scoped_community_search_label": "Filtrowane wyszukiwanie w społeczności",
+ "scoped_community_search_description": "Wyniki wyszukiwania są zawężone do tematu, w którym znajduje się użytkownik",
+ "home_page_group_label": "Elementy strony głównej",
+ "recent_activity_label": "Ostatnia aktywność",
+ "recent_activity_description": "Pokaż ostatnią aktywność na stronie głównej",
+ "article_page_group_label": "Elementy strony artykułu",
+ "articles_in_section_label": "Artykuły w sekcji",
+ "articles_in_section_description": "Pokaż pasek boczny artykułów w sekcji",
+ "article_author_label": "Autor",
+ "article_author_description": "Pokaż obraz oraz imię i nazwisko autora",
+ "article_comments_label": "Komentarze",
+ "article_comments_description": "Pokaż komentarze do artykułów",
+ "follow_article_label": "Obserwuj",
+ "follow_article_description": "Użytkownicy mogą obserwować wybrany artykuł",
+ "recently_viewed_articles_label": "Ostatnio wyświetlane",
+ "recently_viewed_articles_description": "Pokaż ostatnio wyświetlane artykuły",
+ "related_articles_label": "Powiązane artykuły",
+ "related_articles_description": "Pokaż powiązane artykuły",
+ "article_sharing_label": "Udostępnianie społecznościowe",
+ "article_sharing_description": "Pokaż udostępnienia artykułu w mediach społecznościowych",
+ "section_page_group_label": "Elementy strony sekcji",
+ "follow_section_label": "Obserwuj",
+ "follow_section_description": "Użytkownicy mogą obserwować wybraną sekcję",
+ "community_post_group_label": "Elementy wpisów w społeczności",
+ "follow_post_label": "Obserwuj",
+ "follow_post_description": "Użytkownicy mogą obserwować wybrany wpis",
+ "post_sharing_label": "Udostępnianie społecznościowe",
+ "post_sharing_description": "Pokaż udostępnienia wpisu w mediach społecznościowych",
+ "community_topic_group_label": "Elementy tematów w społeczności",
+ "follow_topic_label": "Obserwuj",
+ "follow_topic_description": "Użytkownicy mogą obserwować wybrany temat",
+ "show_brand_name_label": "Pokaż nazwę Centrum pomocy",
+ "show_brand_name_description": "Wyświetl nazwę Centrum pomocy obok logo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/pt-br.json b/theme/Algolia-search/translations/pt-br.json
new file mode 100644
index 0000000..5074d24
--- /dev/null
+++ b/theme/Algolia-search/translations/pt-br.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Cores",
+ "brand_color_description": "Cor da marca para os principais elementos da navegação",
+ "brand_color_label": "Cor da marca",
+ "brand_text_color_description": "Cor da marca para passagem do mouse e outros estados ativos",
+ "brand_text_color_label": "Cor do texto da marca",
+ "text_color_description": "Cor do texto para elementos do cabeçalho e corpo",
+ "text_color_label": "Cor do texto",
+ "link_color_description": "Cor do texto para elementos de link",
+ "link_color_label": "Cor do link",
+ "visited_link_color_description": "Cor do texto para elementos de links visitados",
+ "visited_link_color_label": "Cor de links visitados",
+ "background_color_description": "Cor do plano de fundo da sua Central de Ajuda",
+ "background_color_label": "Cor do plano de fundo",
+ "fonts_group_label": "Fontes",
+ "heading_font_description": "Fonte para os cabeçalhos",
+ "heading_font_label": "Fonte do cabeçalho",
+ "text_font_description": "Fonte do texto do corpo",
+ "text_font_label": "Fonte do texto",
+ "brand_group_label": "Marca",
+ "logo_description": "Logotipo da empresa",
+ "logo_label": "Logotipo",
+ "favicon_description": "Ícone exibido na barra de endereços do seu navegador",
+ "favicon_label": "Favicon",
+ "images_group_label": "Imagens",
+ "homepage_background_image_description": "Imagem principal na página inicial",
+ "homepage_background_image_label": "Imagem principal inicial",
+ "community_background_image_description": "Imagem principal na página de tópicos da comunidade",
+ "community_background_image_label": "Imagem principal da comunidade",
+ "community_image_description": "Imagem da seção da comunidade na página inicial",
+ "community_image_label": "Banner da comunidade",
+ "search_group_label": "Configurações de pesquisa",
+ "instant_search_label": "Pesquisa instantânea",
+ "instant_search_description": "Mostrar artigos sugeridos na pesquisa",
+ "scoped_knowledge_base_search_label": "Pesquisa dentro do escopo na base de conhecimento",
+ "scoped_knowledge_base_search_description": "Os resultados da pesquisa estão restritos à categoria que o usuário está visitando",
+ "scoped_community_search_label": "Pesquisa dentro do escopo na Comunidade",
+ "scoped_community_search_description": "Os resultados da pesquisa estão restritos ao tópico que o usuário está visitando",
+ "home_page_group_label": "Elementos da página inicial",
+ "recent_activity_label": "Atividade recente",
+ "recent_activity_description": "Mostrar atividade recente na página inicial",
+ "article_page_group_label": "Elementos da página do artigo",
+ "articles_in_section_label": "Artigos nessa seção",
+ "articles_in_section_description": "Mostrar barra lateral de artigos na seção",
+ "article_author_label": "Autor",
+ "article_author_description": "Mostrar nome e foto do autor",
+ "article_comments_label": "Comentários",
+ "article_comments_description": "Mostrar comentários nos artigos",
+ "follow_article_label": "Seguir",
+ "follow_article_description": "Os usuários podem seguir um artigo específico",
+ "recently_viewed_articles_label": "Visualizados recentemente",
+ "recently_viewed_articles_description": "Mostrar artigos visualizados recentemente",
+ "related_articles_label": "Artigos relacionados",
+ "related_articles_description": "Mostrar artigos relacionados",
+ "article_sharing_label": "Compartilhamento em redes sociais",
+ "article_sharing_description": "Mostrar opções de compartilhamento em redes sociais no artigo",
+ "section_page_group_label": "Elementos da página da seção",
+ "follow_section_label": "Seguir",
+ "follow_section_description": "Os usuários podem seguir uma seção específica",
+ "community_post_group_label": "Elementos da publicação da comunidade",
+ "follow_post_label": "Seguir",
+ "follow_post_description": "Os usuários podem seguir uma publicação específica",
+ "post_sharing_label": "Compartilhamento em redes sociais",
+ "post_sharing_description": "Mostrar opções de compartilhamento em redes sociais na publicação",
+ "community_topic_group_label": "Elementos do tópico da comunidade",
+ "follow_topic_label": "Seguir",
+ "follow_topic_description": "Os usuários podem seguir um tópico específico",
+ "show_brand_name_label": "Exibir nome da Central de Ajuda",
+ "show_brand_name_description": "Exibir o nome da Central de Ajuda ao lado do logotipo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/pt.json b/theme/Algolia-search/translations/pt.json
new file mode 100644
index 0000000..5074d24
--- /dev/null
+++ b/theme/Algolia-search/translations/pt.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Cores",
+ "brand_color_description": "Cor da marca para os principais elementos da navegação",
+ "brand_color_label": "Cor da marca",
+ "brand_text_color_description": "Cor da marca para passagem do mouse e outros estados ativos",
+ "brand_text_color_label": "Cor do texto da marca",
+ "text_color_description": "Cor do texto para elementos do cabeçalho e corpo",
+ "text_color_label": "Cor do texto",
+ "link_color_description": "Cor do texto para elementos de link",
+ "link_color_label": "Cor do link",
+ "visited_link_color_description": "Cor do texto para elementos de links visitados",
+ "visited_link_color_label": "Cor de links visitados",
+ "background_color_description": "Cor do plano de fundo da sua Central de Ajuda",
+ "background_color_label": "Cor do plano de fundo",
+ "fonts_group_label": "Fontes",
+ "heading_font_description": "Fonte para os cabeçalhos",
+ "heading_font_label": "Fonte do cabeçalho",
+ "text_font_description": "Fonte do texto do corpo",
+ "text_font_label": "Fonte do texto",
+ "brand_group_label": "Marca",
+ "logo_description": "Logotipo da empresa",
+ "logo_label": "Logotipo",
+ "favicon_description": "Ícone exibido na barra de endereços do seu navegador",
+ "favicon_label": "Favicon",
+ "images_group_label": "Imagens",
+ "homepage_background_image_description": "Imagem principal na página inicial",
+ "homepage_background_image_label": "Imagem principal inicial",
+ "community_background_image_description": "Imagem principal na página de tópicos da comunidade",
+ "community_background_image_label": "Imagem principal da comunidade",
+ "community_image_description": "Imagem da seção da comunidade na página inicial",
+ "community_image_label": "Banner da comunidade",
+ "search_group_label": "Configurações de pesquisa",
+ "instant_search_label": "Pesquisa instantânea",
+ "instant_search_description": "Mostrar artigos sugeridos na pesquisa",
+ "scoped_knowledge_base_search_label": "Pesquisa dentro do escopo na base de conhecimento",
+ "scoped_knowledge_base_search_description": "Os resultados da pesquisa estão restritos à categoria que o usuário está visitando",
+ "scoped_community_search_label": "Pesquisa dentro do escopo na Comunidade",
+ "scoped_community_search_description": "Os resultados da pesquisa estão restritos ao tópico que o usuário está visitando",
+ "home_page_group_label": "Elementos da página inicial",
+ "recent_activity_label": "Atividade recente",
+ "recent_activity_description": "Mostrar atividade recente na página inicial",
+ "article_page_group_label": "Elementos da página do artigo",
+ "articles_in_section_label": "Artigos nessa seção",
+ "articles_in_section_description": "Mostrar barra lateral de artigos na seção",
+ "article_author_label": "Autor",
+ "article_author_description": "Mostrar nome e foto do autor",
+ "article_comments_label": "Comentários",
+ "article_comments_description": "Mostrar comentários nos artigos",
+ "follow_article_label": "Seguir",
+ "follow_article_description": "Os usuários podem seguir um artigo específico",
+ "recently_viewed_articles_label": "Visualizados recentemente",
+ "recently_viewed_articles_description": "Mostrar artigos visualizados recentemente",
+ "related_articles_label": "Artigos relacionados",
+ "related_articles_description": "Mostrar artigos relacionados",
+ "article_sharing_label": "Compartilhamento em redes sociais",
+ "article_sharing_description": "Mostrar opções de compartilhamento em redes sociais no artigo",
+ "section_page_group_label": "Elementos da página da seção",
+ "follow_section_label": "Seguir",
+ "follow_section_description": "Os usuários podem seguir uma seção específica",
+ "community_post_group_label": "Elementos da publicação da comunidade",
+ "follow_post_label": "Seguir",
+ "follow_post_description": "Os usuários podem seguir uma publicação específica",
+ "post_sharing_label": "Compartilhamento em redes sociais",
+ "post_sharing_description": "Mostrar opções de compartilhamento em redes sociais na publicação",
+ "community_topic_group_label": "Elementos do tópico da comunidade",
+ "follow_topic_label": "Seguir",
+ "follow_topic_description": "Os usuários podem seguir um tópico específico",
+ "show_brand_name_label": "Exibir nome da Central de Ajuda",
+ "show_brand_name_description": "Exibir o nome da Central de Ajuda ao lado do logotipo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/ro.json b/theme/Algolia-search/translations/ro.json
new file mode 100644
index 0000000..08e994e
--- /dev/null
+++ b/theme/Algolia-search/translations/ro.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Culori",
+ "brand_color_description": "Culoarea de marcă pentru principalele elemente de navigare",
+ "brand_color_label": "Culoare de marcă",
+ "brand_text_color_description": "Culoarea de marcă pentru starea de trecere cu mouse-ul și cea activă",
+ "brand_text_color_label": "Culoare de marcă text",
+ "text_color_description": "Culoarea textului pentru elementele tip corp și antet",
+ "text_color_label": "Culoare text",
+ "link_color_description": "Culoarea textului pentru elementele tip link",
+ "link_color_label": "Culoare link",
+ "visited_link_color_description": "Culoarea textului pentru elementele linkului vizitat",
+ "visited_link_color_label": "Culoarea linkului vizitat",
+ "background_color_description": "Culoarea de fundal a Centrului de asistență",
+ "background_color_label": "Culoare fundal",
+ "fonts_group_label": "Fonturi",
+ "heading_font_description": "Font pentru antete",
+ "heading_font_label": "Font antet",
+ "text_font_description": "Font pentru corpul textului",
+ "text_font_label": "Font text",
+ "brand_group_label": "Marcă",
+ "logo_description": "Siglă companie",
+ "logo_label": "Siglă",
+ "favicon_description": "Pictogramă afișată în bara de adresă a browserului",
+ "favicon_label": "Favicon",
+ "images_group_label": "Imagini",
+ "homepage_background_image_description": "Imagine centrală pe pagina de pornire",
+ "homepage_background_image_label": "Imagine centrală pornire",
+ "community_background_image_description": "Imagine centrală pe pagina de subiecte a comunității",
+ "community_background_image_label": "Imagine centrală comunitate",
+ "community_image_description": "Imagine pentru secțiunea comunitate de pe pagina de pornire",
+ "community_image_label": "Banner comunitate",
+ "search_group_label": "Setări căutare",
+ "instant_search_label": "Căutare instantanee",
+ "instant_search_description": "Afișare articole sugerate la căutare",
+ "scoped_knowledge_base_search_label": "Căutare filtrată în Baza de cunoștințe",
+ "scoped_knowledge_base_search_description": "Rezultatele căutării sunt limitate la categoria în care se află utilizatorul",
+ "scoped_community_search_label": "Căutare filtrată în Comunitate",
+ "scoped_community_search_description": "Rezultatele căutării sunt limitate la subiectul în care se află utilizatorul",
+ "home_page_group_label": "Elemente pagină de pornire",
+ "recent_activity_label": "Activitate recentă",
+ "recent_activity_description": "Afișare activitate recentă pe pagina de pornire",
+ "article_page_group_label": "Elemente pagină de articol",
+ "articles_in_section_label": "Articole în secțiune",
+ "articles_in_section_description": "Afișare bara laterală a articolelor în secțiune",
+ "article_author_label": "Autor",
+ "article_author_description": "Afișare fotografie și nume autor",
+ "article_comments_label": "Comentarii",
+ "article_comments_description": "Afișare comentarii la articole",
+ "follow_article_label": "Urmăriți",
+ "follow_article_description": "Utilizatorii pot urmări un anumit articol",
+ "recently_viewed_articles_label": "Vizualizate recent",
+ "recently_viewed_articles_description": "Afișare articole vizualizate recent",
+ "related_articles_label": "Articole conexe",
+ "related_articles_description": "Afișare articole conexe",
+ "article_sharing_label": "Partajare în mediile de socializare",
+ "article_sharing_description": "Afișare partajare în mediile de socializare la articol",
+ "section_page_group_label": "Elemente pagină de secțiune",
+ "follow_section_label": "Urmăriți",
+ "follow_section_description": "Utilizatorii pot urmări o anumită secțiune",
+ "community_post_group_label": "Elemente postare în Comunitate",
+ "follow_post_label": "Urmăriți",
+ "follow_post_description": "Utilizatorii pot urmări o anumită postare",
+ "post_sharing_label": "Partajare în mediile de socializare",
+ "post_sharing_description": "Afișare partajare în mediile de socializare la postare",
+ "community_topic_group_label": "Elemente subiect în Comunitate",
+ "follow_topic_label": "Urmăriți",
+ "follow_topic_description": "Utilizatorii pot urmări un anumit subiect",
+ "show_brand_name_label": "Afișare nume Centru de asistență",
+ "show_brand_name_description": "Afișați numele Centrului de asistență lângă siglă"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/ru.json b/theme/Algolia-search/translations/ru.json
new file mode 100644
index 0000000..572a840
--- /dev/null
+++ b/theme/Algolia-search/translations/ru.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Цвета",
+ "brand_color_description": "Цвет бренда для основных навигационных элементов",
+ "brand_color_label": "Цвет бренда",
+ "brand_text_color_description": "Цвет бренда при наведении и в активном состоянии",
+ "brand_text_color_label": "Цвет бренда для текста",
+ "text_color_description": "Цвет элементов основного текста и текста заголовков",
+ "text_color_label": "Цвет текста",
+ "link_color_description": "Цвет текста для элементов ссылок",
+ "link_color_label": "Цвет ссылки",
+ "visited_link_color_description": "Цвет текста для элементов посещенных ссылок",
+ "visited_link_color_label": "Цвет посещенной ссылки",
+ "background_color_description": "Цвет фона Справочного центра",
+ "background_color_label": "Цвет фона",
+ "fonts_group_label": "Шрифты",
+ "heading_font_description": "Шрифт для заголовков",
+ "heading_font_label": "Шрифт заголовка",
+ "text_font_description": "Шрифт основного текста",
+ "text_font_label": "Шрифт текста",
+ "brand_group_label": "Бренд",
+ "logo_description": "Логотип компании",
+ "logo_label": "Логотип",
+ "favicon_description": "Значок, который отображается в адресной строке браузера",
+ "favicon_label": "Значок",
+ "images_group_label": "Изображения",
+ "homepage_background_image_description": "Изображение героя на главной странице",
+ "homepage_background_image_label": "Изображение героя — главная",
+ "community_background_image_description": "Изображение героя на странице тем сообщества",
+ "community_background_image_label": "Изображение героя — сообщество",
+ "community_image_description": "Изображение для раздела сообщества на главной странице",
+ "community_image_label": "Баннер сообщества",
+ "search_group_label": "Настройки поиска",
+ "instant_search_label": "Мгновенный поиск",
+ "instant_search_description": "Показывать рекомендуемые статьи при поиске",
+ "scoped_knowledge_base_search_label": "Ограниченный поиск в базе знаний",
+ "scoped_knowledge_base_search_description": "Результаты поиска ограничены категорией, в которой находится пользователь",
+ "scoped_community_search_label": "Ограниченный поиск в сообществе",
+ "scoped_community_search_description": "Результаты поиска ограничены темой, в которой находится пользователь",
+ "home_page_group_label": "Элементы главной страницы",
+ "recent_activity_label": "Последние действия",
+ "recent_activity_description": "Показывать последние действия на главной странице",
+ "article_page_group_label": "Элементы страницы статьи",
+ "articles_in_section_label": "Статьи в разделе",
+ "articles_in_section_description": "Показывать боковую панель статей в разделе",
+ "article_author_label": "Автор",
+ "article_author_description": "Показывать изображение и имя автора",
+ "article_comments_label": "Комментарии",
+ "article_comments_description": "Показывать комментарии к статьям",
+ "follow_article_label": "Подписаться",
+ "follow_article_description": "Пользователи могут подписаться на определенную статью",
+ "recently_viewed_articles_label": "Недавно просмотренные",
+ "recently_viewed_articles_description": "Показывать недавно просмотренные статьи",
+ "related_articles_label": "Похожие статьи",
+ "related_articles_description": "Показывать похожие статьи",
+ "article_sharing_label": "Социальные сети",
+ "article_sharing_description": "Показывать, в каких социальных сетях опубликована статья",
+ "section_page_group_label": "Элементы страницы раздела",
+ "follow_section_label": "Подписаться",
+ "follow_section_description": "Пользователи могут подписаться на определенный раздел",
+ "community_post_group_label": "Элементы публикации в сообществе",
+ "follow_post_label": "Подписаться",
+ "follow_post_description": "Пользователи могут подписаться на определенную публикацию",
+ "post_sharing_label": "Социальные сети",
+ "post_sharing_description": "Показывать социальные сети, в которых опубликована публикация",
+ "community_topic_group_label": "Элементы темы в сообществе",
+ "follow_topic_label": "Подписаться",
+ "follow_topic_description": "Пользователи могут подписаться на определенную тему",
+ "show_brand_name_label": "Показывать название Справочного центра",
+ "show_brand_name_description": "Показывать около логотипа название Справочного центра"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/sk.json b/theme/Algolia-search/translations/sk.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/sk.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/sl.json b/theme/Algolia-search/translations/sl.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/sl.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/sr.json b/theme/Algolia-search/translations/sr.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/sr.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/sv.json b/theme/Algolia-search/translations/sv.json
new file mode 100644
index 0000000..49fd236
--- /dev/null
+++ b/theme/Algolia-search/translations/sv.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Färger",
+ "brand_color_description": "Märkets färg för viktiga navigeringselement",
+ "brand_color_label": "Märkets färg",
+ "brand_text_color_description": "Märkets färg för hovring och aktiva tillstånd",
+ "brand_text_color_label": "Märkets textfärg",
+ "text_color_description": "Textfärg för brödtext- och rubrikelement",
+ "text_color_label": "Textfärg",
+ "link_color_description": "Textfärg för länkelement",
+ "link_color_label": "Länkfärg",
+ "visited_link_color_description": "Textfärg för besökta länkelement",
+ "visited_link_color_label": "Färg för besökt länk",
+ "background_color_description": "Bakgrundsfärg för ditt Helpcenter",
+ "background_color_label": "Bakgrundsfärg",
+ "fonts_group_label": "Typsnitt",
+ "heading_font_description": "Typsnitt för rubriker",
+ "heading_font_label": "Rubriktypsnitt",
+ "text_font_description": "Typsnitt för brödtext",
+ "text_font_label": "Texttypsnitt",
+ "brand_group_label": "Märke",
+ "logo_description": "Företagets logotyp",
+ "logo_label": "Logotyp",
+ "favicon_description": "Ikon som visas i webbläsarens adressfält",
+ "favicon_label": "Favikon",
+ "images_group_label": "Bilder",
+ "homepage_background_image_description": "Fokusbild på hemsidan",
+ "homepage_background_image_label": "Hemsidans fokusbild",
+ "community_background_image_description": "Fokusbild på sidan med communityämnen",
+ "community_background_image_label": "Communityfokusbild",
+ "community_image_description": "Bild för hemsidans communityavsnitt",
+ "community_image_label": "Communitybanér",
+ "search_group_label": "Sökinställningar",
+ "instant_search_label": "Omedelbar sökning",
+ "instant_search_description": "Visa föreslagna artiklar vid sökning",
+ "scoped_knowledge_base_search_label": "Begränsad sökning i kunskapsbasen",
+ "scoped_knowledge_base_search_description": "Sökresultaten begränsas till den kategori användaren befinner sig i",
+ "scoped_community_search_label": "Begränsad sökning i communityn",
+ "scoped_community_search_description": "Sökresultaten begränsas till det ämne användaren befinner sig i",
+ "home_page_group_label": "Element på hemsidan",
+ "recent_activity_label": "Senaste aktiviteter",
+ "recent_activity_description": "Visa senaste aktiviteter på hemsidan",
+ "article_page_group_label": "Element på artikelsidan",
+ "articles_in_section_label": "Artiklar i avsnittet",
+ "articles_in_section_description": "Visa sidopanel med artiklar i avsnittet",
+ "article_author_label": "Författare",
+ "article_author_description": "Visa författarens bild och namn",
+ "article_comments_label": "Kommentarer",
+ "article_comments_description": "Visa samtliga artikelkommentarer",
+ "follow_article_label": "Följ",
+ "follow_article_description": "Användare kan följa en specifik artikel",
+ "recently_viewed_articles_label": "Senast visade",
+ "recently_viewed_articles_description": "Visa senast visade artiklar",
+ "related_articles_label": "Relaterade artiklar",
+ "related_articles_description": "Visa relaterade artiklar",
+ "article_sharing_label": "Social delning",
+ "article_sharing_description": "Visa delning på sociala medier i artikeln",
+ "section_page_group_label": "Element på sidavsnitt",
+ "follow_section_label": "Följ",
+ "follow_section_description": "Användare kan följa ett specifikt avsnitt",
+ "community_post_group_label": "Element i communityinlägg",
+ "follow_post_label": "Följ",
+ "follow_post_description": "Användare kan följa ett specifikt inlägg",
+ "post_sharing_label": "Social delning",
+ "post_sharing_description": "Visa delning på sociala medier i inlägg",
+ "community_topic_group_label": "Element i communityärenden",
+ "follow_topic_label": "Följ",
+ "follow_topic_description": "Användare kan följa ett specifikt ämne",
+ "show_brand_name_label": "Visa Helpcenter-namn",
+ "show_brand_name_description": "Visa Helpcenter-namnet bredvid logotypen"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/th.json b/theme/Algolia-search/translations/th.json
new file mode 100644
index 0000000..43cbb50
--- /dev/null
+++ b/theme/Algolia-search/translations/th.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "สี",
+ "brand_color_description": "สีแบรนด์สำหรับองค์ประกอบการนำทางหลัก",
+ "brand_color_label": "สีแบรนด์",
+ "brand_text_color_description": "สีแบรนด์สำหรับสถานะวางเมาส์และใช้งาน",
+ "brand_text_color_label": "สีข้อความแบรนด์",
+ "text_color_description": "สีข้อความสำหรับองค์ประกอบเนื้อหาและส่วนหัว",
+ "text_color_label": "สีข้อความ",
+ "link_color_description": "สีข้อความสำหรับองค์ประกอบลิงก์",
+ "link_color_label": "สีลิงก์",
+ "visited_link_color_description": "สีข้อความสำหรับองค์ประกอบลิงก์ที่เข้าชม",
+ "visited_link_color_label": "สีลิงก์ที่เข้าชม",
+ "background_color_description": "สีพื้นหลังของศูนย์ความช่วยเหลือของคุณ",
+ "background_color_label": "สีพื้นหลัง",
+ "fonts_group_label": "ฟอนต์",
+ "heading_font_description": "ฟอนต์สำหรับส่วนหัว",
+ "heading_font_label": "ฟอนต์ส่วนหัว",
+ "text_font_description": "ฟอนต์สำหรับข้อความของเนื้อหา",
+ "text_font_label": "ฟอนต์ข้อความ",
+ "brand_group_label": "แบรนด์",
+ "logo_description": "โลโก้บริษัท",
+ "logo_label": "โลโก้",
+ "favicon_description": "ไอคอนที่แสดงในแถบที่อยู่ของเบราว์เซอร์ของคุณ",
+ "favicon_label": "Favicon",
+ "images_group_label": "รูปภาพ",
+ "homepage_background_image_description": "รูปภาพฮีโร่ในหน้าหลัก",
+ "homepage_background_image_label": "รูปภาพฮีโร่หน้าหลัก",
+ "community_background_image_description": "รูปภาพฮีโร่ในหน้าหัวข้อของชุมชน",
+ "community_background_image_label": "รูปภาพฮีโร่ของชุมชน",
+ "community_image_description": "รูปภาพสำหรับส่วนชุมชนในหน้าหลัก",
+ "community_image_label": "แบนเนอร์ชุมชน",
+ "search_group_label": "การตั้งค่าการค้นหา",
+ "instant_search_label": "การค้นหาโดยทันที",
+ "instant_search_description": "แสดงบทความที่แนะนำบนการค้นหา",
+ "scoped_knowledge_base_search_label": "ขอบเขตการค้นหาในฐานความรู้",
+ "scoped_knowledge_base_search_description": "ผลการค้นหาจะจำกัดเฉพาะหมวดหมู่ที่ผู้ใช้สนใจ",
+ "scoped_community_search_label": "ขอบเขตการค้นหาในชุมชน",
+ "scoped_community_search_description": "ผลการค้นหาจะจำกัดเฉพาะหัวข้อที่ผู้ใช้สนใจ",
+ "home_page_group_label": "องค์ประกอบของหน้าหลัก",
+ "recent_activity_label": "กิจกรรมเมื่อเร็วๆ นี้",
+ "recent_activity_description": "แสดงกิจกรรมเมื่อเร็วๆ นี้บนหน้าหลัก",
+ "article_page_group_label": "องค์ประกอบของหน้าบทความ",
+ "articles_in_section_label": "บทความในหมวด",
+ "articles_in_section_description": "แสดงแถบด้านข้างของบทความในหมวด",
+ "article_author_label": "ผู้เขียน",
+ "article_author_description": "แสดงรูปและชื่อของผู้เขียน",
+ "article_comments_label": "ข้อคิดเห็น",
+ "article_comments_description": "แสดงข้อคิดเห็นบนบทความ",
+ "follow_article_label": "ติดตาม",
+ "follow_article_description": "ผู้ใช้สามารถติดตามบทความที่เฉพาะเจาะจงได้",
+ "recently_viewed_articles_label": "ดูล่าสุด",
+ "recently_viewed_articles_description": "แสดงบทความที่ดูล่าสุด",
+ "related_articles_label": "บทความที่เกี่ยวข้อง",
+ "related_articles_description": "แสดงบทความที่เกี่ยวข้อง",
+ "article_sharing_label": "การแชร์ทางโซเชียล",
+ "article_sharing_description": "แสดงการแชร์ทางโซเชียลมีเดียบนบทความ",
+ "section_page_group_label": "องค์ประกอบของหน้าหมวด",
+ "follow_section_label": "ติดตาม",
+ "follow_section_description": "ผู้ใช้สามารถติดตามหมวดที่เฉพาะเจาะจงได้",
+ "community_post_group_label": "องค์ประกอบหน้าโพสต์ของชุมชน",
+ "follow_post_label": "ติดตาม",
+ "follow_post_description": "ผู้ใช้สามารถติดตามโพสต์ที่เฉพาะเจาะจงได้",
+ "post_sharing_label": "การแชร์ทางโซเชียล",
+ "post_sharing_description": "แสดงการแชร์ทางโซเชียลมีเดียบนโพสต์",
+ "community_topic_group_label": "องค์ประกอบหัวข้อของชุมชน",
+ "follow_topic_label": "ติดตาม",
+ "follow_topic_description": "ผู้ใช้สามารถติดตามหัวข้อที่เฉพาะเจาะจงได้",
+ "show_brand_name_label": "แสดงชื่อศูนย์ความช่วยเหลือ",
+ "show_brand_name_description": "แสดงชื่อศูนย์ความช่วยเหลือถัดจากโลโก้"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/tl.json b/theme/Algolia-search/translations/tl.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/tl.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/tr.json b/theme/Algolia-search/translations/tr.json
new file mode 100644
index 0000000..6a98a8e
--- /dev/null
+++ b/theme/Algolia-search/translations/tr.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Renkler",
+ "brand_color_description": "Temel gezinti öğeleri için marka rengi",
+ "brand_color_label": "Marka rengi",
+ "brand_text_color_description": "Üzerine gelme ve aktif durumlar için marka rengi",
+ "brand_text_color_label": "Marka metin rengi",
+ "text_color_description": "Gövde ve başlık öğeleri için metin rengi",
+ "text_color_label": "Metin rengi",
+ "link_color_description": "Bağlantı öğeleri için metin rengi",
+ "link_color_label": "Bağlantı rengi",
+ "visited_link_color_description": "Ziyaret edilmiş bağlantı öğeleri için metin rengi",
+ "visited_link_color_label": "Ziyaret edilmiş bağlantı rengi",
+ "background_color_description": "Yardım Merkezi'nizin arka plan rengi",
+ "background_color_label": "Arka plan rengi",
+ "fonts_group_label": "Yazı tipleri",
+ "heading_font_description": "Başlıklar için yazı tipi",
+ "heading_font_label": "Başlık Yazı Tipi",
+ "text_font_description": "Gövde metninin yazı tipi",
+ "text_font_label": "Metin Yazı Tipi",
+ "brand_group_label": "Marka",
+ "logo_description": "Şirket logosu",
+ "logo_label": "Logo",
+ "favicon_description": "Tarayıcınızın adres çubuğunda görüntülenen simge",
+ "favicon_label": "Site simgesi",
+ "images_group_label": "Resimler",
+ "homepage_background_image_description": "Ana sayfadaki büyük başlık resmi",
+ "homepage_background_image_label": "Ana sayfa büyük başlık resmi",
+ "community_background_image_description": "Topluluk konuları sayfasındaki büyük başlık resmi",
+ "community_background_image_label": "Topluluk büyük başlık resmi",
+ "community_image_description": "Ana sayfadaki topluluk bölümü için resim",
+ "community_image_label": "Topluluk başlık resmi",
+ "search_group_label": "Arama ayarları",
+ "instant_search_label": "Anında arama",
+ "instant_search_description": "Aramada önerilen makaleleri göster",
+ "scoped_knowledge_base_search_label": "Bilgi Bankasında kapsamı belirli arama",
+ "scoped_knowledge_base_search_description": "Arama sonuçları, kullanıcının içinde bulunduğu kategoriyle sınırlıdır",
+ "scoped_community_search_label": "Toplulukta kapsamı belirli arama",
+ "scoped_community_search_description": "Arama sonuçları, kullanıcının içinde bulunduğu konuyla sınırlıdır",
+ "home_page_group_label": "Ana sayfa öğeleri",
+ "recent_activity_label": "Son faaliyet",
+ "recent_activity_description": "Ana sayfada son faaliyeti göster",
+ "article_page_group_label": "Makale sayfası öğeleri",
+ "articles_in_section_label": "Bölümdeki makaleler",
+ "articles_in_section_description": "Bölümde makaleler yan çubuğunu göster",
+ "article_author_label": "Yazar",
+ "article_author_description": "Yazarın resmini ve adını göster",
+ "article_comments_label": "Yorumlar",
+ "article_comments_description": "Makalelerde yorumları göster",
+ "follow_article_label": "Takip et",
+ "follow_article_description": "Kullanıcılar belirli bir makaleyi takip edebilir",
+ "recently_viewed_articles_label": "Yakında görüntülenenler",
+ "recently_viewed_articles_description": "Yakında görüntülenen makaleleri göster",
+ "related_articles_label": "İlgili makaleler",
+ "related_articles_description": "İlgili makaleleri göster",
+ "article_sharing_label": "Sosyal paylaşım",
+ "article_sharing_description": "Makalede sosyal medya paylaşımını göster",
+ "section_page_group_label": "Bölüm sayfası öğeleri",
+ "follow_section_label": "Takip et",
+ "follow_section_description": "Kullanıcılar belirli bir bölümü takip edebilir",
+ "community_post_group_label": "Topluluk gönderisi öğeleri",
+ "follow_post_label": "Takip et",
+ "follow_post_description": "Kullanıcılar belirli bir gönderiyi takip edebilir",
+ "post_sharing_label": "Sosyal paylaşım",
+ "post_sharing_description": "Gönderide sosyal medya paylaşımını göster",
+ "community_topic_group_label": "Topluluk konu başlığı öğeleri",
+ "follow_topic_label": "Takip et",
+ "follow_topic_description": "Kullanıcılar belirli bir konu başlığını takip edebilir",
+ "show_brand_name_label": "Yardım Merkezi adını göster",
+ "show_brand_name_description": "Yardım Merkezi adını logonun yanında görüntüleyin"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/uk.json b/theme/Algolia-search/translations/uk.json
new file mode 100644
index 0000000..c8c4e91
--- /dev/null
+++ b/theme/Algolia-search/translations/uk.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "visited_link_color_description": "Text color for visited link elements",
+ "visited_link_color_label": "Visited link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner",
+ "search_group_label": "Search settings",
+ "instant_search_label": "Instant search",
+ "instant_search_description": "Show suggested articles on search",
+ "scoped_knowledge_base_search_label": "Scoped search in Knowledge Base",
+ "scoped_knowledge_base_search_description": "Search results are confined to the category the user is in",
+ "scoped_community_search_label": "Scoped search in Community",
+ "scoped_community_search_description": "Search results are confined to the topic the user is in",
+ "home_page_group_label": "Home page elements",
+ "recent_activity_label": "Recent activity",
+ "recent_activity_description": "Show recent activity on home page",
+ "article_page_group_label": "Article page elements",
+ "articles_in_section_label": "Articles in section",
+ "articles_in_section_description": "Show sidebar of articles in section",
+ "article_author_label": "Author",
+ "article_author_description": "Show author image and name",
+ "article_comments_label": "Comments",
+ "article_comments_description": "Show comments on articles",
+ "follow_article_label": "Follow",
+ "follow_article_description": "Users can follow a specific article",
+ "recently_viewed_articles_label": "Recently viewed",
+ "recently_viewed_articles_description": "Show recently viewed articles",
+ "related_articles_label": "Related articles",
+ "related_articles_description": "Show related articles",
+ "article_sharing_label": "Social sharing",
+ "article_sharing_description": "Show social media sharing on article",
+ "section_page_group_label": "Section page elements",
+ "follow_section_label": "Follow",
+ "follow_section_description": "Users can follow a specific section",
+ "community_post_group_label": "Community post elements",
+ "follow_post_label": "Follow",
+ "follow_post_description": "Users can follow a specific post",
+ "post_sharing_label": "Social sharing",
+ "post_sharing_description": "Show social media sharing on post",
+ "community_topic_group_label": "Community topic elements",
+ "follow_topic_label": "Follow",
+ "follow_topic_description": "Users can follow a specific topic",
+ "show_brand_name_label": "Show Help Center name",
+ "show_brand_name_description": "Display the Help Center name next to the logo"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/ur.json b/theme/Algolia-search/translations/ur.json
new file mode 100644
index 0000000..026d4b0
--- /dev/null
+++ b/theme/Algolia-search/translations/ur.json
@@ -0,0 +1,30 @@
+{
+ "colors_group_label": "Colors",
+ "brand_color_description": "Brand color for major navigational elements",
+ "brand_color_label": "Brand color",
+ "brand_text_color_description": "Brand color for hover and active states",
+ "brand_text_color_label": "Brand text color",
+ "text_color_description": "Text color for body and heading elements",
+ "text_color_label": "Text color",
+ "link_color_description": "Text color for link elements",
+ "link_color_label": "Link color",
+ "background_color_description": "Background color of your Help Center",
+ "background_color_label": "Background color",
+ "fonts_group_label": "Fonts",
+ "heading_font_description": "Font for headings",
+ "heading_font_label": "Heading Font",
+ "text_font_description": "Font for body text",
+ "text_font_label": "Text Font",
+ "brand_group_label": "Brand",
+ "logo_description": "Company logo",
+ "logo_label": "Logo",
+ "favicon_description": "Icon displayed in the address bar of your browser",
+ "favicon_label": "Favicon",
+ "images_group_label": "Images",
+ "homepage_background_image_description": "Hero image on the home page",
+ "homepage_background_image_label": "Home hero image",
+ "community_background_image_description": "Hero image on the community topics page",
+ "community_background_image_label": "Community hero image",
+ "community_image_description": "Image for the community section on the home page",
+ "community_image_label": "Community banner"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/vi.json b/theme/Algolia-search/translations/vi.json
new file mode 100644
index 0000000..265b194
--- /dev/null
+++ b/theme/Algolia-search/translations/vi.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "Màu sắc",
+ "brand_color_description": "Màu thương hiệu cho các thành phần điều hướng chính",
+ "brand_color_label": "Màu thương hiệu",
+ "brand_text_color_description": "Màu thương hiệu cho các trạng thái di chuột và hoạt động",
+ "brand_text_color_label": "Màu văn bản thương hiệu",
+ "text_color_description": "Màu văn bản cho thành phần nội dung và đầu đề",
+ "text_color_label": "Màu văn bản",
+ "link_color_description": "Màu văn bản cho các thành phần liên kết",
+ "link_color_label": "Màu liên kết",
+ "visited_link_color_description": "Màu văn bản cho các thành phần liên kết đã truy cập",
+ "visited_link_color_label": "Màu liên kết đã truy cập",
+ "background_color_description": "Màu nền của Trung tâm Trợ giúp của bạn",
+ "background_color_label": "Màu nền",
+ "fonts_group_label": "Phông chữ",
+ "heading_font_description": "Phông chữ cho đầu đề",
+ "heading_font_label": "Phông chữ đầu đề",
+ "text_font_description": "Phông chữ của văn bản nội dung",
+ "text_font_label": "Phông chữ văn bản",
+ "brand_group_label": "Thương hiệu",
+ "logo_description": "Biểu tượng công ty",
+ "logo_label": "Biểu tượng",
+ "favicon_description": "Biểu tượng hiển thị trên thanh địa chỉ của trình duyệt của bạn",
+ "favicon_label": "Favicon",
+ "images_group_label": "Hình ảnh",
+ "homepage_background_image_description": "Ảnh đại diện trên trang chủ",
+ "homepage_background_image_label": "Ảnh đại diện của trang chủ",
+ "community_background_image_description": "Ảnh đại diện trên trang chủ đề của cộng đồng",
+ "community_background_image_label": "Ảnh đại diện của cộng đồng",
+ "community_image_description": "Hình ảnh cho mục cộng đồng trên trang chủ",
+ "community_image_label": "Biểu ngữ cộng đồng",
+ "search_group_label": "Thiết lập tìm kiếm",
+ "instant_search_label": "Tìm kiếm ngay",
+ "instant_search_description": "Hiển thị các bài viết được đề xuất trên tìm kiếm",
+ "scoped_knowledge_base_search_label": "Tìm kiếm theo phạm vi trong Thư viện thông tin",
+ "scoped_knowledge_base_search_description": "Kết quả tìm kiếm được giới hạn trong nhóm hiện tại của người dùng",
+ "scoped_community_search_label": "Tìm kiếm theo phạm vi trong Cộng đồng",
+ "scoped_community_search_description": "Kết quả tìm kiếm được giới hạn trong chủ đề hiện tại của người dùng",
+ "home_page_group_label": "Các phần tử của trang chủ",
+ "recent_activity_label": "Hoạt động gần đây",
+ "recent_activity_description": "Hiển thị hoạt động gần đây trên trang chủ",
+ "article_page_group_label": "Các phần tử của trang bài viết",
+ "articles_in_section_label": "Các bài viết trong mục",
+ "articles_in_section_description": "Hiển thị thanh bên của các bài viết trong mục",
+ "article_author_label": "Tác giả",
+ "article_author_description": "Hiển thị hình ảnh và tên tác giả",
+ "article_comments_label": "Bình luận",
+ "article_comments_description": "Hiển thị các bình luận về bài viết",
+ "follow_article_label": "Theo dõi",
+ "follow_article_description": "Người dùng có thể theo dõi một bài viết cụ thể",
+ "recently_viewed_articles_label": "Đã xem gần đây",
+ "recently_viewed_articles_description": "Hiển thị các bài viết đã xem gần đây",
+ "related_articles_label": "Các bài viết liên quan",
+ "related_articles_description": "Hiển thị bài viết liên quan",
+ "article_sharing_label": "Chia sẻ lên phương tiện truyền thông xã hội",
+ "article_sharing_description": "Hiển thị chức năng chia sẻ về bài viết lên phương tiện truyền thông xã hội",
+ "section_page_group_label": "Các phần tử của trang mục",
+ "follow_section_label": "Theo dõi",
+ "follow_section_description": "Người dùng có thể theo dõi một mục cụ thể",
+ "community_post_group_label": "Các phần tử của bài đăng cộng đồng",
+ "follow_post_label": "Theo dõi",
+ "follow_post_description": "Người dùng có thể theo dõi một bài đăng cụ thể",
+ "post_sharing_label": "Chia sẻ lên phương tiện truyền thông xã hội",
+ "post_sharing_description": "Hiển thị chức năng chia sẻ về bài đăng lên phương tiện truyền thông xã hội",
+ "community_topic_group_label": "Các phần tử trong chủ đề cộng đồng",
+ "follow_topic_label": "Theo dõi",
+ "follow_topic_description": "Người dùng có thể theo dõi một chủ đề cụ thể",
+ "show_brand_name_label": "Hiển thị tên Trung tâm trợ giúp",
+ "show_brand_name_description": "Hiển thị tên Trung tâm trợ giúp bên cạnh biểu tượng"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/zh-cn.json b/theme/Algolia-search/translations/zh-cn.json
new file mode 100644
index 0000000..a4e848d
--- /dev/null
+++ b/theme/Algolia-search/translations/zh-cn.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "颜色",
+ "brand_color_description": "主要导航元素的品牌颜色",
+ "brand_color_label": "品牌颜色",
+ "brand_text_color_description": "悬停和活跃的状态的品牌颜色",
+ "brand_text_color_label": "品牌文本颜色",
+ "text_color_description": "正文和标题元素的文本颜色",
+ "text_color_label": "文本颜色",
+ "link_color_description": "链接元素的文本颜色",
+ "link_color_label": "链接颜色",
+ "visited_link_color_description": "已访问链接元素的文本颜色",
+ "visited_link_color_label": "已访问链接颜色",
+ "background_color_description": "您的帮助中心的背景颜色",
+ "background_color_label": "背景颜色",
+ "fonts_group_label": "字体",
+ "heading_font_description": "标题字体",
+ "heading_font_label": "标题字体",
+ "text_font_description": "正文文本字体",
+ "text_font_label": "文本字体",
+ "brand_group_label": "品牌",
+ "logo_description": "公司徽标",
+ "logo_label": "徽标",
+ "favicon_description": "您的浏览器地址栏中显示的图标",
+ "favicon_label": "网站头像",
+ "images_group_label": "图像",
+ "homepage_background_image_description": "主页上的主页横幅",
+ "homepage_background_image_label": "主页横幅图像",
+ "community_background_image_description": "社区主题页面的主页横幅",
+ "community_background_image_label": "社区主页横幅",
+ "community_image_description": "主页上社区部分的图像",
+ "community_image_label": "社区横幅",
+ "search_group_label": "搜索设置",
+ "instant_search_label": "即时搜索",
+ "instant_search_description": "显示搜索的推荐文章",
+ "scoped_knowledge_base_search_label": "知识库中有范围限制的搜索",
+ "scoped_knowledge_base_search_description": "搜索结果限制在用户所在的类别内",
+ "scoped_community_search_label": "社区中有范围限制的搜索",
+ "scoped_community_search_description": "搜索结果限制在用户所在的主题内",
+ "home_page_group_label": "主页页面元素",
+ "recent_activity_label": "最近的活动",
+ "recent_activity_description": "显示主页最近的活动",
+ "article_page_group_label": "文章页面元素",
+ "articles_in_section_label": "组别中的文章",
+ "articles_in_section_description": "显示组别中的文章侧栏",
+ "article_author_label": "作者",
+ "article_author_description": "显示作者图像和姓名",
+ "article_comments_label": "评论",
+ "article_comments_description": "显示文章的评论",
+ "follow_article_label": "关注",
+ "follow_article_description": "用户可关注特定的文章",
+ "recently_viewed_articles_label": "最近查看的",
+ "recently_viewed_articles_description": "显示最近查看的文章",
+ "related_articles_label": "相关文章",
+ "related_articles_description": "显示相关文章",
+ "article_sharing_label": "社交分享",
+ "article_sharing_description": "显示文章的社交媒体分享",
+ "section_page_group_label": "组别页面元素",
+ "follow_section_label": "关注",
+ "follow_section_description": "用户可关注特定的组别",
+ "community_post_group_label": "社区帖子元素",
+ "follow_post_label": "关注",
+ "follow_post_description": "用户可关注特定的帖子",
+ "post_sharing_label": "社交分享",
+ "post_sharing_description": "在帖子显示社交媒体分享功能",
+ "community_topic_group_label": "社区主题元素",
+ "follow_topic_label": "关注",
+ "follow_topic_description": "用户可关注特定的主题",
+ "show_brand_name_label": "显示帮助中心名称",
+ "show_brand_name_description": "在徽标旁显示帮助中心名称"
+}
\ No newline at end of file
diff --git a/theme/Algolia-search/translations/zh-tw.json b/theme/Algolia-search/translations/zh-tw.json
new file mode 100644
index 0000000..3b3c159
--- /dev/null
+++ b/theme/Algolia-search/translations/zh-tw.json
@@ -0,0 +1,70 @@
+{
+ "colors_group_label": "色彩",
+ "brand_color_description": "主導覽元素的品牌色彩",
+ "brand_color_label": "品牌色彩",
+ "brand_text_color_description": "暫留與作用中狀態的品牌色彩",
+ "brand_text_color_label": "品牌文字色彩",
+ "text_color_description": "主體與標題元素文字色彩",
+ "text_color_label": "文字色彩",
+ "link_color_description": "連結元素文字色彩",
+ "link_color_label": "連結色彩",
+ "visited_link_color_description": "已造訪連結元素文字色彩",
+ "visited_link_color_label": "已造訪連結色彩",
+ "background_color_description": "客服中心背景色彩",
+ "background_color_label": "背景色彩",
+ "fonts_group_label": "字型",
+ "heading_font_description": "標題字型",
+ "heading_font_label": "標題字型",
+ "text_font_description": "主體文字字型",
+ "text_font_label": "文字字型",
+ "brand_group_label": "品牌",
+ "logo_description": "公司標誌",
+ "logo_label": "標誌",
+ "favicon_description": "您的瀏覽器網址列中顯示的圖示",
+ "favicon_label": "網站圖示",
+ "images_group_label": "影像",
+ "homepage_background_image_description": "主頁上的網頁首圖",
+ "homepage_background_image_label": "主頁網頁首圖",
+ "community_background_image_description": "社區主題頁面的網頁首圖",
+ "community_background_image_label": "社區網頁首圖",
+ "community_image_description": "主頁上的社區部分影像",
+ "community_image_label": "社區橫幅",
+ "search_group_label": "搜尋設定值",
+ "instant_search_label": "即時搜尋",
+ "instant_search_description": "顯示搜尋推薦文章",
+ "scoped_knowledge_base_search_label": "知識庫內的限定範圍搜尋",
+ "scoped_knowledge_base_search_description": "搜尋結果限於使用者所在類別",
+ "scoped_community_search_label": "社區內的限定範圍搜尋",
+ "scoped_community_search_description": "搜尋結果限於使用者所在主題",
+ "home_page_group_label": "主頁元素",
+ "recent_activity_label": "近期的活動",
+ "recent_activity_description": "顯示主頁近期的活動",
+ "article_page_group_label": "文章頁面元素",
+ "articles_in_section_label": "段落中的文章",
+ "articles_in_section_description": "顯示段落中的文章側欄",
+ "article_author_label": "作者",
+ "article_author_description": "顯示作者影像與姓名",
+ "article_comments_label": "評論",
+ "article_comments_description": "顯示文章評論",
+ "follow_article_label": "追蹤",
+ "follow_article_description": "使用者可追蹤指定文章",
+ "recently_viewed_articles_label": "最近檢視",
+ "recently_viewed_articles_description": "顯示最近檢視的文章",
+ "related_articles_label": "相關文章",
+ "related_articles_description": "顯示相關文章",
+ "article_sharing_label": "社群分享",
+ "article_sharing_description": "顯示文章社群媒體分享",
+ "section_page_group_label": "段落頁面元素",
+ "follow_section_label": "追蹤",
+ "follow_section_description": "使用者可追蹤指定段落",
+ "community_post_group_label": "社區貼文元素",
+ "follow_post_label": "追蹤",
+ "follow_post_description": "使用者可追蹤指定貼文",
+ "post_sharing_label": "社群分享",
+ "post_sharing_description": "在貼文顯示社群媒體分享功能",
+ "community_topic_group_label": "社區主題元素",
+ "follow_topic_label": "追蹤",
+ "follow_topic_description": "使用者可追蹤指定主題",
+ "show_brand_name_label": "顯示客服中心名稱",
+ "show_brand_name_description": "在標誌的旁邊顯示客服中心名稱"
+}
\ No newline at end of file
+ {{t 'comments'}} +
+{{t 'comments_count' count=article.comment_count}}
+ {{#if comments}} ++ {{#each comments}} +-
+
+
+
+
+ {{#if author.agent}}
+
+ {{/if}}
+
+
+
+
+ {{#link 'user_profile' id=author.id}}
+ {{author.name}}
+ {{/link}}
+
+
+
+ {{#each (filter author.badges on="category_slug" equals="titles")}}
+
+ {{name}}
+
+ {{/each}}
+
+
+
+ {{#each (
+ slice
+ (
+ filter
+ (filter author.badges on="category_slug" equals="achievements")
+ on="icon_url"
+ starts_with="https"
+ )
+ 0
+ 4
+ )
+ }}
+
+
+
+ {{/each}}
+
+ {{#if (compare (calc author.badges.length "-" 4) ">" 0)}}
+
+ {{#link "user_profile" id=author.id filter_by="badges" class="community-badge-achievements-rest"}}{{t 'plus_more' count=(calc author.badges.length "-" 4)}}{{/link}}
+
+ {{/if}}
+
+
+
+ {{#with ticket}}
+
+ {{t 'request'}}{{id}}
+
+ {{/with}}
+ {{#if pending}}
+ {{t 'pending_approval'}}
+ {{/if}}
+
+
+
+ {{body}}
+
+
+
+
+ {{#vote 'up' role='radio' class='vote-up' selected_class='vote-voted'}}
+
+ {{/vote}}
+ {{vote 'sum' class='vote-sum'}}
+ {{#vote 'down' role='radio' class='vote-down' selected_class='vote-voted'}}
+
+ {{/vote}}
+
+
+ {{#actions}}
+
+ {{/actions}}
+
+
+
+
+ {{/each}}
+
+ + {{pagination}} + + {{#form 'comment' class='comment-form'}} ++ {{#if editor}} +- {{date edited_at timeago=true}}
+ - {{t 'edited'}}
+ {{else}}
+ - {{date created_at timeago=true}}
+ {{/if}}
+
+ +{{comment_callout}}
+