summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rCN/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-zh-rCN/plurals.xml')
-rw-r--r--res/values-zh-rCN/plurals.xml106
1 files changed, 32 insertions, 74 deletions
diff --git a/res/values-zh-rCN/plurals.xml b/res/values-zh-rCN/plurals.xml
index cdf87d3..93c68d8 100644
--- a/res/values-zh-rCN/plurals.xml
+++ b/res/values-zh-rCN/plurals.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 Andrew Neal
+<!--Generated by crowdin.net-->
+<!--
+ Copyright (C) 2012-2013 Andrew Neal
+ Copyright (C) 2012-2014 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -12,78 +15,33 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- -->
+-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-
- <!-- Used to indicate the number of artists -->
- <plurals name="Nartists">
-
- <!-- Only one artist -->
- <item quantity="one">1 位艺术家</item>
- <!-- More than one artist -->
- <item quantity="other"><xliff:g id="count">%d</xliff:g> 位艺术家</item>
- </plurals>
-
- <!-- Used to indicate the number of albums for an artist -->
- <plurals name="Nalbums">
-
- <!-- Only one album -->
- <item quantity="one">1 张专辑</item>
- <!-- More than one album -->
- <item quantity="other"><xliff:g id="count">%d</xliff:g> 张专辑</item>
- </plurals>
-
- <!-- Used to indicate the number of songs for an album -->
- <plurals name="Nsongs">
-
- <!-- Only one song -->
- <item quantity="one">1 首歌曲</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> 首歌曲</item>
- </plurals>
-
- <!-- Used to indicate the number of genres -->
- <plurals name="Ngenres">
-
- <!-- Only one genre -->
- <item quantity="one">1 种类型</item>
- <!-- More than one genre -->
- <item quantity="other"><xliff:g id="count">%d</xliff:g> 种类型</item>
- </plurals>
-
- <!-- Toasts after adding song(s) to playlists -->
- <plurals name="NNNtrackstoplaylist">
-
- <!-- message shown when one song was added -->
- <item quantity="one">添加 1 首歌曲到播放列表.</item>
- <!-- message shown when zero or more than one song was added -->
- <item quantity="other">添加 <xliff:g id="number" example="27">%d</xliff:g> 首歌曲到播放列表.</item>
- </plurals>
-
- <!-- Toasts after adding song(s) to queue -->
- <plurals name="NNNtrackstoqueue">
-
- <!-- message shown when one song was added -->
- <item quantity="one">添加 1 首歌曲到队列中.</item>
- <!-- message shown when zero or more than one song was added -->
- <item quantity="other">添加 <xliff:g id="number" example="27">%d</xliff:g> 首歌曲到队列中.</item>
- </plurals>
-
- <!-- Toasts after adding song(s) to the favorites list -->
- <plurals name="NNNtrackstofavorites">
-
- <!-- message shown when one song was added -->
- <item quantity="one">添加 1 首歌曲到收藏夹.</item>
- <!-- message shown when zero or more than one song was added -->
- <item quantity="other">添加 <xliff:g id="number" example="27">%d</xliff:g> 首歌曲到收藏夹.</item>
- </plurals>
-
- <!-- Toast confirming that song(s) was/were deleted. -->
- <plurals name="NNNtracksdeleted">
-
- <!-- delete confirmation message for 1 song -->
- <item quantity="one">删除 1 首歌曲.</item>
- <!-- delete confirmation message for 0 or more than 1 songs -->
- <item quantity="other">删除 <xliff:g id="songs_to_delete">%d</xliff:g> 首歌曲.</item>
- </plurals>
-
+ <plurals name="Nartists">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> 位艺术家</item>
+ </plurals>
+ <plurals name="Nalbums">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> 张专辑</item>
+ </plurals>
+ <plurals name="Nsongs">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> 首歌曲</item>
+ </plurals>
+ <plurals name="Ngenres">
+ <item quantity="other"><xliff:g id="count">%d</xliff:g> 种类型</item>
+ </plurals>
+ <plurals name="NNNtrackstoplaylist">
+ <item quantity="other">已添加 <xliff:g id="number">%d</xliff:g> 首歌曲到播放列表。</item>
+ </plurals>
+ <plurals name="NNNtracksfromplaylist">
+ <item quantity="other"><xliff:g id="number">%d</xliff:g> 首歌曲已从播放列表中移除。</item>
+ </plurals>
+ <plurals name="NNNtrackstoqueue">
+ <item quantity="other"><xliff:g id="number">%d</xliff:g> 首歌曲已添加到队列。</item>
+ </plurals>
+ <plurals name="NNNtrackstofavorites">
+ <item quantity="other">已添加 <xliff:g id="number">%d</xliff:g> 首歌曲到收藏夹。</item>
+ </plurals>
+ <plurals name="NNNtracksdeleted">
+ <item quantity="other">已删除 <xliff:g id="songs_to_delete">%d</xliff:g> 首歌曲。</item>
+ </plurals>
</resources>