messages.json 3.2 KB
Newer Older
aaronchen2k2k's avatar
init  
aaronchen2k2k 已提交
1 2 3
{
  "language": "en-US",
  "messages": [
aaronchen2k2k's avatar
aaronchen2k2k 已提交
4 5 6 7 8 9 10 11
    {
      "id": "usage",
      "translation": "Usage:"
    },
    {
      "id": "example",
      "translation": "Example:"
    },
aaronchen2k2k's avatar
init  
aaronchen2k2k 已提交
12 13 14 15 16 17 18
    {
      "id": "for_example",
      "translation": "e.g. %s"
    },
    {
      "id": "total",
      "translation": "Total"
aaronchen2k2k's avatar
init  
aaronchen2k2k 已提交
19
    },
aaronchen2k2k's avatar
aaronchen2k2k 已提交
20 21 22 23 24

    {
      "id": "begin_config",
      "translation": "Begin to config, type 'exit' to quit."
    },
aaronchen2k2k's avatar
init  
aaronchen2k2k 已提交
25 26
    {
      "id": "enter_language",
aaronchen2k2k's avatar
aaronchen2k2k 已提交
27
      "translation": "1) 请选择您要使用的语言,中文请输入数字1。\n2) Please select the language. Input 2 for English."
aaronchen2k2k's avatar
aaronchen2k2k 已提交
28 29 30 31
    },
    {
      "id": "current_config",
      "translation": "Current config:"
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
32 33 34 35 36 37 38 39 40 41
    },

    {
      "id": "success_to_read",
      "translation": "success to read file %s"
    },
    {
      "id": "fail_to_read_file",
      "translation": "Fail to read file %s."
    },
aaronchen2k2k's avatar
aaronchen2k2k 已提交
42 43 44 45
    {
      "id": "fail_to_write_file",
      "translation": "Fail to write file %s."
    },
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
46 47 48 49 50 51 52 53 54 55 56
    {
      "id": "fail_to_parse_file",
      "translation": "Fail to parse the content of file %s."
    },
    {
      "id": "fail_to_parse_ranges",
      "translation": "%s is not ResRanges format, try to parse as ResInsts."
    },

    {
      "id": "generate_records",
aaronchen2k2k's avatar
aaronchen2k2k 已提交
57
      "translation": "Generate %d records to file %s, spend %d secs."
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
58 59 60
    },
    {
      "id": "fail_to_connect_sqlite",
aaronchen2k2k's avatar
aaronchen2k2k 已提交
61
      "translation": "fail to open SQLite %s, error: %s."
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
62 63 64
    },
    {
      "id": "fail_to_exec_query",
aaronchen2k2k's avatar
aaronchen2k2k 已提交
65
      "translation": "fail to exec query %s."
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
66 67 68
    },
    {
      "id": "fail_to_parse_row",
aaronchen2k2k's avatar
aaronchen2k2k 已提交
69
      "translation": "fail to parse sqlite3 row %s."
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
70 71 72 73 74
    },
    {
      "id": "fail_to_save_excel",
      "translation": "fail to save excel: "
    },
aaronchen2k2k's avatar
aaronchen2k2k 已提交
75 76 77 78
    {
      "id": "fail_to_drop_table",
      "translation": "fail to drop table %s, error: %s"
    },
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
79 80 81 82 83 84 85 86 87 88 89
    {
      "id": "fail_to_create_table",
      "translation": "fail to create table: "
    },
    {
      "id": "fail_to_insert_data",
      "translation": "fail to insert data: "
    },
    {
      "id": "file_change_time",
      "translation": "file change time is "
aaronchen2k2k's avatar
aaronchen2k2k 已提交
90 91 92 93 94
    },

    {
      "id": "generate_yaml",
      "translation": "Generate %d yaml files in %s, spend %d secs."
aaronchen2k2k's avatar
aaronchen2k2k 已提交
95 96
    },
    {
aaronchen2k2k's avatar
aaronchen2k2k 已提交
97
      "id": "start_server",
aaronchen2k2k's avatar
aaronchen2k2k 已提交
98 99 100 101 102 103 104 105 106
      "translation": "Success yo start zendata http service, press CTRL+C to exist. \nYou may use http://%s:%s to retrieve the data,for example: \ncurl http://%s:%s/?config=demo/default.yaml&F=field_common&lines=10."
    },
    {
      "id": "server_request",
      "translation": "\nGot %s request %s."
    },
    {
      "id": "server_response",
      "translation": "\nCreate %d records in %d sec."
aaronchen2k2k's avatar
aaronchen2k2k 已提交
107 108 109
    },
    {
      "id": "excel_data",
aaronchen2k2k's avatar
aaronchen2k2k 已提交
110
      "translation": "Excel Sheet."
aaronchen2k2k's avatar
aaronchen2k2k 已提交
111 112 113 114 115 116 117 118
    },
    {
      "id": "excel_data_1",
      "translation": "Excel that contains below sheet."
    },
    {
      "id": "excel_data_1",
      "translation": "Excel that contains below data."
aaronchen2k2k's avatar
aaronchen2k2k 已提交
119 120 121 122
    },
    {
      "id": "analyse_success",
      "translation": "Success to decode data to %s."
aaronchen2k2k's avatar
aaronchen2k2k 已提交
123 124 125 126 127 128 129 130
    },
    {
      "id": "miss_table_name",
      "translation": "Parameter 'table' is needed to generate sql format output."
    },
    {
      "id": "fail_to_generate_field",
      "translation": "Fail to generate data for filed '%s'."
aaronchen2k2k's avatar
init  
aaronchen2k2k 已提交
131 132 133
    }
  ]
}