Skip to content

Commit

Permalink
Added Finnish (fi) message file.
Browse files Browse the repository at this point in the history
  • Loading branch information
janne-tervo committed Feb 10, 2023
1 parent 9478cec commit 0ff5369
Showing 1 changed file with 191 additions and 0 deletions.
191 changes: 191 additions & 0 deletions django_filters/locale/fi/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
# Django Filter translation.
# Copyright (C) 2013
# This file is distributed under the same license as the django_filter package.
# Carlos Goce, 2017.

#

msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-10 17:45+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Finnish\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: conf.py:16
msgid "date"
msgstr ""

#: conf.py:17
msgid "year"
msgstr ""

#: conf.py:18
msgid "month"
msgstr ""

#: conf.py:19
msgid "day"
msgstr ""

#: conf.py:20
msgid "week day"
msgstr ""

#: conf.py:21
msgid "hour"
msgstr ""

#: conf.py:22
msgid "minute"
msgstr ""

#: conf.py:23
msgid "second"
msgstr ""

#: conf.py:27 conf.py:28
msgid "contains"
msgstr ""

#: conf.py:29
msgid "is in"
msgstr ""

#: conf.py:30
msgid "is greater than"
msgstr ""

#: conf.py:31
msgid "is greater than or equal to"
msgstr ""

#: conf.py:32
msgid "is less than"
msgstr ""

#: conf.py:33
msgid "is less than or equal to"
msgstr ""

#: conf.py:34 conf.py:35
msgid "starts with"
msgstr ""

#: conf.py:36 conf.py:37
msgid "ends with"
msgstr ""

#: conf.py:38
msgid "is in range"
msgstr ""

#: conf.py:39
msgid "is null"
msgstr ""

#: conf.py:40 conf.py:41
msgid "matches regex"
msgstr ""

#: conf.py:42 conf.py:49
msgid "search"
msgstr ""

#: conf.py:44
msgid "is contained by"
msgstr ""

#: conf.py:45
msgid "overlaps"
msgstr ""

#: conf.py:46
msgid "has key"
msgstr ""

#: conf.py:47
msgid "has keys"
msgstr ""

#: conf.py:48
msgid "has any keys"
msgstr ""

#: fields.py:94
msgid "Select a lookup."
msgstr ""

#: fields.py:198
msgid "Range query expects two values."
msgstr ""

#: filters.py:437
msgid "Today"
msgstr ""

#: filters.py:438
msgid "Yesterday"
msgstr ""

#: filters.py:439
msgid "Past 7 days"
msgstr ""

#: filters.py:440
msgid "This month"
msgstr ""

#: filters.py:441
msgid "This year"
msgstr ""

#: filters.py:543
msgid "Multiple values may be separated by commas."
msgstr ""

#: filters.py:721
#, python-format
msgid "%s (descending)"
msgstr ""

#: filters.py:737
msgid "Ordering"
msgstr ""

#: rest_framework/filterset.py:33
#: templates/django_filters/rest_framework/form.html:5
msgid "Submit"
msgstr ""

#: templates/django_filters/rest_framework/crispy_form.html:4
#: templates/django_filters/rest_framework/form.html:2
msgid "Field filters"
msgstr ""

#: utils.py:312
msgid "exclude"
msgstr ""

#: widgets.py:58
msgid "All"
msgstr ""

#: widgets.py:162
msgid "Unknown"
msgstr ""

#: widgets.py:162
msgid "Yes"
msgstr ""

#: widgets.py:162
msgid "No"
msgstr ""

0 comments on commit 0ff5369

Please sign in to comment.