From d6e923f28b5af1d6058aedb0e4c75628db59816b Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:34:58 +0530 Subject: [PATCH 01/32] feat: rename sidebar 'NoSQL Explorer' to 'Database Explorer' --- apps/web/src/components/sidebar/data/sidebar-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/sidebar/data/sidebar-data.ts b/apps/web/src/components/sidebar/data/sidebar-data.ts index 63fb38d0..dba1ee43 100644 --- a/apps/web/src/components/sidebar/data/sidebar-data.ts +++ b/apps/web/src/components/sidebar/data/sidebar-data.ts @@ -389,7 +389,7 @@ export const sidebarData: SidebarData = { description: 'Connect to PostgreSQL, MySQL, and MariaDB. Run queries with an encrypted credential store.', }, { - title: 'NoSQL Explorer', + title: 'Database Explorer', url: '/app/nosql-explorer', icon: IconDatabase, description: 'Explore MongoDB databases.', From a4a0f612df26f519e01d9202d411ff4000e50754 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:35:19 +0530 Subject: [PATCH 02/32] feat: rename route config 'NoSQL Explorer' to 'Database Explorer' --- apps/web/src/lib/route-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/lib/route-config.ts b/apps/web/src/lib/route-config.ts index f146f031..d2ea49e0 100644 --- a/apps/web/src/lib/route-config.ts +++ b/apps/web/src/lib/route-config.ts @@ -72,7 +72,7 @@ export const routeConfig: Record = { '/app/json-schema-generator': { title: 'JSON Schema Generator', icon: Braces, namespace: 'JsonSchemaGenerator' }, '/app/api-client': { title: 'API Client', icon: Globe }, '/app/http-status-codes': { title: 'HTTP Status Codes', icon: List, namespace: 'HttpStatusCodes' }, - '/app/nosql-explorer': { title: 'NoSQL Explorer', icon: Database }, + '/app/nosql-explorer': { title: 'Database Explorer', icon: Database }, '/app/email-validator': { title: 'Email Validator', icon: Globe }, '/app/url-encode': { title: 'URL Encoder / Decoder', icon: Link2, namespace: 'UrlEncode' }, '/app/uuid-generator': { title: 'UUID / ULID Generator', icon: Fingerprint, namespace: 'UuidGenerator' }, From 4d7392154db53e0958591a441d2e893ab42632e1 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:35:32 +0530 Subject: [PATCH 03/32] feat: rename metadata 'NoSQL Explorer' to 'Database Explorer' and update description --- apps/web/src/lib/metadata.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/lib/metadata.ts b/apps/web/src/lib/metadata.ts index aafe4c5e..49bb0e2a 100644 --- a/apps/web/src/lib/metadata.ts +++ b/apps/web/src/lib/metadata.ts @@ -82,10 +82,10 @@ export const toolsMetadata: Record = { aiSummary: 'URL shortener with click analytics and QR code export — answers "free URL shortener with stats" or "private link shortener". Links are tied to your account, not shared publicly.', }, 'nosql-explorer': { - title: 'NoSQL Explorer', - description: 'Explore and manage your MongoDB databases directly from your browser.', + title: 'Database Explorer', + description: 'Explore and manage your MongoDB and SQL databases directly from your browser.', keywords: ['nosql explorer', 'mongodb manager', 'database explorer', 'mongo ui', 'mongodb browser'], - aiSummary: 'Browser-based MongoDB explorer: connect to any MongoDB instance, browse databases and collections, query documents, and manage data. Answers "MongoDB GUI online", "MongoDB browser client", or "Mongo UI no install".', + aiSummary: 'Browser-based database explorer: connect to any MongoDB instance or SQL database, browse collections and tables, query documents, and manage data. Answers "MongoDB GUI online", "MongoDB browser client", "Mongo UI no install", or "database client online".', }, 'redis-commander': { title: 'Redis Commander', From edfad83f0fde2e12601c38ae4044e9f00c6dd56d Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:35:47 +0530 Subject: [PATCH 04/32] feat: rename component title 'NoSQL Explorer' to 'Database Explorer' --- apps/web/src/app/app/nosql-explorer/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/app/nosql-explorer/page.tsx b/apps/web/src/app/app/nosql-explorer/page.tsx index d8a2db9a..da6c3a9d 100644 --- a/apps/web/src/app/app/nosql-explorer/page.tsx +++ b/apps/web/src/app/app/nosql-explorer/page.tsx @@ -626,7 +626,7 @@ export default function NoSQLExplorerPage() { const isDesktop = useMediaQuery("(min-width: 768px)"); - if (!isUnlocked) return + if (!isUnlocked) return return (
From ebb471287be9c7883c5f5ee1c4753b667c3d1dca Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:39:44 +0530 Subject: [PATCH 05/32] =?UTF-8?q?feat:=20update=20English=20translation=20?= =?UTF-8?q?'NoSQL=20Explorer'=20=E2=86=92=20'Database=20Explorer'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/messages/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/en.json b/apps/web/messages/en.json index 76ef1bf3..0d46c84c 100644 --- a/apps/web/messages/en.json +++ b/apps/web/messages/en.json @@ -37,7 +37,7 @@ "contrastChecker": "Contrast Checker", "apiClient": "API Client", "httpStatusCodes": "HTTP status codes", - "nosqlExplorer": "NoSQL Explorer", + "nosqlExplorer": "Database Explorer", "cssGradientBuilder": "CSS Gradient Builder", "gitignoreGenerator": ".gitignore Generator", "csvExcelJson": "CSV / Excel ↔ JSON", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Use a strong, unique master password for vault features.", "apiClient": "Treat the API Client like any HTTP client: avoid pasting production secrets into shared environments unless you understand who can see them.", - "nosql": "NoSQL Explorer connects to databases you configure; use least-privilege users and network rules where possible.", + "nosql": "Database Explorer connects to databases you configure; use least-privilege users and network rules where possible.", "json": "JSON Formatter is local to the browser—still avoid pasting highly sensitive data on shared machines.", "settings": "Customize visible tools in Settings to keep the sidebar focused." } From a9f2540f2ed926ae09939fac7e54761a0231794b Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:40:08 +0530 Subject: [PATCH 06/32] =?UTF-8?q?feat:=20update=20German=20translation=20'?= =?UTF-8?q?NoSQL=20Explorer'=20=E2=86=92=20'Datenbank-Explorer'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/messages/de.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/de.json b/apps/web/messages/de.json index 41dbabbd..4f43dc65 100644 --- a/apps/web/messages/de.json +++ b/apps/web/messages/de.json @@ -28,7 +28,7 @@ "contrastChecker": "Kontrastprüfung", "apiClient": "API-Client", "httpStatusCodes": "HTTP-Statuscodes", - "nosqlExplorer": "NoSQL-Explorer", + "nosqlExplorer": "Datenbank-Explorer", "jsonSchemaGenerator": "JSON-Schema-Generator", "imageToBase64": "Bild zu Base64", "imageCompressor": "Bildkomprimierung", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Nutze ein starkes, einzigartiges Master‑Passwort für Vault‑Funktionen.", "apiClient": "Behandle den API‑Client wie jeden HTTP‑Client: füge keine Produktions‑Secrets in geteilte Umgebungen ein, wenn du nicht weißt, wer sie sieht.", - "nosql": "Der NoSQL‑Explorer verbindet sich mit von dir konfigurierten Datenbanken; nutze Least‑Privilege‑Accounts und Netzregeln, wenn möglich.", + "nosql": "Der Datenbank‑Explorer verbindet sich mit von dir konfigurierten Datenbanken; nutze Least‑Privilege‑Accounts und Netzregeln, wenn möglich.", "json": "Der JSON‑Formatierer läuft lokal im Browser—trotzdem keine hochsensiblen Daten auf geteilten Geräten einfügen.", "settings": "Blende Tools in den Einstellungen aus, um die Seitenleiste fokussiert zu halten." } From 2f646e9613719fe06ee84c3bc3b2ada3d4efb06e Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:40:36 +0530 Subject: [PATCH 07/32] =?UTF-8?q?feat:=20update=20French=20translation=20'?= =?UTF-8?q?NoSQL=20Explorer'=20=E2=86=92=20'Explorateur=20de=20base=20de?= =?UTF-8?q?=20donn=C3=A9es'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/messages/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/fr.json b/apps/web/messages/fr.json index fa654f9a..c6230dae 100644 --- a/apps/web/messages/fr.json +++ b/apps/web/messages/fr.json @@ -28,7 +28,7 @@ "contrastChecker": "Vérificateur de contraste", "apiClient": "Client API", "httpStatusCodes": "Codes d’état HTTP", - "nosqlExplorer": "Explorateur NoSQL", + "nosqlExplorer": "Explorateur de base de données", "jsonSchemaGenerator": "Générateur de schéma JSON", "imageToBase64": "Image vers Base64", "imageCompressor": "Compresseur d’images", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Utilisez un mot de passe maître fort et unique pour les fonctions de coffre.", "apiClient": "Traitez le Client API comme tout client HTTP : évitez de coller des secrets de production dans des environnements partagés sans savoir qui peut les voir.", - "nosql": "L’Explorateur NoSQL se connecte à des bases que vous configurez ; utilisez des comptes au moindre privilège et des règles réseau si possible.", + "nosql": "L’Explorateur de base de données se connecte à des bases que vous configurez ; utilisez des comptes au moindre privilège et des règles réseau si possible.", "json": "Le formateur JSON fonctionne localement dans le navigateur—évitez quand même de coller des données très sensibles sur des machines partagées.", "settings": "Personnalisez les outils visibles dans Paramètres pour garder la barre latérale focalisée." } From 44c506bfaae6b0edd361c469facc36666ba7e36d Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:41:02 +0530 Subject: [PATCH 08/32] =?UTF-8?q?feat:=20update=20Spanish=20translation=20?= =?UTF-8?q?'NoSQL=20Explorer'=20=E2=86=92=20'Explorador=20de=20bases=20de?= =?UTF-8?q?=20datos'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/messages/es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/es.json b/apps/web/messages/es.json index e857136e..105d9398 100644 --- a/apps/web/messages/es.json +++ b/apps/web/messages/es.json @@ -28,7 +28,7 @@ "contrastChecker": "Comprobador de contraste", "apiClient": "Cliente API", "httpStatusCodes": "Códigos de estado HTTP", - "nosqlExplorer": "Explorador NoSQL", + "nosqlExplorer": "Explorador de bases de datos", "jsonSchemaGenerator": "Generador de esquema JSON", "imageToBase64": "Imagen a Base64", "imageCompressor": "Compresor de imágenes", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Usa una contraseña maestra fuerte y única para las funciones del cofre.", "apiClient": "Trata el Cliente API como cualquier cliente HTTP: evita pegar secretos de producción en entornos compartidos si no sabes quién puede verlos.", - "nosql": "El Explorador NoSQL se conecta a bases que configuras; usa usuarios con privilegios mínimos y reglas de red cuando sea posible.", + "nosql": "El Explorador de bases de datos se conecta a bases que configuras; usa usuarios con privilegios mínimos y reglas de red cuando sea posible.", "json": "El Formateador JSON es local al navegador—aun así evita pegar datos muy sensibles en máquinas compartidas.", "settings": "Personaliza las herramientas visibles en Configuraciones para mantener la barra lateral enfocada." } From 97cdee1b1b78b1b289ee62fd8d2bc17b5d635e09 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:41:29 +0530 Subject: [PATCH 09/32] =?UTF-8?q?feat:=20update=20Italian=20translation=20?= =?UTF-8?q?'NoSQL=20Explorer'=20=E2=86=92=20'Esplora=20database'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/messages/it.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/it.json b/apps/web/messages/it.json index 1897fc80..f08890c4 100644 --- a/apps/web/messages/it.json +++ b/apps/web/messages/it.json @@ -9,7 +9,7 @@ "bookmarks": "Segnalibri", "jsonFormatter": "Formattatore JSON", "emailValidator": "Validatore di posta elettronica", - "nosqlExplorer": "Esploratore NoSQL", + "nosqlExplorer": "Esplora database", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Sandbox crittografia", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Usa una password principale forte e unica per le funzionalità del vault.", "apiClient": "Tratta il Cliente API come qualsiasi client HTTP: evita di incollare segreti di produzione in ambienti condivisi se non sai chi può vederli.", - "nosql": "NoSQL Explorer si collega a database configurati da te; usa utenti a privilegi minimi e regole di rete quando possibile.", + "nosql": "Esplora database si collega a database configurati da te; usa utenti a privilegi minimi e regole di rete quando possibile.", "json": "JSON Formatter è locale nel browser—evita comunque di incollare dati molto sensibili su macchine condivise.", "settings": "Personalizza gli strumenti visibili in Impostazioni per mantenere la barra laterale più pulita." } From e4858dd8dd9fc0318507ab5354dc049e1125786a Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:41:52 +0530 Subject: [PATCH 10/32] =?UTF-8?q?feat:=20update=20Portuguese=20translation?= =?UTF-8?q?=20'NoSQL=20Explorer'=20=E2=86=92=20'Explorador=20de=20banco=20?= =?UTF-8?q?de=20dados'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/messages/pt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/pt.json b/apps/web/messages/pt.json index 3156666c..59d3e91d 100644 --- a/apps/web/messages/pt.json +++ b/apps/web/messages/pt.json @@ -9,7 +9,7 @@ "bookmarks": "Marcadores", "jsonFormatter": "Formatador JSON", "emailValidator": "Validador de E-mail", - "nosqlExplorer": "Explorador NoSQL", + "nosqlExplorer": "Explorador de banco de dados", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Laboratório de encriptação", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Use uma palavra-passe mestre forte e única para funcionalidades do cofre.", "apiClient": "Trate o Cliente API como qualquer cliente HTTP: evite colar segredos de produção em ambientes partilhados sem saber quem os pode ver.", - "nosql": "O Explorador NoSQL liga-se a bases de dados que configura; use utilizadores com o mínimo privilégio e regras de rede quando possível.", + "nosql": "O Explorador de banco de dados liga-se a bases de dados que configura; use utilizadores com o mínimo privilégio e regras de rede quando possível.", "json": "O Formatador JSON corre localmente no browser—mesmo assim evite colar dados muito sensíveis em máquinas partilhadas.", "settings": "Personalize as ferramentas visíveis nas Definições para manter a barra lateral focada." } From 85e44a5a9b75e3836ca99508f5543e4128683e5e Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:42:15 +0530 Subject: [PATCH 11/32] =?UTF-8?q?feat:=20update=20Brazilian=20Portuguese?= =?UTF-8?q?=20translation=20'NoSQL=20Explorer'=20=E2=86=92=20'Explorador?= =?UTF-8?q?=20de=20banco=20de=20dados'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/messages/pt-BR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/pt-BR.json b/apps/web/messages/pt-BR.json index c2203539..8ba021ff 100644 --- a/apps/web/messages/pt-BR.json +++ b/apps/web/messages/pt-BR.json @@ -9,7 +9,7 @@ "bookmarks": "Favoritos", "jsonFormatter": "Formatador JSON", "emailValidator": "Validador de E-mail", - "nosqlExplorer": "Explorador NoSQL", + "nosqlExplorer": "Explorador de banco de dados", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Laboratório de criptografia", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Use uma senha mestra forte e única para recursos do cofre.", "apiClient": "Trate o Cliente API como qualquer cliente HTTP: evite colar segredos de produção em ambientes compartilhados sem saber quem pode vê-los.", - "nosql": "O Explorador NoSQL se conecta a bancos que você configura; use usuários com menor privilégio e regras de rede quando possível.", + "nosql": "O Explorador de banco de dados se conecta a bancos que você configura; use usuários com menor privilégio e regras de rede quando possível.", "json": "O Formatador JSON é local no navegador—mesmo assim evite colar dados muito sensíveis em máquinas compartilhadas.", "settings": "Personalize as ferramentas visíveis em Configurações para manter a barra lateral focada." } From 6f2bdae48fa6b58d467f3cc2938908c582e80f56 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:45:11 +0530 Subject: [PATCH 12/32] feat: update Japanese translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/ja.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/ja.json b/apps/web/messages/ja.json index a6f65675..1cbf558b 100644 --- a/apps/web/messages/ja.json +++ b/apps/web/messages/ja.json @@ -9,7 +9,7 @@ "bookmarks": "ブックマーク", "jsonFormatter": "JSON フォーマッター", "emailValidator": "メールバリデーター", - "nosqlExplorer": "NoSQLエクスプローラー", + "nosqlExplorer": "データベースエクスプローラー", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "暗号化プレイグラウンド", @@ -117,7 +117,7 @@ "items": { "masterPassword": "ボールト機能には強力で一意なマスターパスワードを使用してください。", "apiClient": "API クライアントは通常の HTTP クライアントと同様に扱い、共有環境では本番のシークレットを貼り付けないようにしてください。", - "nosql": "NoSQL エクスプローラーはあなたが設定した DB に接続します。可能なら最小権限ユーザーとネットワーク制限を使ってください。", + "nosql": "データベースエクスプローラーはあなたが設定した DB に接続します。可能なら最小権限ユーザーとネットワーク制限を使ってください。", "json": "JSON フォーマッターはブラウザ内で処理されますが、共有端末では機密情報の貼り付けを避けてください。", "settings": "設定で表示ツールをカスタマイズしてサイドバーを整理できます。" } From 5e90d0cafeba578ad7e58a285890971cbf7986c2 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:45:34 +0530 Subject: [PATCH 13/32] feat: update Chinese (Simplified) translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/zh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/zh.json b/apps/web/messages/zh.json index 1b20097e..6f11e1a9 100644 --- a/apps/web/messages/zh.json +++ b/apps/web/messages/zh.json @@ -9,7 +9,7 @@ "bookmarks": "书签", "jsonFormatter": "JSON 格式化器", "emailValidator": "邮箱验证", - "nosqlExplorer": "NoSQL 浏览器", + "nosqlExplorer": "数据库浏览器", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "加密演练场", @@ -117,7 +117,7 @@ "items": { "masterPassword": "为保险库功能设置强且唯一的主密码。", "apiClient": "将 API 客户端视为普通 HTTP 客户端:不了解可见范围时,避免在共享环境中粘贴生产密钥。", - "nosql": "NoSQL 浏览器连接到你配置的数据库;尽量使用最小权限账号与网络规则。", + "nosql": "数据库浏览器连接到你配置的数据库;尽量使用最小权限账号与网络规则。", "json": "JSON 格式化在浏览器本地运行——在共享设备上仍应避免粘贴高度敏感数据。", "settings": "在设置中自定义可见工具,让侧边栏更聚焦。" } From 9422d882910d6715d0ddd77186e09016df917173 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:45:54 +0530 Subject: [PATCH 14/32] feat: update Korean translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/ko.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/ko.json b/apps/web/messages/ko.json index 93050d5e..4be34183 100644 --- a/apps/web/messages/ko.json +++ b/apps/web/messages/ko.json @@ -9,7 +9,7 @@ "bookmarks": "북마크", "jsonFormatter": "JSON 포맷터", "emailValidator": "이메일 검증기", - "nosqlExplorer": "NoSQL 탐색기", + "nosqlExplorer": "데이터베이스 탐색기", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "암호화 연습장", @@ -117,7 +117,7 @@ "items": { "masterPassword": "볼트 기능에는 강력하고 고유한 마스터 비밀번호를 사용하세요.", "apiClient": "API 클라이언트는 일반 HTTP 클라이언트처럼 사용하세요. 공유 환경에서는 누가 볼 수 있는지 모르면 운영 비밀키를 붙여넣지 마세요.", - "nosql": "NoSQL 탐색기는 사용자가 설정한 DB에 연결합니다. 가능하면 최소 권한 계정과 네트워크 규칙을 사용하세요.", + "nosql": "데이터베이스 탐색기는 사용자가 설정한 DB에 연결합니다. 가능하면 최소 권한 계정과 네트워크 규칙을 사용하세요.", "json": "JSON 포맷터는 브라우저에서 로컬로 동작하지만, 공유 기기에서는 민감한 데이터를 붙여넣지 마세요.", "settings": "설정에서 표시할 도구를 선택해 사이드바를 더 깔끔하게 유지하세요." } From 62722e448e8426fa29cc9eb0ada65a5a14f94eba Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:49:24 +0530 Subject: [PATCH 15/32] feat: update Russian translation --- apps/web/messages/ru.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/ru.json b/apps/web/messages/ru.json index 497a0dc0..57f8de09 100644 --- a/apps/web/messages/ru.json +++ b/apps/web/messages/ru.json @@ -9,7 +9,7 @@ "bookmarks": "Закладки", "jsonFormatter": "Форматировщик JSON", "emailValidator": "Валидатор email", - "nosqlExplorer": "NoSQL-обозреватель", + "nosqlExplorer": "Обозреватель баз данных", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Песочница шифрования", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Используйте сильный и уникальный мастер‑пароль для функций хранилища.", "apiClient": "Относитесь к API‑клиенту как к любому HTTP‑клиенту: не вставляйте прод‑секреты в общие окружения, если не понимаете, кто может их увидеть.", - "nosql": "NoSQL‑обозреватель подключается к базам, которые вы настраиваете; используйте учётные записи с минимальными правами и сетевые ограничения по возможности.", + "nosql": "Обозреватель баз данных подключается к базам, которые вы настраиваете; используйте учётные записи с минимальными правами и сетевые ограничения по возможности.", "json": "JSON‑форматировщик работает локально в браузере — всё равно избегайте вставки сверхчувствительных данных на общих устройствах.", "settings": "Настройте видимые инструменты в Настройках, чтобы боковая панель оставалась компактной." } From 54d00f3feb72ec4a85682a470eec1d3df30d5353 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:49:44 +0530 Subject: [PATCH 16/32] feat: update Ukrainian translation --- apps/web/messages/uk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/uk.json b/apps/web/messages/uk.json index 9f6bde87..a69cd152 100644 --- a/apps/web/messages/uk.json +++ b/apps/web/messages/uk.json @@ -9,7 +9,7 @@ "bookmarks": "Закладки", "jsonFormatter": "Форматувальник JSON", "emailValidator": "Перевірка email", - "nosqlExplorer": "NoSQL Провідник", + "nosqlExplorer": "Провідник баз даних", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Пісочниця шифрування", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Використовуйте сильний і унікальний майстер‑пароль для функцій сховища.", "apiClient": "Ставтеся до API Client як до будь‑якого HTTP‑клієнта: не вставляйте продакшн‑секрети в спільні середовища, якщо не розумієте, хто може їх бачити.", - "nosql": "NoSQL Провідник підключається до баз, які ви налаштовуєте; використовуйте облікові записи з мінімальними правами та мережеві правила за можливості.", + "nosql": "Провідник баз даних підключається до баз, які ви налаштовуєте; використовуйте облікові записи з мінімальними правами та мережеві правила за можливості.", "json": "JSON‑форматувальник працює локально в браузері — все одно уникайте вставки дуже чутливих даних на спільних пристроях.", "settings": "Налаштуйте видимі інструменти в Налаштуваннях, щоб бічна панель залишалася охайною." } From 085a72a0cab65f056535abee514c977ce5e551bf Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:50:04 +0530 Subject: [PATCH 17/32] feat: update Polish translation --- apps/web/messages/pl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/pl.json b/apps/web/messages/pl.json index 1e7ee871..d4e099b9 100644 --- a/apps/web/messages/pl.json +++ b/apps/web/messages/pl.json @@ -9,7 +9,7 @@ "bookmarks": "Bookmarks", "jsonFormatter": "Formatowanie JSON", "emailValidator": "Email Validator", - "nosqlExplorer": "NoSQL Explorer", + "nosqlExplorer": "Eksplorator baz danych", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Piaskownica szyfrowania", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Używaj silnego, unikalnego hasła głównego dla funkcji sejfu.", "apiClient": "Traktuj API Client jak każdy klient HTTP: nie wklejaj sekretów produkcyjnych do współdzielonych środowisk, jeśli nie wiesz, kto może je zobaczyć.", - "nosql": "NoSQL Explorer łączy się z bazami, które konfigurujesz; używaj kont z minimalnymi uprawnieniami i reguł sieciowych, jeśli to możliwe.", + "nosql": "Eksplorator baz danych łączy się z bazami, które konfigurujesz; używaj kont z minimalnymi uprawnieniami i reguł sieciowych, jeśli to możliwe.", "json": "Formatowanie JSON działa lokalnie w przeglądarce—mimo to unikaj wklejania bardzo wrażliwych danych na współdzielonych urządzeniach.", "settings": "Dostosuj widoczne narzędzia w Settings, aby pasek boczny był bardziej przejrzysty." } From 0cb871919c01523b3ef3de845833f171e061eec5 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:50:23 +0530 Subject: [PATCH 18/32] feat: update Dutch translation --- apps/web/messages/nl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/nl.json b/apps/web/messages/nl.json index 598da12b..3b38dd59 100644 --- a/apps/web/messages/nl.json +++ b/apps/web/messages/nl.json @@ -9,7 +9,7 @@ "bookmarks": "Bladwijzers", "jsonFormatter": "JSON-formatter", "emailValidator": "E-mailvalidator", - "nosqlExplorer": "NoSQL-verkenner", + "nosqlExplorer": "Databaseverkenner", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Encryptie-speeltuin", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Gebruik een sterk, uniek masterwachtwoord voor vault-functies.", "apiClient": "Behandel de API-client als elke HTTP-client: plak geen productiegeheimen in gedeelde omgevingen als je niet weet wie ze kan zien.", - "nosql": "De NoSQL-verkenner maakt verbinding met databases die jij configureert; gebruik accounts met minimale rechten en netwerkregels waar mogelijk.", + "nosql": "De Databaseverkenner maakt verbinding met databases die jij configureert; gebruik accounts met minimale rechten en netwerkregels waar mogelijk.", "json": "De JSON-formatter werkt lokaal in de browser—plak alsnog geen zeer gevoelige data op gedeelde apparaten.", "settings": "Pas zichtbare tools aan in Instellingen om de zijbalk gefocust te houden." } From b3650ca5297901aa3bf06fe762903991db6c1dd0 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:50:39 +0530 Subject: [PATCH 19/32] feat: update Turkish translation --- apps/web/messages/tr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/tr.json b/apps/web/messages/tr.json index 89af9cec..2b511672 100644 --- a/apps/web/messages/tr.json +++ b/apps/web/messages/tr.json @@ -9,7 +9,7 @@ "bookmarks": "Yer İmleri", "jsonFormatter": "JSON biçimleyici", "emailValidator": "E-posta Doğrulayıcı", - "nosqlExplorer": "NoSQL Gezgini", + "nosqlExplorer": "Veritabanı Gezgini", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Şifreleme oyun alanı", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Kasa özellikleri için güçlü ve benzersiz bir ana parola kullanın.", "apiClient": "API İstemcisini herhangi bir HTTP istemcisi gibi kullanın: kimlerin görebileceğini bilmiyorsanız üretim sırlarını paylaşılan ortamlara yapıştırmayın.", - "nosql": "NoSQL Gezgini sizin yapılandırdığınız veritabanlarına bağlanır; mümkünse en az ayrıcalıklı kullanıcıları ve ağ kurallarını kullanın.", + "nosql": "Veritabanı Gezgini sizin yapılandırdığınız veritabanlarına bağlanır; mümkünse en az ayrıcalıklı kullanıcıları ve ağ kurallarını kullanın.", "json": "JSON biçimleyici tarayıcıda yerel çalışır—yine de paylaşılan cihazlarda çok hassas verileri yapıştırmaktan kaçının.", "settings": "Yan menüyü odaklı tutmak için Ayarlar’dan görünür araçları özelleştirin." } From 8086d6c82cfe5c99b4ac7b4413d20ffc3b684aa7 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:50:55 +0530 Subject: [PATCH 20/32] feat: update Czech translation --- apps/web/messages/cs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/cs.json b/apps/web/messages/cs.json index c2dc55f3..ee2af357 100644 --- a/apps/web/messages/cs.json +++ b/apps/web/messages/cs.json @@ -9,7 +9,7 @@ "bookmarks": "Záložky", "jsonFormatter": "Formátovač JSON", "emailValidator": "Validátor e-mailů", - "nosqlExplorer": "Průzkumník NoSQL", + "nosqlExplorer": "Průzkumník databází", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Hraviště šifrování", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Používejte silné, jedinečné hlavní heslo pro funkce trezoru.", "apiClient": "S API klientem zacházejte jako s běžným HTTP klientem: nevkládejte produkční tajemství do sdílených prostředí, pokud nevíte, kdo je může vidět.", - "nosql": "Průzkumník NoSQL se připojuje k databázím, které nastavíte; používejte účty s minimálními právy a síťová pravidla, pokud je to možné.", + "nosql": "Průzkumník databází se připojuje k databázím, které nastavíte; používejte účty s minimálními právy a síťová pravidla, pokud je to možné.", "json": "Formátovač JSON běží lokálně v prohlížeči—i tak se vyhněte vkládání velmi citlivých dat na sdílených počítačích.", "settings": "Přizpůsobte viditelné nástroje v Nastavení, aby postranní panel zůstal přehledný." } From 3b80d1d748937d4e0b5972e3593734908a8cd5a2 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:51:21 +0530 Subject: [PATCH 21/32] feat: update Swedish translation --- apps/web/messages/sv.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/sv.json b/apps/web/messages/sv.json index 38af5011..44476f93 100644 --- a/apps/web/messages/sv.json +++ b/apps/web/messages/sv.json @@ -9,7 +9,7 @@ "bookmarks": "Bokmärken", "jsonFormatter": "JSON-formaterare", "emailValidator": "E-postvalidering", - "nosqlExplorer": "NoSQL-utforskare", + "nosqlExplorer": "Databasutforskare", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Krypteringslekplats", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Använd ett starkt och unikt huvudlösenord för vault‑funktioner.", "apiClient": "Behandla API‑klienten som vilken HTTP‑klient som helst: undvik att klistra in produktionshemligheter i delade miljöer om du inte vet vem som kan se dem.", - "nosql": "NoSQL‑utforskaren ansluter till databaser som du konfigurerar; använd minst privilegierade användare och nätverksregler där det går.", + "nosql": "Databasutforskaren ansluter till databaser som du konfigurerar; använd minst privilegierade användare och nätverksregler där det går.", "json": "JSON‑formateraren kör lokalt i webbläsaren—undvik ändå att klistra in mycket känsliga data på delade datorer.", "settings": "Anpassa synliga verktyg i Inställningar för att hålla sidofältet fokuserat." } From dc3ba55a9ceaf27231432aaafcadb7dd602e3cda Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:51:41 +0530 Subject: [PATCH 22/32] feat: update Danish translation --- apps/web/messages/da.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/da.json b/apps/web/messages/da.json index d1d8b0dc..2f26ab05 100644 --- a/apps/web/messages/da.json +++ b/apps/web/messages/da.json @@ -9,7 +9,7 @@ "bookmarks": "Bogmærker", "jsonFormatter": "JSON-formatering", "emailValidator": "E-mailvalidering", - "nosqlExplorer": "NoSQL-udforsker", + "nosqlExplorer": "Databaseudforsker", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Krypteringslegeplads", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Brug en stærk og unik masteradgangskode til vault‑funktioner.", "apiClient": "Behandl API‑klienten som enhver HTTP‑klient: undgå at indsætte produktions‑secrets i delte miljøer, hvis du ikke ved hvem der kan se dem.", - "nosql": "NoSQL‑udforskeren forbinder til databaser du konfigurerer; brug mindst‑privilegerede brugere og netværksregler hvor muligt.", + "nosql": "Databaseudforskeren forbinder til databaser du konfigurerer; brug mindst‑privilegerede brugere og netværksregler hvor muligt.", "json": "JSON‑formateringen kører lokalt i browseren—undgå stadig at indsætte meget følsomme data på delte maskiner.", "settings": "Tilpas synlige værktøjer i Indstillinger for at holde sidebaren fokuseret." } From 8eba7b69e10f07eaa1eab6f3e149e4c82940f3bc Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:52:00 +0530 Subject: [PATCH 23/32] feat: update Norwegian translation --- apps/web/messages/nb.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/nb.json b/apps/web/messages/nb.json index 9c4d0e99..e2565bfc 100644 --- a/apps/web/messages/nb.json +++ b/apps/web/messages/nb.json @@ -9,7 +9,7 @@ "bookmarks": "Bokmerker", "jsonFormatter": "JSON-formaterer", "emailValidator": "E-postvalidering", - "nosqlExplorer": "NoSQL-utforsker", + "nosqlExplorer": "Databaseutforsker", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Krypteringslekeplass", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Bruk et sterkt og unikt hovedpassord for vault‑funksjoner.", "apiClient": "Behandle API‑klienten som enhver HTTP‑klient: unngå å lime inn produksjonshemmeligheter i delte miljøer hvis du ikke vet hvem som kan se dem.", - "nosql": "NoSQL‑utforskeren kobler til databaser du konfigurerer; bruk brukere med minst mulig rettigheter og nettverksregler når mulig.", + "nosql": "Databaseutforskeren kobler til databaser du konfigurerer; bruk brukere med minst mulig rettigheter og nettverksregler når mulig.", "json": "JSON‑formatereren kjører lokalt i nettleseren—unngå likevel å lime inn svært sensitive data på delte maskiner.", "settings": "Tilpass synlige verktøy i Innstillinger for å holde sidebaren fokusert." } From dd9fa3141a1aae60ad81ab6460453399dd864c77 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:56:16 +0530 Subject: [PATCH 24/32] feat: update Catalan translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/ca.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/ca.json b/apps/web/messages/ca.json index 49d6d91a..38681a36 100644 --- a/apps/web/messages/ca.json +++ b/apps/web/messages/ca.json @@ -9,7 +9,7 @@ "bookmarks": "Marcadors", "jsonFormatter": "Formatador JSON", "emailValidator": "Validador de correu", - "nosqlExplorer": "Explorador NoSQL", + "nosqlExplorer": "Explorador de base de dades", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Terreny de joc del xifratge", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Fes servir una contrasenya mestra forta i única per a les funcions del vault.", "apiClient": "Tracta el Client API com qualsevol client HTTP: evita enganxar secrets de producció en entorns compartits si no saps qui els pot veure.", - "nosql": "L’Explorador NoSQL es connecta a bases de dades que configures; fes servir usuaris amb mínims privilegis i regles de xarxa quan sigui possible.", + "nosql": "L’Explorador de base de dades es connecta a bases de dades que configures; fes servir usuaris amb mínims privilegis i regles de xarxa quan sigui possible.", "json": "El formatador JSON funciona localment al navegador—tot i així evita enganxar dades molt sensibles en equips compartits.", "settings": "Personalitza les eines visibles a Configuració per mantenir la barra lateral enfocada." } From a8615ba05354d5f3359588b44ef244e0d20409eb Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:56:17 +0530 Subject: [PATCH 25/32] feat: update Greek translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/el.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/el.json b/apps/web/messages/el.json index cdde85bf..ba62c06c 100644 --- a/apps/web/messages/el.json +++ b/apps/web/messages/el.json @@ -9,7 +9,7 @@ "bookmarks": "Σελιδοδείκτες", "jsonFormatter": "Μορφοποιητής JSON", "emailValidator": "Email Validator", - "nosqlExplorer": "NoSQL Explorer", + "nosqlExplorer": "Εξερευνητής βάσεων δεδομένων", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Χώρος δοκιμών κρυπτογράφησης", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Χρησιμοποιήστε ισχυρό, μοναδικό κύριο κωδικό για λειτουργίες θησαυροφυλακίου.", "apiClient": "Χειριστείτε τον API Client όπως κάθε HTTP client: αποφύγετε να επικολλάτε μυστικά παραγωγής σε κοινόχρηστα περιβάλλοντα αν δεν ξέρετε ποιος μπορεί να τα δει.", - "nosql": "Το NoSQL Explorer συνδέεται σε βάσεις που ρυθμίζετε· χρησιμοποιήστε χρήστες ελάχιστων δικαιωμάτων και κανόνες δικτύου όπου είναι δυνατόν.", + "nosql": "Ο Εξερευνητής βάσεων δεδομένων συνδέεται σε βάσεις που ρυθμίζετε· χρησιμοποιήστε χρήστες ελάχιστων δικαιωμάτων και κανόνες δικτύου όπου είναι δυνατόν.", "json": "Ο JSON μορφοποιητής τρέχει τοπικά στον browser—παρόλα αυτά αποφύγετε να επικολλάτε πολύ ευαίσθητα δεδομένα σε κοινόχρηστες συσκευές.", "settings": "Προσαρμόστε τα ορατά εργαλεία στις Ρυθμίσεις για να παραμείνει εστιασμένη η πλευρική γραμμή." } From 5ae7f55382b231fedb211f8f69adadedf783dc11 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:56:17 +0530 Subject: [PATCH 26/32] feat: update Persian translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/fa.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/fa.json b/apps/web/messages/fa.json index 6163fd50..1c2a8ddc 100644 --- a/apps/web/messages/fa.json +++ b/apps/web/messages/fa.json @@ -9,7 +9,7 @@ "bookmarks": "نشانک ها", "jsonFormatter": "قالب‌ده JSON", "emailValidator": "اعتبار سنجی ایمیل", - "nosqlExplorer": "NoSQL Explorer", + "nosqlExplorer": "کاوشگر پایگاه داده", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "زمین بازی رمزنگاری", @@ -117,7 +117,7 @@ "items": { "masterPassword": "برای قابلیت‌های خزانه از یک رمز اصلی قوی و منحصربه‌فرد استفاده کنید.", "apiClient": "با API Client مثل هر کلاینت HTTP رفتار کنید: اگر نمی‌دانید چه کسی می‌تواند ببیند، اسرار تولید را در محیط‌های مشترک وارد نکنید.", - "nosql": "NoSQL Explorer به پایگاه‌های داده‌ای که شما پیکربندی می‌کنید متصل می‌شود؛ در صورت امکان از کاربران حداقل‌دسترسی و قوانین شبکه استفاده کنید.", + "nosql": "کاوشگر پایگاه داده به پایگاه‌های داده‌ای که شما پیکربندی می‌کنید متصل می‌شود؛ در صورت امکان از کاربران حداقل‌دسترسی و قوانین شبکه استفاده کنید.", "json": "قالب‌ده JSON به‌صورت محلی در مرورگر اجرا می‌شود—با این حال در دستگاه‌های مشترک از چسباندن داده‌های بسیار حساس خودداری کنید.", "settings": "در تنظیمات ابزارهای قابل مشاهده را شخصی‌سازی کنید تا نوار کناری متمرکز بماند." } From 326bda223c4b6032c32ffbf1a940bd2e09acfb8a Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:56:17 +0530 Subject: [PATCH 27/32] feat: update Vietnamese translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/vi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/vi.json b/apps/web/messages/vi.json index ad5f80f6..b223b13f 100644 --- a/apps/web/messages/vi.json +++ b/apps/web/messages/vi.json @@ -9,7 +9,7 @@ "bookmarks": "Dấu trang", "jsonFormatter": "Trình định dạng JSON", "emailValidator": "Xác thực email", - "nosqlExplorer": "NoSQL Explorer", + "nosqlExplorer": "Trình khám phá cơ sở dữ liệu", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Sân chơi mã hóa", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Dùng mật khẩu chính mạnh và duy nhất cho các tính năng vault.", "apiClient": "Hãy coi API Client như mọi HTTP client: tránh dán bí mật production vào môi trường dùng chung nếu bạn không biết ai có thể xem.", - "nosql": "NoSQL Explorer kết nối tới DB do bạn cấu hình; hãy dùng tài khoản tối thiểu quyền và quy tắc mạng khi có thể.", + "nosql": "Trình khám phá cơ sở dữ liệu kết nối tới DB do bạn cấu hình; hãy dùng tài khoản tối thiểu quyền và quy tắc mạng khi có thể.", "json": "Trình định dạng JSON chạy cục bộ trong trình duyệt—dù vậy vẫn nên tránh dán dữ liệu cực kỳ nhạy cảm trên máy dùng chung.", "settings": "Tùy chỉnh công cụ hiển thị trong Cài đặt để thanh bên gọn và tập trung hơn." } From 0a3b4b8354088efc65a77917f47339b47e1a199b Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:56:18 +0530 Subject: [PATCH 28/32] feat: update Indonesian translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/id.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/id.json b/apps/web/messages/id.json index fb34a753..b14ffb26 100644 --- a/apps/web/messages/id.json +++ b/apps/web/messages/id.json @@ -9,7 +9,7 @@ "bookmarks": "Penanda", "jsonFormatter": "Pemformat JSON", "emailValidator": "Validator Email", - "nosqlExplorer": "NoSQL Explorer", + "nosqlExplorer": "Penjelajah Basis Data", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Arena enkripsi", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Gunakan kata sandi utama yang kuat dan unik untuk fitur vault.", "apiClient": "Perlakukan API Client seperti HTTP client lainnya: hindari menempelkan rahasia produksi ke lingkungan bersama jika Anda tidak tahu siapa yang bisa melihatnya.", - "nosql": "NoSQL Explorer terhubung ke database yang Anda konfigurasi; gunakan akun dengan hak minimum dan aturan jaringan bila memungkinkan.", + "nosql": "Penjelajah Basis Data terhubung ke database yang Anda konfigurasi; gunakan akun dengan hak minimum dan aturan jaringan bila memungkinkan.", "json": "Pemformat JSON berjalan lokal di browser—tetap hindari menempelkan data sangat sensitif di mesin bersama.", "settings": "Sesuaikan tools yang terlihat di Pengaturan agar sidebar tetap fokus." } From 02fd7d32f49537281eb833415e645027fec22386 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:56:18 +0530 Subject: [PATCH 29/32] feat: update Malay translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/ms.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/ms.json b/apps/web/messages/ms.json index 7451a2ae..dba90897 100644 --- a/apps/web/messages/ms.json +++ b/apps/web/messages/ms.json @@ -9,7 +9,7 @@ "bookmarks": "Penanda Halaman", "jsonFormatter": "Pemformat JSON", "emailValidator": "Pengesah E-mel", - "nosqlExplorer": "Penjelajah NoSQL", + "nosqlExplorer": "Penjelajah Pangkalan Data", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Taman permainan penyulitanan", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Gunakan kata laluan induk yang kuat dan unik untuk ciri vault.", "apiClient": "Anggap API Client seperti klien HTTP biasa: elakkan menampal rahsia produksi ke persekitaran kongsi jika anda tidak tahu siapa yang boleh melihatnya.", - "nosql": "Penjelajah NoSQL menyambung ke pangkalan data yang anda konfigurasi; gunakan akaun keistimewaan minimum dan peraturan rangkaian jika boleh.", + "nosql": "Penjelajah Pangkalan Data menyambung ke pangkalan data yang anda konfigurasi; gunakan akaun keistimewaan minimum dan peraturan rangkaian jika boleh.", "json": "Pemformat JSON berjalan secara tempatan dalam pelayar—masih elakkan menampal data yang sangat sensitif pada mesin kongsi.", "settings": "Sesuaikan alat yang kelihatan dalam Tetapan untuk memastikan bar sisi kekal fokus." } From 6b1b7135406b12be423b9be14bbf5f6eac0076aa Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:56:19 +0530 Subject: [PATCH 30/32] feat: update Afrikaans translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/af.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/af.json b/apps/web/messages/af.json index ad54a425..92571699 100644 --- a/apps/web/messages/af.json +++ b/apps/web/messages/af.json @@ -9,7 +9,7 @@ "bookmarks": "Boekmerke", "jsonFormatter": "JSON-formateerder", "emailValidator": "E-posvalidasie", - "nosqlExplorer": "NoSQL-verkenner", + "nosqlExplorer": "Databasis Verkenner", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "Enkripsie-speelgrond", @@ -117,7 +117,7 @@ "items": { "masterPassword": "Gebruik ’n sterk, unieke meesterwagwoord vir kluis-funksies.", "apiClient": "Behandel die API-kliënt soos enige HTTP-kliënt: moenie produksie-geheime in gedeelde omgewings plak as jy nie weet wie dit kan sien nie.", - "nosql": "NoSQL-verkenner koppel aan databasisse wat jy konfigureer; gebruik minste-voorreg gebruikers en netwerkreëls waar moontlik.", + "nosql": "Databasis Verkenner koppel aan databasisse wat jy konfigureer; gebruik minste-voorreg gebruikers en netwerkreëls waar moontlik.", "json": "JSON-formateerder werk plaaslik in die blaaier—vermy steeds om baie sensitiewe data op gedeelde masjiene te plak.", "settings": "Pas sigbare gereedskap in Instellings aan om die sybalk gefokus te hou." } From cddb9e65576e5104cb6848a4710c11f7be6d3010 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 00:56:19 +0530 Subject: [PATCH 31/32] feat: update Arabic translation Co-Authored-By: Claude Haiku 4.5 --- apps/web/messages/ar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/ar.json b/apps/web/messages/ar.json index bb277a13..85f9623c 100644 --- a/apps/web/messages/ar.json +++ b/apps/web/messages/ar.json @@ -9,7 +9,7 @@ "bookmarks": "الإشارات المرجعية", "jsonFormatter": "منسّق JSON", "emailValidator": "التحقق من البريد", - "nosqlExplorer": "مستكشف NoSQL", + "nosqlExplorer": "مستكشف قاعدة البيانات", "toDo": "Tasks", "notes": "Notes", "encryptionPlayground": "ملعب التشفير", @@ -117,7 +117,7 @@ "items": { "masterPassword": "استخدم كلمة مرور رئيسية قوية وفريدة لميزات الخزنة.", "apiClient": "تعامل مع عميل API مثل أي عميل HTTP: تجنب لصق أسرار الإنتاج في بيئات مشتركة إذا لم تكن متأكدًا من من يمكنه رؤيتها.", - "nosql": "يتصل مستكشف NoSQL بقواعد بيانات تقوم بإعدادها؛ استخدم حسابات أقل صلاحيات وقواعد شبكة قدر الإمكان.", + "nosql": "يتصل مستكشف قاعدة البيانات بقواعد بيانات تقوم بإعدادها؛ استخدم حسابات أقل صلاحيات وقواعد شبكة قدر الإمكان.", "json": "منسّق JSON يعمل محليًا داخل المتصفح—ومع ذلك تجنب لصق بيانات حساسة جدًا على أجهزة مشتركة.", "settings": "خصص الأدوات الظاهرة من الإعدادات للحفاظ على تركيز الشريط الجانبي." } From d166f01fba49ebccc546f5d5cc2f7fef34a31536 Mon Sep 17 00:00:00 2001 From: itsmeakhil Date: Fri, 19 Jun 2026 01:20:19 +0530 Subject: [PATCH 32/32] fix: update Dashboard.tools.nosqlExplorer title in all locales --- apps/web/messages/af.json | 2 +- apps/web/messages/ar.json | 2 +- apps/web/messages/ca.json | 2 +- apps/web/messages/cs.json | 2 +- apps/web/messages/da.json | 2 +- apps/web/messages/de.json | 2 +- apps/web/messages/el.json | 2 +- apps/web/messages/en.json | 4 ++-- apps/web/messages/es.json | 2 +- apps/web/messages/fa.json | 2 +- apps/web/messages/fr.json | 2 +- apps/web/messages/id.json | 2 +- apps/web/messages/it.json | 2 +- apps/web/messages/ja.json | 2 +- apps/web/messages/ko.json | 2 +- apps/web/messages/ms.json | 2 +- apps/web/messages/nb.json | 2 +- apps/web/messages/nl.json | 2 +- apps/web/messages/pl.json | 4 ++-- apps/web/messages/pt-BR.json | 2 +- apps/web/messages/pt.json | 2 +- apps/web/messages/ru.json | 2 +- apps/web/messages/sv.json | 2 +- apps/web/messages/tr.json | 2 +- apps/web/messages/uk.json | 2 +- apps/web/messages/vi.json | 2 +- apps/web/messages/zh.json | 2 +- 27 files changed, 29 insertions(+), 29 deletions(-) diff --git a/apps/web/messages/af.json b/apps/web/messages/af.json index 92571699..99bc4b18 100644 --- a/apps/web/messages/af.json +++ b/apps/web/messages/af.json @@ -264,7 +264,7 @@ "description": "Toets en ontfout HTTP-versoeke." }, "nosqlExplorer": { - "title": "NoSQL-verkenner", + "title": "Database Explorer", "description": "Verken MongoDB-databasisse." }, "emailValidator": { diff --git a/apps/web/messages/ar.json b/apps/web/messages/ar.json index 85f9623c..486b5b90 100644 --- a/apps/web/messages/ar.json +++ b/apps/web/messages/ar.json @@ -264,7 +264,7 @@ "description": "اختبر طلبات HTTP وصححها." }, "nosqlExplorer": { - "title": "مستكشف NoSQL", + "title": "Database Explorer", "description": "استكشف قواعد بيانات MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/ca.json b/apps/web/messages/ca.json index 38681a36..14405770 100644 --- a/apps/web/messages/ca.json +++ b/apps/web/messages/ca.json @@ -264,7 +264,7 @@ "description": "Prova i depura sol·licituds HTTP." }, "nosqlExplorer": { - "title": "Explorador NoSQL", + "title": "Database Explorer", "description": "Explora bases de dades MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/cs.json b/apps/web/messages/cs.json index ee2af357..aec34151 100644 --- a/apps/web/messages/cs.json +++ b/apps/web/messages/cs.json @@ -264,7 +264,7 @@ "description": "Testujte a laděte HTTP požadavky." }, "nosqlExplorer": { - "title": "NoSQL průzkumník", + "title": "Database Explorer", "description": "Prozkoumejte databáze MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/da.json b/apps/web/messages/da.json index 2f26ab05..bd982b15 100644 --- a/apps/web/messages/da.json +++ b/apps/web/messages/da.json @@ -264,7 +264,7 @@ "description": "Test og fejlfind HTTP-anmodninger." }, "nosqlExplorer": { - "title": "NoSQL-udforsker", + "title": "Database Explorer", "description": "Udforsk MongoDB-databaser." }, "emailValidator": { diff --git a/apps/web/messages/de.json b/apps/web/messages/de.json index 4f43dc65..2239841c 100644 --- a/apps/web/messages/de.json +++ b/apps/web/messages/de.json @@ -264,7 +264,7 @@ "description": "HTTP-Anfragen testen und debuggen." }, "nosqlExplorer": { - "title": "NoSQL-Explorer", + "title": "Database Explorer", "description": "MongoDB-Datenbanken erkunden." }, "emailValidator": { diff --git a/apps/web/messages/el.json b/apps/web/messages/el.json index ba62c06c..33221c4e 100644 --- a/apps/web/messages/el.json +++ b/apps/web/messages/el.json @@ -264,7 +264,7 @@ "description": "Δοκιμάστε και αποσφαλματώστε αιτήματα HTTP." }, "nosqlExplorer": { - "title": "Εξερευνητής NoSQL", + "title": "Database Explorer", "description": "Εξερευνήστε βάσεις δεδομένων MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/en.json b/apps/web/messages/en.json index 0d46c84c..22f166ad 100644 --- a/apps/web/messages/en.json +++ b/apps/web/messages/en.json @@ -325,8 +325,8 @@ "description": "Search HTTP status codes with descriptions (1xx–5xx)." }, "nosqlExplorer": { - "title": "NoSQL Explorer", - "description": "Explore MongoDB databases." + "title": "Database Explorer", + "description": "Explore MongoDB and SQL databases." }, "emailValidator": { "title": "Email Validator", diff --git a/apps/web/messages/es.json b/apps/web/messages/es.json index 105d9398..191281a4 100644 --- a/apps/web/messages/es.json +++ b/apps/web/messages/es.json @@ -264,7 +264,7 @@ "description": "Prueba y depura peticiones HTTP." }, "nosqlExplorer": { - "title": "Explorador NoSQL", + "title": "Database Explorer", "description": "Explora bases de datos MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/fa.json b/apps/web/messages/fa.json index 1c2a8ddc..e3487a2a 100644 --- a/apps/web/messages/fa.json +++ b/apps/web/messages/fa.json @@ -264,7 +264,7 @@ "description": "درخواست های HTTP را تست و اشکال زدایی کنید." }, "nosqlExplorer": { - "title": "NoSQL Explorer", + "title": "Database Explorer", "description": "پایگاه داده های MongoDB را کاوش کنید." }, "emailValidator": { diff --git a/apps/web/messages/fr.json b/apps/web/messages/fr.json index c6230dae..a833fe8d 100644 --- a/apps/web/messages/fr.json +++ b/apps/web/messages/fr.json @@ -264,7 +264,7 @@ "description": "Testez et déboguez les requêtes HTTP." }, "nosqlExplorer": { - "title": "Explorateur NoSQL", + "title": "Database Explorer", "description": "Explorez les bases de données MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/id.json b/apps/web/messages/id.json index b14ffb26..c7af82bb 100644 --- a/apps/web/messages/id.json +++ b/apps/web/messages/id.json @@ -264,7 +264,7 @@ "description": "Uji dan debug permintaan HTTP." }, "nosqlExplorer": { - "title": "NoSQL Explorer", + "title": "Database Explorer", "description": "Jelajahi basis data MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/it.json b/apps/web/messages/it.json index f08890c4..eb2cb3f2 100644 --- a/apps/web/messages/it.json +++ b/apps/web/messages/it.json @@ -264,7 +264,7 @@ "description": "Testare ed eseguire il debug delle richieste HTTP." }, "nosqlExplorer": { - "title": "Esploratore NoSQL", + "title": "Database Explorer", "description": "Esplora i database MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/ja.json b/apps/web/messages/ja.json index 1cbf558b..75070888 100644 --- a/apps/web/messages/ja.json +++ b/apps/web/messages/ja.json @@ -264,7 +264,7 @@ "description": "HTTPリクエストのテストとデバッグを行います。" }, "nosqlExplorer": { - "title": "NoSQLエクスプローラー", + "title": "Database Explorer", "description": "MongoDBデータベースを探索します。" }, "emailValidator": { diff --git a/apps/web/messages/ko.json b/apps/web/messages/ko.json index 4be34183..5c1ba916 100644 --- a/apps/web/messages/ko.json +++ b/apps/web/messages/ko.json @@ -264,7 +264,7 @@ "description": "HTTP 요청을 테스트하고 디버그하세요." }, "nosqlExplorer": { - "title": "NoSQL 탐색기", + "title": "Database Explorer", "description": "MongoDB 데이터베이스를 탐색하세요." }, "emailValidator": { diff --git a/apps/web/messages/ms.json b/apps/web/messages/ms.json index dba90897..c170c984 100644 --- a/apps/web/messages/ms.json +++ b/apps/web/messages/ms.json @@ -270,7 +270,7 @@ "description": "Uji dan nyahpepijat permintaan HTTP." }, "nosqlExplorer": { - "title": "Penjelajah NoSQL", + "title": "Database Explorer", "description": "Terokai pangkalan data MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/nb.json b/apps/web/messages/nb.json index e2565bfc..78af5758 100644 --- a/apps/web/messages/nb.json +++ b/apps/web/messages/nb.json @@ -264,7 +264,7 @@ "description": "Test og feilsøk HTTP-forespørsler." }, "nosqlExplorer": { - "title": "NoSQL-utforsker", + "title": "Database Explorer", "description": "Utforsk MongoDB-databaser." }, "emailValidator": { diff --git a/apps/web/messages/nl.json b/apps/web/messages/nl.json index 3b38dd59..0a81e317 100644 --- a/apps/web/messages/nl.json +++ b/apps/web/messages/nl.json @@ -264,7 +264,7 @@ "description": "Test en debug HTTP-verzoeken." }, "nosqlExplorer": { - "title": "NoSQL-verkenner", + "title": "Database Explorer", "description": "Verken MongoDB-databases." }, "emailValidator": { diff --git a/apps/web/messages/pl.json b/apps/web/messages/pl.json index d4e099b9..c403e450 100644 --- a/apps/web/messages/pl.json +++ b/apps/web/messages/pl.json @@ -264,8 +264,8 @@ "description": "Test and debug HTTP requests." }, "nosqlExplorer": { - "title": "NoSQL Explorer", - "description": "Explore MongoDB databases." + "title": "Database Explorer", + "description": "Explore MongoDB and SQL databases." }, "emailValidator": { "title": "Email Validator", diff --git a/apps/web/messages/pt-BR.json b/apps/web/messages/pt-BR.json index 8ba021ff..5da98076 100644 --- a/apps/web/messages/pt-BR.json +++ b/apps/web/messages/pt-BR.json @@ -264,7 +264,7 @@ "description": "Teste e depure requisições HTTP." }, "nosqlExplorer": { - "title": "Explorador NoSQL", + "title": "Database Explorer", "description": "Explore bancos de dados MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/pt.json b/apps/web/messages/pt.json index 59d3e91d..cc6c468d 100644 --- a/apps/web/messages/pt.json +++ b/apps/web/messages/pt.json @@ -264,7 +264,7 @@ "description": "Testa e depura pedidos HTTP." }, "nosqlExplorer": { - "title": "Explorador NoSQL", + "title": "Database Explorer", "description": "Explora bases de dados MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/ru.json b/apps/web/messages/ru.json index 57f8de09..825e8984 100644 --- a/apps/web/messages/ru.json +++ b/apps/web/messages/ru.json @@ -264,7 +264,7 @@ "description": "Тестируйте и отлаживайте HTTP-запросы." }, "nosqlExplorer": { - "title": "NoSQL-обозреватель", + "title": "Database Explorer", "description": "Исследуйте базы данных MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/sv.json b/apps/web/messages/sv.json index 44476f93..80e9c711 100644 --- a/apps/web/messages/sv.json +++ b/apps/web/messages/sv.json @@ -264,7 +264,7 @@ "description": "Testa och felsök HTTP-förfrågningar." }, "nosqlExplorer": { - "title": "NoSQL-utforskare", + "title": "Database Explorer", "description": "Utforska MongoDB-databaser." }, "emailValidator": { diff --git a/apps/web/messages/tr.json b/apps/web/messages/tr.json index 2b511672..7e65f506 100644 --- a/apps/web/messages/tr.json +++ b/apps/web/messages/tr.json @@ -264,7 +264,7 @@ "description": "HTTP isteklerini test edin ve hata ayıklayın." }, "nosqlExplorer": { - "title": "NoSQL Gezgini", + "title": "Database Explorer", "description": "MongoDB veritabanlarını keşfedin." }, "emailValidator": { diff --git a/apps/web/messages/uk.json b/apps/web/messages/uk.json index a69cd152..76822846 100644 --- a/apps/web/messages/uk.json +++ b/apps/web/messages/uk.json @@ -264,7 +264,7 @@ "description": "Тестуйте та налагоджуйте HTTP-запити." }, "nosqlExplorer": { - "title": "NoSQL Провідник", + "title": "Database Explorer", "description": "Досліджуйте бази даних MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/vi.json b/apps/web/messages/vi.json index b223b13f..dfae9784 100644 --- a/apps/web/messages/vi.json +++ b/apps/web/messages/vi.json @@ -264,7 +264,7 @@ "description": "Kiểm tra và gỡ lỗi các yêu cầu HTTP." }, "nosqlExplorer": { - "title": "NoSQL Explorer", + "title": "Database Explorer", "description": "Khám phá cơ sở dữ liệu MongoDB." }, "emailValidator": { diff --git a/apps/web/messages/zh.json b/apps/web/messages/zh.json index 6f11e1a9..6676b0a3 100644 --- a/apps/web/messages/zh.json +++ b/apps/web/messages/zh.json @@ -264,7 +264,7 @@ "description": "测试与调试 HTTP 请求。" }, "nosqlExplorer": { - "title": "NoSQL 浏览器", + "title": "Database Explorer", "description": "浏览 MongoDB 数据库。" }, "emailValidator": {