change wording

This commit is contained in:
Starystars67
2025-12-31 15:08:57 +00:00
parent e7f80d83a6
commit c9fc193aa3
8 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "beammp-website", "name": "beammp-website",
"private": true, "private": true,
"version": "2.4.14", "version": "2.4.15",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -46,7 +46,7 @@
"public_servers": "Öffentliche Server", "public_servers": "Öffentliche Server",
"all_servers": "Alle Server" "all_servers": "Alle Server"
}, },
"why_choose_beammp": "Warum BeamMP?", "why_beammp": "Warum BeamMP?",
"features": { "features": {
"stable_servers": { "stable_servers": {
"title": "Stabile Server", "title": "Stabile Server",

View File

@@ -47,7 +47,7 @@
"public_servers": "Public Servers", "public_servers": "Public Servers",
"all_servers": "All Servers" "all_servers": "All Servers"
}, },
"why_choose_beammp": "Why Choose BeamMP?", "why_beammp": "Why BeamMP?",
"features": { "features": {
"stable_servers": { "stable_servers": {
"title": "Stable Servers", "title": "Stable Servers",

View File

@@ -46,7 +46,7 @@
"public_servers": "Servidores públicos", "public_servers": "Servidores públicos",
"all_servers": "Todos los servidores" "all_servers": "Todos los servidores"
}, },
"why_choose_beammp": "¿Por qué elegir BeamMP?", "why_beammp": "¿Por qué BeamMP?",
"features": { "features": {
"stable_servers": { "stable_servers": {
"title": "Servidores estables", "title": "Servidores estables",

View File

@@ -46,7 +46,7 @@
"public_servers": "Serveurs publics", "public_servers": "Serveurs publics",
"all_servers": "Tous les serveurs" "all_servers": "Tous les serveurs"
}, },
"why_choose_beammp": "Pourquoi choisir BeamMP ?", "why_beammp": "Pourquoi BeamMP ?",
"features": { "features": {
"stable_servers": { "stable_servers": {
"title": "Serveurs stables", "title": "Serveurs stables",

View File

@@ -46,7 +46,7 @@
"public_servers": "Server pubblici", "public_servers": "Server pubblici",
"all_servers": "Tutti i server" "all_servers": "Tutti i server"
}, },
"why_choose_beammp": "Perché scegliere BeamMP?", "why_beammp": "Perché BeamMP?",
"features": { "features": {
"stable_servers": { "stable_servers": {
"title": "Server stabili", "title": "Server stabili",

View File

@@ -46,7 +46,7 @@
"public_servers": "Публичные серверы", "public_servers": "Публичные серверы",
"all_servers": "Все серверы" "all_servers": "Все серверы"
}, },
"why_choose_beammp": "Почему BeamMP?", "why_beammp": "Почему BeamMP?",
"features": { "features": {
"stable_servers": { "stable_servers": {
"title": "Стабильные серверы", "title": "Стабильные серверы",

View File

@@ -228,7 +228,7 @@ const faqs = computed(() => [
<section class="py-16 px-4"> <section class="py-16 px-4">
<div class="max-w-6xl mx-auto"> <div class="max-w-6xl mx-auto">
<h2 class="text-4xl font-bold text-center mb-12"> <h2 class="text-4xl font-bold text-center mb-12">
{{ $t('message.home.why_choose_beammp') }} {{ $t('message.home.why_beammp') }}
</h2> </h2>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6"> <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div <div