tasks/l10n/ja.js

107 lines
4 KiB
JavaScript
Raw Normal View History

2014-10-30 10:57:57 +00:00
OC.L10N.register(
"tasks",
{
"Tasks" : "タスク",
"Due yesterday" : "昨日まで",
"Due today" : "今日まで",
"Due tomorrow" : "明日まで",
2014-11-08 06:07:28 +00:00
"Due on" : "期日",
2014-10-30 10:57:57 +00:00
"Started yesterday" : "昨日開始",
2014-11-02 05:07:14 +00:00
"Starts today" : "今日開始",
2014-10-30 10:57:57 +00:00
"Starts tomorrow" : "明日開始",
2014-11-08 06:07:28 +00:00
"Started on" : "開始",
2014-11-02 05:07:14 +00:00
"Starts on" : "開始",
"[Remind me yesterday at ]HH:mm" : "[昨日の通知時刻]HH:mm",
"[Remind me today at ]HH:mm" : "[今日の通知時刻]HH:mm",
"[Remind me tomorrow at ]HH:mm" : "[明日の通知時刻]HH:mm",
"[Remind me on ]MMM DD, YYYY,[ at ]HH:mm" : "YYYY,MM,DD[の]HH:mm[に通知]",
2014-10-30 10:57:57 +00:00
"Yesterday" : "昨日",
2015-06-25 05:07:20 +00:00
"Today" : "今日",
2014-10-30 10:57:57 +00:00
"Tomorrow" : "明日",
"in %s" : "%s で",
"%s ago" : "%s前",
"seconds" : "秒",
"a minute" : "1分",
"%d minutes" : "%d分",
"an hour" : "1時間",
"%d hours" : "%d時間",
"a day" : "1日",
"%d days" : "%d日",
"a month" : "1ヶ月",
"%d months" : "%dヶ月",
"a year" : "1年",
"%d years" : "%d年",
"week" : "週",
"weeks" : "週",
"day" : "日",
"days" : "日",
"hour" : "時間",
"hours" : "時間",
"minute" : "分",
"minutes" : "分",
"second" : "2週目",
"before beginning" : "開始前",
"after beginning" : "開始後",
"before end" : "終了前",
"after end" : "終了後",
"Comment" : "コメント",
"Add a comment" : "コメントを追加",
2014-11-02 05:07:14 +00:00
"This will delete the Calendar \"%s\" and all of its entries." : "カレンダー \"%s\"とすべてのエントリが削除されます",
2015-02-07 06:07:13 +00:00
"The name \"%s\" is already used." : "名前 \"%s\" はすでに使われています。",
2014-10-30 10:57:57 +00:00
"An empty name is not allowed." : "件名を入力してください。",
"Hidden" : "隠す",
"Visible" : "表示する",
"Automatic" : "自動",
"Sunday" : "日",
"Monday" : "月",
"Tuesday" : "火",
"Wednesday" : "水",
"Thursday" : "木",
"Friday" : "金",
"Saturday" : "土",
2014-11-01 05:07:14 +00:00
"Add an important item in \"%s\"..." : "重要なアイテムを \"%s\" に追加...",
"Add an item due today in \"%s\"..." : "今日期限のアイテムを \"%s\" に追加...",
"Add an item in \"%s\"..." : "アイテムを \"%s\" に追加...",
"Add a current item in \"%s\"..." : "現在のアイテムを \"%s\" に追加...",
2015-11-01 05:07:27 +00:00
"Add a subtask to \"%s\"..." : "サブタスク \"%s\" を追加...",
2015-02-20 06:07:13 +00:00
"_%n Completed Task_::_%n Completed Tasks_" : ["完了済みタスク %n"],
2016-05-17 06:15:59 +00:00
"Hours" : "時間",
"Minutes" : "分",
2014-11-01 05:07:14 +00:00
"Set due date" : "期限を設定",
"%s %% completed" : "%s %% 完了",
2015-06-29 05:07:12 +00:00
"priority %s: " : "優先度 %s:",
"high" : "高い",
"medium" : "中間",
"low" : "低い",
2015-07-25 05:07:15 +00:00
"no priority assigned" : "優先度未割り当て",
2014-10-30 10:57:57 +00:00
"Remind me" : "リマインド",
2014-11-02 05:07:14 +00:00
"at the end" : "終了時",
"at the beginning" : "開始時",
2014-10-30 10:57:57 +00:00
"Set start date" : "開始日を設定",
2016-05-17 06:15:59 +00:00
"{calendar} shared by {owner}" : "{owner} が共有中の{calendar} ",
2016-05-28 20:28:41 +00:00
"Unnamed" : "名称未設定",
2015-06-25 05:07:20 +00:00
"Important" : "重要",
"Week" : "週",
"All" : "すべて",
"Current" : "現在",
"Completed" : "完了",
2016-08-04 23:08:11 +00:00
"Delete" : "削除",
2016-08-08 23:07:26 +00:00
"Cancel" : "キャンセル",
2016-08-26 23:07:25 +00:00
"Edit" : "編集",
2016-08-28 23:07:21 +00:00
"CalDAV-Link" : "CalDAVリンク",
2016-08-26 23:07:25 +00:00
"Export" : "エクスポート",
2016-08-08 23:07:26 +00:00
"Save" : "保存",
2014-10-30 10:57:57 +00:00
"Add List..." : "リスト追加...",
"New List" : "新規リスト",
2015-06-29 05:07:12 +00:00
"Settings" : "設定",
2015-06-10 05:07:18 +00:00
"Start of week" : "週の初め",
"Visibility of Smart Collections" : "スマートコレクションの表示",
2014-11-10 06:07:12 +00:00
"Load remaining completed tasks." : "残りの完了済みタスクをロード",
2015-07-03 05:08:22 +00:00
"(New category)" : "(新しいカテゴリ)",
2015-07-25 05:07:15 +00:00
"Select categories..." : "カテゴリーの選択...",
2015-02-10 06:07:13 +00:00
"Loading the task..." : "タスクの読み込み中...",
2015-11-01 05:07:27 +00:00
"Task not found!" : "タスクがありません!",
"add a subtask to" : "サブタスクを次に追加"
2014-10-30 10:57:57 +00:00
},
"nplurals=1; plural=0;");