Skip to content

Commit 0f44358

Browse files
feat:[lar-163] translate page and remove unused files
1 parent 11dddee commit 0f44358

26 files changed

+68
-355
lines changed

lang/en/pages/account.php

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,21 @@
4646
'bio_description' => 'Write a few sentences about yourself.',
4747
'avatar_description' => 'This will be displayed on your profile.',
4848
'twitter_helper_text' => 'Enter your Twitter handle without the @ symbol at the top.',
49-
'linkedin_helper_text' => 'Enter what is in place of {votre-pseudo}',
49+
'linkedin_helper_text' => 'Enter what is in place of {your-username}',
5050
'personal_information_title' => 'Personal information',
5151
'personal_information_description' => 'Update your personal information. Your address will never be accessible to the public.',
5252
'unverified_mail' => 'This e-mail address is not verified.',
53-
'social_network_title' => 'social networks',
53+
'social_network_title' => 'Social networks',
5454
'social_network_description' => 'Let everyone know where they can find you.',
55+
56+
'notification' => [
57+
'tip' => 'Tip:',
58+
'first_text' => 'Visit any forum thread and click on the',
59+
'subscribe' => 'Subscribe',
60+
'second_text' => 'in the sidebar. Once clicked, you will receive an e-mail each time a response
61+
is published. The same applies to any type of content that offers this
62+
this option.',
63+
],
5564
],
5665

5766
];

lang/en/pages/article.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
'draft' => 'Draft',
3030
'my_article' => 'My articles',
3131
'not_article_created' => "You haven't created any articles yet",
32-
32+
'awaiting_text' => 'Waiting for approval',
33+
'write' => 'Written',
3334
];

lang/en/pages/channel.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
return [
6+
7+
'title' => 'The biggest channels',
8+
'subtitle' => 'Other channels',
9+
10+
];

lang/en/pages/discussion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
'min_discussion_length' => '160 characters maximum',
4242
'placeholder' => 'Your comment here...',
4343
'my_discussion' => 'My discussions',
44-
44+
'empty_discussion' => 'You haven\'t created any discussions yet.',
4545
];

lang/en/pages/forum.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,9 @@
4343
'my_thread' => 'My threads',
4444
'not_thread_created' => "You haven't created any topic yet",
4545
'subject' => 'Subject',
46+
'reply_message' => 'Leave your answer',
47+
'prevent_text_one' => 'Make sure you\'ve read our',
48+
'rules' => 'rules of conduct',
49+
'prevent_text_two' => 'before replying to this thread.',
4650

4751
];

lang/fr/pages/account.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@
5353
'social_network_title' => 'Réseaux sociaux',
5454
'social_network_description' => 'Faites savoir à tout le monde où ils peuvent vous trouver.',
5555

56+
'notification' => [
57+
'tip' => 'Astuce:',
58+
'first_text' => 'Visitez n\'importe quel fil de discussion du forum et cliquez sur le bouton',
59+
'subscribe' => 'S\'abonner',
60+
'second_text' => 'dans la barre latérale. Une fois cliqué, vous recevrez un e-mail chaque fois qu\'une réponse
61+
sera publiée. Il en va de même pour n\'importe quel type de contenu qui offre cette
62+
possibilité.',
63+
],
5664
],
5765

5866
];

lang/fr/pages/article.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@
2929
'draft' => 'Brouillon',
3030
'my_article' => 'Mes articles',
3131
'not_article_created' => "Vous n'avez pas encore créé d'articles",
32+
'awaiting_text' => 'En attente d\'approbation',
33+
'write' => 'Rédigé',
3234

3335
];

lang/fr/pages/channel.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
return [
6+
7+
'title' => ' Les plus gros channels',
8+
'subtitle' => 'Les autres channels',
9+
10+
];

lang/fr/pages/discussion.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
'min_discussion_length' => 'Maximum de 160 caractères.',
4242
'placeholder' => 'Votre commentaire',
4343
'my_discussion' => 'Mes discussions',
44+
'empty_discussion' => 'Vous n\'avez pas encore créé de discussions.',
4445

4546
];

lang/fr/pages/forum.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,9 @@
4343
'my_thread' => 'Mes Sujets',
4444
'not_thread_created' => "Vous n'avez pas encore créé de sujet",
4545
'subject' => 'Sujets',
46+
'reply_message' => 'Laissez votre réponse',
47+
'prevent_text_one' => 'Assurez-vous d\'avoir lu nos',
48+
'rules' => 'règles de conduite',
49+
'prevent_text_two' => 'avant de répondre à ce thread.',
4650

4751
];

resources/views/components/feeds/comment.blade.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

resources/views/components/feeds/created_article.blade.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

resources/views/components/feeds/created_discussion.blade.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

resources/views/components/feeds/created_reply.blade.php

Lines changed: 0 additions & 31 deletions
This file was deleted.

resources/views/components/feeds/created_thread.blade.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

resources/views/components/feeds/follow.blade.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

resources/views/components/notifications/new_comment.blade.php

Lines changed: 0 additions & 44 deletions
This file was deleted.

resources/views/components/notifications/new_mention.blade.php

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)