he.js
来自「国外很不错的一个开源OA系统Group-Office」· JavaScript 代码 · 共 39 行
JS
39 行
// I18N constants// LANG: "en", ENCODING: UTF-8 | ISO-8859-1// Author: Mihai Bazon, http://dynarch.com/mishoo// FOR TRANSLATORS://// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE// (at least a valid email address)//// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;// (if this is not possible, please include a comment// that states what encoding is necessary.)SpellChecker.I18N = { "CONFIRM_LINK_CLICK" : "אנא אשר שברצונך לפתוח קישור זה", "Cancel" : "ביטול", "Dictionary" : "מילון", "Finished list of mispelled words" : "הסתיימה רשימת המילים המאויתות באופן שגוי", "I will open it in a new page." : "אני אפתח את זה בחלון חדש.", "Ignore all" : "התעלם מהכל", "Ignore" : "התעלם", "NO_ERRORS" : "לא נמצאו מילים מאויתות באופן שגוי עם המילון הנבחר.", "NO_ERRORS_CLOSING" : "בדיקת האיות נסתיימה, לא נמצאו מילים מאויתות באופן שגוי. נסגר כעת...", "OK" : "אישור", "Original word" : "המילה המקורית", "Please wait. Calling spell checker." : "אנא המתן. קורא לבודק איות.", "Please wait: changing dictionary to" : "אנא המתן: מחליף מילון ל-", "QUIT_CONFIRMATION" : "זה יבטל את השינויים ויצא מבודק האיות. אנא אשר.", "Re-check" : "בדוק מחדש", "Replace all" : "החלף הכל", "Replace with" : "החלף ב-", "Replace" : "החלף", "Revert" : "החזר שינויים", "SC-spell-check" : "בדיקת איות", "Suggestions" : "הצעות", "pliz weit ;-)" : "ענא המטן ;-)"};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?