File tree Expand file tree Collapse file tree 9 files changed +9
-1
lines changed
java/com/github/capntrips/kernelflasher/ui/components Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ fun SlotCard(
2525 showDlkm : Boolean = true,
2626) {
2727 DataCard (
28- title = " $title ${if (viewModel.isActive && viewModel.slotSuffix != " " ) " [Active ]" else " " } " ,
28+ title = " $title ${if (viewModel.isActive && viewModel.slotSuffix != " " ) " [${stringResource( R .string.active)} ]" else " " } " ,
2929 button = {
3030 if (! isSlotScreen) {
3131 AnimatedVisibility (! viewModel.isRefreshing.value) {
Original file line number Diff line number Diff line change 6868 <string name =" susfs_version" >Versione SUSFS</string >
6969 <string name =" backup_now" >Backup Partizioni Selezionate</string >
7070 <string name =" vendor_boot_fmt" >Formato vendor_boot.img</string >
71+ <string name =" active" >Attivo</string >
7172 <!-- TODO: Make error and success messages string resources -->
7273</resources >
Original file line number Diff line number Diff line change 6969 <string name =" susfs_version" >SUSFSバージョン</string >
7070 <string name =" backup_now" >選択したパーティションをバックアップする</string >
7171 <string name =" vendor_boot_fmt" >vendor_boot.img形式</string >
72+ <string name =" active" >アクティブ</string >
7273 <!-- TODO: Make error and success messages string resources -->
7374</resources >
Original file line number Diff line number Diff line change 6969 <string name =" susfs_version" >Wersja SUSFS</string >
7070 <string name =" backup_now" >Utwórz kopię zapasową wybranych partycji</string >
7171 <string name =" vendor_boot_fmt" >Format vendor_boot.img</string >
72+ <string name =" active" >Aktywny</string >
7273</resources >
Original file line number Diff line number Diff line change 6868 <string name =" susfs_version" >SUSFS Versão</string >
6969 <string name =" backup_now" >Fazer backup das partições selecionadas</string >
7070 <string name =" vendor_boot_fmt" >Formato do vendor_boot.img</string >
71+ <string name =" active" >Ativo</string >
7172</resources >
Original file line number Diff line number Diff line change 6868 <string name =" susfs_version" >SUSFS Версия</string >
6969 <string name =" backup_now" >Резервное копирование выбранных разделов</string >
7070 <string name =" vendor_boot_fmt" >vendor_boot.img формат</string >
71+ <string name =" active" >Активный</string >
7172</resources >
Original file line number Diff line number Diff line change 6868 <string name =" susfs_version" >SUSFS 版本</string >
6969 <string name =" backup_now" >備份选定的分区</string >
7070 <string name =" vendor_boot_fmt" >vendor_boot.img 格式</string >
71+ <string name =" active" >活跃</string >
7172</resources >
Original file line number Diff line number Diff line change 6868 <string name =" susfs_version" >SUSFS 版本</string >
6969 <string name =" backup_now" >備份选定的分区</string >
7070 <string name =" vendor_boot_fmt" >vendor_boot.img 格式</string >
71+ <string name =" active" >活躍</string >
7172</resources >
Original file line number Diff line number Diff line change 6868 <string name =" susfs_version" >SUSFS Version</string >
6969 <string name =" backup_now" >Backup Selected Partitions</string >
7070 <string name =" vendor_boot_fmt" >vendor_boot.img Format</string >
71+ <string name =" active" >Active</string >
7172 <!-- TODO: Make error and success messages string resources -->
7273</resources >
You can’t perform that action at this time.
0 commit comments