Blame view

resources/lang/lv-LV/modules.php 2.03 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'                 => 'API atslēga',
      'api_token'             => 'Atslēga',
      'my_apps'               => 'Manas programmas',
      'top_paid'              => 'Top maksas',
      'new'                   => 'Jaunas',
      'top_free'              => 'Top bezmaksas',
      'free'                  => 'BEZMAKSAS',
      'search'                => 'Meklēt',
      'install'               => 'Instalēt',
      'buy_now'               => 'Pirkt tagad',
      'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank">Spied šeit</a>, lai saņemtu savu API atslēgu.',
      'no_apps'               => 'Šajā kategorijā programmu vēl nav.',
      'developer'             => 'Vai jūs esat izstrādātājs? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Šeit</a> jūs varat iemācīties, kā veidot programmas un sākt tās pārdot!',
  
      'about'                 => 'Par',
  
      'added'                 => 'Pievienots',
      'updated'               => 'Atjaunināts',
      'compatibility'         => 'Savietojamība',
  
      'installed'             => ':module instalēta',
      'uninstalled'           => ':module atinstalēta',
      //'updated'               => ':module updated',
      'enabled'               => ':module iespējots',
      'disabled'              => ':module atspējots',
  
      'tab' => [
          'installation'      => 'Instalācija',
          'faq'               => 'BUJ',
          'changelog'         => 'Izmaiņas',
      ],
  
      'installation' => [
          'header'            => 'Programmas instalācija',
          'download'          => 'Lejupielādēju :module.',
          'unzip'             => 'Atarhivēju :module.',
          'install'           => 'Instalēju :module.',
      ],
  
      'badge' => [
          'installed' => 'Instalēts',
      ],
  
      'button' => [
          'uninstall'         => 'Atinstalēt',
          'disable'           => 'Atspējot',
          'enable'            => 'Iespējot',
      ],
  
      'my' => [
          'purchased' => 'Nopirkts',
          'installed' => 'Instalēts',
      ],
  ];