]> git.lizzy.rs Git - minetest.git/log
minetest.git
3 years agoMinimap: Fix default label translations
SmallJoker [Mon, 22 Feb 2021 19:25:16 +0000 (20:25 +0100)]
Minimap: Fix default label translations

3 years agoFix wrong reported item counts for inventory actions using Shift-Move (#10930)
Lars Müller [Sun, 21 Feb 2021 19:02:23 +0000 (20:02 +0100)]
Fix wrong reported item counts for inventory actions using Shift-Move (#10930)

3 years agoFail gracefully if main_menu_script has bad value (#10938)
Wuzzy [Fri, 19 Feb 2021 18:59:48 +0000 (18:59 +0000)]
Fail gracefully if main_menu_script has bad value (#10938)

Builtin: Move :close() before dofile

3 years agoFix world-aligned node rendering at bottom (#10742)
Wuzzy [Fri, 19 Feb 2021 18:45:36 +0000 (18:45 +0000)]
Fix world-aligned node rendering at bottom (#10742)

3 years agoReplace deprecated call to add_player_velocity in builtin (#10968)
Elias Fleckenstein [Thu, 18 Feb 2021 14:39:04 +0000 (15:39 +0100)]
Replace deprecated call to add_player_velocity in builtin (#10968)

3 years agoAdd nametag background setting and object property (#10937)
rubenwardy [Wed, 17 Feb 2021 19:51:28 +0000 (19:51 +0000)]
Add nametag background setting and object property (#10937)

3 years agoFix short_description fallback order (#10943)
rubenwardy [Wed, 17 Feb 2021 18:53:44 +0000 (18:53 +0000)]
Fix short_description fallback order (#10943)

3 years agoServer-side authority for attached players (#10952)
SmallJoker [Mon, 15 Feb 2021 19:41:19 +0000 (20:41 +0100)]
Server-side authority for attached players (#10952)

The server must have authority about attachments. This commit ignores any player movement packets as long they're attached.

3 years agoFix segfault with invalid texture strings and minimap enabled
sfan5 [Sun, 14 Feb 2021 10:28:02 +0000 (11:28 +0100)]
Fix segfault with invalid texture strings and minimap enabled

closes #10949

3 years agoSend attachments instantly before set_pos (#10235)
SmallJoker [Fri, 12 Feb 2021 19:54:06 +0000 (20:54 +0100)]
Send attachments instantly before set_pos (#10235)

3 years agoReplace 'minetest.' with 'core.' in builtin
rubenwardy [Wed, 10 Feb 2021 11:02:34 +0000 (11:02 +0000)]
Replace 'minetest.' with 'core.' in builtin

3 years agoUpdate URLs to HTTPS (#10923)
TotalCaesar659 [Wed, 10 Feb 2021 13:34:21 +0000 (16:34 +0300)]
Update URLs to HTTPS (#10923)

3 years agoFix crash in tab_online when cURL is disabled
rubenwardy [Tue, 9 Feb 2021 12:39:36 +0000 (12:39 +0000)]
Fix crash in tab_online when cURL is disabled

3 years agoPause menu: Fix segfault on u/down key input
Jean-Patrick Guerrero [Mon, 8 Feb 2021 17:56:51 +0000 (18:56 +0100)]
Pause menu: Fix segfault on u/down key input

3 years agoFix animation_image support in scroll containers
Jean-Patrick Guerrero [Mon, 8 Feb 2021 00:04:38 +0000 (00:04 +0000)]
Fix animation_image support in scroll containers

3 years agoReduce empty translation error to infostream
rubenwardy [Sun, 7 Feb 2021 15:28:15 +0000 (15:28 +0000)]
Reduce empty translation error to infostream

Fixes #10905

3 years agoUse consistent temp folder path (#10892)
rubenwardy [Sun, 7 Feb 2021 15:27:24 +0000 (15:27 +0000)]
Use consistent temp folder path (#10892)

3 years agoRewrite touch event conversion (#10636)
Vitaliy [Sun, 7 Feb 2021 10:48:30 +0000 (13:48 +0300)]
Rewrite touch event conversion (#10636)

3 years agoFall back to default when rendering mode (3d_mode) is set invalid (#10922)
Muhammad Rifqi Priyo Susanto [Sat, 6 Feb 2021 12:47:12 +0000 (19:47 +0700)]
Fall back to default when rendering mode (3d_mode) is set invalid (#10922)

3 years agoReduce ore noise_parms error to deprecation warning (#10921)
rubenwardy [Sat, 6 Feb 2021 12:46:45 +0000 (12:46 +0000)]
Reduce ore noise_parms error to deprecation warning (#10921)

Fixes #10914

3 years agoFix double free caused by CGUITTFont code
sfan5 [Sat, 6 Feb 2021 12:34:00 +0000 (13:34 +0100)]
Fix double free caused by CGUITTFont code

This partially reverts commit 2072afb72b4b3e9c5dcbcec71d824aeae1b35d19.
fixes #10920

3 years agoServer: properly delete ServerMap on interrupted startups
SmallJoker [Fri, 5 Feb 2021 17:34:25 +0000 (18:34 +0100)]
Server: properly delete ServerMap on interrupted startups

A static mod error (e.g. typo) would abort the initialization but never free ServerMap

3 years agoDevtest: Remove bumpmap/parallax occl. test nodes (#10902)
Wuzzy [Thu, 4 Feb 2021 20:43:29 +0000 (20:43 +0000)]
Devtest: Remove bumpmap/parallax occl. test nodes (#10902)

3 years agoFix documentation of formspec sound style (#10913)
Wuzzy [Thu, 4 Feb 2021 20:43:12 +0000 (20:43 +0000)]
Fix documentation of formspec sound style (#10913)

3 years agoFix memory leak detected by address sanitizer (#10896)
k.h.lai [Tue, 2 Feb 2021 19:56:24 +0000 (03:56 +0800)]
Fix memory leak detected by address sanitizer (#10896)

3 years agoFix list spacing and size (again) (#10869)
Vincent Robinson [Tue, 2 Feb 2021 19:55:13 +0000 (11:55 -0800)]
Fix list spacing and size (again) (#10869)

3 years agoHandle UTF-16 correctly in Wireshark dissector
sfan5 [Fri, 29 Jan 2021 15:08:49 +0000 (16:08 +0100)]
Handle UTF-16 correctly in Wireshark dissector

3 years agoEncode high codepoints as surrogates to safely transport wchar_t over network
sfan5 [Fri, 29 Jan 2021 14:24:07 +0000 (15:24 +0100)]
Encode high codepoints as surrogates to safely transport wchar_t over network

fixes #7643

3 years agoDrop wide/narrow conversion functions
sfan5 [Fri, 29 Jan 2021 13:03:27 +0000 (14:03 +0100)]
Drop wide/narrow conversion functions

The only valid usecase for these is interfacing with OS APIs
that want a locale/OS-specific multibyte encoding.
But they weren't used for that anywhere, instead UTF-8 is pretty
much assumed when it comes to that.
Since these are only a potential source of bugs and do not fulfil
their purpose at all, drop them entirely.

3 years agoRefactor utf8_to_wide/wide_to_utf8 functions
sfan5 [Fri, 29 Jan 2021 12:09:17 +0000 (13:09 +0100)]
Refactor utf8_to_wide/wide_to_utf8 functions

3 years agoServer GotBlocks(): Lock clients to avoid multithreading issues
SmallJoker [Tue, 2 Feb 2021 18:10:35 +0000 (19:10 +0100)]
Server GotBlocks(): Lock clients to avoid multithreading issues

3 years agoRevise dynamic_add_media API to better accomodate future changes
sfan5 [Sat, 30 Jan 2021 13:35:34 +0000 (14:35 +0100)]
Revise dynamic_add_media API to better accomodate future changes

3 years agoPreserve immortal group for players when damage is disabled
sfan5 [Sat, 30 Jan 2021 11:41:27 +0000 (12:41 +0100)]
Preserve immortal group for players when damage is disabled

3 years agoReadd Client::sendPlayerPos optimization (was part of 81c7f0a)
sfan5 [Sat, 30 Jan 2021 10:54:56 +0000 (11:54 +0100)]
Readd Client::sendPlayerPos optimization (was part of 81c7f0a)

This reverts commit b49dfa92ce3ef37b1b73698906c64191fb47e226.

3 years agoCache client IP in RemoteClient so it can always be retrieved (#10887)
sfan5 [Sun, 31 Jan 2021 19:36:47 +0000 (20:36 +0100)]
Cache client IP in RemoteClient so it can always be retrieved (#10887)

specifically: after the peer has already disappeared

3 years agoFix minetest.dig_node returning true when node isn't diggable (#10890)
rubenwardy [Sun, 31 Jan 2021 18:49:51 +0000 (18:49 +0000)]
Fix minetest.dig_node returning true when node isn't diggable (#10890)

3 years agoUpdate translation files
updatepo.sh [Sat, 30 Jan 2021 20:13:51 +0000 (21:13 +0100)]
Update translation files

3 years agoUpdate minetest.conf.example and dummy translation file
updatepo.sh [Sat, 30 Jan 2021 20:12:16 +0000 (21:12 +0100)]
Update minetest.conf.example and dummy translation file

3 years agoDeleted translation using Weblate (Lao)
Benjamin Alan Jamie [Tue, 26 Jan 2021 15:40:31 +0000 (16:40 +0100)]
Deleted translation using Weblate (Lao)

3 years agoDeleted translation using Weblate (Burmese)
Benjamin Alan Jamie [Tue, 26 Jan 2021 15:37:57 +0000 (16:37 +0100)]
Deleted translation using Weblate (Burmese)

3 years agoDeleted translation using Weblate (Japanese (Kansai))
Benjamin Alan Jamie [Tue, 26 Jan 2021 15:37:51 +0000 (16:37 +0100)]
Deleted translation using Weblate (Japanese (Kansai))

3 years agoDeleted translation using Weblate (Filipino)
Benjamin Alan Jamie [Tue, 26 Jan 2021 15:37:44 +0000 (16:37 +0100)]
Deleted translation using Weblate (Filipino)

3 years agoTranslated using Weblate (Dutch)
eol [Sun, 24 Jan 2021 20:03:59 +0000 (20:03 +0000)]
Translated using Weblate (Dutch)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Dutch)
zjeffer [Sat, 23 Jan 2021 20:22:12 +0000 (20:22 +0000)]
Translated using Weblate (Dutch)

Currently translated at 85.1% (1150 of 1350 strings)

3 years agoTranslated using Weblate (Dutch)
Joshua De Clercq [Sat, 23 Jan 2021 21:02:48 +0000 (21:02 +0000)]
Translated using Weblate (Dutch)

Currently translated at 85.1% (1150 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Traditional))
AISS [Thu, 21 Jan 2021 01:18:38 +0000 (01:18 +0000)]
Translated using Weblate (Chinese (Traditional))

Currently translated at 77.1% (1041 of 1350 strings)

3 years agoTranslated using Weblate (Portuguese (Brazil))
Ronoaldo Pereira [Thu, 21 Jan 2021 03:28:59 +0000 (03:28 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 92.5% (1250 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
AISS [Wed, 20 Jan 2021 16:31:59 +0000 (16:31 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
ZhiZe-ZG [Wed, 20 Jan 2021 16:36:28 +0000 (16:36 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
Deleted User [Wed, 20 Jan 2021 15:38:19 +0000 (15:38 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 98.0% (1323 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
AISS [Wed, 20 Jan 2021 15:43:24 +0000 (15:43 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 98.0% (1323 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
ZhiZe-ZG [Wed, 20 Jan 2021 15:43:53 +0000 (15:43 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 98.0% (1323 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
AISS [Wed, 20 Jan 2021 15:13:38 +0000 (15:13 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 97.2% (1313 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
ZhiZe-ZG [Wed, 20 Jan 2021 15:23:00 +0000 (15:23 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 97.2% (1313 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
IFRFSX [Wed, 20 Jan 2021 15:07:21 +0000 (15:07 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 96.7% (1306 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
AISS [Wed, 20 Jan 2021 15:08:25 +0000 (15:08 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 96.7% (1306 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
ZhiZe-ZG [Wed, 20 Jan 2021 15:10:33 +0000 (15:10 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 96.7% (1306 of 1350 strings)

3 years agoTranslated using Weblate (Dutch)
Edgar [Tue, 12 Jan 2021 17:48:43 +0000 (17:48 +0000)]
Translated using Weblate (Dutch)

Currently translated at 79.7% (1076 of 1350 strings)

3 years agoTranslated using Weblate (Norwegian Nynorsk)
Allan Nordhøy [Sat, 9 Jan 2021 00:47:37 +0000 (00:47 +0000)]
Translated using Weblate (Norwegian Nynorsk)

Currently translated at 29.1% (394 of 1350 strings)

3 years agoTranslated using Weblate (Hebrew)
Omer I.S [Thu, 7 Jan 2021 16:58:54 +0000 (16:58 +0000)]
Translated using Weblate (Hebrew)

Currently translated at 11.1% (150 of 1350 strings)

3 years agoTranslated using Weblate (Indonesian)
Ferdinand Tampubolon [Thu, 7 Jan 2021 15:27:27 +0000 (15:27 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 99.6% (1345 of 1350 strings)

3 years agoTranslated using Weblate (Kannada)
Tejaswi Hegde [Fri, 1 Jan 2021 06:35:54 +0000 (06:35 +0000)]
Translated using Weblate (Kannada)

Currently translated at 4.9% (67 of 1350 strings)

3 years agoTranslated using Weblate (Polish)
Atrate [Sat, 26 Dec 2020 00:10:57 +0000 (00:10 +0000)]
Translated using Weblate (Polish)

Currently translated at 74.2% (1002 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Traditional))
Man Ho Yiu [Wed, 23 Dec 2020 04:53:41 +0000 (04:53 +0000)]
Translated using Weblate (Chinese (Traditional))

Currently translated at 76.7% (1036 of 1350 strings)

3 years agoTranslated using Weblate (Dutch)
zjeffer [Tue, 22 Dec 2020 21:36:44 +0000 (21:36 +0000)]
Translated using Weblate (Dutch)

Currently translated at 79.0% (1067 of 1350 strings)

3 years agoTranslated using Weblate (Spanish)
cypMon [Tue, 22 Dec 2020 13:37:20 +0000 (13:37 +0000)]
Translated using Weblate (Spanish)

Currently translated at 74.5% (1007 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
IFRFSX [Mon, 7 Dec 2020 09:59:14 +0000 (09:59 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 95.1% (1284 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
ZhiZe-ZG [Mon, 7 Dec 2020 10:01:26 +0000 (10:01 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 95.1% (1284 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
IFRFSX [Mon, 7 Dec 2020 08:38:55 +0000 (08:38 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 94.2% (1273 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
ZhiZe-ZG [Mon, 7 Dec 2020 09:10:38 +0000 (09:10 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 94.2% (1273 of 1350 strings)

3 years agoTranslated using Weblate (Korean)
HunSeongPark [Fri, 4 Dec 2020 14:48:32 +0000 (14:48 +0000)]
Translated using Weblate (Korean)

Currently translated at 75.2% (1016 of 1350 strings)

3 years agoTranslated using Weblate (Korean)
miaplacidus [Fri, 27 Nov 2020 06:43:43 +0000 (06:43 +0000)]
Translated using Weblate (Korean)

Currently translated at 75.1% (1015 of 1350 strings)

3 years agoTranslated using Weblate (Korean)
Quick Shell [Fri, 27 Nov 2020 06:43:46 +0000 (06:43 +0000)]
Translated using Weblate (Korean)

Currently translated at 75.1% (1015 of 1350 strings)

3 years agoTranslated using Weblate (Spanish)
Joaquín Villalba [Fri, 27 Nov 2020 23:15:24 +0000 (23:15 +0000)]
Translated using Weblate (Spanish)

Currently translated at 73.9% (998 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
IFRFSX [Sat, 21 Nov 2020 04:55:34 +0000 (04:55 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 92.0% (1243 of 1350 strings)

3 years agoTranslated using Weblate (Estonian)
Janar Leas [Mon, 23 Nov 2020 01:30:55 +0000 (01:30 +0000)]
Translated using Weblate (Estonian)

Currently translated at 39.3% (531 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
Gao Tiesuan [Sat, 21 Nov 2020 04:52:48 +0000 (04:52 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 91.2% (1232 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
IFRFSX [Sat, 21 Nov 2020 04:54:46 +0000 (04:54 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 91.2% (1232 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
Gao Tiesuan [Sat, 21 Nov 2020 04:52:13 +0000 (04:52 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 90.9% (1228 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
IFRFSX [Sat, 21 Nov 2020 04:52:27 +0000 (04:52 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 90.9% (1228 of 1350 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
Gao Tiesuan [Sat, 21 Nov 2020 04:48:31 +0000 (04:48 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 90.8% (1227 of 1350 strings)

3 years agoTranslated using Weblate (Norwegian Bokmål)
Allan Nordhøy [Sun, 15 Nov 2020 02:57:49 +0000 (02:57 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 58.5% (790 of 1350 strings)

3 years agoTranslated using Weblate (Korean)
HunSeongPark [Mon, 16 Nov 2020 02:22:05 +0000 (02:22 +0000)]
Translated using Weblate (Korean)

Currently translated at 47.3% (639 of 1350 strings)

3 years agoTranslated using Weblate (Russian)
Andrei Stepanov [Fri, 13 Nov 2020 17:38:46 +0000 (17:38 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Portuguese (Brazil))
Alex Parra [Thu, 12 Nov 2020 22:16:21 +0000 (22:16 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 92.1% (1244 of 1350 strings)

3 years agoTranslated using Weblate (Korean)
kang [Fri, 13 Nov 2020 04:46:58 +0000 (04:46 +0000)]
Translated using Weblate (Korean)

Currently translated at 39.4% (533 of 1350 strings)

3 years agoTranslated using Weblate (Korean)
하영김 [Wed, 11 Nov 2020 09:31:31 +0000 (09:31 +0000)]
Translated using Weblate (Korean)

Currently translated at 39.4% (532 of 1350 strings)

3 years agoTranslated using Weblate (Greek)
sfan5 [Mon, 9 Nov 2020 14:02:27 +0000 (14:02 +0000)]
Translated using Weblate (Greek)

Currently translated at 1.6% (22 of 1350 strings)

3 years agoTranslated using Weblate (Romanian)
Nicolae Crefelean [Fri, 6 Nov 2020 00:07:52 +0000 (00:07 +0000)]
Translated using Weblate (Romanian)

Currently translated at 46.4% (627 of 1350 strings)

3 years agoTranslated using Weblate (Estonian)
Janar Leas [Sat, 7 Nov 2020 05:10:50 +0000 (05:10 +0000)]
Translated using Weblate (Estonian)

Currently translated at 35.7% (482 of 1350 strings)

3 years agoTranslated using Weblate (Czech)
Janar Leas [Sat, 7 Nov 2020 05:55:43 +0000 (05:55 +0000)]
Translated using Weblate (Czech)

Currently translated at 55.8% (754 of 1350 strings)

3 years agoTranslated using Weblate (Polish)
ResuUman [Fri, 30 Oct 2020 17:35:54 +0000 (17:35 +0000)]
Translated using Weblate (Polish)

Currently translated at 73.3% (990 of 1350 strings)

3 years agoTranslated using Weblate (Norwegian Bokmål)
Liet Kynes [Fri, 30 Oct 2020 17:26:01 +0000 (17:26 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 58.5% (790 of 1350 strings)

3 years agoTranslated using Weblate (Norwegian Bokmål)
Petter Reinholdtsen [Fri, 30 Oct 2020 17:25:40 +0000 (17:25 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 58.3% (788 of 1350 strings)

3 years agoTranslated using Weblate (Ukrainian)
Nick Naumenko [Sat, 24 Oct 2020 11:23:07 +0000 (11:23 +0000)]
Translated using Weblate (Ukrainian)

Currently translated at 45.7% (617 of 1350 strings)

3 years agoTranslated using Weblate (French)
William Desportes [Sat, 24 Oct 2020 19:22:33 +0000 (19:22 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Russian)
Maksim Gamarnik [Thu, 22 Oct 2020 11:19:10 +0000 (11:19 +0000)]
Translated using Weblate (Russian)

Currently translated at 99.9% (1349 of 1350 strings)

3 years agoTranslated using Weblate (Russian)
Tiller Luna [Thu, 22 Oct 2020 11:22:21 +0000 (11:22 +0000)]
Translated using Weblate (Russian)

Currently translated at 99.9% (1349 of 1350 strings)

3 years agoTranslated using Weblate (Basque)
Osoitz [Sat, 17 Oct 2020 20:54:35 +0000 (20:54 +0000)]
Translated using Weblate (Basque)

Currently translated at 18.7% (253 of 1350 strings)

3 years agoTranslated using Weblate (Hindi)
Eyekay49 [Mon, 5 Oct 2020 13:48:11 +0000 (13:48 +0000)]
Translated using Weblate (Hindi)

Currently translated at 34.5% (467 of 1350 strings)