Ver código fonte

Added example language file

Andrew Collington 3 anos atrás
pai
commit
725105cd5c
2 arquivos alterados com 105 adições e 0 exclusões
  1. 1 0
      .gitignore
  2. 104 0
      build/languages/example.json

+ 1 - 0
.gitignore

@@ -7,4 +7,5 @@
 !/build/template.phps
 !/build/build.php
 !/build/_frontend
+!/build/languages
 /*.js

+ 104 - 0
build/languages/example.json

@@ -0,0 +1,104 @@
+{
+  "(unsafe) Collect constants": "",
+  "++, +=, series of jumps": "",
+  "Adjust used stack": "",
+  "Ascending": "",
+  "Available functions": "",
+  "blacklist misses": "",
+  "buffer size": "",
+  "Cached": "",
+  "CALL GRAPH optimization": "",
+  "CFG based optimization": "",
+  "Compile all functions on script load": "",
+  "Compile functions on first execution": "",
+  "Constant conversion and jumps": "",
+  "CPU-specific optimization": "",
+  "CSE, STRING construction": "",
+  "Currently unused": "",
+  "DCE (dead code elimination)": "",
+  "Descending": "",
+  "DFA based optimization": "",
+  "Directives": "",
+  "Disable CPU-specific optimization": "",
+  "Disable real-time update": "",
+  "Do not perform register allocation": "",
+  "Enable real-time update": "",
+  "Enable use of AVX, if the CPU supports it": "",
+  "false": "",
+  "File list pagination": "",
+  "force file invalidation": "",
+  "free memory": "",
+  "General info": "",
+  "has been invalidated": "",
+  "hit rate": "",
+  "hits": "",
+  "Host": "",
+  "Ignored": "",
+  "INIT_FCALL_BY_NAME -> DO_FCALL": "",
+  "Inline functions": "",
+  "Inline VM handlers": "",
+  "interned strings usage": "",
+  "Invalidate all matching files": "",
+  "jit buffer free": "",
+  "jit buffer": "",
+  "keys": "",
+  "Last modified": "",
+  "last modified": "",
+  "Last used": "",
+  "last used": "",
+  "max cached keys": "",
+  "Memory consumption": "",
+  "memory usage": "",
+  "memory": "",
+  "Merge equal constants": "",
+  "Minimal JIT (call standard VM handlers)": "",
+  "Next": "",
+  "No files have been cached or you have <i>opcache.file_cache_only<\/i> turned on": "",
+  "No files have been ignored via <i>opcache.blacklist_filename<\/i>": "",
+  "No files have been preloaded <i>opcache.preload<\/i>": "",
+  "No JIT": "",
+  "no value": "",
+  "NOP removal": "",
+  "number of cached files": "",
+  "number of cached keys": "",
+  "Number of hits": "",
+  "number of hits": "",
+  "number of misses": "",
+  "number of strings": "",
+  "opcache statistics": "",
+  "Optimization level": "",
+  "Optimize whole script": "",
+  "Overview": "",
+  "Path": "",
+  "Perform block-local register allocation": "",
+  "Perform global register allocation": "",
+  "preload memory": "",
+  "Preloaded": "",
+  "Previous": "",
+  "Profile functions on first request and compile the hottest functions afterwards": "",
+  "Profile on the fly and compile hot functions": "",
+  "Register allocation": "",
+  "Remove unused variables": "",
+  "Reset cache": "",
+  "SCCP (constant propagation)": "",
+  "Script": "",
+  "Server Software": "",
+  "Sort order": "",
+  "Start typing to filter on script path": "",
+  "TMP VAR usage": "",
+  "total memory": "",
+  "Trigger": "",
+  "true": "",
+  "Use call graph": "",
+  "Use tracing JIT. Profile on the fly and compile traces for hot code segments": "",
+  "Use type inference": "",
+  "used memory": "",
+  "View manual page": "",
+  "View {0} manual entry": "",
+  "wasted memory": "",
+  "You have <i>opcache.file_cache_only<\/i> turned on.  As a result, the memory information is not available.  Statistics and file list may also not be returned by <i>opcache_get_statistics()<\/i>.": "",
+  "{0} files cached": "",
+  "{0} files cached`, {1} showing due to filter '{2}'": "",
+  "{0} ignore file locations": "",
+  "{0} preloaded files": ""
+}