Blame view

resources/lang/zh-TW/modules.php 1.79 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
  <?php
  
  return [
  
      'title'                 => 'API Token',
      'api_token'             => 'Token',
      'top_paid'              => '最佳銷售',
      'new'                   => '新增',
      'top_free'              => '最佳免費',
      'free'                  => '免費',
      'search'                => '搜尋',
      'install'               => '安裝',
      'buy_now'               => '現在購買',
      'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank">點這裡</a>取得您的 API token.',
      'no_apps'               => '此分類中尚無應用程式。',
      'developer'             => '您是開發人員嗎?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">這裡</a>可以幫助您學習如何建立應用程式並立即開始銷售!',
  
      'about'                 => '關於',
  
      'added'                 => '已新增',
      'updated'               => '已更新',
      'compatibility'         => '相容性',
  
      'installed'             => '已安裝 :module',
      'uninstalled'           => '已移除 :module',
      //'updated'               => ':module updated',
      'enabled'               => '已啟用 :module',
      'disabled'              => '已停用 :module',
  
      'tab' => [
          'installation'      => '安裝',
          'faq'               => '常見問題',
          'changelog'         => '更新日誌',
      ],
  
      'installation' => [
          'header'            => '應用程式安裝',
          'download'          => '下載模組檔案中::module',
          'unzip'             => '解開模組封裝中::module',
          'install'           => '安裝 :module檔案中。',
      ],
  
      'button' => [
          'uninstall'         => '移除',
          'disable'           => '停用',
          'enable'            => '啟用',
      ],
  ];