Initial commit
This commit is contained in:
15
resources/res/values-ja/plurals.xml
Normal file
15
resources/res/values-ja/plurals.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<plurals name="tw__time_hours">
|
||||
<item quantity="one">1時間</item>
|
||||
<item quantity="other">%d時間</item>
|
||||
</plurals>
|
||||
<plurals name="tw__time_mins">
|
||||
<item quantity="one">1分</item>
|
||||
<item quantity="other">%d分</item>
|
||||
</plurals>
|
||||
<plurals name="tw__time_secs">
|
||||
<item quantity="one">1秒</item>
|
||||
<item quantity="other">%d秒</item>
|
||||
</plurals>
|
||||
</resources>
|
1074
resources/res/values-ja/strings.xml
Normal file
1074
resources/res/values-ja/strings.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user