diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-09-19 20:22:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-19 20:22:09 +0200 |
commit | f9db6ad8c5a37dcfdc1ba8d3f1ddd0ddb05845b0 (patch) | |
tree | b01da6cdc8c280b5724fd848753f03b9c29dbd86 /platform/android/java/lib/res/values-fa | |
parent | af51fbd994f1f5ece1f50617cb1aaf41369b8574 (diff) | |
parent | f2d203a8a413c3a58ac2761b76323f39bd88b356 (diff) |
Merge pull request #31919 from m4gr3d/use_aar_for_custom_build
Leverage Android archive (AAR) file for Godot custom build
Diffstat (limited to 'platform/android/java/lib/res/values-fa')
-rw-r--r-- | platform/android/java/lib/res/values-fa/strings.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/platform/android/java/lib/res/values-fa/strings.xml b/platform/android/java/lib/res/values-fa/strings.xml new file mode 100644 index 0000000000..f1e29013c4 --- /dev/null +++ b/platform/android/java/lib/res/values-fa/strings.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="godot_project_name_string">godot-project-name-fa</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> |