logos for english
This commit is contained in:
parent
46667b9b94
commit
9653dfa973
@ -1,12 +1,16 @@
|
|||||||
import type { Translation } from '../../types/i18n';
|
import type { Translation } from '../../types/i18n';
|
||||||
import { URLS } from '../../config/constants';
|
import { URLS } from '../../config/constants';
|
||||||
|
import logoGitea from '/src/assets/Gitea_Logo.png';
|
||||||
|
import logoWiki from '/src/assets/wikijs.png';
|
||||||
|
import logoPelican from '/src/assets/pelican.png';
|
||||||
|
import logoOpencloud from '/src/assets/opencloud_logo_white.png';
|
||||||
|
|
||||||
export const en: Translation = {
|
export const en: Translation = {
|
||||||
services: [
|
services: [
|
||||||
{
|
{
|
||||||
name: "Wiki",
|
name: "Wiki",
|
||||||
url: URLS.services.wiki,
|
url: URLS.services.wiki,
|
||||||
image: "/path/to/wiki-image.jpg",
|
image: logoWiki,
|
||||||
icon: "📚",
|
icon: "📚",
|
||||||
description: "Collaborative technical documentation and knowledge sharing platform. Create, edit and organize your guides, tutorials and documentation as a team with integrated versioning system.",
|
description: "Collaborative technical documentation and knowledge sharing platform. Create, edit and organize your guides, tutorials and documentation as a team with integrated versioning system.",
|
||||||
features: [
|
features: [
|
||||||
@ -23,7 +27,7 @@ export const en: Translation = {
|
|||||||
{
|
{
|
||||||
name: "Gitea",
|
name: "Gitea",
|
||||||
url: URLS.services.gitea,
|
url: URLS.services.gitea,
|
||||||
image: "/path/to/gitea-image.jpg",
|
image: logoGitea,
|
||||||
icon: "🔧",
|
icon: "🔧",
|
||||||
description: "Lightweight and performant self-hosted Git service for your development projects. Open-source alternative to GitHub with all essential features for managing your repositories.",
|
description: "Lightweight and performant self-hosted Git service for your development projects. Open-source alternative to GitHub with all essential features for managing your repositories.",
|
||||||
features: [
|
features: [
|
||||||
@ -37,26 +41,10 @@ export const en: Translation = {
|
|||||||
"Webhooks for external notifications"
|
"Webhooks for external notifications"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Gaming Panel",
|
|
||||||
url: URLS.services.panel,
|
|
||||||
image: "/path/to/panel-image.jpg",
|
|
||||||
icon: "🎮",
|
|
||||||
description: "Centralized management interface for all your game servers. Easily deploy, configure and monitor your Minecraft, CS2, Garry's Mod and many other servers.",
|
|
||||||
features: [
|
|
||||||
"Support for 20+ popular games (Minecraft, CS2, GMod...)",
|
|
||||||
"One-click deployment with pre-configured templates",
|
|
||||||
"Real-time administration console",
|
|
||||||
"File management with integrated editor",
|
|
||||||
"Performance and resource monitoring",
|
|
||||||
"Automatic backup system",
|
|
||||||
"Automated task scheduler"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pelican",
|
name: "Pelican",
|
||||||
url: URLS.services.pelican,
|
url: URLS.services.pelican,
|
||||||
image: "/path/to/pelican-image.jpg",
|
image: logoPelican,
|
||||||
icon: "🐧",
|
icon: "🐧",
|
||||||
description: "Ultra-fast and flexible Python static site generator. Create blogs, portfolios or documentation sites with optimal performance and simplified deployment.",
|
description: "Ultra-fast and flexible Python static site generator. Create blogs, portfolios or documentation sites with optimal performance and simplified deployment.",
|
||||||
features: [
|
features: [
|
||||||
@ -69,6 +57,36 @@ export const en: Translation = {
|
|||||||
"Automated task scheduler"
|
"Automated task scheduler"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Password Change",
|
||||||
|
url: URLS.services.ssp,
|
||||||
|
image: "/path/to/ssp-image.jpg",
|
||||||
|
icon: "🔐",
|
||||||
|
description: "Secure interface for autonomous password management. Easily change your credentials safely.",
|
||||||
|
features: [
|
||||||
|
"Secure interface to change your password",
|
||||||
|
"Password complexity validation",
|
||||||
|
"Email notifications of changes",
|
||||||
|
"Modification history"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "OpenCloud",
|
||||||
|
url: URLS.services.opencloud,
|
||||||
|
image: logoOpencloud,
|
||||||
|
icon: "☁️",
|
||||||
|
description: "Open-source collaborative cloud platform for file storage, sharing and synchronization. Free alternative to Google Drive with full control over your data.",
|
||||||
|
features: [
|
||||||
|
"Secure and encrypted cloud storage",
|
||||||
|
"Multi-device synchronization",
|
||||||
|
"File sharing with secure links",
|
||||||
|
"Collaborative document editing",
|
||||||
|
"Automatic file versioning",
|
||||||
|
"Native mobile applications",
|
||||||
|
"Integration with external tools",
|
||||||
|
"Geo-redundant data backup"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Intranet",
|
name: "Intranet",
|
||||||
url: URLS.services.intra,
|
url: URLS.services.intra,
|
||||||
@ -86,6 +104,22 @@ export const en: Translation = {
|
|||||||
"Archive of decisions and minutes"
|
"Archive of decisions and minutes"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Gaming Panel",
|
||||||
|
url: URLS.services.panel,
|
||||||
|
image: "/path/to/panel-image.jpg",
|
||||||
|
icon: "🎮",
|
||||||
|
description: "Centralized management interface for all your game servers. Easily deploy, configure and monitor your Minecraft, CS2, Garry's Mod and many other servers.",
|
||||||
|
features: [
|
||||||
|
"Support for 20+ popular games (Minecraft, CS2, GMod...)",
|
||||||
|
"One-click deployment with pre-configured templates",
|
||||||
|
"Real-time administration console",
|
||||||
|
"File management with integrated editor",
|
||||||
|
"Performance and resource monitoring",
|
||||||
|
"Automatic backup system",
|
||||||
|
"Automated task scheduler"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Mails",
|
name: "Mails",
|
||||||
url: URLS.services.mails,
|
url: URLS.services.mails,
|
||||||
@ -102,36 +136,6 @@ export const en: Translation = {
|
|||||||
"Communication encryption",
|
"Communication encryption",
|
||||||
"Automatic data backup"
|
"Automatic data backup"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Password Change",
|
|
||||||
url: URLS.services.ssp,
|
|
||||||
image: "/path/to/ssp-image.jpg",
|
|
||||||
icon: "🔐",
|
|
||||||
description: "Secure interface for autonomous password management. Easily change your credentials safely.",
|
|
||||||
features: [
|
|
||||||
"Secure interface to change your password",
|
|
||||||
"Password complexity validation",
|
|
||||||
"Email notifications of changes",
|
|
||||||
"Modification history"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "OpenCloud",
|
|
||||||
url: URLS.services.opencloud,
|
|
||||||
image: "/path/to/opencloud-image.jpg",
|
|
||||||
icon: "☁️",
|
|
||||||
description: "Open-source collaborative cloud platform for file storage, sharing and synchronization. Free alternative to Google Drive with full control over your data.",
|
|
||||||
features: [
|
|
||||||
"Secure and encrypted cloud storage",
|
|
||||||
"Multi-device synchronization",
|
|
||||||
"File sharing with secure links",
|
|
||||||
"Collaborative document editing",
|
|
||||||
"Automatic file versioning",
|
|
||||||
"Native mobile applications",
|
|
||||||
"Integration with external tools",
|
|
||||||
"Geo-redundant data backup"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
hero: {
|
hero: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user