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(
25
25
showDlkm : Boolean = true,
26
26
) {
27
27
DataCard (
28
- title = " $title ${if (viewModel.isActive && viewModel.slotSuffix != " " ) " [Active ]" else " " } " ,
28
+ title = " $title ${if (viewModel.isActive && viewModel.slotSuffix != " " ) " [${stringResource( R .string.active)} ]" else " " } " ,
29
29
button = {
30
30
if (! isSlotScreen) {
31
31
AnimatedVisibility (! viewModel.isRefreshing.value) {
Original file line number Diff line number Diff line change 68
68
<string name =" susfs_version" >Versione SUSFS</string >
69
69
<string name =" backup_now" >Backup Partizioni Selezionate</string >
70
70
<string name =" vendor_boot_fmt" >Formato vendor_boot.img</string >
71
+ <string name =" active" >Attivo</string >
71
72
<!-- TODO: Make error and success messages string resources -->
72
73
</resources >
Original file line number Diff line number Diff line change 69
69
<string name =" susfs_version" >SUSFSバージョン</string >
70
70
<string name =" backup_now" >選択したパーティションをバックアップする</string >
71
71
<string name =" vendor_boot_fmt" >vendor_boot.img形式</string >
72
+ <string name =" active" >アクティブ</string >
72
73
<!-- TODO: Make error and success messages string resources -->
73
74
</resources >
Original file line number Diff line number Diff line change 69
69
<string name =" susfs_version" >Wersja SUSFS</string >
70
70
<string name =" backup_now" >Utwórz kopię zapasową wybranych partycji</string >
71
71
<string name =" vendor_boot_fmt" >Format vendor_boot.img</string >
72
+ <string name =" active" >Aktywny</string >
72
73
</resources >
Original file line number Diff line number Diff line change 68
68
<string name =" susfs_version" >SUSFS Versão</string >
69
69
<string name =" backup_now" >Fazer backup das partições selecionadas</string >
70
70
<string name =" vendor_boot_fmt" >Formato do vendor_boot.img</string >
71
+ <string name =" active" >Ativo</string >
71
72
</resources >
Original file line number Diff line number Diff line change 68
68
<string name =" susfs_version" >SUSFS Версия</string >
69
69
<string name =" backup_now" >Резервное копирование выбранных разделов</string >
70
70
<string name =" vendor_boot_fmt" >vendor_boot.img формат</string >
71
+ <string name =" active" >Активный</string >
71
72
</resources >
Original file line number Diff line number Diff line change 68
68
<string name =" susfs_version" >SUSFS 版本</string >
69
69
<string name =" backup_now" >備份选定的分区</string >
70
70
<string name =" vendor_boot_fmt" >vendor_boot.img 格式</string >
71
+ <string name =" active" >活跃</string >
71
72
</resources >
Original file line number Diff line number Diff line change 68
68
<string name =" susfs_version" >SUSFS 版本</string >
69
69
<string name =" backup_now" >備份选定的分区</string >
70
70
<string name =" vendor_boot_fmt" >vendor_boot.img 格式</string >
71
+ <string name =" active" >活躍</string >
71
72
</resources >
Original file line number Diff line number Diff line change 68
68
<string name =" susfs_version" >SUSFS Version</string >
69
69
<string name =" backup_now" >Backup Selected Partitions</string >
70
70
<string name =" vendor_boot_fmt" >vendor_boot.img Format</string >
71
+ <string name =" active" >Active</string >
71
72
<!-- TODO: Make error and success messages string resources -->
72
73
</resources >
You can’t perform that action at this time.
0 commit comments