Blame view

resources/lang/fr-FR/modules.php 2.13 KB
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
  <?php
  
  return [
  
      'title'                 => 'Jeton de l\'API',
      'api_token'             => 'Jeton',
      'my_apps'               => 'Mes applications',
      'top_paid'              => 'Top payant',
      'new'                   => 'Nouveau',
      'top_free'              => 'Top gratuit',
      'free'                  => 'GRATUIT',
      'search'                => 'Rechercher',
      'install'               => 'Installation',
      'buy_now'               => 'Acheter maintenant',
      'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank">Cliquez ici</a> pour obtenir votre jeton de l\'API.',
      'no_apps'               => 'Il n’y a pas encore d\'application dans cette catégorie.',
      'developer'             => 'Vous êtes développeur ? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank"> ici</a> vous pouvez apprendre à créer une application et commencer à la vendre  !',
  
      'about'                 => 'A propos',
  
      'added'                 => 'Ajouté',
      'updated'               => 'Mis à jour',
      'compatibility'         => 'Compatibilité',
  
      'installed'             => ':module installé',
      'uninstalled'           => ':module désinstallé',
      //'updated'               => ':module updated',
      'enabled'               => ':module activé',
      'disabled'              => ':module désactivé',
  
      'tab' => [
          'installation'      => 'Installation',
          'faq'               => 'FAQ',
          'changelog'         => 'Historique des modifications',
      ],
  
      'installation' => [
          'header'            => 'Installation d\'une application',
          'download'          => 'Téléchargement du :module.',
          'unzip'             => 'Extraction des fichiers :module.',
          'install'           => 'Installation des fichiers du module :module.',
      ],
  
      'badge' => [
          'installed' => 'Installées',
      ],
  
      'button' => [
          'uninstall'         => 'Désinstaller',
          'disable'           => 'Désactiver',
          'enable'            => 'Activer',
      ],
  
      'my' => [
          'purchased' => 'Achetées',
          'installed' => 'Installées',
      ],
  ];