aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar LordRishav <75823494+LordRishav@users.noreply.github.com>2022-05-28 00:39:18 +0530
committerLibravatar GitHub <noreply@github.com>2022-05-27 21:09:18 +0200
commita535ed310f756a57129683c9d81c6a65e8338977 (patch)
tree756f47b7eeca40f586d76840bd367299847929b7
parentxdg-shell: schedule a configure on maximize request (diff)
downloadsway-a535ed310f756a57129683c9d81c6a65e8338977.tar.gz
sway-a535ed310f756a57129683c9d81c6a65e8338977.tar.zst
sway-a535ed310f756a57129683c9d81c6a65e8338977.zip
Add a Hindi (हिन्दी) translation to the README
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 <surendrajat@protonmail.com>
-rw-r--r--README.hi.md70
-rw-r--r--README.md3
2 files changed, 72 insertions, 1 deletions
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 @@
1# sway
2
3sway एक [i3](https://i3wm.org/)-अनुकूल
4[Wayland](https://wayland.freedesktop.org/) Compositor है।
5[FAQ](https://github.com/swaywm/sway/wiki) पढिये। [IRC
6Channel](https://web.libera.chat/gamja/?channels=#sway)
7(irc.libera.chat पर #sway) में भी जुडिये।
8
9## रिलीज हस्ताक्षर
10
11रिलीजें
12[E88F5E48](https://keys.openpgp.org/search?q=34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48)
13से साइन होतें हैं और [Github पर](https://github.com/swaywm/sway/releases) प्रकाशित होते हैं।
14
15## इंस्टौलेशन
16
17### पैकेजों के द्वारा
18
19Sway कई distributions में उप्लब्ध है। आप अपने में "sway" नामक पैकेज इंस्टौल करके देख
20सकते हैं।
21
22### Source से compile करके
23
24यदि आप परीक्षण और विकास के लिए sway और wlroots के नवीनतम संस्करण बनाना
25चाहते हैं, तो [यह विकी
26पृष्ठ](https://github.com/swaywm/sway/wiki/Development-Setup) देखें।
27
28निर्भरताएं:
29
30* meson \*
31* [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots)
32* wayland
33* wayland-protocols \*
34* pcre2
35* json-c
36* pango
37* cairo
38* gdk-pixbuf (वैकल्पिक: system tray के लिये)
39* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (वैकल्पिक: man पृष्ठों के लिये)
40 \*
41* git (वैकल्पिक: संस्करण जानने के लिये)
42
43_\* Compilation के समय आवश्यक_
44
45ये commands चलाएं:
46
47 meson build/
48 ninja -C build/
49 sudo ninja -C build/ install
50
51उन systems पर जिनमें ना तो logind है, ना ही seatd है, आपको sway की binary
52को suid करना पडेगा:
53
54 sudo chmod a+s /usr/local/bin/sway
55
56Sway अपनी root अनुमतियां प्रारंभ होने के कुछ ही देर बाद छोड़ देगी।
57
58## Configuration
59
60अगर आप पहले से ही i3 का उपयोग करते हैं तो अपने i3 config को
61`~/.config/sway/config` में copy कर लीजिये और वह बिना किसी परिवर्तन के काम
62करेगा। अन्यथा, नमूने configuration file को `~/.config/sway/config` में copy
63कर लीजिये। यह सामान्यतः `/etc/sway/config` में पाया जाता है। `man 5
64sway` से आप configuration के बारे में जानकारी प्राप्त कर सकते हैं।
65
66## चलाना
67
68आप एक tty से `sway` को चला सकते हैं। कुछ display managers काम करते हैं परन्तु ये
69sway के द्वारा समर्थित नहीं है (gdm के बारे में जाना गया है कि वह सही काम करता
70है)।
diff --git a/README.md b/README.md
index cd87985a..27918868 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
1# sway 1# sway
2 2
3**[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] 3**[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]
4 4
5sway is an [i3]-compatible [Wayland] compositor. Read the [FAQ]. Join the 5sway is an [i3]-compatible [Wayland] compositor. Read the [FAQ]. Join the
6[IRC channel] \(#sway on irc.libera.chat). 6[IRC channel] \(#sway on irc.libera.chat).
@@ -68,6 +68,7 @@ sway (gdm is known to work fairly well).
68[fr]: README.fr.md 68[fr]: README.fr.md
69[sv]: README.sv.md 69[sv]: README.sv.md
70[gr]: README.gr.md 70[gr]: README.gr.md
71[hi]: README.hi.md
71[hu]: README.hu.md 72[hu]: README.hu.md
72[ir]: README.ir.md 73[ir]: README.ir.md
73[it]: README.it.md 74[it]: README.it.md