migrate to new git
This commit is contained in:
204
web/App_Script/ContentBuilder/contentbuilder/lang/en.js
Normal file
204
web/App_Script/ContentBuilder/contentbuilder/lang/en.js
Normal file
@@ -0,0 +1,204 @@
|
||||
var _txt = new Array();
|
||||
_txt["Bold"] = "Bold";
|
||||
_txt["Italic"] = "Italic";
|
||||
_txt["Hyperlink"] = "Hyperlink";
|
||||
_txt["Align"] = "Align";
|
||||
_txt["Paragraph"] = "Paragraph";
|
||||
_txt["Color"] = "Color";
|
||||
_txt["Formatting"] = "Formatting";
|
||||
_txt["List"] = "List";
|
||||
_txt["Text Settings"] = "Text Settings";
|
||||
_txt["Icon"] = "Icon";
|
||||
_txt["Clean"] = "Clean";
|
||||
_txt["Font"] = "Font";
|
||||
_txt["Previous"] = "Previous";
|
||||
_txt["Next"] = "Next";
|
||||
_txt["More"] = "More";
|
||||
_txt["Move Up"] = "Move Up";
|
||||
_txt["Move Down"] = "Move Down";
|
||||
_txt["Move Left"] = "Move Left";
|
||||
_txt["Move Right"] = "Move Right";
|
||||
_txt["Delete"] = "Delete";
|
||||
_txt["Add"] = "Add";
|
||||
_txt["Move"] = "Move";
|
||||
_txt["Duplicate"] = "Duplicate";
|
||||
_txt["Decrease"] = "Decrease";
|
||||
_txt["Increase"] = "Increase";
|
||||
_txt["HTML"] = "HTML";
|
||||
_txt["Headline"] = "Headline";
|
||||
_txt["Image"] = "Image";
|
||||
_txt["Heading 1"] = "Heading 1";
|
||||
_txt["Heading 2"] = "Heading 2";
|
||||
_txt["Heading 3"] = "Heading 3";
|
||||
_txt["Quote"] = "Quote";
|
||||
_txt["Preformatted"] = "Preformatted";
|
||||
_txt["Table"] = "Table";
|
||||
_txt["Spacer"] = "Spacer";
|
||||
_txt["Horizontal Line"] = "Horizontal Line";
|
||||
_txt["More..."] = "More...";
|
||||
_txt["Enlarge"] = "Enlarge";
|
||||
_txt["Ok"] = "Ok";
|
||||
_txt["Align Left"] = "Align Left";
|
||||
_txt["Align Center"] = "Align Center";
|
||||
_txt["Align Right"] = "Align Right";
|
||||
_txt["Align Full"] = "Align Full";
|
||||
_txt["Bullets"] = "Bullets";
|
||||
_txt["Numbering"] = "Numbering";
|
||||
_txt["Indent"] = "Indent";
|
||||
_txt["Outdent"] = "Outdent";
|
||||
_txt["Heading 4"] = "Heading 4";
|
||||
_txt["Underline"] = "Underline";
|
||||
_txt["Strikethrough"] = "Strikethrough";
|
||||
_txt["Superscript"] = "Superscript";
|
||||
_txt["Subscript"] = "Subscript";
|
||||
_txt["Uppercase"] = "Uppercase";
|
||||
_txt["Clear"] = "Clear";
|
||||
_txt["Choose.."] = "Choose..";
|
||||
_txt["Forecolor"] = "Forecolor";
|
||||
_txt["Backcolor"] = "Backcolor";
|
||||
_txt["Apply"] = "Apply";
|
||||
_txt["Cancel"] = "Cancel";
|
||||
_txt["Change Image"] = "Change Image";
|
||||
_txt["Link"] = "Link";
|
||||
_txt["Edit"] = "Edit";
|
||||
_txt["Source"] = "Source";
|
||||
_txt["Settings"] = "Settings";
|
||||
_txt["Change Icon"] = "Change Icon";
|
||||
_txt["Edit Table"] = "Edit Table";
|
||||
_txt["Select"] = "Select";
|
||||
_txt["Open New Window"] = "Open New Window";
|
||||
_txt["Text"] = "Text";
|
||||
_txt["Title"] = "Title";
|
||||
_txt["Free"] = "Free";
|
||||
_txt["Style"] = "Style";
|
||||
_txt["Layout"] = "Layout";
|
||||
_txt["Background"] = "Background";
|
||||
_txt["Select Color"] = "Select Color";
|
||||
_txt["Text Color"] = "Text Color";
|
||||
_txt["Border Thickness"] = "Border Thickness";
|
||||
_txt["Border Color"] = "Border Color";
|
||||
_txt["Apply To"] = "Apply To";
|
||||
_txt["Current Row"] = "Current Row";
|
||||
_txt["Current Column"] = "Current Column";
|
||||
_txt["Even Rows"] = "Even Rows";
|
||||
_txt["Odd Rows"] = "Odd Rows";
|
||||
_txt["Current Cell"] = "Current Cell";
|
||||
_txt["Insert Row"] = "Insert Row";
|
||||
_txt["Above"] = "Above";
|
||||
_txt["Below"] = "Below";
|
||||
_txt["Left"] = "Left";
|
||||
_txt["Right"] = "Right";
|
||||
_txt["Row"] = "Row";
|
||||
_txt["Column"] = "Column";
|
||||
_txt["Merge"] = "Merge";
|
||||
_txt["Merge Cell"] = "Merge Cell";
|
||||
_txt["css"] = "css";
|
||||
_txt["Class"] = "Class";
|
||||
_txt["Box"] = "Box";
|
||||
_txt["Spacing"] = "Spacing";
|
||||
_txt["Border"] = "Border";
|
||||
_txt["Corners"] = "Corners";
|
||||
_txt["Shadow"] = "Shadow";
|
||||
_txt["Display"] = "Display";
|
||||
_txt["Position"] = "Position";
|
||||
_txt["Effects"] = "Effects";
|
||||
_txt["Attributes"] = "Attributes";
|
||||
_txt["Animation"] = "Animation";
|
||||
_txt["Background Color"] = "Background Color";
|
||||
_txt["Gradient"] = "Gradient";
|
||||
_txt["Dimension"] = "Dimension";
|
||||
_txt["Responsive Positioning"] = "Responsive Positioning";
|
||||
_txt["Reset margin left on small screen"] = "Reset margin left on small screen";
|
||||
_txt["Reset margin right on small screen"] = "Reset margin right on small screen";
|
||||
_txt["Individual Sides"] = "Individual Sides";
|
||||
_txt["Select Font"] = "Select Font";
|
||||
_txt["Animate"] = "Animate";
|
||||
_txt["Delay"] = "Delay";
|
||||
_txt["Duration"] = "Duration";
|
||||
_txt["Animate Once"] = "Animate Once";
|
||||
_txt["Test"] = "Test";
|
||||
_txt["TEST"] = "TEST";
|
||||
_txt["Custom"] = "Custom";
|
||||
_txt["Custom Code (Javascript Allowed)"] = "Custom Code (Javascript Allowed)";
|
||||
_txt["Module Settings"] = "Module Settings";
|
||||
_txt["Drag and drop an image or click to browse."] = "Drag and drop an image or click to browse.";
|
||||
_txt["Are you sure you want to delete this block?"] = "Are you sure you want to delete this block?";
|
||||
_txt["Back"] = "Back";
|
||||
_txt["Or Specify Image Source"] = "Or Specify Image Source";
|
||||
_txt["Preferences"] = "Preferences";
|
||||
_txt["Hide element tool"] = "Hide element tool";
|
||||
_txt["Hide column tool"] = "Hide column tool";
|
||||
_txt["Line"] = "Line";
|
||||
_txt["Hide column HTML editor"] = "Hide column HTML editor";
|
||||
_txt["Hide row HTML editor"] = "Hide row HTML editor";
|
||||
_txt["Hide row move (up/down) buttons"] = "Hide row move (up/down) buttons";
|
||||
_txt["HTML syntax highlighting"] = "HTML syntax highlighting";
|
||||
_txt["Scrollable Editing Toolbar"] = "Scrollable Editing Toolbar";
|
||||
_txt["Toolbar position"] = "Toolbar position";
|
||||
_txt["Top"] = "Top";
|
||||
_txt["Left"] = "Left";
|
||||
_txt["Right"] = "Right";
|
||||
_txt["Toolbar visibility"] = "Toolbar visibility";
|
||||
_txt["Auto"] = "Auto";
|
||||
_txt["Always Visible"] = "Always Visible";
|
||||
_txt["Paste result"] = "Paste result";
|
||||
_txt["HTML (without styles)"] = "HTML (without styles)";
|
||||
_txt["HTML (with styles)"] = "HTML (with styles)";
|
||||
_txt["Text only"] = "Text only";
|
||||
_txt["Add Snippet"] = "Add Snippet";
|
||||
_txt["Grid Tool"] = "Grid Tool";
|
||||
_txt["Element Tool"] = "Element Tool";
|
||||
_txt["Builder Mode"] = "Builder Mode";
|
||||
_txt["Default"] = "Default";
|
||||
_txt["Minimal"] = "Minimal";
|
||||
_txt["Hide outline"] = "Hide outline";
|
||||
_txt["Hide element highlight"] = "Hide element highlight";
|
||||
_txt["Row tool position"] = "Row tool position";
|
||||
_txt["Add (+) button placement"] = "Add (+) button placement";
|
||||
_txt["Between Blocks (left)"] = "Between Blocks (left)";
|
||||
_txt["Between Blocks (center)"] = "Between Blocks (center)";
|
||||
_txt["Outline Mode"] = "Outline Mode";
|
||||
_txt["Row & column"] = "Row & column";
|
||||
_txt["Row only"] = "Row only";
|
||||
_txt["Draggable blocks without handle"] = "Draggable blocks without handle";
|
||||
_txt["Animated drag to sort"] = "Animated drag to sort";
|
||||
_txt["Open snippets sidebar on start"] = "Open snippets sidebar on start";
|
||||
_txt["Scrollable toolbar (top only)"] = "Scrollable toolbar (top only)";
|
||||
_txt["Please select a block"] = "Please select a block";
|
||||
_txt["Open snippet sidebar on start"] = "Open snippet sidebar on start";
|
||||
_txt["Hide snippet handle"] = "Hide snippet handle";
|
||||
_txt["Undo"] = "Undo";
|
||||
_txt["Redo"] = "Redo";
|
||||
_txt["Empty"] = "Empty";
|
||||
_txt["+ Click to add content"] = "+ Click to add content";
|
||||
_txt["B"] = "B";
|
||||
_txt["W"] = "W";
|
||||
_txt["Outline Style"] = "Outline Style";
|
||||
_txt["Colored"] = "Colored";
|
||||
_txt["Gray"] = "Gray";
|
||||
_txt["Hide Outline"] = "Hide Outline";
|
||||
_txt["Hide Column Tool"] = "Hide Column Tool";
|
||||
_txt["Row Tool Position"] = "Row Tool Position";
|
||||
_txt["Tool Style"] = "Tool Style";
|
||||
_txt["Hide Snippet (+) Tool"] = "Hide Snippet (+) Tool";
|
||||
_txt["Tool Outline"] = "Tool Outline";
|
||||
_txt["Button"] = "Button";
|
||||
_txt["Button Editor"] = "Button Editor";
|
||||
_txt["Edit Button"] = "Edit Button";
|
||||
_txt["Grid Editor"] = "Grid Editor";
|
||||
_txt["Outline"] = "Outline";
|
||||
_txt["Font Size"] = "Font Size";
|
||||
_txt["Line Spacing"] = "Line Spacing";
|
||||
_txt["Letter Spacing"] = "Letter Spacing";
|
||||
_txt["Close"] = "Close";
|
||||
_txt["Search & Replace"] = "Search & Replace";
|
||||
_txt["Word Count"] = "Word Count";
|
||||
_txt["Add to Left"] = "Add to Left";
|
||||
_txt["Add to Right"] = "Add to Right";
|
||||
_txt["Border Top Color"] = "Border Top Color";
|
||||
_txt["Border Bottom Color"] = "Border Bottom Color";
|
||||
_txt["Border Left Color"] = "Border Left Color";
|
||||
_txt["Border Right Color"] = "Border Right Color";
|
||||
_txt["Snippets sidebar visibility"] = "Snippets sidebar visibility";
|
||||
_txt["You have reached the maximum number of columns"] = "You have reached the maximum number of columns";
|
||||
|
||||
204
web/App_Script/ContentBuilder/contentbuilder/lang/fr.js
Normal file
204
web/App_Script/ContentBuilder/contentbuilder/lang/fr.js
Normal file
@@ -0,0 +1,204 @@
|
||||
var _txt = new Array();
|
||||
_txt["Bold"] = "Bold";
|
||||
_txt["Italic"] = "Italic";
|
||||
_txt["Hyperlink"] = "Lien internet";
|
||||
_txt["Align"] = "Alignement";
|
||||
_txt["Paragraph"] = "Paragraphe";
|
||||
_txt["Color"] = "Couleur";
|
||||
_txt["Formatting"] = "Formatage";
|
||||
_txt["List"] = "Liste";
|
||||
_txt["Text Settings"] = "Paramètres texte";
|
||||
_txt["Icon"] = "Icône";
|
||||
_txt["Clean"] = "Clean";
|
||||
_txt["Font"] = "Police de caractère";
|
||||
_txt["Previous"] = "Précédent";
|
||||
_txt["Next"] = "Suivant";
|
||||
_txt["More"] = "Plus";
|
||||
_txt["Move Up"] = "Vers le haut";
|
||||
_txt["Move Down"] = "Vers le bas";
|
||||
_txt["Move Left"] = "Vers la gauche";
|
||||
_txt["Move Right"] = "Vers la droite";
|
||||
_txt["Delete"] = "Effacer";
|
||||
_txt["Add"] = "Ajouter";
|
||||
_txt["Move"] = "Déplacer";
|
||||
_txt["Duplicate"] = "Copier";
|
||||
_txt["Decrease"] = "Diminuer";
|
||||
_txt["Increase"] = "Augmenter";
|
||||
_txt["HTML"] = "HTML";
|
||||
_txt["Headline"] = "Titre";
|
||||
_txt["Image"] = "Image";
|
||||
_txt["Heading 1"] = "Titre 1";
|
||||
_txt["Heading 2"] = "Titre 2";
|
||||
_txt["Heading 3"] = "Titre 3";
|
||||
_txt["Quote"] = "Quote";
|
||||
_txt["Preformatted"] = "Preformaté";
|
||||
_txt["Table"] = "Table";
|
||||
_txt["Spacer"] = "Espace";
|
||||
_txt["Horizontal Line"] = "Ligne horizontale";
|
||||
_txt["More..."] = "Plus...";
|
||||
_txt["Enlarge"] = "Agrandir";
|
||||
_txt["Ok"] = "Ok";
|
||||
_txt["Align Left"] = "Alignement à Gauche";
|
||||
_txt["Align Center"] = "Alignement au Centre";
|
||||
_txt["Align Right"] = "Alignement à Droite";
|
||||
_txt["Align Full"] = "Justifier";
|
||||
_txt["Bullets"] = "Boules";
|
||||
_txt["Numbering"] = "Numbres";
|
||||
_txt["Indent"] = "Indentation";
|
||||
_txt["Outdent"] = "Outdent";
|
||||
_txt["Heading 4"] = "Titre 4";
|
||||
_txt["Underline"] = "Souligner";
|
||||
_txt["Strikethrough"] = "Barrer";
|
||||
_txt["Superscript"] = "Superscript";
|
||||
_txt["Subscript"] = "Subscript";
|
||||
_txt["Uppercase"] = "Majuscule";
|
||||
_txt["Clear"] = "Effacer";
|
||||
_txt["Choose.."] = "Choisir..";
|
||||
_txt["Forecolor"] = "Couleur 1er plan";
|
||||
_txt["Backcolor"] = "Couleur arrière plan";
|
||||
_txt["Apply"] = "Appliquer";
|
||||
_txt["Cancel"] = "Annuler";
|
||||
_txt["Change Image"] = "Changer Image";
|
||||
_txt["Link"] = "Lien";
|
||||
_txt["Edit"] = "Editer";
|
||||
_txt["Source"] = "Source";
|
||||
_txt["Settings"] = "Paramètres";
|
||||
_txt["Change Icon"] = "Changer Icône";
|
||||
_txt["Edit Table"] = "Editer Table";
|
||||
_txt["Select"] = "Selectionner";
|
||||
_txt["Open New Window"] = "Ouvrir nouvelle fenêtre";
|
||||
_txt["Text"] = "Texte";
|
||||
_txt["Title"] = "Titre";
|
||||
_txt["Free"] = "Free";
|
||||
_txt["Style"] = "Style";
|
||||
_txt["Layout"] = "Disposition";
|
||||
_txt["Background"] = "Fond";
|
||||
_txt["Select Color"] = "Selectionner Couleur";
|
||||
_txt["Text Color"] = "Couleur Texte";
|
||||
_txt["Border Thickness"] = "Epaisseur Bordure";
|
||||
_txt["Border Color"] = "Couleur Bordure";
|
||||
_txt["Apply To"] = "Appliquer à";
|
||||
_txt["Current Row"] = "Ligne en cours";
|
||||
_txt["Current Column"] = "Colonne en cours";
|
||||
_txt["Even Rows"] = "Lignes paires";
|
||||
_txt["Odd Rows"] = "Lignes impaires";
|
||||
_txt["Current Cell"] = "Cellule sélectionnée";
|
||||
_txt["Insert Row"] = "Insérer ligne";
|
||||
_txt["Above"] = "Au-dessus";
|
||||
_txt["Below"] = "En-dessous";
|
||||
_txt["Left"] = "Gauche";
|
||||
_txt["Right"] = "Droite";
|
||||
_txt["Row"] = "Ligne";
|
||||
_txt["Column"] = "Colonne";
|
||||
_txt["Merge"] = "Fusionner";
|
||||
_txt["Merge Cell"] = "Fusionner cellules";
|
||||
_txt["css"] = "css";
|
||||
_txt["Class"] = "Class";
|
||||
_txt["Box"] = "Box";
|
||||
_txt["Spacing"] = "Espacement";
|
||||
_txt["Border"] = "Bordure";
|
||||
_txt["Corners"] = "Coins";
|
||||
_txt["Shadow"] = "Ombre";
|
||||
_txt["Display"] = "Affichage";
|
||||
_txt["Position"] = "Position";
|
||||
_txt["Effects"] = "Effets";
|
||||
_txt["Attributes"] = "Attribus";
|
||||
_txt["Animation"] = "Animation";
|
||||
_txt["Background Color"] = "Couleur de fond";
|
||||
_txt["Gradient"] = "Gradient";
|
||||
_txt["Dimension"] = "Dimension";
|
||||
_txt["Responsive Positioning"] = "Positionnement responsif";
|
||||
_txt["Reset margin left on small screen"] = "Reset marge de gauche sur petit écran";
|
||||
_txt["Reset margin right on small screen"] = "Reset marge de droite sur petit écran";
|
||||
_txt["Individual Sides"] = "Individual Sides";
|
||||
_txt["Select Font"] = "Selectionner Police de caractère";
|
||||
_txt["Animate"] = "Animer";
|
||||
_txt["Delay"] = "Retard";
|
||||
_txt["Duration"] = "Durée";
|
||||
_txt["Animate Once"] = "Animer une fois";
|
||||
_txt["Test"] = "Teste";
|
||||
_txt["TEST"] = "TESTE";
|
||||
_txt["Custom"] = "Custom";
|
||||
_txt["Custom Code (Javascript Allowed)"] = "Custom Code (Javascript Accepté)";
|
||||
_txt["Module Settings"] = "Paramètres module";
|
||||
_txt["Drag and drop an image or click to browse."] = "Glisser - déposer une image ou cliquer pour parcourir.";
|
||||
_txt["Are you sure you want to delete this block?"] = "Etes vous sûre de vouloir effacer ce block ?";
|
||||
_txt["Back"] = "Retour";
|
||||
_txt["Or Specify Image Source"] = "Ou spécifier Image Source";
|
||||
_txt["Preferences"] = "Préférences";
|
||||
_txt["Hide element tool"] = "Masquer outil élément";
|
||||
_txt["Hide column tool"] = "Masquer outil colonne";
|
||||
_txt["Line"] = "Ligne";
|
||||
_txt["Hide column HTML editor"] = "Masquer éditeur HTML de colonne";
|
||||
_txt["Hide row HTML editor"] = "Masquer éditeur HTML de ligne";
|
||||
_txt["Hide row move (up/down) buttons"] = "Masquer boutons de déplacement de ligne (haut/bas)";
|
||||
_txt["HTML syntax highlighting"] = "syntaxe HTML colorisé";
|
||||
_txt["Scrollable Editing Toolbar"] = "Barre d'outils Scrollable";
|
||||
_txt["Toolbar position"] = "Position Barre d'outils";
|
||||
_txt["Top"] = "Top";
|
||||
_txt["Left"] = "Gauche";
|
||||
_txt["Right"] = "Droite";
|
||||
_txt["Toolbar visibility"] = "Visibilité barre d'outils";
|
||||
_txt["Auto"] = "Auto";
|
||||
_txt["Always Visible"] = "Toujours Visible";
|
||||
_txt["Paste result"] = "Coller résultat";
|
||||
_txt["HTML (without styles)"] = "HTML (sans styles)";
|
||||
_txt["HTML (with styles)"] = "HTML (avec styles)";
|
||||
_txt["Text only"] = "Texte seulement";
|
||||
_txt["Add Snippet"] = "Ajouter Module";
|
||||
_txt["You can add max 4 column in a row"] = "Vous pouvez ajouter max 4 colonnes dans une ligne";
|
||||
_txt["Grid Tool"] = "Outil grille";
|
||||
_txt["Element Tool"] = "Outil Elément";
|
||||
_txt["Builder Mode"] = "Mode Builder";
|
||||
_txt["Default"] = "Défaut";
|
||||
_txt["Minimal"] = "Minimal";
|
||||
_txt["Hide outline"] = "Masquer contour";
|
||||
_txt["Hide element highlight"] = "Masquer élément surbrillance";
|
||||
_txt["Row tool position"] = "Outil position ligne";
|
||||
_txt["Add (+) button placement"] = "Ajouter (+) emplacement bouton";
|
||||
_txt["Between Blocks (left)"] = "Entre Blocks (gauche)";
|
||||
_txt["Between Blocks (center)"] = "Entre Blocks (centré)";
|
||||
_txt["Outline Mode"] = "Mode Contour";
|
||||
_txt["Row & column"] = "Ligne & colonne";
|
||||
_txt["Row only"] = "Ligne seulement";
|
||||
_txt["Draggable blocks without handle"] = "Déplacement des blocks sans poignée";
|
||||
_txt["Animated drag to sort"] = "Animation Glisser-déposer de tri";
|
||||
_txt["Open snippets sidebar on start"] = "Ouvrir barre de modules au démarrage";
|
||||
_txt["Scrollable toolbar (top only)"] = "Barre d'outils Scrollable (top seulement)";
|
||||
_txt["Please select a block"] = "Merci de sélectionner un block";
|
||||
_txt["Open snippet sidebar on start"] = "Ouvrir barre de modules au démarrage";
|
||||
_txt["Hide snippet handle"] = "Masquer poignée du module";
|
||||
_txt["Undo"] = "Annuler";
|
||||
_txt["Redo"] = "Refaire";
|
||||
_txt["Empty"] = "Vider";
|
||||
_txt["+ Click to add content"] = "+ Click pour ajouter du contenu";
|
||||
_txt["B"] = "B";
|
||||
_txt["W"] = "W";
|
||||
_txt["Outline Style"] = "Style de contour";
|
||||
_txt["Colored"] = "Coloré";
|
||||
_txt["Gray"] = "Gris";
|
||||
_txt["Hide Outline"] = "Masquer contour";
|
||||
_txt["Hide Column Tool"] = "Masquer outil de colonne";
|
||||
_txt["Row Tool Position"] = "Outil position de ligne";
|
||||
_txt["Tool Style"] = "Outil de style";
|
||||
_txt["Hide Snippet (+) Tool"] = "Masquer Outil de module (+)";
|
||||
_txt["Tool Outline"] = "Contour de module";
|
||||
_txt["Button"] = "Bouton";
|
||||
_txt["Button Editor"] = "Editeur de bouton";
|
||||
_txt["Edit Button"] = "Editer Bouton";
|
||||
_txt["Grid Editor"] = "Editeur de grille";
|
||||
_txt["Outline"] = "Contour";
|
||||
_txt["Font Size"] = "Taille Police de caractère";
|
||||
_txt["Line Spacing"] = "Espacement de ligne";
|
||||
_txt["Letter Spacing"] = "Espacement de caractère";
|
||||
_txt["Close"] = "Fermer";
|
||||
_txt["Search & Replace"] = "Chercher & remplacer";
|
||||
_txt["Word Count"] = "Compteur de mots";
|
||||
_txt["Add to Left"] = "Ajouter à gauche";
|
||||
_txt["Add to Right"] = "Ajouter à droite";
|
||||
_txt["Border Top Color"] = "Couleur de bordure haute";
|
||||
_txt["Border Bottom Color"] = "Couleur de bordure basse";
|
||||
_txt["Border Left Color"] = "Couleur de bordure gauche";
|
||||
_txt["Border Right Color"] = "Couleur de bordure droite";
|
||||
_txt["Snippets sidebar visibility"] = "Visibilité Barre de modules";
|
||||
|
||||
204
web/App_Script/ContentBuilder/contentbuilder/lang/zh-tw.js
Normal file
204
web/App_Script/ContentBuilder/contentbuilder/lang/zh-tw.js
Normal file
@@ -0,0 +1,204 @@
|
||||
var _txt = new Array();
|
||||
_txt["Bold"] = "粗體";
|
||||
_txt["Italic"] = "斜體";
|
||||
_txt["Hyperlink"] = "連結";
|
||||
_txt["Align"] = "對齊";
|
||||
_txt["Paragraph"] = "段落";
|
||||
_txt["Color"] = "顏色";
|
||||
_txt["Formatting"] = "格式";
|
||||
_txt["List"] = "列表";
|
||||
_txt["Text Settings"] = "文字設定";
|
||||
_txt["Icon"] = "圖示";
|
||||
_txt["Clean"] = "Clean";
|
||||
_txt["Font"] = "字型";
|
||||
_txt["Previous"] = "向前";
|
||||
_txt["Next"] = "向後";
|
||||
_txt["More"] = "查看更多";
|
||||
_txt["Move Up"] = "上移";
|
||||
_txt["Move Down"] = "下移";
|
||||
_txt["Move Left"] = "左移";
|
||||
_txt["Move Right"] = "右移";
|
||||
_txt["Delete"] = "刪除";
|
||||
_txt["Add"] = "新增";
|
||||
_txt["Move"] = "移動";
|
||||
_txt["Duplicate"] = "重製";
|
||||
_txt["Decrease"] = "減小";
|
||||
_txt["Increase"] = "加大";
|
||||
_txt["HTML"] = "HTML";
|
||||
_txt["Headline"] = "標題";
|
||||
_txt["Image"] = "影像";
|
||||
_txt["Heading 1"] = "標題1";
|
||||
_txt["Heading 2"] = "標題2";
|
||||
_txt["Heading 3"] = "標題3";
|
||||
_txt["Heading 4"] = "標題4";
|
||||
_txt["Quote"] = "引言";
|
||||
_txt["Preformatted"] = "預設格式";
|
||||
_txt["Table"] = "表格";
|
||||
_txt["Spacer"] = "間隔";
|
||||
_txt["Horizontal Line"] = "橫線";
|
||||
_txt["More..."] = "更多...";
|
||||
_txt["Enlarge"] = "加大";
|
||||
_txt["Ok"] = "Ok";
|
||||
_txt["Align Left"] = "靠左";
|
||||
_txt["Align Center"] = "靠中";
|
||||
_txt["Align Right"] = "靠右";
|
||||
_txt["Align Full"] = "左右靠齊";
|
||||
_txt["Bullets"] = "符號清單";
|
||||
_txt["Numbering"] = "編號清單";
|
||||
_txt["Indent"] = "內縮";
|
||||
_txt["Outdent"] = "外凸";
|
||||
_txt["Underline"] = "底線";
|
||||
_txt["Strikethrough"] = "刪除線";
|
||||
_txt["Superscript"] = "上標字";
|
||||
_txt["Subscript"] = "下標字";
|
||||
_txt["Uppercase"] = "大寫";
|
||||
_txt["Clear"] = "清除";
|
||||
_txt["Choose.."] = "選取..";
|
||||
_txt["Forecolor"] = "前景色彩";
|
||||
_txt["Backcolor"] = "背景色彩";
|
||||
_txt["Apply"] = "套用";
|
||||
_txt["Cancel"] = "取消";
|
||||
_txt["Change Image"] = "更換圖片";
|
||||
_txt["Link"] = "連結";
|
||||
_txt["Edit"] = "編輯";
|
||||
_txt["Source"] = "原始檔";
|
||||
_txt["Settings"] = "設定";
|
||||
_txt["Change Icon"] = "更換圖示";
|
||||
_txt["Edit Table"] = "編輯表格";
|
||||
_txt["Select"] = "選取 Select";
|
||||
_txt["Open New Window"] = "開新視窗";
|
||||
_txt["Text"] = "文字";
|
||||
_txt["Title"] = "標題";
|
||||
_txt["Free"] = "任意";
|
||||
_txt["Style"] = "樣式";
|
||||
_txt["Layout"] = "編排";
|
||||
_txt["Background"] = "背景";
|
||||
_txt["Select Color"] = "選取顏色";
|
||||
_txt["Text Color"] = "文字顏色";
|
||||
_txt["Border Thickness"] = "邊框粗細";
|
||||
_txt["Border Color"] = "邊框顏色";
|
||||
_txt["Apply To"] = "套用到";
|
||||
_txt["Current Row"] = "目前列";
|
||||
_txt["Current Column"] = "目前欄";
|
||||
_txt["Even Rows"] = "偶數列";
|
||||
_txt["Odd Rows"] = "奇數列";
|
||||
_txt["Current Cell"] = "目前儲存格";
|
||||
_txt["Insert Row"] = "插入列";
|
||||
_txt["Above"] = "上方";
|
||||
_txt["Below"] = "下方";
|
||||
_txt["Left"] = "左";
|
||||
_txt["Right"] = "右";
|
||||
_txt["Row"] = "列Row";
|
||||
_txt["Column"] = "欄Column";
|
||||
_txt["Merge"] = "合併";
|
||||
_txt["Merge Cell"] = "合併儲存格";
|
||||
_txt["css"] = "css";
|
||||
_txt["Class"] = "類別Class";
|
||||
_txt["Box"] = "區塊";
|
||||
_txt["Spacing"] = "間隔";
|
||||
_txt["Border"] = "邊框";
|
||||
_txt["Corners"] = "圓角";
|
||||
_txt["Shadow"] = "陰影";
|
||||
_txt["Display"] = "顯示";
|
||||
_txt["Position"] = "定位";
|
||||
_txt["Effects"] = "效果";
|
||||
_txt["Attributes"] = "屬性";
|
||||
_txt["Animation"] = "動畫";
|
||||
_txt["Background Color"] = "背景色彩";
|
||||
_txt["Gradient"] = "漸層";
|
||||
_txt["Dimension"] = "尺寸";
|
||||
_txt["Responsive Positioning"] = "響應定位*";
|
||||
_txt["Reset margin left on small screen"] = "重設小螢幕的左邊界*";
|
||||
_txt["Reset margin right on small screen"] = "重設小螢幕的右邊界*";
|
||||
_txt["Individual Sides"] = "各側邊框";
|
||||
_txt["Select Font"] = "選取字型";
|
||||
_txt["Animate"] = "動畫 Animate";
|
||||
_txt["Delay"] = "延遲 Delay";
|
||||
_txt["Duration"] = "期間 Duration";
|
||||
_txt["Animate Once"] = "播放一次 Animate Once";
|
||||
_txt["Test"] = "測試";
|
||||
_txt["TEST"] = "測試";
|
||||
_txt["Custom"] = "自訂";
|
||||
_txt["Custom Code (Javascript Allowed)"] = "自訂指令碼 (支援Javascript)";
|
||||
_txt["Module Settings"] = "模組設定";
|
||||
_txt["Drag and drop an image or click to browse."] = "將影像拖到這裡或點選瀏覽";
|
||||
_txt["Are you sure you want to delete this block?"] = "您確定要刪除這個區塊嗎?";
|
||||
_txt["Back"] = "返回";
|
||||
_txt["Or Specify Image Source"] = "或指定影像來源";
|
||||
_txt["Preferences"] = "偏好設定";
|
||||
_txt["Hide element tool"] = "隱藏元素工具element tool";
|
||||
_txt["Hide column tool"] = "隱藏欄工具column tool";
|
||||
_txt["Line"] = "直線Line";
|
||||
_txt["Hide column HTML editor"] = "隱藏欄HTML編輯器";
|
||||
_txt["Hide row HTML editor"] = "隱藏列HTML編輯器";
|
||||
_txt["Hide row move (up/down) buttons"] = "隱藏列移動(上/下)按鈕";
|
||||
_txt["HTML syntax highlighting"] = "HTML語法標示";
|
||||
_txt["Scrollable Editing Toolbar"] = "可捲動編輯工具列";
|
||||
_txt["Toolbar position"] = "工具列位置";
|
||||
_txt["Top"] = "上";
|
||||
_txt["Left"] = "左";
|
||||
_txt["Right"] = "右";
|
||||
_txt["Toolbar visibility"] = "是否顯示工具列";
|
||||
_txt["Auto"] = "自動";
|
||||
_txt["Always Visible"] = "始終顯示";
|
||||
_txt["Paste result"] = "貼上結果";
|
||||
_txt["HTML (without styles)"] = "HTML (無樣式)";
|
||||
_txt["HTML (with styles)"] = "HTML (有樣式)";
|
||||
_txt["Text only"] = "只有文字";
|
||||
_txt["Add Snippet"] = "加入片段指令碼";
|
||||
_txt["Grid Tool"] = "網格工具";
|
||||
_txt["Element Tool"] = "元素工具";
|
||||
_txt["Builder Mode"] = "建構模式";
|
||||
_txt["Default"] = "預設";
|
||||
_txt["Minimal"] = "最小";
|
||||
_txt["Hide outline"] = "隱藏大綱";
|
||||
_txt["Hide element highlight"] = "隱藏元素標示";
|
||||
_txt["Row tool position"] = "列工具位置";
|
||||
_txt["Add (+) button placement"] = "加入按鈕 (+) 位置";
|
||||
_txt["Between Blocks (left)"] = "區塊之間 (左)";
|
||||
_txt["Between Blocks (center)"] = "區塊之間 (中)";
|
||||
_txt["Outline Mode"] = "大綱模式";
|
||||
_txt["Row & column"] = "列/欄";
|
||||
_txt["Row only"] = "只有列";
|
||||
_txt["Draggable blocks without handle"] = "不需把手也可拖移區塊";
|
||||
_txt["Animated drag to sort"] = "動態拖移排序";
|
||||
_txt["Open snippets sidebar on start"] = "一開始就打開指令碼片段側邊欄";
|
||||
_txt["Scrollable toolbar (top only)"] = "可捲動工具列(只有上方)";
|
||||
_txt["Please select a block"] = "請選擇區塊";
|
||||
_txt["Open snippet sidebar on start"] = "一開始就打開指令碼片段工具列";
|
||||
_txt["Hide snippet handle"] = "穩藏指令碼片段把手";
|
||||
_txt["Undo"] = "還原";
|
||||
_txt["Redo"] = "重作";
|
||||
_txt["Empty"] = "清空";
|
||||
_txt["+ Click to add content"] = "+ 點選加入內容";
|
||||
_txt["B"] = "B";
|
||||
_txt["W"] = "W";
|
||||
_txt["Outline Style"] = "大綱模式";
|
||||
_txt["Colored"] = "彩色";
|
||||
_txt["Gray"] = "灰色";
|
||||
_txt["Hide Outline"] = "隱藏大綱";
|
||||
_txt["Hide Column Tool"] = "隱藏欄工具";
|
||||
_txt["Row Tool Position"] = "列工具位置";
|
||||
_txt["Tool Style"] = "工具樣式";
|
||||
_txt["Hide Snippet (+) Tool"] = "隱藏指令碼片段工具 (+) ";
|
||||
_txt["Tool Outline"] = "工具大綱";
|
||||
_txt["Button"] = "按鈕";
|
||||
_txt["Button Editor"] = "按鈕編輯器";
|
||||
_txt["Edit Button"] = "編輯按鈕";
|
||||
_txt["Grid Editor"] = "網格編輯器";
|
||||
_txt["Outline"] = "大綱";
|
||||
_txt["Font Size"] = "字型大小";
|
||||
_txt["Line Spacing"] = "列間距";
|
||||
_txt["Letter Spacing"] = "字元間距";
|
||||
_txt["Close"] = "關閉";
|
||||
_txt["Search & Replace"] = "搜尋取代";
|
||||
_txt["Word Count"] = "字數計算";
|
||||
_txt["Add to Left"] = "加到左方";
|
||||
_txt["Add to Right"] = "加到右方";
|
||||
_txt["Border Top Color"] = "上邊框色彩";
|
||||
_txt["Border Bottom Color"] = "下邊框色彩";
|
||||
_txt["Border Left Color"] = "左邊框色彩";
|
||||
_txt["Border Right Color"] = "右邊框色彩";
|
||||
_txt["Snippets sidebar visibility"] = "是否顯示指令碼片段側邊欄";
|
||||
_txt["You have reached the maximum number of columns"] = "己達最大欄數上限";
|
||||
|
||||
Reference in New Issue
Block a user