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:
authorThomas Steur <thomas.steur@gmail.com>2014-08-24 21:24:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-24 23:14:45 +0400
commitc1573b9becddcaf3156294d11b3ee6945d2ec08a (patch)
treeebb409f47778d6116f8e4159e902510f5b5f1c8e /plugins/SegmentEditor/lang/ja.json
parentfb52fd827ebb2fc804c3da764acebbe3a844c248 (diff)
refs #5863 another try to move translations into plugins. This time we always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
Diffstat (limited to 'plugins/SegmentEditor/lang/ja.json')
-rw-r--r--plugins/SegmentEditor/lang/ja.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/SegmentEditor/lang/ja.json b/plugins/SegmentEditor/lang/ja.json
new file mode 100644
index 0000000000..2fdc71f053
--- /dev/null
+++ b/plugins/SegmentEditor/lang/ja.json
@@ -0,0 +1,28 @@
+{
+ "SegmentEditor": {
+ "AddANDorORCondition": "%s の条件を追加",
+ "AddNewSegment": "新しいセグメントを追加",
+ "AreYouSureDeleteSegment": "このセグメントを削除してもよろしいですか?",
+ "AutoArchivePreProcessed": "セグメントレポートの事前処理(archive.php の cron 設定が必要)",
+ "AutoArchiveRealTime": "セグメントレポートをリアルタイムに処理",
+ "ChooseASegment": "セグメントを選択してください",
+ "DataAvailableAtLaterDate": "ご利用中のセグメント化した分析レポートは、後ほど利用できるようになります。ご迷惑をおかけして申し訳ございません。",
+ "DefaultAllVisits": "すべてのビジット",
+ "DragDropCondition": "左のメニューから条件をドラッグ&ドロップしてください",
+ "LoadingSegmentedDataMayTakeSomeTime": "ビジターデータのセグメント処理には、数分かかることがあります...",
+ "OperatorAND": "AND(および)",
+ "OperatorOR": "OR(または)",
+ "SaveAndApply": "適用",
+ "SegmentDisplayedAllWebsites": "全ウェブサイト",
+ "SegmentDisplayedThisWebsiteOnly": "このウェブサイトのみ",
+ "SegmentIsDisplayedForWebsite": "表示対象の選択:",
+ "SegmentNotApplied": "セグメント '%s' が適用されませんでした",
+ "SegmentNotAppliedMessage": "カスタムセグメント '%s' のデータをリクエストしました。この Piwik の構成は現在、パフォーマンス上の理由からレポートのリアルタイム処理をおこないません。",
+ "SelectSegmentOfVisitors": "ビジターのセグメントを選択:",
+ "ThisSegmentIsVisibleTo": "このセグメント設定の表示:",
+ "VisibleToAllUsers": "すべてのユーザー",
+ "VisibleToMe": "自分",
+ "YouMayChangeSetting": "別の方法としては設定ファイル (%s) で設定を変更するか、このセグメント '%s' を選択し編集することができます。",
+ "YouMustBeLoggedInToCreateSegments": "ビジターのカスタムセグメントの作成と編集にはログインが必要です。"
+ }
+} \ No newline at end of file