@@ -1,1030 +1,1030 | |||||
1 |
# Finnish translations for Ruby on Rails |
|
1 | # Finnish translations for Ruby on Rails | |
2 | # by Marko Seppä (marko.seppa@gmail.com) |
|
2 | # by Marko Seppä (marko.seppa@gmail.com) | |
3 |
|
3 | |||
4 | fi: |
|
4 | fi: | |
5 | direction: ltr |
|
5 | direction: ltr | |
6 | date: |
|
6 | date: | |
7 | formats: |
|
7 | formats: | |
8 | default: "%e. %Bta %Y" |
|
8 | default: "%e. %Bta %Y" | |
9 | long: "%A%e. %Bta %Y" |
|
9 | long: "%A%e. %Bta %Y" | |
10 | short: "%e.%m.%Y" |
|
10 | short: "%e.%m.%Y" | |
11 |
|
11 | |||
12 | day_names: [Sunnuntai, Maanantai, Tiistai, Keskiviikko, Torstai, Perjantai, Lauantai] |
|
12 | day_names: [Sunnuntai, Maanantai, Tiistai, Keskiviikko, Torstai, Perjantai, Lauantai] | |
13 | abbr_day_names: [Su, Ma, Ti, Ke, To, Pe, La] |
|
13 | abbr_day_names: [Su, Ma, Ti, Ke, To, Pe, La] | |
14 | month_names: [~, Tammikuu, Helmikuu, Maaliskuu, Huhtikuu, Toukokuu, Kesäkuu, Heinäkuu, Elokuu, Syyskuu, Lokakuu, Marraskuu, Joulukuu] |
|
14 | month_names: [~, Tammikuu, Helmikuu, Maaliskuu, Huhtikuu, Toukokuu, Kesäkuu, Heinäkuu, Elokuu, Syyskuu, Lokakuu, Marraskuu, Joulukuu] | |
15 | abbr_month_names: [~, Tammi, Helmi, Maalis, Huhti, Touko, Kesä, Heinä, Elo, Syys, Loka, Marras, Joulu] |
|
15 | abbr_month_names: [~, Tammi, Helmi, Maalis, Huhti, Touko, Kesä, Heinä, Elo, Syys, Loka, Marras, Joulu] | |
16 | order: |
|
16 | order: | |
17 | - :day |
|
17 | - :day | |
18 | - :month |
|
18 | - :month | |
19 | - :year |
|
19 | - :year | |
20 |
|
20 | |||
21 | time: |
|
21 | time: | |
22 | formats: |
|
22 | formats: | |
23 | default: "%a, %e. %b %Y %H:%M:%S %z" |
|
23 | default: "%a, %e. %b %Y %H:%M:%S %z" | |
24 | time: "%H:%M" |
|
24 | time: "%H:%M" | |
25 | short: "%e. %b %H:%M" |
|
25 | short: "%e. %b %H:%M" | |
26 | long: "%B %d, %Y %H:%M" |
|
26 | long: "%B %d, %Y %H:%M" | |
27 | am: "aamupäivä" |
|
27 | am: "aamupäivä" | |
28 | pm: "iltapäivä" |
|
28 | pm: "iltapäivä" | |
29 |
|
29 | |||
30 | support: |
|
30 | support: | |
31 | array: |
|
31 | array: | |
32 | words_connector: ", " |
|
32 | words_connector: ", " | |
33 | two_words_connector: " ja " |
|
33 | two_words_connector: " ja " | |
34 | last_word_connector: " ja " |
|
34 | last_word_connector: " ja " | |
35 |
|
35 | |||
36 |
|
36 | |||
37 |
|
37 | |||
38 | number: |
|
38 | number: | |
39 | format: |
|
39 | format: | |
40 | separator: "," |
|
40 | separator: "," | |
41 | delimiter: "." |
|
41 | delimiter: "." | |
42 | precision: 3 |
|
42 | precision: 3 | |
43 |
|
43 | |||
44 | currency: |
|
44 | currency: | |
45 | format: |
|
45 | format: | |
46 | format: "%n %u" |
|
46 | format: "%n %u" | |
47 | unit: "€" |
|
47 | unit: "€" | |
48 | separator: "," |
|
48 | separator: "," | |
49 | delimiter: "." |
|
49 | delimiter: "." | |
50 | precision: 2 |
|
50 | precision: 2 | |
51 |
|
51 | |||
52 | percentage: |
|
52 | percentage: | |
53 | format: |
|
53 | format: | |
54 | # separator: |
|
54 | # separator: | |
55 | delimiter: "" |
|
55 | delimiter: "" | |
56 |
# precision: |
|
56 | # precision: | |
57 |
|
57 | |||
58 | precision: |
|
58 | precision: | |
59 | format: |
|
59 | format: | |
60 | # separator: |
|
60 | # separator: | |
61 | delimiter: "" |
|
61 | delimiter: "" | |
62 | # precision: |
|
62 | # precision: | |
63 |
|
63 | |||
64 | human: |
|
64 | human: | |
65 | format: |
|
65 | format: | |
66 | delimiter: "" |
|
66 | delimiter: "" | |
67 | precision: 1 |
|
67 | precision: 1 | |
68 | storage_units: |
|
68 | storage_units: | |
69 | format: "%n %u" |
|
69 | format: "%n %u" | |
70 | units: |
|
70 | units: | |
71 | byte: |
|
71 | byte: | |
72 | one: "Tavua" |
|
72 | one: "Tavua" | |
73 | other: "Tavua" |
|
73 | other: "Tavua" | |
74 | kb: "KB" |
|
74 | kb: "KB" | |
75 | mb: "MB" |
|
75 | mb: "MB" | |
76 | gb: "GB" |
|
76 | gb: "GB" | |
77 | tb: "TB" |
|
77 | tb: "TB" | |
78 |
|
78 | |||
79 | datetime: |
|
79 | datetime: | |
80 | distance_in_words: |
|
80 | distance_in_words: | |
81 | half_a_minute: "puoli minuuttia" |
|
81 | half_a_minute: "puoli minuuttia" | |
82 | less_than_x_seconds: |
|
82 | less_than_x_seconds: | |
83 | one: "aiemmin kuin sekunti" |
|
83 | one: "aiemmin kuin sekunti" | |
84 | other: "aiemmin kuin %{count} sekuntia" |
|
84 | other: "aiemmin kuin %{count} sekuntia" | |
85 | x_seconds: |
|
85 | x_seconds: | |
86 | one: "sekunti" |
|
86 | one: "sekunti" | |
87 | other: "%{count} sekuntia" |
|
87 | other: "%{count} sekuntia" | |
88 | less_than_x_minutes: |
|
88 | less_than_x_minutes: | |
89 | one: "aiemmin kuin minuutti" |
|
89 | one: "aiemmin kuin minuutti" | |
90 | other: "aiemmin kuin %{count} minuuttia" |
|
90 | other: "aiemmin kuin %{count} minuuttia" | |
91 | x_minutes: |
|
91 | x_minutes: | |
92 | one: "minuutti" |
|
92 | one: "minuutti" | |
93 | other: "%{count} minuuttia" |
|
93 | other: "%{count} minuuttia" | |
94 | about_x_hours: |
|
94 | about_x_hours: | |
95 | one: "noin tunti" |
|
95 | one: "noin tunti" | |
96 | other: "noin %{count} tuntia" |
|
96 | other: "noin %{count} tuntia" | |
97 | x_days: |
|
97 | x_days: | |
98 | one: "päivä" |
|
98 | one: "päivä" | |
99 | other: "%{count} päivää" |
|
99 | other: "%{count} päivää" | |
100 | about_x_months: |
|
100 | about_x_months: | |
101 | one: "noin kuukausi" |
|
101 | one: "noin kuukausi" | |
102 | other: "noin %{count} kuukautta" |
|
102 | other: "noin %{count} kuukautta" | |
103 | x_months: |
|
103 | x_months: | |
104 | one: "kuukausi" |
|
104 | one: "kuukausi" | |
105 | other: "%{count} kuukautta" |
|
105 | other: "%{count} kuukautta" | |
106 | about_x_years: |
|
106 | about_x_years: | |
107 | one: "vuosi" |
|
107 | one: "vuosi" | |
108 | other: "noin %{count} vuotta" |
|
108 | other: "noin %{count} vuotta" | |
109 | over_x_years: |
|
109 | over_x_years: | |
110 | one: "yli vuosi" |
|
110 | one: "yli vuosi" | |
111 | other: "yli %{count} vuotta" |
|
111 | other: "yli %{count} vuotta" | |
112 | almost_x_years: |
|
112 | almost_x_years: | |
113 | one: "almost 1 year" |
|
113 | one: "almost 1 year" | |
114 | other: "almost %{count} years" |
|
114 | other: "almost %{count} years" | |
115 | prompts: |
|
115 | prompts: | |
116 | year: "Vuosi" |
|
116 | year: "Vuosi" | |
117 | month: "Kuukausi" |
|
117 | month: "Kuukausi" | |
118 | day: "Päivä" |
|
118 | day: "Päivä" | |
119 | hour: "Tunti" |
|
119 | hour: "Tunti" | |
120 | minute: "Minuutti" |
|
120 | minute: "Minuutti" | |
121 | second: "Sekuntia" |
|
121 | second: "Sekuntia" | |
122 |
|
122 | |||
123 | activerecord: |
|
123 | activerecord: | |
124 | errors: |
|
124 | errors: | |
125 | template: |
|
125 | template: | |
126 | header: |
|
126 | header: | |
127 | one: "1 virhe esti tämän %{model} mallinteen tallentamisen" |
|
127 | one: "1 virhe esti tämän %{model} mallinteen tallentamisen" | |
128 | other: "%{count} virhettä esti tämän %{model} mallinteen tallentamisen" |
|
128 | other: "%{count} virhettä esti tämän %{model} mallinteen tallentamisen" | |
129 | body: "Seuraavat kentät aiheuttivat ongelmia:" |
|
129 | body: "Seuraavat kentät aiheuttivat ongelmia:" | |
130 | messages: |
|
130 | messages: | |
131 | inclusion: "ei löydy listauksesta" |
|
131 | inclusion: "ei löydy listauksesta" | |
132 | exclusion: "on jo varattu" |
|
132 | exclusion: "on jo varattu" | |
133 | invalid: "on kelvoton" |
|
133 | invalid: "on kelvoton" | |
134 | confirmation: "ei vastaa varmennusta" |
|
134 | confirmation: "ei vastaa varmennusta" | |
135 | accepted: "täytyy olla hyväksytty" |
|
135 | accepted: "täytyy olla hyväksytty" | |
136 | empty: "ei voi olla tyhjä" |
|
136 | empty: "ei voi olla tyhjä" | |
137 | blank: "ei voi olla sisällötön" |
|
137 | blank: "ei voi olla sisällötön" | |
138 | too_long: "on liian pitkä (maksimi on %{count} merkkiä)" |
|
138 | too_long: "on liian pitkä (maksimi on %{count} merkkiä)" | |
139 | too_short: "on liian lyhyt (minimi on %{count} merkkiä)" |
|
139 | too_short: "on liian lyhyt (minimi on %{count} merkkiä)" | |
140 | wrong_length: "on väärän pituinen (täytyy olla täsmälleen %{count} merkkiä)" |
|
140 | wrong_length: "on väärän pituinen (täytyy olla täsmälleen %{count} merkkiä)" | |
141 | taken: "on jo käytössä" |
|
141 | taken: "on jo käytössä" | |
142 | not_a_number: "ei ole numero" |
|
142 | not_a_number: "ei ole numero" | |
143 | greater_than: "täytyy olla suurempi kuin %{count}" |
|
143 | greater_than: "täytyy olla suurempi kuin %{count}" | |
144 | greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin%{count}" |
|
144 | greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin%{count}" | |
145 | equal_to: "täytyy olla yhtä suuri kuin %{count}" |
|
145 | equal_to: "täytyy olla yhtä suuri kuin %{count}" | |
146 | less_than: "täytyy olla pienempi kuin %{count}" |
|
146 | less_than: "täytyy olla pienempi kuin %{count}" | |
147 | less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin %{count}" |
|
147 | less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin %{count}" | |
148 | odd: "täytyy olla pariton" |
|
148 | odd: "täytyy olla pariton" | |
149 | even: "täytyy olla parillinen" |
|
149 | even: "täytyy olla parillinen" | |
150 | greater_than_start_date: "tulee olla aloituspäivän jälkeinen" |
|
150 | greater_than_start_date: "tulee olla aloituspäivän jälkeinen" | |
151 | not_same_project: "ei kuulu samaan projektiin" |
|
151 | not_same_project: "ei kuulu samaan projektiin" | |
152 | circular_dependency: "Tämä suhde loisi kehän." |
|
152 | circular_dependency: "Tämä suhde loisi kehän." | |
153 | cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" |
|
153 | cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" | |
154 |
|
154 | |||
155 | actionview_instancetag_blank_option: Valitse, ole hyvä |
|
155 | actionview_instancetag_blank_option: Valitse, ole hyvä | |
156 |
|
156 | |||
157 | general_text_No: 'Ei' |
|
157 | general_text_No: 'Ei' | |
158 | general_text_Yes: 'Kyllä' |
|
158 | general_text_Yes: 'Kyllä' | |
159 | general_text_no: 'ei' |
|
159 | general_text_no: 'ei' | |
160 | general_text_yes: 'kyllä' |
|
160 | general_text_yes: 'kyllä' | |
161 | general_lang_name: 'Finnish (Suomi)' |
|
161 | general_lang_name: 'Finnish (Suomi)' | |
162 | general_csv_separator: ',' |
|
162 | general_csv_separator: ',' | |
163 | general_csv_decimal_separator: '.' |
|
163 | general_csv_decimal_separator: '.' | |
164 | general_csv_encoding: ISO-8859-15 |
|
164 | general_csv_encoding: ISO-8859-15 | |
165 | general_pdf_encoding: UTF-8 |
|
165 | general_pdf_encoding: UTF-8 | |
166 | general_first_day_of_week: '1' |
|
166 | general_first_day_of_week: '1' | |
167 |
|
167 | |||
168 | notice_account_updated: Tilin päivitys onnistui. |
|
168 | notice_account_updated: Tilin päivitys onnistui. | |
169 | notice_account_invalid_creditentials: Virheellinen käyttäjätunnus tai salasana |
|
169 | notice_account_invalid_creditentials: Virheellinen käyttäjätunnus tai salasana | |
170 | notice_account_password_updated: Salasanan päivitys onnistui. |
|
170 | notice_account_password_updated: Salasanan päivitys onnistui. | |
171 | notice_account_wrong_password: Väärä salasana |
|
171 | notice_account_wrong_password: Väärä salasana | |
172 | notice_account_register_done: Tilin luonti onnistui. Aktivoidaksesi tilin seuraa linkkiä joka välitettiin sähköpostiisi. |
|
172 | notice_account_register_done: Tilin luonti onnistui. Aktivoidaksesi tilin seuraa linkkiä joka välitettiin sähköpostiisi. | |
173 | notice_account_unknown_email: Tuntematon käyttäjä. |
|
173 | notice_account_unknown_email: Tuntematon käyttäjä. | |
174 | notice_can_t_change_password: Tämä tili käyttää ulkoista tunnistautumisjärjestelmää. Salasanaa ei voi muuttaa. |
|
174 | notice_can_t_change_password: Tämä tili käyttää ulkoista tunnistautumisjärjestelmää. Salasanaa ei voi muuttaa. | |
175 | notice_account_lost_email_sent: Sinulle on lähetetty sähköposti jossa on ohje kuinka vaihdat salasanasi. |
|
175 | notice_account_lost_email_sent: Sinulle on lähetetty sähköposti jossa on ohje kuinka vaihdat salasanasi. | |
176 | notice_account_activated: Tilisi on nyt aktivoitu, voit kirjautua sisälle. |
|
176 | notice_account_activated: Tilisi on nyt aktivoitu, voit kirjautua sisälle. | |
177 | notice_successful_create: Luonti onnistui. |
|
177 | notice_successful_create: Luonti onnistui. | |
178 | notice_successful_update: Päivitys onnistui. |
|
178 | notice_successful_update: Päivitys onnistui. | |
179 | notice_successful_delete: Poisto onnistui. |
|
179 | notice_successful_delete: Poisto onnistui. | |
180 | notice_successful_connection: Yhteyden muodostus onnistui. |
|
180 | notice_successful_connection: Yhteyden muodostus onnistui. | |
181 | notice_file_not_found: Hakemaasi sivua ei löytynyt tai se on poistettu. |
|
181 | notice_file_not_found: Hakemaasi sivua ei löytynyt tai se on poistettu. | |
182 | notice_locking_conflict: Toinen käyttäjä on päivittänyt tiedot. |
|
182 | notice_locking_conflict: Toinen käyttäjä on päivittänyt tiedot. | |
183 | notice_not_authorized: Sinulla ei ole oikeutta näyttää tätä sivua. |
|
183 | notice_not_authorized: Sinulla ei ole oikeutta näyttää tätä sivua. | |
184 | notice_email_sent: "Sähköposti on lähetty osoitteeseen %{value}" |
|
184 | notice_email_sent: "Sähköposti on lähetty osoitteeseen %{value}" | |
185 | notice_email_error: "Sähköpostilähetyksessä tapahtui virhe (%{value})" |
|
185 | notice_email_error: "Sähköpostilähetyksessä tapahtui virhe (%{value})" | |
186 | notice_feeds_access_key_reseted: RSS salasana on nollaantunut. |
|
186 | notice_feeds_access_key_reseted: RSS salasana on nollaantunut. | |
187 | notice_failed_to_save_issues: "%{count} Tapahtum(an/ien) tallennus epäonnistui %{total} valitut: %{ids}." |
|
187 | notice_failed_to_save_issues: "%{count} Tapahtum(an/ien) tallennus epäonnistui %{total} valitut: %{ids}." | |
188 | notice_no_issue_selected: "Tapahtumia ei ole valittu! Valitse tapahtumat joita haluat muokata." |
|
188 | notice_no_issue_selected: "Tapahtumia ei ole valittu! Valitse tapahtumat joita haluat muokata." | |
189 | notice_account_pending: "Tilisi on luotu ja odottaa ylläpitäjän hyväksyntää." |
|
189 | notice_account_pending: "Tilisi on luotu ja odottaa ylläpitäjän hyväksyntää." | |
190 | notice_default_data_loaded: Vakioasetusten palautus onnistui. |
|
190 | notice_default_data_loaded: Vakioasetusten palautus onnistui. | |
191 |
|
191 | |||
192 | error_can_t_load_default_data: "Vakioasetuksia ei voitu ladata: %{value}" |
|
192 | error_can_t_load_default_data: "Vakioasetuksia ei voitu ladata: %{value}" | |
193 | error_scm_not_found: "Syötettä ja/tai versiota ei löydy tietovarastosta." |
|
193 | error_scm_not_found: "Syötettä ja/tai versiota ei löydy tietovarastosta." | |
194 | error_scm_command_failed: "Tietovarastoon pääsyssä tapahtui virhe: %{value}" |
|
194 | error_scm_command_failed: "Tietovarastoon pääsyssä tapahtui virhe: %{value}" | |
195 |
|
195 | |||
196 | mail_subject_lost_password: "Sinun %{value} salasanasi" |
|
196 | mail_subject_lost_password: "Sinun %{value} salasanasi" | |
197 | mail_body_lost_password: 'Vaihtaaksesi salasanasi, napsauta seuraavaa linkkiä:' |
|
197 | mail_body_lost_password: 'Vaihtaaksesi salasanasi, napsauta seuraavaa linkkiä:' | |
198 | mail_subject_register: "%{value} tilin aktivointi" |
|
198 | mail_subject_register: "%{value} tilin aktivointi" | |
199 | mail_body_register: 'Aktivoidaksesi tilisi, napsauta seuraavaa linkkiä:' |
|
199 | mail_body_register: 'Aktivoidaksesi tilisi, napsauta seuraavaa linkkiä:' | |
200 | mail_body_account_information_external: "Voit nyt käyttää %{value} tiliäsi kirjautuaksesi järjestelmään." |
|
200 | mail_body_account_information_external: "Voit nyt käyttää %{value} tiliäsi kirjautuaksesi järjestelmään." | |
201 | mail_body_account_information: Sinun tilin tiedot |
|
201 | mail_body_account_information: Sinun tilin tiedot | |
202 | mail_subject_account_activation_request: "%{value} tilin aktivointi pyyntö" |
|
202 | mail_subject_account_activation_request: "%{value} tilin aktivointi pyyntö" | |
203 | mail_body_account_activation_request: "Uusi käyttäjä (%{value}) on rekisteröitynyt. Hänen tili odottaa hyväksyntääsi:" |
|
203 | mail_body_account_activation_request: "Uusi käyttäjä (%{value}) on rekisteröitynyt. Hänen tili odottaa hyväksyntääsi:" | |
204 |
|
204 | |||
205 | gui_validation_error: 1 virhe |
|
205 | gui_validation_error: 1 virhe | |
206 | gui_validation_error_plural: "%{count} virhettä" |
|
206 | gui_validation_error_plural: "%{count} virhettä" | |
207 |
|
207 | |||
208 | field_name: Nimi |
|
208 | field_name: Nimi | |
209 | field_description: Kuvaus |
|
209 | field_description: Kuvaus | |
210 | field_summary: Yhteenveto |
|
210 | field_summary: Yhteenveto | |
211 | field_is_required: Vaaditaan |
|
211 | field_is_required: Vaaditaan | |
212 | field_firstname: Etunimi |
|
212 | field_firstname: Etunimi | |
213 | field_lastname: Sukunimi |
|
213 | field_lastname: Sukunimi | |
214 | field_mail: Sähköposti |
|
214 | field_mail: Sähköposti | |
215 | field_filename: Tiedosto |
|
215 | field_filename: Tiedosto | |
216 | field_filesize: Koko |
|
216 | field_filesize: Koko | |
217 | field_downloads: Latausta |
|
217 | field_downloads: Latausta | |
218 | field_author: Tekijä |
|
218 | field_author: Tekijä | |
219 | field_created_on: Luotu |
|
219 | field_created_on: Luotu | |
220 | field_updated_on: Päivitetty |
|
220 | field_updated_on: Päivitetty | |
221 | field_field_format: Muoto |
|
221 | field_field_format: Muoto | |
222 | field_is_for_all: Kaikille projekteille |
|
222 | field_is_for_all: Kaikille projekteille | |
223 | field_possible_values: Mahdolliset arvot |
|
223 | field_possible_values: Mahdolliset arvot | |
224 | field_regexp: Säännöllinen lauseke (reg exp) |
|
224 | field_regexp: Säännöllinen lauseke (reg exp) | |
225 | field_min_length: Minimipituus |
|
225 | field_min_length: Minimipituus | |
226 | field_max_length: Maksimipituus |
|
226 | field_max_length: Maksimipituus | |
227 | field_value: Arvo |
|
227 | field_value: Arvo | |
228 | field_category: Luokka |
|
228 | field_category: Luokka | |
229 | field_title: Otsikko |
|
229 | field_title: Otsikko | |
230 | field_project: Projekti |
|
230 | field_project: Projekti | |
231 | field_issue: Tapahtuma |
|
231 | field_issue: Tapahtuma | |
232 | field_status: Tila |
|
232 | field_status: Tila | |
233 | field_notes: Muistiinpanot |
|
233 | field_notes: Muistiinpanot | |
234 | field_is_closed: Tapahtuma suljettu |
|
234 | field_is_closed: Tapahtuma suljettu | |
235 | field_is_default: Vakioarvo |
|
235 | field_is_default: Vakioarvo | |
236 | field_tracker: Tapahtuma |
|
236 | field_tracker: Tapahtuma | |
237 | field_subject: Aihe |
|
237 | field_subject: Aihe | |
238 | field_due_date: Määräaika |
|
238 | field_due_date: Määräaika | |
239 | field_assigned_to: Nimetty |
|
239 | field_assigned_to: Nimetty | |
240 | field_priority: Prioriteetti |
|
240 | field_priority: Prioriteetti | |
241 | field_fixed_version: Kohdeversio |
|
241 | field_fixed_version: Kohdeversio | |
242 | field_user: Käyttäjä |
|
242 | field_user: Käyttäjä | |
243 | field_role: Rooli |
|
243 | field_role: Rooli | |
244 | field_homepage: Kotisivu |
|
244 | field_homepage: Kotisivu | |
245 | field_is_public: Julkinen |
|
245 | field_is_public: Julkinen | |
246 | field_parent: Aliprojekti |
|
246 | field_parent: Aliprojekti | |
247 | field_is_in_roadmap: Tapahtumat näytetään roadmap näkymässä |
|
247 | field_is_in_roadmap: Tapahtumat näytetään roadmap näkymässä | |
248 | field_login: Kirjautuminen |
|
248 | field_login: Kirjautuminen | |
249 | field_mail_notification: Sähköposti muistutukset |
|
249 | field_mail_notification: Sähköposti muistutukset | |
250 | field_admin: Ylläpitäjä |
|
250 | field_admin: Ylläpitäjä | |
251 | field_last_login_on: Viimeinen yhteys |
|
251 | field_last_login_on: Viimeinen yhteys | |
252 | field_language: Kieli |
|
252 | field_language: Kieli | |
253 | field_effective_date: Päivä |
|
253 | field_effective_date: Päivä | |
254 | field_password: Salasana |
|
254 | field_password: Salasana | |
255 | field_new_password: Uusi salasana |
|
255 | field_new_password: Uusi salasana | |
256 | field_password_confirmation: Vahvistus |
|
256 | field_password_confirmation: Vahvistus | |
257 | field_version: Versio |
|
257 | field_version: Versio | |
258 | field_type: Tyyppi |
|
258 | field_type: Tyyppi | |
259 | field_host: Verkko-osoite |
|
259 | field_host: Verkko-osoite | |
260 | field_port: Portti |
|
260 | field_port: Portti | |
261 | field_account: Tili |
|
261 | field_account: Tili | |
262 | field_base_dn: Base DN |
|
262 | field_base_dn: Base DN | |
263 | field_attr_login: Kirjautumismääre |
|
263 | field_attr_login: Kirjautumismääre | |
264 | field_attr_firstname: Etuminenmääre |
|
264 | field_attr_firstname: Etuminenmääre | |
265 | field_attr_lastname: Sukunimenmääre |
|
265 | field_attr_lastname: Sukunimenmääre | |
266 | field_attr_mail: Sähköpostinmääre |
|
266 | field_attr_mail: Sähköpostinmääre | |
267 | field_onthefly: Automaattinen käyttäjien luonti |
|
267 | field_onthefly: Automaattinen käyttäjien luonti | |
268 | field_start_date: Alku |
|
268 | field_start_date: Alku | |
269 | field_done_ratio: "% Tehty" |
|
269 | field_done_ratio: "% Tehty" | |
270 | field_auth_source: Varmennusmuoto |
|
270 | field_auth_source: Varmennusmuoto | |
271 | field_hide_mail: Piiloita sähköpostiosoitteeni |
|
271 | field_hide_mail: Piiloita sähköpostiosoitteeni | |
272 | field_comments: Kommentti |
|
272 | field_comments: Kommentti | |
273 | field_url: URL |
|
273 | field_url: URL | |
274 | field_start_page: Aloitussivu |
|
274 | field_start_page: Aloitussivu | |
275 | field_subproject: Aliprojekti |
|
275 | field_subproject: Aliprojekti | |
276 | field_hours: Tuntia |
|
276 | field_hours: Tuntia | |
277 | field_activity: Historia |
|
277 | field_activity: Historia | |
278 | field_spent_on: Päivä |
|
278 | field_spent_on: Päivä | |
279 | field_identifier: Tunniste |
|
279 | field_identifier: Tunniste | |
280 | field_is_filter: Käytetään suodattimena |
|
280 | field_is_filter: Käytetään suodattimena | |
281 | field_issue_to: Liittyvä tapahtuma |
|
281 | field_issue_to: Liittyvä tapahtuma | |
282 | field_delay: Viive |
|
282 | field_delay: Viive | |
283 | field_assignable: Tapahtumia voidaan nimetä tälle roolille |
|
283 | field_assignable: Tapahtumia voidaan nimetä tälle roolille | |
284 | field_redirect_existing_links: Uudelleenohjaa olemassa olevat linkit |
|
284 | field_redirect_existing_links: Uudelleenohjaa olemassa olevat linkit | |
285 | field_estimated_hours: Arvioitu aika |
|
285 | field_estimated_hours: Arvioitu aika | |
286 | field_column_names: Saraketta |
|
286 | field_column_names: Saraketta | |
287 | field_time_zone: Aikavyöhyke |
|
287 | field_time_zone: Aikavyöhyke | |
288 | field_searchable: Haettava |
|
288 | field_searchable: Haettava | |
289 | field_default_value: Vakioarvo |
|
289 | field_default_value: Vakioarvo | |
290 |
|
290 | |||
291 | setting_app_title: Ohjelman otsikko |
|
291 | setting_app_title: Ohjelman otsikko | |
292 | setting_app_subtitle: Ohjelman alaotsikko |
|
292 | setting_app_subtitle: Ohjelman alaotsikko | |
293 | setting_welcome_text: Tervehdysteksti |
|
293 | setting_welcome_text: Tervehdysteksti | |
294 | setting_default_language: Vakiokieli |
|
294 | setting_default_language: Vakiokieli | |
295 | setting_login_required: Pakollinen kirjautuminen |
|
295 | setting_login_required: Pakollinen kirjautuminen | |
296 | setting_self_registration: Itserekisteröinti |
|
296 | setting_self_registration: Itserekisteröinti | |
297 | setting_attachment_max_size: Liitteen maksimikoko |
|
297 | setting_attachment_max_size: Liitteen maksimikoko | |
298 | setting_issues_export_limit: Tapahtumien vientirajoite |
|
298 | setting_issues_export_limit: Tapahtumien vientirajoite | |
299 | setting_mail_from: Lähettäjän sähköpostiosoite |
|
299 | setting_mail_from: Lähettäjän sähköpostiosoite | |
300 | setting_bcc_recipients: Vastaanottajat piilokopiona (bcc) |
|
300 | setting_bcc_recipients: Vastaanottajat piilokopiona (bcc) | |
301 | setting_host_name: Verkko-osoite |
|
301 | setting_host_name: Verkko-osoite | |
302 | setting_text_formatting: Tekstin muotoilu |
|
302 | setting_text_formatting: Tekstin muotoilu | |
303 | setting_wiki_compression: Wiki historian pakkaus |
|
303 | setting_wiki_compression: Wiki historian pakkaus | |
304 | setting_feeds_limit: Syötteen sisällön raja |
|
304 | setting_feeds_limit: Syötteen sisällön raja | |
305 | setting_autofetch_changesets: Automaattisten muutosjoukkojen haku |
|
305 | setting_autofetch_changesets: Automaattisten muutosjoukkojen haku | |
306 | setting_sys_api_enabled: Salli WS tietovaraston hallintaan |
|
306 | setting_sys_api_enabled: Salli WS tietovaraston hallintaan | |
307 | setting_commit_ref_keywords: Viittaavat hakusanat |
|
307 | setting_commit_ref_keywords: Viittaavat hakusanat | |
308 | setting_commit_fix_keywords: Korjaavat hakusanat |
|
308 | setting_commit_fix_keywords: Korjaavat hakusanat | |
309 | setting_autologin: Automaatinen kirjautuminen |
|
309 | setting_autologin: Automaatinen kirjautuminen | |
310 | setting_date_format: Päivän muoto |
|
310 | setting_date_format: Päivän muoto | |
311 | setting_time_format: Ajan muoto |
|
311 | setting_time_format: Ajan muoto | |
312 | setting_cross_project_issue_relations: Salli projektien väliset tapahtuminen suhteet |
|
312 | setting_cross_project_issue_relations: Salli projektien väliset tapahtuminen suhteet | |
313 | setting_issue_list_default_columns: Vakiosarakkeiden näyttö tapahtumalistauksessa |
|
313 | setting_issue_list_default_columns: Vakiosarakkeiden näyttö tapahtumalistauksessa | |
314 | setting_emails_footer: Sähköpostin alatunniste |
|
314 | setting_emails_footer: Sähköpostin alatunniste | |
315 | setting_protocol: Protokolla |
|
315 | setting_protocol: Protokolla | |
316 | setting_per_page_options: Sivun objektien määrän asetukset |
|
316 | setting_per_page_options: Sivun objektien määrän asetukset | |
317 |
|
317 | |||
318 | label_user: Käyttäjä |
|
318 | label_user: Käyttäjä | |
319 | label_user_plural: Käyttäjät |
|
319 | label_user_plural: Käyttäjät | |
320 | label_user_new: Uusi käyttäjä |
|
320 | label_user_new: Uusi käyttäjä | |
321 | label_project: Projekti |
|
321 | label_project: Projekti | |
322 | label_project_new: Uusi projekti |
|
322 | label_project_new: Uusi projekti | |
323 | label_project_plural: Projektit |
|
323 | label_project_plural: Projektit | |
324 | label_x_projects: |
|
324 | label_x_projects: | |
325 | zero: no projects |
|
325 | zero: no projects | |
326 | one: 1 project |
|
326 | one: 1 project | |
327 | other: "%{count} projects" |
|
327 | other: "%{count} projects" | |
328 | label_project_all: Kaikki projektit |
|
328 | label_project_all: Kaikki projektit | |
329 | label_project_latest: Uusimmat projektit |
|
329 | label_project_latest: Uusimmat projektit | |
330 | label_issue: Tapahtuma |
|
330 | label_issue: Tapahtuma | |
331 | label_issue_new: Uusi tapahtuma |
|
331 | label_issue_new: Uusi tapahtuma | |
332 | label_issue_plural: Tapahtumat |
|
332 | label_issue_plural: Tapahtumat | |
333 | label_issue_view_all: Näytä kaikki tapahtumat |
|
333 | label_issue_view_all: Näytä kaikki tapahtumat | |
334 | label_issues_by: "Tapahtumat %{value}" |
|
334 | label_issues_by: "Tapahtumat %{value}" | |
335 | label_document: Dokumentti |
|
335 | label_document: Dokumentti | |
336 | label_document_new: Uusi dokumentti |
|
336 | label_document_new: Uusi dokumentti | |
337 | label_document_plural: Dokumentit |
|
337 | label_document_plural: Dokumentit | |
338 | label_role: Rooli |
|
338 | label_role: Rooli | |
339 | label_role_plural: Roolit |
|
339 | label_role_plural: Roolit | |
340 | label_role_new: Uusi rooli |
|
340 | label_role_new: Uusi rooli | |
341 | label_role_and_permissions: Roolit ja oikeudet |
|
341 | label_role_and_permissions: Roolit ja oikeudet | |
342 | label_member: Jäsen |
|
342 | label_member: Jäsen | |
343 | label_member_new: Uusi jäsen |
|
343 | label_member_new: Uusi jäsen | |
344 | label_member_plural: Jäsenet |
|
344 | label_member_plural: Jäsenet | |
345 | label_tracker: Tapahtuma |
|
345 | label_tracker: Tapahtuma | |
346 | label_tracker_plural: Tapahtumat |
|
346 | label_tracker_plural: Tapahtumat | |
347 | label_tracker_new: Uusi tapahtuma |
|
347 | label_tracker_new: Uusi tapahtuma | |
348 | label_workflow: Työnkulku |
|
348 | label_workflow: Työnkulku | |
349 | label_issue_status: Tapahtuman tila |
|
349 | label_issue_status: Tapahtuman tila | |
350 | label_issue_status_plural: Tapahtumien tilat |
|
350 | label_issue_status_plural: Tapahtumien tilat | |
351 | label_issue_status_new: Uusi tila |
|
351 | label_issue_status_new: Uusi tila | |
352 | label_issue_category: Tapahtumaluokka |
|
352 | label_issue_category: Tapahtumaluokka | |
353 | label_issue_category_plural: Tapahtumaluokat |
|
353 | label_issue_category_plural: Tapahtumaluokat | |
354 | label_issue_category_new: Uusi luokka |
|
354 | label_issue_category_new: Uusi luokka | |
355 | label_custom_field: Räätälöity kenttä |
|
355 | label_custom_field: Räätälöity kenttä | |
356 | label_custom_field_plural: Räätälöidyt kentät |
|
356 | label_custom_field_plural: Räätälöidyt kentät | |
357 | label_custom_field_new: Uusi räätälöity kenttä |
|
357 | label_custom_field_new: Uusi räätälöity kenttä | |
358 | label_enumerations: Lista |
|
358 | label_enumerations: Lista | |
359 | label_enumeration_new: Uusi arvo |
|
359 | label_enumeration_new: Uusi arvo | |
360 | label_information: Tieto |
|
360 | label_information: Tieto | |
361 | label_information_plural: Tiedot |
|
361 | label_information_plural: Tiedot | |
362 | label_please_login: Kirjaudu ole hyvä |
|
362 | label_please_login: Kirjaudu ole hyvä | |
363 | label_register: Rekisteröidy |
|
363 | label_register: Rekisteröidy | |
364 | label_password_lost: Hukattu salasana |
|
364 | label_password_lost: Hukattu salasana | |
365 | label_home: Koti |
|
365 | label_home: Koti | |
366 | label_my_page: Omasivu |
|
366 | label_my_page: Omasivu | |
367 | label_my_account: Oma tili |
|
367 | label_my_account: Oma tili | |
368 | label_my_projects: Omat projektit |
|
368 | label_my_projects: Omat projektit | |
369 | label_administration: Ylläpito |
|
369 | label_administration: Ylläpito | |
370 | label_login: Kirjaudu sisään |
|
370 | label_login: Kirjaudu sisään | |
371 | label_logout: Kirjaudu ulos |
|
371 | label_logout: Kirjaudu ulos | |
372 | label_help: Ohjeet |
|
372 | label_help: Ohjeet | |
373 | label_reported_issues: Raportoidut tapahtumat |
|
373 | label_reported_issues: Raportoidut tapahtumat | |
374 | label_assigned_to_me_issues: Minulle nimetyt tapahtumat |
|
374 | label_assigned_to_me_issues: Minulle nimetyt tapahtumat | |
375 | label_last_login: Viimeinen yhteys |
|
375 | label_last_login: Viimeinen yhteys | |
376 | label_registered_on: Rekisteröity |
|
376 | label_registered_on: Rekisteröity | |
377 | label_activity: Historia |
|
377 | label_activity: Historia | |
378 | label_new: Uusi |
|
378 | label_new: Uusi | |
379 | label_logged_as: Kirjauduttu nimellä |
|
379 | label_logged_as: Kirjauduttu nimellä | |
380 | label_environment: Ympäristö |
|
380 | label_environment: Ympäristö | |
381 | label_authentication: Varmennus |
|
381 | label_authentication: Varmennus | |
382 | label_auth_source: Varmennustapa |
|
382 | label_auth_source: Varmennustapa | |
383 | label_auth_source_new: Uusi varmennustapa |
|
383 | label_auth_source_new: Uusi varmennustapa | |
384 | label_auth_source_plural: Varmennustavat |
|
384 | label_auth_source_plural: Varmennustavat | |
385 | label_subproject_plural: Aliprojektit |
|
385 | label_subproject_plural: Aliprojektit | |
386 | label_min_max_length: Min - Max pituudet |
|
386 | label_min_max_length: Min - Max pituudet | |
387 | label_list: Lista |
|
387 | label_list: Lista | |
388 | label_date: Päivä |
|
388 | label_date: Päivä | |
389 | label_integer: Kokonaisluku |
|
389 | label_integer: Kokonaisluku | |
390 | label_float: Liukuluku |
|
390 | label_float: Liukuluku | |
391 | label_boolean: Totuusarvomuuttuja |
|
391 | label_boolean: Totuusarvomuuttuja | |
392 | label_string: Merkkijono |
|
392 | label_string: Merkkijono | |
393 | label_text: Pitkä merkkijono |
|
393 | label_text: Pitkä merkkijono | |
394 | label_attribute: Määre |
|
394 | label_attribute: Määre | |
395 | label_attribute_plural: Määreet |
|
395 | label_attribute_plural: Määreet | |
396 | label_download: "%{count} Lataus" |
|
396 | label_download: "%{count} Lataus" | |
397 | label_download_plural: "%{count} Lataukset" |
|
397 | label_download_plural: "%{count} Lataukset" | |
398 | label_no_data: Ei tietoa näytettäväksi |
|
398 | label_no_data: Ei tietoa näytettäväksi | |
399 | label_change_status: Muutos tila |
|
399 | label_change_status: Muutos tila | |
400 | label_history: Historia |
|
400 | label_history: Historia | |
401 | label_attachment: Tiedosto |
|
401 | label_attachment: Tiedosto | |
402 | label_attachment_new: Uusi tiedosto |
|
402 | label_attachment_new: Uusi tiedosto | |
403 | label_attachment_delete: Poista tiedosto |
|
403 | label_attachment_delete: Poista tiedosto | |
404 | label_attachment_plural: Tiedostot |
|
404 | label_attachment_plural: Tiedostot | |
405 | label_report: Raportti |
|
405 | label_report: Raportti | |
406 | label_report_plural: Raportit |
|
406 | label_report_plural: Raportit | |
407 | label_news: Uutinen |
|
407 | label_news: Uutinen | |
408 | label_news_new: Lisää uutinen |
|
408 | label_news_new: Lisää uutinen | |
409 | label_news_plural: Uutiset |
|
409 | label_news_plural: Uutiset | |
410 | label_news_latest: Viimeisimmät uutiset |
|
410 | label_news_latest: Viimeisimmät uutiset | |
411 | label_news_view_all: Näytä kaikki uutiset |
|
411 | label_news_view_all: Näytä kaikki uutiset | |
412 | label_settings: Asetukset |
|
412 | label_settings: Asetukset | |
413 | label_overview: Yleiskatsaus |
|
413 | label_overview: Yleiskatsaus | |
414 | label_version: Versio |
|
414 | label_version: Versio | |
415 | label_version_new: Uusi versio |
|
415 | label_version_new: Uusi versio | |
416 | label_version_plural: Versiot |
|
416 | label_version_plural: Versiot | |
417 | label_confirmation: Vahvistus |
|
417 | label_confirmation: Vahvistus | |
418 | label_export_to: Vie |
|
418 | label_export_to: Vie | |
419 | label_read: Lukee... |
|
419 | label_read: Lukee... | |
420 | label_public_projects: Julkiset projektit |
|
420 | label_public_projects: Julkiset projektit | |
421 | label_open_issues: avoin, yhteensä |
|
421 | label_open_issues: avoin, yhteensä | |
422 | label_open_issues_plural: avointa, yhteensä |
|
422 | label_open_issues_plural: avointa, yhteensä | |
423 | label_closed_issues: suljettu |
|
423 | label_closed_issues: suljettu | |
424 | label_closed_issues_plural: suljettua |
|
424 | label_closed_issues_plural: suljettua | |
425 | label_x_open_issues_abbr_on_total: |
|
425 | label_x_open_issues_abbr_on_total: | |
426 | zero: 0 open / %{total} |
|
426 | zero: 0 open / %{total} | |
427 | one: 1 open / %{total} |
|
427 | one: 1 open / %{total} | |
428 | other: "%{count} open / %{total}" |
|
428 | other: "%{count} open / %{total}" | |
429 | label_x_open_issues_abbr: |
|
429 | label_x_open_issues_abbr: | |
430 | zero: 0 open |
|
430 | zero: 0 open | |
431 | one: 1 open |
|
431 | one: 1 open | |
432 | other: "%{count} open" |
|
432 | other: "%{count} open" | |
433 | label_x_closed_issues_abbr: |
|
433 | label_x_closed_issues_abbr: | |
434 | zero: 0 closed |
|
434 | zero: 0 closed | |
435 | one: 1 closed |
|
435 | one: 1 closed | |
436 | other: "%{count} closed" |
|
436 | other: "%{count} closed" | |
437 | label_total: Yhteensä |
|
437 | label_total: Yhteensä | |
438 | label_permissions: Oikeudet |
|
438 | label_permissions: Oikeudet | |
439 | label_current_status: Nykyinen tila |
|
439 | label_current_status: Nykyinen tila | |
440 | label_new_statuses_allowed: Uudet tilat sallittu |
|
440 | label_new_statuses_allowed: Uudet tilat sallittu | |
441 | label_all: kaikki |
|
441 | label_all: kaikki | |
442 | label_none: ei mitään |
|
442 | label_none: ei mitään | |
443 | label_nobody: ei kukaan |
|
443 | label_nobody: ei kukaan | |
444 | label_next: Seuraava |
|
444 | label_next: Seuraava | |
445 | label_previous: Edellinen |
|
445 | label_previous: Edellinen | |
446 | label_used_by: Käytetty |
|
446 | label_used_by: Käytetty | |
447 | label_details: Yksityiskohdat |
|
447 | label_details: Yksityiskohdat | |
448 | label_add_note: Lisää muistiinpano |
|
448 | label_add_note: Lisää muistiinpano | |
449 | label_per_page: Per sivu |
|
449 | label_per_page: Per sivu | |
450 | label_calendar: Kalenteri |
|
450 | label_calendar: Kalenteri | |
451 | label_months_from: kuukauden päässä |
|
451 | label_months_from: kuukauden päässä | |
452 | label_gantt: Gantt |
|
452 | label_gantt: Gantt | |
453 | label_internal: Sisäinen |
|
453 | label_internal: Sisäinen | |
454 | label_last_changes: "viimeiset %{count} muutokset" |
|
454 | label_last_changes: "viimeiset %{count} muutokset" | |
455 | label_change_view_all: Näytä kaikki muutokset |
|
455 | label_change_view_all: Näytä kaikki muutokset | |
456 | label_personalize_page: Personoi tämä sivu |
|
456 | label_personalize_page: Personoi tämä sivu | |
457 | label_comment: Kommentti |
|
457 | label_comment: Kommentti | |
458 | label_comment_plural: Kommentit |
|
458 | label_comment_plural: Kommentit | |
459 | label_x_comments: |
|
459 | label_x_comments: | |
460 | zero: no comments |
|
460 | zero: no comments | |
461 | one: 1 comment |
|
461 | one: 1 comment | |
462 | other: "%{count} comments" |
|
462 | other: "%{count} comments" | |
463 | label_comment_add: Lisää kommentti |
|
463 | label_comment_add: Lisää kommentti | |
464 | label_comment_added: Kommentti lisätty |
|
464 | label_comment_added: Kommentti lisätty | |
465 | label_comment_delete: Poista kommentti |
|
465 | label_comment_delete: Poista kommentti | |
466 | label_query: Räätälöity haku |
|
466 | label_query: Räätälöity haku | |
467 | label_query_plural: Räätälöidyt haut |
|
467 | label_query_plural: Räätälöidyt haut | |
468 | label_query_new: Uusi haku |
|
468 | label_query_new: Uusi haku | |
469 | label_filter_add: Lisää suodatin |
|
469 | label_filter_add: Lisää suodatin | |
470 | label_filter_plural: Suodattimet |
|
470 | label_filter_plural: Suodattimet | |
471 | label_equals: sama kuin |
|
471 | label_equals: sama kuin | |
472 | label_not_equals: eri kuin |
|
472 | label_not_equals: eri kuin | |
473 | label_in_less_than: pienempi kuin |
|
473 | label_in_less_than: pienempi kuin | |
474 | label_in_more_than: suurempi kuin |
|
474 | label_in_more_than: suurempi kuin | |
475 | label_today: tänään |
|
475 | label_today: tänään | |
476 | label_this_week: tällä viikolla |
|
476 | label_this_week: tällä viikolla | |
477 | label_less_than_ago: vähemmän kuin päivää sitten |
|
477 | label_less_than_ago: vähemmän kuin päivää sitten | |
478 | label_more_than_ago: enemän kuin päivää sitten |
|
478 | label_more_than_ago: enemän kuin päivää sitten | |
479 | label_ago: päiviä sitten |
|
479 | label_ago: päiviä sitten | |
480 | label_contains: sisältää |
|
480 | label_contains: sisältää | |
481 | label_not_contains: ei sisällä |
|
481 | label_not_contains: ei sisällä | |
482 | label_day_plural: päivää |
|
482 | label_day_plural: päivää | |
483 | label_repository: Tietovarasto |
|
483 | label_repository: Tietovarasto | |
484 | label_repository_plural: Tietovarastot |
|
484 | label_repository_plural: Tietovarastot | |
485 | label_browse: Selaus |
|
485 | label_browse: Selaus | |
486 | label_modification: "%{count} muutos" |
|
486 | label_modification: "%{count} muutos" | |
487 | label_modification_plural: "%{count} muutettu" |
|
487 | label_modification_plural: "%{count} muutettu" | |
488 | label_revision: Versio |
|
488 | label_revision: Versio | |
489 | label_revision_plural: Versiot |
|
489 | label_revision_plural: Versiot | |
490 | label_added: lisätty |
|
490 | label_added: lisätty | |
491 | label_modified: muokattu |
|
491 | label_modified: muokattu | |
492 | label_deleted: poistettu |
|
492 | label_deleted: poistettu | |
493 | label_latest_revision: Viimeisin versio |
|
493 | label_latest_revision: Viimeisin versio | |
494 | label_latest_revision_plural: Viimeisimmät versiot |
|
494 | label_latest_revision_plural: Viimeisimmät versiot | |
495 | label_view_revisions: Näytä versiot |
|
495 | label_view_revisions: Näytä versiot | |
496 | label_max_size: Suurin koko |
|
496 | label_max_size: Suurin koko | |
497 | label_sort_highest: Siirrä ylimmäiseksi |
|
497 | label_sort_highest: Siirrä ylimmäiseksi | |
498 | label_sort_higher: Siirrä ylös |
|
498 | label_sort_higher: Siirrä ylös | |
499 | label_sort_lower: Siirrä alas |
|
499 | label_sort_lower: Siirrä alas | |
500 | label_sort_lowest: Siirrä alimmaiseksi |
|
500 | label_sort_lowest: Siirrä alimmaiseksi | |
501 | label_roadmap: Roadmap |
|
501 | label_roadmap: Roadmap | |
502 | label_roadmap_due_in: "Määräaika %{value}" |
|
502 | label_roadmap_due_in: "Määräaika %{value}" | |
503 | label_roadmap_overdue: "%{value} myöhässä" |
|
503 | label_roadmap_overdue: "%{value} myöhässä" | |
504 | label_roadmap_no_issues: Ei tapahtumia tälle versiolle |
|
504 | label_roadmap_no_issues: Ei tapahtumia tälle versiolle | |
505 | label_search: Haku |
|
505 | label_search: Haku | |
506 | label_result_plural: Tulokset |
|
506 | label_result_plural: Tulokset | |
507 | label_all_words: kaikki sanat |
|
507 | label_all_words: kaikki sanat | |
508 | label_wiki: Wiki |
|
508 | label_wiki: Wiki | |
509 | label_wiki_edit: Wiki muokkaus |
|
509 | label_wiki_edit: Wiki muokkaus | |
510 | label_wiki_edit_plural: Wiki muokkaukset |
|
510 | label_wiki_edit_plural: Wiki muokkaukset | |
511 | label_wiki_page: Wiki sivu |
|
511 | label_wiki_page: Wiki sivu | |
512 | label_wiki_page_plural: Wiki sivut |
|
512 | label_wiki_page_plural: Wiki sivut | |
513 | label_index_by_title: Hakemisto otsikoittain |
|
513 | label_index_by_title: Hakemisto otsikoittain | |
514 | label_index_by_date: Hakemisto päivittäin |
|
514 | label_index_by_date: Hakemisto päivittäin | |
515 | label_current_version: Nykyinen versio |
|
515 | label_current_version: Nykyinen versio | |
516 | label_preview: Esikatselu |
|
516 | label_preview: Esikatselu | |
517 | label_feed_plural: Syötteet |
|
517 | label_feed_plural: Syötteet | |
518 | label_changes_details: Kaikkien muutosten yksityiskohdat |
|
518 | label_changes_details: Kaikkien muutosten yksityiskohdat | |
519 | label_issue_tracking: Tapahtumien seuranta |
|
519 | label_issue_tracking: Tapahtumien seuranta | |
520 | label_spent_time: Käytetty aika |
|
520 | label_spent_time: Käytetty aika | |
521 | label_f_hour: "%{value} tunti" |
|
521 | label_f_hour: "%{value} tunti" | |
522 | label_f_hour_plural: "%{value} tuntia" |
|
522 | label_f_hour_plural: "%{value} tuntia" | |
523 | label_time_tracking: Ajan seuranta |
|
523 | label_time_tracking: Ajan seuranta | |
524 | label_change_plural: Muutokset |
|
524 | label_change_plural: Muutokset | |
525 | label_statistics: Tilastot |
|
525 | label_statistics: Tilastot | |
526 | label_commits_per_month: Tapahtumaa per kuukausi |
|
526 | label_commits_per_month: Tapahtumaa per kuukausi | |
527 | label_commits_per_author: Tapahtumaa per tekijä |
|
527 | label_commits_per_author: Tapahtumaa per tekijä | |
528 | label_view_diff: Näytä erot |
|
528 | label_view_diff: Näytä erot | |
529 | label_diff_inline: sisällössä |
|
529 | label_diff_inline: sisällössä | |
530 | label_diff_side_by_side: vierekkäin |
|
530 | label_diff_side_by_side: vierekkäin | |
531 | label_options: Valinnat |
|
531 | label_options: Valinnat | |
532 | label_copy_workflow_from: Kopioi työnkulku |
|
532 | label_copy_workflow_from: Kopioi työnkulku | |
533 | label_permissions_report: Oikeuksien raportti |
|
533 | label_permissions_report: Oikeuksien raportti | |
534 | label_watched_issues: Seurattavat tapahtumat |
|
534 | label_watched_issues: Seurattavat tapahtumat | |
535 | label_related_issues: Liittyvät tapahtumat |
|
535 | label_related_issues: Liittyvät tapahtumat | |
536 | label_applied_status: Lisätty tila |
|
536 | label_applied_status: Lisätty tila | |
537 | label_loading: Lataa... |
|
537 | label_loading: Lataa... | |
538 | label_relation_new: Uusi suhde |
|
538 | label_relation_new: Uusi suhde | |
539 | label_relation_delete: Poista suhde |
|
539 | label_relation_delete: Poista suhde | |
540 | label_relates_to: liittyy |
|
540 | label_relates_to: liittyy | |
541 | label_duplicates: kopio |
|
541 | label_duplicates: kopio | |
542 | label_blocks: estää |
|
542 | label_blocks: estää | |
543 | label_blocked_by: estetty |
|
543 | label_blocked_by: estetty | |
544 | label_precedes: edeltää |
|
544 | label_precedes: edeltää | |
545 | label_follows: seuraa |
|
545 | label_follows: seuraa | |
546 | label_end_to_start: lopusta alkuun |
|
546 | label_end_to_start: lopusta alkuun | |
547 | label_end_to_end: lopusta loppuun |
|
547 | label_end_to_end: lopusta loppuun | |
548 | label_start_to_start: alusta alkuun |
|
548 | label_start_to_start: alusta alkuun | |
549 | label_start_to_end: alusta loppuun |
|
549 | label_start_to_end: alusta loppuun | |
550 | label_stay_logged_in: Pysy kirjautuneena |
|
550 | label_stay_logged_in: Pysy kirjautuneena | |
551 | label_disabled: poistettu käytöstä |
|
551 | label_disabled: poistettu käytöstä | |
552 | label_show_completed_versions: Näytä valmiit versiot |
|
552 | label_show_completed_versions: Näytä valmiit versiot | |
553 | label_me: minä |
|
553 | label_me: minä | |
554 | label_board: Keskustelupalsta |
|
554 | label_board: Keskustelupalsta | |
555 | label_board_new: Uusi keskustelupalsta |
|
555 | label_board_new: Uusi keskustelupalsta | |
556 | label_board_plural: Keskustelupalstat |
|
556 | label_board_plural: Keskustelupalstat | |
557 | label_topic_plural: Aiheet |
|
557 | label_topic_plural: Aiheet | |
558 | label_message_plural: Viestit |
|
558 | label_message_plural: Viestit | |
559 | label_message_last: Viimeisin viesti |
|
559 | label_message_last: Viimeisin viesti | |
560 | label_message_new: Uusi viesti |
|
560 | label_message_new: Uusi viesti | |
561 | label_reply_plural: Vastaukset |
|
561 | label_reply_plural: Vastaukset | |
562 | label_send_information: Lähetä tilin tiedot käyttäjälle |
|
562 | label_send_information: Lähetä tilin tiedot käyttäjälle | |
563 | label_year: Vuosi |
|
563 | label_year: Vuosi | |
564 | label_month: Kuukausi |
|
564 | label_month: Kuukausi | |
565 | label_week: Viikko |
|
565 | label_week: Viikko | |
566 | label_language_based: Pohjautuen käyttäjän kieleen |
|
566 | label_language_based: Pohjautuen käyttäjän kieleen | |
567 | label_sort_by: "Lajittele %{value}" |
|
567 | label_sort_by: "Lajittele %{value}" | |
568 | label_send_test_email: Lähetä testi sähköposti |
|
568 | label_send_test_email: Lähetä testi sähköposti | |
569 | label_feeds_access_key_created_on: "RSS salasana luotiin %{value} sitten" |
|
569 | label_feeds_access_key_created_on: "RSS salasana luotiin %{value} sitten" | |
570 | label_module_plural: Moduulit |
|
570 | label_module_plural: Moduulit | |
571 | label_added_time_by: "Lisännyt %{author} %{age} sitten" |
|
571 | label_added_time_by: "Lisännyt %{author} %{age} sitten" | |
572 | label_updated_time: "Päivitetty %{value} sitten" |
|
572 | label_updated_time: "Päivitetty %{value} sitten" | |
573 | label_jump_to_a_project: Siirry projektiin... |
|
573 | label_jump_to_a_project: Siirry projektiin... | |
574 | label_file_plural: Tiedostot |
|
574 | label_file_plural: Tiedostot | |
575 | label_changeset_plural: Muutosryhmät |
|
575 | label_changeset_plural: Muutosryhmät | |
576 | label_default_columns: Vakiosarakkeet |
|
576 | label_default_columns: Vakiosarakkeet | |
577 | label_no_change_option: (Ei muutosta) |
|
577 | label_no_change_option: (Ei muutosta) | |
578 | label_bulk_edit_selected_issues: Perusmuotoile valitut tapahtumat |
|
578 | label_bulk_edit_selected_issues: Perusmuotoile valitut tapahtumat | |
579 | label_theme: Teema |
|
579 | label_theme: Teema | |
580 | label_default: Vakio |
|
580 | label_default: Vakio | |
581 | label_search_titles_only: Hae vain otsikot |
|
581 | label_search_titles_only: Hae vain otsikot | |
582 | label_user_mail_option_all: "Kaikista tapahtumista kaikissa projekteistani" |
|
582 | label_user_mail_option_all: "Kaikista tapahtumista kaikissa projekteistani" | |
583 | label_user_mail_option_selected: "Kaikista tapahtumista vain valitsemistani projekteista..." |
|
583 | label_user_mail_option_selected: "Kaikista tapahtumista vain valitsemistani projekteista..." | |
584 | label_user_mail_no_self_notified: "En halua muistutusta muutoksista joita itse teen" |
|
584 | label_user_mail_no_self_notified: "En halua muistutusta muutoksista joita itse teen" | |
585 | label_registration_activation_by_email: tilin aktivointi sähköpostitse |
|
585 | label_registration_activation_by_email: tilin aktivointi sähköpostitse | |
586 | label_registration_manual_activation: tilin aktivointi käsin |
|
586 | label_registration_manual_activation: tilin aktivointi käsin | |
587 | label_registration_automatic_activation: tilin aktivointi automaattisesti |
|
587 | label_registration_automatic_activation: tilin aktivointi automaattisesti | |
588 | label_display_per_page: "Per sivu: %{value}" |
|
588 | label_display_per_page: "Per sivu: %{value}" | |
589 | label_age: Ikä |
|
589 | label_age: Ikä | |
590 | label_change_properties: Vaihda asetuksia |
|
590 | label_change_properties: Vaihda asetuksia | |
591 | label_general: Yleinen |
|
591 | label_general: Yleinen | |
592 |
|
592 | |||
593 | button_login: Kirjaudu |
|
593 | button_login: Kirjaudu | |
594 | button_submit: Lähetä |
|
594 | button_submit: Lähetä | |
595 | button_save: Tallenna |
|
595 | button_save: Tallenna | |
596 | button_check_all: Valitse kaikki |
|
596 | button_check_all: Valitse kaikki | |
597 | button_uncheck_all: Poista valinnat |
|
597 | button_uncheck_all: Poista valinnat | |
598 | button_delete: Poista |
|
598 | button_delete: Poista | |
599 | button_create: Luo |
|
599 | button_create: Luo | |
600 | button_test: Testaa |
|
600 | button_test: Testaa | |
601 | button_edit: Muokkaa |
|
601 | button_edit: Muokkaa | |
602 | button_add: Lisää |
|
602 | button_add: Lisää | |
603 | button_change: Muuta |
|
603 | button_change: Muuta | |
604 | button_apply: Ota käyttöön |
|
604 | button_apply: Ota käyttöön | |
605 | button_clear: Tyhjää |
|
605 | button_clear: Tyhjää | |
606 | button_lock: Lukitse |
|
606 | button_lock: Lukitse | |
607 | button_unlock: Vapauta |
|
607 | button_unlock: Vapauta | |
608 | button_download: Lataa |
|
608 | button_download: Lataa | |
609 | button_list: Lista |
|
609 | button_list: Lista | |
610 | button_view: Näytä |
|
610 | button_view: Näytä | |
611 | button_move: Siirrä |
|
611 | button_move: Siirrä | |
612 | button_back: Takaisin |
|
612 | button_back: Takaisin | |
613 | button_cancel: Peruuta |
|
613 | button_cancel: Peruuta | |
614 | button_activate: Aktivoi |
|
614 | button_activate: Aktivoi | |
615 | button_sort: Järjestä |
|
615 | button_sort: Järjestä | |
616 | button_log_time: Seuraa aikaa |
|
616 | button_log_time: Seuraa aikaa | |
617 | button_rollback: Siirry takaisin tähän versioon |
|
617 | button_rollback: Siirry takaisin tähän versioon | |
618 | button_watch: Seuraa |
|
618 | button_watch: Seuraa | |
619 | button_unwatch: Älä seuraa |
|
619 | button_unwatch: Älä seuraa | |
620 | button_reply: Vastaa |
|
620 | button_reply: Vastaa | |
621 | button_archive: Arkistoi |
|
621 | button_archive: Arkistoi | |
622 | button_unarchive: Palauta |
|
622 | button_unarchive: Palauta | |
623 | button_reset: Nollaus |
|
623 | button_reset: Nollaus | |
624 | button_rename: Uudelleen nimeä |
|
624 | button_rename: Uudelleen nimeä | |
625 | button_change_password: Vaihda salasana |
|
625 | button_change_password: Vaihda salasana | |
626 | button_copy: Kopioi |
|
626 | button_copy: Kopioi | |
627 | button_annotate: Lisää selitys |
|
627 | button_annotate: Lisää selitys | |
628 | button_update: Päivitä |
|
628 | button_update: Päivitä | |
629 |
|
629 | |||
630 | status_active: aktiivinen |
|
630 | status_active: aktiivinen | |
631 | status_registered: rekisteröity |
|
631 | status_registered: rekisteröity | |
632 | status_locked: lukittu |
|
632 | status_locked: lukittu | |
633 |
|
633 | |||
634 | text_select_mail_notifications: Valitse tapahtumat joista tulisi lähettää sähköpostimuistutus. |
|
634 | text_select_mail_notifications: Valitse tapahtumat joista tulisi lähettää sähköpostimuistutus. | |
635 | text_regexp_info: esim. ^[A-Z0-9]+$ |
|
635 | text_regexp_info: esim. ^[A-Z0-9]+$ | |
636 | text_min_max_length_info: 0 tarkoittaa, ei rajoitusta |
|
636 | text_min_max_length_info: 0 tarkoittaa, ei rajoitusta | |
637 | text_project_destroy_confirmation: Oletko varma että haluat poistaa tämän projektin ja kaikki siihen kuuluvat tiedot? |
|
637 | text_project_destroy_confirmation: Oletko varma että haluat poistaa tämän projektin ja kaikki siihen kuuluvat tiedot? | |
638 | text_workflow_edit: Valitse rooli ja tapahtuma muokataksesi työnkulkua |
|
638 | text_workflow_edit: Valitse rooli ja tapahtuma muokataksesi työnkulkua | |
639 | text_are_you_sure: Oletko varma? |
|
639 | text_are_you_sure: Oletko varma? | |
640 | text_tip_issue_begin_day: tehtävä joka alkaa tänä päivänä |
|
640 | text_tip_issue_begin_day: tehtävä joka alkaa tänä päivänä | |
641 | text_tip_issue_end_day: tehtävä joka loppuu tänä päivänä |
|
641 | text_tip_issue_end_day: tehtävä joka loppuu tänä päivänä | |
642 | text_tip_issue_begin_end_day: tehtävä joka alkaa ja loppuu tänä päivänä |
|
642 | text_tip_issue_begin_end_day: tehtävä joka alkaa ja loppuu tänä päivänä | |
643 | text_project_identifier_info: 'Pienet kirjaimet (a-z), numerot ja viivat ovat sallittu.<br />Tallentamisen jälkeen tunnistetta ei voi muuttaa.' |
|
643 | text_project_identifier_info: 'Pienet kirjaimet (a-z), numerot ja viivat ovat sallittu.<br />Tallentamisen jälkeen tunnistetta ei voi muuttaa.' | |
644 | text_caracters_maximum: "%{count} merkkiä enintään." |
|
644 | text_caracters_maximum: "%{count} merkkiä enintään." | |
645 | text_caracters_minimum: "Täytyy olla vähintään %{count} merkkiä pitkä." |
|
645 | text_caracters_minimum: "Täytyy olla vähintään %{count} merkkiä pitkä." | |
646 | text_length_between: "Pituus välillä %{min} ja %{max} merkkiä." |
|
646 | text_length_between: "Pituus välillä %{min} ja %{max} merkkiä." | |
647 | text_tracker_no_workflow: Työnkulkua ei määritelty tälle tapahtumalle |
|
647 | text_tracker_no_workflow: Työnkulkua ei määritelty tälle tapahtumalle | |
648 | text_unallowed_characters: Kiellettyjä merkkejä |
|
648 | text_unallowed_characters: Kiellettyjä merkkejä | |
649 | text_comma_separated: Useat arvot sallittu (pilkku eroteltuna). |
|
649 | text_comma_separated: Useat arvot sallittu (pilkku eroteltuna). | |
650 | text_issues_ref_in_commit_messages: Liitän ja korjaan ongelmia syötetyssä viestissä |
|
650 | text_issues_ref_in_commit_messages: Liitän ja korjaan ongelmia syötetyssä viestissä | |
651 | text_issue_added: "Issue %{id} has been reported by %{author}." |
|
651 | text_issue_added: "Issue %{id} has been reported by %{author}." | |
652 | text_issue_updated: "Issue %{id} has been updated by %{author}." |
|
652 | text_issue_updated: "Issue %{id} has been updated by %{author}." | |
653 | text_wiki_destroy_confirmation: Oletko varma että haluat poistaa tämän wiki:n ja kaikki sen sisältämän tiedon? |
|
653 | text_wiki_destroy_confirmation: Oletko varma että haluat poistaa tämän wiki:n ja kaikki sen sisältämän tiedon? | |
654 | text_issue_category_destroy_question: "Jotkut tapahtumat (%{count}) ovat nimetty tälle luokalle. Mitä haluat tehdä?" |
|
654 | text_issue_category_destroy_question: "Jotkut tapahtumat (%{count}) ovat nimetty tälle luokalle. Mitä haluat tehdä?" | |
655 | text_issue_category_destroy_assignments: Poista luokan tehtävät |
|
655 | text_issue_category_destroy_assignments: Poista luokan tehtävät | |
656 | text_issue_category_reassign_to: Vaihda tapahtuma tähän luokkaan |
|
656 | text_issue_category_reassign_to: Vaihda tapahtuma tähän luokkaan | |
657 | text_user_mail_option: "Valitsemattomille projekteille, saat vain muistutuksen asioista joita seuraat tai olet mukana (esim. tapahtumat joissa olet tekijä tai nimettynä)." |
|
657 | text_user_mail_option: "Valitsemattomille projekteille, saat vain muistutuksen asioista joita seuraat tai olet mukana (esim. tapahtumat joissa olet tekijä tai nimettynä)." | |
658 | text_no_configuration_data: "Rooleja, tapahtumien tiloja ja työnkulkua ei vielä olla määritelty.\nOn erittäin suotavaa ladata vakioasetukset. Voit muuttaa sitä latauksen jälkeen." |
|
658 | text_no_configuration_data: "Rooleja, tapahtumien tiloja ja työnkulkua ei vielä olla määritelty.\nOn erittäin suotavaa ladata vakioasetukset. Voit muuttaa sitä latauksen jälkeen." | |
659 | text_load_default_configuration: Lataa vakioasetukset |
|
659 | text_load_default_configuration: Lataa vakioasetukset | |
660 |
|
660 | |||
661 | default_role_manager: Päälikkö |
|
661 | default_role_manager: Päälikkö | |
662 | default_role_developer: Kehittäjä |
|
662 | default_role_developer: Kehittäjä | |
663 | default_role_reporter: Tarkastelija |
|
663 | default_role_reporter: Tarkastelija | |
664 | default_tracker_bug: Ohjelmointivirhe |
|
664 | default_tracker_bug: Ohjelmointivirhe | |
665 | default_tracker_feature: Ominaisuus |
|
665 | default_tracker_feature: Ominaisuus | |
666 | default_tracker_support: Tuki |
|
666 | default_tracker_support: Tuki | |
667 | default_issue_status_new: Uusi |
|
667 | default_issue_status_new: Uusi | |
668 | default_issue_status_in_progress: In Progress |
|
668 | default_issue_status_in_progress: In Progress | |
669 | default_issue_status_resolved: Hyväksytty |
|
669 | default_issue_status_resolved: Hyväksytty | |
670 | default_issue_status_feedback: Palaute |
|
670 | default_issue_status_feedback: Palaute | |
671 | default_issue_status_closed: Suljettu |
|
671 | default_issue_status_closed: Suljettu | |
672 | default_issue_status_rejected: Hylätty |
|
672 | default_issue_status_rejected: Hylätty | |
673 | default_doc_category_user: Käyttäjä dokumentaatio |
|
673 | default_doc_category_user: Käyttäjä dokumentaatio | |
674 | default_doc_category_tech: Tekninen dokumentaatio |
|
674 | default_doc_category_tech: Tekninen dokumentaatio | |
675 | default_priority_low: Matala |
|
675 | default_priority_low: Matala | |
676 | default_priority_normal: Normaali |
|
676 | default_priority_normal: Normaali | |
677 | default_priority_high: Korkea |
|
677 | default_priority_high: Korkea | |
678 | default_priority_urgent: Kiireellinen |
|
678 | default_priority_urgent: Kiireellinen | |
679 | default_priority_immediate: Valitön |
|
679 | default_priority_immediate: Valitön | |
680 | default_activity_design: Suunnittelu |
|
680 | default_activity_design: Suunnittelu | |
681 | default_activity_development: Kehitys |
|
681 | default_activity_development: Kehitys | |
682 |
|
682 | |||
683 | enumeration_issue_priorities: Tapahtuman tärkeysjärjestys |
|
683 | enumeration_issue_priorities: Tapahtuman tärkeysjärjestys | |
684 | enumeration_doc_categories: Dokumentin luokat |
|
684 | enumeration_doc_categories: Dokumentin luokat | |
685 | enumeration_activities: Historia (ajan seuranta) |
|
685 | enumeration_activities: Historia (ajan seuranta) | |
686 | label_associated_revisions: Liittyvät versiot |
|
686 | label_associated_revisions: Liittyvät versiot | |
687 | setting_user_format: Käyttäjien esitysmuoto |
|
687 | setting_user_format: Käyttäjien esitysmuoto | |
688 | text_status_changed_by_changeset: "Päivitetty muutosversioon %{value}." |
|
688 | text_status_changed_by_changeset: "Päivitetty muutosversioon %{value}." | |
689 | text_issues_destroy_confirmation: 'Oletko varma että haluat poistaa valitut tapahtumat ?' |
|
689 | text_issues_destroy_confirmation: 'Oletko varma että haluat poistaa valitut tapahtumat ?' | |
690 | label_more: Lisää |
|
690 | label_more: Lisää | |
691 | label_issue_added: Tapahtuma lisätty |
|
691 | label_issue_added: Tapahtuma lisätty | |
692 | label_issue_updated: Tapahtuma päivitetty |
|
692 | label_issue_updated: Tapahtuma päivitetty | |
693 | label_document_added: Dokumentti lisätty |
|
693 | label_document_added: Dokumentti lisätty | |
694 | label_message_posted: Viesti lisätty |
|
694 | label_message_posted: Viesti lisätty | |
695 | label_file_added: Tiedosto lisätty |
|
695 | label_file_added: Tiedosto lisätty | |
696 | label_scm: SCM |
|
696 | label_scm: SCM | |
697 | text_select_project_modules: 'Valitse modulit jotka haluat käyttöön tähän projektiin:' |
|
697 | text_select_project_modules: 'Valitse modulit jotka haluat käyttöön tähän projektiin:' | |
698 | label_news_added: Uutinen lisätty |
|
698 | label_news_added: Uutinen lisätty | |
699 | project_module_boards: Keskustelupalsta |
|
699 | project_module_boards: Keskustelupalsta | |
700 | project_module_issue_tracking: Tapahtuman seuranta |
|
700 | project_module_issue_tracking: Tapahtuman seuranta | |
701 | project_module_wiki: Wiki |
|
701 | project_module_wiki: Wiki | |
702 | project_module_files: Tiedostot |
|
702 | project_module_files: Tiedostot | |
703 | project_module_documents: Dokumentit |
|
703 | project_module_documents: Dokumentit | |
704 | project_module_repository: Tietovarasto |
|
704 | project_module_repository: Tietovarasto | |
705 | project_module_news: Uutiset |
|
705 | project_module_news: Uutiset | |
706 | project_module_time_tracking: Ajan seuranta |
|
706 | project_module_time_tracking: Ajan seuranta | |
707 | text_file_repository_writable: Kirjoitettava tiedostovarasto |
|
707 | text_file_repository_writable: Kirjoitettava tiedostovarasto | |
708 | text_default_administrator_account_changed: Vakio hallinoijan tunnus muutettu |
|
708 | text_default_administrator_account_changed: Vakio hallinoijan tunnus muutettu | |
709 | text_rmagick_available: RMagick saatavilla (valinnainen) |
|
709 | text_rmagick_available: RMagick saatavilla (valinnainen) | |
710 | button_configure: Asetukset |
|
710 | button_configure: Asetukset | |
711 | label_plugins: Lisäosat |
|
711 | label_plugins: Lisäosat | |
712 | label_ldap_authentication: LDAP tunnistautuminen |
|
712 | label_ldap_authentication: LDAP tunnistautuminen | |
713 | label_downloads_abbr: D/L |
|
713 | label_downloads_abbr: D/L | |
714 | label_add_another_file: Lisää uusi tiedosto |
|
714 | label_add_another_file: Lisää uusi tiedosto | |
715 | label_this_month: tässä kuussa |
|
715 | label_this_month: tässä kuussa | |
716 | text_destroy_time_entries_question: "%{hours} tuntia on raportoitu tapahtumasta jonka aiot poistaa. Mitä haluat tehdä ?" |
|
716 | text_destroy_time_entries_question: "%{hours} tuntia on raportoitu tapahtumasta jonka aiot poistaa. Mitä haluat tehdä ?" | |
717 | label_last_n_days: "viimeiset %{count} päivää" |
|
717 | label_last_n_days: "viimeiset %{count} päivää" | |
718 | label_all_time: koko ajalta |
|
718 | label_all_time: koko ajalta | |
719 | error_issue_not_found_in_project: 'Tapahtumaa ei löytynyt tai se ei kuulu tähän projektiin' |
|
719 | error_issue_not_found_in_project: 'Tapahtumaa ei löytynyt tai se ei kuulu tähän projektiin' | |
720 | label_this_year: tänä vuonna |
|
720 | label_this_year: tänä vuonna | |
721 | text_assign_time_entries_to_project: Määritä tunnit projektille |
|
721 | text_assign_time_entries_to_project: Määritä tunnit projektille | |
722 | label_date_range: Aikaväli |
|
722 | label_date_range: Aikaväli | |
723 | label_last_week: viime viikolla |
|
723 | label_last_week: viime viikolla | |
724 | label_yesterday: eilen |
|
724 | label_yesterday: eilen | |
725 | label_optional_description: Lisäkuvaus |
|
725 | label_optional_description: Lisäkuvaus | |
726 | label_last_month: viime kuussa |
|
726 | label_last_month: viime kuussa | |
727 | text_destroy_time_entries: Poista raportoidut tunnit |
|
727 | text_destroy_time_entries: Poista raportoidut tunnit | |
728 | text_reassign_time_entries: 'Siirrä raportoidut tunnit tälle tapahtumalle:' |
|
728 | text_reassign_time_entries: 'Siirrä raportoidut tunnit tälle tapahtumalle:' | |
729 | label_chronological_order: Aikajärjestyksessä |
|
729 | label_chronological_order: Aikajärjestyksessä | |
730 | label_date_to: '' |
|
730 | label_date_to: '' | |
731 | setting_activity_days_default: Päivien esittäminen projektien historiassa |
|
731 | setting_activity_days_default: Päivien esittäminen projektien historiassa | |
732 | label_date_from: '' |
|
732 | label_date_from: '' | |
733 | label_in: '' |
|
733 | label_in: '' | |
734 | setting_display_subprojects_issues: Näytä aliprojektien tapahtumat pääprojektissa oletusarvoisesti |
|
734 | setting_display_subprojects_issues: Näytä aliprojektien tapahtumat pääprojektissa oletusarvoisesti | |
735 | field_comments_sorting: Näytä kommentit |
|
735 | field_comments_sorting: Näytä kommentit | |
736 | label_reverse_chronological_order: Käänteisessä aikajärjestyksessä |
|
736 | label_reverse_chronological_order: Käänteisessä aikajärjestyksessä | |
737 | label_preferences: Asetukset |
|
737 | label_preferences: Asetukset | |
738 | setting_default_projects_public: Uudet projektit ovat oletuksena julkisia |
|
738 | setting_default_projects_public: Uudet projektit ovat oletuksena julkisia | |
739 | label_overall_activity: Kokonaishistoria |
|
739 | label_overall_activity: Kokonaishistoria | |
740 | error_scm_annotate: "Merkintää ei ole tai siihen ei voi lisätä selityksiä." |
|
740 | error_scm_annotate: "Merkintää ei ole tai siihen ei voi lisätä selityksiä." | |
741 | label_planning: Suunnittelu |
|
741 | label_planning: Suunnittelu | |
742 | text_subprojects_destroy_warning: "Tämän aliprojekti(t): %{value} tullaan myös poistamaan." |
|
742 | text_subprojects_destroy_warning: "Tämän aliprojekti(t): %{value} tullaan myös poistamaan." | |
743 | label_and_its_subprojects: "%{value} ja aliprojektit" |
|
743 | label_and_its_subprojects: "%{value} ja aliprojektit" | |
744 | mail_body_reminder: "%{count} sinulle nimettyä tapahtuma(a) erääntyy %{days} päivä sisään:" |
|
744 | mail_body_reminder: "%{count} sinulle nimettyä tapahtuma(a) erääntyy %{days} päivä sisään:" | |
745 | mail_subject_reminder: "%{count} tapahtuma(a) erääntyy %{days} lähipäivinä" |
|
745 | mail_subject_reminder: "%{count} tapahtuma(a) erääntyy %{days} lähipäivinä" | |
746 | text_user_wrote: "%{value} kirjoitti:" |
|
746 | text_user_wrote: "%{value} kirjoitti:" | |
747 | label_duplicated_by: kopioinut |
|
747 | label_duplicated_by: kopioinut | |
748 | setting_enabled_scm: Versionhallinta käytettävissä |
|
748 | setting_enabled_scm: Versionhallinta käytettävissä | |
749 | text_enumeration_category_reassign_to: 'Siirrä täksi arvoksi:' |
|
749 | text_enumeration_category_reassign_to: 'Siirrä täksi arvoksi:' | |
750 | text_enumeration_destroy_question: "%{count} kohdetta on sijoitettu tälle arvolle." |
|
750 | text_enumeration_destroy_question: "%{count} kohdetta on sijoitettu tälle arvolle." | |
751 | label_incoming_emails: Saapuvat sähköpostiviestit |
|
751 | label_incoming_emails: Saapuvat sähköpostiviestit | |
752 | label_generate_key: Luo avain |
|
752 | label_generate_key: Luo avain | |
753 | setting_mail_handler_api_enabled: Ota käyttöön WS saapuville sähköposteille |
|
753 | setting_mail_handler_api_enabled: Ota käyttöön WS saapuville sähköposteille | |
754 | setting_mail_handler_api_key: API avain |
|
754 | setting_mail_handler_api_key: API avain | |
755 | text_email_delivery_not_configured: "Sähköpostin jakelu ei ole määritelty ja sähköpostimuistutukset eivät ole käytössä.\nKonfiguroi sähköpostipalvelinasetukset (SMTP) config/configuration.yml tiedostosta ja uudelleenkäynnistä sovellus jotta asetukset astuvat voimaan." |
|
755 | text_email_delivery_not_configured: "Sähköpostin jakelu ei ole määritelty ja sähköpostimuistutukset eivät ole käytössä.\nKonfiguroi sähköpostipalvelinasetukset (SMTP) config/configuration.yml tiedostosta ja uudelleenkäynnistä sovellus jotta asetukset astuvat voimaan." | |
756 | field_parent_title: Aloitussivu |
|
756 | field_parent_title: Aloitussivu | |
757 | label_issue_watchers: Tapahtuman seuraajat |
|
757 | label_issue_watchers: Tapahtuman seuraajat | |
758 | button_quote: Vastaa |
|
758 | button_quote: Vastaa | |
759 | setting_sequential_project_identifiers: Luo peräkkäiset projektien tunnisteet |
|
759 | setting_sequential_project_identifiers: Luo peräkkäiset projektien tunnisteet | |
760 | notice_unable_delete_version: Version poisto epäonnistui |
|
760 | notice_unable_delete_version: Version poisto epäonnistui | |
761 | label_renamed: uudelleennimetty |
|
761 | label_renamed: uudelleennimetty | |
762 | label_copied: kopioitu |
|
762 | label_copied: kopioitu | |
763 | setting_plain_text_mail: vain muotoilematonta tekstiä (ei HTML) |
|
763 | setting_plain_text_mail: vain muotoilematonta tekstiä (ei HTML) | |
764 | permission_view_files: Näytä tiedostot |
|
764 | permission_view_files: Näytä tiedostot | |
765 | permission_edit_issues: Muokkaa tapahtumia |
|
765 | permission_edit_issues: Muokkaa tapahtumia | |
766 | permission_edit_own_time_entries: Muokka omia aikamerkintöjä |
|
766 | permission_edit_own_time_entries: Muokka omia aikamerkintöjä | |
767 | permission_manage_public_queries: Hallinnoi julkisia hakuja |
|
767 | permission_manage_public_queries: Hallinnoi julkisia hakuja | |
768 | permission_add_issues: Lisää tapahtumia |
|
768 | permission_add_issues: Lisää tapahtumia | |
769 | permission_log_time: Lokita käytettyä aikaa |
|
769 | permission_log_time: Lokita käytettyä aikaa | |
770 | permission_view_changesets: Näytä muutosryhmät |
|
770 | permission_view_changesets: Näytä muutosryhmät | |
771 | permission_view_time_entries: Näytä käytetty aika |
|
771 | permission_view_time_entries: Näytä käytetty aika | |
772 | permission_manage_versions: Hallinnoi versioita |
|
772 | permission_manage_versions: Hallinnoi versioita | |
773 | permission_manage_wiki: Hallinnoi wikiä |
|
773 | permission_manage_wiki: Hallinnoi wikiä | |
774 | permission_manage_categories: Hallinnoi tapahtumien luokkia |
|
774 | permission_manage_categories: Hallinnoi tapahtumien luokkia | |
775 | permission_protect_wiki_pages: Suojaa wiki sivut |
|
775 | permission_protect_wiki_pages: Suojaa wiki sivut | |
776 | permission_comment_news: Kommentoi uutisia |
|
776 | permission_comment_news: Kommentoi uutisia | |
777 | permission_delete_messages: Poista viestit |
|
777 | permission_delete_messages: Poista viestit | |
778 | permission_select_project_modules: Valitse projektin modulit |
|
778 | permission_select_project_modules: Valitse projektin modulit | |
779 | permission_manage_documents: Hallinnoi dokumentteja |
|
779 | permission_manage_documents: Hallinnoi dokumentteja | |
780 | permission_edit_wiki_pages: Muokkaa wiki sivuja |
|
780 | permission_edit_wiki_pages: Muokkaa wiki sivuja | |
781 | permission_add_issue_watchers: Lisää seuraajia |
|
781 | permission_add_issue_watchers: Lisää seuraajia | |
782 | permission_view_gantt: Näytä gantt kaavio |
|
782 | permission_view_gantt: Näytä gantt kaavio | |
783 | permission_move_issues: Siirrä tapahtuma |
|
783 | permission_move_issues: Siirrä tapahtuma | |
784 | permission_manage_issue_relations: Hallinoi tapahtuman suhteita |
|
784 | permission_manage_issue_relations: Hallinoi tapahtuman suhteita | |
785 | permission_delete_wiki_pages: Poista wiki sivuja |
|
785 | permission_delete_wiki_pages: Poista wiki sivuja | |
786 | permission_manage_boards: Hallinnoi keskustelupalstaa |
|
786 | permission_manage_boards: Hallinnoi keskustelupalstaa | |
787 | permission_delete_wiki_pages_attachments: Poista liitteitä |
|
787 | permission_delete_wiki_pages_attachments: Poista liitteitä | |
788 | permission_view_wiki_edits: Näytä wiki historia |
|
788 | permission_view_wiki_edits: Näytä wiki historia | |
789 | permission_add_messages: Jätä viesti |
|
789 | permission_add_messages: Jätä viesti | |
790 | permission_view_messages: Näytä viestejä |
|
790 | permission_view_messages: Näytä viestejä | |
791 | permission_manage_files: Hallinnoi tiedostoja |
|
791 | permission_manage_files: Hallinnoi tiedostoja | |
792 | permission_edit_issue_notes: Muokkaa muistiinpanoja |
|
792 | permission_edit_issue_notes: Muokkaa muistiinpanoja | |
793 | permission_manage_news: Hallinnoi uutisia |
|
793 | permission_manage_news: Hallinnoi uutisia | |
794 | permission_view_calendar: Näytä kalenteri |
|
794 | permission_view_calendar: Näytä kalenteri | |
795 | permission_manage_members: Hallinnoi jäseniä |
|
795 | permission_manage_members: Hallinnoi jäseniä | |
796 | permission_edit_messages: Muokkaa viestejä |
|
796 | permission_edit_messages: Muokkaa viestejä | |
797 | permission_delete_issues: Poista tapahtumia |
|
797 | permission_delete_issues: Poista tapahtumia | |
798 | permission_view_issue_watchers: Näytä seuraaja lista |
|
798 | permission_view_issue_watchers: Näytä seuraaja lista | |
799 | permission_manage_repository: Hallinnoi tietovarastoa |
|
799 | permission_manage_repository: Hallinnoi tietovarastoa | |
800 | permission_commit_access: Tee pääsyoikeus |
|
800 | permission_commit_access: Tee pääsyoikeus | |
801 | permission_browse_repository: Selaa tietovarastoa |
|
801 | permission_browse_repository: Selaa tietovarastoa | |
802 | permission_view_documents: Näytä dokumentit |
|
802 | permission_view_documents: Näytä dokumentit | |
803 | permission_edit_project: Muokkaa projektia |
|
803 | permission_edit_project: Muokkaa projektia | |
804 | permission_add_issue_notes: Lisää muistiinpanoja |
|
804 | permission_add_issue_notes: Lisää muistiinpanoja | |
805 | permission_save_queries: Tallenna hakuja |
|
805 | permission_save_queries: Tallenna hakuja | |
806 | permission_view_wiki_pages: Näytä wiki |
|
806 | permission_view_wiki_pages: Näytä wiki | |
807 | permission_rename_wiki_pages: Uudelleennimeä wiki sivuja |
|
807 | permission_rename_wiki_pages: Uudelleennimeä wiki sivuja | |
808 | permission_edit_time_entries: Muokkaa aika lokeja |
|
808 | permission_edit_time_entries: Muokkaa aika lokeja | |
809 | permission_edit_own_issue_notes: Muokkaa omia muistiinpanoja |
|
809 | permission_edit_own_issue_notes: Muokkaa omia muistiinpanoja | |
810 | setting_gravatar_enabled: Käytä Gravatar käyttäjä ikoneita |
|
810 | setting_gravatar_enabled: Käytä Gravatar käyttäjä ikoneita | |
811 | label_example: Esimerkki |
|
811 | label_example: Esimerkki | |
812 | text_repository_usernames_mapping: "Valitse päivittääksesi Redmine käyttäjä jokaiseen käyttäjään joka löytyy tietovaraston lokista.\nKäyttäjät joilla on sama Redmine ja tietovaraston käyttäjänimi tai sähköpostiosoite, yhdistetään automaattisesti." |
|
812 | text_repository_usernames_mapping: "Valitse päivittääksesi Redmine käyttäjä jokaiseen käyttäjään joka löytyy tietovaraston lokista.\nKäyttäjät joilla on sama Redmine ja tietovaraston käyttäjänimi tai sähköpostiosoite, yhdistetään automaattisesti." | |
813 | permission_edit_own_messages: Muokkaa omia viestejä |
|
813 | permission_edit_own_messages: Muokkaa omia viestejä | |
814 | permission_delete_own_messages: Poista omia viestejä |
|
814 | permission_delete_own_messages: Poista omia viestejä | |
815 | label_user_activity: "Käyttäjän %{value} historia" |
|
815 | label_user_activity: "Käyttäjän %{value} historia" | |
816 | label_updated_time_by: "Updated by %{author} %{age} ago" |
|
816 | label_updated_time_by: "Updated by %{author} %{age} ago" | |
817 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
817 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' | |
818 | setting_diff_max_lines_displayed: Max number of diff lines displayed |
|
818 | setting_diff_max_lines_displayed: Max number of diff lines displayed | |
819 | text_plugin_assets_writable: Plugin assets directory writable |
|
819 | text_plugin_assets_writable: Plugin assets directory writable | |
820 | warning_attachments_not_saved: "%{count} file(s) could not be saved." |
|
820 | warning_attachments_not_saved: "%{count} file(s) could not be saved." | |
821 | button_create_and_continue: Create and continue |
|
821 | button_create_and_continue: Create and continue | |
822 | text_custom_field_possible_values_info: 'One line for each value' |
|
822 | text_custom_field_possible_values_info: 'One line for each value' | |
823 | label_display: Display |
|
823 | label_display: Display | |
824 | field_editable: Editable |
|
824 | field_editable: Editable | |
825 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
825 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
826 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
826 | setting_file_max_size_displayed: Max size of text files displayed inline | |
827 | field_watcher: Watcher |
|
827 | field_watcher: Watcher | |
828 | setting_openid: Allow OpenID login and registration |
|
828 | setting_openid: Allow OpenID login and registration | |
829 | field_identity_url: OpenID URL |
|
829 | field_identity_url: OpenID URL | |
830 | label_login_with_open_id_option: or login with OpenID |
|
830 | label_login_with_open_id_option: or login with OpenID | |
831 | field_content: Content |
|
831 | field_content: Content | |
832 | label_descending: Descending |
|
832 | label_descending: Descending | |
833 | label_sort: Sort |
|
833 | label_sort: Sort | |
834 | label_ascending: Ascending |
|
834 | label_ascending: Ascending | |
835 | label_date_from_to: From %{start} to %{end} |
|
835 | label_date_from_to: From %{start} to %{end} | |
836 | label_greater_or_equal: ">=" |
|
836 | label_greater_or_equal: ">=" | |
837 | label_less_or_equal: <= |
|
837 | label_less_or_equal: <= | |
838 | text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do? |
|
838 | text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do? | |
839 | text_wiki_page_reassign_children: Reassign child pages to this parent page |
|
839 | text_wiki_page_reassign_children: Reassign child pages to this parent page | |
840 | text_wiki_page_nullify_children: Keep child pages as root pages |
|
840 | text_wiki_page_nullify_children: Keep child pages as root pages | |
841 | text_wiki_page_destroy_children: Delete child pages and all their descendants |
|
841 | text_wiki_page_destroy_children: Delete child pages and all their descendants | |
842 | setting_password_min_length: Minimum password length |
|
842 | setting_password_min_length: Minimum password length | |
843 | field_group_by: Group results by |
|
843 | field_group_by: Group results by | |
844 | mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" |
|
844 | mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" | |
845 | label_wiki_content_added: Wiki page added |
|
845 | label_wiki_content_added: Wiki page added | |
846 | mail_subject_wiki_content_added: "'%{id}' wiki page has been added" |
|
846 | mail_subject_wiki_content_added: "'%{id}' wiki page has been added" | |
847 | mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}. |
|
847 | mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}. | |
848 | label_wiki_content_updated: Wiki page updated |
|
848 | label_wiki_content_updated: Wiki page updated | |
849 | mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}. |
|
849 | mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}. | |
850 | permission_add_project: Create project |
|
850 | permission_add_project: Create project | |
851 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project |
|
851 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project | |
852 | label_view_all_revisions: View all revisions |
|
852 | label_view_all_revisions: View all revisions | |
853 | label_tag: Tag |
|
853 | label_tag: Tag | |
854 | label_branch: Branch |
|
854 | label_branch: Branch | |
855 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. |
|
855 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
856 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
|
856 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). | |
857 | text_journal_changed: "%{label} changed from %{old} to %{new}" |
|
857 | text_journal_changed: "%{label} changed from %{old} to %{new}" | |
858 | text_journal_set_to: "%{label} set to %{value}" |
|
858 | text_journal_set_to: "%{label} set to %{value}" | |
859 | text_journal_deleted: "%{label} deleted (%{old})" |
|
859 | text_journal_deleted: "%{label} deleted (%{old})" | |
860 | label_group_plural: Groups |
|
860 | label_group_plural: Groups | |
861 | label_group: Group |
|
861 | label_group: Group | |
862 | label_group_new: New group |
|
862 | label_group_new: New group | |
863 | label_time_entry_plural: Spent time |
|
863 | label_time_entry_plural: Spent time | |
864 | text_journal_added: "%{label} %{value} added" |
|
864 | text_journal_added: "%{label} %{value} added" | |
865 | field_active: Active |
|
865 | field_active: Active | |
866 | enumeration_system_activity: System Activity |
|
866 | enumeration_system_activity: System Activity | |
867 | permission_delete_issue_watchers: Delete watchers |
|
867 | permission_delete_issue_watchers: Delete watchers | |
868 | version_status_closed: closed |
|
868 | version_status_closed: closed | |
869 | version_status_locked: locked |
|
869 | version_status_locked: locked | |
870 | version_status_open: open |
|
870 | version_status_open: open | |
871 | error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened |
|
871 | error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened | |
872 | label_user_anonymous: Anonymous |
|
872 | label_user_anonymous: Anonymous | |
873 | button_move_and_follow: Move and follow |
|
873 | button_move_and_follow: Move and follow | |
874 | setting_default_projects_modules: Default enabled modules for new projects |
|
874 | setting_default_projects_modules: Default enabled modules for new projects | |
875 | setting_gravatar_default: Default Gravatar image |
|
875 | setting_gravatar_default: Default Gravatar image | |
876 | field_sharing: Sharing |
|
876 | field_sharing: Sharing | |
877 | label_version_sharing_hierarchy: With project hierarchy |
|
877 | label_version_sharing_hierarchy: With project hierarchy | |
878 | label_version_sharing_system: With all projects |
|
878 | label_version_sharing_system: With all projects | |
879 | label_version_sharing_descendants: With subprojects |
|
879 | label_version_sharing_descendants: With subprojects | |
880 | label_version_sharing_tree: With project tree |
|
880 | label_version_sharing_tree: With project tree | |
881 | label_version_sharing_none: Not shared |
|
881 | label_version_sharing_none: Not shared | |
882 | error_can_not_archive_project: This project can not be archived |
|
882 | error_can_not_archive_project: This project can not be archived | |
883 | button_duplicate: Duplicate |
|
883 | button_duplicate: Duplicate | |
884 | button_copy_and_follow: Copy and follow |
|
884 | button_copy_and_follow: Copy and follow | |
885 | label_copy_source: Source |
|
885 | label_copy_source: Source | |
886 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
886 | setting_issue_done_ratio: Calculate the issue done ratio with | |
887 | setting_issue_done_ratio_issue_status: Use the issue status |
|
887 | setting_issue_done_ratio_issue_status: Use the issue status | |
888 | error_issue_done_ratios_not_updated: Issue done ratios not updated. |
|
888 | error_issue_done_ratios_not_updated: Issue done ratios not updated. | |
889 | error_workflow_copy_target: Please select target tracker(s) and role(s) |
|
889 | error_workflow_copy_target: Please select target tracker(s) and role(s) | |
890 | setting_issue_done_ratio_issue_field: Use the issue field |
|
890 | setting_issue_done_ratio_issue_field: Use the issue field | |
891 | label_copy_same_as_target: Same as target |
|
891 | label_copy_same_as_target: Same as target | |
892 | label_copy_target: Target |
|
892 | label_copy_target: Target | |
893 | notice_issue_done_ratios_updated: Issue done ratios updated. |
|
893 | notice_issue_done_ratios_updated: Issue done ratios updated. | |
894 | error_workflow_copy_source: Please select a source tracker or role |
|
894 | error_workflow_copy_source: Please select a source tracker or role | |
895 | label_update_issue_done_ratios: Update issue done ratios |
|
895 | label_update_issue_done_ratios: Update issue done ratios | |
896 | setting_start_of_week: Start calendars on |
|
896 | setting_start_of_week: Start calendars on | |
897 | permission_view_issues: View Issues |
|
897 | permission_view_issues: View Issues | |
898 | label_display_used_statuses_only: Only display statuses that are used by this tracker |
|
898 | label_display_used_statuses_only: Only display statuses that are used by this tracker | |
899 | label_revision_id: Revision %{value} |
|
899 | label_revision_id: Revision %{value} | |
900 | label_api_access_key: API access key |
|
900 | label_api_access_key: API access key | |
901 | label_api_access_key_created_on: API access key created %{value} ago |
|
901 | label_api_access_key_created_on: API access key created %{value} ago | |
902 | label_feeds_access_key: RSS access key |
|
902 | label_feeds_access_key: RSS access key | |
903 | notice_api_access_key_reseted: Your API access key was reset. |
|
903 | notice_api_access_key_reseted: Your API access key was reset. | |
904 | setting_rest_api_enabled: Enable REST web service |
|
904 | setting_rest_api_enabled: Enable REST web service | |
905 | label_missing_api_access_key: Missing an API access key |
|
905 | label_missing_api_access_key: Missing an API access key | |
906 | label_missing_feeds_access_key: Missing a RSS access key |
|
906 | label_missing_feeds_access_key: Missing a RSS access key | |
907 | button_show: Show |
|
907 | button_show: Show | |
908 | text_line_separated: Multiple values allowed (one line for each value). |
|
908 | text_line_separated: Multiple values allowed (one line for each value). | |
909 | setting_mail_handler_body_delimiters: Truncate emails after one of these lines |
|
909 | setting_mail_handler_body_delimiters: Truncate emails after one of these lines | |
910 | permission_add_subprojects: Create subprojects |
|
910 | permission_add_subprojects: Create subprojects | |
911 | label_subproject_new: New subproject |
|
911 | label_subproject_new: New subproject | |
912 | text_own_membership_delete_confirmation: |- |
|
912 | text_own_membership_delete_confirmation: |- | |
913 | You are about to remove some or all of your permissions and may no longer be able to edit this project after that. |
|
913 | You are about to remove some or all of your permissions and may no longer be able to edit this project after that. | |
914 | Are you sure you want to continue? |
|
914 | Are you sure you want to continue? | |
915 | label_close_versions: Close completed versions |
|
915 | label_close_versions: Close completed versions | |
916 | label_board_sticky: Sticky |
|
916 | label_board_sticky: Sticky | |
917 | label_board_locked: Locked |
|
917 | label_board_locked: Locked | |
918 | permission_export_wiki_pages: Export wiki pages |
|
918 | permission_export_wiki_pages: Export wiki pages | |
919 | setting_cache_formatted_text: Cache formatted text |
|
919 | setting_cache_formatted_text: Cache formatted text | |
920 | permission_manage_project_activities: Manage project activities |
|
920 | permission_manage_project_activities: Manage project activities | |
921 | error_unable_delete_issue_status: Unable to delete issue status |
|
921 | error_unable_delete_issue_status: Unable to delete issue status | |
922 | label_profile: Profile |
|
922 | label_profile: Profile | |
923 | permission_manage_subtasks: Manage subtasks |
|
923 | permission_manage_subtasks: Manage subtasks | |
924 | field_parent_issue: Parent task |
|
924 | field_parent_issue: Parent task | |
925 | label_subtask_plural: Subtasks |
|
925 | label_subtask_plural: Subtasks | |
926 | label_project_copy_notifications: Send email notifications during the project copy |
|
926 | label_project_copy_notifications: Send email notifications during the project copy | |
927 | error_can_not_delete_custom_field: Unable to delete custom field |
|
927 | error_can_not_delete_custom_field: Unable to delete custom field | |
928 | error_unable_to_connect: Unable to connect (%{value}) |
|
928 | error_unable_to_connect: Unable to connect (%{value}) | |
929 | error_can_not_remove_role: This role is in use and can not be deleted. |
|
929 | error_can_not_remove_role: This role is in use and can not be deleted. | |
930 | error_can_not_delete_tracker: This tracker contains issues and can't be deleted. |
|
930 | error_can_not_delete_tracker: This tracker contains issues and can't be deleted. | |
931 | field_principal: Principal |
|
931 | field_principal: Principal | |
932 | label_my_page_block: My page block |
|
932 | label_my_page_block: My page block | |
933 | notice_failed_to_save_members: "Failed to save member(s): %{errors}." |
|
933 | notice_failed_to_save_members: "Failed to save member(s): %{errors}." | |
934 | text_zoom_out: Zoom out |
|
934 | text_zoom_out: Zoom out | |
935 | text_zoom_in: Zoom in |
|
935 | text_zoom_in: Zoom in | |
936 | notice_unable_delete_time_entry: Unable to delete time log entry. |
|
936 | notice_unable_delete_time_entry: Unable to delete time log entry. | |
937 | label_overall_spent_time: Overall spent time |
|
937 | label_overall_spent_time: Overall spent time | |
938 | field_time_entries: Log time |
|
938 | field_time_entries: Log time | |
939 | project_module_gantt: Gantt |
|
939 | project_module_gantt: Gantt | |
940 | project_module_calendar: Calendar |
|
940 | project_module_calendar: Calendar | |
941 | button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" |
|
941 | button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" | |
942 | text_are_you_sure_with_children: Delete issue and all child issues? |
|
942 | text_are_you_sure_with_children: Delete issue and all child issues? | |
943 | field_text: Text field |
|
943 | field_text: Text field | |
944 | label_user_mail_option_only_owner: Only for things I am the owner of |
|
944 | label_user_mail_option_only_owner: Only for things I am the owner of | |
945 | setting_default_notification_option: Default notification option |
|
945 | setting_default_notification_option: Default notification option | |
946 | label_user_mail_option_only_my_events: Only for things I watch or I'm involved in |
|
946 | label_user_mail_option_only_my_events: Only for things I watch or I'm involved in | |
947 | label_user_mail_option_only_assigned: Only for things I am assigned to |
|
947 | label_user_mail_option_only_assigned: Only for things I am assigned to | |
948 | label_user_mail_option_none: No events |
|
948 | label_user_mail_option_none: No events | |
949 | field_member_of_group: Assignee's group |
|
949 | field_member_of_group: Assignee's group | |
950 | field_assigned_to_role: Assignee's role |
|
950 | field_assigned_to_role: Assignee's role | |
951 | notice_not_authorized_archived_project: The project you're trying to access has been archived. |
|
951 | notice_not_authorized_archived_project: The project you're trying to access has been archived. | |
952 | label_principal_search: "Search for user or group:" |
|
952 | label_principal_search: "Search for user or group:" | |
953 | label_user_search: "Search for user:" |
|
953 | label_user_search: "Search for user:" | |
954 | field_visible: Visible |
|
954 | field_visible: Visible | |
955 | setting_emails_header: Emails header |
|
955 | setting_emails_header: Emails header | |
956 | setting_commit_logtime_activity_id: Activity for logged time |
|
956 | setting_commit_logtime_activity_id: Activity for logged time | |
957 | text_time_logged_by_changeset: Applied in changeset %{value}. |
|
957 | text_time_logged_by_changeset: Applied in changeset %{value}. | |
958 | setting_commit_logtime_enabled: Enable time logging |
|
958 | setting_commit_logtime_enabled: Enable time logging | |
959 | notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) |
|
959 | notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) | |
960 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart |
|
960 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | |
961 | field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text |
|
961 | field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text | |
962 | text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. |
|
962 | text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. | |
963 | label_my_queries: My custom queries |
|
963 | label_my_queries: My custom queries | |
964 | text_journal_changed_no_detail: "%{label} updated" |
|
964 | text_journal_changed_no_detail: "%{label} updated" | |
965 | label_news_comment_added: Comment added to a news |
|
965 | label_news_comment_added: Comment added to a news | |
966 | button_expand_all: Expand all |
|
966 | button_expand_all: Expand all | |
967 | button_collapse_all: Collapse all |
|
967 | button_collapse_all: Collapse all | |
968 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee |
|
968 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee | |
969 | label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author |
|
969 | label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author | |
970 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries |
|
970 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries | |
971 | text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? |
|
971 | text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? | |
972 | label_role_anonymous: Anonymous |
|
972 | label_role_anonymous: Anonymous | |
973 | label_role_non_member: Non member |
|
973 | label_role_non_member: Non member | |
974 | label_issue_note_added: Note added |
|
974 | label_issue_note_added: Note added | |
975 | label_issue_status_updated: Status updated |
|
975 | label_issue_status_updated: Status updated | |
976 | label_issue_priority_updated: Priority updated |
|
976 | label_issue_priority_updated: Priority updated | |
977 | label_issues_visibility_own: Issues created by or assigned to the user |
|
977 | label_issues_visibility_own: Issues created by or assigned to the user | |
978 | field_issues_visibility: Issues visibility |
|
978 | field_issues_visibility: Issues visibility | |
979 | label_issues_visibility_all: All issues |
|
979 | label_issues_visibility_all: All issues | |
980 | permission_set_own_issues_private: Set own issues public or private |
|
980 | permission_set_own_issues_private: Set own issues public or private | |
981 | field_is_private: Private |
|
981 | field_is_private: Private | |
982 | permission_set_issues_private: Set issues public or private |
|
982 | permission_set_issues_private: Set issues public or private | |
983 | label_issues_visibility_public: All non private issues |
|
983 | label_issues_visibility_public: All non private issues | |
984 | text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). |
|
984 | text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). | |
985 | field_commit_logs_encoding: Tee viestien koodaus |
|
985 | field_commit_logs_encoding: Tee viestien koodaus | |
986 | field_scm_path_encoding: Path encoding |
|
986 | field_scm_path_encoding: Path encoding | |
987 | text_scm_path_encoding_note: "Default: UTF-8" |
|
987 | text_scm_path_encoding_note: "Default: UTF-8" | |
988 | field_path_to_repository: Path to repository |
|
988 | field_path_to_repository: Path to repository | |
989 | field_root_directory: Root directory |
|
989 | field_root_directory: Root directory | |
990 | field_cvs_module: Module |
|
990 | field_cvs_module: Module | |
991 | field_cvsroot: CVSROOT |
|
991 | field_cvsroot: CVSROOT | |
992 | text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) |
|
992 | text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) | |
993 | text_scm_command: Command |
|
993 | text_scm_command: Command | |
994 | text_scm_command_version: Version |
|
994 | text_scm_command_version: Version | |
995 | label_git_report_last_commit: Report last commit for files and directories |
|
995 | label_git_report_last_commit: Report last commit for files and directories | |
996 | text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. |
|
996 | text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. | |
997 | text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. |
|
997 | text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. | |
998 | notice_issue_successful_create: Issue %{id} created. |
|
998 | notice_issue_successful_create: Issue %{id} created. | |
999 | label_between: between |
|
999 | label_between: between | |
1000 | setting_issue_group_assignment: Allow issue assignment to groups |
|
1000 | setting_issue_group_assignment: Allow issue assignment to groups | |
1001 | label_diff: diff |
|
1001 | label_diff: diff | |
1002 | text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) |
|
1002 | text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) | |
1003 | description_query_sort_criteria_direction: Sort direction |
|
1003 | description_query_sort_criteria_direction: Sort direction | |
1004 | description_project_scope: Search scope |
|
1004 | description_project_scope: Search scope | |
1005 | description_filter: Filter |
|
1005 | description_filter: Filter | |
1006 | description_user_mail_notification: Mail notification settings |
|
1006 | description_user_mail_notification: Mail notification settings | |
1007 | description_date_from: Enter start date |
|
1007 | description_date_from: Enter start date | |
1008 | description_message_content: Message content |
|
1008 | description_message_content: Message content | |
1009 | description_available_columns: Available Columns |
|
1009 | description_available_columns: Available Columns | |
1010 | description_date_range_interval: Choose range by selecting start and end date |
|
1010 | description_date_range_interval: Choose range by selecting start and end date | |
1011 | description_issue_category_reassign: Choose issue category |
|
1011 | description_issue_category_reassign: Choose issue category | |
1012 | description_search: Searchfield |
|
1012 | description_search: Searchfield | |
1013 | description_notes: Notes |
|
1013 | description_notes: Notes | |
1014 | description_date_range_list: Choose range from list |
|
1014 | description_date_range_list: Choose range from list | |
1015 | description_choose_project: Projects |
|
1015 | description_choose_project: Projects | |
1016 | description_date_to: Enter end date |
|
1016 | description_date_to: Enter end date | |
1017 | description_query_sort_criteria_attribute: Sort attribute |
|
1017 | description_query_sort_criteria_attribute: Sort attribute | |
1018 | description_wiki_subpages_reassign: Choose new parent page |
|
1018 | description_wiki_subpages_reassign: Choose new parent page | |
1019 | description_selected_columns: Selected Columns |
|
1019 | description_selected_columns: Selected Columns | |
1020 | label_parent_revision: Parent |
|
1020 | label_parent_revision: Parent | |
1021 | label_child_revision: Child |
|
1021 | label_child_revision: Child | |
1022 | error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size. |
|
1022 | error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size. | |
1023 | setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues |
|
1023 | setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues | |
1024 | button_edit_section: Edit this section |
|
1024 | button_edit_section: Edit this section | |
1025 | setting_repositories_encodings: Attachments and repositories encodings |
|
1025 | setting_repositories_encodings: Attachments and repositories encodings | |
1026 | description_all_columns: All Columns |
|
1026 | description_all_columns: All Columns | |
1027 | button_export: Export |
|
1027 | button_export: Export | |
1028 | label_export_options: "%{export_format} export options" |
|
1028 | label_export_options: "%{export_format} export options" | |
1029 | error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) |
|
1029 | error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) | |
1030 | notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." |
|
1030 | notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." |
General Comments 0
You need to be logged in to leave comments.
Login now