Skip to content

Commit 5b347f7

Browse files
i18n: pulled translations (#80)
Co-authored-by: Samk13 <36583694+Samk13@users.noreply.github.com>
1 parent e5334a8 commit 5b347f7

File tree

2 files changed

+598
-0
lines changed

2 files changed

+598
-0
lines changed
Lines changed: 305 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,305 @@
1+
# Translations template for Flask-Security-Invenio.
2+
# Copyright (C) 2025 CERN
3+
# This file is distributed under the same license as the
4+
# Flask-Security-Invenio project.
5+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
6+
#
7+
# Translators:
8+
# Matti Lassila <matti.lassila@gmail.com>, 2025
9+
#
10+
#, fuzzy
11+
msgid ""
12+
msgstr ""
13+
"Project-Id-Version: Flask-Security-Invenio 3.6.0\n"
14+
"Report-Msgid-Bugs-To: info@inveniosoftware.org\n"
15+
"POT-Creation-Date: 2025-07-08 20:00+0000\n"
16+
"PO-Revision-Date: 2025-05-07 11:05+0000\n"
17+
"Last-Translator: Matti Lassila <matti.lassila@gmail.com>, 2025\n"
18+
"Language-Team: Finnish (https://app.transifex.com/inveniosoftware/teams/23537/fi/)\n"
19+
"MIME-Version: 1.0\n"
20+
"Content-Type: text/plain; charset=UTF-8\n"
21+
"Content-Transfer-Encoding: 8bit\n"
22+
"Generated-By: Babel 2.17.0\n"
23+
"Language: fi\n"
24+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
25+
26+
#: flask_security/core.py:103
27+
msgid "Login Required"
28+
msgstr "Kirjautuminen vaaditaan"
29+
30+
#: flask_security/core.py:104
31+
msgid "Welcome"
32+
msgstr "Tervetuloa"
33+
34+
#: flask_security/core.py:105
35+
msgid "Please confirm your email"
36+
msgstr "Vahvista sähköpostiosoitteesi"
37+
38+
#: flask_security/core.py:106
39+
#: flask_security/templates/security/email/reset_notice.html:1
40+
msgid "Your password has been reset"
41+
msgstr "Salasanasi on nollattu"
42+
43+
#: flask_security/core.py:107
44+
msgid "Your password has been changed"
45+
msgstr "Salasanasi on vaihdettu"
46+
47+
#: flask_security/core.py:108
48+
msgid "Password reset instructions"
49+
msgstr "Ohjeet salasanan palauttamiseen"
50+
51+
#: flask_security/core.py:133
52+
msgid "You do not have permission to view this resource."
53+
msgstr "Sinulla ei ole oikeuksia tarkastella tätä resurssia."
54+
55+
#: flask_security/core.py:135
56+
#, python-format
57+
msgid "Thank you. Confirmation instructions have been sent to %(email)s."
58+
msgstr "Kiitos. Vahvistusohjeet on lähetetty osoitteeseen %(email)s."
59+
60+
#: flask_security/core.py:138
61+
msgid "Thank you. Your email has been confirmed."
62+
msgstr "Kiitos. Sähköpostiosoitteesi on vahvistettu."
63+
64+
#: flask_security/core.py:139
65+
msgid "Your email has already been confirmed."
66+
msgstr "Sähköpostiosoitteesi on jo vahvistettu."
67+
68+
#: flask_security/core.py:140
69+
msgid "Invalid confirmation token."
70+
msgstr "Virheellinen vahvistustunnus."
71+
72+
#: flask_security/core.py:142
73+
#, python-format
74+
msgid "%(email)s is already associated with an account."
75+
msgstr "%(email)s on jo liitetty käyttäjätiliin."
76+
77+
#: flask_security/core.py:145
78+
msgid "Password does not match"
79+
msgstr "Salasana ei täsmää"
80+
81+
#: flask_security/core.py:146
82+
msgid "Passwords do not match"
83+
msgstr "Salasanat eivät täsmää"
84+
85+
#: flask_security/core.py:147
86+
msgid "Redirections outside the domain are forbidden"
87+
msgstr "Uudelleenohjaukset toimialueen ulkopuolelle ovat kiellettyjä"
88+
89+
#: flask_security/core.py:149
90+
#, python-format
91+
msgid "Instructions to reset your password have been sent to %(email)s."
92+
msgstr "Ohjeet salasanan palauttamiseksi on lähetetty osoitteeseen %(email)s."
93+
94+
#: flask_security/core.py:154
95+
#, python-format
96+
msgid ""
97+
"You did not reset your password within %(within)s. New instructions have "
98+
"been sent to %(email)s."
99+
msgstr ""
100+
"Et palauttanut salasanaasi ajassa %(within)s. Uudet ohjeet on lähetetty "
101+
"osoitteeseen %(email)s."
102+
103+
#: flask_security/core.py:159
104+
msgid "Invalid reset password token."
105+
msgstr "Virheellinen salasanan palautustunnus."
106+
107+
#: flask_security/core.py:160
108+
msgid "Email requires confirmation."
109+
msgstr "Sähköpostiosoite vaatii vahvistuksen."
110+
111+
#: flask_security/core.py:162
112+
#, python-format
113+
msgid "Confirmation instructions have been sent to %(email)s."
114+
msgstr "Vahvistusohjeet on lähetetty osoitteeseen %(email)s."
115+
116+
#: flask_security/core.py:167
117+
#, python-format
118+
msgid ""
119+
"You did not confirm your email within %(within)s. New instructions to "
120+
"confirm your email have been sent to %(email)s."
121+
msgstr ""
122+
"Et vahvistanut sähköpostiasi ajassa %(within)s. Uudet vahvistusohjeet on "
123+
"lähetetty osoitteeseen %(email)s."
124+
125+
#: flask_security/core.py:175
126+
#, python-format
127+
msgid ""
128+
"You did not login within %(within)s. New instructions to login have been "
129+
"sent to %(email)s."
130+
msgstr ""
131+
"Et kirjautunut sisään ajassa %(within)s. Uudet kirjautumisohjeet on "
132+
"lähetetty osoitteeseen %(email)s."
133+
134+
#: flask_security/core.py:181
135+
#, python-format
136+
msgid "Instructions to login have been sent to %(email)s."
137+
msgstr "Kirjautumisohjeet on lähetetty osoitteeseen %(email)s."
138+
139+
#: flask_security/core.py:184
140+
msgid "Invalid login token."
141+
msgstr "Virheellinen kirjautumistunnus."
142+
143+
#: flask_security/core.py:185
144+
msgid "Account is disabled."
145+
msgstr "Tili on poistettu käytöstä."
146+
147+
#: flask_security/core.py:186
148+
msgid "Email not provided"
149+
msgstr "Sähköpostiosoitetta ei annettu"
150+
151+
#: flask_security/core.py:187
152+
msgid "Invalid email address"
153+
msgstr "Virheellinen sähköpostiosoite"
154+
155+
#: flask_security/core.py:188
156+
msgid "Password not provided"
157+
msgstr "Salasanaa ei annettu"
158+
159+
#: flask_security/core.py:189
160+
msgid "No password is set for this user"
161+
msgstr "Tälle käyttäjälle ei ole asetettu salasanaa"
162+
163+
#: flask_security/core.py:190
164+
msgid "Password must be at least 6 characters"
165+
msgstr "Salasanan on oltava vähintään 6 merkkiä"
166+
167+
#: flask_security/core.py:191
168+
msgid "Specified user does not exist"
169+
msgstr "Määritettyä käyttäjää ei ole olemassa"
170+
171+
#: flask_security/core.py:192
172+
msgid "Invalid password"
173+
msgstr "Virheellinen salasana"
174+
175+
#: flask_security/core.py:193
176+
msgid "Forgot password?"
177+
msgstr "Unohditko salasanan?"
178+
179+
#: flask_security/core.py:196
180+
msgid ""
181+
"You successfully reset your password and you have been logged in "
182+
"automatically."
183+
msgstr ""
184+
"Palautit salasanasi onnistuneesti ja sinut kirjattiin sisään "
185+
"automaattisesti."
186+
187+
#: flask_security/core.py:202
188+
msgid "Your new password must be different than your previous password."
189+
msgstr "Uuden salasanan on oltava eri kuin aiempi salasanasi."
190+
191+
#: flask_security/core.py:205
192+
msgid "You successfully changed your password."
193+
msgstr "Vaihdoit salasanasi onnistuneesti."
194+
195+
#: flask_security/core.py:206
196+
msgid "Please log in to access this page."
197+
msgstr "Kirjaudu sisään päästäksesi tälle sivulle."
198+
199+
#: flask_security/core.py:207
200+
msgid "Please reauthenticate to access this page."
201+
msgstr "Vahvista henkilöllisyytesi uudelleen päästäksesi tälle sivulle."
202+
203+
#: flask_security/forms.py:45
204+
msgid "Email Address"
205+
msgstr "Sähköpostiosoite"
206+
207+
#: flask_security/forms.py:46
208+
msgid "Password"
209+
msgstr "Salasana"
210+
211+
#: flask_security/forms.py:47 flask_security/templates/security/_menu.html:4
212+
#: flask_security/templates/security/login_user.html:3
213+
msgid "Login"
214+
msgstr "Kirjaudu"
215+
216+
#: flask_security/forms.py:48 flask_security/templates/security/_menu.html:6
217+
#: flask_security/templates/security/register_user.html:3
218+
msgid "Register"
219+
msgstr "Rekisteröi"
220+
221+
#: flask_security/forms.py:49
222+
msgid "Resend Confirmation Instructions"
223+
msgstr "Lähetä vahvistusohjeet uudelleen"
224+
225+
#: flask_security/forms.py:50
226+
msgid "Recover Password"
227+
msgstr "Palauta salasana"
228+
229+
#: flask_security/forms.py:51
230+
msgid "Reset Password"
231+
msgstr "Nollaa salasana"
232+
233+
#: flask_security/forms.py:52
234+
msgid "Retype Password"
235+
msgstr "Kirjoita salasana uudelleen"
236+
237+
#: flask_security/forms.py:53
238+
msgid "New Password"
239+
msgstr "Uusi salasana"
240+
241+
#: flask_security/forms.py:54
242+
msgid "Change Password"
243+
msgstr "Vaihda salasana"
244+
245+
#: flask_security/templates/security/_menu.html:2
246+
msgid "Menu"
247+
msgstr "Valikko"
248+
249+
#: flask_security/templates/security/_menu.html:9
250+
msgid "Forgot password"
251+
msgstr "Unohtunut salasana"
252+
253+
#: flask_security/templates/security/_menu.html:12
254+
msgid "Confirm account"
255+
msgstr "Vahvista tili"
256+
257+
#: flask_security/templates/security/change_password.html:3
258+
msgid "Change password"
259+
msgstr "Vaihda salasana"
260+
261+
#: flask_security/templates/security/forgot_password.html:3
262+
msgid "Send password reset instructions"
263+
msgstr "Lähetä salasanan palautusohjeet"
264+
265+
#: flask_security/templates/security/reset_password.html:3
266+
msgid "Reset password"
267+
msgstr "Nollaa salasana"
268+
269+
#: flask_security/templates/security/send_confirmation.html:3
270+
msgid "Resend confirmation instructions"
271+
msgstr "Lähetä vahvistusohjeet uudelleen"
272+
273+
#: flask_security/templates/security/email/change_notice.html:1
274+
msgid "Your password has been changed."
275+
msgstr "Salasanasi on vaihdettu."
276+
277+
#: flask_security/templates/security/email/change_notice.html:3
278+
msgid "If you did not change your password,"
279+
msgstr "Jos et vaihtanut salasanaasi,"
280+
281+
#: flask_security/templates/security/email/change_notice.html:3
282+
msgid "click here to reset it"
283+
msgstr "klikkaa tästä palauttaaksesi sen"
284+
285+
#: flask_security/templates/security/email/confirmation_instructions.html:1
286+
msgid "Please confirm your email through the link below:"
287+
msgstr "Vahvista sähköpostiosoitteesi alla olevan linkin kautta:"
288+
289+
#: flask_security/templates/security/email/confirmation_instructions.html:3
290+
#: flask_security/templates/security/email/welcome.html:6
291+
msgid "Confirm my account"
292+
msgstr "Vahvista tilini"
293+
294+
#: flask_security/templates/security/email/reset_instructions.html:1
295+
msgid "Click here to reset your password"
296+
msgstr "Klikkaa tästä nollataksesi salasanasi"
297+
298+
#: flask_security/templates/security/email/welcome.html:1
299+
#, python-format
300+
msgid "Welcome %(email)s!"
301+
msgstr "Tervetuloa %(email)s!"
302+
303+
#: flask_security/templates/security/email/welcome.html:4
304+
msgid "You can confirm your email through the link below:"
305+
msgstr "Voit vahvistaa sähköpostiosoitteesi alla olevan linkin kautta:"

0 commit comments

Comments
 (0)