add description to global-config settings

This commit is contained in:
Hiroyasu Nishiyama
2022-12-06 21:12:52 +09:00
parent 601a4ec70d
commit 2ab8121a4a
3 changed files with 14 additions and 1 deletions

View File

@@ -1123,5 +1123,10 @@
"warn": {
"nonumber": "no number found in payload"
}
},
"global-config": {
"label": {
"open-conf": "Open Configuration"
}
}
}

View File

@@ -1123,5 +1123,10 @@
"warn": {
"nonumber": "ペイロードに数値が含まれていません"
}
},
"global-config": {
"label": {
"open-conf": "設定を開く"
}
}
}