From 1f73068f1ebbed1c270ed38823c3d8943bfc87a1 Mon Sep 17 00:00:00 2001 From: hkcomori Date: Tue, 7 Jan 2025 16:45:34 +0900 Subject: i18n: Japanese (#7187) * i18n: Japanese * Fix typo --- app/i18n/ja/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/i18n/ja/admin.php') diff --git a/app/i18n/ja/admin.php b/app/i18n/ja/admin.php index 901fb5d7f..a4cd2afcd 100644 --- a/app/i18n/ja/admin.php +++ b/app/i18n/ja/admin.php @@ -14,7 +14,7 @@ return array( 'auth' => array( 'allow_anonymous' => 'デフォルトのユーザーの記事がログインしていないときでも読めるようにします。 (%s)', 'allow_anonymous_refresh' => '未ログインユーザーでも記事を更新できるようにします。', - 'api_enabled' => 'APIからのアクセスを許可する (モバイルアプリが必要です and sharing user queries)', // DIRTY + 'api_enabled' => 'APIアクセスを許可する (モバイルアプリやユーザークエリの共有に必要)', 'form' => 'ウェブフォーム (JavaScriptが必要です)', 'http' => 'HTTP (上級者はHTTPSでも)', 'none' => 'なし (危険)', @@ -116,7 +116,7 @@ return array( 'description' => '説明', 'disabled' => '無効', 'empty_list' => 'インストールされている拡張機能はありません', - 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // TODO + 'empty_list_help' => '拡張機能リストが表示されない原因を特定するために、ログを確認してください。', 'enabled' => '有効', 'latest' => 'インストール済み', 'name' => '名前', -- cgit v1.2.3