Skip to content

Commit e231264

Browse files
authored
Merge pull request zonemaster#1207 from zonemaster/release/v2024.2.1
Merge release branch into master (Backend)
2 parents 0e21f27 + 929275a commit e231264

8 files changed

Lines changed: 107 additions & 34 deletions

File tree

Changes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release history for Zonemaster component Zonemaster-Backend
22

33

4+
v11.4.0 2025-03-04 (part of Zonemaster v2024.2.1 release)
5+
6+
[Features]
7+
- Adds translation to Slovenian language (#1195, #1185)
8+
9+
[Fixes]
10+
- Updates translations (#1199)
11+
12+
413
v11.3.0 2024-12-09 (part of Zonemaster v2024.2 release)
514

615
[Release information]

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ share/locale/es/LC_MESSAGES/Zonemaster-Backend.mo
4949
share/locale/fi/LC_MESSAGES/Zonemaster-Backend.mo
5050
share/locale/fr/LC_MESSAGES/Zonemaster-Backend.mo
5151
share/locale/nb/LC_MESSAGES/Zonemaster-Backend.mo
52+
share/locale/sl/LC_MESSAGES/Zonemaster-Backend.mo
5253
share/locale/sv/LC_MESSAGES/Zonemaster-Backend.mo
5354
share/Makefile
5455
share/patch/patch_db_zonemaster_backend_ver_9.0.0.pl

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requires
3636
'Starman' => 0,
3737
'Try::Tiny' => 0.12,
3838
'Zonemaster::LDNS' => 4.001000, # v4.1.0
39-
'Zonemaster::Engine' => 7.000000, # v7.0.0
39+
'Zonemaster::Engine' => 7.001000, # v7.1.0
4040
;
4141

4242
test_requires 'DBD::SQLite' => 1.66;

lib/Zonemaster/Backend.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Zonemaster::Backend;
22

3-
our $VERSION = '11.3.0';
3+
our $VERSION = '11.4.0';
44

55
use strict;
66
use warnings;

share/backend_config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ database_file = /var/lib/zonemaster/db.sqlite
3535
#enable_add_batch_job = no
3636

3737
[LANGUAGE]
38-
locale = da_DK en_US es_ES fi_FI fr_FR nb_NO sv_SE
38+
locale = da_DK en_US es_ES fi_FI fr_FR nb_NO sl_SI sv_SE
3939

4040
[PUBLIC PROFILES]
4141
#example_profile_1=/example/directory/test1_profile.json

share/fr.po

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: 1.0.0\n"
44
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2023-05-17 13:53+0200\n"
5+
"POT-Creation-Date: 2025-02-18 11:20+0100\n"
66
"PO-Revision-Date: 2023-05-22 07:17+0200\n"
7-
"Last-Translator: \n"
7+
"Last-Translator: thomas.green@afnic.fr\n"
88
"Language-Team: Zonemaster project\n"
99
"Language: fr\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
1313

1414
msgid "Invalid method parameter(s)."
15-
msgstr "Paramètres incorrects"
15+
msgstr "Paramètre(s) incorrect(s)."
1616

1717
msgid "Missing property"
18-
msgstr "Champ manquant"
18+
msgstr "Propriété manquante"
1919

2020
msgid ""
2121
"Warning: Zonemaster::LDNS not compiled with IDN support, cannot handle non-"
2222
"ASCII names correctly."
2323
msgstr ""
24-
"Attention: Zonemaster::LDNS n'est pas compilé avec le support IDN, "
24+
"Attention : Zonemaster::LDNS n'est pas compilé avec le support IDN, "
2525
"impossible de traiter correctement les noms non ASCII."
2626

2727
#. BACKEND_TEST_AGENT:TEST_DIED
@@ -41,7 +41,7 @@ msgstr ""
4141
"ou les serveurs de noms sont injoignables ou trop peu réactifs."
4242

4343
msgid "Invalid digest format"
44-
msgstr "Format de l'empreinte invalide"
44+
msgstr "Format du condensat non valide"
4545

4646
msgid "Algorithm must be a positive integer"
4747
msgstr "L'algorithme doit être un entier positif"
@@ -55,39 +55,17 @@ msgstr "L'identifiant de clef doit être un entier positif"
5555
msgid "Domain name required"
5656
msgstr "Nom de domaine requis"
5757

58-
msgid "The domain name is IDNA invalid"
59-
msgstr "Le nom de domaine n'est pas un domaine IDNA valide"
60-
61-
msgid ""
62-
"The domain name contains non-ascii characters and IDNA support is not "
63-
"installed"
64-
msgstr ""
65-
"Le nom de domaine contient des caractères non ASCII et le support d'IDNA "
66-
"n'est pas installé"
67-
68-
msgid "The domain name character(s) are not supported"
69-
msgstr "Les caractères du nom de domaine ne sont pas supportés"
70-
71-
msgid "The domain name contains consecutive dots"
72-
msgstr "Le nom de domaine contient plusieurs points consécutifs"
73-
74-
msgid "The domain name or label is too long"
75-
msgstr "Le nom de domaine ou les labels sont trop longs"
76-
7758
msgid "Invalid language tag format"
7859
msgstr "Format de l'étiquette d'identification de langue incorrect"
7960

8061
msgid "Unkown language string"
8162
msgstr "Étiquette d'identification de langue inconnue"
8263

83-
msgid "Language string not unique"
84-
msgstr "Étiquette d'identification de langue non unique"
85-
8664
msgid "Invalid IP address"
87-
msgstr "Adresse IP invalide"
65+
msgstr "Adresse IP non valide"
8866

8967
msgid "Invalid profile format"
90-
msgstr "Format de profil invalide"
68+
msgstr "Format du profil non valide"
9169

9270
msgid "Unknown profile"
9371
msgstr "Profil inconnu"

share/sl.po

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: 1.0.0\n"
4+
"Report-Msgid-Bugs-To: \n"
5+
"POT-Creation-Date: 2024-09-18 08:43+0200\n"
6+
"PO-Revision-Date: 2024-09-18 10:05+0200\n"
7+
"Last-Translator: milijan@arnes.si\n"
8+
"Language-Team: Zonemaster project\n"
9+
"Language: sl\n"
10+
"MIME-Version: 1.0\n"
11+
"Content-Type: text/plain; charset=UTF-8\n"
12+
"Content-Transfer-Encoding: 8bit\n"
13+
"X-Generator: Poedit 3.5\n"
14+
15+
#: ../lib/Zonemaster/Backend/RPCAPI.pm:858
16+
msgid "Invalid method parameter(s)."
17+
msgstr "Nepravilni parametri."
18+
19+
#: ../lib/Zonemaster/Backend/RPCAPI.pm:888
20+
msgid "Missing property"
21+
msgstr "Manjkajoče polje"
22+
23+
#: ../lib/Zonemaster/Backend/TestAgent.pm:213
24+
msgid ""
25+
"Warning: Zonemaster::LDNS not compiled with IDN support, cannot handle non-"
26+
"ASCII names correctly."
27+
msgstr ""
28+
"Opozorilo: Zonemaster::LDNS ne podpira IDN, ni mogoče obdelati ne-ASCII "
29+
"imena."
30+
31+
#. BACKEND_TEST_AGENT:TEST_DIED
32+
#: ../lib/Zonemaster/Backend/Translator.pm:23
33+
msgid "An error occured and Zonemaster could not start or finish the test."
34+
msgstr "Zgodila se je napaka, Zonemaster ne more začeti ali končati testa."
35+
36+
#. BACKEND_TEST_AGENT:UNABLE_TO_FINISH_TEST
37+
#: ../lib/Zonemaster/Backend/Translator.pm:27
38+
#, perl-brace-format
39+
msgid ""
40+
"The test took too long to run (the current limit is {max_execution_time} "
41+
"seconds). Maybe there are too many name servers or the name servers are "
42+
"either unreachable or not responsive enough."
43+
msgstr ""
44+
"Test traja predolgo (trenutna meja je {max_execution_time} sekund). Mogoče "
45+
"je preveč strežnikov za preveriti, ali so neodzivni ali pa počasni."
46+
47+
#: ../lib/Zonemaster/Backend/Validator.pm:162
48+
msgid "Invalid digest format"
49+
msgstr "Nepravilen digest format"
50+
51+
#: ../lib/Zonemaster/Backend/Validator.pm:167
52+
msgid "Algorithm must be a positive integer"
53+
msgstr "Algoritem mora biti pozitivno število"
54+
55+
#: ../lib/Zonemaster/Backend/Validator.pm:172
56+
msgid "Digest type must be a positive integer"
57+
msgstr "Tip izvlečka za DS mora biti pozitivno število"
58+
59+
#: ../lib/Zonemaster/Backend/Validator.pm:177
60+
msgid "Keytag must be a positive integer"
61+
msgstr "Oznaka za ključ mora biti pozitivno število"
62+
63+
#: ../lib/Zonemaster/Backend/Validator.pm:282
64+
msgid "Domain name required"
65+
msgstr "Domena je obvezna"
66+
67+
#: ../lib/Zonemaster/Backend/Validator.pm:314
68+
msgid "Invalid language tag format"
69+
msgstr "Nepravilen format zastavice za jezik"
70+
71+
#: ../lib/Zonemaster/Backend/Validator.pm:317
72+
msgid "Unkown language string"
73+
msgstr "Neznan jezik"
74+
75+
#: ../lib/Zonemaster/Backend/Validator.pm:332
76+
msgid "Invalid IP address"
77+
msgstr "Neveljaven IP naslov"
78+
79+
#: ../lib/Zonemaster/Backend/Validator.pm:356
80+
msgid "Invalid profile format"
81+
msgstr "Neveljaven format profila"
82+
83+
#: ../lib/Zonemaster/Backend/Validator.pm:360
84+
msgid "Unknown profile"
85+
msgstr "Neznan profil"

t/test_validate_syntax.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ engine = SQLite
2323
database_file = $tempdir/zonemaster.sqlite
2424
2525
[LANGUAGE]
26-
locale = en_US fr_FR da_DK fi_FI nb_NO sv_SE
26+
locale = en_US fr_FR da_DK fi_FI nb_NO sl_SI sv_SE
2727
EOF
2828

2929
my $engine = Zonemaster::Backend::RPCAPI->new(

0 commit comments

Comments
 (0)