OSDN Git Service

Automatic translation import
[android-x86/packages-apps-Eleven.git] / res / values-zh-rCN / plurals.xml
index cdf87d3..dd07d40 100644 (file)
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 Andrew Neal
+<!--Generated by crowdin.com-->
+<!--
+     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.
      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="Nhours">
+        <item quantity="other"><xliff:g id="hours">%d</xliff:g> 小时</item>
+    </plurals>
+    <plurals name="Nminutes">
+        <item quantity="other"><xliff:g id="minutes">%d</xliff:g> 分钟</item>
+    </plurals>
     <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>
+        <item quantity="other">已添加 <xliff:g id="number" example="27">%d</xliff:g> 首歌曲到播放列表。</item>
+    </plurals>
+    <plurals name="NNNtracksfromplaylist">
+        <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>
+        <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>
+        <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>
+        <item quantity="other">已删除 <xliff:g id="songs_to_delete">%d</xliff:g> 首歌曲。</item>
     </plurals>
-
 </resources>