Hosted Weblate
44f4bdea09
i18n: translation updates from weblate
...
Co-authored-by: Dmytro <linkinwires@gmail.com>
Co-authored-by: Finnthecap <hoangnam2006hp@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Hugo Carvalho <hugokarvalho@hotmail.com>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
Co-authored-by: Mattias Eriksson <snaggen@gmail.com>
Co-authored-by: Priit Jõerüüt <jrthwlate@users.noreply.hosted.weblate.org>
Co-authored-by: VandaL <vandalhj@gmail.com>
Co-authored-by: Walter William Beckerleg Bruckman <spayk.99@protonmail.com>
Co-authored-by: lorduskordus <lorduskordus@gmail.com>
Co-authored-by: twlvnn kraftwerk <kraft_werk@tutanota.com>
Co-authored-by: yakup <mt6360227@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/bg/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/cs/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/es/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/es_419/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/et/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/pl/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/pt/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/sv/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/tr/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/uk/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/vi/
Translation: Pop OS/COSMIC Comp
2025-10-03 13:48:38 +02:00
twlvnn kraftwerk
d2f73a6d6c
Added translation using Weblate (Bulgarian)
2025-10-01 11:42:14 +02:00
Priit Jõerüüt
98bf68411b
Translated using Weblate (Estonian)
...
Currently translated at 39.2% (11 of 28 strings)
Translation: Pop OS/COSMIC Comp
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/et/
2025-10-01 11:42:14 +02:00
Priit Jõerüüt
47eab97b6b
Added translation using Weblate (Estonian)
2025-10-01 11:42:14 +02:00
Finnthecap
60541184e4
Translated using Weblate (Vietnamese)
...
Currently translated at 96.4% (27 of 28 strings)
Translation: Pop OS/COSMIC Comp
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/vi/
2025-10-01 11:42:14 +02:00
yakup
6154586385
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (28 of 28 strings)
Translation: Pop OS/COSMIC Comp
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/tr/
2025-10-01 11:42:14 +02:00
Mattias Eriksson
2f2805c909
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (28 of 28 strings)
Translation: Pop OS/COSMIC Comp
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/sv/
2025-10-01 11:42:14 +02:00
VandaL
778fe5b81f
Translated using Weblate (Polish)
...
Currently translated at 100.0% (28 of 28 strings)
Translation: Pop OS/COSMIC Comp
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/pl/
2025-10-01 11:42:14 +02:00
lorduskordus
2b18b78ddb
Translated using Weblate (Czech)
...
Currently translated at 100.0% (28 of 28 strings)
Translation: Pop OS/COSMIC Comp
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/cs/
2025-10-01 11:42:14 +02:00
Kamil Lihan
e95ff7c6e5
i18n(sk): Update translations
2025-09-08 11:23:44 +02:00
zefr0x
dfdb375c0a
i18n(ar): improve translations
2025-09-05 13:52:23 +02:00
jermanuts
174e3b00ec
i18n(ar): Update Arabic translations
2025-09-01 13:14:53 +02:00
铺盖崽
4209e61c48
i18n(zh-CN): Update translation
2025-08-15 16:28:04 +02:00
Saeed
62debf747c
i18n(fa): Add Persian translations
2025-08-05 12:11:12 +02:00
David Carvalho
2112e02fc9
i18n(pt-BR): update translation
2025-07-23 16:39:51 +02:00
spl.
4cf612dd22
i18n - update russian translations
2025-07-22 12:31:39 +02:00
Aliaksandr Truš
d6539804e9
i18n(be): Add Belarusian translation
2025-07-14 19:34:41 +02:00
therealmate
d6aa174093
Update Hungarian translations
2025-07-14 19:34:06 +02:00
Victoria Brekenfeld
adedb705e7
shell: handle fullscreen windows on a dedicated layer
...
I hoped to split this up into multiple commits, but the api
changes to `shell/workspace.rs` were to invasive to feasibly do this.
Here is a rough list of changes:
- Fullscreen windows aren't mapped to other layers anymore
- This they need their own logic for:
- Sending frames
- Dmabuf Feedback
- Primary outputs
- On commit handlers
- cursor tests
- They get their own unmap/remap logic
- They get a new restore state similar to minimized windows
- Refactored the minimized window state to reuse as much as possible
here
- They need to be part of focus stacks, which means adjusting them
to a new type `FocusTarget` as they previously only handled
`CosmicMapped`.
- Various shell handlers (minimize, move, menu) now have dedicated
logic for fullscreen surfaces
- This was partially necessary due to relying on CosmicSurface now,
partially because they should've had their own logic from the
start. E.g. the context menu is now reflecting the fullscreen
state
- Fullscreen windows may be rendered behind other windows now, when they
loose focus.
- This needed changes to input handling / rendering
2025-07-04 19:45:54 +02:00
jermanuts
db0b5108ad
i18n(ar): Add Arabic translation
2025-06-30 17:31:25 +02:00
pugaizai
9c7033df10
i18n(zh-CN): update translation
2025-05-19 21:52:09 +02:00
Antonio Félix
07e5c374b2
i18n(es): Add spanish translation
2025-05-19 21:51:31 +02:00
David Carvalho
5672e0399d
i18n (pt-BR) - Update translations
2025-04-24 19:17:22 +02:00
Pavel Konvička
244c174da4
i18n(cs): Add Czech translations
2025-04-15 18:57:51 +02:00
Kamil Lihan
956734aa62
i18n(sk): Add Slovak translations
2025-03-31 17:55:28 +02:00
David Carvalho
943f97137c
i18n (pt-BR) update translation
2025-03-05 18:27:32 +01:00
João Ribeiro
6ba76eb9a4
i18n(pt): update Portuguese translation
2025-03-05 18:27:01 +01:00
Luna Jernberg
15958c1374
Create cosmic_comp.ftl (Swedish)
...
Add Swedish translation
2025-03-05 18:26:23 +01:00
Feike Donia
f6db5d46f8
i18n(nl) update Dutch translation
...
Makes Dutch translation for the zoomed view consistent with Cosmic-Settings
2025-03-05 18:25:40 +01:00
mkljczk
a27c1002e4
i18n(pl): update translation
2025-02-24 12:21:17 +01:00
therealmate
8b0177845d
Update Hungarian translations
2025-02-24 12:21:08 +01:00
Victoria Brekenfeld
d30671c984
zoom: Localize zoom ui
2025-02-20 23:51:55 +01:00
Feike Donia
aa173e0d4f
add Dutch translation
2025-01-14 14:27:58 +01:00
lucamosca1
48ae9a2a33
i18n: added italian ( #805 )
2024-09-03 13:10:33 +02:00
João Ribeiro
a846744609
i18n(pt): Add Portuguese translation
2024-09-03 13:08:17 +02:00
David Carvalho
51bf6168c0
pt-BR translations
2024-09-02 19:45:33 +02:00
Roxfr
e8dc4b6dc9
Create cosmic_comp.ftl
2024-08-26 13:53:00 +02:00
johnny c.
baf6ae3a80
Add Romanian translation
2024-08-21 05:12:39 -06:00
Berk Elyesa Yıldırım
a2f9340b02
Update Turkish translation
...
Fix little mistakes and bring it closer to
the established FOSS translations for consistency
Signed-off-by: Berk Elyesa Yıldırım <beryesa@sayafe.org>
2024-07-31 14:43:02 +02:00
VandaLHJ
e0e646caca
Update cosmic_comp.ftl PL translation
...
- The idea behind sticky don't work well in my language and is probably misleading about the functionality. I opted for zakrywające okna, because it's always on top, but maybe someone will find better allegory for that kind of functionality later on. Also, stack isn't really good to translate, i opted for karta(tab), because it's what the stack is. It might be not the best translation, but i feel it's more natural.
- Fixed stack terminology, based on feedback and contemporary wording in similar software.
2024-07-30 17:28:07 +02:00
Csani10
2edbdaf666
i18n(hu): Add Hungarian translation
2024-07-26 13:08:29 +02:00
Weeesly
17de6df1cc
i18n: Add es-419 translations
2024-07-25 15:27:16 +02:00
Matthew Fallah (マシュー・ファラー)
f6e341a812
i18n: Add Japanese translation to cosmic_comp
2024-07-25 14:57:54 +02:00
khoidauminh
73518f9d57
Add Vietnamese localization
2024-07-25 14:52:45 +02:00
1280px
0f6622d8ee
l10n(ru): Minor Russian l10n updates
2024-06-24 08:11:19 -06:00
Àdhamh
c91d3fe77b
Create cosmic_comp.ftl
...
Scottish Gaelic (Gàidhlig, gd)
2024-06-17 14:19:53 +02:00
Skygrango
743b5ad4a7
i18n(zh_TW): add Taiwanese translation
2024-05-29 06:27:35 -06:00
Arthur Araujo
b8f245f878
Add brazilian portuguese translation
2024-05-29 06:27:12 -06:00
knm100
99fa371ffa
i18n: Add zh_CN Translation
2024-05-15 09:37:28 +02:00
Muha Aliss
dbe2a073ef
Turkish translation added
2024-03-25 12:50:31 +01:00