new strings (#839)

This commit is contained in:
m2049r 2022-05-23 19:20:28 +02:00 committed by GitHub
parent f7bbfc2fac
commit d4b293af80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View File

@ -687,4 +687,17 @@
<string name="label_seed_offset_encrypt">رمزگذاری بذر (قابلیت آزمایشی)</string>
<string name="seed_offset_hint">عبارت رمزگذاری بذر (اختیاری)</string>
<string name="menu_settings">Settings</string>
<string name="title_iface">Interface</string> <!-- like: User Intreface -->
<string name="title_info">Information</string>
<string name="setting_daynight">Day / Night</string>
<string name="setting_theme">Style</string>
<string-array name="themes">
<item>Classic</item>
<item>Baldaŭ</item> <!-- do not translate this one -->
</string-array>
<string name="message_qr_failed">Failed to create QR for sharing!</string>
</resources>

View File

@ -434,4 +434,17 @@
<string name="label_seed_offset_encrypt">விதை மறையீடு (சோதனைவழி)</string>
<string name="seed_offset_hint">விதை ஈடுசெய் சொற்றொடர் (விரும்பினால்)</string>
<string name="menu_settings">Settings</string>
<string name="title_iface">Interface</string> <!-- like: User Intreface -->
<string name="title_info">Information</string>
<string name="setting_daynight">Day / Night</string>
<string name="setting_theme">Style</string>
<string-array name="themes">
<item>Classic</item>
<item>Baldaŭ</item> <!-- do not translate this one -->
</string-array>
<string name="message_qr_failed">Failed to create QR for sharing!</string>
</resources>