Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions i18n/cs/tasks.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,26 @@ settings = Nastavení

### Appearance
appearance = Vzhled
theme = Motiv
theme = Téma
match-desktop = Podle systému
dark = Tmavý
light = Světlý
dark = Tmavé
light = Světlé

# Menu

## File
file = Soubor
new-window = Nové okno
new-list = Nový seznam
quit = Konec
quit = Ukončit

## Edit
edit = Upravit
edit = Úpravy
rename = Přejmenovat
delete = Smazat

## View
view = Zobrazit
view = Zobrazení
menu-settings = Nastavení
menu-about = O aplikaci Úkoly...
hide-completed = Skrýt dokončené
Expand All @@ -98,3 +98,10 @@ website = Webová stránka
cause = Příčina
oops-something-wrong = Jejda! Něco se pokazilo.
error-title = Úkoly - Chyba

# Sort Menu
sort = Řazení
sort-name-asc = Název A-Z
sort-name-desc = Název Z-A
sort-date-asc = Datum přidání (od nejstarších po nejnovější)
sort-date-desc = Datum přidání (od nejnovějších po nejstarší)
2 changes: 1 addition & 1 deletion res/dev.edfloreshz.Tasks.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Tasks
Name[bg]=Задачи
Name[cs]=Tasks
Name[cs]=Úkoly
Name[de]=Tasks
Name[es]=Tareas
Name[es-419]=Tareas
Expand Down
12 changes: 12 additions & 0 deletions res/dev.edfloreshz.Tasks.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@
<url type="contribute">https://github.com/cosmic-utils/tasks</url>
<url type="translate">https://github.com/cosmic-utils/tasks/tree/main/i18n</url>
<name>Tasks</name>
<name xml:lang="cs">Úkoly</name>
<summary>Get things done</summary>
<summary xml:lang="cs">Dokončete, co jste začali</summary>
<description>
<p>A simple task management app, reaching across the cosmos to help you get things done</p>
<p xml:lang="cs">Jednoduchá aplikace pro správu úkolů, která vám pomůže dokončit, co jste začali</p>
<ul>
<li>Exceptional performance and responsiveness.</li>
<li xml:lang="cs">Výjimečný výkon a rychlá odezva.</li>
<li>Effortless keyboard shortcut support.</li>
<li xml:lang="cs">Bezproblémová podpora klávesových zkratek.</li>
<li>Expressive emoji integration.</li>
<li xml:lang="cs">Expresivní integrace emoji.</li>
</ul>
</description>
<branding>
Expand Down Expand Up @@ -76,26 +82,32 @@
<screenshot type="default">
<image>https://raw.githubusercontent.com/edfloreshz/tasks/main/res/screenshots/window-light.png</image>
<caption>Main application interface</caption>
<caption xml:lang="cs">Hlavní rozhraní aplikace</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/edfloreshz/tasks/main/res/screenshots/window-dark.png</image>
<caption>Main application interface</caption>
<caption xml:lang="cs">Hlavní rozhraní aplikace</caption>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/edfloreshz/tasks/main/res/screenshots/details-light.png</image>
<caption>Task details</caption>
<caption xml:lang="cs">Detaily úkolu</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/edfloreshz/tasks/main/res/screenshots/details-dark.png</image>
<caption>Task details</caption>
<caption xml:lang="cs">Detaily úkolu</caption>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/edfloreshz/tasks/main/res/screenshots/new-list-light.png</image>
<caption>Create a new list</caption>
<caption xml:lang="cs">Tvorba nového seznamu</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/edfloreshz/tasks/main/res/screenshots/new-list-dark.png</image>
<caption>Create a new list</caption>
<caption xml:lang="cs">Tvorba nového seznamu</caption>
</screenshot>
</screenshots>
<categories>
Expand Down