timestamp.i18n.json5 387 字节
Newer Older
B
baiy 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
    "input": "Input",
    "get":"Get Current",
    "normal_second": "Normal Second",
    "normal_millisecond":"Normal Millisecond",
    "unix_second": "Unix Timestamp Second",
    "unix_millisecond":"Unix Timestamp Millisecond",
    "output": "Output",
    "copy":"Copy",
    "error_format": "Input Format Error",
    "error":"error:{0}",
    "format": "Format",
    "value":"Value"
}