-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from comfortable-panda/csakai
Comfortable Sakaiを移植
- Loading branch information
Showing
37 changed files
with
9,227 additions
and
2,827 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "daily" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"EXTENSION_DESCRIPTION": {"message": "Comfortable PandA is a Web browser extension for managing assignments and quizzes on PandA."}, | ||
"tab_assignments": {"message": "Assignments"}, | ||
"tab_settings": {"message": "Settings"}, | ||
"todo_box_course_name": {"message": "Course Name"}, | ||
"todo_box_memo": {"message": "Memo"}, | ||
"todo_box_due_date": {"message": "Due Date"}, | ||
"todo_box_add": {"message": "Add Memo"}, | ||
"quiz": {"message": "Quiz"}, | ||
"memo": {"message": "Memo"}, | ||
"settings_assignment_cache": {"message": "Assignment Cache [s]"}, | ||
"settings_quizzes_cache": {"message": "Test&Quizzes Cache [s]"}, | ||
"settings_color_checked_item": {"message": "Color course tabs including checked items"}, | ||
"settings_display_late_submit_assignment": {"message": "Show assignments that can be submitted late"}, | ||
"settings_reset_colors": {"message": "Reset to default colors"}, | ||
"settings_colors_hour": { "message": "Color #$color$ $time$ hours before due", | ||
"placeholders": { | ||
"color": { "content": "$1" }, | ||
"time": { "content": "$2" } | ||
} | ||
}, | ||
"settings_colors_day": { "message": "Color #$color$ $time$ days before due", | ||
"placeholders": { | ||
"color": { "content": "$1" }, | ||
"time": { "content": "$2" } | ||
} | ||
}, | ||
"assignment_acquisition_date": {"message": "Assignment Acquisition Date: "}, | ||
"testquiz_acquisition_date": {"message": "Test&Quiz Acquisition Date: "}, | ||
"due24h": {"message": "Due within 24hrs"}, | ||
"due5d": {"message": "Due within 5days"}, | ||
"due14d": {"message": "Due within 14days"}, | ||
"duePassed": {"message": "Late submission possible"}, | ||
"dueOver14d": {"message": "Others"}, | ||
"no_available_assignments": {"message": "There are no available assignments :)"}, | ||
"remain_time": { "message": "$days$d, $hours$hr, $minutes$min left.", | ||
"placeholders": { | ||
"days": { "content": "$1" }, | ||
"hours": { "content": "$2" }, | ||
"minutes": { "content": "$3" } | ||
} | ||
}, | ||
"due_not_set": {"message": "Due date not set."} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"EXTENSION_DESCRIPTION": {"message":"Comfortable PandAはPandA上の課題やクイズを管理するためのブラウザ拡張機能です。"}, | ||
"tab_assignments": {"message": "課題一覧"}, | ||
"tab_settings": {"message": "詳細設定"}, | ||
"todo_box_course_name": {"message": "講義名"}, | ||
"todo_box_memo": {"message": "メモ内容"}, | ||
"todo_box_due_date": {"message": "期限"}, | ||
"todo_box_add": {"message": "メモを追加"}, | ||
"quiz": {"message": "クイズ"}, | ||
"memo": {"message": "メモ"}, | ||
"settings_assignment_cache": {"message": "課題キャッシュ時間 [秒]"}, | ||
"settings_quizzes_cache": {"message": "クイズキャッシュ時間 [秒]"}, | ||
"settings_color_checked_item": {"message": "チェック済の課題も色付けする"}, | ||
"settings_display_late_submit_assignment": {"message": "遅延提出可能な課題を表示する"}, | ||
"settings_reset_colors": {"message": "デフォルト色に戻す"}, | ||
"settings_colors_hour": { "message": "カラー #$color$ 締切$time$時間前", | ||
"placeholders": { | ||
"color": { "content": "$1" }, | ||
"time": { "content": "$2" } | ||
} | ||
}, | ||
"settings_colors_day": { "message": "カラー #$color$ 締切$time$日前", | ||
"placeholders": { | ||
"color": { "content": "$1" }, | ||
"time": { "content": "$2" } | ||
} | ||
}, | ||
"assignment_acquisition_date": {"message": "課題取得日時: "}, | ||
"testquiz_acquisition_date": {"message": "クイズ取得日時: "}, | ||
"due24h": {"message": "締め切り24時間以内"}, | ||
"due5d": {"message": "締め切り5日以内"}, | ||
"due14d": {"message": "締め切り14日以内"}, | ||
"duePassed": {"message": "遅延提出可能"}, | ||
"dueOver14d": {"message": "その他"}, | ||
"no_available_assignments": {"message": "表示できる課題はないよ"}, | ||
"remain_time": { "message": "あと$days$日$hours$時間$minutes$分", | ||
"placeholders": { | ||
"days": { "content": "$1" }, | ||
"hours": { "content": "$2" }, | ||
"minutes": { "content": "$3" } | ||
} | ||
}, | ||
"due_not_set": {"message": "締め切り日未設定"} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.