fix: Avoid keys getting translated in availability (#1418)
This commit is contained in:
@@ -58,18 +58,9 @@
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "利用可能期間",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "オンライン",
|
||||
"label": "オンライン"
|
||||
},
|
||||
{
|
||||
"value": "取り込み中",
|
||||
"label": "取り込み中"
|
||||
},
|
||||
{
|
||||
"value": "オフライン",
|
||||
"label": "オフライン"
|
||||
}
|
||||
"オンライン",
|
||||
"取り込み中",
|
||||
"オフライン"
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
|
||||
Reference in New Issue
Block a user