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/fa.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/fa.json')
-rw-r--r--plugins/SegmentEditor/lang/fa.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/SegmentEditor/lang/fa.json b/plugins/SegmentEditor/lang/fa.json
new file mode 100644
index 0000000000..9805a6e585
--- /dev/null
+++ b/plugins/SegmentEditor/lang/fa.json
@@ -0,0 +1,24 @@
+{
+ "SegmentEditor": {
+ "AddANDorORCondition": "اضافه کردن وضعیت از%s",
+ "AddNewSegment": "اضافه کردن سگمنت جدید",
+ "AreYouSureDeleteSegment": "آیا شما مطمئن هستید که میخواهید این بخش را حذف کنید؟",
+ "AutoArchivePreProcessed": "گزارش سگمنتال پیش پردازش (سریع تر، نیاز به cron را archive.php ذخیره)",
+ "AutoArchiveRealTime": "گزارش های سگمنتال در زمان واقعی پردازش",
+ "ChooseASegment": "انتخاب بخش",
+ "DefaultAllVisits": "تمامی بازدیدکننده ها",
+ "DragDropCondition": "کشیدن و رها کردن",
+ "LoadingSegmentedDataMayTakeSomeTime": "پردازش داده های بازدید کننده تقسیم ممکن است چند دقیقه طول بکشد ...",
+ "OperatorAND": "و",
+ "OperatorOR": "یا",
+ "SaveAndApply": "ذخیره و درخواست",
+ "SegmentDisplayedAllWebsites": "تمام وب سایت ها",
+ "SegmentDisplayedThisWebsiteOnly": "این وب سایت فقط",
+ "SegmentIsDisplayedForWebsite": "و برای نمایش داده",
+ "SelectSegmentOfVisitors": "انتخاب بخشی از بازدید کنندگان:",
+ "ThisSegmentIsVisibleTo": "این بخش قابل رؤیت است:",
+ "VisibleToAllUsers": "تمام کاربران",
+ "VisibleToMe": "من",
+ "YouMustBeLoggedInToCreateSegments": "شما باید برای ایجاد و ویرایش بخش های بازدید کننده سفارشی، وارد سیستم شوید."
+ }
+} \ No newline at end of file