From 1ef88c8b9aca4e4a900aa17f1dbcde4d44e2daea Mon Sep 17 00:00:00 2001 From: SwagMuffin88 Date: Fri, 22 Aug 2025 12:03:13 +0300 Subject: [PATCH] add more context in expo page buttons --- package.json | 32 ++++++++++++++++---------------- translations/en.json | 4 ++-- translations/et.json | 4 ++-- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index ee82a4e..7ecec4f 100644 --- a/package.json +++ b/package.json @@ -15,20 +15,20 @@ "drizzle:studio": "drizzle-kit studio" }, "dependencies": { - "@libsql/client": "^0.15.9", + "@libsql/client": "^0.15.12", "@paralleldrive/cuid2": "^2.2.2", - "@radix-ui/react-alert-dialog": "^1.1.14", - "@radix-ui/react-dropdown-menu": "^2.1.15", - "@radix-ui/react-select": "^2.2.5", + "@radix-ui/react-alert-dialog": "^1.1.15", + "@radix-ui/react-dropdown-menu": "^2.1.16", + "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slot": "^1.2.3", - "@radix-ui/react-tooltip": "^1.2.7", + "@radix-ui/react-tooltip": "^1.2.8", "@tanstack/react-table": "^8.21.3", "@types/three": "^0.178.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "drizzle-orm": "^0.44.2", + "drizzle-orm": "^0.44.4", "lucide-react": "^0.522.0", - "material-symbols": "^0.31.8", + "material-symbols": "^0.31.9", "next": "15.3.0", "next-intl": "^4.3.4", "next-themes": "^0.4.6", @@ -38,23 +38,23 @@ "react-markdown": "^10.1.0", "tailwind-merge": "^3.3.1", "three": "^0.178.0", - "tw-animate-css": "^1.3.4" + "tw-animate-css": "^1.3.7" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", - "@tailwindcss/postcss": "^4.1.10", - "@types/bun": "^1.2.18", - "@types/node": "^20.19.1", - "@types/react": "^19.1.9", + "@tailwindcss/postcss": "^4.1.12", + "@types/bun": "^1.2.20", + "@types/node": "^20.19.11", + "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "autoprefixer": "^10.4.21", - "dotenv": "^16.3.1", + "dotenv": "^16.6.1", "drizzle-kit": "^0.31.4", - "eslint": "^9.29.0", + "eslint": "^9.33.0", "eslint-config-next": "15.3.0", "postcss": "^8.5.6", - "tailwindcss": "^4.1.10", + "tailwindcss": "^4.1.12", "ts-node": "^10.9.2", - "typescript": "^5.8.3" + "typescript": "^5.9.2" } } diff --git a/translations/en.json b/translations/en.json index 566f638..98e2422 100644 --- a/translations/en.json +++ b/translations/en.json @@ -177,8 +177,8 @@ "simRacing": "Red Bull Sim Racing", "fighting": "Fighting Games Area" }, - "hide": "Hide", - "show": "Show" + "hide": "Hide walls", + "show": "Show walls" }, "rules": { "title": "Rules", diff --git a/translations/et.json b/translations/et.json index 7c1818e..e5c7d53 100644 --- a/translations/et.json +++ b/translations/et.json @@ -177,8 +177,8 @@ "simRacing": "Red Bull Sim Racing", "fighting": "Võitlusmängu ala" }, - "hide": "Peida", - "show": "Näita" + "hide": "Peida seinad", + "show": "Näita seinu" }, "rules": { "title": "Reeglid",