virtualx-engine/platform/android/java/lib/res/values-fa/strings.xml
fhuya 7fabfd402f Split the Android platform java logic into an Android library module (lib) and an application module (app).
The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip').
2019-09-04 16:20:22 -07:00

15 lines
1.4 KiB
XML

<?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>