adding 2 more languages
This commit is contained in:
parent
1a0f62e9ea
commit
3f9a44ef42
|
@ -0,0 +1,31 @@
|
|||
<resources>
|
||||
<string name="app_name">Simple Thank You</string>
|
||||
<string name="app_launcher_name">Thank You</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">सेटिंग्स</string>
|
||||
<string name="dark_theme">काली थीम</string>
|
||||
|
||||
<!-- About -->
|
||||
<string name="about">के बारे में</string>
|
||||
<string name="website">अधिक एप्पस व सोर्स कोड:\nhttp://simplemobiletools.com</string>
|
||||
<string name="email_label">अपनी राय या सुझाव को भेजें:</string>
|
||||
<string name="third_party_licences_underlined"><u> तीसरी पार्टी के लाइसेंस </u></string>
|
||||
<string name="invite_friends_underlined"><u>मित्रो को आमन्त्रित करें</u></string>
|
||||
<string name="share_text">अरे, %1$s को %2$s पर देखो</string>
|
||||
<string name="invite_via">के माध्यम से आमंत्रित</string>
|
||||
<string name="rate_us_underlined"><u>हमे प्ले स्टोर पर रेट करें</u></string>
|
||||
<string name="follow_us">हमे फॉलो करें:</string>
|
||||
<string name="copyright">सं %1$s\nकॉपीराइट © सिंपल मोबाइल टूल्स %2$d</string>
|
||||
|
||||
<!-- License -->
|
||||
<string name="notice">मेरा जीवन आसान करने के लिए यह एप्प तीसरे पक्ष की लाइब्रेरी का इस्तेमाल करती हैं। धन्यवाद।</string>
|
||||
<string name="third_party_licences">तीसरे पक्ष के लाइसेंस</string>
|
||||
<string name="kotlin_title"><u>Kotlin (programming language)</u></string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<string name="app_short_description">A paid app for people who want to support me this way, not doing anything whatsoever.</string>
|
||||
<string name="app_long_description">
|
||||
a
|
||||
</string>
|
||||
</resources>
|
|
@ -0,0 +1,31 @@
|
|||
<resources>
|
||||
<string name="app_name">Simple Thank You</string>
|
||||
<string name="app_launcher_name">Thank You</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">Beállítások</string>
|
||||
<string name="dark_theme">Sötét téma</string>
|
||||
|
||||
<!-- About -->
|
||||
<string name="about">Információ</string>
|
||||
<string name="website">További egyszerű alkalmazások és a forráskód itt:\nhttp://simplemobiletools.com</string>
|
||||
<string name="email_label">Visszajelzés és javaslatok:</string>
|
||||
<string name="third_party_licences_underlined"><u>Harmadik fél licenszek</u></string>
|
||||
<string name="invite_friends_underlined"><u>Barátok meghívása</u></string>
|
||||
<string name="share_text">Szia, ezt nézd meg! %1$s itt: %2$s</string>
|
||||
<string name="invite_via">Meghívó küldése itt</string>
|
||||
<string name="rate_us_underlined"><u>Értékelés a Play Store-ban</u></string>
|
||||
<string name="follow_us">Követés:</string>
|
||||
<string name="copyright">%1$s verzió\nSzerzői jogok: © Simple Mobile Tools %2$d</string>
|
||||
|
||||
<!-- License -->
|
||||
<string name="notice">Ez az alkalmazás az alábbi könyvtárakat használja, hogy a munkám egyszerűbb legyen. Köszönöm szépen.</string>
|
||||
<string name="third_party_licences">Harmadik fél licenszek</string>
|
||||
<string name="kotlin_title"><u>Kotlin (programozási nyelv)</u></string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<string name="app_short_description">A paid app for people who want to support me this way, not doing anything whatsoever.</string>
|
||||
<string name="app_long_description">
|
||||
a
|
||||
</string>
|
||||
</resources>
|
|
@ -0,0 +1,31 @@
|
|||
<resources>
|
||||
<string name="app_name">Simple Thank You</string>
|
||||
<string name="app_launcher_name">Thank You</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings">设置</string>
|
||||
<string name="dark_theme">暗主题</string>
|
||||
|
||||
<!-- About -->
|
||||
<string name="about">关于</string>
|
||||
<string name="website">更多软件请访问: http://simplemobiletools.com</string>
|
||||
<string name="email_label">反馈您的意见到:</string>
|
||||
<string name="third_party_licences_underlined"><u>开放源代码</u></string>
|
||||
<string name="invite_friends_underlined"><u>分享给好友</u></string>
|
||||
<string name="share_text">Hey, come check out %1$s at %2$s</string>
|
||||
<string name="invite_via">分享到</string>
|
||||
<string name="rate_us_underlined"><u>为我们打分</u></string>
|
||||
<string name="follow_us">关注我们:</string>
|
||||
<string name="copyright">v %1$s Copyright © Simple Mobile Tools %2$d</string>
|
||||
|
||||
<!-- License -->
|
||||
<string name="notice">This app uses the following third party libraries to make my life easier. Thank you.</string>
|
||||
<string name="third_party_licences">开放源代码</string>
|
||||
<string name="kotlin_title"><u>Kotlin (programming language)</u></string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<string name="app_short_description">A paid app for people who want to support me this way, not doing anything whatsoever.</string>
|
||||
<string name="app_long_description">
|
||||
a
|
||||
</string>
|
||||
</resources>
|
Loading…
Reference in New Issue