From 505d9eb00a211f5b09a06a532f3c9020a9210e66 Mon Sep 17 00:00:00 2001 From: Exynox Date: Wed, 1 Jan 2025 10:50:15 +0200 Subject: [PATCH] Translated community page --- lang/en/app/content/community.php | 11 +++++++++++ lang/ro/app/content/community.php | 11 +++++++++++ .../views/main/community/community.blade.php | 15 +++++++-------- 3 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 lang/en/app/content/community.php create mode 100644 lang/ro/app/content/community.php diff --git a/lang/en/app/content/community.php b/lang/en/app/content/community.php new file mode 100644 index 0000000..a0252a7 --- /dev/null +++ b/lang/en/app/content/community.php @@ -0,0 +1,11 @@ + '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', +]; diff --git a/lang/ro/app/content/community.php b/lang/ro/app/content/community.php new file mode 100644 index 0000000..686f4d9 --- /dev/null +++ b/lang/ro/app/content/community.php @@ -0,0 +1,11 @@ + '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', +]; diff --git a/resources/views/main/community/community.blade.php b/resources/views/main/community/community.blade.php index 5a7c5b4..1e4f489 100644 --- a/resources/views/main/community/community.blade.php +++ b/resources/views/main/community/community.blade.php @@ -6,21 +6,20 @@
-

Metin2 - Comunitate

+

{{ __('app/content/community.title') }}

-

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. - Alatura-te comunitatii Metin2!

- Ghid Comunitate - Forum - Ticketservice - Wiki +

{{ __('app/content/community.text') }}

+ {{ __('app/content/community.links.guide') }} + {{ __('app/content/community.links.forum') }} + {{ __('app/content/community.links.support') }} + {{ __('app/content/community.links.wiki') }}
-
 
+
@endsection