Skip to content

Commit 0ddfc3d

Browse files
committed
Add Unbootable and Successful text in values-ja/strings.xml
1 parent bb7c35b commit 0ddfc3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/values-ja/strings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@
7070
<string name="backup_now">選択したパーティションをバックアップする</string>
7171
<string name="vendor_boot_fmt">vendor_boot.img 形式</string>
7272
<string name="active">アクティブ</string>
73-
<!-- TODO: Make error and success messages string resources -->
73+
<string name="unbootable">起動不可</string>
74+
<string name="successful">成功</string>
7475
</resources>

0 commit comments

Comments
 (0)