Skip to content

Commit 2003a24

Browse files
authored
locale: update translations po files (jazzband#378)
1 parent 9bc5336 commit 2003a24

12 files changed

Lines changed: 221 additions & 185 deletions

File tree

rest_framework_simplejwt/locale/cs/LC_MESSAGES/django.po

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,54 +4,58 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: djangorestframework_simplejwt\n"
66
"Report-Msgid-Bugs-To: \n"
7-
"POT-Creation-Date: 2019-12-11 15:44+0200\n"
7+
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
88
"Last-Translator: Lukáš Rod <info@lukasrod.cz>\n"
99
"Language: cs\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
1313

14-
#: authentication.py:76
14+
#: authentication.py:79
1515
msgid "Authorization header must contain two space-delimited values"
16-
msgstr ""
17-
"Autorizační hlavička musí obsahovat dvě hodnoty oddělené mezerou"
16+
msgstr "Autorizační hlavička musí obsahovat dvě hodnoty oddělené mezerou"
1817

19-
#: authentication.py:97
18+
#: authentication.py:100
2019
msgid "Given token not valid for any token type"
2120
msgstr "Daný token není validní pro žádný typ tokenu"
2221

23-
#: authentication.py:108 authentication.py:130
22+
#: authentication.py:111 authentication.py:133
2423
msgid "Token contained no recognizable user identification"
2524
msgstr "Token neobsahoval žádnou rozpoznatelnou identifikaci uživatele"
2625

27-
#: authentication.py:113
26+
#: authentication.py:116
2827
msgid "User not found"
2928
msgstr "Uživatel nenalezen"
3029

31-
#: authentication.py:116
30+
#: authentication.py:119
3231
msgid "User is inactive"
3332
msgstr "Uživatel není aktivní"
3433

35-
#: backends.py:21
34+
#: backends.py:37
3635
msgid "Unrecognized algorithm type '{}'"
3736
msgstr "Nerozpoznaný typ algoritmu '{}'"
3837

39-
#: backends.py:58 exceptions.py:38 tokens.py:44
38+
#: backends.py:40
39+
msgid "You must have cryptography installed to use {}."
40+
msgstr ""
41+
42+
#: backends.py:74
43+
msgid "Invalid algorithm specified"
44+
msgstr ""
45+
46+
#: backends.py:76 exceptions.py:38 tokens.py:44
4047
msgid "Token is invalid or expired"
4148
msgstr "Token není validní nebo vypršela jeho platnost"
4249

4350
#: serializers.py:24
4451
msgid "No active account found with the given credentials"
45-
msgstr ""
46-
"Žádný aktivní účet s danými údaji nebyl nalezen"
52+
msgstr "Žádný aktivní účet s danými údaji nebyl nalezen"
4753

48-
#: settings.py:57
54+
#: settings.py:63
4955
msgid ""
5056
"The '{}' setting has been removed. Please refer to '{}' for available "
5157
"settings."
52-
msgstr ""
53-
"Nastavení '{}' bylo odstraněno. "
54-
"Dostupná nastavení jsou v '{}'"
58+
msgstr "Nastavení '{}' bylo odstraněno. Dostupná nastavení jsou v '{}'"
5559

5660
#: token_blacklist/admin.py:72
5761
msgid "jti"

rest_framework_simplejwt/locale/de_CH/LC_MESSAGES/django.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: djangorestframework_simplejwt\n"
66
"Report-Msgid-Bugs-To: \n"
7-
"POT-Creation-Date: 2020-09-04 15:19-0600\n"
7+
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
88
"Last-Translator: rene <rene@matraxi.ch>\n"
99
"Language: de_CH\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
1313
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
1414

15-
#: authentication.py:75
15+
#: authentication.py:79
1616
msgid "Authorization header must contain two space-delimited values"
1717
msgstr ""
1818
"Der Authorizationheader muss zwei leerzeichen-getrennte Werte enthalten"
1919

20-
#: authentication.py:96
20+
#: authentication.py:100
2121
msgid "Given token not valid for any token type"
2222
msgstr "Der Token ist für keinen Tokentyp gültig"
2323

24-
#: authentication.py:107 authentication.py:129
24+
#: authentication.py:111 authentication.py:133
2525
msgid "Token contained no recognizable user identification"
2626
msgstr "Token enthält keine erkennbare Benutzeridentifikation"
2727

28-
#: authentication.py:112
28+
#: authentication.py:116
2929
msgid "User not found"
3030
msgstr "Benutzer nicht gefunden"
3131

32-
#: authentication.py:115
32+
#: authentication.py:119
3333
msgid "User is inactive"
3434
msgstr "Inaktiver Benutzer"
3535

@@ -41,19 +41,19 @@ msgstr "Unerkannter Algorithmustyp '{}'"
4141
msgid "You must have cryptography installed to use {}."
4242
msgstr ""
4343

44-
#: backends.py:68
44+
#: backends.py:74
4545
msgid "Invalid algorithm specified"
4646
msgstr ""
4747

48-
#: backends.py:70 exceptions.py:38 tokens.py:44
48+
#: backends.py:76 exceptions.py:38 tokens.py:44
4949
msgid "Token is invalid or expired"
5050
msgstr "Ungültiger oder abgelaufener Token"
5151

52-
#: serializers.py:29
52+
#: serializers.py:24
5353
msgid "No active account found with the given credentials"
5454
msgstr "Kein aktiver Account mit diesen Zugangsdaten gefunden"
5555

56-
#: settings.py:60
56+
#: settings.py:63
5757
msgid ""
5858
"The '{}' setting has been removed. Please refer to '{}' for available "
5959
"settings."

rest_framework_simplejwt/locale/es/LC_MESSAGES/django.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: djangorestframework_simplejwt\n"
66
"Report-Msgid-Bugs-To: \n"
7-
"POT-Creation-Date: 2020-08-24 15:35-0500\n"
7+
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
88
"Last-Translator: zeack <zeack@protonmail.com>\n"
99
"Language: es\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
1313
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1414

15-
#: authentication.py:75
15+
#: authentication.py:79
1616
msgid "Authorization header must contain two space-delimited values"
1717
msgstr ""
1818
"El encabezado 'Authorization' debe contener valores delimitados por espacios"
1919

20-
#: authentication.py:96
20+
#: authentication.py:100
2121
msgid "Given token not valid for any token type"
2222
msgstr "El token dado no es valido para ningun tipo de token"
2323

24-
#: authentication.py:107 authentication.py:129
24+
#: authentication.py:111 authentication.py:133
2525
msgid "Token contained no recognizable user identification"
2626
msgstr "El token no contenía identificación de usuario reconocible"
2727

28-
#: authentication.py:112
28+
#: authentication.py:116
2929
msgid "User not found"
3030
msgstr "Usuario no encontrado"
3131

32-
#: authentication.py:115
32+
#: authentication.py:119
3333
msgid "User is inactive"
3434
msgstr "El usuario está inactivo"
3535

@@ -41,19 +41,19 @@ msgstr "Tipo de algoritmo no reconocido '{}'"
4141
msgid "You must have cryptography installed to use {}."
4242
msgstr "Debe tener criptografía instalada para usar {}."
4343

44-
#: backends.py:68
44+
#: backends.py:74
4545
msgid "Invalid algorithm specified"
4646
msgstr "Algoritmo especificado no válido"
4747

48-
#: backends.py:70 exceptions.py:38 tokens.py:44
48+
#: backends.py:76 exceptions.py:38 tokens.py:44
4949
msgid "Token is invalid or expired"
5050
msgstr "El token es inválido o ha expirado"
5151

52-
#: serializers.py:29
52+
#: serializers.py:24
5353
msgid "No active account found with the given credentials"
5454
msgstr "La combination de credenciales no tiene una cuenta activa"
5555

56-
#: settings.py:60
56+
#: settings.py:63
5757
msgid ""
5858
"The '{}' setting has been removed. Please refer to '{}' for available "
5959
"settings."

rest_framework_simplejwt/locale/es_AR/LC_MESSAGES/django.po

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,101 +9,108 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: djangorestframework_simplejwt\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2020-04-18 20:47-0300\n"
12+
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
1313
"Last-Translator: Ariel Torti <arieltort14@gmail.com>\n"
1414
"Language: es_AR\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919

20-
#: rest_framework_simplejwt/authentication.py:75
20+
#: authentication.py:79
2121
msgid "Authorization header must contain two space-delimited values"
22-
msgstr "El header de autorización debe contener dos valores delimitados por espacio"
22+
msgstr ""
23+
"El header de autorización debe contener dos valores delimitados por espacio"
2324

24-
#: rest_framework_simplejwt/authentication.py:96
25+
#: authentication.py:100
2526
msgid "Given token not valid for any token type"
2627
msgstr "El token dado no es válido para ningún tipo de token"
2728

28-
#: rest_framework_simplejwt/authentication.py:107
29-
#: rest_framework_simplejwt/authentication.py:129
29+
#: authentication.py:111 authentication.py:133
3030
msgid "Token contained no recognizable user identification"
3131
msgstr "El token no contiene ninguna identificación de usuario"
3232

33-
#: rest_framework_simplejwt/authentication.py:112
33+
#: authentication.py:116
3434
msgid "User not found"
3535
msgstr "Usuario no encontrado"
3636

37-
#: rest_framework_simplejwt/authentication.py:115
37+
#: authentication.py:119
3838
msgid "User is inactive"
3939
msgstr "El usuario está inactivo"
4040

41-
#: rest_framework_simplejwt/backends.py:21
41+
#: backends.py:37
4242
msgid "Unrecognized algorithm type '{}'"
4343
msgstr "Tipo de algoritmo no reconocido '{}'"
4444

45-
#: rest_framework_simplejwt/backends.py:58
46-
#: rest_framework_simplejwt/exceptions.py:38
47-
#: rest_framework_simplejwt/tokens.py:44
45+
#: backends.py:40
46+
msgid "You must have cryptography installed to use {}."
47+
msgstr ""
48+
49+
#: backends.py:74
50+
msgid "Invalid algorithm specified"
51+
msgstr ""
52+
53+
#: backends.py:76 exceptions.py:38 tokens.py:44
4854
msgid "Token is invalid or expired"
4955
msgstr "El token es inválido o ha expirado"
5056

51-
#: rest_framework_simplejwt/serializers.py:24
57+
#: serializers.py:24
5258
msgid "No active account found with the given credentials"
53-
msgstr "No se encontró una cuenta de usuario activa para las credenciales dadas"
59+
msgstr ""
60+
"No se encontró una cuenta de usuario activa para las credenciales dadas"
5461

55-
#: rest_framework_simplejwt/settings.py:59
62+
#: settings.py:63
5663
msgid ""
5764
"The '{}' setting has been removed. Please refer to '{}' for available "
5865
"settings."
5966
msgstr ""
60-
"La configuración '{}' fue removida. Por favor, refiérase a '{}' para consultar las "
61-
"configuraciones disponibles."
67+
"La configuración '{}' fue removida. Por favor, refiérase a '{}' para "
68+
"consultar las configuraciones disponibles."
6269

63-
#: rest_framework_simplejwt/token_blacklist/admin.py:72
70+
#: token_blacklist/admin.py:72
6471
msgid "jti"
6572
msgstr "jti"
6673

67-
#: rest_framework_simplejwt/token_blacklist/admin.py:77
74+
#: token_blacklist/admin.py:77
6875
msgid "user"
6976
msgstr "usuario"
7077

71-
#: rest_framework_simplejwt/token_blacklist/admin.py:82
78+
#: token_blacklist/admin.py:82
7279
msgid "created at"
7380
msgstr "creado en"
7481

75-
#: rest_framework_simplejwt/token_blacklist/admin.py:87
82+
#: token_blacklist/admin.py:87
7683
msgid "expires at"
7784
msgstr "expira en"
7885

79-
#: rest_framework_simplejwt/token_blacklist/apps.py:7
86+
#: token_blacklist/apps.py:7
8087
msgid "Token Blacklist"
8188
msgstr "Lista negra de Tokens"
8289

83-
#: rest_framework_simplejwt/tokens.py:30
90+
#: tokens.py:30
8491
msgid "Cannot create token with no type or lifetime"
8592
msgstr "No es posible crear un token sin tipo o tiempo de vida"
8693

87-
#: rest_framework_simplejwt/tokens.py:98
94+
#: tokens.py:98
8895
msgid "Token has no id"
8996
msgstr "El token no tiene id"
9097

91-
#: rest_framework_simplejwt/tokens.py:109
98+
#: tokens.py:109
9299
msgid "Token has no type"
93100
msgstr "El token no tiene tipo"
94101

95-
#: rest_framework_simplejwt/tokens.py:112
102+
#: tokens.py:112
96103
msgid "Token has wrong type"
97104
msgstr "El token tiene un tipo incorrecto"
98105

99-
#: rest_framework_simplejwt/tokens.py:149
106+
#: tokens.py:149
100107
msgid "Token has no '{}' claim"
101108
msgstr "El token no tiene el privilegio '{}'"
102109

103-
#: rest_framewok_simplejwt/tokens.py:153
110+
#: tokens.py:153
104111
msgid "Token '{}' claim has expired"
105112
msgstr "El privilegio '{}' del token ha expirado"
106113

107-
#: rest_framework_simplejwt/tokens.py:192
114+
#: tokens.py:192
108115
msgid "Token is blacklisted"
109116
msgstr "El token está en la lista negra"

0 commit comments

Comments
 (0)