From b9c38cc46a1b325b07832e82d1dbf5f52d09d9aa Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 18 Jul 2024 14:52:53 -0700 Subject: [PATCH 1/5] Downgrade data module to 2.5.3 --- composer.json | 2 +- composer.lock | 25 +++++++------------------ 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index f46df78d..f551eb65 100644 --- a/composer.json +++ b/composer.json @@ -76,7 +76,7 @@ "newfold-labs/wp-module-atomic": "^1.3", "newfold-labs/wp-module-coming-soon": "^1.2.5", "newfold-labs/wp-module-context": "^1.0.1", - "newfold-labs/wp-module-data": "^2.6.0", + "newfold-labs/wp-module-data": "2.5.3", "newfold-labs/wp-module-deactivation": "^1.2.3", "newfold-labs/wp-module-ecommerce": "^1.3.37", "newfold-labs/wp-module-features": "^1.4.2", diff --git a/composer.lock b/composer.lock index f8462e5d..937c5b63 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "76a175e583876a0ecbc67ae82ebd6c75", + "content-hash": "2ecfc72f59530b7761ca3b8a7ce3a86a", "packages": [ { "name": "doctrine/inflector", @@ -504,16 +504,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.0", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "6af57da8765a4db2d89e7ee737726f797945de0b" + "reference": "6c0941bc9ac3d18820f924de8c4afe58bb421782" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/6af57da8765a4db2d89e7ee737726f797945de0b", - "reference": "6af57da8765a4db2d89e7ee737726f797945de0b", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/6c0941bc9ac3d18820f924de8c4afe58bb421782", + "reference": "6c0941bc9ac3d18820f924de8c4afe58bb421782", "shasum": "" }, "require": { @@ -532,7 +532,6 @@ "kporras07/composer-symlinks": "^1.2", "lucatume/wp-browser": "^3", "newfold-labs/wp-php-standards": "^1.2", - "phpunit/phpcov": "^5.0", "wpackagist-plugin/woocommerce": "*" }, "type": "library", @@ -573,16 +572,6 @@ "create-symlinks": [ "Kporras07\\ComposerSymlinks\\ScriptHandler::createSymlinks" ], - "test": [ - "phpunit --bootstrap tests/phpunit/bootstrap.php", - "codecept run wpunit" - ], - "test-coverage": [ - "phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --coverage-text", - "codecept run wpunit --coverage wpunit.cov", - "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", - "echo \"open tests/_output/html/index.html\" to view the report" - ], "post-install-cmd": [ "@create-symlinks" ], @@ -595,10 +584,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.0", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.5.3", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-07-16T23:30:45+00:00" + "time": "2024-06-19T17:34:08+00:00" }, { "name": "newfold-labs/wp-module-deactivation", From 99fe762924701963a04b51f6eceb3b07cac2e4d7 Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 18 Jul 2024 14:54:15 -0700 Subject: [PATCH 2/5] Update version to 2.10.3 --- package-lock.json | 4 ++-- package.json | 2 +- wp-plugin-hostgator.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06fa951d..b5b4fb26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-plugin-hostgator", - "version": "2.10.2", + "version": "2.10.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-plugin-hostgator", - "version": "2.10.2", + "version": "2.10.3", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", diff --git a/package.json b/package.json index 400dd530..2d01f062 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wp-plugin-hostgator", "description": "WordPress plugin that integrates your WordPress site with the HostGator control panel, including performance, security, and update features.", "license": "GPL-2.0-or-later", - "version": "2.10.2", + "version": "2.10.3", "private": true, "contributors": [ "Abdulrahman Al Ani (https://alani.dev/)", diff --git a/wp-plugin-hostgator.php b/wp-plugin-hostgator.php index 80eb531d..b1e07d1f 100644 --- a/wp-plugin-hostgator.php +++ b/wp-plugin-hostgator.php @@ -12,7 +12,7 @@ * Plugin URI: https://hostgator.com * Update URI: https://github.com/newfold-labs/wp-plugin-hostgator/ * Description: WordPress plugin that integrates a WordPress site with the HostGator control panel, including performance, security, and update features. - * Version: 2.10.2 + * Version: 2.10.3 * Requires at least: 6.3 * Requires PHP: 7.3 * Tested up to: 6.6 @@ -32,7 +32,7 @@ } // Define constants -define( 'HOSTGATOR_PLUGIN_VERSION', '2.10.2' ); +define( 'HOSTGATOR_PLUGIN_VERSION', '2.10.3' ); define( 'HOSTGATOR_PLUGIN_FILE', __FILE__ ); define( 'HOSTGATOR_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'HOSTGATOR_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); From 2c4a4fa645f4b73bee6ee08b436cbb270b769d50 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 18 Jul 2024 21:56:32 +0000 Subject: [PATCH 3/5] WordPress i18n triggered by commit 314a87ad7b9e89dc839ed79575bcfc7cdb1719ac --- ..._MX-8cac9d39ef273da70782ff706155e2e5.json} | 2 +- languages/wp-plugin-hostgator-es_MX.po | 414 ++++++++--------- ..._BR-8cac9d39ef273da70782ff706155e2e5.json} | 2 +- languages/wp-plugin-hostgator-pt_BR.po | 414 ++++++++--------- languages/wp-plugin-hostgator.pot | 416 +++++++++--------- 5 files changed, 624 insertions(+), 624 deletions(-) rename languages/{wp-plugin-hostgator-es_MX-d35a4375e471b0d4425188ee8753e8d0.json => wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json} (99%) rename languages/{wp-plugin-hostgator-pt_BR-d35a4375e471b0d4425188ee8753e8d0.json => wp-plugin-hostgator-pt_BR-8cac9d39ef273da70782ff706155e2e5.json} (99%) diff --git a/languages/wp-plugin-hostgator-es_MX-d35a4375e471b0d4425188ee8753e8d0.json b/languages/wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json similarity index 99% rename from languages/wp-plugin-hostgator-es_MX-d35a4375e471b0d4425188ee8753e8d0.json rename to languages/wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json index 171f473f..92f32818 100644 --- a/languages/wp-plugin-hostgator-es_MX-d35a4375e471b0d4425188ee8753e8d0.json +++ b/languages/wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json @@ -1,7 +1,7 @@ { "translation-revision-date": "2023-08-24 18:27", "generator": "WP-CLI\/2.10.0", - "source": "build\/2.10.2\/index.js", + "source": "build\/2.10.3\/index.js", "domain": "messages", "locale_data": { "messages": { diff --git a/languages/wp-plugin-hostgator-es_MX.po b/languages/wp-plugin-hostgator-es_MX.po index 93552082..d60de329 100644 --- a/languages/wp-plugin-hostgator-es_MX.po +++ b/languages/wp-plugin-hostgator-es_MX.po @@ -79,28 +79,28 @@ msgstr "Obtener una vista previa de la próxima página de destino" #: inc/Admin.php:64 #: inc/Admin.php:346 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Home" msgstr "Pagina principal" #: inc/Admin.php:73 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Marketplace" msgstr "Mercado en Línea" #: inc/Admin.php:78 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Performance" msgstr "Rendimiento" #: inc/Admin.php:82 #: inc/Admin.php:347 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Settings" msgstr "Configuraciones" #: inc/Admin.php:91 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Help" msgstr "Ayuda" @@ -170,369 +170,369 @@ msgstr "Actualizaciones automáticas habilitadas en la página ConfiguraciónHostGa msgid "Auto-updates enabled" msgstr "Atualizações automáticas habilitadas" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oh No, An Error!" msgstr "Oh, Não, Um Erro!" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "You found an error, please refresh the page and try again!" msgstr "Você encontrou um erro, por favor atualize a página e tente novamente!" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "If the error persists, please contact support." msgstr "Se o erro persistir, por favor contate o suporte." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " Error code: " msgstr " Código de erro: " -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Phone" msgstr "Telefone" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Give us a ring at (866) 96-GATOR" msgstr "Ligue para nós" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Call Us" msgstr "Ligue para nós" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Chat" msgstr "Chat" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Have a question? We're here 24/7/365" msgstr "Tem uma dúvida? Estamos aqui 24/7" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Live Chat" msgstr "Chat ao Vivo" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet" msgstr "Tweet" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet us at @hgsupport for support" msgstr "Envie um tweet para @hgsupport para suporte" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet Us" msgstr "Tweet-nos" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Knowledge Base" msgstr "Base de Conhecimento" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Know what the pros know." msgstr "Saiba o que os profissionais sabem." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find Answers" msgstr "Encontre Respostas" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Blog" msgstr "Blog" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Get our tips and in-depth articles." msgstr "Receba nossas dicas e artigos detalhados." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Learn Stuff" msgstr "Aprenda Coisas" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Video Tutorials" msgstr "Vídeos Tutoriais" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Step-by-step tutorials and additional guides." msgstr "Tutoriais passo a passo e guias adicionais." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Watch Now" msgstr "Assista Agora" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "There's nothing here!" msgstr "Não há nada aqui!" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Settings and Performance" msgstr "Configurações e Desempenho" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Customize & fine-tune your site." msgstr "Personalize & ajuste seu site." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Settings" msgstr "Gerenciar Configurações" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage your site settings. You can ajdust automatic updates, comments, revisions and more." msgstr "Gerencie as configurações do seu site. Você pode ajustar atualizações automáticas, comentários, revisões e muito mais." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage site performance and caching settings as well as clear the site cache." msgstr "Gerencie o desempenho do site e as configurações de cache, bem como limpe o cache do site." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Visit Marketplace" msgstr "Visite o Mercado" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add site services, themes or plugins from the marketplace." msgstr "Adicione serviços de site, temas ou plugins da loja." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Website Content" msgstr "Conteúdo do Site" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create, manage & sort your story." msgstr "Crie, gerencie e classifique seu conteúdo." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "New Post" msgstr "Nova postagem" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Write a new blog post." msgstr "Escreva uma nova postagem no blog." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Pages" msgstr "Páginas" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "New Page" msgstr "Nova Página" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add fresh pages to your website." msgstr "Adicione novas páginas ao seu site." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Categories" msgstr "Categorias" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Categories" msgstr "Gerenciar Categorias" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Organize existing content into categories." msgstr "Organize o conteúdo existente em categorias." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Web Hosting" msgstr "Hospedagem de Sites" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Access & manage your HostGator account." msgstr "Acesse & gerencie sua conta HostGator." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Sites" msgstr "Gerenciar Sites" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage your site from the control panel. You can create backups, set security, and improve performance." msgstr "Gerencie seu site a partir do painel de controle. Você pode criar backups, definir a segurança e melhorar o desempenho." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Email" msgstr "E-mail" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Email" msgstr "Gerenciar E-mail" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create email accounts, compose, send, and receive your email from the control panel." msgstr "Crie contas de e-mail, componha, envie e receba seu e-mail no painel de controle." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Domains" msgstr "Domínios" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find a Domain" msgstr "Encontre um Domínio" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find a new domain and assign it to your site or start a new site with a fresh domain." msgstr "Encontre um novo domínio e atribua-o ao seu site ou inicie um novo site com um novo domínio." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Get Help" msgstr "Obter Ajuda" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "24/7/365 support. We work when you work." msgstr "Suporte 24/7/365. Nós trabalhamos quando você trabalha." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "No cache enabled." msgstr "Nenhum cache ativado." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Disabled" msgstr "Desativado" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Not recommended." msgstr "Não recomendado." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache static assets like images and the appearance of your site for 1 hour." msgstr "Recurso de caches estáticos, como imagens e a aparência do seu site, por 1 hora." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Assets Only" msgstr "Somente Recursos" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache enabled for assets only." msgstr "Cache ativado apenas para recursos." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Recommended for ecommerce and sites that update frequently or display info in real-time." msgstr "Recomendado para comércio eletrônico e sites que são atualizados com frequência ou exibem informações em tempo real." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache static assets for 24 hours and web pages for 2 hours." msgstr "Recurso de caches estáticos por 24 horas e páginas da web por 2 horas." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Assets & Web Pages" msgstr "Recursos & Páginas da Web" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache enabled for assets and pages." msgstr "Cache ativado para ativos e páginas." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Recommended for blogs, educational sites, and sites that update at least weekly." msgstr "Recomendado para blogs, sites educacionais e sites que são atualizados pelo menos uma vez por semana." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache static assets for 1 week and web pages for 8 hours." msgstr "Recurso de caches estáticos por 1 semana e páginas da web por 8 horas." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Assets & Web Pages - Extended" msgstr "Recursos & Páginas da Web - Estendido" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache enabled for assets and pages (extended)." msgstr "Cache ativado para recursos e páginas (estendido)." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors." msgstr "Aumente a velocidade e o desempenho armazenando uma cópia do conteúdo, arquivos e imagens do seu site on-line para que as páginas do seu site sejam carregadas mais rapidamente para seus visitantes." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache Level" msgstr "Levels de Cache" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clear All Cache Now" msgstr "Limpar Todo o Cache Agora" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache cleared" msgstr "Cache limpo" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clear Cache" msgstr "Limpar Cache" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Plugins" msgstr "Plugins" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Themes" msgstr "Temas" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Automatic Updates" msgstr "Atualizações Automáticas" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Disable comments for older posts" msgstr "Desabilitar comentários de postagens mais antigas" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments on posts are disabled after " msgstr "Os comentários em postagens são desativados após " -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " day." msgid_plural " days." msgstr[0] " dia." msgstr[1] " dias." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Close comments after " msgstr "Fechar comentários após " -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Posts will display " msgstr "As postagens serão exibidas " -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " comment at a time." msgid_plural " comments at a time." msgstr[0] " comentário por vez." msgstr[1] " comentários por vez." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Display " msgstr "Exibir " -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments" msgstr "Comentários" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " revision." msgid_plural " revisions." msgstr[0] " revisão." msgstr[1] " revisões." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "The trash will automatically empty every " msgstr "A lixeira será automaticamente vazia a cada " -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " week." msgid_plural " weeks." msgstr[0] " semana." msgstr[1] " semanas." -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Content Options" msgstr "Opções de Conteúdo" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Controls for content revisions and how often to empty the trash." msgstr "Controles para revisões de conteúdo e com que frequência esvaziar a lixeira." @@ -549,456 +549,456 @@ msgid "Why choose HostGator for your WordPress site?" msgstr "" #: inc/Admin.php:67 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Pages & Posts" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Hostgator WordPress Plugin" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "HostGator Account" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Products & Services" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Sales & Promotions" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Payments" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Store Details" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Admin" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Secret page to manage admin features and settings." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "We are available 24/7 to help answer questions and solve your problems." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "More" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Domain" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Explore our featured collection of tools and services." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oops, there was an error loading the marketplace, please try again later." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Sorry, no marketplace items. Please, try again later." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Load More" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oops! Something Went Wrong" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "An error occurred while loading the content. Please try again later." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Products" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Showcase physical and digital goods, product variations, and custom configurations." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "View all " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add New" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Blog Posts" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add a new blog post or edit your existing posts." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Bookings & Appointments" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add your list of services, setup a booking calendar, and edit your bookings form." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your site is not live." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your site is live." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "\"Settings\"" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " to set your site live." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Visitors to your site will see all your publicly published pages." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Site Pages" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Edit your homepage and other existing pages or add new pages to your site." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Every page load is fresh." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Recommended for sites that update a few times a month or less like porfolios or brochure sites." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache setting saved" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This is where you can manage cache settings for your website." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage All Updates" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "WordPress Core" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Keeping automatic updates on ensures timely security fixes and the latest features." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oops! Something went wrong. Please try again." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Site Status" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Not Live" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Live" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Coming Soon page" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your website is currently displaying a \"Coming Soon\" page." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments setting saved " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments setting saved." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " comments per page." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments allow visitors to provide feedback and respond to your posts or pages." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Post revision setting saved " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Posts will save " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Number of revisions posts can save " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " step back." msgid_plural " steps back." msgstr[0] "" msgstr[1] "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Trash setting saved " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Trash emptying frequency " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "The Help Center provides guided, step-by-step assistance as you build your site." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Sorry, that is not allowed." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This feature cannot currently be modified." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This is where you can manage common settings for your website." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Features" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "The performance feature provides improvements to loads faster for visitors including cache settings." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "The staging feature provides a way to copy a site to test new updates, features or content." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Wonder Blocks provides a library of customizable block patterns and page templates." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cancel" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clone" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Clone Action" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cloned to Staging" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cloning production to staging, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clone to staging" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Created" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Staging Created" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Creating a staging site, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create staging site" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Currently editing" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Delete" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Delete" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deleted Staging" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deleting the staging site, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Delete Staging Site" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy all changes" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Deployment" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy database only" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy files only" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deployed" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploying from staging to production, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy Site" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Error" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Not currently editing" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Proceed" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Production Site" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Staging Site" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch to Production" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will navigate you to the production environment" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Loading the production environment now." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching to the production environment, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch to Staging" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will navigate you to the staging environment" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Loading the staging environment now." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching to the staging environment, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "An unknown error has occurred." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Working…" msgstr "" diff --git a/languages/wp-plugin-hostgator.pot b/languages/wp-plugin-hostgator.pot index 136130c6..8d1cc7da 100644 --- a/languages/wp-plugin-hostgator.pot +++ b/languages/wp-plugin-hostgator.pot @@ -2,7 +2,7 @@ # This file is distributed under the GPL 2.0 or later. msgid "" msgstr "" -"Project-Id-Version: The HostGator Plugin 2.10.2\n" +"Project-Id-Version: The HostGator Plugin 2.10.3\n" "Report-Msgid-Bugs-To: https://github.com/newfold-labs/wp-plugin-hostgator/issues\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,43 +86,43 @@ msgstr "" #: inc/Admin.php:64 #: inc/Admin.php:346 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Home" msgstr "" #: inc/Admin.php:67 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Pages & Posts" msgstr "" #: inc/Admin.php:70 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Store" msgstr "" #: inc/Admin.php:73 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Marketplace" msgstr "" #: inc/Admin.php:78 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Performance" msgstr "" #: inc/Admin.php:82 #: inc/Admin.php:347 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Settings" msgstr "" #: inc/Admin.php:87 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Staging" msgstr "" #: inc/Admin.php:91 -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Help" msgstr "" @@ -192,808 +192,808 @@ msgstr "" msgid "Auto-updates enabled" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Hostgator WordPress Plugin" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oh No, An Error!" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "You found an error, please refresh the page and try again!" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "If the error persists, please contact support." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " Error code: " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "HostGator Account" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Phone" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Give us a ring at (866) 96-GATOR" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Call Us" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Chat" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Have a question? We're here 24/7/365" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Live Chat" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet us at @hgsupport for support" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet Us" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Knowledge Base" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Know what the pros know." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find Answers" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Blog" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Get our tips and in-depth articles." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Learn Stuff" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Video Tutorials" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Step-by-step tutorials and additional guides." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Watch Now" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "There's nothing here!" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Products & Services" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Sales & Promotions" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Payments" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Store Details" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Admin" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Secret page to manage admin features and settings." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "We are available 24/7 to help answer questions and solve your problems." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "More" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Settings and Performance" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Customize & fine-tune your site." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Settings" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage your site settings. You can ajdust automatic updates, comments, revisions and more." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage site performance and caching settings as well as clear the site cache." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Visit Marketplace" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add site services, themes or plugins from the marketplace." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Website Content" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create, manage & sort your story." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "New Post" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Write a new blog post." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Pages" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "New Page" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add fresh pages to your website." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Categories" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Categories" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Organize existing content into categories." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Web Hosting" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Access & manage your HostGator account." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Sites" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage your site from the control panel. You can create backups, set security, and improve performance." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Email" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Email" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create email accounts, compose, send, and receive your email from the control panel." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Domains" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Domain" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find a Domain" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find a new domain and assign it to your site or start a new site with a fresh domain." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Get Help" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "24/7/365 support. We work when you work." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Explore our featured collection of tools and services." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oops, there was an error loading the marketplace, please try again later." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Sorry, no marketplace items. Please, try again later." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Load More" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oops! Something Went Wrong" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "An error occurred while loading the content. Please try again later." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Products" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Showcase physical and digital goods, product variations, and custom configurations." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "View all " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add New" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Blog Posts" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add a new blog post or edit your existing posts." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Bookings & Appointments" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add your list of services, setup a booking calendar, and edit your bookings form." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your site is not live." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your site is live." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "\"Settings\"" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " to set your site live." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Visitors to your site will see all your publicly published pages." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Site Pages" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Edit your homepage and other existing pages or add new pages to your site." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "No cache enabled." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Every page load is fresh." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Disabled" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Not recommended." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache static assets like images and the appearance of your site for 1 hour." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Assets Only" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache enabled for assets only." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Recommended for ecommerce and sites that update frequently or display info in real-time." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache static assets for 24 hours and web pages for 2 hours." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Assets & Web Pages" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache enabled for assets and pages." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Recommended for blogs, educational sites, and sites that update at least weekly." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache static assets for 1 week and web pages for 8 hours." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Assets & Web Pages - Extended" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache enabled for assets and pages (extended)." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Recommended for sites that update a few times a month or less like porfolios or brochure sites." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache setting saved" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache Level" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clear All Cache Now" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache cleared" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clear Cache" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This is where you can manage cache settings for your website." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage All Updates" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "WordPress Core" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Plugins" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Themes" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Automatic Updates" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Keeping automatic updates on ensures timely security fixes and the latest features." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oops! Something went wrong. Please try again." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Site Status" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Not Live" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Live" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Coming Soon page" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your website is currently displaying a \"Coming Soon\" page." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Disable comments for older posts" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments setting saved " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments on posts are disabled after " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " day." msgid_plural " days." msgstr[0] "" msgstr[1] "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Close comments after " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments setting saved." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Posts will display " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " comment at a time." msgid_plural " comments at a time." msgstr[0] "" msgstr[1] "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Display " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " comments per page." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments allow visitors to provide feedback and respond to your posts or pages." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Post revision setting saved " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Posts will save " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " revision." msgid_plural " revisions." msgstr[0] "" msgstr[1] "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Number of revisions posts can save " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " step back." msgid_plural " steps back." msgstr[0] "" msgstr[1] "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Trash setting saved " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "The trash will automatically empty every " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid " week." msgid_plural " weeks." msgstr[0] "" msgstr[1] "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Trash emptying frequency " msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Content Options" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Controls for content revisions and how often to empty the trash." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "The Help Center provides guided, step-by-step assistance as you build your site." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Sorry, that is not allowed." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This feature cannot currently be modified." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This is where you can manage common settings for your website." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Features" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "The performance feature provides improvements to loads faster for visitors including cache settings." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "The staging feature provides a way to copy a site to test new updates, features or content." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Wonder Blocks provides a library of customizable block patterns and page templates." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cancel" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clone" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Clone Action" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cloned to Staging" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cloning production to staging, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clone to staging" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Created" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Staging Created" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Creating a staging site, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create staging site" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Currently editing" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Delete" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Delete" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deleted Staging" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deleting the staging site, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Delete Staging Site" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy all changes" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Deployment" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy database only" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy files only" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deployed" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploying from staging to production, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy Site" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Error" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Not currently editing" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Proceed" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Production Site" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Staging Site" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch to Production" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will navigate you to the production environment" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Loading the production environment now." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching to the production environment, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch to Staging" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will navigate you to the staging environment" msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Loading the staging environment now." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching to the staging environment, this should take about a minute." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "An unknown error has occurred." msgstr "" -#: build/2.10.2/index.js:1 +#: build/2.10.3/index.js:1 msgid "Working…" msgstr "" From e809e0025ec694a4fd3398646555703a9bc246c8 Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 18 Jul 2024 16:18:04 -0700 Subject: [PATCH 4/5] Attempt to fix translations --- ...s_MX-5b68269795cbc113de7bc04a0e20cb45.json | 607 ++++++++++++ ...s_MX-6754b94c301a2874d64de27b8b37f8dd.json | 607 ++++++++++++ ..._MX-e8aa616dacb56eb63c98b8e6d8356f48.json} | 2 +- languages/wp-plugin-hostgator-es_MX.po | 806 +++++++++++----- ...t_BR-5b68269795cbc113de7bc04a0e20cb45.json | 607 ++++++++++++ ...t_BR-6754b94c301a2874d64de27b8b37f8dd.json | 607 ++++++++++++ ..._BR-e8aa616dacb56eb63c98b8e6d8356f48.json} | 2 +- languages/wp-plugin-hostgator-pt_BR.po | 806 +++++++++++----- languages/wp-plugin-hostgator.pot | 872 +++++++++++++----- 9 files changed, 4260 insertions(+), 656 deletions(-) create mode 100644 languages/wp-plugin-hostgator-es_MX-5b68269795cbc113de7bc04a0e20cb45.json create mode 100644 languages/wp-plugin-hostgator-es_MX-6754b94c301a2874d64de27b8b37f8dd.json rename languages/{wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json => wp-plugin-hostgator-es_MX-e8aa616dacb56eb63c98b8e6d8356f48.json} (99%) create mode 100644 languages/wp-plugin-hostgator-pt_BR-5b68269795cbc113de7bc04a0e20cb45.json create mode 100644 languages/wp-plugin-hostgator-pt_BR-6754b94c301a2874d64de27b8b37f8dd.json rename languages/{wp-plugin-hostgator-pt_BR-8cac9d39ef273da70782ff706155e2e5.json => wp-plugin-hostgator-pt_BR-e8aa616dacb56eb63c98b8e6d8356f48.json} (99%) diff --git a/languages/wp-plugin-hostgator-es_MX-5b68269795cbc113de7bc04a0e20cb45.json b/languages/wp-plugin-hostgator-es_MX-5b68269795cbc113de7bc04a0e20cb45.json new file mode 100644 index 00000000..b3433026 --- /dev/null +++ b/languages/wp-plugin-hostgator-es_MX-5b68269795cbc113de7bc04a0e20cb45.json @@ -0,0 +1,607 @@ +{ + "translation-revision-date": "2023-08-24 18:27", + "generator": "WP-CLI\/2.10.0", + "source": "build\/2.7.2\/index.js", + "domain": "messages", + "locale_data": { + "messages": { + "": { + "domain": "messages", + "lang": "es_MX", + "plural-forms": "nplurals=2; plural=(n != 1);" + }, + "Home": [ + "Pagina principal" + ], + "Marketplace": [ + "Mercado en L\u00ednea" + ], + "Performance": [ + "Rendimiento" + ], + "Settings": [ + "Configuraciones" + ], + "Help": [ + "Ayuda" + ], + "Oh No, An Error!": [ + "\u00a1Oh no, un error!" + ], + "You found an error, please refresh the page and try again!": [ + "Ha encontrado un error, \u00a1actualice la p\u00e1gina e int\u00e9ntalo de nuevo!" + ], + "If the error persists, please contact support.": [ + "Si persiste el error, p\u00f3ngase en contacto con el soporte." + ], + " Error code: ": [ + " C\u00f3digo de error: " + ], + "Phone": [ + "Tel\u00e9fono" + ], + "Give us a ring at (866) 96-GATOR": [ + "Ll\u00e1menos al (866) 96-GATOR" + ], + "Call Us": [ + "Ll\u00e1menos" + ], + "Chat": [ + "Chat" + ], + "Have a question? We're here 24\/7\/365": [ + "\u00bfTiene alguna pregunta? Estamos aqu\u00ed 24\/7\/365" + ], + "Live Chat": [ + "Chat En Vivo" + ], + "Tweet": [ + "Tweet" + ], + "Tweet us at @hgsupport for support": [ + "Env\u00edenos un tweet a @hgsupport para obtener ayuda" + ], + "Tweet Us": [ + "Env\u00edenos un tweet" + ], + "Knowledge Base": [ + "Base de Conocimientos" + ], + "Know what the pros know.": [ + "Sepa lo que saben los profesionales." + ], + "Find Answers": [ + "Encontre Respuestas" + ], + "Blog": [ + "Blog" + ], + "Get our tips and in-depth articles.": [ + "Obtenga nuestros consejos y art\u00edculos detallados." + ], + "Learn Stuff": [ + "Aprenda Cosas" + ], + "Video Tutorials": [ + "Tutoriales en V\u00eddeo" + ], + "Step-by-step tutorials and additional guides.": [ + "Tutoriales paso a paso y gu\u00edas adicionales." + ], + "Watch Now": [ + "Vea Ahora" + ], + "Themes": [ + "Temas" + ], + "There's nothing here!": [ + "\u00a1No hay nada aqu\u00ed!" + ], + "Settings and Performance": [ + "Configuraci\u00f3n y Rendimiento" + ], + "Customize & fine-tune your site.": [ + "Personalice y ajuste su sitio web." + ], + "Manage Settings": [ + "Administrar Configuraciones" + ], + "Manage your site settings. You can ajdust automatic updates, comments, revisions and more.": [ + "Administre la configuraci\u00f3n de su sitio web. Es posible ajustar actualizaciones autom\u00e1ticas, comentarios, revisiones y m\u00e1s." + ], + "Manage site performance and caching settings as well as clear the site cache.": [ + "Administre el rendimiento del sitio web y la configuraci\u00f3n de almacenamiento en cach\u00e9, as\u00ed como borre el cach\u00e9 del sitio web." + ], + "Visit Marketplace": [ + "Visite al Sitio de Com\u00e9rcio en L\u00ednea" + ], + "Add site services, themes or plugins from the marketplace.": [ + "A\u00f1ada servicios de sitio web, temas o plugins desde el sitio de com\u00e9rcio en l\u00ednea." + ], + "Website Content": [ + "Contenido del Sitio Web" + ], + "Create, manage & sort your story.": [ + "Cree, administre y ordene su historia." + ], + "New Post": [ + "Nueva publicaci\u00f3n" + ], + "Write a new blog post.": [ + "Escriba una nueva publicaci\u00f3n de blog." + ], + "Pages": [ + "P\u00e1ginas" + ], + "New Page": [ + "Nueva P\u00e1gina" + ], + "Add fresh pages to your website.": [ + "A\u00f1ada p\u00e1ginas nuevas a su sitio web." + ], + "Categories": [ + "Categor\u00edas" + ], + "Manage Categories": [ + "Administre las Categor\u00edas" + ], + "Organize existing content into categories.": [ + "Organice el contenido existente en categor\u00edas." + ], + "Web Hosting": [ + "Hosting" + ], + "Access & manage your HostGator account.": [ + "Acceda y administre su cuenta HostGator." + ], + "Manage Sites": [ + "Administre Sitios Web" + ], + "Manage your site from the control panel. You can create backups, set security, and improve performance.": [ + "Administre su sitio web desde el panel de control. Es posible crear copias de seguridad, configurar la seguridad y mejorar el rendimiento." + ], + "Email": [ + "Correo Electr\u00f3nico" + ], + "Manage Email": [ + "Administre el Correo Electr\u00f3nico" + ], + "Create email accounts, compose, send, and receive your email from the control panel.": [ + "Cree cuentas de correo electr\u00f3nico, redacte, env\u00ede y reciba su correo electr\u00f3nico desde el panel de control." + ], + "Domains": [ + "Dominios" + ], + "Find a Domain": [ + "Encuentre un Dominio" + ], + "Find a new domain and assign it to your site or start a new site with a fresh domain.": [ + "Encuentre un nuevo dominio y as\u00edgnelo a su sitio web o inicie un nuevo sitio web con un dominio nuevo." + ], + "Get Help": [ + "Obtenga Ayuda" + ], + "24\/7\/365 support. We work when you work.": [ + "Soporte 24\/7\/365. Trabajamos cuando usted trabaja." + ], + "Disabled": [ + "Deshabilitado" + ], + "No cache enabled.": [ + "Sin cach\u00e9 habilitado." + ], + "Not recommended.": [ + "No recomendado." + ], + "Assets Only": [ + "Solo activos" + ], + "Cache static assets like images and the appearance of your site for 1 hour.": [ + "Almacene en cach\u00e9 activos est\u00e1ticos como im\u00e1genes y la apariencia de su sitio web durante 1 hora." + ], + "Recommended for ecommerce and sites that update frequently or display info in real-time.": [ + "Recomendado para comercio electr\u00f3nico y sitios web que se actualizan con frecuencia o muestran informaci\u00f3n en tiempo real." + ], + "Cache enabled for assets only.": [ + "Cach\u00e9 habilitada solo para activos." + ], + "Assets & Web Pages": [ + "Activos y P\u00e1ginas Web" + ], + "Cache static assets for 24 hours and web pages for 2 hours.": [ + "Cach\u00e9 activos est\u00e1ticos durante 24 horas y p\u00e1ginas web durante 2 horas." + ], + "Recommended for blogs, educational sites, and sites that update at least weekly.": [ + "Recomendado para blogs, sitios web educativos y sitios web que se actualizan al menos semanalmente." + ], + "Cache enabled for assets and pages.": [ + "Cach\u00e9 habilitada para activos y p\u00e1ginas." + ], + "Assets & Web Pages - Extended": [ + "Activos y P\u00e1ginas Web - Extendidos" + ], + "Cache enabled for assets and pages (extended).": [ + "Cach\u00e9 habilitada para recursos y p\u00e1ginas (extendido)." + ], + "Clear Cache": [ + "Limpiar Cach\u00e9" + ], + "Cache cleared": [ + "Cach\u00e9 Borrado" + ], + "Clear All Cache Now": [ + "Limpiar Todo Cach\u00e9 Ahora" + ], + "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors.": [ + "Aumente la velocidad y el rendimiento almacenando una copia del contenido, los archivos y las im\u00e1genes de su sitio web en l\u00ednea para que las p\u00e1ginas de su sitio web se carguen m\u00e1s r\u00e1pido para sus visitantes." + ], + "Plugins": [ + "Plugins" + ], + "Automatic Updates": [ + "Actualizaciones Autom\u00e1ticas" + ], + "Disable comments for older posts": [ + "Deshabilitar comentarios para publicaciones antiguas" + ], + "Comments on posts are disabled after ": [ + "Los comentarios sobre los mensajes est\u00e1n desactivados despu\u00e9s de " + ], + " day.": [ + " d\u00eda.", + " d\u00edas." + ], + "Close comments after ": [ + "Cerrar comentarios despu\u00e9s de " + ], + "Posts will display ": [ + "Las publicaciones se mostrar\u00e1n " + ], + " comment at a time.": [ + " comentario a la vez.", + " comentarios a la vez." + ], + "Display ": [ + "Mostrar " + ], + "Comments": [ + "Comentarios" + ], + " revision.": [ + " revisi\u00f3n.", + " revisiones." + ], + "The trash will automatically empty every ": [ + "La papelera se vac\u00eda autom\u00e1ticamente cada " + ], + " week.": [ + " semana.", + " semanas." + ], + "Content Options": [ + "Opciones de Contenido" + ], + "Controls for content revisions and how often to empty the trash.": [ + "Controles para revisiones de contenido y con qu\u00e9 frecuencia vaciar la papelera." + ], + "Store": [ + "" + ], + "Staging": [ + "" + ], + "Cache static assets for 1 week and web pages for 8 hours.": [ + "" + ], + "Cache Level": [ + "" + ], + "Pages & Posts": [ + "" + ], + "Hostgator WordPress Plugin": [ + "" + ], + "HostGator Account": [ + "" + ], + "Products & Services": [ + "" + ], + "Sales & Promotions": [ + "" + ], + "Payments": [ + "" + ], + "Store Details": [ + "" + ], + "We are available 24\/7 to help answer questions and solve your problems.": [ + "" + ], + "More": [ + "" + ], + "Manage Domain": [ + "" + ], + "Explore our featured collection of tools and services.": [ + "" + ], + "Oops, there was an error loading the marketplace, please try again later.": [ + "" + ], + "Sorry, no marketplace items. Please, try again later.": [ + "" + ], + "Load More": [ + "" + ], + "Products": [ + "" + ], + "Showcase physical and digital goods, product variations, and custom configurations.": [ + "" + ], + "View all ": [ + "" + ], + "Add New": [ + "" + ], + "Blog Posts": [ + "" + ], + "Add a new blog post or edit your existing posts.": [ + "" + ], + "Bookings & Appointments": [ + "" + ], + "Add your list of services, setup a booking calendar, and edit your bookings form.": [ + "" + ], + "Your site is not live.": [ + "" + ], + "Your site is live.": [ + "" + ], + "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit ": [ + "" + ], + "\"Settings\"": [ + "" + ], + " to set your site live.": [ + "" + ], + "Visitors to your site will see all your publicly published pages.": [ + "" + ], + "Site Pages": [ + "" + ], + "Edit your homepage and other existing pages or add new pages to your site.": [ + "" + ], + "Every page load is fresh.": [ + "" + ], + "Recommended for sites that update a few times a month or less like porfolios or brochure sites.": [ + "" + ], + "Cache setting saved": [ + "" + ], + "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh.": [ + "" + ], + "This is where you can manage cache settings for your website.": [ + "" + ], + "Manage All Updates": [ + "" + ], + "WordPress Core": [ + "" + ], + "Keeping automatic updates on ensures timely security fixes and the latest features.": [ + "" + ], + "Oops! Something went wrong. Please try again.": [ + "" + ], + "Site Status": [ + "" + ], + "Not Live": [ + "" + ], + "Live": [ + "" + ], + "Coming Soon page": [ + "" + ], + "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen.": [ + "" + ], + "Your website is currently displaying a \"Coming Soon\" page.": [ + "" + ], + "Comments setting saved ": [ + "" + ], + "Comments setting saved.": [ + "" + ], + " comments per page.": [ + "" + ], + "Comments allow visitors to provide feedback and respond to your posts or pages.": [ + "" + ], + "Post revision setting saved ": [ + "" + ], + "Posts will save ": [ + "" + ], + "Number of revisions posts can save ": [ + "" + ], + "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take ": [ + "" + ], + " step back.": [ + "" + ], + "Trash setting saved ": [ + "" + ], + "Trash emptying frequency ": [ + "" + ], + "This is where you can manage common settings for your website.": [ + "" + ], + "Cancel": [ + "" + ], + "Clone": [ + "" + ], + "Confirm Clone Action": [ + "" + ], + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?": [ + "" + ], + "Cloned to Staging": [ + "" + ], + "Cloning production to staging, this should take about a minute.": [ + "" + ], + "Clone to staging": [ + "" + ], + "Created": [ + "" + ], + "Staging Created": [ + "" + ], + "Creating a staging site, this should take about a minute.": [ + "" + ], + "Create staging site": [ + "" + ], + "Currently editing": [ + "" + ], + "Delete": [ + "" + ], + "Confirm Delete": [ + "" + ], + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost.": [ + "" + ], + "Deleted Staging": [ + "" + ], + "Deleting the staging site, this should take about a minute.": [ + "" + ], + "Delete Staging Site": [ + "" + ], + "Deploy": [ + "" + ], + "Deploy all changes": [ + "" + ], + "Confirm Deployment": [ + "" + ], + "Deploy database only": [ + "" + ], + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?": [ + "" + ], + "Deploy files only": [ + "" + ], + "Deployed": [ + "" + ], + "Deploying from staging to production, this should take about a minute.": [ + "" + ], + "Deploy Site": [ + "" + ], + "Error": [ + "" + ], + "Not currently editing": [ + "" + ], + "Proceed": [ + "" + ], + "Production Site": [ + "" + ], + "Staging Site": [ + "" + ], + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.": [ + "" + ], + "Switch": [ + "" + ], + "Switching": [ + "" + ], + "Switch to Production": [ + "" + ], + "This will navigate you to the production environment": [ + "" + ], + "Loading the production environment now.": [ + "" + ], + "Switching to the production environment, this should take about a minute.": [ + "" + ], + "Switch to Staging": [ + "" + ], + "This will navigate you to the staging environment": [ + "" + ], + "Loading the staging environment now.": [ + "" + ], + "Switching to the staging environment, this should take about a minute.": [ + "" + ], + "An unknown error has occurred.": [ + "" + ], + "Working\u2026": [ + "" + ] + } + } +} \ No newline at end of file diff --git a/languages/wp-plugin-hostgator-es_MX-6754b94c301a2874d64de27b8b37f8dd.json b/languages/wp-plugin-hostgator-es_MX-6754b94c301a2874d64de27b8b37f8dd.json new file mode 100644 index 00000000..81d46636 --- /dev/null +++ b/languages/wp-plugin-hostgator-es_MX-6754b94c301a2874d64de27b8b37f8dd.json @@ -0,0 +1,607 @@ +{ + "translation-revision-date": "2023-08-24 18:27", + "generator": "WP-CLI\/2.10.0", + "source": "build\/2.8.0\/index.js", + "domain": "messages", + "locale_data": { + "messages": { + "": { + "domain": "messages", + "lang": "es_MX", + "plural-forms": "nplurals=2; plural=(n != 1);" + }, + "Home": [ + "Pagina principal" + ], + "Marketplace": [ + "Mercado en L\u00ednea" + ], + "Performance": [ + "Rendimiento" + ], + "Settings": [ + "Configuraciones" + ], + "Help": [ + "Ayuda" + ], + "Oh No, An Error!": [ + "\u00a1Oh no, un error!" + ], + "You found an error, please refresh the page and try again!": [ + "Ha encontrado un error, \u00a1actualice la p\u00e1gina e int\u00e9ntalo de nuevo!" + ], + "If the error persists, please contact support.": [ + "Si persiste el error, p\u00f3ngase en contacto con el soporte." + ], + " Error code: ": [ + " C\u00f3digo de error: " + ], + "Phone": [ + "Tel\u00e9fono" + ], + "Give us a ring at (866) 96-GATOR": [ + "Ll\u00e1menos al (866) 96-GATOR" + ], + "Call Us": [ + "Ll\u00e1menos" + ], + "Chat": [ + "Chat" + ], + "Have a question? We're here 24\/7\/365": [ + "\u00bfTiene alguna pregunta? Estamos aqu\u00ed 24\/7\/365" + ], + "Live Chat": [ + "Chat En Vivo" + ], + "Tweet": [ + "Tweet" + ], + "Tweet us at @hgsupport for support": [ + "Env\u00edenos un tweet a @hgsupport para obtener ayuda" + ], + "Tweet Us": [ + "Env\u00edenos un tweet" + ], + "Knowledge Base": [ + "Base de Conocimientos" + ], + "Know what the pros know.": [ + "Sepa lo que saben los profesionales." + ], + "Find Answers": [ + "Encontre Respuestas" + ], + "Blog": [ + "Blog" + ], + "Get our tips and in-depth articles.": [ + "Obtenga nuestros consejos y art\u00edculos detallados." + ], + "Learn Stuff": [ + "Aprenda Cosas" + ], + "Video Tutorials": [ + "Tutoriales en V\u00eddeo" + ], + "Step-by-step tutorials and additional guides.": [ + "Tutoriales paso a paso y gu\u00edas adicionales." + ], + "Watch Now": [ + "Vea Ahora" + ], + "Themes": [ + "Temas" + ], + "There's nothing here!": [ + "\u00a1No hay nada aqu\u00ed!" + ], + "Settings and Performance": [ + "Configuraci\u00f3n y Rendimiento" + ], + "Customize & fine-tune your site.": [ + "Personalice y ajuste su sitio web." + ], + "Manage Settings": [ + "Administrar Configuraciones" + ], + "Manage your site settings. You can ajdust automatic updates, comments, revisions and more.": [ + "Administre la configuraci\u00f3n de su sitio web. Es posible ajustar actualizaciones autom\u00e1ticas, comentarios, revisiones y m\u00e1s." + ], + "Manage site performance and caching settings as well as clear the site cache.": [ + "Administre el rendimiento del sitio web y la configuraci\u00f3n de almacenamiento en cach\u00e9, as\u00ed como borre el cach\u00e9 del sitio web." + ], + "Visit Marketplace": [ + "Visite al Sitio de Com\u00e9rcio en L\u00ednea" + ], + "Add site services, themes or plugins from the marketplace.": [ + "A\u00f1ada servicios de sitio web, temas o plugins desde el sitio de com\u00e9rcio en l\u00ednea." + ], + "Website Content": [ + "Contenido del Sitio Web" + ], + "Create, manage & sort your story.": [ + "Cree, administre y ordene su historia." + ], + "New Post": [ + "Nueva publicaci\u00f3n" + ], + "Write a new blog post.": [ + "Escriba una nueva publicaci\u00f3n de blog." + ], + "Pages": [ + "P\u00e1ginas" + ], + "New Page": [ + "Nueva P\u00e1gina" + ], + "Add fresh pages to your website.": [ + "A\u00f1ada p\u00e1ginas nuevas a su sitio web." + ], + "Categories": [ + "Categor\u00edas" + ], + "Manage Categories": [ + "Administre las Categor\u00edas" + ], + "Organize existing content into categories.": [ + "Organice el contenido existente en categor\u00edas." + ], + "Web Hosting": [ + "Hosting" + ], + "Access & manage your HostGator account.": [ + "Acceda y administre su cuenta HostGator." + ], + "Manage Sites": [ + "Administre Sitios Web" + ], + "Manage your site from the control panel. You can create backups, set security, and improve performance.": [ + "Administre su sitio web desde el panel de control. Es posible crear copias de seguridad, configurar la seguridad y mejorar el rendimiento." + ], + "Email": [ + "Correo Electr\u00f3nico" + ], + "Manage Email": [ + "Administre el Correo Electr\u00f3nico" + ], + "Create email accounts, compose, send, and receive your email from the control panel.": [ + "Cree cuentas de correo electr\u00f3nico, redacte, env\u00ede y reciba su correo electr\u00f3nico desde el panel de control." + ], + "Domains": [ + "Dominios" + ], + "Find a Domain": [ + "Encuentre un Dominio" + ], + "Find a new domain and assign it to your site or start a new site with a fresh domain.": [ + "Encuentre un nuevo dominio y as\u00edgnelo a su sitio web o inicie un nuevo sitio web con un dominio nuevo." + ], + "Get Help": [ + "Obtenga Ayuda" + ], + "24\/7\/365 support. We work when you work.": [ + "Soporte 24\/7\/365. Trabajamos cuando usted trabaja." + ], + "Disabled": [ + "Deshabilitado" + ], + "No cache enabled.": [ + "Sin cach\u00e9 habilitado." + ], + "Not recommended.": [ + "No recomendado." + ], + "Assets Only": [ + "Solo activos" + ], + "Cache static assets like images and the appearance of your site for 1 hour.": [ + "Almacene en cach\u00e9 activos est\u00e1ticos como im\u00e1genes y la apariencia de su sitio web durante 1 hora." + ], + "Recommended for ecommerce and sites that update frequently or display info in real-time.": [ + "Recomendado para comercio electr\u00f3nico y sitios web que se actualizan con frecuencia o muestran informaci\u00f3n en tiempo real." + ], + "Cache enabled for assets only.": [ + "Cach\u00e9 habilitada solo para activos." + ], + "Assets & Web Pages": [ + "Activos y P\u00e1ginas Web" + ], + "Cache static assets for 24 hours and web pages for 2 hours.": [ + "Cach\u00e9 activos est\u00e1ticos durante 24 horas y p\u00e1ginas web durante 2 horas." + ], + "Recommended for blogs, educational sites, and sites that update at least weekly.": [ + "Recomendado para blogs, sitios web educativos y sitios web que se actualizan al menos semanalmente." + ], + "Cache enabled for assets and pages.": [ + "Cach\u00e9 habilitada para activos y p\u00e1ginas." + ], + "Assets & Web Pages - Extended": [ + "Activos y P\u00e1ginas Web - Extendidos" + ], + "Cache enabled for assets and pages (extended).": [ + "Cach\u00e9 habilitada para recursos y p\u00e1ginas (extendido)." + ], + "Clear Cache": [ + "Limpiar Cach\u00e9" + ], + "Cache cleared": [ + "Cach\u00e9 Borrado" + ], + "Clear All Cache Now": [ + "Limpiar Todo Cach\u00e9 Ahora" + ], + "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors.": [ + "Aumente la velocidad y el rendimiento almacenando una copia del contenido, los archivos y las im\u00e1genes de su sitio web en l\u00ednea para que las p\u00e1ginas de su sitio web se carguen m\u00e1s r\u00e1pido para sus visitantes." + ], + "Plugins": [ + "Plugins" + ], + "Automatic Updates": [ + "Actualizaciones Autom\u00e1ticas" + ], + "Disable comments for older posts": [ + "Deshabilitar comentarios para publicaciones antiguas" + ], + "Comments on posts are disabled after ": [ + "Los comentarios sobre los mensajes est\u00e1n desactivados despu\u00e9s de " + ], + " day.": [ + " d\u00eda.", + " d\u00edas." + ], + "Close comments after ": [ + "Cerrar comentarios despu\u00e9s de " + ], + "Posts will display ": [ + "Las publicaciones se mostrar\u00e1n " + ], + " comment at a time.": [ + " comentario a la vez.", + " comentarios a la vez." + ], + "Display ": [ + "Mostrar " + ], + "Comments": [ + "Comentarios" + ], + " revision.": [ + " revisi\u00f3n.", + " revisiones." + ], + "The trash will automatically empty every ": [ + "La papelera se vac\u00eda autom\u00e1ticamente cada " + ], + " week.": [ + " semana.", + " semanas." + ], + "Content Options": [ + "Opciones de Contenido" + ], + "Controls for content revisions and how often to empty the trash.": [ + "Controles para revisiones de contenido y con qu\u00e9 frecuencia vaciar la papelera." + ], + "Store": [ + "" + ], + "Staging": [ + "" + ], + "Cache static assets for 1 week and web pages for 8 hours.": [ + "" + ], + "Cache Level": [ + "" + ], + "Pages & Posts": [ + "" + ], + "Hostgator WordPress Plugin": [ + "" + ], + "HostGator Account": [ + "" + ], + "Products & Services": [ + "" + ], + "Sales & Promotions": [ + "" + ], + "Payments": [ + "" + ], + "Store Details": [ + "" + ], + "We are available 24\/7 to help answer questions and solve your problems.": [ + "" + ], + "More": [ + "" + ], + "Manage Domain": [ + "" + ], + "Explore our featured collection of tools and services.": [ + "" + ], + "Oops, there was an error loading the marketplace, please try again later.": [ + "" + ], + "Sorry, no marketplace items. Please, try again later.": [ + "" + ], + "Load More": [ + "" + ], + "Products": [ + "" + ], + "Showcase physical and digital goods, product variations, and custom configurations.": [ + "" + ], + "View all ": [ + "" + ], + "Add New": [ + "" + ], + "Blog Posts": [ + "" + ], + "Add a new blog post or edit your existing posts.": [ + "" + ], + "Bookings & Appointments": [ + "" + ], + "Add your list of services, setup a booking calendar, and edit your bookings form.": [ + "" + ], + "Your site is not live.": [ + "" + ], + "Your site is live.": [ + "" + ], + "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit ": [ + "" + ], + "\"Settings\"": [ + "" + ], + " to set your site live.": [ + "" + ], + "Visitors to your site will see all your publicly published pages.": [ + "" + ], + "Site Pages": [ + "" + ], + "Edit your homepage and other existing pages or add new pages to your site.": [ + "" + ], + "Every page load is fresh.": [ + "" + ], + "Recommended for sites that update a few times a month or less like porfolios or brochure sites.": [ + "" + ], + "Cache setting saved": [ + "" + ], + "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh.": [ + "" + ], + "This is where you can manage cache settings for your website.": [ + "" + ], + "Manage All Updates": [ + "" + ], + "WordPress Core": [ + "" + ], + "Keeping automatic updates on ensures timely security fixes and the latest features.": [ + "" + ], + "Oops! Something went wrong. Please try again.": [ + "" + ], + "Site Status": [ + "" + ], + "Not Live": [ + "" + ], + "Live": [ + "" + ], + "Coming Soon page": [ + "" + ], + "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen.": [ + "" + ], + "Your website is currently displaying a \"Coming Soon\" page.": [ + "" + ], + "Comments setting saved ": [ + "" + ], + "Comments setting saved.": [ + "" + ], + " comments per page.": [ + "" + ], + "Comments allow visitors to provide feedback and respond to your posts or pages.": [ + "" + ], + "Post revision setting saved ": [ + "" + ], + "Posts will save ": [ + "" + ], + "Number of revisions posts can save ": [ + "" + ], + "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take ": [ + "" + ], + " step back.": [ + "" + ], + "Trash setting saved ": [ + "" + ], + "Trash emptying frequency ": [ + "" + ], + "This is where you can manage common settings for your website.": [ + "" + ], + "Cancel": [ + "" + ], + "Clone": [ + "" + ], + "Confirm Clone Action": [ + "" + ], + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?": [ + "" + ], + "Cloned to Staging": [ + "" + ], + "Cloning production to staging, this should take about a minute.": [ + "" + ], + "Clone to staging": [ + "" + ], + "Created": [ + "" + ], + "Staging Created": [ + "" + ], + "Creating a staging site, this should take about a minute.": [ + "" + ], + "Create staging site": [ + "" + ], + "Currently editing": [ + "" + ], + "Delete": [ + "" + ], + "Confirm Delete": [ + "" + ], + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost.": [ + "" + ], + "Deleted Staging": [ + "" + ], + "Deleting the staging site, this should take about a minute.": [ + "" + ], + "Delete Staging Site": [ + "" + ], + "Deploy": [ + "" + ], + "Deploy all changes": [ + "" + ], + "Confirm Deployment": [ + "" + ], + "Deploy database only": [ + "" + ], + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?": [ + "" + ], + "Deploy files only": [ + "" + ], + "Deployed": [ + "" + ], + "Deploying from staging to production, this should take about a minute.": [ + "" + ], + "Deploy Site": [ + "" + ], + "Error": [ + "" + ], + "Not currently editing": [ + "" + ], + "Proceed": [ + "" + ], + "Production Site": [ + "" + ], + "Staging Site": [ + "" + ], + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.": [ + "" + ], + "Switch": [ + "" + ], + "Switching": [ + "" + ], + "Switch to Production": [ + "" + ], + "This will navigate you to the production environment": [ + "" + ], + "Loading the production environment now.": [ + "" + ], + "Switching to the production environment, this should take about a minute.": [ + "" + ], + "Switch to Staging": [ + "" + ], + "This will navigate you to the staging environment": [ + "" + ], + "Loading the staging environment now.": [ + "" + ], + "Switching to the staging environment, this should take about a minute.": [ + "" + ], + "An unknown error has occurred.": [ + "" + ], + "Working\u2026": [ + "" + ] + } + } +} \ No newline at end of file diff --git a/languages/wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json b/languages/wp-plugin-hostgator-es_MX-e8aa616dacb56eb63c98b8e6d8356f48.json similarity index 99% rename from languages/wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json rename to languages/wp-plugin-hostgator-es_MX-e8aa616dacb56eb63c98b8e6d8356f48.json index 92f32818..994302b6 100644 --- a/languages/wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json +++ b/languages/wp-plugin-hostgator-es_MX-e8aa616dacb56eb63c98b8e6d8356f48.json @@ -1,7 +1,7 @@ { "translation-revision-date": "2023-08-24 18:27", "generator": "WP-CLI\/2.10.0", - "source": "build\/2.10.3\/index.js", + "source": "build\/2.10.1\/index.js", "domain": "messages", "locale_data": { "messages": { diff --git a/languages/wp-plugin-hostgator-es_MX.po b/languages/wp-plugin-hostgator-es_MX.po index d60de329..7afa4726 100644 --- a/languages/wp-plugin-hostgator-es_MX.po +++ b/languages/wp-plugin-hostgator-es_MX.po @@ -79,28 +79,38 @@ msgstr "Obtener una vista previa de la próxima página de destino" #: inc/Admin.php:64 #: inc/Admin.php:346 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Home" msgstr "Pagina principal" #: inc/Admin.php:73 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Marketplace" msgstr "Mercado en Línea" #: inc/Admin.php:78 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Performance" msgstr "Rendimiento" #: inc/Admin.php:82 #: inc/Admin.php:347 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Settings" msgstr "Configuraciones" #: inc/Admin.php:91 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Help" msgstr "Ayuda" @@ -170,369 +180,547 @@ msgstr "Actualizaciones automáticas habilitadas en la página ConfiguraciónHostGa msgid "Auto-updates enabled" msgstr "Atualizações automáticas habilitadas" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Oh No, An Error!" msgstr "Oh, Não, Um Erro!" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "You found an error, please refresh the page and try again!" msgstr "Você encontrou um erro, por favor atualize a página e tente novamente!" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "If the error persists, please contact support." msgstr "Se o erro persistir, por favor contate o suporte." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " Error code: " msgstr " Código de erro: " -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Phone" msgstr "Telefone" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Give us a ring at (866) 96-GATOR" msgstr "Ligue para nós" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Call Us" msgstr "Ligue para nós" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Chat" msgstr "Chat" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Have a question? We're here 24/7/365" msgstr "Tem uma dúvida? Estamos aqui 24/7" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Live Chat" msgstr "Chat ao Vivo" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Tweet" msgstr "Tweet" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Tweet us at @hgsupport for support" msgstr "Envie um tweet para @hgsupport para suporte" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Tweet Us" msgstr "Tweet-nos" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Knowledge Base" msgstr "Base de Conhecimento" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Know what the pros know." msgstr "Saiba o que os profissionais sabem." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Find Answers" msgstr "Encontre Respostas" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Blog" msgstr "Blog" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Get our tips and in-depth articles." msgstr "Receba nossas dicas e artigos detalhados." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Learn Stuff" msgstr "Aprenda Coisas" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Video Tutorials" msgstr "Vídeos Tutoriais" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Step-by-step tutorials and additional guides." msgstr "Tutoriais passo a passo e guias adicionais." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Watch Now" msgstr "Assista Agora" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "There's nothing here!" msgstr "Não há nada aqui!" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Settings and Performance" msgstr "Configurações e Desempenho" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Customize & fine-tune your site." msgstr "Personalize & ajuste seu site." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage Settings" msgstr "Gerenciar Configurações" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage your site settings. You can ajdust automatic updates, comments, revisions and more." msgstr "Gerencie as configurações do seu site. Você pode ajustar atualizações automáticas, comentários, revisões e muito mais." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage site performance and caching settings as well as clear the site cache." msgstr "Gerencie o desempenho do site e as configurações de cache, bem como limpe o cache do site." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Visit Marketplace" msgstr "Visite o Mercado" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Add site services, themes or plugins from the marketplace." msgstr "Adicione serviços de site, temas ou plugins da loja." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Website Content" msgstr "Conteúdo do Site" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Create, manage & sort your story." msgstr "Crie, gerencie e classifique seu conteúdo." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "New Post" msgstr "Nova postagem" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Write a new blog post." msgstr "Escreva uma nova postagem no blog." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Pages" msgstr "Páginas" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "New Page" msgstr "Nova Página" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Add fresh pages to your website." msgstr "Adicione novas páginas ao seu site." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Categories" msgstr "Categorias" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage Categories" msgstr "Gerenciar Categorias" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Organize existing content into categories." msgstr "Organize o conteúdo existente em categorias." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Web Hosting" msgstr "Hospedagem de Sites" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Access & manage your HostGator account." msgstr "Acesse & gerencie sua conta HostGator." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage Sites" msgstr "Gerenciar Sites" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage your site from the control panel. You can create backups, set security, and improve performance." msgstr "Gerencie seu site a partir do painel de controle. Você pode criar backups, definir a segurança e melhorar o desempenho." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Email" msgstr "E-mail" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage Email" msgstr "Gerenciar E-mail" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Create email accounts, compose, send, and receive your email from the control panel." msgstr "Crie contas de e-mail, componha, envie e receba seu e-mail no painel de controle." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Domains" msgstr "Domínios" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Find a Domain" msgstr "Encontre um Domínio" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Find a new domain and assign it to your site or start a new site with a fresh domain." msgstr "Encontre um novo domínio e atribua-o ao seu site ou inicie um novo site com um novo domínio." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Get Help" msgstr "Obter Ajuda" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "24/7/365 support. We work when you work." msgstr "Suporte 24/7/365. Nós trabalhamos quando você trabalha." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "No cache enabled." msgstr "Nenhum cache ativado." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Disabled" msgstr "Desativado" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Not recommended." msgstr "Não recomendado." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache static assets like images and the appearance of your site for 1 hour." msgstr "Recurso de caches estáticos, como imagens e a aparência do seu site, por 1 hora." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Assets Only" msgstr "Somente Recursos" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache enabled for assets only." msgstr "Cache ativado apenas para recursos." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Recommended for ecommerce and sites that update frequently or display info in real-time." msgstr "Recomendado para comércio eletrônico e sites que são atualizados com frequência ou exibem informações em tempo real." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache static assets for 24 hours and web pages for 2 hours." msgstr "Recurso de caches estáticos por 24 horas e páginas da web por 2 horas." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Assets & Web Pages" msgstr "Recursos & Páginas da Web" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache enabled for assets and pages." msgstr "Cache ativado para ativos e páginas." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Recommended for blogs, educational sites, and sites that update at least weekly." msgstr "Recomendado para blogs, sites educacionais e sites que são atualizados pelo menos uma vez por semana." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache static assets for 1 week and web pages for 8 hours." msgstr "Recurso de caches estáticos por 1 semana e páginas da web por 8 horas." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Assets & Web Pages - Extended" msgstr "Recursos & Páginas da Web - Estendido" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache enabled for assets and pages (extended)." msgstr "Cache ativado para recursos e páginas (estendido)." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors." msgstr "Aumente a velocidade e o desempenho armazenando uma cópia do conteúdo, arquivos e imagens do seu site on-line para que as páginas do seu site sejam carregadas mais rapidamente para seus visitantes." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache Level" msgstr "Levels de Cache" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Clear All Cache Now" msgstr "Limpar Todo o Cache Agora" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache cleared" msgstr "Cache limpo" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Clear Cache" msgstr "Limpar Cache" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Plugins" msgstr "Plugins" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Themes" msgstr "Temas" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Automatic Updates" msgstr "Atualizações Automáticas" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Disable comments for older posts" msgstr "Desabilitar comentários de postagens mais antigas" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Comments on posts are disabled after " msgstr "Os comentários em postagens são desativados após " -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " day." msgid_plural " days." msgstr[0] " dia." msgstr[1] " dias." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Close comments after " msgstr "Fechar comentários após " -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Posts will display " msgstr "As postagens serão exibidas " -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " comment at a time." msgid_plural " comments at a time." msgstr[0] " comentário por vez." msgstr[1] " comentários por vez." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Display " msgstr "Exibir " -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Comments" msgstr "Comentários" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " revision." msgid_plural " revisions." msgstr[0] " revisão." msgstr[1] " revisões." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "The trash will automatically empty every " msgstr "A lixeira será automaticamente vazia a cada " -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " week." msgid_plural " weeks." msgstr[0] " semana." msgstr[1] " semanas." -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Content Options" msgstr "Opções de Conteúdo" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Controls for content revisions and how often to empty the trash." msgstr "Controles para revisões de conteúdo e com que frequência esvaziar a lixeira." @@ -549,456 +737,660 @@ msgid "Why choose HostGator for your WordPress site?" msgstr "" #: inc/Admin.php:67 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Pages & Posts" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Hostgator WordPress Plugin" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "HostGator Account" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Products & Services" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Sales & Promotions" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Payments" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Store Details" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "Admin" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "Secret page to manage admin features and settings." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "We are available 24/7 to help answer questions and solve your problems." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "More" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage Domain" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Explore our featured collection of tools and services." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Oops, there was an error loading the marketplace, please try again later." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Sorry, no marketplace items. Please, try again later." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Load More" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "Oops! Something Went Wrong" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "An error occurred while loading the content. Please try again later." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Products" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Showcase physical and digital goods, product variations, and custom configurations." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "View all " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Add New" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Blog Posts" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Add a new blog post or edit your existing posts." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Bookings & Appointments" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Add your list of services, setup a booking calendar, and edit your bookings form." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Your site is not live." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Your site is live." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "\"Settings\"" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " to set your site live." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Visitors to your site will see all your publicly published pages." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Site Pages" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Edit your homepage and other existing pages or add new pages to your site." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Every page load is fresh." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Recommended for sites that update a few times a month or less like porfolios or brochure sites." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache setting saved" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This is where you can manage cache settings for your website." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage All Updates" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "WordPress Core" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Keeping automatic updates on ensures timely security fixes and the latest features." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Oops! Something went wrong. Please try again." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Site Status" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Not Live" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Live" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Coming Soon page" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Your website is currently displaying a \"Coming Soon\" page." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Comments setting saved " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Comments setting saved." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " comments per page." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Comments allow visitors to provide feedback and respond to your posts or pages." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Post revision setting saved " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Posts will save " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Number of revisions posts can save " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " step back." msgid_plural " steps back." msgstr[0] "" msgstr[1] "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Trash setting saved " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Trash emptying frequency " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "The Help Center provides guided, step-by-step assistance as you build your site." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "Sorry, that is not allowed." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "This feature cannot currently be modified." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This is where you can manage common settings for your website." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "Features" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "The performance feature provides improvements to loads faster for visitors including cache settings." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "The staging feature provides a way to copy a site to test new updates, features or content." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.10.1/index.js:1 msgid "Wonder Blocks provides a library of customizable block patterns and page templates." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cancel" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Clone" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Confirm Clone Action" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cloned to Staging" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cloning production to staging, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Clone to staging" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Created" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Staging Created" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Creating a staging site, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Create staging site" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Currently editing" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Delete" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Confirm Delete" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deleted Staging" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deleting the staging site, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Delete Staging Site" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploy" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploy all changes" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Confirm Deployment" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploy database only" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploy files only" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deployed" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploying from staging to production, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploy Site" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Error" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Not currently editing" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Proceed" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Production Site" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Staging Site" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switch" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switching" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switch to Production" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This will navigate you to the production environment" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Loading the production environment now." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switching to the production environment, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switch to Staging" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This will navigate you to the staging environment" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Loading the staging environment now." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switching to the staging environment, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "An unknown error has occurred." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Working…" msgstr "" diff --git a/languages/wp-plugin-hostgator.pot b/languages/wp-plugin-hostgator.pot index 8d1cc7da..086ddbea 100644 --- a/languages/wp-plugin-hostgator.pot +++ b/languages/wp-plugin-hostgator.pot @@ -86,43 +86,59 @@ msgstr "" #: inc/Admin.php:64 #: inc/Admin.php:346 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Home" msgstr "" #: inc/Admin.php:67 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Pages & Posts" msgstr "" #: inc/Admin.php:70 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Store" msgstr "" #: inc/Admin.php:73 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Marketplace" msgstr "" #: inc/Admin.php:78 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Performance" msgstr "" #: inc/Admin.php:82 #: inc/Admin.php:347 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Settings" msgstr "" #: inc/Admin.php:87 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Staging" msgstr "" #: inc/Admin.php:91 -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Help" msgstr "" @@ -192,808 +208,1184 @@ msgstr "" msgid "Auto-updates enabled" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Hostgator WordPress Plugin" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Oh No, An Error!" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "You found an error, please refresh the page and try again!" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "If the error persists, please contact support." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " Error code: " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "HostGator Account" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Phone" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Give us a ring at (866) 96-GATOR" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Call Us" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Chat" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Have a question? We're here 24/7/365" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Live Chat" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Tweet" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Tweet us at @hgsupport for support" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Tweet Us" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Knowledge Base" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Know what the pros know." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Find Answers" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Blog" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Get our tips and in-depth articles." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Learn Stuff" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Video Tutorials" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Step-by-step tutorials and additional guides." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Watch Now" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "There's nothing here!" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Products & Services" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Sales & Promotions" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Payments" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Store Details" msgstr "" -#: build/2.10.3/index.js:1 -msgid "Admin" -msgstr "" - -#: build/2.10.3/index.js:1 -msgid "Secret page to manage admin features and settings." -msgstr "" - -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "We are available 24/7 to help answer questions and solve your problems." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "More" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Settings and Performance" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Customize & fine-tune your site." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage Settings" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage your site settings. You can ajdust automatic updates, comments, revisions and more." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage site performance and caching settings as well as clear the site cache." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Visit Marketplace" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Add site services, themes or plugins from the marketplace." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Website Content" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Create, manage & sort your story." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "New Post" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Write a new blog post." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Pages" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "New Page" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Add fresh pages to your website." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Categories" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage Categories" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Organize existing content into categories." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Web Hosting" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Access & manage your HostGator account." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage Sites" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage your site from the control panel. You can create backups, set security, and improve performance." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Email" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage Email" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Create email accounts, compose, send, and receive your email from the control panel." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Domains" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage Domain" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Find a Domain" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Find a new domain and assign it to your site or start a new site with a fresh domain." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Get Help" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "24/7/365 support. We work when you work." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Explore our featured collection of tools and services." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Oops, there was an error loading the marketplace, please try again later." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Sorry, no marketplace items. Please, try again later." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Load More" msgstr "" -#: build/2.10.3/index.js:1 -msgid "Oops! Something Went Wrong" -msgstr "" - -#: build/2.10.3/index.js:1 -msgid "An error occurred while loading the content. Please try again later." -msgstr "" - -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Products" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Showcase physical and digital goods, product variations, and custom configurations." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "View all " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Add New" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Blog Posts" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Add a new blog post or edit your existing posts." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Bookings & Appointments" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Add your list of services, setup a booking calendar, and edit your bookings form." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Your site is not live." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Your site is live." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "\"Settings\"" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " to set your site live." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Visitors to your site will see all your publicly published pages." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Site Pages" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Edit your homepage and other existing pages or add new pages to your site." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "No cache enabled." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Every page load is fresh." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Disabled" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Not recommended." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache static assets like images and the appearance of your site for 1 hour." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Assets Only" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache enabled for assets only." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Recommended for ecommerce and sites that update frequently or display info in real-time." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache static assets for 24 hours and web pages for 2 hours." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Assets & Web Pages" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache enabled for assets and pages." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Recommended for blogs, educational sites, and sites that update at least weekly." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache static assets for 1 week and web pages for 8 hours." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Assets & Web Pages - Extended" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache enabled for assets and pages (extended)." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Recommended for sites that update a few times a month or less like porfolios or brochure sites." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache setting saved" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache Level" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Clear All Cache Now" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cache cleared" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Clear Cache" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This is where you can manage cache settings for your website." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Manage All Updates" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "WordPress Core" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Plugins" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Themes" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Automatic Updates" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Keeping automatic updates on ensures timely security fixes and the latest features." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Oops! Something went wrong. Please try again." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Site Status" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Not Live" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Live" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Coming Soon page" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Your website is currently displaying a \"Coming Soon\" page." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Disable comments for older posts" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Comments setting saved " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Comments on posts are disabled after " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " day." msgid_plural " days." msgstr[0] "" msgstr[1] "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Close comments after " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Comments setting saved." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Posts will display " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " comment at a time." msgid_plural " comments at a time." msgstr[0] "" msgstr[1] "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Display " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " comments per page." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Comments" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Comments allow visitors to provide feedback and respond to your posts or pages." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Post revision setting saved " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Posts will save " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " revision." msgid_plural " revisions." msgstr[0] "" msgstr[1] "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Number of revisions posts can save " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " step back." msgid_plural " steps back." msgstr[0] "" msgstr[1] "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Trash setting saved " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "The trash will automatically empty every " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid " week." msgid_plural " weeks." msgstr[0] "" msgstr[1] "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Trash emptying frequency " msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Content Options" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Controls for content revisions and how often to empty the trash." msgstr "" -#: build/2.10.3/index.js:1 -msgid "The Help Center provides guided, step-by-step assistance as you build your site." -msgstr "" - -#: build/2.10.3/index.js:1 -msgid "Sorry, that is not allowed." -msgstr "" - -#: build/2.10.3/index.js:1 -msgid "This feature cannot currently be modified." -msgstr "" - -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This is where you can manage common settings for your website." msgstr "" -#: build/2.10.3/index.js:1 -msgid "Features" -msgstr "" - -#: build/2.10.3/index.js:1 -msgid "The performance feature provides improvements to loads faster for visitors including cache settings." -msgstr "" - -#: build/2.10.3/index.js:1 -msgid "The staging feature provides a way to copy a site to test new updates, features or content." -msgstr "" - -#: build/2.10.3/index.js:1 -msgid "Wonder Blocks provides a library of customizable block patterns and page templates." -msgstr "" - -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cancel" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Clone" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Confirm Clone Action" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cloned to Staging" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Cloning production to staging, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Clone to staging" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Created" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Staging Created" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Creating a staging site, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Create staging site" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Currently editing" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Delete" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Confirm Delete" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deleted Staging" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deleting the staging site, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Delete Staging Site" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploy" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploy all changes" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Confirm Deployment" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploy database only" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploy files only" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deployed" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploying from staging to production, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Deploy Site" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Error" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Not currently editing" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Proceed" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Production Site" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Staging Site" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switch" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switching" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switch to Production" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This will navigate you to the production environment" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Loading the production environment now." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switching to the production environment, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switch to Staging" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "This will navigate you to the staging environment" msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Loading the staging environment now." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Switching to the staging environment, this should take about a minute." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "An unknown error has occurred." msgstr "" -#: build/2.10.3/index.js:1 +#: build/2.7.2/index.js:1 +#: build/2.8.0/index.js:1 +#: build/2.10.1/index.js:1 msgid "Working…" msgstr "" + +#: build/2.10.1/index.js:1 +msgid "Admin" +msgstr "" + +#: build/2.10.1/index.js:1 +msgid "Secret page to manage admin features and settings." +msgstr "" + +#: build/2.10.1/index.js:1 +msgid "Oops! Something Went Wrong" +msgstr "" + +#: build/2.10.1/index.js:1 +msgid "An error occurred while loading the content. Please try again later." +msgstr "" + +#: build/2.10.1/index.js:1 +msgid "The Help Center provides guided, step-by-step assistance as you build your site." +msgstr "" + +#: build/2.10.1/index.js:1 +msgid "Sorry, that is not allowed." +msgstr "" + +#: build/2.10.1/index.js:1 +msgid "This feature cannot currently be modified." +msgstr "" + +#: build/2.10.1/index.js:1 +msgid "Features" +msgstr "" + +#: build/2.10.1/index.js:1 +msgid "The performance feature provides improvements to loads faster for visitors including cache settings." +msgstr "" + +#: build/2.10.1/index.js:1 +msgid "The staging feature provides a way to copy a site to test new updates, features or content." +msgstr "" + +#: build/2.10.1/index.js:1 +msgid "Wonder Blocks provides a library of customizable block patterns and page templates." +msgstr "" From aff801430eff4c3b22e3ff5893a97bcf5e43c987 Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 18 Jul 2024 16:58:47 -0700 Subject: [PATCH 5/5] Second attempt to fix translations --- ..._MX-7c0de67a72087a5eed9dcb646f6bf5ae.json} | 259 +--- ..._MX-8cac9d39ef273da70782ff706155e2e5.json} | 35 +- languages/wp-plugin-hostgator-es_MX.po | 915 ++++++------ ..._BR-7c0de67a72087a5eed9dcb646f6bf5ae.json} | 259 +--- ..._BR-8cac9d39ef273da70782ff706155e2e5.json} | 35 +- languages/wp-plugin-hostgator-pt_BR.po | 915 ++++++------ languages/wp-plugin-hostgator.pot | 1243 +++++++++-------- 7 files changed, 1913 insertions(+), 1748 deletions(-) rename languages/{wp-plugin-hostgator-es_MX-6754b94c301a2874d64de27b8b37f8dd.json => wp-plugin-hostgator-es_MX-7c0de67a72087a5eed9dcb646f6bf5ae.json} (64%) rename languages/{wp-plugin-hostgator-es_MX-5b68269795cbc113de7bc04a0e20cb45.json => wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json} (94%) rename languages/{wp-plugin-hostgator-pt_BR-6754b94c301a2874d64de27b8b37f8dd.json => wp-plugin-hostgator-pt_BR-7c0de67a72087a5eed9dcb646f6bf5ae.json} (63%) rename languages/{wp-plugin-hostgator-pt_BR-5b68269795cbc113de7bc04a0e20cb45.json => wp-plugin-hostgator-pt_BR-8cac9d39ef273da70782ff706155e2e5.json} (94%) diff --git a/languages/wp-plugin-hostgator-es_MX-6754b94c301a2874d64de27b8b37f8dd.json b/languages/wp-plugin-hostgator-es_MX-7c0de67a72087a5eed9dcb646f6bf5ae.json similarity index 64% rename from languages/wp-plugin-hostgator-es_MX-6754b94c301a2874d64de27b8b37f8dd.json rename to languages/wp-plugin-hostgator-es_MX-7c0de67a72087a5eed9dcb646f6bf5ae.json index 81d46636..70fca494 100644 --- a/languages/wp-plugin-hostgator-es_MX-6754b94c301a2874d64de27b8b37f8dd.json +++ b/languages/wp-plugin-hostgator-es_MX-7c0de67a72087a5eed9dcb646f6bf5ae.json @@ -1,7 +1,7 @@ { "translation-revision-date": "2023-08-24 18:27", "generator": "WP-CLI\/2.10.0", - "source": "build\/2.8.0\/index.js", + "source": "build\/1.2.9\/index.js", "domain": "messages", "locale_data": { "messages": { @@ -284,322 +284,175 @@ "Controls for content revisions and how often to empty the trash.": [ "Controles para revisiones de contenido y con qu\u00e9 frecuencia vaciar la papelera." ], - "Store": [ - "" - ], - "Staging": [ - "" - ], "Cache static assets for 1 week and web pages for 8 hours.": [ "" ], "Cache Level": [ "" ], - "Pages & Posts": [ - "" - ], - "Hostgator WordPress Plugin": [ - "" - ], - "HostGator Account": [ - "" - ], - "Products & Services": [ - "" - ], - "Sales & Promotions": [ - "" - ], - "Payments": [ - "" - ], - "Store Details": [ - "" - ], - "We are available 24\/7 to help answer questions and solve your problems.": [ - "" - ], - "More": [ - "" - ], - "Manage Domain": [ - "" - ], - "Explore our featured collection of tools and services.": [ - "" - ], - "Oops, there was an error loading the marketplace, please try again later.": [ - "" - ], - "Sorry, no marketplace items. Please, try again later.": [ - "" - ], - "Load More": [ - "" - ], - "Products": [ - "" - ], - "Showcase physical and digital goods, product variations, and custom configurations.": [ - "" - ], - "View all ": [ - "" - ], - "Add New": [ - "" - ], - "Blog Posts": [ - "" - ], - "Add a new blog post or edit your existing posts.": [ - "" - ], - "Bookings & Appointments": [ - "" - ], - "Add your list of services, setup a booking calendar, and edit your bookings form.": [ - "" - ], - "Your site is not live.": [ - "" - ], - "Your site is live.": [ - "" - ], - "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit ": [ - "" - ], - "\"Settings\"": [ - "" - ], - " to set your site live.": [ - "" - ], - "Visitors to your site will see all your publicly published pages.": [ - "" - ], - "Site Pages": [ - "" - ], - "Edit your homepage and other existing pages or add new pages to your site.": [ - "" - ], - "Every page load is fresh.": [ - "" - ], - "Recommended for sites that update a few times a month or less like porfolios or brochure sites.": [ - "" - ], - "Cache setting saved": [ - "" - ], - "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh.": [ - "" - ], - "This is where you can manage cache settings for your website.": [ - "" - ], - "Manage All Updates": [ - "" - ], - "WordPress Core": [ - "" - ], - "Keeping automatic updates on ensures timely security fixes and the latest features.": [ - "" - ], - "Oops! Something went wrong. Please try again.": [ - "" - ], - "Site Status": [ - "" - ], - "Not Live": [ - "" - ], - "Live": [ - "" - ], - "Coming Soon page": [ - "" - ], - "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen.": [ - "" - ], - "Your website is currently displaying a \"Coming Soon\" page.": [ - "" - ], - "Comments setting saved ": [ - "" - ], - "Comments setting saved.": [ - "" - ], - " comments per page.": [ + "HostGator WordPress Plugin": [ "" ], - "Comments allow visitors to provide feedback and respond to your posts or pages.": [ + "Coming soon deactivated.": [ "" ], - "Post revision setting saved ": [ + "Coming soon activated.": [ "" ], - "Posts will save ": [ + "Site Launched!": [ "" ], - "Number of revisions posts can save ": [ + "Coming Soon": [ "" ], - "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take ": [ + "Congratulations! You just successfully launched your site! Visitors will now see the site, you can easily undo this and restore the coming soon page if you are not ready.": [ "" ], - " step back.": [ + "Your site currently displays a coming soon page to visitors. Once you have finished setting up your site, be sure to launch it so your visitors can reach it.": [ "" ], - "Trash setting saved ": [ + "Launch Site": [ "" ], - "Trash emptying frequency ": [ + "Restore Coming Soon": [ "" ], - "This is where you can manage common settings for your website.": [ + "Dismiss": [ "" ], - "Cancel": [ + "Settings illustration": [ "" ], - "Clone": [ + "Website illustration": [ "" ], - "Confirm Clone Action": [ + "Hosting illustration": [ "" ], - "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?": [ + "Recommended for portfolios, brochure sites, and sites that update monthly or less often.": [ "" ], - "Cloned to Staging": [ + "Caching disabled.": [ "" ], - "Cloning production to staging, this should take about a minute.": [ + "If you\u2019ve recently updated your website, we recommend clearing the site cache. We\u2019ll fetch a fresh version of your site to cache.": [ "" ], - "Clone to staging": [ + "Performance illustration": [ "" ], - "Created": [ + "Custom auto-update settings.": [ "" ], - "Staging Created": [ + "Everything will auto-update.": [ "" ], - "Creating a staging site, this should take about a minute.": [ + "Core will not auto-update.": [ "" ], - "Create staging site": [ + "Core will auto-update.": [ "" ], - "Currently editing": [ + "Plugins will not auto-update.": [ "" ], - "Delete": [ + "Plugins will auto-update.": [ "" ], - "Confirm Delete": [ + "Theme will not auto-update.": [ "" ], - "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost.": [ + "Themes will auto-update.": [ "" ], - "Deleted Staging": [ + "Allow your site to stay updated automatically.": [ "" ], - "Deleting the staging site, this should take about a minute.": [ + "Everything": [ "" ], - "Delete Staging Site": [ + "Custom automatic update settings.": [ "" ], - "Deploy": [ + "Yay! Everything will automatically update.": [ "" ], - "Deploy all changes": [ + "Core": [ "" ], - "Confirm Deployment": [ + "WordPress must be manually updated.": [ "" ], - "Deploy database only": [ + "WordPress will automatically update.": [ "" ], - "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?": [ + "Each plugin must be manually updated.": [ "" ], - "Deploy files only": [ + "All plugins will automatically update.": [ "" ], - "Deployed": [ + "Each theme must be manually updated.": [ "" ], - "Deploying from staging to production, this should take about a minute.": [ + "All themes will automatically update.": [ "" ], - "Deploy Site": [ + "Not ready for your site to be live? Enable a \"Coming Soon\" page while you build your website for the public eye. This will disable all parts of your site and show visitors a \"coming soon\" landing page.": [ "" ], - "Error": [ + "Coming soon page is not active and site is acessible.": [ "" ], - "Not currently editing": [ + "Coming soon page is active and site is protected.": [ "" ], - "Proceed": [ + "Pro Tip: Begin collecting subscribers": [ "" ], - "Production Site": [ + "First, activate the \"Jetpack\" plugin, connect your site, and enable the \"Subscriptions\" module. Then, users can subscribe to be notified when you launch and publish new content.": [ "" ], - "Staging Site": [ + "Old post comments enabled.": [ "" ], - "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.": [ + "Old post comments disabled.": [ "" ], - "Switch": [ + "Disabled comments on posts older than ": [ "" ], - "Switching": [ + "Comments per page setting saved.": [ "" ], - "Switch to Production": [ + "Make blog post comments disabled on older posts and control how many to display.": [ "" ], - "This will navigate you to the production environment": [ + "Comments are allowed on old posts.": [ "" ], - "Loading the production environment now.": [ + "Comments on old posts are disabled.": [ "" ], - "Switching to the production environment, this should take about a minute.": [ + " comment per page.": [ "" ], - "Switch to Staging": [ + "Post revision setting saved": [ "" ], - "This will navigate you to the staging environment": [ + "Trash setting saved": [ "" ], - "Loading the staging environment now.": [ + "Keep ": [ "" ], - "Switching to the staging environment, this should take about a minute.": [ + " latest revision": [ "" ], - "An unknown error has occurred.": [ + "Posts will save ": [ "" ], - "Working\u2026": [ + "Empty trash every ": [ "" ] } diff --git a/languages/wp-plugin-hostgator-es_MX-5b68269795cbc113de7bc04a0e20cb45.json b/languages/wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json similarity index 94% rename from languages/wp-plugin-hostgator-es_MX-5b68269795cbc113de7bc04a0e20cb45.json rename to languages/wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json index b3433026..92f32818 100644 --- a/languages/wp-plugin-hostgator-es_MX-5b68269795cbc113de7bc04a0e20cb45.json +++ b/languages/wp-plugin-hostgator-es_MX-8cac9d39ef273da70782ff706155e2e5.json @@ -1,7 +1,7 @@ { "translation-revision-date": "2023-08-24 18:27", "generator": "WP-CLI\/2.10.0", - "source": "build\/2.7.2\/index.js", + "source": "build\/2.10.3\/index.js", "domain": "messages", "locale_data": { "messages": { @@ -317,6 +317,12 @@ "Store Details": [ "" ], + "Admin": [ + "" + ], + "Secret page to manage admin features and settings.": [ + "" + ], "We are available 24\/7 to help answer questions and solve your problems.": [ "" ], @@ -338,6 +344,12 @@ "Load More": [ "" ], + "Oops! Something Went Wrong": [ + "" + ], + "An error occurred while loading the content. Please try again later.": [ + "" + ], "Products": [ "" ], @@ -464,9 +476,30 @@ "Trash emptying frequency ": [ "" ], + "The Help Center provides guided, step-by-step assistance as you build your site.": [ + "" + ], + "Sorry, that is not allowed.": [ + "" + ], + "This feature cannot currently be modified.": [ + "" + ], "This is where you can manage common settings for your website.": [ "" ], + "Features": [ + "" + ], + "The performance feature provides improvements to loads faster for visitors including cache settings.": [ + "" + ], + "The staging feature provides a way to copy a site to test new updates, features or content.": [ + "" + ], + "Wonder Blocks provides a library of customizable block patterns and page templates.": [ + "" + ], "Cancel": [ "" ], diff --git a/languages/wp-plugin-hostgator-es_MX.po b/languages/wp-plugin-hostgator-es_MX.po index 7afa4726..3873463f 100644 --- a/languages/wp-plugin-hostgator-es_MX.po +++ b/languages/wp-plugin-hostgator-es_MX.po @@ -79,38 +79,38 @@ msgstr "Obtener una vista previa de la próxima página de destino" #: inc/Admin.php:64 #: inc/Admin.php:346 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Home" msgstr "Pagina principal" #: inc/Admin.php:73 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Marketplace" msgstr "Mercado en Línea" #: inc/Admin.php:78 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Performance" msgstr "Rendimiento" #: inc/Admin.php:82 #: inc/Admin.php:347 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Settings" msgstr "Configuraciones" #: inc/Admin.php:91 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Help" msgstr "Ayuda" @@ -180,547 +180,545 @@ msgstr "Actualizaciones automáticas habilitadas en la página ConfiguraciónHostGa msgid "Auto-updates enabled" msgstr "Atualizações automáticas habilitadas" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oh No, An Error!" msgstr "Oh, Não, Um Erro!" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "You found an error, please refresh the page and try again!" msgstr "Você encontrou um erro, por favor atualize a página e tente novamente!" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "If the error persists, please contact support." msgstr "Se o erro persistir, por favor contate o suporte." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid " Error code: " msgstr " Código de erro: " -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Phone" msgstr "Telefone" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Give us a ring at (866) 96-GATOR" msgstr "Ligue para nós" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Call Us" msgstr "Ligue para nós" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Chat" msgstr "Chat" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Have a question? We're here 24/7/365" msgstr "Tem uma dúvida? Estamos aqui 24/7" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Live Chat" msgstr "Chat ao Vivo" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet" msgstr "Tweet" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet us at @hgsupport for support" msgstr "Envie um tweet para @hgsupport para suporte" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet Us" msgstr "Tweet-nos" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Knowledge Base" msgstr "Base de Conhecimento" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Know what the pros know." msgstr "Saiba o que os profissionais sabem." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find Answers" msgstr "Encontre Respostas" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Blog" msgstr "Blog" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Get our tips and in-depth articles." msgstr "Receba nossas dicas e artigos detalhados." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Learn Stuff" msgstr "Aprenda Coisas" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Video Tutorials" msgstr "Vídeos Tutoriais" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Step-by-step tutorials and additional guides." msgstr "Tutoriais passo a passo e guias adicionais." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Watch Now" msgstr "Assista Agora" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "There's nothing here!" msgstr "Não há nada aqui!" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Settings and Performance" msgstr "Configurações e Desempenho" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Customize & fine-tune your site." msgstr "Personalize & ajuste seu site." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Settings" msgstr "Gerenciar Configurações" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage your site settings. You can ajdust automatic updates, comments, revisions and more." msgstr "Gerencie as configurações do seu site. Você pode ajustar atualizações automáticas, comentários, revisões e muito mais." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage site performance and caching settings as well as clear the site cache." msgstr "Gerencie o desempenho do site e as configurações de cache, bem como limpe o cache do site." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Visit Marketplace" msgstr "Visite o Mercado" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add site services, themes or plugins from the marketplace." msgstr "Adicione serviços de site, temas ou plugins da loja." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Website Content" msgstr "Conteúdo do Site" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create, manage & sort your story." msgstr "Crie, gerencie e classifique seu conteúdo." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "New Post" msgstr "Nova postagem" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Write a new blog post." msgstr "Escreva uma nova postagem no blog." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Pages" msgstr "Páginas" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "New Page" msgstr "Nova Página" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add fresh pages to your website." msgstr "Adicione novas páginas ao seu site." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Categories" msgstr "Categorias" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Categories" msgstr "Gerenciar Categorias" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Organize existing content into categories." msgstr "Organize o conteúdo existente em categorias." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Web Hosting" msgstr "Hospedagem de Sites" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Access & manage your HostGator account." msgstr "Acesse & gerencie sua conta HostGator." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Sites" msgstr "Gerenciar Sites" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage your site from the control panel. You can create backups, set security, and improve performance." msgstr "Gerencie seu site a partir do painel de controle. Você pode criar backups, definir a segurança e melhorar o desempenho." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Email" msgstr "E-mail" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Email" msgstr "Gerenciar E-mail" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create email accounts, compose, send, and receive your email from the control panel." msgstr "Crie contas de e-mail, componha, envie e receba seu e-mail no painel de controle." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Domains" msgstr "Domínios" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find a Domain" msgstr "Encontre um Domínio" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find a new domain and assign it to your site or start a new site with a fresh domain." msgstr "Encontre um novo domínio e atribua-o ao seu site ou inicie um novo site com um novo domínio." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Get Help" msgstr "Obter Ajuda" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "24/7/365 support. We work when you work." msgstr "Suporte 24/7/365. Nós trabalhamos quando você trabalha." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "No cache enabled." msgstr "Nenhum cache ativado." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Disabled" msgstr "Desativado" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Not recommended." msgstr "Não recomendado." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache static assets like images and the appearance of your site for 1 hour." msgstr "Recurso de caches estáticos, como imagens e a aparência do seu site, por 1 hora." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Assets Only" msgstr "Somente Recursos" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache enabled for assets only." msgstr "Cache ativado apenas para recursos." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Recommended for ecommerce and sites that update frequently or display info in real-time." msgstr "Recomendado para comércio eletrônico e sites que são atualizados com frequência ou exibem informações em tempo real." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache static assets for 24 hours and web pages for 2 hours." msgstr "Recurso de caches estáticos por 24 horas e páginas da web por 2 horas." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Assets & Web Pages" msgstr "Recursos & Páginas da Web" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache enabled for assets and pages." msgstr "Cache ativado para ativos e páginas." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Recommended for blogs, educational sites, and sites that update at least weekly." msgstr "Recomendado para blogs, sites educacionais e sites que são atualizados pelo menos uma vez por semana." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache static assets for 1 week and web pages for 8 hours." msgstr "Recurso de caches estáticos por 1 semana e páginas da web por 8 horas." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Assets & Web Pages - Extended" msgstr "Recursos & Páginas da Web - Estendido" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache enabled for assets and pages (extended)." msgstr "Cache ativado para recursos e páginas (estendido)." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors." msgstr "Aumente a velocidade e o desempenho armazenando uma cópia do conteúdo, arquivos e imagens do seu site on-line para que as páginas do seu site sejam carregadas mais rapidamente para seus visitantes." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache Level" msgstr "Levels de Cache" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clear All Cache Now" msgstr "Limpar Todo o Cache Agora" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache cleared" msgstr "Cache limpo" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clear Cache" msgstr "Limpar Cache" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Plugins" msgstr "Plugins" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Themes" msgstr "Temas" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Automatic Updates" msgstr "Atualizações Automáticas" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Disable comments for older posts" msgstr "Desabilitar comentários de postagens mais antigas" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments on posts are disabled after " msgstr "Os comentários em postagens são desativados após " -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid " day." msgid_plural " days." msgstr[0] " dia." msgstr[1] " dias." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Close comments after " msgstr "Fechar comentários após " -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Posts will display " msgstr "As postagens serão exibidas " -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid " comment at a time." msgid_plural " comments at a time." msgstr[0] " comentário por vez." msgstr[1] " comentários por vez." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Display " msgstr "Exibir " -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments" msgstr "Comentários" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid " revision." msgid_plural " revisions." msgstr[0] " revisão." msgstr[1] " revisões." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "The trash will automatically empty every " msgstr "A lixeira será automaticamente vazia a cada " -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid " week." msgid_plural " weeks." msgstr[0] " semana." msgstr[1] " semanas." -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Content Options" msgstr "Opções de Conteúdo" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Controls for content revisions and how often to empty the trash." msgstr "Controles para revisões de conteúdo e com que frequência esvaziar a lixeira." @@ -737,660 +735,793 @@ msgid "Why choose HostGator for your WordPress site?" msgstr "" #: inc/Admin.php:67 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Pages & Posts" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Hostgator WordPress Plugin" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "HostGator Account" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Products & Services" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Sales & Promotions" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Payments" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Store Details" msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Admin" msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Secret page to manage admin features and settings." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "We are available 24/7 to help answer questions and solve your problems." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "More" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Domain" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Explore our featured collection of tools and services." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oops, there was an error loading the marketplace, please try again later." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Sorry, no marketplace items. Please, try again later." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Load More" msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oops! Something Went Wrong" msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "An error occurred while loading the content. Please try again later." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Products" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Showcase physical and digital goods, product variations, and custom configurations." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "View all " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add New" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Blog Posts" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add a new blog post or edit your existing posts." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Bookings & Appointments" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Add your list of services, setup a booking calendar, and edit your bookings form." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your site is not live." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your site is live." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "\"Settings\"" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid " to set your site live." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Visitors to your site will see all your publicly published pages." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Site Pages" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Edit your homepage and other existing pages or add new pages to your site." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Every page load is fresh." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Recommended for sites that update a few times a month or less like porfolios or brochure sites." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cache setting saved" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This is where you can manage cache settings for your website." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage All Updates" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "WordPress Core" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Keeping automatic updates on ensures timely security fixes and the latest features." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oops! Something went wrong. Please try again." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Site Status" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Not Live" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Live" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Coming Soon page" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Your website is currently displaying a \"Coming Soon\" page." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments setting saved " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments setting saved." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid " comments per page." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments allow visitors to provide feedback and respond to your posts or pages." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Post revision setting saved " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Posts will save " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Number of revisions posts can save " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid " step back." msgid_plural " steps back." msgstr[0] "" msgstr[1] "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Trash setting saved " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Trash emptying frequency " msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "The Help Center provides guided, step-by-step assistance as you build your site." msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Sorry, that is not allowed." msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This feature cannot currently be modified." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This is where you can manage common settings for your website." msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Features" msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "The performance feature provides improvements to loads faster for visitors including cache settings." msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "The staging feature provides a way to copy a site to test new updates, features or content." msgstr "" #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Wonder Blocks provides a library of customizable block patterns and page templates." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cancel" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clone" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Clone Action" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cloned to Staging" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cloning production to staging, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clone to staging" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Created" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Staging Created" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Creating a staging site, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create staging site" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Currently editing" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Delete" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Delete" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deleted Staging" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deleting the staging site, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Delete Staging Site" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy all changes" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Deployment" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy database only" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy files only" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deployed" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploying from staging to production, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy Site" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Error" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Not currently editing" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Proceed" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Production Site" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Staging Site" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch to Production" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will navigate you to the production environment" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Loading the production environment now." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching to the production environment, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch to Staging" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will navigate you to the staging environment" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Loading the staging environment now." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching to the staging environment, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "An unknown error has occurred." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Working…" msgstr "" + +#: build/1.2.9/index.js:1 +msgid "HostGator WordPress Plugin" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Coming soon deactivated." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Coming soon activated." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Site Launched!" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Coming Soon" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Congratulations! You just successfully launched your site! Visitors will now see the site, you can easily undo this and restore the coming soon page if you are not ready." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Your site currently displays a coming soon page to visitors. Once you have finished setting up your site, be sure to launch it so your visitors can reach it." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Launch Site" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Restore Coming Soon" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Dismiss" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Settings illustration" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Website illustration" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Hosting illustration" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Recommended for portfolios, brochure sites, and sites that update monthly or less often." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Caching disabled." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "If you’ve recently updated your website, we recommend clearing the site cache. We’ll fetch a fresh version of your site to cache." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Performance illustration" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Custom auto-update settings." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Everything will auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Core will not auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Core will auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Plugins will not auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Plugins will auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Theme will not auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Themes will auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Allow your site to stay updated automatically." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Everything" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Custom automatic update settings." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Yay! Everything will automatically update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Core" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "WordPress must be manually updated." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "WordPress will automatically update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Each plugin must be manually updated." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "All plugins will automatically update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Each theme must be manually updated." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "All themes will automatically update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Not ready for your site to be live? Enable a \"Coming Soon\" page while you build your website for the public eye. This will disable all parts of your site and show visitors a \"coming soon\" landing page." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Coming soon page is not active and site is acessible." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Coming soon page is active and site is protected." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Pro Tip: Begin collecting subscribers" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "First, activate the \"Jetpack\" plugin, connect your site, and enable the \"Subscriptions\" module. Then, users can subscribe to be notified when you launch and publish new content." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Old post comments enabled." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Old post comments disabled." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Disabled comments on posts older than " +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Comments per page setting saved." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Make blog post comments disabled on older posts and control how many to display." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Comments are allowed on old posts." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Comments on old posts are disabled." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid " comment per page." +msgid_plural " comments per page." +msgstr[0] "" +msgstr[1] "" + +#: build/1.2.9/index.js:1 +msgid "Post revision setting saved" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Trash setting saved" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Keep " +msgstr "" + +#: build/1.2.9/index.js:1 +msgid " latest revision" +msgid_plural " latest revisions" +msgstr[0] "" +msgstr[1] "" + +#: build/1.2.9/index.js:1 +msgid "Posts will save " +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Empty trash every " +msgstr "" diff --git a/languages/wp-plugin-hostgator.pot b/languages/wp-plugin-hostgator.pot index 086ddbea..063b7913 100644 --- a/languages/wp-plugin-hostgator.pot +++ b/languages/wp-plugin-hostgator.pot @@ -86,59 +86,56 @@ msgstr "" #: inc/Admin.php:64 #: inc/Admin.php:346 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Home" msgstr "" #: inc/Admin.php:67 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Pages & Posts" msgstr "" #: inc/Admin.php:70 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Store" msgstr "" #: inc/Admin.php:73 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Marketplace" msgstr "" #: inc/Admin.php:78 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Performance" msgstr "" #: inc/Admin.php:82 #: inc/Admin.php:347 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Settings" msgstr "" #: inc/Admin.php:87 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Staging" msgstr "" #: inc/Admin.php:91 -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Help" msgstr "" @@ -208,1184 +205,1318 @@ msgstr "" msgid "Auto-updates enabled" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 -#: build/2.10.1/index.js:1 -msgid "Hostgator WordPress Plugin" -msgstr "" - -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Oh No, An Error!" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "You found an error, please refresh the page and try again!" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "If the error persists, please contact support." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid " Error code: " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 -#: build/2.10.1/index.js:1 -msgid "HostGator Account" +#: build/1.2.9/index.js:1 +msgid "HostGator WordPress Plugin" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Phone" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Give us a ring at (866) 96-GATOR" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Call Us" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Chat" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Have a question? We're here 24/7/365" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Live Chat" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet us at @hgsupport for support" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Tweet Us" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Knowledge Base" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Know what the pros know." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find Answers" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Blog" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Get our tips and in-depth articles." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Learn Stuff" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Video Tutorials" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Step-by-step tutorials and additional guides." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Watch Now" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "There's nothing here!" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 -#: build/2.10.1/index.js:1 -msgid "Products & Services" +#: build/1.2.9/index.js:1 +msgid "Coming soon deactivated." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 -#: build/2.10.1/index.js:1 -msgid "Sales & Promotions" +#: build/1.2.9/index.js:1 +msgid "Coming soon activated." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 -#: build/2.10.1/index.js:1 -msgid "Payments" +#: build/1.2.9/index.js:1 +msgid "Site Launched!" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 -#: build/2.10.1/index.js:1 -msgid "Store Details" +#: build/1.2.9/index.js:1 +msgid "Coming Soon" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 -#: build/2.10.1/index.js:1 -msgid "We are available 24/7 to help answer questions and solve your problems." +#: build/1.2.9/index.js:1 +msgid "Congratulations! You just successfully launched your site! Visitors will now see the site, you can easily undo this and restore the coming soon page if you are not ready." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 -#: build/2.10.1/index.js:1 -msgid "More" +#: build/1.2.9/index.js:1 +msgid "Your site currently displays a coming soon page to visitors. Once you have finished setting up your site, be sure to launch it so your visitors can reach it." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Launch Site" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Restore Coming Soon" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Dismiss" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 +msgid "Settings illustration" +msgstr "" + +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Settings and Performance" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Customize & fine-tune your site." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Settings" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage your site settings. You can ajdust automatic updates, comments, revisions and more." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage site performance and caching settings as well as clear the site cache." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Visit Marketplace" +#: build/2.10.3/index.js:1 +msgid "Add site services, themes or plugins from the marketplace." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Add site services, themes or plugins from the marketplace." +#: build/2.10.3/index.js:1 +msgid "Visit Marketplace" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Website illustration" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Website Content" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create, manage & sort your story." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "New Post" +#: build/2.10.3/index.js:1 +msgid "Write a new blog post." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Write a new blog post." +#: build/2.10.3/index.js:1 +msgid "New Post" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Pages" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "New Page" +#: build/2.10.3/index.js:1 +msgid "Add fresh pages to your website." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Add fresh pages to your website." +#: build/2.10.3/index.js:1 +msgid "New Page" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Categories" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Manage Categories" +#: build/2.10.3/index.js:1 +msgid "Organize existing content into categories." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Organize existing content into categories." +#: build/2.10.3/index.js:1 +msgid "Manage Categories" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Hosting illustration" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Web Hosting" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Access & manage your HostGator account." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage Sites" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Manage your site from the control panel. You can create backups, set security, and improve performance." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Email" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Manage Email" +#: build/2.10.3/index.js:1 +msgid "Create email accounts, compose, send, and receive your email from the control panel." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Create email accounts, compose, send, and receive your email from the control panel." +#: build/2.10.3/index.js:1 +msgid "Manage Email" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Domains" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Manage Domain" +#: build/2.10.3/index.js:1 +msgid "Find a new domain and assign it to your site or start a new site with a fresh domain." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Find a Domain" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Find a new domain and assign it to your site or start a new site with a fresh domain." +#: build/2.10.3/index.js:1 +msgid "24/7/365 support. We work when you work." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Get Help" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "24/7/365 support. We work when you work." +#: build/2.10.3/index.js:1 +msgid "Disabled" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Explore our featured collection of tools and services." +#: build/2.10.3/index.js:1 +msgid "No cache enabled." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Oops, there was an error loading the marketplace, please try again later." +#: build/2.10.3/index.js:1 +msgid "Not recommended." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Sorry, no marketplace items. Please, try again later." +#: build/2.10.3/index.js:1 +msgid "Assets Only" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Load More" +#: build/2.10.3/index.js:1 +msgid "Cache static assets like images and the appearance of your site for 1 hour." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Products" +#: build/2.10.3/index.js:1 +msgid "Recommended for ecommerce and sites that update frequently or display info in real-time." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Showcase physical and digital goods, product variations, and custom configurations." +#: build/2.10.3/index.js:1 +msgid "Assets & Web Pages" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "View all " +#: build/2.10.3/index.js:1 +msgid "Cache static assets for 24 hours and web pages for 2 hours." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Add New" +#: build/2.10.3/index.js:1 +msgid "Recommended for blogs, educational sites, and sites that update at least weekly." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Blog Posts" +#: build/2.10.3/index.js:1 +msgid "Assets & Web Pages - Extended" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Add a new blog post or edit your existing posts." +#: build/2.10.3/index.js:1 +msgid "Cache static assets for 1 week and web pages for 8 hours." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 +msgid "Recommended for portfolios, brochure sites, and sites that update monthly or less often." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Caching disabled." +msgstr "" + +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Bookings & Appointments" +#: build/2.10.3/index.js:1 +msgid "Cache enabled for assets only." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Add your list of services, setup a booking calendar, and edit your bookings form." +#: build/2.10.3/index.js:1 +msgid "Cache enabled for assets and pages." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Your site is not live." +#: build/2.10.3/index.js:1 +msgid "Cache enabled for assets and pages (extended)." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Your site is live." +#: build/2.10.3/index.js:1 +msgid "Cache Level" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit " +#: build/2.10.3/index.js:1 +msgid "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "\"Settings\"" +#: build/2.10.3/index.js:1 +msgid "Clear Cache" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "If you’ve recently updated your website, we recommend clearing the site cache. We’ll fetch a fresh version of your site to cache." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid " to set your site live." +#: build/2.10.3/index.js:1 +msgid "Cache cleared" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Visitors to your site will see all your publicly published pages." +#: build/2.10.3/index.js:1 +msgid "Clear All Cache Now" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Performance illustration" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Custom auto-update settings." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Everything will auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Core will not auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Core will auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Plugins will not auto-update." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 +msgid "Plugins will auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Theme will not auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Themes will auto-update." +msgstr "" + +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Site Pages" +#: build/2.10.3/index.js:1 +msgid "Automatic Updates" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Allow your site to stay updated automatically." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Everything" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Custom automatic update settings." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 +msgid "Yay! Everything will automatically update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Core" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "WordPress must be manually updated." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "WordPress will automatically update." +msgstr "" + +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Edit your homepage and other existing pages or add new pages to your site." +#: build/2.10.3/index.js:1 +msgid "Plugins" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Each plugin must be manually updated." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "All plugins will automatically update." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "No cache enabled." +#: build/2.10.3/index.js:1 +msgid "Themes" +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Each theme must be manually updated." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "All themes will automatically update." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Not ready for your site to be live? Enable a \"Coming Soon\" page while you build your website for the public eye. This will disable all parts of your site and show visitors a \"coming soon\" landing page." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Coming soon page is not active and site is acessible." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Coming soon page is active and site is protected." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Pro Tip: Begin collecting subscribers" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 +msgid "First, activate the \"Jetpack\" plugin, connect your site, and enable the \"Subscriptions\" module. Then, users can subscribe to be notified when you launch and publish new content." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Old post comments enabled." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Old post comments disabled." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Disabled comments on posts older than " +msgstr "" + +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Every page load is fresh." +#: build/2.10.3/index.js:1 +msgid " day." +msgid_plural " days." +msgstr[0] "" +msgstr[1] "" + +#: build/1.2.9/index.js:1 +msgid "Comments per page setting saved." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Disabled" +#: build/2.10.3/index.js:1 +msgid "Comments" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 +msgid "Make blog post comments disabled on older posts and control how many to display." +msgstr "" + +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Not recommended." +#: build/2.10.3/index.js:1 +msgid "Disable comments for older posts" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 +msgid "Comments are allowed on old posts." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Comments on old posts are disabled." +msgstr "" + +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Cache static assets like images and the appearance of your site for 1 hour." +#: build/2.10.3/index.js:1 +msgid "Close comments after " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Assets Only" +#: build/2.10.3/index.js:1 +msgid "Comments on posts are disabled after " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Cache enabled for assets only." +#: build/2.10.3/index.js:1 +msgid "Display " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 +msgid " comment per page." +msgid_plural " comments per page." +msgstr[0] "" +msgstr[1] "" + +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Recommended for ecommerce and sites that update frequently or display info in real-time." +#: build/2.10.3/index.js:1 +msgid "Posts will display " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Cache static assets for 24 hours and web pages for 2 hours." +#: build/2.10.3/index.js:1 +msgid " comment at a time." +msgid_plural " comments at a time." +msgstr[0] "" +msgstr[1] "" + +#: build/1.2.9/index.js:1 +msgid "Post revision setting saved" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 +msgid "Trash setting saved" +msgstr "" + +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Assets & Web Pages" +#: build/2.10.3/index.js:1 +msgid "Content Options" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Cache enabled for assets and pages." +#: build/2.10.3/index.js:1 +msgid "Controls for content revisions and how often to empty the trash." +msgstr "" + +#: build/1.2.9/index.js:1 +msgid "Keep " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 +msgid " latest revision" +msgid_plural " latest revisions" +msgstr[0] "" +msgstr[1] "" + +#: build/1.2.9/index.js:1 +msgid "Posts will save " +msgstr "" + +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Recommended for blogs, educational sites, and sites that update at least weekly." +#: build/2.10.3/index.js:1 +msgid " revision." +msgid_plural " revisions." +msgstr[0] "" +msgstr[1] "" + +#: build/1.2.9/index.js:1 +msgid "Empty trash every " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 +#: build/1.2.9/index.js:1 #: build/2.10.1/index.js:1 -msgid "Cache static assets for 1 week and web pages for 8 hours." +#: build/2.10.3/index.js:1 +msgid " week." +msgid_plural " weeks." +msgstr[0] "" +msgstr[1] "" + +#: build/1.2.9/index.js:1 +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "The trash will automatically empty every " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Assets & Web Pages - Extended" +#: build/2.10.3/index.js:1 +msgid "Hostgator WordPress Plugin" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Cache enabled for assets and pages (extended)." +#: build/2.10.3/index.js:1 +msgid "HostGator Account" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Recommended for sites that update a few times a month or less like porfolios or brochure sites." +#: build/2.10.3/index.js:1 +msgid "Products & Services" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors." +#: build/2.10.3/index.js:1 +msgid "Sales & Promotions" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Cache setting saved" +#: build/2.10.3/index.js:1 +msgid "Payments" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Cache Level" +#: build/2.10.3/index.js:1 +msgid "Store Details" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Clear All Cache Now" +#: build/2.10.3/index.js:1 +msgid "Admin" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh." +#: build/2.10.3/index.js:1 +msgid "Secret page to manage admin features and settings." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Cache cleared" +#: build/2.10.3/index.js:1 +msgid "We are available 24/7 to help answer questions and solve your problems." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Clear Cache" +#: build/2.10.3/index.js:1 +msgid "More" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "This is where you can manage cache settings for your website." +#: build/2.10.3/index.js:1 +msgid "Manage Domain" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Manage All Updates" +#: build/2.10.3/index.js:1 +msgid "Explore our featured collection of tools and services." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "WordPress Core" +#: build/2.10.3/index.js:1 +msgid "Oops, there was an error loading the marketplace, please try again later." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Plugins" +#: build/2.10.3/index.js:1 +msgid "Sorry, no marketplace items. Please, try again later." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Themes" +#: build/2.10.3/index.js:1 +msgid "Load More" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Automatic Updates" +#: build/2.10.3/index.js:1 +msgid "Oops! Something Went Wrong" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Keeping automatic updates on ensures timely security fixes and the latest features." +#: build/2.10.3/index.js:1 +msgid "An error occurred while loading the content. Please try again later." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Oops! Something went wrong. Please try again." +#: build/2.10.3/index.js:1 +msgid "Products" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Site Status" +#: build/2.10.3/index.js:1 +msgid "Showcase physical and digital goods, product variations, and custom configurations." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Not Live" +#: build/2.10.3/index.js:1 +msgid "View all " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Live" +#: build/2.10.3/index.js:1 +msgid "Add New" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Coming Soon page" +#: build/2.10.3/index.js:1 +msgid "Blog Posts" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen." +#: build/2.10.3/index.js:1 +msgid "Add a new blog post or edit your existing posts." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Your website is currently displaying a \"Coming Soon\" page." +#: build/2.10.3/index.js:1 +msgid "Bookings & Appointments" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Disable comments for older posts" +#: build/2.10.3/index.js:1 +msgid "Add your list of services, setup a booking calendar, and edit your bookings form." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Comments setting saved " +#: build/2.10.3/index.js:1 +msgid "Your site is not live." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Comments on posts are disabled after " +#: build/2.10.3/index.js:1 +msgid "Your site is live." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid " day." -msgid_plural " days." -msgstr[0] "" -msgstr[1] "" +#: build/2.10.3/index.js:1 +msgid "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit " +msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Close comments after " +#: build/2.10.3/index.js:1 +msgid "\"Settings\"" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Comments setting saved." +#: build/2.10.3/index.js:1 +msgid " to set your site live." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Posts will display " +#: build/2.10.3/index.js:1 +msgid "Visitors to your site will see all your publicly published pages." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid " comment at a time." -msgid_plural " comments at a time." -msgstr[0] "" -msgstr[1] "" +#: build/2.10.3/index.js:1 +msgid "Site Pages" +msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Display " +#: build/2.10.3/index.js:1 +msgid "Edit your homepage and other existing pages or add new pages to your site." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid " comments per page." +#: build/2.10.3/index.js:1 +msgid "Every page load is fresh." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Comments" +#: build/2.10.3/index.js:1 +msgid "Recommended for sites that update a few times a month or less like porfolios or brochure sites." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Cache setting saved" +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "This is where you can manage cache settings for your website." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Manage All Updates" +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "WordPress Core" +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Keeping automatic updates on ensures timely security fixes and the latest features." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Oops! Something went wrong. Please try again." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Site Status" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Not Live" +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Live" +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Coming Soon page" +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Your website is currently displaying a \"Coming Soon\" page." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Comments setting saved " +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Comments setting saved." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid " comments per page." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Comments allow visitors to provide feedback and respond to your posts or pages." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Post revision setting saved " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Posts will save " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 -#: build/2.10.1/index.js:1 -msgid " revision." -msgid_plural " revisions." -msgstr[0] "" -msgstr[1] "" - -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Number of revisions posts can save " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid " step back." msgid_plural " steps back." msgstr[0] "" msgstr[1] "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Trash setting saved " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "The trash will automatically empty every " +#: build/2.10.3/index.js:1 +msgid "Trash emptying frequency " msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid " week." -msgid_plural " weeks." -msgstr[0] "" -msgstr[1] "" +#: build/2.10.3/index.js:1 +msgid "The Help Center provides guided, step-by-step assistance as you build your site." +msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Trash emptying frequency " +#: build/2.10.3/index.js:1 +msgid "Sorry, that is not allowed." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Content Options" +#: build/2.10.3/index.js:1 +msgid "This feature cannot currently be modified." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "Controls for content revisions and how often to empty the trash." +#: build/2.10.3/index.js:1 +msgid "This is where you can manage common settings for your website." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 -msgid "This is where you can manage common settings for your website." +#: build/2.10.3/index.js:1 +msgid "Features" +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "The performance feature provides improvements to loads faster for visitors including cache settings." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "The staging feature provides a way to copy a site to test new updates, features or content." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 +msgid "Wonder Blocks provides a library of customizable block patterns and page templates." +msgstr "" + +#: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cancel" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clone" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Clone Action" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cloned to Staging" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Cloning production to staging, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Clone to staging" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Created" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Staging Created" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Creating a staging site, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Create staging site" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Currently editing" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Delete" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Delete" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deleted Staging" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deleting the staging site, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Delete Staging Site" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy all changes" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Confirm Deployment" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy database only" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy files only" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deployed" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploying from staging to production, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Deploy Site" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Error" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Not currently editing" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Proceed" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Production Site" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Staging Site" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch to Production" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will navigate you to the production environment" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Loading the production environment now." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching to the production environment, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switch to Staging" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "This will navigate you to the staging environment" msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Loading the staging environment now." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Switching to the staging environment, this should take about a minute." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "An unknown error has occurred." msgstr "" -#: build/2.7.2/index.js:1 -#: build/2.8.0/index.js:1 #: build/2.10.1/index.js:1 +#: build/2.10.3/index.js:1 msgid "Working…" msgstr "" - -#: build/2.10.1/index.js:1 -msgid "Admin" -msgstr "" - -#: build/2.10.1/index.js:1 -msgid "Secret page to manage admin features and settings." -msgstr "" - -#: build/2.10.1/index.js:1 -msgid "Oops! Something Went Wrong" -msgstr "" - -#: build/2.10.1/index.js:1 -msgid "An error occurred while loading the content. Please try again later." -msgstr "" - -#: build/2.10.1/index.js:1 -msgid "The Help Center provides guided, step-by-step assistance as you build your site." -msgstr "" - -#: build/2.10.1/index.js:1 -msgid "Sorry, that is not allowed." -msgstr "" - -#: build/2.10.1/index.js:1 -msgid "This feature cannot currently be modified." -msgstr "" - -#: build/2.10.1/index.js:1 -msgid "Features" -msgstr "" - -#: build/2.10.1/index.js:1 -msgid "The performance feature provides improvements to loads faster for visitors including cache settings." -msgstr "" - -#: build/2.10.1/index.js:1 -msgid "The staging feature provides a way to copy a site to test new updates, features or content." -msgstr "" - -#: build/2.10.1/index.js:1 -msgid "Wonder Blocks provides a library of customizable block patterns and page templates." -msgstr ""