Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/assets/lang/de/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@
"reviews": "Bewertungen",
"certifications": "Certificaciones",
"wire": "Alternative zu Wire",
"whereby": "Alternative zu Whereby"
"whereby": "Alternative zu Whereby",
"s3Alternative": "S3-Alternativen",
"idrivee2Alternative": "IDrive e2-Alternative",
"backblazeAlternative": "Backblaze-Alternative",
"googleCloudAlternative": "Google Cloud-Alternative",
"awsAlternative": "AWS-Alternative",
"azureAlternative": "Azure-Alternative"
},
"tools": {
"title": "Kostenlose Tools",
Expand Down Expand Up @@ -118,4 +124,4 @@
},
"financialProject": "Projekt finanziert durch CDTI und EU-FEDER-Fonds. Internxt Mail und Internxt Meet: Sicherer E-Mail-Dienst Internxt Mail und sicherer Videoanruf-Dienst Internxt Meet, unter Verwendung von Post-Quanten-Verschlüsselung und künstlicher Intelligenz."
}
}
}
25 changes: 25 additions & 0 deletions src/assets/lang/de/metatags-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,5 +473,30 @@
"id": "annual",
"title": "Angebot für Internxt-Jahrestarife: Sicherer verschlüsselter Cloud-Speicher",
"description": "Holen Sie sich die Jahrestarife von Internxt für sicheren, verschlüsselten Cloud-Speicher. Schützen Sie Ihre Dateien mit Zero-Knowledge-Technologie und Post-Quanten-Sicherheit. Sparen Sie heute noch mehr!"
},
{
"id": "aws-alternative",
"title": "Internxt — Alternative zu AWS",
"description": "Wechseln Sie zu Internxt für eine private und verschlüsselte AWS-Alternative. Internxt hält Ihre Daten privat, verschlüsselt und nur für Sie zugänglich."
},
{
"id": "azure-alternative",
"title": "Internxt — Alternative zu Microsoft Azure",
"description": "Wechseln Sie zu Internxt S3 für eine Open-Source-Alternative zu Azure. Erschwinglicher, sicherer Cloud-Objektspeicher für Unternehmen."
},
{
"id": "backblaze-alternative",
"title": "Internxt — Alternative zu Backblaze",
"description": "Wechseln Sie zu Internxt S3 für eine Open-Source-Alternative zu Backblaze. Erschwinglicher, sicherer Cloud-Objektspeicher für Unternehmen."
},
{
"id": "idrivee2-alternative",
"title": "Internxt — Alternative zu IDrive e2",
"description": "Wechseln Sie zu Internxt S3 für eine Open-Source-Alternative zu IDrive. Erschwinglicher, sicherer Cloud-Objektspeicher für Unternehmen."
},
{
"id": "google-cloud-alternative",
"title": "Internxt — Alternative zu Google Cloud",
"description": "Wechseln Sie zu Internxt S3 für eine Open-Source-Alternative zu Google Cloud. Erschwinglicher, sicherer Cloud-Objektspeicher für Unternehmen."
}
]
6 changes: 6 additions & 0 deletions src/assets/lang/en/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
"copilotAlternative": "Copilot Alternative",
"chatGPTAlternative": "ChatGPT Alternative",
"deepSeekAlternative": "Deepseek Alternative",
"s3Alternative": "S3 Alternatives",
"idrivee2Alternative": "IDrive e2 Alternative",
"backblazeAlternative": "Backblaze Alternative",
"googleCloudAlternative": "Google Cloud Alternative",
"awsAlternative": "AWS Alternative",
"azureAlternative": "Azure Alternative",
"whatGoogleKnowsAboutMe": "What Google Knows",
"WebDAV": "WebDAV, Rclone & CLI",
"nas": "NAS",
Expand Down
25 changes: 25 additions & 0 deletions src/assets/lang/en/metatags-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -663,5 +663,30 @@
"id": "annual",
"title": "Internxt Annual Plans Offer: Secure Encrypted Cloud Storage",
"description": "Get Internxt's annual plans for secure, encrypted cloud storage. Protect your files with zero-knowledge technology and post-quantum security. Save more today!"
},
{
"id": "aws-alternative",
"title": "Internxt — Alternative to AWS",
"description": "Switch to Internxt for a private and encrypted AWS alternative. Internxt keeps your data private, encrypted, and accessible only to you."
},
{
"id": "azure-alternative",
"title": "Internxt — Alternative to Microsoft Azure",
"description": "Switch to Internxt S3 for an open-source alternative to Azure. Affordable, secure object cloud storage for enterprises."
},
{
"id": "backblaze-alternative",
"title": "Internxt — Alternative to Backblaze",
"description": "Switch to Internxt S3 for an open-source alternative to Backblaze. Affordable, secure object cloud storage for enterprises."
},
{
"id": "idrivee2-alternative",
"title": "Internxt — Alternative to IDrive e2",
"description": "Switch to Internxt S3 for an open-source alternative to IDrive. Affordable, secure object cloud storage for enterprises."
},
{
"id": "google-cloud-alternative",
"title": "Internxt — Alternative to Google Cloud",
"description": "Switch to Internxt S3 for an open-source alternative to Google Cloud. Affordable, secure object cloud storage for enterprises."
}
]
10 changes: 8 additions & 2 deletions src/assets/lang/es/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@
"reviews": "Reseñas",
"certifications": "Certificaciones",
"wire": "Alternativa a Wire",
"whereby": "Alternativa a Whereby"
"whereby": "Alternativa a Whereby",
"s3Alternative": "Alternativas a S3",
"idrivee2Alternative": "Alternativa a IDrive e2",
"backblazeAlternative": "Alternativa a Backblaze",
"googleCloudAlternative": "Alternativa a Google Cloud",
"awsAlternative": "Alternativa a AWS",
"azureAlternative": "Alternativa a Azure"
},
"tools": {
"title": "Herramientas gratuitas",
Expand Down Expand Up @@ -118,4 +124,4 @@
},
"financialProject": "Proyecto financiado por el CDTI y financiado por los fondos FEDER de la UE. Internxt Mail e Internxt Meet: Servicio de correo seguro Internxt Mail y servicio de videollamadas seguras Internxt Meet, mediante el uso de encriptación post-cuántica e inteligencia artificial."
}
}
}
25 changes: 25 additions & 0 deletions src/assets/lang/es/metatags-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,5 +563,30 @@
"id": "annual",
"title": "Oferta Planes Anuales Internxt: Almacenamiento en la Nube Seguro y Encriptado",
"description": "Obtén los planes anuales de Internxt para almacenamiento en la nube seguro y encriptado. Protege tus archivos con tecnología de conocimiento cero y seguridad post-cuántica. ¡Ahorra más hoy mismo!"
},
{
"id": "aws-alternative",
"title": "Internxt — Alternativa a AWS",
"description": "Pásate a Internxt para obtener una alternativa a AWS privada y encriptada. Internxt mantiene tus datos privados, encriptados y accesibles solo para ti."
},
{
"id": "azure-alternative",
"title": "Internxt — Alternativa a Microsoft Azure",
"description": "Pásate a Internxt S3 para obtener una alternativa de código abierto a Azure. Almacenamiento en la nube de objetos asequible y seguro para empresas."
},
{
"id": "backblaze-alternative",
"title": "Internxt — Alternativa a Backblaze",
"description": "Pásate a Internxt S3 para obtener una alternativa de código abierto a Backblaze. Almacenamiento en la nube de objetos asequible y seguro para empresas."
},
{
"id": "idrivee2-alternative",
"title": "Internxt — Alternativa a IDrive e2",
"description": "Pásate a Internxt S3 para obtener una alternativa de código abierto a IDrive. Almacenamiento en la nube de objetos asequible y seguro para empresas."
},
{
"id": "google-cloud-alternative",
"title": "Internxt — Alternativa a Google Cloud",
"description": "Pásate a Internxt S3 para obtener una alternativa de código abierto a Google Cloud. Almacenamiento en la nube de objetos asequible y seguro para empresas."
}
]
10 changes: 8 additions & 2 deletions src/assets/lang/fr/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@
"reviews": "Avis",
"certifications": "Certifications",
"wire": "Alternative à Wire",
"whereby": "Alternative à Whereby"
"whereby": "Alternative à Whereby",
"s3Alternative": "Alternatives à S3",
"idrivee2Alternative": "Alternative à IDrive e2",
"backblazeAlternative": "Alternative à Backblaze",
"googleCloudAlternative": "Alternative à Google Cloud",
"awsAlternative": "Alternative à AWS",
"azureAlternative": "Alternative à Azure"
},
"tools": {
"title": "Outils gratuits",
Expand All @@ -117,4 +123,4 @@
}
}
}
}
}
25 changes: 25 additions & 0 deletions src/assets/lang/fr/metatags-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,5 +463,30 @@
"id": "annual",
"title": "Offre Forfaits Annuels Internxt : Stockage Cloud Sécurisé et Chiffré",
"description": "Obtenez les forfaits annuels d'Internxt pour un stockage cloud sécurisé et chiffré. Protégez vos fichiers avec la technologie zéro connaissance et la sécurité post-quantique. Économisez plus dès aujourd'hui !"
},
{
"id": "aws-alternative",
"title": "Internxt — Alternative à AWS",
"description": "Passez à Internxt pour une alternative à AWS privée et cryptée. Internxt garde vos données privées, cryptées et accessibles uniquement par vous."
},
{
"id": "azure-alternative",
"title": "Internxt — Alternative à Microsoft Azure",
"description": "Passez à Internxt S3 pour une alternative open-source à Azure. Stockage d'objets cloud abordable et sécurisé pour les entreprises."
},
{
"id": "backblaze-alternative",
"title": "Internxt — Alternative à Backblaze",
"description": "Passez à Internxt S3 pour une alternative open-source à Backblaze. Stockage d'objets cloud abordable et sécurisé pour les entreprises."
},
{
"id": "idrivee2-alternative",
"title": "Internxt — Alternative à IDrive e2",
"description": "Passez à Internxt S3 pour une alternative open-source à IDrive. Stockage d'objets cloud abordable et sécurisé pour les entreprises."
},
{
"id": "google-cloud-alternative",
"title": "Internxt — Alternative à Google Cloud",
"description": "Passez à Internxt S3 pour une alternative open-source à Google Cloud. Stockage d'objets cloud abordable et sécurisé pour les entreprises."
}
]
10 changes: 8 additions & 2 deletions src/assets/lang/it/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@
"reviews": "Recensioni",
"certifications": "Certificazioni",
"wire": "Alternativa a Wire",
"whereby": "Alternativa a Whereby"
"whereby": "Alternativa a Whereby",
"s3Alternative": "Alternative a S3",
"idrivee2Alternative": "Alternativa a IDrive e2",
"backblazeAlternative": "Alternativa a Backblaze",
"googleCloudAlternative": "Alternativa a Google Cloud",
"awsAlternative": "Alternativa a AWS",
"azureAlternative": "Alternativa a Azure"
},
"tools": {
"title": "Strumenti gratuiti",
Expand All @@ -117,4 +123,4 @@
}
}
}
}
}
25 changes: 25 additions & 0 deletions src/assets/lang/it/metatags-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,5 +493,30 @@
"id": "annual",
"title": "Offerta Piani Annuali Internxt: Archiviazione Cloud Sicura e Crittografata",
"description": "Ottieni i piani annuali di Internxt per un'archiviazione cloud sicura e crittografata. Proteggi i tuoi file con la tecnologia a conoscenza zero e la sicurezza post-quantistica. Risparmia di più oggi stesso!"
},
{
"id": "aws-alternative",
"title": "Internxt — Alternativa ad AWS",
"description": "Passa a Internxt per un'alternativa AWS privata e crittografata. Internxt mantiene i tuoi dati privati, crittografati e accessibili solo a te."
},
{
"id": "azure-alternative",
"title": "Internxt — Alternativa a Microsoft Azure",
"description": "Passa a Internxt S3 per un'alternativa open-source ad Azure. Archiviazione di oggetti cloud conveniente e sicura per le aziende."
},
{
"id": "backblaze-alternative",
"title": "Internxt — Alternativa a Backblaze",
"description": "Passa a Internxt S3 per un'alternativa open-source a Backblaze. Archiviazione di oggetti cloud conveniente e sicura per le aziende."
},
{
"id": "idrivee2-alternative",
"title": "Internxt — Alternativa a IDrive e2",
"description": "Passa a Internxt S3 per un'alternativa open-source a IDrive. Archiviazione di oggetti cloud conveniente e sicura per le aziende."
},
{
"id": "google-cloud-alternative",
"title": "Internxt — Alternativa a Google Cloud",
"description": "Passa a Internxt S3 per un'alternativa open-source a Google Cloud. Archiviazione di oggetti cloud conveniente e sicura per le aziende."
}
]
10 changes: 8 additions & 2 deletions src/assets/lang/ru/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@
"reviews": "Отзывы",
"certifications": "Certificazioni",
"wire": "Альтернатива Wire",
"whereby": "Альтернатива Whereby"
"whereby": "Альтернатива Whereby",
"s3Alternative": "Альтернативы S3",
"idrivee2Alternative": "Альтернатива IDrive e2",
"backblazeAlternative": "Альтернатива Backblaze",
"googleCloudAlternative": "Альтернатива Google Cloud",
"awsAlternative": "Альтернатива AWS",
"azureAlternative": "Альтернатива Azure"
},
"tools": {
"title": "Бесплатные инструменты",
Expand All @@ -117,4 +123,4 @@
}
}
}
}
}
25 changes: 25 additions & 0 deletions src/assets/lang/ru/metatags-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,5 +478,30 @@
"id": "annual",
"title": "Предложение по годовым планам Internxt: Безопасное зашифрованное облачное хранилище",
"description": "Получите годовые планы Internxt для безопасного зашифрованного облачного хранилища. Защитите свои файлы с помощью технологии нулевого разглашения и постквантовой безопасности. Сэкономьте больше сегодня!"
},
{
"id": "aws-alternative",
"title": "Internxt — Альтернатива AWS",
"description": "Перейдите на Internxt для частной и зашифрованной альтернативы AWS. Internxt сохраняет ваши данные частными, зашифрованными и доступными только вам."
},
{
"id": "azure-alternative",
"title": "Internxt — Альтернатива Microsoft Azure",
"description": "Перейдите на Internxt S3 как на альтернативу Azure с открытым исходным кодом. Доступное и безопасное объектное решение облачного хранилища для предприятий."
},
{
"id": "backblaze-alternative",
"title": "Internxt — Альтернатива Backblaze",
"description": "Перейдите на Internxt S3 как на альтернативу Backblaze с открытым исходным кодом. Доступное и безопасное объектное решение облачного хранилища для предприятий."
},
{
"id": "idrivee2-alternative",
"title": "Internxt — Альтернатива IDrive e2",
"description": "Перейдите на Internxt S3 как на альтернативу IDrive с открытым исходным кодом. Доступное и безопасное объектное решение облачного хранилища для предприятий."
},
{
"id": "google-cloud-alternative",
"title": "Internxt — Альтернатива Google Cloud",
"description": "Перейдите на Internxt S3 как на альтернативу Google Cloud с открытым исходным кодом. Доступное и безопасное объектное решение облачного хранилища для предприятий."
}
]
10 changes: 8 additions & 2 deletions src/assets/lang/zh-tw/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@
"reviews": "評論",
"certifications": "認證",
"wire": "Wire 替代方案",
"whereby": "Whereby 替代方案"
"whereby": "Whereby 替代方案",
"s3Alternative": "S3 替代方案",
"idrivee2Alternative": "IDrive e2 替代方案",
"backblazeAlternative": "Backblaze 替代方案",
"googleCloudAlternative": "Google Cloud 替代方案",
"awsAlternative": "AWS 替代方案",
"azureAlternative": "Azure 替代方案"
},
"tools": {
"title": "免費工具",
Expand All @@ -117,4 +123,4 @@
}
}
}
}
}
25 changes: 25 additions & 0 deletions src/assets/lang/zh-tw/metatags-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,5 +643,30 @@
"id": "annual",
"title": "Internxt 年度計畫優惠:安全加密雲端儲存",
"description": "取得 Internxt 的年度計畫,享受安全加密的雲端儲存。利用零知識技術和後量子安全保護您的檔案。今天節省更多!"
},
{
"id": "aws-alternative",
"title": "Internxt — AWS 的替代方案",
"description": "切換到 Internxt 以獲取私密且加密的 AWS 替代方案。Internxt 確保您的資料私密、加密,並且只有您可以訪問。"
},
{
"id": "azure-alternative",
"title": "Internxt — Microsoft Azure 的替代方案",
"description": "切換到 Internxt S3 作為 Azure 的開源替代方案。專為企業提供可負擔且安全的物件雲端儲存。"
},
{
"id": "backblaze-alternative",
"title": "Internxt — Backblaze 的替代方案",
"description": "切換到 Internxt S3 作為 Backblaze 的開源替代方案。專為企業提供可負擔且安全的物件雲端儲存。"
},
{
"id": "idrivee2-alternative",
"title": "Internxt — IDrive e2 的替代方案",
"description": "切換到 Internxt S3 作為 IDrive 的開源替代方案。專為企業提供可負擔且安全的物件雲端儲存。"
},
{
"id": "google-cloud-alternative",
"title": "Internxt — Google Cloud 的替代方案",
"description": "切換到 Internxt S3 作為 Google Cloud 的開源替代方案。專為企業提供可負擔且安全的物件雲端儲存。"
}
]
10 changes: 8 additions & 2 deletions src/assets/lang/zh/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@
"reviews": "评论",
"certifications": "认证",
"wire": "Wire 替代方案",
"whereby": "Whereby 替代方案"
"whereby": "Whereby 替代方案",
"s3Alternative": "S3 替代方案",
"idrivee2Alternative": "IDrive e2 替代方案",
"backblazeAlternative": "Backblaze 替代方案",
"googleCloudAlternative": "Google Cloud 替代方案",
"awsAlternative": "AWS 替代方案",
"azureAlternative": "Azure 替代方案"
},
"tools": {
"title": "免费工具",
Expand All @@ -117,4 +123,4 @@
}
}
}
}
}
Loading
Loading