Changeset 1103 for trunk/htdocs/diagnosis/lang/zh-simplified.php
- Timestamp:
- 08/01/12 11:11:21 (10 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/diagnosis/lang/zh-simplified.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/diagnosis/lang/zh-simplified.php
r1102 r1103 2 2 // auto generated, do not modify 3 3 $strings += array( 4 "Diagnosis Result" 5 => "诊断结果", 6 "Item" 7 => "项目", 8 "Level" 9 => "级别", 10 "Result" 11 => "结果", 12 "Explanation/Suggestion" 13 => "解释/建议", 14 "XCache extension" 15 => "XCache extension", 16 "Add extension=xcache.so (or xcache.dll) in %s" 17 => "在 %s 增加 extension=xcache.so (或 xcache.dll)", 18 "Please put a php.ini in %s and add extension=xcache.so (or xcache.dll) in it" 19 => "请在 %s 里放个 php.ini 并且在文件内写入 extension=xcache.so (或 xcache.dll)", 20 "Cannot detect php.ini location" 21 => "无法检测 php.ini 位置", 22 "(See above)" 23 => "(参见上面)", 24 "Not loaded" 25 => "未载入", 26 "error" 27 => "错误", 28 "Loaded" 29 => "已载入", 30 "info" 31 => "信息", 32 "Enabling PHP Cacher" 33 => "启用 PHP 缓存器", 34 "skipped" 35 => "跳过", 36 "Not enabled" 37 => "尚未启用", 38 "Your PHP pages is not accelerated by XCache. Set xcache.size to non-zero, set xcache.cacher = On" 39 => "XCache 并未对您的 PHP 网页起到加速作用. 设置 xcache.size 为非 0, 设置 xcache.cacher = On", 40 "No php script cached" 41 => "未缓存任何 PHP 脚本", 42 "Your PHP pages is not accelerated by XCache. Set xcache.cacher = On" 43 => "XCache 并未对您的 PHP 网页起到加速作用. 设置 xcache.cacher = On", 44 "Enabled" 45 => "已启用", 46 "PHP Compile Time Error" 47 => "PHP 编译时错误", 48 "warning" 49 => "警告", 50 "Error happened when compiling at least one of your PHP code" 51 => "至少在编译其中一个您的 PHP 代码时发生编译错误", 52 "This usually means there is syntax error in your PHP code. Enable PHP error_log to see what parser error is it, fix your code" 53 => "这通常意味着您的 PHP 代码有语法错误. 请启用 error_log 调查具体错误原因并修复您的代码", 54 "No error happened" 55 => "未发生过错误", 56 "Busy Compiling" 57 => "忙着编译", 58 "Cache marked as busy for compiling" 59 => "编译中, 缓存标记为忙", 60 "It's ok if this status don't stay for long. Otherwise, it could be a sign of PHP crash/coredump, report to XCache devs" 61 => "这个状态如果持续不就则无影响. 否则可能标志着 PHP 曾经发生异常退出, 如果是的话请报告给 XCache 开发组", 62 "Idle" 63 => "空闲", 64 "Enabling VAR Cacher" 65 => "启用 VAR 缓存器", 66 "PHP code that use XCache caching backend have to use other caching backend instead. Set xcache.var_size to non-zero" 67 => "使用 XCache 作为数据缓存器的 PHP 代码将不得不采用其他缓存器代替. 设置 xcache.var_size 为非 0", 68 "Using VAR Cacher" 69 => "使用 VAR 缓存器", 70 "No variable data cached" 71 => "未缓存任何变量数据", 72 "Var Cacher won't work simply by enabling it. PHP code must call XCache APIs like xcache_set() to use it as cache backend. 3rd party web apps may come with XCache support, config it to use XCache as caching backend" 73 => "只启用变量数据缓存器并无法将其利用起来. 必须通过 PHP 代码去调用 XCache API 接口(如 xcache_set() 函数) 将 XCache 作为缓存器. 第三方网页软件可能带有 XCache 支持, 留意其中的设置启用 XCache 作为缓存器", 74 "Cache in use" 75 => "缓存使用中", 76 "Cache Size" 77 => "缓存大小", 78 "Out of memory happened when trying to write to cache" 79 => "存入缓存时发生内存不足", 80 "Increase xcache.size and/or xcache.var_size" 81 => "加大 xcache.size 或 xcache.var_size", 82 "Enough" 83 => "充足", 84 "Hash Slots" 85 => "哈希槽", 86 "Slots value too big" 87 => "哈希槽设定太大", 88 "A very small value is set to %s value and leave %s value is too big.\nDecrease %s if small cache is really what you want" 89 => "设置给 %s 的值很小, 却采用过大的 %s. 如果您的确想要配置占用很少内存的缓存器, 可减少 %s", 90 "Slots value too small" 91 => "哈希槽设定太小", 92 "So many item are cached. Increase %s to a more proper value" 93 => "相当多的项目缓存了. 请适量加大 %s", 94 "Looks good" 95 => "看起来还行", 96 "Cache Status" 97 => "缓存状态", 98 "At least one of the caches is disabled. " 99 => "至少一个缓存器是禁止状态", 100 "Enable the cache." 101 => "启用已禁止的缓存器.", 102 "It was disabled by PHP crash/coredump handler or you disabled it manually." 103 => "可能是在 PHP 异常退出时自动标记为禁止了, 或者您手工禁止了", 104 "You disabled it manually." 105 => "您手工禁止了", 106 "If it was caused by PHP crash/coredump, report to XCache devs" 107 => "如果是由于 PHP 异常退出造成, 请报告给 XCache 开发组", 108 "Coredump Directory" 109 => "Coredump 目录", 110 "Enable coredump to save debugging information in case when PHP crash. It can also be enabled in other module like php-fpm beside XCache" 111 => "启用 coredump 设置. 这样万一发生 PHP 异常退出时可保存调试信息. 这个功能也可以在其他地方启用, 如 php-fpm", 112 "Core files found:\n" 113 => "发现 core 文件:\n", 114 "Disable XCache PHP Cacher (set xcache.size=0), remove the core file(s), then restart PHP. If core file appears again, report call stack backtrace in the core to XCache devs" 115 => "禁止 XCache 缓存器 (设置 xcache.size=0), 删除 Core 文件, 再重启 PHP. 如果不用 XCache 时不出现 Core, 请从 Core 中取得 call stack back trace 信息报告回 XCache 开发组", 116 "You can see core files if PHP crash in %s if PHP crash" 117 => "如果 PHP 异常退出, 您可以在 %s 目录看到 Core 文件", 118 "Readonly Protection" 119 => "只读保护", 120 "Set to enabled but not available" 121 => "设置为启用, 但目前不可用", 122 "Use xcache.mmap_path other than /dev/zero" 123 => "设置 xcache.mmap_path 使用 /dev/zero 以外的值", 124 "Disabled" 125 => "已禁止", 126 "Enable readonly_protection == --performance & ++stability. Disable readonly_protection == ++performance & --stability" 127 => "启用 readonly_protection == --性能 & ++稳定性. 禁用 readonly_protection == ++性能 & --稳定性", 128 "XCache modules" 129 => "XCache 模块", 130 "Acceptable. Module(s) listed are built into XCache but not for production server.\nLeave it as is if you're feeling good.\nRe-configure XCache with the module(s) disabled if you're strict with server security." 131 => "可接受. 以上列出的模块已编译入 XCache, 但这些模块并非用于产业服务器.\n如果您觉得没大碍, 就保持现状.\n如果您对稳定性/安全性要求极其严格, 建议重新编译 XCache 不启用这些模块\n", 132 "XCache test setting" 133 => "XCache 测试设置", 134 "xcache.test is for testing only, not for server. set it to off" 135 => "xcache.test 仅用于开发测试用, 不用于服务器. 将它设置为 off", 136 "PHP Version" 137 => "PHP 版本", 138 "The version of PHP you're using is known to be unstable: " 139 => "您所使用的 PHP 版本, 是众所周知的不稳定版本: ", 140 "Upgrade to new version of PHP" 141 => "升级到更新的 PHP 版本", 142 "Extension Compatibility" 143 => "Extension 兼容性", 144 "Zend Optimizer loaded" 145 => "Zend Optimizer 载入了", 146 "Optimizer feature of 'Zend Optimizer' is disabled by XCache due to compatibility reason; the Loader of it is still available, encoded files are still supported" 147 => "由于兼容性问题, 'Zend Optimizer' 的优化器已被 XCache 禁止; 其加载器依然可用, 可继续使用 Zend 加密的文件", 4 148 ); 5 149
Note: See TracChangeset
for help on using the changeset viewer.

