android/*: add Bengali translation (#9696)

* am, bugreport, bugrepotz, dalvikvm, dumpsys, getprop, input, logcat, pkg, pm, screencap, wm: add Bengali translation

* android/*: translated placeholders to Bengali

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Sunlight
2023-01-03 18:32:43 +06:00
committed by GitHub
parent 9eea97798b
commit f9046257c3
13 changed files with 250 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# logcat
> সিস্টেম বার্তার একটি লগ ডাম্প করুন, যখন একটি ত্রুটি ঘটেছে স্ট্যাক ট্রেস সহ, এবং অ্যাপ্লিকেশন দ্বারা লগ করা তথ্য বার্তা।
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/logcat>.
- সিস্টেম লগগুলি প্রদর্শন করুন:
`logcat`
- একটি ফাইলে সিস্টেম লগ লিখুন:
`logcat -f {{ফাইলের/পথ}}`
- রেগুলার এক্সপ্রেশনের সাথে মেলে এমন লাইনগুলি প্রদর্শন করুন:
`logcat --regex {{সাধারণ_অভিব্যক্তি}}`