Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SegmentEditor/lang/ja.json')
-rw-r--r--plugins/SegmentEditor/lang/ja.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/SegmentEditor/lang/ja.json b/plugins/SegmentEditor/lang/ja.json
index 9372f742c0..246b7e4699 100644
--- a/plugins/SegmentEditor/lang/ja.json
+++ b/plugins/SegmentEditor/lang/ja.json
@@ -1,10 +1,11 @@
{
"SegmentEditor": {
+ "PluginDescription": "セグメントは、一連の訪問全体の一部のみを選択するために使用される一連の基準です。 セグメントを使用すると、レポートに任意のコンテキストを挿入することができます。",
"AddANDorORCondition": "%s の条件を追加",
"AddNewSegment": "新しいセグメントを追加",
"AreYouSureDeleteSegment": "このセグメントを削除してもよろしいですか?",
"AutoArchivePreProcessed": "セグメントレポートの事前処理(archive.php の cron 設定が必要)",
- "AutoArchiveRealTime": "セグメントレポートをリアルタイムに処理",
+ "AutoArchiveRealTime": "セグメント化されたレポートはリアルタイムで処理されます",
"ChangingSegmentDefinitionConfirmationNotProcessedOnRequest": "セグメント定義を変更しようとしています。この新しいセグメントの分析レポートは、レポートが再処理されるまで利用できません。このセグメントにレポートデータが表示されるまでには数時間かかる場合があります。それでも続けますか?",
"ChangingSegmentDefinitionConfirmationProcessedOnRequest": "セグメント定義を変更しようとしています。この新しいセグメントの分析レポートは、次回のリクエスト時にオンデマンドで再処理されます。レポートには数分かかることがあります。それでも進めますか?",
"ChooseASegment": "セグメントを選択してください",
@@ -50,6 +51,7 @@
"CustomUnprocessedSegmentApiError4": "エディタ(または API 経由)でセグメントを作成すると、このエラーメッセージが消え、セグメントデータが前処理された後、数時間以内にセグメント化されたレポートデータが表示されます。 (そうでない場合は、問題がある可能性があります)。",
"CustomUnprocessedSegmentApiError5": "あなたのセグメントが Live.getLastVisitsDetails API を使用して処理されるのを待たずに動作するかどうかテストできます。",
"CustomUnprocessedSegmentApiError6": "この API メソッドを使用すると、&segment= parameter で一致したユーザーとアクションが表示されます。",
- "CustomUnprocessedSegmentNoData": "このセグメントのデータを表示するには、セグメントエディタでこのセグメントを手動で作成し、前処理が完了するまで数時間待つ必要があります。"
+ "CustomUnprocessedSegmentNoData": "このセグメントのデータを表示するには、セグメントエディタでこのセグメントを手動で作成し、前処理が完了するまで数時間待つ必要があります。",
+ "AddThisToMatomo": "このセグメントを Matomo に追加する"
}
} \ No newline at end of file