diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-14 22:00:05 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-14 22:01:00 +0100 |
commit | 58f5ba502364014bc7a1d7736b69e73cb5660308 (patch) | |
tree | 1f14b47d60296f56f70b9e366825e324eb681583 /resources/langs/nheko_id.ts | |
parent | Room list: add scrollbar when not collapsed (diff) | |
download | nheko-58f5ba502364014bc7a1d7736b69e73cb5660308.tar.xz |
Make scrollbars optional and disabled by default
Also add them to the communities sidebar
Diffstat (limited to 'resources/langs/nheko_id.ts')
-rw-r--r-- | resources/langs/nheko_id.ts | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/resources/langs/nheko_id.ts b/resources/langs/nheko_id.ts index cb4c862f..301d2902 100644 --- a/resources/langs/nheko_id.ts +++ b/resources/langs/nheko_id.ts @@ -698,7 +698,7 @@ Kamu dapat memberikan alasan untuk orang lain untuk menerima ketukanmu:</transla <context> <name>CommunitiesList</name> <message> - <location filename="../qml/CommunitiesList.qml" line="+60"/> + <location filename="../qml/CommunitiesList.qml" line="+65"/> <source>Do not show notification counts for this community or tag.</source> <translation>Jangan tampilkan jumlah notifikasi untuk komunitas atau tag ini.</translation> </message> @@ -2666,7 +2666,7 @@ Contoh: https://server.saya:8787</translation> <context> <name>RoomList</name> <message> - <location filename="../qml/RoomList.qml" line="+153"/> + <location filename="../qml/RoomList.qml" line="+158"/> <source>New tag</source> <translation>Tag baru</translation> </message> @@ -4168,8 +4168,8 @@ Alasan: %4</translation> <context> <name>UserSettings</name> <message> - <location filename="../../src/UserSettingsPage.cpp" line="+551"/> - <location filename="../../src/UserSettingsPage.h" line="+248"/> + <location filename="../../src/UserSettingsPage.cpp" line="+564"/> + <location filename="../../src/UserSettingsPage.h" line="+252"/> <source>Default</source> <translation>Default</translation> </message> @@ -4177,7 +4177,7 @@ Alasan: %4</translation> <context> <name>UserSettingsModel</name> <message> - <location line="+408"/> + <location line="+409"/> <source>Theme</source> <translation>Tema</translation> </message> @@ -4208,6 +4208,11 @@ Alasan: %4</translation> </message> <message> <location line="+4"/> + <source>Scrollbars in room list</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> <source>Send messages as Markdown</source> <translation>Kirim pesan sebagai Markdown</translation> </message> @@ -4502,7 +4507,7 @@ Alasan: %4</translation> <translation>Ekspos informasi ruangan via D-Bus</translation> </message> <message> - <location line="+105"/> + <location line="+107"/> <source>Default</source> <translation>Default</translation> </message> @@ -4542,6 +4547,11 @@ Tetapkan ke 0 untuk memburamkan secara langsung setelah kehilangan fokus. Nilai </message> <message> <location line="+4"/> + <source>Shows scrollbars in the room list and communities list.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+2"/> <source>Allow using markdown in messages. When disabled, all messages are sent as a plain text.</source> <translation>Memperbolehkan menggunakan Markdown di pesan. @@ -4629,17 +4639,17 @@ This usually causes the application icon in the task bar to animate in some fash Ini biasanya menyebabkan ikon aplikasi di bilah tugas untuk beranimasi.</translation> </message> <message> - <location line="-325"/> + <location line="-331"/> <source>Communities sidebar</source> <translation>Bilah samping komunitas</translation> </message> <message> - <location line="+38"/> + <location line="+40"/> <source>Show message counts for communities and tags</source> <translation>Tampilkan hitungan pesan untuk komunitas dan tag</translation> </message> <message> - <location line="+229"/> + <location line="+231"/> <source>Set the max width of messages in the timeline (in pixels). This can help readability on wide screen when Nheko is maximized</source> <translation>Tetapkan lebar pesan di lini masa (dalam pixel). Ini dapat membantu keterbacaan di layar lebar ketika Nheko dimaksimalkan</translation> </message> @@ -4649,7 +4659,7 @@ Ini biasanya menyebabkan ikon aplikasi di bilah tugas untuk beranimasi.</transla <translation>Tampilkan sebuah kolom berisi komunitas dan tag di samping daftar ruangan.</translation> </message> <message> - <location line="+21"/> + <location line="+23"/> <source>Display rooms with new messages first. If this is off, the list of rooms will only be sorted by the timestamp of the last message in a room. If this is on, rooms which have active notifications (the small circle with a number in it) will be sorted on top. Rooms that you have muted will still be sorted by timestamp, since you don't seem to consider them as important as the other rooms.</source> @@ -4749,7 +4759,7 @@ This setting will take effect upon restart.</source> Pengaturan ini akan ditetapkan saat dimulai ulang.</translation> </message> <message> - <location line="+451"/> + <location line="+459"/> <source>Select a file</source> <translation>Pilih sebuah file</translation> </message> |