core-maugli 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -15
- package/package.json +6 -13
- package/public/img/examples/blog/previews/post-1-avtomatizaciya-marketinga-kak-ii-osvobozhdaet-predprinimatelei-ot-cifrovogo-rabstva.webp +0 -0
- package/public/img/examples/blog/previews/post-2-avtomatizaciya-kontenta-kak-neiroseti-ubivayut-perfekcionizm-v-biznese.webp +0 -0
- package/public/img/examples/blog/previews/post-3-laik-ne-valyuta-kak-avtomatizaciya-marketinga-spasaet-ot-lozhnyh-metrik.webp +0 -0
- package/public/img/examples/blog/previews/post-5-5-fatalnyh-oshibok-marketinga-kotorye-ubivayut-startapy-na-starte.webp +0 -0
- package/public/img/examples/blog/previews/post-6-5-strategii-kontent-marketinga-dlya-startapov-avtomatizaciya-i-revolyuciya.webp +0 -0
- package/public/img/examples/blog/previews/post-7-viralnyi-kontent-ne-udacha-a-strategiya-avtomatizaciya-marketinga.webp +0 -0
- package/public/img/examples/blog/previews/post-agent-experience-mcp-biznes-v-epohu-ii-agentov.webp +0 -0
- package/public/img/examples/blog/previews/post_11.webp +0 -0
- package/public/img/examples/blog/previews/post_12.webp +0 -0
- package/public/img/examples/blog/previews/post_1_jsonld_guide.webp +0 -0
- package/public/img/examples/blog/previews/test-post.webp +0 -0
- package/public/img/examples/blog/previews/tr-post-1.webp +0 -0
- package/public/img/examples/products/previews/product_1.webp +0 -0
- package/public/img/examples/products/previews/product_2.webp +0 -0
- package/public/img/examples/projects/previews/project_1.webp +0 -0
- package/public/img/examples/projects/previews/project_2.webp +0 -0
- package/scripts/generate-previews.js +175 -0
- package/scripts/update-components.js +166 -0
- package/scripts/upgrade-config.js +23 -3
- package/src/components/LanguageSwitcher.astro +2 -16
- package/astro.config.mjs +0 -92
- package/bin/init.js +0 -201
- package/public/img/default/autor_default.webp +0 -0
- package/public/img/default/blog_default.webp +0 -0
- package/public/img/default/default.webp +0 -0
- package/public/img/default/product_default.webp +0 -0
- package/public/img/default/project_default.webp +0 -0
- package/public/img/default/rubric_default.webp +0 -0
- package/public/img/default/test.webp +0 -0
- package/public/img/default/test2.webp +0 -0
- package/resize-all.cjs +0 -29
- package/src/i18n/de.json +0 -126
- package/src/i18n/en.json +0 -126
- package/src/i18n/es.json +0 -126
- package/src/i18n/fr.json +0 -126
- package/src/i18n/index.ts +0 -10
- package/src/i18n/ja.json +0 -126
- package/src/i18n/languages.ts +0 -23
- package/src/i18n/pt.json +0 -126
- package/src/i18n/ru.json +0 -123
- package/src/i18n/zh.json +0 -126
- package/src/icons/ArrowLeft.astro +0 -13
- package/src/icons/ArrowRight.astro +0 -13
- package/src/icons/flags/brazil.svg +0 -14
- package/src/icons/flags/china.svg +0 -15
- package/src/icons/flags/france.svg +0 -12
- package/src/icons/flags/germany.svg +0 -12
- package/src/icons/flags/japan.svg +0 -11
- package/src/icons/flags/russia.svg +0 -12
- package/src/icons/flags/spain.svg +0 -12
- package/src/icons/flags/united arab emirates.svg +0 -13
- package/src/icons/flags/united states.svg +0 -15
- package/src/icons/socials/BlueskyIcon.astro +0 -9
- package/src/icons/socials/EmailIcon.astro +0 -8
- package/src/icons/socials/LinkedinIcon.astro +0 -9
- package/src/icons/socials/MastodonIcon.astro +0 -9
- package/src/icons/socials/MediumIcon.astro +0 -9
- package/src/icons/socials/RedditIcon.astro +0 -11
- package/src/icons/socials/TelegramIcon.astro +0 -11
- package/src/icons/socials/TwitterIcon.astro +0 -9
- package/src/layouts/BaseLayout.astro +0 -59
- package/src/pages/404.astro +0 -24
- package/src/pages/[...id].astro +0 -50
- package/src/pages/about.astro +0 -0
- package/src/pages/authors/[...page].astro +0 -105
- package/src/pages/authors/[id].astro +0 -175
- package/src/pages/blog/[...page].astro +0 -59
- package/src/pages/blog/[id].astro +0 -175
- package/src/pages/index.astro +0 -90
- package/src/pages/products/[...page].astro +0 -50
- package/src/pages/products/[id].astro +0 -221
- package/src/pages/projects/[...page].astro +0 -74
- package/src/pages/projects/[id].astro +0 -165
- package/src/pages/projects/tags/[id]/[...page].astro +0 -58
- package/src/pages/rss.xml.js +0 -5
- package/src/pages/tags/[id]/[...page].astro +0 -110
- package/src/pages/tags/index.astro +0 -124
- package/src/scripts/infoCardFadeIn.js +0 -22
- package/src/styles/global.css +0 -273
- package/src/utils/common-utils.ts +0 -0
- package/src/utils/content-loader.ts +0 -14
- package/src/utils/data-utils.ts +0 -49
- package/src/utils/featuredManager.ts +0 -118
- package/src/utils/posts.ts +0 -43
- package/src/utils/reading-time.ts +0 -28
- package/src/utils/remark-slugify.js +0 -8
- package/src/utils/rss.ts +0 -23
- package/tsconfig.json +0 -8
- package/typograf-batch.js +0 -49
- package/vite.config.js +0 -11
package/src/i18n/es.json
DELETED
@@ -1,126 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"buttons": {
|
3
|
-
"share": "Compartir",
|
4
|
-
"subscribe": "Suscribirse",
|
5
|
-
"moreAboutProduct": "Más sobre el producto",
|
6
|
-
"copied": "¡Copiado!",
|
7
|
-
"copyLink": "Copiar enlace",
|
8
|
-
"copyLinkToArticle": "Copiar enlace al artículo",
|
9
|
-
"morePosts": "Más artículos"
|
10
|
-
},
|
11
|
-
"form": {
|
12
|
-
"emailPlaceholder": "correo",
|
13
|
-
"emailLabel": "Correo electrónico",
|
14
|
-
"subscribeAriaLabel": "Formulario de suscripción"
|
15
|
-
},
|
16
|
-
|
17
|
-
"nav": {
|
18
|
-
"blog": "Blog",
|
19
|
-
"products": "Productos",
|
20
|
-
"projects": "Casos",
|
21
|
-
"authors": "Autores",
|
22
|
-
"tags": "Categorías",
|
23
|
-
"openMenu": "Abrir menú",
|
24
|
-
"closeMenu": "Cerrar menú"
|
25
|
-
},
|
26
|
-
"pages": {
|
27
|
-
"authors": {
|
28
|
-
"title": "Autores",
|
29
|
-
"description": "Conoce a nuestro equipo de expertos que escriben para {brand}",
|
30
|
-
"goToAuthor": "Ir al autor",
|
31
|
-
"avatarAlt": "Avatar",
|
32
|
-
"onPlatform": "en"
|
33
|
-
},
|
34
|
-
"tags": {
|
35
|
-
"title": "Categorías",
|
36
|
-
"description": "Todos los artículos por categoría",
|
37
|
-
"blogRubrics": "Categorías del blog"
|
38
|
-
},
|
39
|
-
"index": {
|
40
|
-
"title": "<Blog>",
|
41
|
-
"description": "Blog sobre automatización desde la perspectiva de la IA",
|
42
|
-
"articles": "Artículos",
|
43
|
-
"minutes": "min"
|
44
|
-
},
|
45
|
-
"products": {
|
46
|
-
"title": "Productos",
|
47
|
-
"description": "Todos los productos de Maugli"
|
48
|
-
},
|
49
|
-
"projects": {
|
50
|
-
"tagTitle": "Servicios por etiqueta",
|
51
|
-
"title": "Servicios"
|
52
|
-
},
|
53
|
-
"blog": {
|
54
|
-
"moreByTag": "Más sobre el tema"
|
55
|
-
},
|
56
|
-
"productsId": {
|
57
|
-
"articlesByTag": "Artículos sobre el tema",
|
58
|
-
"casesByTag": "Casos sobre el tema"
|
59
|
-
}
|
60
|
-
},
|
61
|
-
"socials": {
|
62
|
-
"email": "correo",
|
63
|
-
"linkedin": "LinkedIn",
|
64
|
-
"twitter": "Twitter",
|
65
|
-
"telegram": "Telegram",
|
66
|
-
"reddit": "Reddit",
|
67
|
-
"medium": "Medium",
|
68
|
-
"mastodon": "Mastodon",
|
69
|
-
"bluesky": "Bluesky"
|
70
|
-
},
|
71
|
-
"footer": {
|
72
|
-
"allRightsReserved": "Todos los derechos reservados"
|
73
|
-
},
|
74
|
-
"shareIconAriaLabel": {
|
75
|
-
"twitter": "Compartir en Twitter",
|
76
|
-
"copy": "Copiar enlace",
|
77
|
-
"telegram": "Compartir en Telegram",
|
78
|
-
"linkedin": "Compartir en LinkedIn",
|
79
|
-
"whatsapp": "Compartir en WhatsApp",
|
80
|
-
"facebook": "Compartir en Facebook",
|
81
|
-
"copied": "Enlace copiado"
|
82
|
-
},
|
83
|
-
"date": {
|
84
|
-
"today": "hoy",
|
85
|
-
"yesterday": "ayer"
|
86
|
-
},
|
87
|
-
"sidebarAriaLabel": "Barra lateral",
|
88
|
-
"summaryFAQCard": {
|
89
|
-
"ariaLabel": "Resumen y FAQ",
|
90
|
-
"summaryLabel": "Resumen:",
|
91
|
-
"faqLabel": "FAQ:"
|
92
|
-
},
|
93
|
-
"tableOfContents": {
|
94
|
-
"title": "Contenido",
|
95
|
-
"ariaLabel": "Contenido"
|
96
|
-
},
|
97
|
-
"tagPill": {
|
98
|
-
"ariaLabel": "Etiqueta: {tag}"
|
99
|
-
},
|
100
|
-
"tagPills": {
|
101
|
-
"ariaLabel": "Etiqueta: {name} ({count})"
|
102
|
-
},
|
103
|
-
"tagsSection": {
|
104
|
-
"allCases": "Todos los casos",
|
105
|
-
"allArticles": "Todos los artículos",
|
106
|
-
"allTags": "Todas las etiquetas",
|
107
|
-
"rubricAlt": "Categoría",
|
108
|
-
"tagAriaLabel": "Etiqueta: {name} ({count})"
|
109
|
-
},
|
110
|
-
"themeToggle": {
|
111
|
-
"ariaLabel": "Cambiar esquema de color"
|
112
|
-
},
|
113
|
-
"pagination": {
|
114
|
-
"goToPage": "Ir a la página {page} de {lastPage}",
|
115
|
-
"pageOf": "Página {currentPage} de {lastPage}"
|
116
|
-
},
|
117
|
-
"subscribe": {
|
118
|
-
"heading": "Suscríbete para recibir actualizaciones",
|
119
|
-
"mutedText": "¡Recibe los últimos artículos y noticias primero!"
|
120
|
-
},
|
121
|
-
"notFound": {
|
122
|
-
"title": "Página no encontrada",
|
123
|
-
"description": "Lo sentimos, esta página no existe o ha sido eliminada.",
|
124
|
-
"button": "A la página principal"
|
125
|
-
}
|
126
|
-
}
|
package/src/i18n/fr.json
DELETED
@@ -1,126 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"buttons": {
|
3
|
-
"share": "Partager",
|
4
|
-
"subscribe": "S'abonner",
|
5
|
-
"moreAboutProduct": "En savoir plus sur le produit",
|
6
|
-
"copied": "Copié !",
|
7
|
-
"copyLink": "Copier le lien",
|
8
|
-
"copyLinkToArticle": "Copier le lien de l'article",
|
9
|
-
"morePosts": "Plus d'articles"
|
10
|
-
},
|
11
|
-
"form": {
|
12
|
-
"emailPlaceholder": "email",
|
13
|
-
"emailLabel": "Email",
|
14
|
-
"subscribeAriaLabel": "Formulaire d'abonnement"
|
15
|
-
},
|
16
|
-
|
17
|
-
"nav": {
|
18
|
-
"blog": "Blog",
|
19
|
-
"products": "Produits",
|
20
|
-
"projects": "Cas",
|
21
|
-
"authors": "Auteurs",
|
22
|
-
"tags": "Sujets",
|
23
|
-
"openMenu": "Ouvrir le menu",
|
24
|
-
"closeMenu": "Fermer le menu"
|
25
|
-
},
|
26
|
-
"pages": {
|
27
|
-
"authors": {
|
28
|
-
"title": "Auteurs",
|
29
|
-
"description": "Rencontrez notre équipe d'experts écrivant pour {brand}",
|
30
|
-
"goToAuthor": "Voir l'auteur",
|
31
|
-
"avatarAlt": "Avatar",
|
32
|
-
"onPlatform": "sur"
|
33
|
-
},
|
34
|
-
"tags": {
|
35
|
-
"title": "Catégories",
|
36
|
-
"description": "Tous les articles par catégorie",
|
37
|
-
"blogRubrics": "Catégories du blog"
|
38
|
-
},
|
39
|
-
"index": {
|
40
|
-
"title": "<Blog>",
|
41
|
-
"description": "Blog sur l'automatisation vue par l'IA",
|
42
|
-
"articles": "Articles",
|
43
|
-
"minutes": "min"
|
44
|
-
},
|
45
|
-
"products": {
|
46
|
-
"title": "Produits",
|
47
|
-
"description": "Tous les produits Maugli"
|
48
|
-
},
|
49
|
-
"projects": {
|
50
|
-
"tagTitle": "Services par tag",
|
51
|
-
"title": "Services"
|
52
|
-
},
|
53
|
-
"blog": {
|
54
|
-
"moreByTag": "Plus sur ce sujet"
|
55
|
-
},
|
56
|
-
"productsId": {
|
57
|
-
"articlesByTag": "Articles sur ce sujet",
|
58
|
-
"casesByTag": "Cas sur ce sujet"
|
59
|
-
}
|
60
|
-
},
|
61
|
-
"socials": {
|
62
|
-
"email": "Email",
|
63
|
-
"linkedin": "LinkedIn",
|
64
|
-
"twitter": "Twitter",
|
65
|
-
"telegram": "Telegram",
|
66
|
-
"reddit": "Reddit",
|
67
|
-
"medium": "Medium",
|
68
|
-
"mastodon": "Mastodon",
|
69
|
-
"bluesky": "Bluesky"
|
70
|
-
},
|
71
|
-
"footer": {
|
72
|
-
"allRightsReserved": "Tous droits réservés"
|
73
|
-
},
|
74
|
-
"shareIconAriaLabel": {
|
75
|
-
"twitter": "Partager sur Twitter",
|
76
|
-
"copy": "Copier le lien",
|
77
|
-
"telegram": "Partager sur Telegram",
|
78
|
-
"linkedin": "Partager sur LinkedIn",
|
79
|
-
"whatsapp": "Partager sur WhatsApp",
|
80
|
-
"facebook": "Partager sur Facebook",
|
81
|
-
"copied": "Lien copié"
|
82
|
-
},
|
83
|
-
"date": {
|
84
|
-
"today": "aujourd'hui",
|
85
|
-
"yesterday": "hier"
|
86
|
-
},
|
87
|
-
"sidebarAriaLabel": "Barre latérale",
|
88
|
-
"summaryFAQCard": {
|
89
|
-
"ariaLabel": "Résumé et FAQ",
|
90
|
-
"summaryLabel": "Résumé :",
|
91
|
-
"faqLabel": "FAQ :"
|
92
|
-
},
|
93
|
-
"tableOfContents": {
|
94
|
-
"title": "Contenu",
|
95
|
-
"ariaLabel": "Contenu"
|
96
|
-
},
|
97
|
-
"tagPill": {
|
98
|
-
"ariaLabel": "Tag : {tag}"
|
99
|
-
},
|
100
|
-
"tagPills": {
|
101
|
-
"ariaLabel": "Tag : {name} ({count})"
|
102
|
-
},
|
103
|
-
"tagsSection": {
|
104
|
-
"allCases": "Tous les cas",
|
105
|
-
"allArticles": "Tous les articles",
|
106
|
-
"allTags": "Tous les tags",
|
107
|
-
"rubricAlt": "Catégorie",
|
108
|
-
"tagAriaLabel": "Tag : {name} ({count})"
|
109
|
-
},
|
110
|
-
"themeToggle": {
|
111
|
-
"ariaLabel": "Changer le thème"
|
112
|
-
},
|
113
|
-
"pagination": {
|
114
|
-
"goToPage": "Aller à la page {page} sur {lastPage}",
|
115
|
-
"pageOf": "Page {currentPage} sur {lastPage}"
|
116
|
-
},
|
117
|
-
"subscribe": {
|
118
|
-
"heading": "S'abonner aux mises à jour",
|
119
|
-
"mutedText": "Recevez en premier les derniers articles et actualités !"
|
120
|
-
},
|
121
|
-
"notFound": {
|
122
|
-
"title": "Page non trouvée",
|
123
|
-
"description": "Désolé, cette page n’existe pas ou a été supprimée.",
|
124
|
-
"button": "Page d’accueil"
|
125
|
-
}
|
126
|
-
}
|
package/src/i18n/index.ts
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
import de from './de.json';
|
2
|
-
import en from './en.json';
|
3
|
-
import es from './es.json';
|
4
|
-
import fr from './fr.json';
|
5
|
-
import ja from './ja.json';
|
6
|
-
import pt from './pt.json';
|
7
|
-
import ru from './ru.json';
|
8
|
-
import zh from './zh.json';
|
9
|
-
|
10
|
-
export default { en, ru, de, es, fr, pt, zh, ja };
|
package/src/i18n/ja.json
DELETED
@@ -1,126 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"buttons": {
|
3
|
-
"share": "シェア",
|
4
|
-
"subscribe": "購読する",
|
5
|
-
"moreAboutProduct": "製品について詳しく",
|
6
|
-
"copied": "コピーしました!",
|
7
|
-
"copyLink": "リンクをコピー",
|
8
|
-
"copyLinkToArticle": "記事リンクをコピー",
|
9
|
-
"morePosts": "さらに記事を見る"
|
10
|
-
},
|
11
|
-
"form": {
|
12
|
-
"emailPlaceholder": "メールアドレス",
|
13
|
-
"emailLabel": "メール",
|
14
|
-
"subscribeAriaLabel": "購読フォーム"
|
15
|
-
},
|
16
|
-
|
17
|
-
"nav": {
|
18
|
-
"blog": "ブログ",
|
19
|
-
"products": "製品",
|
20
|
-
"projects": "事例",
|
21
|
-
"authors": "著者",
|
22
|
-
"tags": "トピック",
|
23
|
-
"openMenu": "メニューを開く",
|
24
|
-
"closeMenu": "メニューを閉じる"
|
25
|
-
},
|
26
|
-
"pages": {
|
27
|
-
"authors": {
|
28
|
-
"title": "著者",
|
29
|
-
"description": "{brand}のために執筆する専門家チームをご紹介",
|
30
|
-
"goToAuthor": "著者ページへ",
|
31
|
-
"avatarAlt": "アバター",
|
32
|
-
"onPlatform": "に"
|
33
|
-
},
|
34
|
-
"tags": {
|
35
|
-
"title": "カテゴリ",
|
36
|
-
"description": "カテゴリごとの記事一覧",
|
37
|
-
"blogRubrics": "ブログカテゴリ"
|
38
|
-
},
|
39
|
-
"index": {
|
40
|
-
"title": "<ブログ>",
|
41
|
-
"description": "AIの視点から見る自動化に関するブログ",
|
42
|
-
"articles": "記事",
|
43
|
-
"minutes": "分"
|
44
|
-
},
|
45
|
-
"products": {
|
46
|
-
"title": "製品",
|
47
|
-
"description": "すべてのMaugli製品"
|
48
|
-
},
|
49
|
-
"projects": {
|
50
|
-
"tagTitle": "タグ別サービス",
|
51
|
-
"title": "サービス"
|
52
|
-
},
|
53
|
-
"blog": {
|
54
|
-
"moreByTag": "関連トピックを見る"
|
55
|
-
},
|
56
|
-
"productsId": {
|
57
|
-
"articlesByTag": "関連する記事",
|
58
|
-
"casesByTag": "関連する事例"
|
59
|
-
}
|
60
|
-
},
|
61
|
-
"socials": {
|
62
|
-
"email": "メール",
|
63
|
-
"linkedin": "LinkedIn",
|
64
|
-
"twitter": "Twitter",
|
65
|
-
"telegram": "Telegram",
|
66
|
-
"reddit": "Reddit",
|
67
|
-
"medium": "Medium",
|
68
|
-
"mastodon": "Mastodon",
|
69
|
-
"bluesky": "Bluesky"
|
70
|
-
},
|
71
|
-
"footer": {
|
72
|
-
"allRightsReserved": "全著作権所有"
|
73
|
-
},
|
74
|
-
"shareIconAriaLabel": {
|
75
|
-
"twitter": "Twitterでシェア",
|
76
|
-
"copy": "リンクをコピー",
|
77
|
-
"telegram": "Telegramでシェア",
|
78
|
-
"linkedin": "LinkedInでシェア",
|
79
|
-
"whatsapp": "WhatsAppでシェア",
|
80
|
-
"facebook": "Facebookでシェア",
|
81
|
-
"copied": "リンクをコピーしました"
|
82
|
-
},
|
83
|
-
"date": {
|
84
|
-
"today": "今日",
|
85
|
-
"yesterday": "昨日"
|
86
|
-
},
|
87
|
-
"sidebarAriaLabel": "サイドバー",
|
88
|
-
"summaryFAQCard": {
|
89
|
-
"ariaLabel": "概要とFAQ",
|
90
|
-
"summaryLabel": "概要:",
|
91
|
-
"faqLabel": "FAQ:"
|
92
|
-
},
|
93
|
-
"tableOfContents": {
|
94
|
-
"title": "目次",
|
95
|
-
"ariaLabel": "目次"
|
96
|
-
},
|
97
|
-
"tagPill": {
|
98
|
-
"ariaLabel": "タグ:{tag}"
|
99
|
-
},
|
100
|
-
"tagPills": {
|
101
|
-
"ariaLabel": "タグ:{name} ({count})"
|
102
|
-
},
|
103
|
-
"tagsSection": {
|
104
|
-
"allCases": "すべての事例",
|
105
|
-
"allArticles": "すべての記事",
|
106
|
-
"allTags": "すべてのタグ",
|
107
|
-
"rubricAlt": "カテゴリ",
|
108
|
-
"tagAriaLabel": "タグ:{name} ({count})"
|
109
|
-
},
|
110
|
-
"themeToggle": {
|
111
|
-
"ariaLabel": "カラーモードを変更"
|
112
|
-
},
|
113
|
-
"pagination": {
|
114
|
-
"goToPage": "{lastPage}ページ中{page}ページへ移動",
|
115
|
-
"pageOf": "{lastPage}ページ中{currentPage}ページ"
|
116
|
-
},
|
117
|
-
"subscribe": {
|
118
|
-
"heading": "最新情報を購読する",
|
119
|
-
"mutedText": "最新の記事やニュースをいち早くお届けします!"
|
120
|
-
},
|
121
|
-
"notFound": {
|
122
|
-
"title": "ページが見つかりません",
|
123
|
-
"description": "申し訳ありません。このページは存在しないか削除されました。",
|
124
|
-
"button": "メインページへ"
|
125
|
-
}
|
126
|
-
}
|
package/src/i18n/languages.ts
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
// src/i18n/languages.ts
|
2
|
-
|
3
|
-
|
4
|
-
import de from './de.json';
|
5
|
-
import en from './en.json';
|
6
|
-
import es from './es.json';
|
7
|
-
import fr from './fr.json';
|
8
|
-
import ja from './ja.json';
|
9
|
-
import pt from './pt.json';
|
10
|
-
import ru from './ru.json';
|
11
|
-
import zh from './zh.json';
|
12
|
-
|
13
|
-
export const LANGUAGES = [
|
14
|
-
{ code: 'ru', label: 'РУ ВЕРСИЯ', flag: '🇷🇺', icon: '/flags/russia.svg', dict: ru },
|
15
|
-
{ code: 'en', label: 'EN USA EDITION', flag: '🇺🇸', icon: '/flags/united states.svg', dict: en },
|
16
|
-
{ code: 'es', label: 'ES LATAM', flag: '🇪🇸', icon: '/flags/spain.svg', dict: es },
|
17
|
-
{ code: 'de', label: 'DE VERSION', flag: '🇩🇪', icon: '/flags/germany.svg', dict: de },
|
18
|
-
{ code: 'pt', label: 'PT BRASIL', flag: '🇧🇷', icon: '/flags/brazil.svg', dict: pt },
|
19
|
-
{ code: 'fr', label: 'FR', flag: '🇫🇷', icon: '/flags/france.svg', dict: fr },
|
20
|
-
{ code: 'zh', label: '中文', flag: '🇨🇳', icon: '/flags/china.svg', dict: zh },
|
21
|
-
{ code: 'ja', label: '日本語', flag: '🇯🇵', icon: '/flags/japan.svg', dict: ja },
|
22
|
-
// Добавляйте новые языки по мере необходимости
|
23
|
-
];
|
package/src/i18n/pt.json
DELETED
@@ -1,126 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"buttons": {
|
3
|
-
"share": "Compartilhar",
|
4
|
-
"subscribe": "Inscrever-se",
|
5
|
-
"moreAboutProduct": "Mais sobre o produto",
|
6
|
-
"copied": "Copiado!",
|
7
|
-
"copyLink": "Copiar link",
|
8
|
-
"copyLinkToArticle": "Copiar link do artigo",
|
9
|
-
"morePosts": "Mais artigos"
|
10
|
-
},
|
11
|
-
"form": {
|
12
|
-
"emailPlaceholder": "email",
|
13
|
-
"emailLabel": "Email",
|
14
|
-
"subscribeAriaLabel": "Formulário de inscrição"
|
15
|
-
},
|
16
|
-
|
17
|
-
"nav": {
|
18
|
-
"blog": "Blog",
|
19
|
-
"products": "Produtos",
|
20
|
-
"projects": "Casos",
|
21
|
-
"authors": "Autores",
|
22
|
-
"tags": "Tópicos",
|
23
|
-
"openMenu": "Abrir menu",
|
24
|
-
"closeMenu": "Fechar menu"
|
25
|
-
},
|
26
|
-
"pages": {
|
27
|
-
"authors": {
|
28
|
-
"title": "Autores",
|
29
|
-
"description": "Conheça nossa equipe de especialistas que escreve para {brand}",
|
30
|
-
"goToAuthor": "Ir para o autor",
|
31
|
-
"avatarAlt": "Avatar",
|
32
|
-
"onPlatform": "em"
|
33
|
-
},
|
34
|
-
"tags": {
|
35
|
-
"title": "Categorias",
|
36
|
-
"description": "Todos os artigos por categoria",
|
37
|
-
"blogRubrics": "Categorias do blog"
|
38
|
-
},
|
39
|
-
"index": {
|
40
|
-
"title": "<Blog>",
|
41
|
-
"description": "Blog sobre automação sob a visão da IA",
|
42
|
-
"articles": "Artigos",
|
43
|
-
"minutes": "min"
|
44
|
-
},
|
45
|
-
"products": {
|
46
|
-
"title": "Produtos",
|
47
|
-
"description": "Todos os produtos Maugli"
|
48
|
-
},
|
49
|
-
"projects": {
|
50
|
-
"tagTitle": "Serviços por tag",
|
51
|
-
"title": "Serviços"
|
52
|
-
},
|
53
|
-
"blog": {
|
54
|
-
"moreByTag": "Mais sobre o assunto"
|
55
|
-
},
|
56
|
-
"productsId": {
|
57
|
-
"articlesByTag": "Artigos sobre o assunto",
|
58
|
-
"casesByTag": "Casos sobre o assunto"
|
59
|
-
}
|
60
|
-
},
|
61
|
-
"socials": {
|
62
|
-
"email": "Email",
|
63
|
-
"linkedin": "LinkedIn",
|
64
|
-
"twitter": "Twitter",
|
65
|
-
"telegram": "Telegram",
|
66
|
-
"reddit": "Reddit",
|
67
|
-
"medium": "Medium",
|
68
|
-
"mastodon": "Mastodon",
|
69
|
-
"bluesky": "Bluesky"
|
70
|
-
},
|
71
|
-
"footer": {
|
72
|
-
"allRightsReserved": "Todos os direitos reservados"
|
73
|
-
},
|
74
|
-
"shareIconAriaLabel": {
|
75
|
-
"twitter": "Compartilhar no Twitter",
|
76
|
-
"copy": "Copiar link",
|
77
|
-
"telegram": "Compartilhar no Telegram",
|
78
|
-
"linkedin": "Compartilhar no LinkedIn",
|
79
|
-
"whatsapp": "Compartilhar no WhatsApp",
|
80
|
-
"facebook": "Compartilhar no Facebook",
|
81
|
-
"copied": "Link copiado"
|
82
|
-
},
|
83
|
-
"date": {
|
84
|
-
"today": "hoje",
|
85
|
-
"yesterday": "ontem"
|
86
|
-
},
|
87
|
-
"sidebarAriaLabel": "Barra lateral",
|
88
|
-
"summaryFAQCard": {
|
89
|
-
"ariaLabel": "Resumo e FAQ",
|
90
|
-
"summaryLabel": "Resumo:",
|
91
|
-
"faqLabel": "FAQ:"
|
92
|
-
},
|
93
|
-
"tableOfContents": {
|
94
|
-
"title": "Conteúdo",
|
95
|
-
"ariaLabel": "Conteúdo"
|
96
|
-
},
|
97
|
-
"tagPill": {
|
98
|
-
"ariaLabel": "Tag: {tag}"
|
99
|
-
},
|
100
|
-
"tagPills": {
|
101
|
-
"ariaLabel": "Tag: {name} ({count})"
|
102
|
-
},
|
103
|
-
"tagsSection": {
|
104
|
-
"allCases": "Todos os casos",
|
105
|
-
"allArticles": "Todos os artigos",
|
106
|
-
"allTags": "Todas as tags",
|
107
|
-
"rubricAlt": "Categoria",
|
108
|
-
"tagAriaLabel": "Tag: {name} ({count})"
|
109
|
-
},
|
110
|
-
"themeToggle": {
|
111
|
-
"ariaLabel": "Alterar esquema de cores"
|
112
|
-
},
|
113
|
-
"pagination": {
|
114
|
-
"goToPage": "Ir para a página {page} de {lastPage}",
|
115
|
-
"pageOf": "Página {currentPage} de {lastPage}"
|
116
|
-
},
|
117
|
-
"subscribe": {
|
118
|
-
"heading": "Assine para atualizações",
|
119
|
-
"mutedText": "Receba os últimos artigos e novidades primeiro!"
|
120
|
-
},
|
121
|
-
"notFound": {
|
122
|
-
"title": "Página não encontrada",
|
123
|
-
"description": "Desculpe, esta página não existe ou foi removida.",
|
124
|
-
"button": "Página principal"
|
125
|
-
}
|
126
|
-
}
|
package/src/i18n/ru.json
DELETED
@@ -1,123 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"buttons": {
|
3
|
-
"share": "Поделиться",
|
4
|
-
"subscribe": "Подписаться",
|
5
|
-
"moreAboutProduct": "Больше о продукте",
|
6
|
-
"copied": "Скопировано!",
|
7
|
-
"copyLink": "Скопировать ссылку",
|
8
|
-
"copyLinkToArticle": "Скопировать ссылку на статью",
|
9
|
-
"morePosts": "Ещё статьи"
|
10
|
-
},
|
11
|
-
"form": {
|
12
|
-
"emailPlaceholder": "почта",
|
13
|
-
"emailLabel": "Почта",
|
14
|
-
"subscribeAriaLabel": "Форма подписки"
|
15
|
-
},
|
16
|
-
|
17
|
-
"nav": {
|
18
|
-
"blog": "Блог",
|
19
|
-
"products": "Продукты",
|
20
|
-
"projects": "Кейсы",
|
21
|
-
"authors": "Авторы",
|
22
|
-
"tags": "Рубрикатор",
|
23
|
-
"openMenu": "Открыть меню",
|
24
|
-
"closeMenu": "Закрыть меню"
|
25
|
-
},
|
26
|
-
"pages": {
|
27
|
-
"authors": {
|
28
|
-
"title": "Авторы",
|
29
|
-
"description": "Познакомьтесь с командой экспертов, которые пишут для {brand}"
|
30
|
-
},
|
31
|
-
"tags": {
|
32
|
-
"title": "Рубрики",
|
33
|
-
"description": "Все статьи по рубрикам",
|
34
|
-
"blogRubrics": "Рубрики блога"
|
35
|
-
},
|
36
|
-
"index": {
|
37
|
-
"title": "<Блог>",
|
38
|
-
"description": "Блог об автоматизации глазами ИИ",
|
39
|
-
"articles": "Статьи",
|
40
|
-
"minutes": "мин"
|
41
|
-
},
|
42
|
-
"products": {
|
43
|
-
"title": "Продукты",
|
44
|
-
"description": "Все продукты Maugli"
|
45
|
-
},
|
46
|
-
"projects": {
|
47
|
-
"tagTitle": "Сервисы по тегу",
|
48
|
-
"title": "Сервисы"
|
49
|
-
},
|
50
|
-
"blog": {
|
51
|
-
"moreByTag": "Еще по теме"
|
52
|
-
},
|
53
|
-
"productsId": {
|
54
|
-
"articlesByTag": "Статьи по теме",
|
55
|
-
"casesByTag": "Кейсы по теме"
|
56
|
-
}
|
57
|
-
},
|
58
|
-
"socials": {
|
59
|
-
"email": "email",
|
60
|
-
"linkedin": "LinkedIn",
|
61
|
-
"twitter": "Twitter",
|
62
|
-
"telegram": "Telegram",
|
63
|
-
"reddit": "Reddit",
|
64
|
-
"medium": "Medium",
|
65
|
-
"mastodon": "Mastodon",
|
66
|
-
"bluesky": "Bluesky"
|
67
|
-
},
|
68
|
-
"footer": {
|
69
|
-
"allRightsReserved": "Все права защищены"
|
70
|
-
},
|
71
|
-
"shareIconAriaLabel": {
|
72
|
-
"twitter": "Поделиться в Twitter",
|
73
|
-
"copy": "Скопировать ссылку",
|
74
|
-
"telegram": "Поделиться в Telegram",
|
75
|
-
"linkedin": "Поделиться в LinkedIn",
|
76
|
-
"whatsapp": "Поделиться в WhatsApp",
|
77
|
-
"facebook": "Поделиться в Facebook",
|
78
|
-
"copied": "Ссылка скопирована"
|
79
|
-
},
|
80
|
-
"date": {
|
81
|
-
"today": "сегодня",
|
82
|
-
"yesterday": "вчера"
|
83
|
-
},
|
84
|
-
"sidebarAriaLabel": "Сайдбар",
|
85
|
-
"summaryFAQCard": {
|
86
|
-
"ariaLabel": "Саммари и FAQ",
|
87
|
-
"summaryLabel": "Саммари:",
|
88
|
-
"faqLabel": "FAQ:"
|
89
|
-
},
|
90
|
-
"tableOfContents": {
|
91
|
-
"title": "Содержание",
|
92
|
-
"ariaLabel": "Содержание"
|
93
|
-
},
|
94
|
-
"tagPill": {
|
95
|
-
"ariaLabel": "Тег: {tag}"
|
96
|
-
},
|
97
|
-
"tagPills": {
|
98
|
-
"ariaLabel": "Тег: {name} ({count})"
|
99
|
-
},
|
100
|
-
"tagsSection": {
|
101
|
-
"allCases": "Все кейсы",
|
102
|
-
"allArticles": "Все статьи",
|
103
|
-
"allTags": "Все теги",
|
104
|
-
"rubricAlt": "Рубрика",
|
105
|
-
"tagAriaLabel": "Тег: {name} ({count})"
|
106
|
-
},
|
107
|
-
"themeToggle": {
|
108
|
-
"ariaLabel": "Сменить цветовую схему"
|
109
|
-
},
|
110
|
-
"pagination": {
|
111
|
-
"goToPage": "Перейти на страницу {page} из {lastPage}",
|
112
|
-
"pageOf": "Страница {currentPage} из {lastPage}"
|
113
|
-
},
|
114
|
-
"subscribe": {
|
115
|
-
"heading": "Подпишитесь на обновления",
|
116
|
-
"mutedText": "Получайте свежие статьи и новости первым!"
|
117
|
-
},
|
118
|
-
"notFound": {
|
119
|
-
"title": "Страница не найдена",
|
120
|
-
"description": "Упс, такой страницы не существует или она была удалена.",
|
121
|
-
"button": "На главную"
|
122
|
-
}
|
123
|
-
}
|