diff --git a/i18n/fa.json b/i18n/fa.json index 47644a4f..6d30bc9d 100644 --- a/i18n/fa.json +++ b/i18n/fa.json @@ -8,5 +8,6 @@ }, "codeeditor-desc": "رنگی‌کنندهٔ ساختار زبانی برای جاوااسکریپت و صفحات سی‌اس‌اس از [http://ace.ajax.org/ ویرایشگر آس] استفاده می‌کند", "codeeditor-toolbar-toggle": "ضامن ویرایشگر کد", - "codeeditor-save-with-errors": "این سند دارای اشکال‌هایی است. اطمینان دارید که می‌خواهید ذخیره‌اش کنید؟" + "codeeditor-save-with-errors": "این سند دارای اشکال‌هایی است. اطمینان دارید که می‌خواهید ذخیره‌اش کنید؟", + "codeeditor-indent": "تورفتگی" } diff --git a/i18n/fr.json b/i18n/fr.json index c57aeb42..a5fbf43e 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -3,10 +3,18 @@ "authors": [ "Gomoko", "Sherbrooke", - "Urhixidur" + "Urhixidur", + "Wladek92" ] }, "codeeditor-desc": "Coloration syntaxique dans les pages écrites en JavaScript et CSS en ayant recours à l’éditeur [http://ace.ajax.org/ ACE]", + "codeeditor-next-annotation": "Allez à la prochaine annotation", "codeeditor-toolbar-toggle": "Activer/désactiver l’éditeur de code", - "codeeditor-save-with-errors": "Le document contient des erreurs. Êtes-vous sûr de vouloir l’enregistrer ?" + "codeeditor-save-with-errors": "Le document contient des erreurs. Êtes-vous sûr de vouloir l’enregistrer ?", + "codeeditor-invisibleChars-toggle": "Gérer la manière d'afficher les caractères invisibles", + "codeeditor-lineWrapping-toggle": "Gérer le repli de ligne", + "codeeditor-searchReplace-toggle": "Gérer le mode de recherche et de remplacement", + "codeeditor-gotoline": "Aller à la ligne numéro...", + "codeeditor-indent": "Indenter", + "codeeditor-outdent": "Remonter l'indentation" } diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json index 40c32780..96a4f937 100644 --- a/i18n/zh-hant.json +++ b/i18n/zh-hant.json @@ -6,7 +6,7 @@ "Cwlin0416" ] }, - "codeeditor-desc": "支援 JavaScript 與 CSS 頁面高亮語法的 [http://ace.ajax.org/ Ace 編輯器]", + "codeeditor-desc": "支援 JavaScript 與 CSS 頁面反白語法的 [http://ace.ajax.org/ Ace 編輯器]", "codeeditor-toolbar-toggle": "切換原始碼編輯器", "codeeditor-save-with-errors": "該文件內有錯誤,您是否確定要儲存?" }