Skip to content

Commit

Permalink
Missing translations (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Jan 17, 2024
1 parent 21f1d1c commit 5b70af6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,22 @@
"Invalid or no e-mail domain in the message From header",
"Brak lub niepoprawna domena w nagłówku From e-maila.",
),
(
"A DNS name is > 255 octets long.",
"Nazwa DNS ma więcej niż 255 bajtów.",
),
(
"The value of the pct tag must be an integer",
"Wartość tagu 'pct' musi być liczbą całkowitą.",
),
(
f"The domain for rua email address {PLACEHOLDER} has no MX records",
f"Domena adresu e-mail podanego w tagu 'rua': {PLACEHOLDER} nie ma rekordów MX.",
),
(
f"The domain for ruf email address {PLACEHOLDER} has no MX records",
f"Domena adresu e-mail podanego w tagu 'ruf': {PLACEHOLDER} nie ma rekordów MX.",
),
(
f"Failed to retrieve MX records for the domain of {PLACEHOLDER} email address {PLACEHOLDER} - The domain {PLACEHOLDER} does not exist",
f"Nie udało się pobrać rekordów MX domeny adresu e-mail podanego w tagu '{PLACEHOLDER}': {PLACEHOLDER} - domena {PLACEHOLDER} nie istnieje.",
Expand Down

0 comments on commit 5b70af6

Please sign in to comment.