record相关 文案加入

This commit is contained in:
renhaoting 2025-12-25 11:04:25 +08:00
parent c5c7ba71b7
commit 2001936032
3 changed files with 59 additions and 51 deletions

View File

@ -57,7 +57,7 @@ fun RecordCash.toShowBean(): RecordCashShow {
RECORD_CASH_PLUS_WITHDRAW_FAIL -> {
title = R.string.record_cash_title_withdraw_failed
description = R.string.record_cash_descr_withdraw_failed
description = R.string.record_cash_descr_withdraw_failed_3
iconRes = R.mipmap.icon_ad
}

View File

@ -4,35 +4,39 @@
<!-- 金币 现金记录相关文案 -->
<string name="record_cash_title_convert_from_gold">Conversão</string>
<string name="record_cash_descr_convert_from_gold">xxx</string>
<string name="record_cash_descr_convert_from_gold">ocê resgatou %d moedas de ouro.</string>
<string name="record_cash_title_box">Baú de Bônus</string>
<string name="record_cash_descr_box">xxx</string>
<string name="record_cash_descr_box">Todas as tarefas deste baú foram concluídas.</string>
<string name="record_cash_title_withdraw_ongoing">Processamento...</string>
<string name="record_cash_descr_withdraw_onging">xxx</string>
<string name="record_cash_descr_withdraw_onging">Saque em processamento...</string>
<string name="record_cash_title_withdraw_success">Sucesso</string>
<string name="record_cash_descr_withdraw_success">xxx</string>
<string name="record_cash_descr_withdraw_success">Saque realizado com sucesso.</string>
<string name="record_cash_title_withdraw_failed">Falhou</string>
<string name="record_cash_descr_withdraw_failed">xxx</string>
<string name="record_cash_descr_withdraw_failed_1">Limite diário atingido</string>
<string name="record_cash_descr_withdraw_failed_2">Erro de conta</string>
<string name="record_cash_descr_withdraw_failed_3">Outros Erro.</string>
<string name="record_gold_title_watch_video_time_duration">Assistir a vídeos</string>
<string name="record_gold_descr_watch_video_time_duration">Assista a vídeos por 60s.</string>
<string name="record_gold_title_watch_reward_ad">Assistir a anúncios</string>
<string name="record_gold_descr_watch_reward_ad">Assista a anúncios para ganhar.</string>
<string name="record_gold_title_newbie_gift">Pacote de Iniciante</string>
<string name="record_gold_descr_newbie_gift">Pacote de Iniciante obtido.</string>
<string name="record_gold_title_enable_notify">Ativar notificações</string>
<string name="record_gold_descr_enable_notify">Notificações ativadas com sucesso.</string>
<string name="record_gold_title_first_withdraw">Primeiro Saque</string>
<string name="record_gold_descr_first_withdraw">Primeiro saque concluído.</string>
<string name="record_gold_title_join_discord">Discord</string>
<string name="record_gold_descr_join_discord">Entrou no Discord com sucesso.</string>
<string name="record_gold_title_sign">Check-in</string>
<string name="record_gold_descr_sign">Check-in concluído.</string>
<string name="record_gold_title_daily_task_ad">Anúncio da Missão</string>
<string name="record_gold_descr_daily_task_ad">Concluído: Tarefa de ver anúncio.</string>
<string name="record_gold_title_daily_task_video">Vídeo da Missão</string>
<string name="record_gold_descr_daily_task_video">Concluído: Tarefa de ver vídeo.</string>
<string name="record_gold_title_convert_2_cash">Converter notas</string>
<string name="record_gold_descr_convert_2_cash">Você resgatou %d moedas de ouro.</string>
<string name="record_gold_title_watch_video_time_duration">xxx</string>
<string name="record_gold_descr_watch_video_time_duration">xxx</string>
<string name="record_gold_title_watch_reward_ad">xxx</string>
<string name="record_gold_descr_watch_reward_ad">xxx</string>
<string name="record_gold_title_newbie_gift">xxx</string>
<string name="record_gold_descr_newbie_gift">xxx</string>
<string name="record_gold_title_enable_notify">xxx</string>
<string name="record_gold_descr_enable_notify">xxx</string>
<string name="record_gold_title_first_withdraw">xxx</string>
<string name="record_gold_descr_first_withdraw">xxx</string>
<string name="record_gold_title_join_discord">xxx</string>
<string name="record_gold_descr_join_discord">xxx</string>
<string name="record_gold_title_sign">xxx</string>
<string name="record_gold_descr_sign">xxx</string>
<string name="record_gold_title_daily_task_ad">xxx</string>
<string name="record_gold_descr_daily_task_ad">xxx</string>
<string name="record_gold_title_daily_task_video">xxx</string>
<string name="record_gold_descr_daily_task_video">xxx</string>
<string name="record_gold_title_convert_2_cash">xxx</string>
<string name="record_gold_descr_convert_2_cash">xxx</string>
</resources>

View File

@ -168,36 +168,40 @@
<!-- 金币 现金记录相关文案 -->
<string name="record_cash_title_convert_from_gold">Conversion</string>
<string name="record_cash_descr_convert_from_gold">xxx</string>
<string name="record_cash_descr_convert_from_gold">You have exchanged %d gold coins.</string>
<string name="record_cash_title_box">Bonus Chest</string>
<string name="record_cash_descr_box">xxx</string>
<string name="record_cash_descr_box">All tasks for this chest have been completed.</string>
<string name="record_cash_title_withdraw_ongoing">Processing...</string>
<string name="record_cash_descr_withdraw_onging">xxx</string>
<string name="record_cash_descr_withdraw_onging">Withdrawal in progress...</string>
<string name="record_cash_title_withdraw_success">Success</string>
<string name="record_cash_descr_withdraw_success">xxx</string>
<string name="record_cash_descr_withdraw_success">Withdrawal successful.</string>
<string name="record_cash_title_withdraw_failed">Failed</string>
<string name="record_cash_descr_withdraw_failed">xxx</string>
<string name="record_cash_descr_withdraw_failed_1">Daily limit reached</string>
<string name="record_cash_descr_withdraw_failed_2">Account Error</string>
<string name="record_cash_descr_withdraw_failed_3">Other Error</string>
<string name="record_gold_title_watch_video_time_duration">Watch Videos</string>
<string name="record_gold_descr_watch_video_time_duration">Watch videos for 60s.</string>
<string name="record_gold_title_watch_reward_ad">Watch Ads</string>
<string name="record_gold_descr_watch_reward_ad">Watch ads to earn.</string>
<string name="record_gold_title_newbie_gift">Starter Pack</string>
<string name="record_gold_descr_newbie_gift">Starter Pack obtained.</string>
<string name="record_gold_title_enable_notify">Enable Notifications</string>
<string name="record_gold_descr_enable_notify">Notifications successfully enabled.</string>
<string name="record_gold_title_first_withdraw">First Withdrawal</string>
<string name="record_gold_descr_first_withdraw">First withdrawal completed.</string>
<string name="record_gold_title_join_discord">Discord</string>
<string name="record_gold_descr_join_discord">Successfully joined Discord.</string>
<string name="record_gold_title_sign">Check-in</string>
<string name="record_gold_descr_sign">Check-in successful.</string>
<string name="record_gold_title_daily_task_ad">Mission Ad</string>
<string name="record_gold_descr_daily_task_ad">Completed: Watch Ad task.</string>
<string name="record_gold_title_daily_task_video">Mission Video</string>
<string name="record_gold_descr_daily_task_video">Completed: Watch Video task.</string>
<string name="record_gold_title_convert_2_cash">Convert Notes</string>
<string name="record_gold_descr_convert_2_cash">You have exchanged %d gold coins.</string>
<string name="record_gold_title_watch_video_time_duration">xxx</string>
<string name="record_gold_descr_watch_video_time_duration">xxx</string>
<string name="record_gold_title_watch_reward_ad">xxx</string>
<string name="record_gold_descr_watch_reward_ad">xxx</string>
<string name="record_gold_title_newbie_gift">xxx</string>
<string name="record_gold_descr_newbie_gift">xxx</string>
<string name="record_gold_title_enable_notify">xxx</string>
<string name="record_gold_descr_enable_notify">xxx</string>
<string name="record_gold_title_first_withdraw">xxx</string>
<string name="record_gold_descr_first_withdraw">xxx</string>
<string name="record_gold_title_join_discord">xxx</string>
<string name="record_gold_descr_join_discord">xxx</string>
<string name="record_gold_title_sign">xxx</string>
<string name="record_gold_descr_sign">xxx</string>
<string name="record_gold_title_daily_task_ad">xxx</string>
<string name="record_gold_descr_daily_task_ad">xxx</string>
<string name="record_gold_title_daily_task_video">xxx</string>
<string name="record_gold_descr_daily_task_video">xxx</string>
<string name="record_gold_title_convert_2_cash">xxx</string>
<string name="record_gold_descr_convert_2_cash">xxx</string>
</resources>