Greasy Fork 支持简体中文。

WF ToolBox Lib i18n Label

When perma is present to offer his version for beta + classic editor and add the profile editor waze and much more

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/416773/873157/WF%20ToolBox%20Lib%20i18n%20Label.js

  1. // ==UserScript==
  2. // @name WF ToolBox Lib i18n Label
  3. // @namespace WFTB_ns
  4. // @version 0.1.11
  5. // @description:en When perma is present to offer his version for beta + classic editor and add the profile editor waze and much more
  6. // @description:fr Quand un perma est présent proposer sa version pour l'éditeur beta + classique et ajout du editor profile waze et bien plus encore
  7. // @author exolium
  8. // @copyright 2015-2020 exolium
  9. // @licence GNU GPL v2
  10. // @grant GM_xmlhttpRequest
  11. // @description When perma is present to offer his version for beta + classic editor and add the profile editor waze
  12. // ==/UserScript==
  13.  
  14. //============================== Options ================================//
  15.  
  16. //============================== Lang ================================//
  17. var WFTB_lang_en = 0;
  18. var WFTB_lang_fr = 1;
  19.  
  20. var WFTB_lang = WFTB_lang_fr;
  21.  
  22. var WFTB_label_setting_manager = ['Settings Manager', 'Gestionnaire de Paramètres'];
  23. var WFTB_label_close = ['Close', 'Fermer'];
  24. var WFTB_label_OiBE = ['Open in beta editor', 'Ouvrir dans l\'éditeur beta'];
  25. var WFTB_label_OiPE = ['Open in public editor', 'Ouvrir dans l\'éditeur public'];
  26.  
  27. var WFTB_help_oc_setting = ['\nFirefox : [Alt] [Shift] + AccessKey\nChrome : [Alt] + AccessKey\nAccessKey :\n - W : Open Settings Manager \n - Q : Close Settings Manager ', '\nFirefox : [Alt] [Shift] + Touche d\'accès\nChrome : [Alt] + Touche d\'accès\nTouches d\'accès :\n - W : Ouvrir la Fenêtre de Configuration \n - Q : Fermer la Fenêtre de Configuration '];