refactor: priority messages duplication
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"Priority": {
|
||||
"critical": "Critical",
|
||||
"high": "High",
|
||||
"medium": "Medium",
|
||||
"low": "Low"
|
||||
},
|
||||
"Index": {
|
||||
"get_started": "Get Started",
|
||||
"demo": "Demo",
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
{
|
||||
"Priority": {
|
||||
"priority": "優先度",
|
||||
"critical": "致",
|
||||
"high": "高",
|
||||
"medium": "中",
|
||||
"low": "低"
|
||||
},
|
||||
"Index": {
|
||||
"get_started": "テスト管理を始める",
|
||||
"demo": "デモ",
|
||||
|
||||
Reference in New Issue
Block a user