From f08b8a8d1a1fb9bca2af60e9e23c697981ac7247 Mon Sep 17 00:00:00 2001 From: Ben Grant Date: Tue, 1 Jun 2021 20:07:07 +1000 Subject: [PATCH] Settings translations --- crabfit-frontend/public/i18n/ja/common.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/crabfit-frontend/public/i18n/ja/common.json b/crabfit-frontend/public/i18n/ja/common.json index 1a612d4..7086ea1 100644 --- a/crabfit-frontend/public/i18n/ja/common.json +++ b/crabfit-frontend/public/i18n/ja/common.json @@ -36,19 +36,19 @@ } }, "theme": { - "label": "Theme", + "label": "色のテーマ", "options": { - "System": "System", - "Light": "Light", - "Dark": "Dark" + "System": "システム", + "Light": "明色", + "Dark": "暗色" } }, "highlight": { "label": "Highlight highest availability", "title": "Make the highest availability on the heatmap stand out", "options": { - "Off": "Off", - "On": "On" + "Off": "オフ", + "On": "オン" } }, "language": {