fix: Avoid keys getting translated in availability (#1418)

This commit is contained in:
Pranav Raj S
2020-11-17 10:39:46 +05:30
committed by GitHub
parent 2d70131097
commit 3ee453c01e
34 changed files with 111 additions and 401 deletions

View File

@@ -58,18 +58,9 @@
"AVAILABILITY": {
"LABEL": "利用可能期間",
"STATUSES_LIST": [
{
"value": "オンライン",
"label": "オライン"
},
{
"value": "取り込み中",
"label": "取り込み中"
},
{
"value": "オフライン",
"label": "オフライン"
}
"オンライン",
"取り込み中",
"オライン"
]
},
"EMAIL": {