Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Aug 7, 2024
2 parents cebf116 + da2e23d commit 6c13dab
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,9 @@
<string name="seed_words_explainer">These words let you recreate your account in case you lose access. Write them down in a safe place</string>
<string name="show_seed_words">Show seed words</string>
<string name="sign_policy">Sign policy</string>
<string name="handle_application_permissions">How to handle this application permissions?</string>
<string name="sign_policy_manual_new_app">Manually approve each permission</string>
<string name="sign_policy_manual_new_app_explainer">Recommended for privacy-minded people who would like control over each permission. Choosing this will prompt you set a preference every time you receive a new permission.</string>
<string name="sign_policy_fully">I fully trust this application</string>
<string name="sign_policy_fully_explainer">Sign automatically every request</string>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values-es-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,9 @@
<string name="seed_words_explainer">These words let you recreate your account in case you lose access. Write them down in a safe place</string>
<string name="show_seed_words">Show seed words</string>
<string name="sign_policy">Sign policy</string>
<string name="handle_application_permissions">How to handle this application permissions?</string>
<string name="sign_policy_manual_new_app">Manually approve each permission</string>
<string name="sign_policy_manual_new_app_explainer">Recommended for privacy-minded people who would like control over each permission. Choosing this will prompt you set a preference every time you receive a new permission.</string>
<string name="sign_policy_fully">I fully trust this application</string>
<string name="sign_policy_fully_explainer">Sign automatically every request</string>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,9 @@
<string name="seed_words_explainer">These words let you recreate your account in case you lose access. Write them down in a safe place</string>
<string name="show_seed_words">Show seed words</string>
<string name="sign_policy">Sign policy</string>
<string name="handle_application_permissions">How to handle this application permissions?</string>
<string name="sign_policy_manual_new_app">Manually approve each permission</string>
<string name="sign_policy_manual_new_app_explainer">Recommended for privacy-minded people who would like control over each permission. Choosing this will prompt you set a preference every time you receive a new permission.</string>
<string name="sign_policy_fully">I fully trust this application</string>
<string name="sign_policy_fully_explainer">Sign automatically every request</string>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,9 @@
<string name="seed_words_explainer">These words let you recreate your account in case you lose access. Write them down in a safe place</string>
<string name="show_seed_words">Show seed words</string>
<string name="sign_policy">Sign policy</string>
<string name="handle_application_permissions">How to handle this application permissions?</string>
<string name="sign_policy_manual_new_app">Manually approve each permission</string>
<string name="sign_policy_manual_new_app_explainer">Recommended for privacy-minded people who would like control over each permission. Choosing this will prompt you set a preference every time you receive a new permission.</string>
<string name="sign_policy_fully">I fully trust this application</string>
<string name="sign_policy_fully_explainer">Sign automatically every request</string>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values-sw-rKE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,9 @@
<string name="seed_words_explainer">These words let you recreate your account in case you lose access. Write them down in a safe place</string>
<string name="show_seed_words">Show seed words</string>
<string name="sign_policy">Sign policy</string>
<string name="handle_application_permissions">How to handle this application permissions?</string>
<string name="sign_policy_manual_new_app">Manually approve each permission</string>
<string name="sign_policy_manual_new_app_explainer">Recommended for privacy-minded people who would like control over each permission. Choosing this will prompt you set a preference every time you receive a new permission.</string>
<string name="sign_policy_fully">I fully trust this application</string>
<string name="sign_policy_fully_explainer">Sign automatically every request</string>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,9 @@
<string name="seed_words_explainer">这些单词能够在账户丢失时找回密钥。请在安全的位置记下它们。</string>
<string name="show_seed_words">显示种子助记词</string>
<string name="sign_policy">Sign policy</string>
<string name="handle_application_permissions">How to handle this application permissions?</string>
<string name="sign_policy_manual_new_app">Manually approve each permission</string>
<string name="sign_policy_manual_new_app_explainer">Recommended for privacy-minded people who would like control over each permission. Choosing this will prompt you set a preference every time you receive a new permission.</string>
<string name="sign_policy_fully">I fully trust this application</string>
<string name="sign_policy_fully_explainer">Sign automatically every request</string>
</resources>

0 comments on commit 6c13dab

Please sign in to comment.