-
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.
* Common base class * Fewer locales strings * Fixed migrate template
- Loading branch information
Showing
17 changed files
with
159 additions
and
189 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
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
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-12-22 22:15+0000\n" | ||
"POT-Creation-Date: 2024-12-25 17:43+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,7 @@ 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:21 category/forms.py:43 | ||
msgid "Tenant" | ||
msgstr "Do Zpěvníku" | ||
|
||
#: category/admin.py:27 | ||
#: category/admin.py:28 | ||
msgid "Move Category to a different Tenant" | ||
msgstr "Přesunout Kategorie do jiného Zpěvníku" | ||
|
||
|
@@ -48,28 +44,18 @@ msgstr "" | |
msgid "Category" | ||
msgstr "Kategorie" | ||
|
||
#: category/models.py:26 category/templates/admin/category/migrate.html:6 | ||
#: category/templates/category/list.html:4 | ||
#: category/models.py:26 category/templates/category/list.html:4 | ||
#: category/templates/category/list.html:5 | ||
msgid "Categories" | ||
msgstr "Kategorie" | ||
|
||
#: category/templates/admin/category/migrate.html:4 | ||
#: category/templates/admin/category/migrate.html:5 | ||
msgid "Migrating categories to Tenant" | ||
msgstr "Přesun kategorii do jiného Zpěvníku" | ||
|
||
#: category/templates/admin/category/migrate.html:7 | ||
msgid "To Tenant" | ||
msgstr "Do Zpěvníku" | ||
|
||
#: category/templates/category/list.html:14 | ||
msgid "Language" | ||
msgstr "Jazyk" | ||
|
||
#: category/templates/category/list.html:15 | ||
msgid "Actions" | ||
msgstr "" | ||
msgstr "Akce" | ||
|
||
#: category/templates/category/list.html:23 | ||
msgid "Yes" | ||
|
@@ -85,7 +71,7 @@ msgstr "Upravit" | |
|
||
#: category/templates/category/list.html:29 | ||
msgid "Toggle Dropdown" | ||
msgstr "" | ||
msgstr "Rozbalit" | ||
|
||
#: category/templates/category/list.html:34 | ||
msgid "Already in queue" | ||
|
This file was deleted.
Oops, something went wrong.
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
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-12-22 21:56+0000\n" | ||
"POT-Creation-Date: 2024-12-25 17:32+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" | ||
|
@@ -48,15 +48,14 @@ msgstr "Zpátky domů" | |
msgid "URL %(request_path)s does not exist." | ||
msgstr "URL %(request_path)s neexistuje." | ||
|
||
#: frontend/templates/admin/base/migrate.html:29 | ||
#: frontend/templates/base/form.html:9 | ||
msgid "Submit" | ||
msgstr "Odeslat" | ||
|
||
#: frontend/templates/base/error.html:8 | ||
msgid "Not found" | ||
msgstr "Nenalezeno" | ||
|
||
#: frontend/templates/base/form.html:9 | ||
msgid "Submit" | ||
msgstr "Odeslat" | ||
|
||
#: frontend/templates/base/index.html:38 | ||
msgid "Logo" | ||
msgstr "" | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-20 12:45+0000\n" | ||
"POT-Creation-Date: 2024-12-25 17:41+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" | ||
|
@@ -140,27 +140,18 @@ msgstr "Hotovo" | |
msgid "Failed" | ||
msgstr "Selhalo" | ||
|
||
#: pdf/models/request.py:76 pdf/templates/admin/pdf/migrate.html:6 | ||
#: pdf/models/request.py:80 | ||
msgid "PDFRequest" | ||
msgstr "PDF požadavek" | ||
|
||
#: pdf/models/request.py:77 | ||
#: pdf/models/request.py:81 | ||
msgid "PDFRequests" | ||
msgstr "PDF požadavky" | ||
|
||
#: pdf/models/request.py:93 | ||
#: pdf/models/request.py:97 | ||
msgid "Song number" | ||
msgstr "Číslo písničky" | ||
|
||
#: pdf/templates/admin/pdf/migrate.html:4 | ||
#: pdf/templates/admin/pdf/migrate.html:5 | ||
msgid "Migrating PDFRequests to Tenant" | ||
msgstr "Přesouvání PDF požadavků do Tenant" | ||
|
||
#: pdf/templates/admin/pdf/migrate.html:7 | ||
msgid "To Tenant" | ||
msgstr "Do Tenanta" | ||
|
||
#: pdf/templates/pdf/index.html:45 | ||
msgid "Table of Contents" | ||
msgstr "Obsah" | ||
|
@@ -303,41 +294,35 @@ msgstr "Postup" | |
msgid "songbook" | ||
msgstr "zpevnik" | ||
|
||
#: pdf/views.py:45 | ||
#: pdf/views.py:47 | ||
#, python-format | ||
msgid "Request %(id)s is already in queue" | ||
msgstr "Požadavek %(id)s je již ve frontě" | ||
|
||
#: pdf/views.py:51 | ||
#: pdf/views.py:53 | ||
#, python-format | ||
msgid "Request %(id)s was scheduled for regeneration" | ||
msgstr "Požadavek %(id)s byl označen k přegenerování" | ||
|
||
#: pdf/views.py:67 | ||
#: pdf/views.py:69 | ||
#, python-format | ||
msgid "Unable to remove file from request %(id)s that doesn't have one" | ||
msgstr "Nepodařilo se odstranit soubor z požadavku %(id)s, protože žádný nemá" | ||
|
||
#: pdf/views.py:74 | ||
#: pdf/views.py:76 | ||
#, python-format | ||
msgid "File %(name)s was successfully deleted" | ||
msgstr "Soubor %(name)s byl úspěšně odstraněn" | ||
|
||
#: pdf/views.py:111 | ||
#: pdf/views.py:113 | ||
msgid "Required parameters not found" | ||
msgstr "Požadované parametry nenalezeny" | ||
|
||
#: pdf/views.py:116 | ||
#: pdf/views.py:118 | ||
msgid "You need to select at least one song" | ||
msgstr "Musíte vybrat alespoň jednu písničku" | ||
|
||
#: pdf/views.py:141 | ||
#: pdf/views.py:143 | ||
#, python-format | ||
msgid "PDF Request with id %(id)s was successfully created" | ||
msgstr "PDF požadavek se id %(id)s byl úspěšně vytvořen" | ||
|
||
#~ msgid "Search" | ||
#~ msgstr "Hledat" | ||
|
||
#~ msgid "Insert query" | ||
#~ msgstr "Vložte text" |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.