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/src/main/res/values-ja/strings.xml

110 lines
4.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<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人</item>
<item quantity="other">%d人</item>
</plurals>
<string name="today">Today</string>
<string name="tomorrow">Tomorrow</string>
<string name="yesterday">昨日</string>
<string name="tmrw">明日</string>
<string name="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_close">閉じる</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="Sync_now_label">Sync now</string>
<string name="SyP_summary">Google Tasks, saved data, local backup</string>
<string name="SyP_ioerror">接続エラー!インターネットに接続できるか確認してください。</string>
<string name="sync_SPr_group_status">状況</string>
<string name="sync_SPr_status_subtitle">Status: %s</string>
<string name="sync_status_loggedout">Not logged in</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_group_actions">アクション</string>
<string name="sync_SPr_sync">Synchronize now</string>
<string name="sync_SPr_last_error">Status report</string>
<string name="sync_SPr_last_error_subtitle">Click to send a report to the Tasks team</string>
<string name="sync_SPr_send_report">Send report</string>
<string name="sync_SPr_forget">ログアウト</string>
<string name="sync_SPr_forget_description">すべての同期データを消去します</string>
<string name="sync_forget_confirm">ログアウトと同期データを消去しますか?</string>
<string name="sync_error_offline">There was a problem connecting to the network
during the last sync with %s. Please try again later.</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>