summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rTW/plurals.xml
diff options
context:
space:
mode:
authortonyli1357 <tonyli1357@gmail.com>2013-07-16 20:53:41 +0800
committertonyli1357 <tonyli1357@gmail.com>2013-07-16 22:43:01 +0800
commit3f090d6caee8439f34e9f05f4bcede9a10747b32 (patch)
treeb90168962f06b7ad008498e764cac213dc43b0fe /res/values-zh-rTW/plurals.xml
parent2d130bacf6074f484e5605ddca95343bc3244c4e (diff)
downloadandroid_packages_apps_Eleven-3f090d6caee8439f34e9f05f4bcede9a10747b32.tar.gz
android_packages_apps_Eleven-3f090d6caee8439f34e9f05f4bcede9a10747b32.tar.bz2
android_packages_apps_Eleven-3f090d6caee8439f34e9f05f4bcede9a10747b32.zip
Apollo:add: tradtional chinese translation
Change-Id: I7c72a6d321fe1f226da4a79535d9704e2ae42e61
Diffstat (limited to 'res/values-zh-rTW/plurals.xml')
-rw-r--r--res/values-zh-rTW/plurals.xml89
1 files changed, 89 insertions, 0 deletions
diff --git a/res/values-zh-rTW/plurals.xml b/res/values-zh-rTW/plurals.xml
new file mode 100644
index 0000000..1886421
--- /dev/null
+++ b/res/values-zh-rTW/plurals.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 Andrew Neal
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ 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>
+
+</resources>