-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
462b73a
commit d452611
Showing
2 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<plurals name="noun_contributors"> | ||
<item quantity="other">%d Contributors</item> | ||
<item quantity="other">%d 位贡献者</item> | ||
</plurals> | ||
<plurals name="repositories"> | ||
<item quantity="other">%d Repositories</item> | ||
<item quantity="other">%d 个存储库</item> | ||
</plurals> | ||
<plurals name="stars"> | ||
<item quantity="other">%d Stars</item> | ||
</plurals> | ||
<plurals name="forks"> | ||
<item quantity="other">%d Forks</item> | ||
<item quantity="other">%d 个分叉</item> | ||
</plurals> | ||
<plurals name="contributions_toast"> | ||
<item quantity="other">%1$s: %2$d Contributions</item> | ||
</plurals> | ||
<plurals name="plural_language"> | ||
<item quantity="other">Languages</item> | ||
<item quantity="other">语言</item> | ||
</plurals> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters