-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
121 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-10 13:27+0000\n" | ||
"POT-Creation-Date: 2024-01-26 14:31+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -19,11 +19,11 @@ msgstr "" | |
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " | ||
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" | ||
|
||
#: analytics/models.py:12 | ||
#: analytics/models.py:13 | ||
msgid "Key" | ||
msgstr "Klíč" | ||
|
||
#: analytics/models.py:13 | ||
#: analytics/models.py:14 | ||
msgid "Hits" | ||
msgstr "Kliknutí" | ||
|
||
|
@@ -59,6 +59,6 @@ msgstr "Měsíc" | |
msgid "Year" | ||
msgstr "Rok" | ||
|
||
#: analytics/views.py:30 | ||
#: analytics/views.py:31 | ||
msgid "General" | ||
msgstr "Obecné" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-01-19 18:35+0000\n" | ||
"POT-Creation-Date: 2024-01-26 14:31+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -19,35 +19,31 @@ msgstr "" | |
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " | ||
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" | ||
|
||
#: backend/menus.py:9 | ||
#: backend/menus.py:10 | ||
msgid "Analytics" | ||
msgstr "Statistiky" | ||
|
||
#: backend/menus.py:10 | ||
#: backend/menus.py:11 | ||
msgid "Edit Songbook" | ||
msgstr "Upravit zpěvník" | ||
|
||
#: backend/menus.py:11 | ||
#: backend/menus.py:12 | ||
msgid "Django Admin" | ||
msgstr "" | ||
|
||
#: backend/menus.py:17 | ||
#: backend/menus.py:18 | ||
msgid "Admin" | ||
msgstr "Administrace" | ||
|
||
#: backend/menus.py:25 | ||
msgid "Category list" | ||
msgstr "Seznam Kategorii" | ||
|
||
#: backend/menus.py:26 | ||
msgid "Add Category" | ||
msgstr "Přidat Kategorii" | ||
|
||
#: backend/menus.py:27 | ||
msgid "Add Song" | ||
msgstr "Přidat Písničku" | ||
|
||
#: backend/menus.py:33 backend/models.py:69 | ||
#: backend/menus.py:27 backend/models.py:29 | ||
msgid "Categories" | ||
msgstr "Kategorie" | ||
|
||
#: backend/menus.py:33 backend/models.py:70 | ||
msgid "Songs" | ||
msgstr "Písničky" | ||
|
||
|
@@ -63,35 +59,31 @@ msgstr "Změna hesla" | |
msgid "Account" | ||
msgstr "Účet" | ||
|
||
#: backend/models.py:23 | ||
#: backend/models.py:24 | ||
msgid "Name" | ||
msgstr "Název písničky" | ||
|
||
#: backend/models.py:25 | ||
#: backend/models.py:26 | ||
msgid "Capo" | ||
msgstr "" | ||
|
||
#: backend/models.py:26 | ||
#: backend/models.py:27 | ||
msgid "Author" | ||
msgstr "Autor" | ||
|
||
#: backend/models.py:27 | ||
#: backend/models.py:28 | ||
msgid "Youtube Link" | ||
msgstr "Odkaz na Youtube" | ||
|
||
#: backend/models.py:28 | ||
msgid "Categories" | ||
msgstr "Kategorie" | ||
|
||
#: backend/models.py:29 | ||
#: backend/models.py:30 | ||
msgid "Archived" | ||
msgstr "Archivovat" | ||
|
||
#: backend/models.py:30 | ||
#: backend/models.py:31 | ||
msgid "Lyrics" | ||
msgstr "Text" | ||
|
||
#: backend/models.py:68 | ||
#: backend/models.py:69 | ||
msgid "Song" | ||
msgstr "Písnička" | ||
|
||
|
@@ -148,17 +140,17 @@ msgstr "Vyhledávání" | |
msgid "Number, text or author" | ||
msgstr "Číslo, text nebo autor" | ||
|
||
#: backend/views.py:91 | ||
#: backend/views.py:92 | ||
#, python-format | ||
msgid "Song %(name)s was successfully created" | ||
msgstr "Písnička %(name)s byla úspěšně přidána" | ||
|
||
#: backend/views.py:107 | ||
#: backend/views.py:115 | ||
#, python-format | ||
msgid "Song %(name)s was successfully updated" | ||
msgstr "Písnička %(name)s byla úspěšně upravena" | ||
|
||
#: backend/views.py:123 | ||
#: backend/views.py:131 | ||
#, python-format | ||
msgid "Song %s was successfully deleted" | ||
msgstr "Písnička %s byla úspěšně odstraněna" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-29 14:14+0000\n" | ||
"POT-Creation-Date: 2024-01-26 14:31+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -19,36 +19,36 @@ msgstr "" | |
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " | ||
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" | ||
|
||
#: category/admin.py:20 category/forms.py:27 | ||
#: category/admin.py:21 category/forms.py:43 | ||
msgid "Tenant" | ||
msgstr "Do Zpěvníku" | ||
|
||
#: category/admin.py:26 | ||
#: category/admin.py:27 | ||
msgid "Move Category to a different Tenant" | ||
msgstr "Přesunout Kategorie do jiného Zpěvníku" | ||
|
||
#: category/models.py:13 category/templates/category/list.html:11 | ||
#: category/models.py:14 category/templates/category/list.html:11 | ||
msgid "Name" | ||
msgstr "Jméno" | ||
|
||
#: category/models.py:14 category/templates/category/list.html:12 | ||
#: category/models.py:15 category/templates/category/list.html:12 | ||
msgid "URL pattern" | ||
msgstr "URL vzor" | ||
|
||
#: category/models.py:16 category/templates/category/list.html:13 | ||
#: category/models.py:17 category/templates/category/list.html:13 | ||
msgid "PDF generation" | ||
msgstr "Automatické Generování PDF" | ||
|
||
#: category/models.py:17 | ||
#: category/models.py:18 | ||
msgid "Should the PDF file be automatically generated when a song changes?" | ||
msgstr "" | ||
"Má být vygenerován pdf soubor když se nějaká písnička z kategorie změní?" | ||
|
||
#: category/models.py:24 | ||
#: category/models.py:25 | ||
msgid "Category" | ||
msgstr "Kategorie" | ||
|
||
#: category/models.py:25 category/templates/admin/category/migrate.html:6 | ||
#: category/models.py:26 category/templates/admin/category/migrate.html:6 | ||
#: category/templates/category/list.html:4 | ||
#: category/templates/category/list.html:5 | ||
msgid "Categories" | ||
|
@@ -78,12 +78,12 @@ msgid "Are you sure, you want to delete Category" | |
msgstr "Jste si jisti že chcete smazat Kategorii" | ||
|
||
#: category/templates/category/confirm_delete.html:11 | ||
#: category/templates/category/list.html:25 | ||
#: category/templates/category/list.html:23 | ||
msgid "No" | ||
msgstr "Ne" | ||
|
||
#: category/templates/category/confirm_delete.html:12 | ||
#: category/templates/category/list.html:25 | ||
#: category/templates/category/list.html:23 | ||
msgid "Yes" | ||
msgstr "Ano" | ||
|
||
|
@@ -95,50 +95,51 @@ msgstr "Jazyk" | |
msgid "Actions" | ||
msgstr "" | ||
|
||
#: category/templates/category/list.html:29 | ||
#: category/templates/category/list.html:27 | ||
msgid "Edit" | ||
msgstr "Upravit" | ||
|
||
#: category/templates/category/list.html:31 | ||
#: category/templates/category/list.html:29 | ||
msgid "Toggle Dropdown" | ||
msgstr "" | ||
|
||
#: category/templates/category/list.html:36 | ||
#: category/templates/category/list.html:34 | ||
msgid "Already in queue" | ||
msgstr "Již ve frontě" | ||
|
||
#: category/templates/category/list.html:38 | ||
#: category/templates/category/list.html:36 | ||
msgid "Regenerate" | ||
msgstr "Přegenerovat" | ||
|
||
#: category/templates/category/list.html:41 | ||
#: category/templates/category/list.html:39 | ||
msgid "Delete" | ||
msgstr "Smazat" | ||
|
||
#: category/views.py:35 | ||
#: category/templates/category/list.html:48 | ||
msgid "Add Category" | ||
msgstr "Přidat Kategorii" | ||
|
||
#: category/views.py:36 | ||
#, python-format | ||
msgid "Category with url /%(slug)s does not exist" | ||
msgstr "Kategorie s url /%(slug)s neexistuje" | ||
|
||
#: category/views.py:64 | ||
#: category/views.py:65 | ||
#, python-format | ||
msgid "Category %(name)s was successfully created" | ||
msgstr "Kategorie %(name)s byla úspěšně vytvořena" | ||
|
||
#: category/views.py:78 | ||
#: category/views.py:82 | ||
#, python-format | ||
msgid "Category %(name)s was successfully updated" | ||
msgstr "Kategorie %(name)s byla úspěšně upravena" | ||
|
||
#: category/views.py:99 | ||
#: category/views.py:103 | ||
#, python-format | ||
msgid "Category %s was successfully staged for PDF generation" | ||
msgstr "PDF pro Kategorii %s bylo přidáno do fronty" | ||
|
||
#: category/views.py:110 | ||
#: category/views.py:114 | ||
#, python-format | ||
msgid "Category %(name)s was successfully deleted" | ||
msgstr "Kategorie %(name)s byla úspěšně smazána" | ||
|
||
#~ msgid "Remove" | ||
#~ msgstr "Odstranit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-01-12 15:11+0000\n" | ||
"POT-Creation-Date: 2024-01-26 14:35+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -113,6 +113,10 @@ msgstr "Zobrazí akord" | |
msgid "Adds N empty spaces" | ||
msgstr "Přidá N mezer" | ||
|
||
#: frontend/templates/markdownx/widget.html:18 | ||
msgid "Preview" | ||
msgstr "Náhled" | ||
|
||
#: frontend/templates/registration/login.html:4 | ||
#: frontend/templates/registration/login.html:5 | ||
msgid "Login" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.