diff options
author | masoud bh <masoud.bh@chmail.ir> | 2015-11-19 01:40:29 +0330 |
---|---|---|
committer | masoud bh <masoud.bh@chmail.ir> | 2015-11-19 01:40:29 +0330 |
commit | f2704eb162ce5e2de6916cf8c2d8daeba81d03de (patch) | |
tree | 9c31b69c5c36c61dcd1c8727a16b3d3bff8160d2 | |
parent | 0bbe1e16572b6ee0ae73f8412b8fa05421ceb1ef (diff) |
Android add FA(persian) locale strings
-rw-r--r-- | platform/android/java/res/values-fa/strings.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/platform/android/java/res/values-fa/strings.xml b/platform/android/java/res/values-fa/strings.xml new file mode 100644 index 0000000000..450f9fe212 --- /dev/null +++ b/platform/android/java/res/values-fa/strings.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="godot_project_name_string">godot-project-name-fa</string> + <string name="testuf8">سلام</string> + <string name="text_paused_cellular">آیا می خواهید بر روی اتصال داده همراه دانلود را شروع کنید؟ بر اساس نوع سطح داده شما این ممکن است برای شما هزینه مالی داشته باشد.</string> + <string name="text_paused_cellular_2">اگر نمی خواهید بر روی اتصال داده همراه دانلود را شروع کنید ، دانلود به صورت خودکار در زمان دسترسی به وای-فای شروع می شود.</string> + <string name="text_button_resume_cellular">ادامه دانلود</string> + <string name="text_button_wifi_settings">تنظیمات وای-فای</string> + <string name="text_verifying_download">درحال تایید دانلود</string> + <string name="text_validation_complete">تایید فایل XAPK تکمیل شد. برای خروج تایید کنید.</string> + <string name="text_validation_failed">اعتبارسنجی فایل XAPK ناموق.</string> + <string name="text_button_pause">توقف دانلود</string> + <string name="text_button_resume">ادامه دانلود</string> + <string name="text_button_cancel">انصراف</string> + <string name="text_button_cancel_verify">انصراف از تایید شدن</string> +</resources> |