forked from metin2/web
Translated community page
This commit is contained in:
parent
9e4db9f7a0
commit
505d9eb00a
11
lang/en/app/content/community.php
Normal file
11
lang/en/app/content/community.php
Normal 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',
|
||||||
|
];
|
11
lang/ro/app/content/community.php
Normal file
11
lang/ro/app/content/community.php
Normal 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',
|
||||||
|
];
|
@ -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"> </div>
|
<div class="shadow"></div>
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
Loading…
Reference in New Issue
Block a user