aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-zh-rTW/plurals.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-zh-rTW/plurals.xml')
-rw-r--r--res/values-zh-rTW/plurals.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-zh-rTW/plurals.xml b/res/values-zh-rTW/plurals.xml
index 532dcdb5..3825bbb1 100644
--- a/res/values-zh-rTW/plurals.xml
+++ b/res/values-zh-rTW/plurals.xml
@@ -22,15 +22,18 @@
<plurals name="n_files">
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> 個檔案</item>
</plurals>
+ <!-- Search - Found items -->
<plurals name="search_found_items">
<item quantity="other">找到 <xliff:g id="count">%d</xliff:g> 個項目</item>
</plurals>
+ <!-- Statusbar text if there are selected files or folders -->
<plurals name="selection_folders">
<item quantity="other">已選取 <xliff:g id="folders">%1$d</xliff:g> 個資料夾。</item>
</plurals>
<plurals name="selection_files">
<item quantity="other">已選取 <xliff:g id="files">%1$d</xliff:g> 個檔案。</item>
</plurals>
+ <!-- Actions - Confirm the number of items that are going to be deleted -->
<plurals name="deleting_n_items">
<item quantity="other"><xliff:g id="count">%1$d</xliff:g> 個項目將被刪除。</item>
</plurals>