colly_wyx
2018-04-27 74adf3a72663f151dc2c1b87ecb4ea4b0e080a50
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
 
return array(
    /** ---------------------- framework translation - developer ---------------------- **/
    'service ({service}) illegal' => 'service ({service}) illegal',
    'no such service as {service}' => 'no such service as {service}',
    'mcrypt_module_open with {cipher}' => 'mcrypt_module_open with {cipher}',
    'No table map config for {tableName}' => 'No table map config for {tableName}',
    'Call to undefined method PhalApi_DI::{name}() .' => 'Call to undefined method PhalApi_DI::{name}() .',
    "miss {name}'s enum range" => "miss {name}'s enum range",
    '{name} should be in {range}, but now {name} = {value}' => '{name} should be in {range}, but now {name} = {value}',
    "min should <= max, but now {name} min = {min} and max = {max}" => 'min should <= max, but now {name} min = {min} and max = {max}',
    '{name} should >= {min}, but now {name} = {value}' => '{name} should >= {min}, but now {name} = {value}',
    'miss name for rule' => 'miss name for rule',
    '{name} require, but miss' => '{name} require, but miss',
    'PhalApi_Api::${name} undefined' => 'PhalApi_Api::${name} undefined',
    'Bad Request: {message}' => 'Bad Request: {message}',
    'Interal Server Error: {message}' => 'Interal Server Error: {message}',
    "{name}'s enum range can not be empty" => "{name}'s enum range can not be empty",
    'DI()->filter should be instanceof PhalApi_Filter' => 'DI()->filter should be instanceof PhalApi_Filter',
    'wrong sign' => 'wrong sign',
    'invalid type: {type} for rule: {name}' => 'invalid type: {type} for rule: {name}',
    'invalid callback for rule: {name}' => 'invalid callback for rule: {name}',
    'redis config key [socket] not found' => 'redis config key [socket] not found',
    '{name} can not match {regex}'  => '{name} can not match {regex}',
    'missing {name} extension' => 'missing {name} extension',
);