Added crossTime and dateTime in AppErrorsInfoBean

This commit is contained in:
2022-06-01 04:04:27 +08:00
parent cf7de4e131
commit 02d5cf2141
12 changed files with 167 additions and 30 deletions

View File

@@ -63,4 +63,11 @@
<string name="fast_restart">Fast restart</string>
<string name="access_root_fail">Access Root failed</string>
<string name="todo_items">More features are in development</string>
<string name="moment_ago">moment ago</string>
<string name="second_ago">second ago</string>
<string name="minute_ago">minutes ago</string>
<string name="hour_ago">hour ago</string>
<string name="day_ago">days ago</string>
<string name="month_ago">month ago</string>
<string name="year_ago">year ago</string>
</resources>