Skip to content

Commit c24b4b0

Browse files
i18n: pulled translations (#354)
Co-authored-by: Samk13 <36583694+Samk13@users.noreply.github.com>
1 parent 96894ca commit c24b4b0

1 file changed

Lines changed: 118 additions & 0 deletions

File tree

  • invenio_records_rest/translations/fi/LC_MESSAGES
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
# Translations template for invenio-records-rest.
2+
# Copyright (C) 2025 CERN
3+
# This file is distributed under the same license as the
4+
# invenio-records-rest 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: invenio-records-rest 3.1.0\n"
14+
"Report-Msgid-Bugs-To: info@inveniosoftware.org\n"
15+
"POT-Creation-Date: 2025-07-08 19:51+0000\n"
16+
"PO-Revision-Date: 2025-04-03 11:38+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+
#: invenio_records_rest/config.py:262
27+
msgid "Best match"
28+
msgstr "Paras osuma"
29+
30+
#: invenio_records_rest/config.py:268
31+
msgid "Most recent"
32+
msgstr "Uusimmat"
33+
34+
#: invenio_records_rest/errors.py:51
35+
msgid "Invalid query syntax."
36+
msgstr "Virheellinen kyselyn syntaksi."
37+
38+
#: invenio_records_rest/errors.py:67
39+
#, python-format
40+
msgid "Style %(style)s could not be found."
41+
msgstr "Tyyliä %(style)s ei löytynyt."
42+
43+
#: invenio_records_rest/errors.py:93
44+
msgid "PID does not exist."
45+
msgstr "PID:tä ei ole olemassa."
46+
47+
#: invenio_records_rest/errors.py:105
48+
msgid "PID is not registered."
49+
msgstr "PID ei ole rekisteröity."
50+
51+
#: invenio_records_rest/errors.py:117
52+
msgid "PID has been deleted."
53+
msgstr "PID on poistettu."
54+
55+
#: invenio_records_rest/errors.py:129
56+
#, python-format
57+
msgid "No object assigned to %(pid)s."
58+
msgstr "PID:lle %(pid)s ei ole liitetty objektia."
59+
60+
#: invenio_records_rest/errors.py:142
61+
#, python-format
62+
msgid "Invalid redirect - pid_type %(pid_type)s endpoint missing."
63+
msgstr ""
64+
"Virheellinen uudelleenohjaus – pid_type %(pid_type)s päätepiste puuttuu."
65+
66+
#: invenio_records_rest/errors.py:160
67+
#, python-format
68+
msgid "PID %(pid)s could not be resolved."
69+
msgstr "PID:tä %(pid)s ei voitu ratkaista."
70+
71+
#: invenio_records_rest/errors.py:174
72+
#, python-format
73+
msgid "Unsupported media type \"%(content_type)s\"."
74+
msgstr "Ei tuettu mediatyyppi \"%(content_type)s”."
75+
76+
#: invenio_records_rest/errors.py:188
77+
msgid "Could not load data."
78+
msgstr "Tietoja ei voitu ladata."
79+
80+
#: invenio_records_rest/errors.py:200
81+
msgid "Could not patch JSON."
82+
msgstr "JSONia ei voitu päivittää (patch)."
83+
84+
#: invenio_records_rest/errors.py:213
85+
#, python-format
86+
msgid "Missing %(ctx_field)s context."
87+
msgstr "Konteksti %(ctx_field)s puuttuu."
88+
89+
#: invenio_records_rest/errors.py:228
90+
#, python-format
91+
msgid "No completions requested.%(options)s"
92+
msgstr "Täydennyksiä ei pyydetty.%(options)s"
93+
94+
#: invenio_records_rest/errors.py:243
95+
#, python-format
96+
msgid "Validation error: %(error)s."
97+
msgstr "Validointivirhe: %(error)s."
98+
99+
#: invenio_records_rest/errors.py:257
100+
msgid "An internal server error occurred when handling the request."
101+
msgstr "Pyynnön käsittelyssä tapahtui sisäinen palvelinvirhe."
102+
103+
#: invenio_records_rest/views.py:66
104+
msgid "The syntax of the search query is invalid."
105+
msgstr "Kyselyn syntaksi on virheellinen."
106+
107+
#: invenio_records_rest/views.py:441
108+
msgid "The query parameters from and page must not be used at the same time."
109+
msgstr "Kyselyn parametreja 'from' ja 'page' ei saa käyttää samanaikaisesti."
110+
111+
#: invenio_records_rest/views.py:478
112+
msgid "Invalid pagination parameters."
113+
msgstr "Virheelliset sivutusparametrit."
114+
115+
#: invenio_records_rest/views.py:515
116+
#, python-format
117+
msgid "Maximum number of %(count)s results have been reached."
118+
msgstr "Tulosten enimmäismäärä %(count)s on saavutettu."

0 commit comments

Comments
 (0)