-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the groundwork for ability to filter out deleted comments.
Part of SEA-1634.
- Loading branch information
1 parent
48c3dd5
commit ccb803a
Showing
12 changed files
with
95 additions
and
28 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
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE 1.0\n" | ||
"POT-Creation-Date: 2024-11-28 15:29+0100\n" | ||
"POT-Creation-Date: 2024-12-10 15:19+0100\n" | ||
"PO-Revision-Date: 2024-05-21 21:20+0200\n" | ||
"Last-Translator: cyrill <[email protected]>\n" | ||
"Language-Team: German <[email protected]>\n" | ||
|
@@ -160,6 +160,11 @@ msgstr "Papierkorb" | |
msgid "Sign out" | ||
msgstr "Abmelden" | ||
|
||
#. type: ignore[has-type] | ||
#: src/privatim/models/comment.py | ||
msgid "Comment deleted by user" | ||
msgstr "[Kommentar von Benutzer gelöscht]" | ||
|
||
#: src/privatim/views/profile.py | ||
msgid "Upload a photo..." | ||
msgstr "Foto hochladen..." | ||
|
@@ -433,10 +438,6 @@ msgstr "" | |
"Das Passwort muss mindestens 8 Zeichen lang sein und einen Grossbuchstaben, " | ||
"einen Kleinbuchstaben, eine Ziffer und ein Sonderzeichen enthalten." | ||
|
||
#: src/privatim/views/comment.py | ||
msgid "Comment deleted by user" | ||
msgstr "[Kommentar von Benutzer gelöscht]" | ||
|
||
#: src/privatim/views/comment.py | ||
msgid "Successfully deleted comment" | ||
msgstr "Kommentar erfolgreich gelöscht" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE 1.0\n" | ||
"POT-Creation-Date: 2024-11-28 15:29+0100\n" | ||
"POT-Creation-Date: 2024-12-10 15:19+0100\n" | ||
"PO-Revision-Date: 2024-04-11 15:53+0200\n" | ||
"Last-Translator: cyrill <[email protected]>\n" | ||
"Language-Team: French <[email protected]>\n" | ||
|
@@ -157,6 +157,11 @@ msgstr "Poubelle" | |
msgid "Sign out" | ||
msgstr "Se déconnecter" | ||
|
||
#. type: ignore[has-type] | ||
#: src/privatim/models/comment.py | ||
msgid "Comment deleted by user" | ||
msgstr "[Commentaire supprimé par l'utilisateur]" | ||
|
||
#: src/privatim/views/profile.py | ||
msgid "Upload a photo..." | ||
msgstr "Télécharger une photo..." | ||
|
@@ -432,10 +437,6 @@ msgstr "" | |
"spécial. une lettre majuscule, une lettre minuscule, un chiffre et un " | ||
"caractère spécial." | ||
|
||
#: src/privatim/views/comment.py | ||
msgid "Comment deleted by user" | ||
msgstr "[Commentaire supprimé par l'utilisateur]" | ||
|
||
#: src/privatim/views/comment.py | ||
msgid "Successfully deleted comment" | ||
msgstr "Commentaire supprimé avec succès" | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE 1.0\n" | ||
"POT-Creation-Date: 2024-11-28 15:29+0100\n" | ||
"POT-Creation-Date: 2024-12-10 15:19+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" | ||
|
@@ -161,6 +161,11 @@ msgstr "" | |
msgid "Sign out" | ||
msgstr "" | ||
|
||
#. type: ignore[has-type] | ||
#: ./src/privatim/models/comment.py | ||
msgid "Comment deleted by user" | ||
msgstr "" | ||
|
||
#: ./src/privatim/views/profile.py | ||
msgid "Upload a photo..." | ||
msgstr "" | ||
|
@@ -428,10 +433,6 @@ msgid "" | |
"letter, one lower case letter, one digit and one special character." | ||
msgstr "" | ||
|
||
#: ./src/privatim/views/comment.py | ||
msgid "Comment deleted by user" | ||
msgstr "" | ||
|
||
#: ./src/privatim/views/comment.py | ||
msgid "Successfully deleted comment" | ||
msgstr "" | ||
|
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