Skip to content

Commit 99f074a

Browse files
committed
Merge strings
1 parent 32cd24d commit 99f074a

File tree

2 files changed

+30
-33
lines changed

2 files changed

+30
-33
lines changed

app/src/main/res/values/p8_strings.xml

Lines changed: 0 additions & 33 deletions
This file was deleted.

app/src/main/res/values/strings.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,4 +1315,34 @@
13151315
We recommend that you migrate to a seed phrase wallet
13161316
in order to make use of the full range of CryptoX features.
13171317
</string>
1318+
<string name="your_validator_has_been_suspended">Your validator has been suspended</string>
1319+
<string name="your_validation_has_been_suspended">Your validation has been suspended</string>
1320+
<string name="your_validation_is_primed_for_suspension">Your validation is primed for suspension</string>
1321+
<string name="baker_status_baker_primed_for_suspension_title">@string/your_validation_is_primed_for_suspension</string>
1322+
<string name="baker_status_baker_suspended_title">@string/your_validation_has_been_suspended</string>
1323+
<string name="update_baker_settings_menu_suspend_baking">Suspend validation</string>
1324+
<string name="update_baker_settings_menu_resume_baking">Resume validation</string>
1325+
<string name="baker_registration_confirmation_resume_title">Resume validation</string>
1326+
<string name="baker_registration_confirmation_resume_transaction">Transaction: Resume validation</string>
1327+
<string name="baker_registration_confirmation_resume_account_to_stop">Account to resume validation</string>
1328+
<string name="baker_registration_confirmation_suspend_title">Suspend validation</string>
1329+
<string name="baker_registration_confirmation_suspend_transaction">Transaction: Suspend validation</string>
1330+
<string name="baker_registration_confirmation_suspend_account_to_stop">Account to suspend validation</string>
1331+
<string name="delegation_status_content_suspended_title">@string/your_validator_has_been_suspended</string>
1332+
<string name="account_details_suspension_notice_baker_suspended">@string/your_validation_has_been_suspended</string>
1333+
<string name="account_details_suspension_notice_delegation_baker_suspended">@string/your_validator_has_been_suspended</string>
1334+
<string name="account_details_suspension_notice_primed_for_suspension">@string/your_validation_is_primed_for_suspension</string>
1335+
<string name="validation_primed_for_suspension_baker_explanation">
1336+
Your node was inactive for a number of hours.
1337+
If it has been inactive for too long it will be suspended.
1338+
Suspended nodes don’t earn rewards.\n\nTo prevent suspension ensure your node is up-to-date and active.
1339+
Once your node is active you will no longer be primed for suspension.
1340+
</string>
1341+
<string name="validation_suspended_baker_explanation">
1342+
Your node does not earn rewards at the moment.\n\nTo lift the suspension and earn rewards again
1343+
ensure your node is up-to-date and click “Resume\u00A0validation” in the “Change\u00A0validating\u00A0status” menu.
1344+
</string>
1345+
<string name="validation_suspended_delegator_explanation">
1346+
Your delegation amount does not earn rewards until validation is resumed.
1347+
</string>
13181348
</resources>

0 commit comments

Comments
 (0)