Translated community page

This commit is contained in:
Exynox 2025-01-01 10:50:15 +02:00
parent 9e4db9f7a0
commit 505d9eb00a
3 changed files with 29 additions and 8 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
'title' => 'Metin2 - Community',
'text' => 'As a multiplayer game, Metin2 does not let you fight your battles alone. In the forum you can meet numerous players, who can answer all your questions when you have a problem and with whom you can exchange ideas with. You can receive further information about the client game Metin2 in its Wiki. Become part of the community!',
'links.guide' => 'Community Guidelines',
'links.forum' => 'Forum',
'links.support' => 'Ticketservice',
'links.wiki' => 'Wiki',
];

View File

@ -0,0 +1,11 @@
<?php
return [
'title' => 'Metin2 - Comunitate',
'text' => 'Fiind un joc multiplayer, Metin2 nu te va lăsa singur pe câmpul de luptă. Pe Forum poți întâlni numeroși jucători ce îți pot răspunde la toate întrebările sau când ai o problemă. De asemenea, cu care poți face schimb de idei. Poți obține mai multe informații despre jocul Metin2 pe Wiki. Alătură-te comunității Metin2!',
'links.guide' => 'Ghid comunitate',
'links.forum' => 'Forum',
'links.support' => 'Ticketservice',
'links.wiki' => 'Wiki',
];

View File

@ -6,21 +6,20 @@
<div class="content content-last"> <div class="content content-last">
<div class="content-bg"> <div class="content-bg">
<div class="content-bg-bottom"> <div class="content-bg-bottom">
<h2>Metin2 - Comunitate</h2> <h2>{{ __('app/content/community.title') }}</h2>
<div class="firststeps-inner-content"> <div class="firststeps-inner-content">
<div class="community"> <div class="community">
<p>Fiind un joc multiplayer, Metin2 nu te va lasa singur pe campul de lupta. Pe Forum poti intalni numerosi jucatori ce iti pot raspunde la toate intrebarile sau cand ai o problema. De asemenea, cu care poti face schimb de idei. Poti obtine mai multe informatii despre jocul Metin2 pe Wiki. <p>{{ __('app/content/community.text') }}</p>
Alatura-te comunitatii Metin2!</p> <a href="{{ url('main/code-of-conduct') }}" class="tutorial-btn">{{ __('app/content/community.links.guide') }}</a>
<a href="{{ url('main/code-of-conduct') }}" class="tutorial-btn">Ghid Comunitate</a> <a href="{{ url('main/board') }}" class="tutorial-btn" target="_blank">{{ __('app/content/community.links.forum') }}</a>
<a href="{{ url('main/board') }}" class="tutorial-btn" target="_blank">Forum</a> <a href="{{ url('main/support') }}" class="tutorial-btn" target="_blank">{{ __('app/content/community.links.support') }}</a>
<a href="{{ url('main/support') }}" class="tutorial-btn" target="_blank">Ticketservice</a> <a href="{{ url('main/wiki') }}" class="tutorial-btn" target="_blank">{{ __('app/content/community.links.wiki') }}</a>
<a href="{{ url('main/wiki') }}" class="tutorial-btn" target="_blank">Wiki</a>
</div> </div>
<div class="box-foot"></div> <div class="box-foot"></div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div class="shadow">&nbsp;</div> <div class="shadow"></div>
</div> </div>
@endsection @endsection