You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/api/res/values-ja/strings.xml

111 lines
4.7 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<resources>
<plurals name="DUt_years">
<item quantity="one">1年</item>
<item quantity="other">%d 年</item>
</plurals>
<plurals name="DUt_months">
<item quantity="one">1か月</item>
<item quantity="other">%d か月</item>
</plurals>
<plurals name="DUt_weeks">
<item quantity="one">1週間</item>
<item quantity="other">%d 週間</item>
</plurals>
<plurals name="DUt_days">
<item quantity="one">1 日</item>
<item quantity="other">%d 日</item>
</plurals>
<plurals name="DUt_weekdays">
<item quantity="one">1 Weekday</item>
<item quantity="other">%d Weekdays</item>
</plurals>
<plurals name="DUt_hours">
<item quantity="one">1 時間</item>
<item quantity="other">%d 時間</item>
</plurals>
<plurals name="DUt_minutes">
<item quantity="one">1 分</item>
<item quantity="other">%d 分</item>
</plurals>
<plurals name="DUt_seconds">
<item quantity="one">1 秒</item>
<item quantity="other">%d 秒</item>
</plurals>
<plurals name="DUt_hoursShort">
<item quantity="one">1 時間</item>
<item quantity="other">%d 時間</item>
</plurals>
<plurals name="DUt_minutesShort">
<item quantity="one">1 分</item>
<item quantity="other">%d 分</item>
</plurals>
<plurals name="DUt_secondsShort">
<item quantity="one">1 秒</item>
<item quantity="other">%d 秒</item>
</plurals>
<plurals name="Ntasks">
<item quantity="one">タスク 1 件</item>
<item quantity="other">タスク %d 件</item>
</plurals>
<plurals name="Npeople">
<item quantity="one">1 person</item>
<item quantity="other">%d people</item>
</plurals>
<string name="today">今日</string>
<string name="tomorrow">明日</string>
<string name="yesterday">昨日</string>
<string name="tmrw">Tmrw</string>
<string name="yest">Yest</string>
<string name="DLG_confirm_title">確認</string>
<string name="DLG_question_title">確認</string>
<string name="DLG_information_title">インフォメーション</string>
<string name="DLG_error_title">エラー</string>
<string name="DLG_save">保存</string>
<string name="DLG_yes">はい</string>
<string name="DLG_no">いいえ</string>
<string name="DLG_close">閉じる</string>
<string name="DLG_done">完了</string>
<string name="DLG_error">Oops, looks like an error occurred! Here\'s what happened:\n\n%s</string>
<string name="DLG_error_generic">Oops, looks like an error occurred!</string>
<string name="DLG_wait">お待ちください</string>
<string name="SyP_progress">タスクの同期中...</string>
<string name="SyP_progress_toast">同期中...</string>
<string name="SyP_label">同期</string>
<string name="SyP_ioerror">Connection Error! Check your Internet connection.</string>
<string name="sync_SPr_group_status">状況</string>
<string name="sync_status_loggedout">ログインしていません</string>
<string name="sync_status_ongoing">同期中</string>
<string name="sync_status_success">前回の同期:\n%s</string>
<string name="sync_status_failed">失敗: %s</string>
<string name="sync_status_errors">Sync w/ Errors: %s</string>
<string name="sync_status_failed_subtitle">最後の同期: %s</string>
<string name="sync_status_never">同期していません</string>
<string name="sync_SPr_group_options">オプション</string>
<string name="sync_SPr_interval_title">バックグラウンド同期</string>
<string name="sync_SPr_interval_desc_disabled">バックグラウンド同期は無効になっています</string>
<string name="sync_SPr_interval_desc">現在の設定: %s</string>
<string name="sync_SPr_bgwifi_title">Wi-Fi のみ</string>
<string name="sync_SPr_bgwifi_desc_enabled">Wi-Fi が有効なときだけバックグラウンドで同期する</string>
<string name="sync_SPr_bgwifi_desc_disabled">Background synchronization will always occur</string>
<string name="sync_SPr_group_actions">アクション</string>
<string name="sync_SPr_sync">すぐに同期!</string>
<string name="sync_SPr_sync_log_in">ログインと同期</string>
<string name="sync_SPr_logged_in_prefix">Logged in as:</string>
<string name="sync_SPr_forget">ログアウト</string>
<string name="sync_SPr_forget_description">すべての同期データを消去します</string>
<string name="sync_forget_confirm">ログアウトと同期データを消去しますか?</string>
<string-array name="sync_SPr_interval_entries">
<item>無効</item>
<item>15分毎</item>
<item>30分毎</item>
<item>1時間毎</item>
<item>3時間毎</item>
<item>6時間毎</item>
<item>12時間毎</item>
<item>毎日</item>
<item>3日に一度</item>
<item>毎週</item>
</string-array>
</resources>