From 83a38d10cf14140a971c77d6146c0db4c05f9fbe Mon Sep 17 00:00:00 2001 From: A-Walrus Date: Sun, 5 Nov 2023 10:37:36 +0200 Subject: [PATCH] Add hebrew translation --- i18n/he/cosmic_edit.ftl | 71 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 i18n/he/cosmic_edit.ftl diff --git a/i18n/he/cosmic_edit.ftl b/i18n/he/cosmic_edit.ftl new file mode 100644 index 0000000..35e8e7c --- /dev/null +++ b/i18n/he/cosmic_edit.ftl @@ -0,0 +1,71 @@ +new-document = קובץ חדש +open-project = פתח פרוייקט + +# Context Pages + +## Document statistics +document-statistics = סטטיסטיקת מסמך +word-count = מילים +character-count = תווים +character-count-no-spaces = תווים (ללא רווחים) +line-count = שורות + +## Settings +settings = הגדרות + +## Appearance +appearance = מראה +theme = תמה +default-font = גופן ברירת מחדל +default-font-size = גודל גופן ברירת מחדל + +### Keyboard shortcuts +keyboard-shortcuts = קיצורי מקשים +enable-vim-bindings = הפעל מקשי Vim + +# Menu + +## File +file = קובץ +new-file = קובץ חדש +new-window = חלון חדש +open-file = פתח קובץ... +open-recent = פתח אחרונים +todo = TODO +save = שמור +save-as = שמור בשם... +revert-all-changes = התעלם מכלל השינוים +menu-document-statistics = נתוני מסמך... +document-type = סוג מסמך... +encoding = קידוד... +print = הדפסה +quit = יציאה + +## Edit +edit = עריכה +undo = בטל +redo = החזר +cut = גזור +copy = העתק +paste = הדבק +find = מצא +replace = החלף +spell-check = בדיקת איות... + +## View +view = תצוגה +indentation = הזחה + +### Indentation +automatic-indentation = הזחה אוטומטית +tab-width = רוחב טאב: {$tab_width} +convert-indentation-to-spaces = המר הזחה לרווחים +convert-indentation-to-tabs = המר הזחה לטאבים + +word-wrap = גלישת טקסט +show-line-numbers = הצגת מספור שורות +highlight-current-line = הדגשת שורה נוכחית +syntax-highlighting = הדגשה תחבירית... +menu-settings = הגדרות... +menu-keyboard-shortcuts = קיצורי מקשים... +about-cosmic-text-editor = אודות עורך טקסט COSMIC