Skip to content

Commit

Permalink
Merge pull request #37 from Snipeur060/Snipeur060-v-1.11.5
Browse files Browse the repository at this point in the history
Update to V1.11.5 and V1.11.7
  • Loading branch information
Snipeur060 authored Aug 12, 2024
2 parents c201a16 + 6a52fa0 commit c34b9ce
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Pterodactyl Version

| Version | Supported | Link |
| ------- | ------------------ | ---------------- |
| 1.11.5 | ⚒️ | Working on ... |
| 1.11.7 | :white_check_mark: | [Version 1.11.7](https://github.com/Snipeur060/Pterodactyl-French-Traduction/releases/tag/)|
| 1.11.5 | :white_check_mark: | [Version 1.11.5](https://github.com/Snipeur060/Pterodactyl-French-Traduction/releases/tag/)|
| 1.10.1 | :white_check_mark: |[Version 1.10.1](https://github.com/Snipeur060/Pterodactyl-French-Traduction/releases/tag/1.10.1)|
| <1.10.1 | :x: | NONE |

2 changes: 2 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Pterodactyl Version

| Version | Supported |
| ------- | ------------------ |
| 1.11.7 | :white_check_mark: |
| 1.11.5 | :white_check_mark: |
| 1.10.1 | :white_check_mark: |
| <1.10.1 | :x: |

Expand Down
1 change: 1 addition & 0 deletions activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
],
'settings' => [
'rename' => 'Renommé le serveur de :old à :new',
'description' => 'La description du serveur est passée de :old à :new',
],
'startup' => [
'edit' => 'Changement de la variable :variable de ":old" à ":new"',
Expand Down
2 changes: 1 addition & 1 deletion auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'failed' => 'Aucun compte correspondant à ces informations d\'identification n\'a pu être trouvé.',

'forgot_password' => [
'label' => 'Forgot Password?',
'label' => 'Mot de passe oubliée ?',
'label_help' => 'Entrez l\'adresse e-mail de votre compte pour recevoir des instructions sur la réinitialisation de votre mot de passe.',
'button' => 'Récupérer le compte',
],
Expand Down
8 changes: 8 additions & 0 deletions dashboard/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'search' => 'Rechercher des serveurs...',
'no_matches' => 'Aucun serveur correspondant aux critères de recherche fournis n\'a été trouvé.',
'cpu_title' => 'CPU',
'memory_title' => 'Mémoire',
];

0 comments on commit c34b9ce

Please sign in to comment.