mirror of https://github.com/m2049r/xmrwallet.git
Minimum weblate requirements (#976)
* Remove tools:ignore flags * Disable linting for MissingTranslation * Point README translation to Weblate
This commit is contained in:
parent
989d52b33d
commit
8962bd3050
|
@ -15,8 +15,13 @@ Another Android Monero Wallet for Monero
|
|||
- Advanced users can copy over synced wallet files (all files) onto sdcard in directory Monerujo (created first time App is started)
|
||||
- See the [FAQ](doc/FAQ.md)
|
||||
|
||||
## Translations
|
||||
Help us translate Monerujo! You can find instructions for adding a new translation or updating an existent one in [this guide](https://github.com/monero-ecosystem/monero-translations/blob/master/translate-monerujo.md), but is suggested to contact the Monero Localization Workgroup first if you have any doubt or question. You can do so in many ways. For example by email: translate@getmonero.org or chatting in `#monero-translations` (chatroom on Freenode, matrix and MatterMost). To see the complete list of contacts, take a look at the [official repository of the workgroup on GitHub](https://github.com/monero-ecosystem/monero-translations/blob/master/README.md#contacts).
|
||||
## Translation
|
||||
If you'd like to help translate Monerujo, take a look at our [Weblate project!](https://hosted.weblate.org/engage/monerujo/)
|
||||
Thank you so much for your help!
|
||||
|
||||
<a href="https://hosted.weblate.org/engage/monerujo/">
|
||||
<img src="https://hosted.weblate.org/widget/monerujo/multi-auto.svg" alt="Translation status" />
|
||||
</a>
|
||||
|
||||
### Disclaimer
|
||||
You may lose all your Moneroj if you use this App. Be cautious when spending on the mainnet.
|
||||
|
|
|
@ -123,6 +123,10 @@ android {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
lint {
|
||||
disable "MissingTranslation" // Translation is crowd-sourced.
|
||||
}
|
||||
}
|
||||
|
||||
static def getId(name) {
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
<string name="menu_delete">Delete</string>
|
||||
<string name="menu_backup">Backup</string>
|
||||
<string name="menu_changepw">Change Passphrase</string>
|
||||
<string name="menu_back" tools:ignore="MissingTranslation">Back</string>
|
||||
<string name="menu_close" tools:ignore="MissingTranslation">Close</string>
|
||||
<string name="menu_cancel" tools:ignore="MissingTranslation">Cancel</string>
|
||||
<string name="menu_back">Back</string>
|
||||
<string name="menu_close">Close</string>
|
||||
<string name="menu_cancel">Cancel</string>
|
||||
|
||||
<string name="password_weak">Continue typing …</string>
|
||||
<string name="password_fair">Meh …</string>
|
||||
|
@ -274,8 +274,8 @@
|
|||
<string name="receive_amount_too_big">Max. %1$s</string>
|
||||
<string name="receive_amount_negative">Min. 0</string>
|
||||
<string name="receive_amount_nan">XMR not a number</string>
|
||||
<string name="copy_receive_address" tools:ignore="MissingTranslation">Copy receive address</string>
|
||||
<string name="paste_give_address" tools:ignore="MissingTranslation">Paste give address</string>
|
||||
<string name="copy_receive_address">Copy receive address</string>
|
||||
<string name="paste_give_address">Paste give address</string>
|
||||
|
||||
<string name="details_alert_message">Sensitive data will now be shown.\nLook over your shoulder!</string>
|
||||
<string name="details_alert_yes">I\'m safe</string>
|
||||
|
@ -438,7 +438,7 @@
|
|||
<string name="subaddress_notx_label">No transactions for this subaddress yet</string>
|
||||
<string name="subaddress_select_label">Select a subaddress</string>
|
||||
<string name="subaddress_details_hint">Long-press for details</string>
|
||||
<string name="subaddress_add" tools:ignore="MissingTranslation">Add Subaddress</string>
|
||||
<string name="subaddress_add">Add Subaddress</string>
|
||||
|
||||
<string name="menu_restore">Import wallet</string>
|
||||
<string name="restore_failed">Import failed!</string>
|
||||
|
@ -452,7 +452,7 @@
|
|||
<string name="node_waiting">\u00A0WAITING FOR NODE\u00A0</string>
|
||||
<string name="tor_enable_background">"Allow Background Starts" in Orbot Settings to use Tor!</string>
|
||||
<string name="tor_noshift">%1$s doesn\'t support Tor.\nDisable Tor to swap XMR.</string>
|
||||
<string name="tor_enable" tools:ignore="MissingTranslation">Enable TOR</string>
|
||||
<string name="tor_enable">Enable TOR</string>
|
||||
|
||||
<string name="label_seed_offset_encrypt">Seed encryption (EXPERIMENTAL)</string>
|
||||
<string name="seed_offset_hint">Seed Offset Phrase (optional)</string>
|
||||
|
|
Loading…
Reference in New Issue