Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated my-mm language #226

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions common/resources/src/main/res/values-mm/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<string name="design_credits">ဒီဇိုင်းခရက်ဒစ်မျာ</string>
<string name="enable_appsRpc">App Detection ကိုသုံးပါ</string>
<string name="usage_access">Usage Access လိုအပ်သည်</string>
<string name="usage_access_desc">လက်ရှိအသုံးပြုနေသည့်အက်ပ်ကို ရယူရန် Usage Access ကိုလိုအပ်သည်</string>
<string name="usage_access_desc">App ကို run ရန် Usage Access လိုအပ်သည်။</string>
<string name="enable_mediaRpc">Media Rpc ကိုသုံးပါ</string>
<string name="permission_required">ခွင့်ပြုချက်လိုအပ်သည်</string>
<string name="enable_customRpc">Custom Rpc ကိုသုံးပါ</string>
Expand All @@ -75,20 +75,20 @@
<string name="android_on">အဖွင့်</string>
<string name="android_off">အပိတ်</string>
<string name="setup">ပြင်ဆင်မည်</string>
<string name="user_data_policy">ဤအက်ပ်သည် မည်သည့်အသုံးပြုသူ ဒေတာကိုမျှ မစုဆောင်းပါ</string>
<string name="user_data_policy">ဤ app သည် မည်သည့်အသုံးပြုသူ ဒေတာကိုမျှ မစုဆောင်းပါ</string>
<string name="setup_desc">ရှေ့သို့မသွားမီ ဤapp၏ အင်္ဂါရပ်အားလုံး အလုပ်လုပ်ကြောင်း သေချာစေရန် လိုအပ်သည့်လုပ်ဆောင်ချက်များကို လုပ်ဆောင်ရန် အကြံပြုထားသည်။</string>
<string name="permission_granted">ခွင့်ပြုသည်</string>
<string name="permission_not_granted">ခွင့်မပြုပါ, ခွင့်ပြုရန် နှိပ်ပါ</string>
<string name="permission_granted">ခွင့်ပြုချက် အောင်မြင်စွာ ရရှိပါသည်။/string>
<string name="permission_not_granted">ခွင့်ပြုချက်ပေးရန် ဤနေရာကိုနှိပ်ပါ။</string>
<string name="activity_large_text">လုပ်ဆောင်မှု စာအသေး</string>
<string name="activity_small_text">လုပ်ဆောင်မှု စာအကြီး</string>
<string name="contributors">Contributors</string>
<string name="contributors">ပံ့ပိုးကူညီသူများ</string>
<string name="stream_url">Stream Url</string>
<string name="stream_url_info">Only https://twitch.tv/ and https://youtube.com/ urls will work.</string>
<string name="activity_button_max_character">Max character limit is 31</string>
<string name="set_previous_run_config_in_custom_rpc">Set Previous Run config to Custom Rpc Fields</string>
<string name="set_previous_run_config_in_custom_rpc_desc">Automatically set fields in custom rpc from the last run rpc</string>
<string name="clear_all_fields">Clear All Fields</string>
<string name="share_config">Share Config</string>
<string name="change_log">Change Log</string>
<string name="share_config">config ကိုမျှဝေမည်။</string>
<string name="change_log">မှတ်တမ်းအပြောင်းအလဲများ</string>
<string name="update">Update</string>
</resources>
2 changes: 1 addition & 1 deletion common/resources/src/main/res/values/translations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<string name="locale_pt" translatable="false">Português Brasileiro</string>
<string name="locale_in" translatable="false">Bahasa Indonesia</string>
<string name="locale_zh" translatable="false">简体中文</string>
<string name="locale_mm" translatable="false">Burmese</string>
<string name="locale_mm" translatable="false">ဗမာဘာသာ</string>
<string name="locale_vi" translatable="false">Tiếng Việt</string>
<string name="locale_it" translatable="false">Italiano</string>
<string name="locale_fil" translatable="false">Filipino</string>
Expand Down