Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/lib/i18n/locales/ja.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const strings = {
soil_moisture: '体積含水率',
moisture: '体積含水率',
Moisture: '体積含水率',
soil_humidity: '体積含水率',
soil_moisture: '土壌水分量',
moisture: '土壌水分量',
Moisture: '土壌水分量',
soil_humidity: '土壌水分量',
humidity: '湿度',
Humidity: '湿度',
dew_point: '露点',
Expand All @@ -15,7 +15,7 @@ export const strings = {
temperature_c: '温度',
soil_temperature: '温度',
'Soil Temperature': '温度',
'Temperature and Moisture': '土壌温度/体積含水率',
'Temperature and Moisture': '土壌温度/土壌水分量',
'Temperature and Humidity': '温度/湿度',
'temperature and humidity': '温度/湿度',
temperature_and_humidity: '温度/湿度',
Expand Down