messages_en.json 2.4 KB
Newer Older
1 2 3
{
  "language": "en-US",
  "messages": [
4
    {
5 6 7
      "id": "current_preference",
      "message": "current preference",
      "translation": "current preference"
8 9
    },
    {
10 11
      "id": "set_preference",
      "message": "set Preference",
12 13
      "translation": "set %s to %s"
    },
14 15 16 17 18 19
    {
      "id": "use_language",
      "message": "Use English language",
      "translation": "Use English language"
    },

20 21 22 23 24
    {
      "id": "lang",
      "message": "lang",
      "translation": "language"
    },
25 26 27 28 29
    {
      "id": "workDir",
      "message": "Work Dir",
      "translation": "Work Dir"
    },
30 31 32 33 34
    {
      "id": "zh",
      "message": "zh",
      "translation": "Chinese"
    },
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
    {
      "id": "start_execution",
      "message": "Start Execution",
      "translation": "Start Execution"
    },
    {
      "id": "end_execution",
      "message": "End Execution",
      "translation": "End Execution"
    },
    {
      "id": "start_case",
      "message": "Start Case",
      "translation": "Start Case %s at %s"
    },
    {
      "id": "end_case",
      "message": "End Case",
53
      "translation": "End Case %s at %s, spend %dsecs"
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
    },

    {
      "id": "begin_analyse",
      "message": "Run scripts",
      "translation": "Begin to analyse test result"
    },
    {
      "id": "run_scripts",
      "message": "Run scripts",
      "translation": "Run scripts in folder '%s' on %s OS"
    },
    {
      "id": "time_from_to",
      "message": "From To",
      "translation": "From %s to %s, spend %d secs"
    },
    {
      "id": "total",
      "message": "Total",
      "translation": "Total"
    },
    {
      "id": "pass",
      "message": "Pass",
      "translation": "Pass"
    },
    {
      "id": "fail",
      "message": "Fail",
      "translation": "Fail"
    },
    {
      "id": "skip",
      "message": "Skip",
      "translation": "Skip"
    },

    {
      "id": "step",
      "message": "Step",
      "translation": "Step"
    },
    {
      "id": "checkpoint",
      "message": "Checkpoint",
      "translation": "Checkpoint"
    },
    {
      "id": "expect_result",
      "message": "Expect Result",
      "translation": "Expect Result"
    },
    {
      "id": "actual_result",
      "message": "Actual Result",
      "translation": "Actual Result"
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
111 112 113 114 115
    },
    {
      "id": "no_checkpoints",
      "message": "No checkpoints",
      "translation": "No checkpoints"
116
    }
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
117

118 119
  ]
}