0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00
Anki-Android/res/values-zh-rTW/08-widget.xml
2012-07-14 22:14:04 +02:00

51 lines
2.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2009 Andrew <andrewdubya@gmail>
~ Copyright (c) 2009 Edu Zamora <edu.zasu@gmail.com>
~ Copyright (c) 2009 Daniel Svaerd <daniel.svard@gmail.com>
~ Copyright (c) 2009 Nicolas Raoul <nicolas.raoul@gmail.com>
~ Copyright (c) 2010 Norbert Nagold <norbert.nagold@gmail.com>
~ This program is free software; you can redistribute it and/or modify it under
~ the terms of the GNU General Public License as published by the Free Software
~ Foundation; either version 3 of the License, or (at your option) any later
~ version.
~
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY
~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
~ PARTICULAR PURPOSE. See the GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--Generated by crowdin.net-->
<resources>
<string name="widget_pref">Widget</string>
<string name="widget_minimum_cards_due">Widget通知標準</string>
<string name="widget_minimum_cards_due_summary">有多少累積該複習的卡片時要顯示通知XXX</string>
<string name="widget_minimum_cards_due_vibrate">振動</string>
<string name="widget_minimum_cards_due_blink">閃爍燈</string>
<string name="widget_minimum_cards_due_notification_ticker_title">卡片到期</string>
<string name="widget_minimum_cards_due_notification_ticker_text">%d張AnkiDroid卡片到期</string>
<string name="widget_no_cards_due">無卡片到期</string>
<string name="widget_loading">載入Widget中...</string>
<string name="widget_medium">AnkiDroid Medium</string>
<string name="widget_small">AnkiDroid Small</string>
<string name="widget_big">AnkiDroid Big</string>
<string name="widget_big_restrictions_dialog">由於Android widget framework 的衝突. 這個widget只能顯示文字而不能顯示影像/聲音.</string>
<string name="open_in_reviewer">在AnkiDroid中開啟牌組</string>
<string name="widget_big_tomorrow_due">明天到期:</string>
<plurals name="widget_cards_in_decks_due">
<item quantity="one">1張卡片於%2$s到期</item>
<item quantity="other">%1$d張卡片於%2$s到期</item>
</plurals>
<plurals name="widget_decks">
<item quantity="one">1個牌組</item>
<item quantity="other">%1$d個牌組</item>
</plurals>
<plurals name="widget_big_eta">
<item quantity="one">估計時間: 1分鐘.</item>
<item quantity="other">估計時間: %d 分鐘.</item>
</plurals>
</resources>