2019-11-23 21:56:10 +03:00

85 lines
3.6 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'api_key' => 'API キー',
'my_apps' => '私のアプリ',
'pre_sale' => 'プレセール',
'top_paid' => 'トップ完済',
'new' => '新しい',
'top_free' => '無料トップ',
'free' => '無料',
'search' => '探索',
'install' => 'インストール',
'buy_now' => '今すぐ購入',
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">ここをクリック</a> APIキーを取得するには.',
'no_apps' => 'ないアプリこのカテゴリには、まだです。',
'developer' => 'あなたは開発者ですか? <a href="https://akaunting.com/developers" target="_blank">ここに</a> アプリの作成方法を学び、今日から販売を開始できます!',
'recommended_apps' => 'おすすめアプリ',
'about' => '約',
'added' => '追加しました',
'updated' => '更新しました',
'compatibility' => '互換性',
'documentation' => 'ドキュメンテーション',
'view' => 'ビュー',
'back' => '前へ',
'installed' => ': モジュールの取り付けは完了です。',
'uninstalled' => ': モジュールがアンインストールされました',
//'updated' => ':module updated',
'enabled' => 'モジュール有効',
'disabled' => ':モジュール無効',
'tab' => [
'installation' => 'インストール',
'faq' => 'よくある質問',
'changelog' => '変更履歴',
'reviews' => 'レビュー',
],
'installation' => [
'header' => 'アプリのインストール',
'download' => 'ダウンロード:モジュール',
'unzip' => '抽出:モジュールファイル',
'file_copy' => 'コピー中:モジュールファイル',
'finish' => 'ファイナライズ:モジュールのインストール',
'redirect' => ':インストールされたモジュール、更新ページにリダイレクト',
'install' => 'インストール中:モジュール',
],
'errors' => [
'download' => 'ダウンロードできません:モジュール',
'zip' => '作成できませんモジュール zipファイル',
'unzip' => '解凍できません:モジュール',
'file_copy' => 'コピーできません:モジュールファイル',
'finish' => 'ファイナライズできません:モジュールのインストール',
],
'badge' => [
'installed' => 'インストールしました!',
'pre_sale' => 'プレセール',
],
'button' => [
'uninstall' => 'アンインストール',
'disable' => '無効',
'enable' => '有効にする',
],
'my' => [
'purchased' => '購入した',
'installed' => 'インストールしました!',
],
'reviews' => [
'button' => [
'add' => 'レビューを追加します。'
],
'na' => 'レビューはありません。'
]
];