[O] Locale

This commit is contained in:
Clansty
2024-10-27 23:56:26 +08:00
parent ff2ed50dea
commit 36da872932
7 changed files with 51 additions and 4 deletions

View File

@@ -86,4 +86,13 @@
<data name="Skip" xml:space="preserve">
<value>Skip</value>
</data>
<data name="SkipIncompatiblePatch" xml:space="preserve">
<value>&gt; Skipping incompatible patch: {0}</value>
</data>
<data name="RepeatStartTimeNotSet" xml:space="preserve">
<value>Please set repeat start time first</value>
</data>
<data name="RepeatEndTimeLessThenStartTime" xml:space="preserve">
<value>Repeat end time cannot be less than repeat start time</value>
</data>
</root>