-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow changing background color #404
Open
Shriukan33
wants to merge
8
commits into
fabiocaccamo:main
Choose a base branch
from
Shriukan33:Allow-changing-background-color
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
ca985ba
feat: Allow changing foreground/background colors
MourguesBenjamin 07253e9
feat: Extend french translation
MourguesBenjamin a360486
docs: Update README.md
MourguesBenjamin 777e1e5
feat: Extend help text for unclear css variables
MourguesBenjamin bb5e8c0
feat: Add help text translations
MourguesBenjamin dd4c687
fixup! feat: Extend help text for unclear css variables
MourguesBenjamin 845e533
fixup! feat: Add help text translations
MourguesBenjamin b452ccc
fixup! feat: Add help text translations
MourguesBenjamin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 2023-05-10 18:20-0500\n" | ||
"POT-Creation-Date: 2024-01-10 04:13-0600\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -38,6 +38,10 @@ msgstr "Favicon" | |
msgid "Title" | ||
msgstr "Titel" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Body" | ||
msgstr "" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Header" | ||
msgstr "Header" | ||
|
@@ -173,10 +177,36 @@ msgstr "Code" | |
msgid "display" | ||
msgstr "Anzeige" | ||
|
||
#: admin_interface/models.py | ||
msgid "Required fields, error messages" | ||
msgstr "" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "background color" | ||
msgid "foreground color" | ||
msgstr "Hintergrundfarbe" | ||
|
||
#: admin_interface/models.py | ||
msgid "background color" | ||
msgstr "Hintergrundfarbe" | ||
|
||
#: admin_interface/models.py | ||
msgid "Optional fields, help text, field content" | ||
msgstr "" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "text color" | ||
msgid "quiet color" | ||
msgstr "Textfarbe" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "link color" | ||
msgid "loud color" | ||
msgstr "Linkfarbe" | ||
|
||
#: admin_interface/models.py | ||
msgid "text color" | ||
msgstr "Textfarbe" | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: django-admin-interface\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-05-10 18:20-0500\n" | ||
"POT-Creation-Date: 2024-01-10 04:13-0600\n" | ||
"PO-Revision-Date: 2023-08-04 11:52-0300\n" | ||
"Last-Translator: Santiago Muñoz <[email protected]>\n" | ||
"Language-Team: Spanish <[email protected]>\n" | ||
|
@@ -40,6 +40,10 @@ msgstr "Favicon" | |
msgid "Title" | ||
msgstr "Título" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Body" | ||
msgstr "" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Header" | ||
msgstr "Encabezado" | ||
|
@@ -174,10 +178,36 @@ msgstr "código" | |
msgid "display" | ||
msgstr "mostrar" | ||
|
||
#: admin_interface/models.py | ||
msgid "Required fields, error messages" | ||
msgstr "" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "background color" | ||
msgid "foreground color" | ||
msgstr "color de fondo" | ||
|
||
#: admin_interface/models.py | ||
msgid "background color" | ||
msgstr "color de fondo" | ||
|
||
#: admin_interface/models.py | ||
msgid "Optional fields, help text, field content" | ||
msgstr "" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "text color" | ||
msgid "quiet color" | ||
msgstr "color de texto" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "link color" | ||
msgid "loud color" | ||
msgstr "color de enlace" | ||
|
||
#: admin_interface/models.py | ||
msgid "text color" | ||
msgstr "color de texto" | ||
|
@@ -236,7 +266,8 @@ msgstr "anclar posición" | |
|
||
#: admin_interface/models.py | ||
msgid "quick remove links for active filters at top of sidebar" | ||
msgstr "remover enlaces para filtros activos en la parte superior de la barra lateral" | ||
msgstr "" | ||
"remover enlaces para filtros activos en la parte superior de la barra lateral" | ||
|
||
#: admin_interface/models.py | ||
msgid "foldable apps" | ||
|
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: django-admin-interface\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-05-10 18:20-0500\n" | ||
"POT-Creation-Date: 2024-01-10 04:13-0600\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Amir Ajorloo <[email protected]>\n" | ||
"Language-Team: Farsi <[email protected]>\n" | ||
|
@@ -37,6 +37,10 @@ msgstr "آیکون تب" | |
msgid "Title" | ||
msgstr "عنوان" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Body" | ||
msgstr "" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Header" | ||
msgstr "هدر" | ||
|
@@ -172,10 +176,36 @@ msgstr "کد" | |
msgid "display" | ||
msgstr "نمایش" | ||
|
||
#: admin_interface/models.py | ||
msgid "Required fields, error messages" | ||
msgstr "" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "background color" | ||
msgid "foreground color" | ||
msgstr "رنگ پسزمینه" | ||
|
||
#: admin_interface/models.py | ||
msgid "background color" | ||
msgstr "رنگ پسزمینه" | ||
|
||
#: admin_interface/models.py | ||
msgid "Optional fields, help text, field content" | ||
msgstr "" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "text color" | ||
msgid "quiet color" | ||
msgstr "رنگ متن" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "link color" | ||
msgid "loud color" | ||
msgstr "رنگ لینک" | ||
|
||
#: admin_interface/models.py | ||
msgid "text color" | ||
msgstr "رنگ متن" | ||
|
Binary file not shown.
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-05-10 18:20-0500\n" | ||
"POT-Creation-Date: 2024-01-10 10:45+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -38,6 +38,10 @@ msgstr "Favicon" | |
msgid "Title" | ||
msgstr "Titre" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Body" | ||
msgstr "Body" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Header" | ||
msgstr "Bannière" | ||
|
@@ -174,10 +178,30 @@ msgstr "code" | |
msgid "display" | ||
msgstr "affichage" | ||
|
||
#: admin_interface/models.py | ||
msgid "Required fields, error messages" | ||
msgstr "Défaut: #333 (champs requis, messages d'erreur)" | ||
This comment was marked as resolved.
Sorry, something went wrong. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changed ! Thanks for feedback ! |
||
|
||
#: admin_interface/models.py | ||
msgid "foreground color" | ||
msgstr "couleur du premier plan" | ||
|
||
#: admin_interface/models.py | ||
msgid "background color" | ||
msgstr "couleur d'arrière-plan" | ||
|
||
#: admin_interface/models.py | ||
msgid "Optional fields, help text, field content" | ||
msgstr "Défaut: #666 (champs optionnels, texte d'aide, contenu des champs)" | ||
|
||
#: admin_interface/models.py | ||
msgid "quiet color" | ||
msgstr "couleur discrète" | ||
|
||
#: admin_interface/models.py | ||
msgid "loud color" | ||
msgstr "couleur forte" | ||
|
||
#: admin_interface/models.py | ||
msgid "text color" | ||
msgstr "couleur du texte" | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: django-admin-interface\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-05-10 18:20-0500\n" | ||
"POT-Creation-Date: 2024-01-10 04:13-0600\n" | ||
"PO-Revision-Date: 2018-12-30 19:13-0500\n" | ||
"Last-Translator: Fabio Caccamo <[email protected]>\n" | ||
"Language-Team: Italian <[email protected]>\n" | ||
|
@@ -39,6 +39,10 @@ msgstr "Favicon" | |
msgid "Title" | ||
msgstr "Titolo" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Body" | ||
msgstr "" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Header" | ||
msgstr "Header" | ||
|
@@ -175,10 +179,36 @@ msgstr "codice" | |
msgid "display" | ||
msgstr "visualizzazione" | ||
|
||
#: admin_interface/models.py | ||
msgid "Required fields, error messages" | ||
msgstr "" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "background color" | ||
msgid "foreground color" | ||
msgstr "colore di sfondo" | ||
|
||
#: admin_interface/models.py | ||
msgid "background color" | ||
msgstr "colore di sfondo" | ||
|
||
#: admin_interface/models.py | ||
msgid "Optional fields, help text, field content" | ||
msgstr "" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "text color" | ||
msgid "quiet color" | ||
msgstr "colore del testo" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "link color" | ||
msgid "loud color" | ||
msgstr "colore dei link" | ||
|
||
#: admin_interface/models.py | ||
msgid "text color" | ||
msgstr "colore del testo" | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: django-admin-interface\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-05-10 18:20-0500\n" | ||
"POT-Creation-Date: 2024-01-10 04:13-0600\n" | ||
"PO-Revision-Date: 2022-02-04 19:13-0500\n" | ||
"Last-Translator: Kamil Paduszyński <[email protected]>\n" | ||
"Language-Team: Polish <[email protected]>\n" | ||
|
@@ -39,6 +39,10 @@ msgstr "Ikonka" | |
msgid "Title" | ||
msgstr "Tytuł" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Body" | ||
msgstr "" | ||
|
||
#: admin_interface/admin.py | ||
msgid "Header" | ||
msgstr "Nagłówek" | ||
|
@@ -175,10 +179,36 @@ msgstr "kod" | |
msgid "display" | ||
msgstr "wyświetlaj" | ||
|
||
#: admin_interface/models.py | ||
msgid "Required fields, error messages" | ||
msgstr "" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "background color" | ||
msgid "foreground color" | ||
msgstr "kolor tła" | ||
|
||
#: admin_interface/models.py | ||
msgid "background color" | ||
msgstr "kolor tła" | ||
|
||
#: admin_interface/models.py | ||
msgid "Optional fields, help text, field content" | ||
msgstr "" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "text color" | ||
msgid "quiet color" | ||
msgstr "kolor tekstu" | ||
|
||
#: admin_interface/models.py | ||
#, fuzzy | ||
#| msgid "link color" | ||
msgid "loud color" | ||
msgstr "kolor linku" | ||
|
||
#: admin_interface/models.py | ||
msgid "text color" | ||
msgstr "kolor tekstu" | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed ! Thanks for feedback !