Skip to content

Commit 0339576

Browse files
committed
FI translation for FilterRules
1 parent f4a6999 commit 0339576

File tree

4 files changed

+127
-4
lines changed

4 files changed

+127
-4
lines changed

FilterRules/hasrolerule.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
id = 'HasPersonEventRole',
2626
name = _("People with events with a selected role"),
2727
description = _("Matches people with an event with a selected role"),
28-
version = '0.0.3',
28+
version = '0.0.4',
2929
authors = ["Paul Culley"],
3030
authors_email = ["[email protected]"],
3131
gramps_target_version = '5.1',
@@ -39,7 +39,7 @@
3939
id = 'HasFamilyEventRole',
4040
name = _("Families with events with a selected role"),
4141
description = _("Matches families with an event with a selected role"),
42-
version = '0.0.3',
42+
version = '0.0.4',
4343
authors = ["Paul Culley"],
4444
authors_email = ["[email protected]"],
4545
gramps_target_version = '5.1',

FilterRules/hassourcefilter.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
id = 'HasSourceParameter',
2727
name = _("Source matching parameters"),
2828
description = _("Matches Sources with values containing the chosen parameters"),
29-
version = '0.0.3',
29+
version = '0.0.4',
3030
authors = ["Dave Scheipers", "Paul Culley"],
3131
authors_email = ["[email protected]"],
3232
gramps_target_version = '5.1',

FilterRules/isrelatedwithfiltermatch.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
name = _("People related to <filter>"),
2727
description = _("Matches people who are related to anybody matched by "
2828
"a person filter"),
29-
version = '1.0.1',
29+
version = '1.0.2',
3030
authors = ["Matthias Kemmer"],
3131
authors_email = ["[email protected]"],
3232
gramps_target_version = '5.1',

FilterRules/po/fi-local.po

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
# Finnish translation for FilterRules addons-gramps package.
2+
# This file is distributed under the same license as the addons-gramps package.
3+
# translation of fi.po to Finnish
4+
# Matti Niemelä <[email protected]>, 2018
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: \n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2019-11-27 10:32-0600\n"
11+
"PO-Revision-Date: 2019-12-03 12:36+0200\n"
12+
"Last-Translator: Matti Niemelä <[email protected]>\n"
13+
"Language-Team: Finnish <niememat@gmail,com>\n"
14+
"Language: fi_FI\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"X-Generator: Poedit 2.0.6\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#: FilterRules/hasrolerule.gpr.py:26
22+
msgid "People with events with a selected role"
23+
msgstr "Henkilöt, joiden tapahtumissa on valittu rooli"
24+
25+
#: FilterRules/hasrolerule.gpr.py:27 FilterRules/hasrolerule.py:65
26+
msgid "Matches people with an event with a selected role"
27+
msgstr "Poimii henkilöt, joiden tapahtumissa on valittu rooli"
28+
29+
#: FilterRules/hasrolerule.gpr.py:40
30+
msgid "Families with events with a selected role"
31+
msgstr "Perheet, joiden tapahtumissa on valittu rooli"
32+
33+
#: FilterRules/hasrolerule.gpr.py:41 FilterRules/hasrolerule.py:89
34+
msgid "Matches families with an event with a selected role"
35+
msgstr "Poimii perheet, joiden tapahtumissa on valittu rooli"
36+
37+
#: FilterRules/hasrolerule.py:51
38+
msgid "Does NOT match with selected Role"
39+
msgstr "EI vastaa valittua roolia"
40+
41+
#: FilterRules/hasrolerule.py:52
42+
msgid "Finds the items that don't have event Roles of the selected type."
43+
msgstr "Poimii tapahtumat, joilla ei ole valittua roolia."
44+
45+
#: FilterRules/hasrolerule.py:62 FilterRules/hasrolerule.py:86
46+
msgid "Role"
47+
msgstr "Rooli"
48+
49+
#: FilterRules/hasrolerule.py:63 FilterRules/hasrolerule.py:87
50+
msgid "Inverse"
51+
msgstr "Käänteinen"
52+
53+
#: FilterRules/hasrolerule.py:64
54+
msgid "People with events with the <role>"
55+
msgstr "Henkilöt, joiden tapahtumissa on <rooli>"
56+
57+
#: FilterRules/hasrolerule.py:66 FilterRules/hasrolerule.py:90
58+
msgid "Event filters"
59+
msgstr "Tapahtumasuotimet"
60+
61+
#: FilterRules/hasrolerule.py:88
62+
msgid "Families with events with the <role>"
63+
msgstr "Perheet, joiden tapahtumissa on <rooli>"
64+
65+
#: FilterRules/hassourcefilter.gpr.py:27
66+
msgid "Source matching parameters"
67+
msgstr "Lähteet valitulla arvolla"
68+
69+
#: FilterRules/hassourcefilter.gpr.py:28
70+
msgid "Matches Sources with values containing the chosen parameters"
71+
msgstr "Poimii lähteet, jotka sisältävät valitun arvon"
72+
73+
#: FilterRules/hassourcefilter.py:49
74+
msgid "Title:"
75+
msgstr "Nimike:"
76+
77+
#: FilterRules/hassourcefilter.py:50
78+
msgid "Author:"
79+
msgstr "Tekijä:"
80+
81+
#: FilterRules/hassourcefilter.py:51
82+
msgid "Abbreviation:"
83+
msgstr "Lyhennys:"
84+
85+
#: FilterRules/hassourcefilter.py:52
86+
msgid "Publication:"
87+
msgstr "Julkaisu:"
88+
89+
#: FilterRules/hassourcefilter.py:53
90+
msgid "Sources matching parameters"
91+
msgstr "Lähteet valitulla arvolla"
92+
93+
#: FilterRules/hassourcefilter.py:54
94+
msgid "Matches sources with a particular value"
95+
msgstr "Poimii lähteet, jotka sisältävät valitun arvon"
96+
97+
#: FilterRules/hassourcefilter.py:55
98+
msgid "General filters"
99+
msgstr "Yleiset suotimet"
100+
101+
#: FilterRules/isrelatedwithfiltermatch.gpr.py:26
102+
#: FilterRules/isrelatedwithfiltermatch.py:49
103+
msgid "People related to <filter>"
104+
msgstr "Henkilöt, jotka liittyvät <suotimeen>"
105+
106+
#: FilterRules/isrelatedwithfiltermatch.gpr.py:27
107+
#: FilterRules/isrelatedwithfiltermatch.py:51
108+
msgid "Matches people who are related to anybody matched by a person filter"
109+
msgstr ""
110+
"Poimii henkilöt, jotka ovat liitetty johonkin henkilösuotimen poimimista "
111+
"henkilöistä"
112+
113+
#: FilterRules/isrelatedwithfiltermatch.py:48
114+
msgid "Filter name:"
115+
msgstr "Suotimen nimi:"
116+
117+
#: FilterRules/isrelatedwithfiltermatch.py:50
118+
msgid "Relationship filters"
119+
msgstr "Suhdesuotimet"
120+
121+
#: FilterRules/isrelatedwithfiltermatch.py:63
122+
msgid "Retrieving all sub-filter matches"
123+
msgstr "Noutaa kaikki <alisuotimen> hyväksymät kohteet"

0 commit comments

Comments
 (0)