From a535ed310f756a57129683c9d81c6a65e8338977 Mon Sep 17 00:00:00 2001 From: LordRishav <75823494+LordRishav@users.noreply.github.com> Date: Sat, 28 May 2022 00:39:18 +0530 Subject: [PATCH] =?UTF-8?q?Add=20a=20Hindi=20(=E0=A4=B9=E0=A4=BF=E0=A4=A8?= =?UTF-8?q?=E0=A5=8D=E0=A4=A6=E0=A5=80)=20translation=20to=20the=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hindi is one of the most prominent languages of the Indian Subcontinent. This commit adds the translation of the README into the Hindi language. Some of the words are still written in English because there wasn't an appropriate technical term of the word in the language. Co-authored-by: Surendrajat --- README.hi.md | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 ++- 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 README.hi.md diff --git a/README.hi.md b/README.hi.md new file mode 100644 index 00000000..af64eada --- /dev/null +++ b/README.hi.md @@ -0,0 +1,70 @@ +# sway + +sway एक [i3](https://i3wm.org/)-अनुकूल +[Wayland](https://wayland.freedesktop.org/) Compositor है। +[FAQ](https://github.com/swaywm/sway/wiki) पढिये। [IRC +Channel](https://web.libera.chat/gamja/?channels=#sway) +(irc.libera.chat पर #sway) में भी जुडिये। + +## रिलीज हस्ताक्षर + +रिलीजें +[E88F5E48](https://keys.openpgp.org/search?q=34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48) +से साइन होतें हैं और [Github पर](https://github.com/swaywm/sway/releases) प्रकाशित होते हैं। + +## इंस्टौलेशन + +### पैकेजों के द्वारा + +Sway कई distributions में उप्लब्ध है। आप अपने में "sway" नामक पैकेज इंस्टौल करके देख +सकते हैं। + +### Source से compile करके + +यदि आप परीक्षण और विकास के लिए sway और wlroots के नवीनतम संस्करण बनाना +चाहते हैं, तो [यह विकी +पृष्ठ](https://github.com/swaywm/sway/wiki/Development-Setup) देखें। + +निर्भरताएं: + +* meson \* +* [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots) +* wayland +* wayland-protocols \* +* pcre2 +* json-c +* pango +* cairo +* gdk-pixbuf (वैकल्पिक: system tray के लिये) +* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (वैकल्पिक: man पृष्ठों के लिये) + \* +* git (वैकल्पिक: संस्करण जानने के लिये) + +_\* Compilation के समय आवश्यक_ + +ये commands चलाएं: + + meson build/ + ninja -C build/ + sudo ninja -C build/ install + +उन systems पर जिनमें ना तो logind है, ना ही seatd है, आपको sway की binary +को suid करना पडेगा: + + sudo chmod a+s /usr/local/bin/sway + +Sway अपनी root अनुमतियां प्रारंभ होने के कुछ ही देर बाद छोड़ देगी। + +## Configuration + +अगर आप पहले से ही i3 का उपयोग करते हैं तो अपने i3 config को +`~/.config/sway/config` में copy कर लीजिये और वह बिना किसी परिवर्तन के काम +करेगा। अन्यथा, नमूने configuration file को `~/.config/sway/config` में copy +कर लीजिये। यह सामान्यतः `/etc/sway/config` में पाया जाता है। `man 5 +sway` से आप configuration के बारे में जानकारी प्राप्त कर सकते हैं। + +## चलाना + +आप एक tty से `sway` को चला सकते हैं। कुछ display managers काम करते हैं परन्तु ये +sway के द्वारा समर्थित नहीं है (gdm के बारे में जाना गया है कि वह सही काम करता +है)। diff --git a/README.md b/README.md index cd87985a..27918868 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sway -**[English][en]** - [Deutsch][de] - [Dansk][dk] - [Español][es] - [Français][fr] - [Svenska][sv] - [Ελληνικά][gr] - [Magyar][hu] - [فارسی][ir] - [Italiano][it] - [日本語][ja] - [한국어][ko] - [Nederlands][nl] - [Polski][pl] - [Português][pt] - [Română][ro] - [Русский][ru] - [Türkçe][tr] - [Українська][uk] - [中文-简体][zh-CN] - [中文-繁體][zh-TW] +**[English][en]** - [Deutsch][de] - [Dansk][dk] - [Español][es] - [Français][fr] - [Svenska][sv] - [Ελληνικά][gr] - [हिन्दी][hi] - [Magyar][hu] - [فارسی][ir] - [Italiano][it] - [日本語][ja] - [한국어][ko] - [Nederlands][nl] - [Polski][pl] - [Português][pt] - [Română][ro] - [Русский][ru] - [Türkçe][tr] - [Українська][uk] - [中文-简体][zh-CN] - [中文-繁體][zh-TW] sway is an [i3]-compatible [Wayland] compositor. Read the [FAQ]. Join the [IRC channel] \(#sway on irc.libera.chat). @@ -68,6 +68,7 @@ sway (gdm is known to work fairly well). [fr]: README.fr.md [sv]: README.sv.md [gr]: README.gr.md +[hi]: README.hi.md [hu]: README.hu.md [ir]: README.ir.md [it]: README.it.md