diff --git a/ui/index.html b/ui/index.html index 36d826b..c6389b1 100644 --- a/ui/index.html +++ b/ui/index.html @@ -3,7 +3,7 @@
- + @@ -11,7 +11,7 @@ - + @@ -19,12 +19,12 @@ - + - + @@ -40,7 +40,7 @@ "@type": "WebApplication", "name": "Only Once Share", "url": "https://ooshare.io", - "description": "Share secrets securely with end-to-end encryption. Zero-knowledge, single-use links that self-destruct after viewing.", + "description": "Share and send passwords, secrets, and sensitive information securely with one-time self-destructing links. End-to-end AES-256 encryption with zero-knowledge architecture. Free and open source.", "applicationCategory": "SecurityApplication", "operatingSystem": "Any", "offers": { diff --git a/ui/src/i18n/locales/ar.json b/ui/src/i18n/locales/ar.json index c5d35c9..783f02e 100644 --- a/ui/src/i18n/locales/ar.json +++ b/ui/src/i18n/locales/ar.json @@ -1,7 +1,7 @@ { "meta": { "title": "Only Once Share — مشاركة الأسرار الآمنة لمرة واحدة", - "description": "شارك كلمات المرور ومفاتيح API والبيانات الحساسة بتشفير من طرف إلى طرف. معرفة صفرية، روابط تُستخدم مرة واحدة وتتلف ذاتياً بعد المشاهدة." + "description": "أرسل كلمات المرور ومفاتيح API والمعلومات الحساسة بأمان عبر روابط تتلف ذاتياً تُستخدم مرة واحدة. تشفير AES-256 من طرف إلى طرف، بنية معرفة صفرية. مجاني ومفتوح المصدر — لا حاجة لحساب." }, "header": { "title": "Only Once Share" diff --git a/ui/src/i18n/locales/en.json b/ui/src/i18n/locales/en.json index c701458..bd06829 100644 --- a/ui/src/i18n/locales/en.json +++ b/ui/src/i18n/locales/en.json @@ -1,7 +1,7 @@ { "meta": { "title": "Only Once Share — Secure One-Time Secret Sharing", - "description": "Share passwords, API keys, and sensitive data with end-to-end encryption. Zero-knowledge, single-use links that self-destruct after viewing." + "description": "Send passwords, API keys, and sensitive information securely with one-time self-destructing links. End-to-end AES-256 encryption, zero-knowledge architecture. Free and open source — no account required." }, "header": { "title": "Only Once Share" diff --git a/ui/src/i18n/locales/es.json b/ui/src/i18n/locales/es.json index 8d7333e..b950660 100644 --- a/ui/src/i18n/locales/es.json +++ b/ui/src/i18n/locales/es.json @@ -1,7 +1,7 @@ { "meta": { "title": "Only Once Share — Compartir secretos de forma segura", - "description": "Comparte contraseñas, claves API y datos sensibles con cifrado de extremo a extremo. Conocimiento cero, enlaces de un solo uso que se autodestruyen después de verlos." + "description": "Envía contraseñas, claves API e información sensible de forma segura con enlaces autodestructivos de un solo uso. Cifrado AES-256 de extremo a extremo, arquitectura de conocimiento cero. Gratuito y de código abierto — sin necesidad de cuenta." }, "header": { "title": "Only Once Share" diff --git a/ui/src/i18n/locales/hi.json b/ui/src/i18n/locales/hi.json index bb688ff..cc5560c 100644 --- a/ui/src/i18n/locales/hi.json +++ b/ui/src/i18n/locales/hi.json @@ -1,7 +1,7 @@ { "meta": { "title": "Only Once Share — सुरक्षित एक बार का गोपनीय साझाकरण", - "description": "एंड-टू-एंड एन्क्रिप्शन के साथ पासवर्ड, API कुंजियाँ और संवेदनशील डेटा साझा करें। शून्य ज्ञान, एक बार उपयोग लिंक जो देखने के बाद स्वतः नष्ट हो जाते हैं।" + "description": "एक बार के स्व-विनाशकारी लिंक से पासवर्ड, API कुंजियाँ और संवेदनशील जानकारी सुरक्षित रूप से भेजें। एंड-टू-एंड AES-256 एन्क्रिप्शन, शून्य ज्ञान आर्किटेक्चर। मुफ्त और ओपन सोर्स — किसी खाते की आवश्यकता नहीं।" }, "header": { "title": "Only Once Share" diff --git a/ui/src/i18n/locales/pt.json b/ui/src/i18n/locales/pt.json index 89a7b79..8f6859e 100644 --- a/ui/src/i18n/locales/pt.json +++ b/ui/src/i18n/locales/pt.json @@ -1,7 +1,7 @@ { "meta": { "title": "Only Once Share — Compartilhamento seguro de segredos", - "description": "Compartilhe senhas, chaves de API e dados sensíveis com criptografia ponta a ponta. Conhecimento zero, links de uso único que se autodestroem após a visualização." + "description": "Envie senhas, chaves de API e informações sensíveis com segurança através de links autodestrutivos de uso único. Criptografia AES-256 ponta a ponta, arquitetura de conhecimento zero. Gratuito e código aberto — sem necessidade de conta." }, "header": { "title": "Only Once Share" diff --git a/ui/src/i18n/locales/zh.json b/ui/src/i18n/locales/zh.json index ef793de..2da26e9 100644 --- a/ui/src/i18n/locales/zh.json +++ b/ui/src/i18n/locales/zh.json @@ -1,7 +1,7 @@ { "meta": { "title": "Only Once Share — 安全一次性秘密分享", - "description": "通过端到端加密分享密码、API密钥和敏感数据。零知识架构,一次性自毁链接。" + "description": "通过一次性自毁链接安全发送密码、API密钥和敏感信息。端到端AES-256加密,零知识架构。免费开源,无需注册账户。" }, "header": { "title": "Only Once Share"