Patch #44009 » ja-translation-r24618.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 1232 | 1232 |
} |
| 1233 | 1233 |
.pagination ul.pages li.current {
|
| 1234 | 1234 |
color: white; |
| 1235 |
background-color: var(--oc-blue-7);
|
|
| 1235 |
background-color: var(--oc-indigo-5);
|
|
| 1236 | 1236 |
} |
| 1237 | 1237 |
.pagination ul.pages li.page:hover {
|
| 1238 | 1238 |
background-color: var(--oc-gray-2); |
| config/locales/ja.yml | ||
|---|---|---|
| 1503 | 1503 |
button_remove: 解除 |
| 1504 | 1504 |
label_open_in_full_view: 全画面で表示 |
| 1505 | 1505 |
label_user_mail_option_only_my_watches: ウォッチ中のもの |
| 1506 |
setting_assignee_dropdown_display_format: Assignee drop-down display format |
|
| 1507 |
label_assignee_dropdown_display_format_users_then_groups: Users then groups |
|
| 1508 |
label_assignee_dropdown_display_format_groups_then_users: Groups then users |
|
| 1506 |
setting_assignee_dropdown_display_format: 担当者ドロップダウンの表示形式 |
|
| 1507 |
label_assignee_dropdown_display_format_users_then_groups: ユーザー → グループ |
|
| 1508 |
label_assignee_dropdown_display_format_groups_then_users: グループ → ユーザー |
|