Akaunting/resources/lang/ja-JP/modules.php

84 lines
3.3 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.

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