mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-19 06:36:53 -06:00
Fix ads translations (#1951)
This commit is contained in:
parent
3d6ec93cde
commit
de1bc4809f
1
.github/workflows/deploy-store.yml
vendored
1
.github/workflows/deploy-store.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
|||||||
ANDROID_PUBLISHER_CREDENTIALS: ${{ secrets.ANDROID_PUBLISHER_CREDENTIALS }}
|
ANDROID_PUBLISHER_CREDENTIALS: ${{ secrets.ANDROID_PUBLISHER_CREDENTIALS }}
|
||||||
ADMOB_PROJECT_ID: ${{ secrets.ADMOB_PROJECT_ID }}
|
ADMOB_PROJECT_ID: ${{ secrets.ADMOB_PROJECT_ID }}
|
||||||
SINGLE_SUPPORT_AD_ID: ${{ secrets.SINGLE_SUPPORT_AD_ID }}
|
SINGLE_SUPPORT_AD_ID: ${{ secrets.SINGLE_SUPPORT_AD_ID }}
|
||||||
|
DASHBOARD_TILE_AD_ID: ${{ secrets.DASHBOARD_TILE_AD_ID }}
|
||||||
SET_BUILD_TIMESTAMP: ${{ secrets.SET_BUILD_TIMESTAMP }}
|
SET_BUILD_TIMESTAMP: ${{ secrets.SET_BUILD_TIMESTAMP }}
|
||||||
run: ./gradlew publishPlayReleaseApps -PenableFirebase --stacktrace;
|
run: ./gradlew publishPlayReleaseApps -PenableFirebase --stacktrace;
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
android:insetRight="0dp"
|
android:insetRight="0dp"
|
||||||
android:insetBottom="0dp"
|
android:insetBottom="0dp"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
android:text="Privacy Policy"
|
android:text="@string/pref_ads_privacy_policy"
|
||||||
android:textAllCaps="false"
|
android:textAllCaps="false"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
@ -26,9 +26,9 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="17dp"
|
android:layout_marginHorizontal="17dp"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:text="I am over 18 years old"
|
android:text="@string/pref_ads_over_18_years_old"
|
||||||
android:textColor="?android:textColorSecondary"
|
android:textColor="?android:textColorSecondary"
|
||||||
android:textSize="14dp"
|
android:textSize="14sp"
|
||||||
app:layout_constraintTop_toBottomOf="@id/ads_consent_privacy" />
|
app:layout_constraintTop_toBottomOf="@id/ads_consent_privacy" />
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
@ -42,7 +42,7 @@
|
|||||||
android:insetTop="0dp"
|
android:insetTop="0dp"
|
||||||
android:insetRight="0dp"
|
android:insetRight="0dp"
|
||||||
android:insetBottom="0dp"
|
android:insetBottom="0dp"
|
||||||
android:text="Yes, personalized ads"
|
android:text="@string/pref_ads_option_personalized"
|
||||||
app:layout_constraintTop_toBottomOf="@id/ads_consent_over" />
|
app:layout_constraintTop_toBottomOf="@id/ads_consent_over" />
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
@ -56,7 +56,7 @@
|
|||||||
android:insetTop="0dp"
|
android:insetTop="0dp"
|
||||||
android:insetRight="0dp"
|
android:insetRight="0dp"
|
||||||
android:insetBottom="0dp"
|
android:insetBottom="0dp"
|
||||||
android:text="Yes, non-personalized ads"
|
android:text="@string/pref_ads_option_non_personalized"
|
||||||
app:layout_constraintBottom_toTopOf="@id/ads_consent_cancel"
|
app:layout_constraintBottom_toTopOf="@id/ads_consent_cancel"
|
||||||
app:layout_constraintTop_toBottomOf="@id/ads_consent_personalised"
|
app:layout_constraintTop_toBottomOf="@id/ads_consent_personalised"
|
||||||
app:layout_constraintVertical_bias="0" />
|
app:layout_constraintVertical_bias="0" />
|
||||||
@ -73,7 +73,7 @@
|
|||||||
android:insetTop="0dp"
|
android:insetTop="0dp"
|
||||||
android:insetRight="0dp"
|
android:insetRight="0dp"
|
||||||
android:insetBottom="0dp"
|
android:insetBottom="0dp"
|
||||||
android:text="Cancel"
|
android:text="@android:string/cancel"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintVertical_bias="0" />
|
app:layout_constraintVertical_bias="0" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
@ -714,6 +714,10 @@
|
|||||||
<string name="pref_other_optional_arithmetic_average">Show arithmetic average when no weights provided</string>
|
<string name="pref_other_optional_arithmetic_average">Show arithmetic average when no weights provided</string>
|
||||||
|
|
||||||
<string name="pref_ads_support_category_name">Support</string>
|
<string name="pref_ads_support_category_name">Support</string>
|
||||||
|
<string name="pref_ads_agreements">Privacy Policy</string>
|
||||||
|
<string name="pref_ads_privacy_policy">Agreements</string>
|
||||||
|
<string name="pref_ads_consent">Consent to processing of data related to ads</string>
|
||||||
|
<string name="pref_ads_show_in_app">Show ads in app</string>
|
||||||
<string name="pref_ads_support">Watch single ad to support project</string>
|
<string name="pref_ads_support">Watch single ad to support project</string>
|
||||||
<string name="pref_ads_privacy_title">Consent to data processing</string>
|
<string name="pref_ads_privacy_title">Consent to data processing</string>
|
||||||
<string name="pref_ads_privacy_description">To view an advertisement you must agree to the data processing terms of our Privacy Policy</string>
|
<string name="pref_ads_privacy_description">To view an advertisement you must agree to the data processing terms of our Privacy Policy</string>
|
||||||
@ -725,6 +729,9 @@
|
|||||||
<string name="pref_ads_consent_description">You can change your choice anytime in the app settings. We may use your data to display ads tailored to you or, using less of your data, display non-personalized ads. Please see our Privacy Policy for details</string>
|
<string name="pref_ads_consent_description">You can change your choice anytime in the app settings. We may use your data to display ads tailored to you or, using less of your data, display non-personalized ads. Please see our Privacy Policy for details</string>
|
||||||
<string name="pref_ads_summary_personalized">Personalized ads</string>
|
<string name="pref_ads_summary_personalized">Personalized ads</string>
|
||||||
<string name="pref_ads_summary_non_personalized">Non-personalized ads</string>
|
<string name="pref_ads_summary_non_personalized">Non-personalized ads</string>
|
||||||
|
<string name="pref_ads_over_18_years_old">I am over 18 years old</string>
|
||||||
|
<string name="pref_ads_option_personalized">Yes, personalized ads</string>
|
||||||
|
<string name="pref_ads_option_non_personalized">Yes, non-personalized ads</string>
|
||||||
|
|
||||||
<string name="pref_settings_advanced_title">Advanced</string>
|
<string name="pref_settings_advanced_title">Advanced</string>
|
||||||
<string name="pref_settings_appearance_title">Appearance & Behavior</string>
|
<string name="pref_settings_appearance_title">Appearance & Behavior</string>
|
||||||
|
@ -2,18 +2,18 @@
|
|||||||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
app:title="Agreements">
|
app:title="@string/pref_ads_agreements">
|
||||||
<Preference
|
<Preference
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
app:key="@string/pref_key_ads_privacy_policy"
|
app:key="@string/pref_key_ads_privacy_policy"
|
||||||
app:singleLineTitle="false"
|
app:singleLineTitle="false"
|
||||||
app:title="Privacy Policy" />
|
app:title="@string/pref_ads_privacy_policy" />
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
app:defaultValue="@bool/pref_default_ads_consent_data_processing"
|
app:defaultValue="@bool/pref_default_ads_consent_data_processing"
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
app:key="@string/pref_key_ads_consent_data_processing"
|
app:key="@string/pref_key_ads_consent_data_processing"
|
||||||
app:singleLineTitle="false"
|
app:singleLineTitle="false"
|
||||||
app:title="Consent to processing of data related to ads" />
|
app:title="@string/pref_ads_consent" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
@ -24,7 +24,7 @@
|
|||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
app:key="@string/pref_key_ads_enabled"
|
app:key="@string/pref_key_ads_enabled"
|
||||||
app:singleLineTitle="false"
|
app:singleLineTitle="false"
|
||||||
app:title="Show ads in app" />
|
app:title="@string/pref_ads_show_in_app" />
|
||||||
<Preference
|
<Preference
|
||||||
app:dependency="@string/pref_key_ads_consent_data_processing"
|
app:dependency="@string/pref_key_ads_consent_data_processing"
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user