summaryrefslogtreecommitdiff
path: root/app/Locale/fi_FI/translations.php
blob: 2bb28719c6642515d7d819cd90031a21af7ec159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
<?php

return array(
    // 'number.decimals_separator' => '',
    // 'number.thousands_separator' => '',
    'None' => 'Ei mikään',
    'edit' => 'muokkaa',
    'Edit' => 'Muokkaa',
    'remove' => 'poista',
    'Remove' => 'Poista',
    'Update' => 'Päivitä',
    'Yes' => 'Kyllä',
    'No' => 'Ei',
    'cancel' => 'peruuta',
    'or' => 'tai',
    'Yellow' => 'Keltainen',
    'Blue' => 'Sininen',
    'Green' => 'Vihreä',
    'Purple' => 'Violetti',
    'Red' => 'Punainen',
    'Orange' => 'Oranssi',
    'Grey' => 'Harmaa',
    'Save' => 'Tallenna',
    'Login' => 'Sisäänkirjautuminen',
    'Official website:' => 'Virallinen verkkosivu:',
    'Unassigned' => 'Ei suorittajaa',
    'View this task' => 'Näytä tämä tehtävä',
    'Remove user' => 'Poista käyttäjä',
    'Do you really want to remove this user: "%s"?' => 'Oletko varma että haluat poistaa käyttäjän "%s"?',
    'New user' => 'Uusi käyttäjä',
    'All users' => 'Kaikki käyttäjät',
    'Username' => 'Käyttäjänimi',
    'Password' => 'Salasana',
    'Default project' => 'Oletusprojekti',
    'Administrator' => 'Ylläpitäjä',
    'Sign in' => 'Kirjaudu sisään',
    'Users' => 'Käyttäjät',
    'No user' => 'Ei käyttäjää',
    'Forbidden' => 'Estetty',
    'Access Forbidden' => 'Pääsy estetty',
    'Only administrators can access to this page.' => 'Vain ylläpitäjillä on pääsy tälle sivulle.',
    'Edit user' => 'Muokkaa käyttäjää',
    'Logout' => 'Kirjaudu ulos',
    'Bad username or password' => 'Väärä käyttäjätunnus tai salasana',
    'users' => 'käyttäjät',
    'projects' => 'projektit',
    'Edit project' => 'Muokkaa projektia',
    'Name' => 'Nimi',
    'Activated' => 'Aktivoitu',
    'Projects' => 'Projektit',
    'No project' => 'Ei projektia',
    'Project' => 'Projekti',
    'Status' => 'Status',
    'Tasks' => 'Tehtävät',
    'Board' => 'Taulu',
    'Actions' => 'Toiminnot',
    'Inactive' => 'Ei aktiivinen',
    'Active' => 'Aktiivinen',
    'Column %d' => 'Sarake %d',
    'Add this column' => 'Lisää tämä sarake',
    '%d tasks on the board' => '%d tehtävää taululla',
    '%d tasks in total' => '%d tehtävää yhteensä',
    'Unable to update this board.' => 'Taulun muuttaminen ei onnistunut.',
    'Edit board' => 'Muuta taulua',
    'Disable' => 'Disabloi',
    'Enable' => 'Aktivoi',
    'New project' => 'Uusi projekti',
    'Do you really want to remove this project: "%s"?' => 'Haluatko varmasti poistaa projektin: "%s"?',
    'Remove project' => 'Poista projekti',
    'Boards' => 'Taulut',
    'Edit the board for "%s"' => 'Muokkaa taulua projektille "%s"',
    'All projects' => 'Kaikki projektit',
    'Change columns' => 'Muokkaa sarakkeita',
    'Add a new column' => 'Lisää uusi sarake',
    'Title' => 'Nimi',
    'Add Column' => 'Lisää sarake',
    'Project "%s"' => 'Projekti "%s"',
    'Nobody assigned' => 'Ei suorittajaa',
    'Assigned to %s' => 'Tekijä: %s',
    'Remove a column' => 'Poista sarake',
    'Remove a column from a board' => 'Poista sarake taulusta',
    'Unable to remove this column.' => 'Sarakkeen poistaminen ei onnistunut.',
    'Do you really want to remove this column: "%s"?' => 'Haluatko varmasti poistaa sarakkeen "%s"?',
    'This action will REMOVE ALL TASKS associated to this column!' => 'Tämä toiminto POISTAA KAIKKI TEHTÄVÄT tästä sarakkeesta!',
    'Settings' => 'Asetukset',
    'Application settings' => 'Ohjelman asetukset',
    'Language' => 'Kieli',
    'Webhook token:' => 'Webhooks avain:',
    // 'API token:' => '',
    'More information' => 'Lisätietoja',
    'Database size:' => 'Tietokannan koko:',
    'Download the database' => 'Lataa tietokanta',
    'Optimize the database' => 'Optimoi tietokanta',
    '(VACUUM command)' => '(VACUUM-komento)',
    '(Gzip compressed Sqlite file)' => '(Gzip-pakattu Sqlite-tiedosto)',
    'User settings' => 'Käyttäjän asetukset',
    'My default project:' => 'Oletusprojektini: ',
    'Close a task' => 'Sulje tehtävä',
    'Do you really want to close this task: "%s"?' => 'Haluatko varmasti sulkea tehtävän: "%s"?',
    'Edit a task' => 'Muokkaa tehtävää',
    'Column' => 'Sarake',
    'Color' => 'Väri',
    'Assignee' => 'Suorittaja',
    'Create another task' => 'Luo toinen tehtävä',
    'New task' => 'Uusi tehtävä',
    'Open a task' => 'Avaa tehtävä',
    'Do you really want to open this task: "%s"?' => 'Haluatko varmasti avata tehtävän: "%s"?',
    'Back to the board' => 'Takaisin tauluun',
    'Created on %B %e, %Y at %k:%M %p' => 'Luotu %d.%m.%Y kello %H:%M',
    'There is nobody assigned' => 'Ei suorittajaa',
    'Column on the board:' => 'Sarake taululla: ',
    'Status is open' => 'Status on avoin',
    'Status is closed' => 'Status on suljettu',
    'Close this task' => 'Sulje tämä tehtävä',
    'Open this task' => 'Avaa tämä tehtävä',
    'There is no description.' => 'Ei kuvausta.',
    'Add a new task' => 'Lisää uusi tehtävä',
    'The username is required' => 'Käyttäjätunnut vaaditaan',
    'The maximum length is %d characters' => 'Maksimipituus on %d merkkiä',
    'The minimum length is %d characters' => 'Vähimmäispituus on %d merkkiä',
    'The password is required' => 'Salasana vaaditaan',
    'This value must be an integer' => 'Tämän arvon täytyy olla numero',
    'The username must be unique' => 'Käyttäjänimi täytyy olla uniikki',
    'The username must be alphanumeric' => 'Käyttäjänimen täytyy olla alfanumeerinen',
    'The user id is required' => 'Käyttäjän id on pakollinen',
    // 'Passwords don\'t match' => '',
    'The confirmation is required' => 'Varmistus vaaditaan',
    'The column is required' => 'Sarake on pakollinen',
    'The project is required' => 'Projekti on pakollinen',
    'The color is required' => 'Väri on pakollinen',
    'The id is required' => 'ID vaaditaan',
    'The project id is required' => 'Projektin ID on pakollinen',
    'The project name is required' => 'Projektin nimi on pakollinen',
    'This project must be unique' => 'Projektin nimi täytyy olla uniikki',
    'The title is required' => 'Otsikko vaaditaan',
    'The language is required' => 'Kieli on pakollinen',
    'There is no active project, the first step is to create a new project.' => 'Aktiivista projektia ei ole, ensimmäinen vaihe on luoda uusi projekti.',
    'Settings saved successfully.' => 'Asetukset tallennettu onnistuneesti.',
    'Unable to save your settings.' => 'Asetusten tallentaminen epäonnistui.',
    'Database optimization done.' => 'Tietokannan optimointi suoritettu.',
    'Your project have been created successfully.' => 'Projekti luotiin onnistuneesti.',
    'Unable to create your project.' => 'Projektin luominen epäonnistui.',
    'Project updated successfully.' => 'Projekti päivitettiin onnistuneesti.',
    'Unable to update this project.' => 'Projektin muuttaminen epäonnistui.',
    'Unable to remove this project.' => 'Projektin poistaminen epäonnistui.',
    'Project removed successfully.' => 'Projekti poistettiin onnistuneesti.',
    'Project activated successfully.' => 'Projekti aktivoitiin onnistuneesti.',
    'Unable to activate this project.' => 'Projektin aktivoiminen epäonnistui.',
    'Project disabled successfully.' => 'Projektin disabloiminen onnistui.',
    'Unable to disable this project.' => 'Projektin disabloiminen epäonnistui.',
    'Unable to open this task.' => 'Tehtävän avaus epäonnistui.',
    'Task opened successfully.' => 'Tehtävä avattiin onnistuneesti.',
    'Unable to close this task.' => 'Tehtävän sulkeminen epäonnistui.',
    'Task closed successfully.' => 'Tehtävä suljettiin onnistuneesti.',
    'Unable to update your task.' => 'Tehtävän muokkaaminen epäonnistui.',
    'Task updated successfully.' => 'Tehtävä päivitettiin onnistuneesti.',
    'Unable to create your task.' => 'Tehtävän luominen epäonnistui.',
    'Task created successfully.' => 'Tehtävä luotiin onnistuneesti.',
    'User created successfully.' => 'Käyttäjä lisättiin onnistuneesti.',
    'Unable to create your user.' => 'Käyttäjän lisäys epäonnistui.',
    'User updated successfully.' => 'Käyttäjätietojen päivitys onnistui.',
    'Unable to update your user.' => 'Käyttäjätietojen päivitys epäonnistui.',
    'User removed successfully.' => 'Käyttäjä poistettiin onnistuneesti.',
    'Unable to remove this user.' => 'Käyttäjän poistaminen epäonnistui.',
    'Board updated successfully.' => 'Taulu päivitettiin onnistuneesti.',
    'Ready' => 'Valmis',
    'Backlog' => 'Tehtäväjono',
    'Work in progress' => 'Työnalla',
    'Done' => 'Tehty',
    'Application version:' => 'Ohjelman versio:',
    'Completed on %B %e, %Y at %k:%M %p' => 'Valmistunut %d.%m.%Y kello %H:%M',
    '%B %e, %Y at %k:%M %p' => '%d.%m.%Y kello %H:%M',
    'Date created' => 'Luomispäivä',
    'Date completed' => 'Valmistumispäivä',
    'Id' => 'Id',
    'No task' => 'Ei tehtävää',
    'Completed tasks' => 'Valmiit tehtävät',
    'List of projects' => 'Projektit',
    'Completed tasks for "%s"' => 'Suoritetut tehtävät projektille %s',
    '%d closed tasks' => '%d suljettua tehtävää',
    'No task for this project' => 'Ei tehtävää tälle projektille',
    'Public link' => 'Julkinen linkki',
    'There is no column in your project!' => 'Projektilta puuttuu sarakkeet!',
    'Change assignee' => 'Vaihda suorittajaa',
    'Change assignee for the task "%s"' => 'Vaihda suorittajaa tehtävälle %s',
    'Timezone' => 'Aikavyöhyke',
    'Sorry, I didn\'t find this information in my database!' => 'Anteeksi, en löytänyt tätä tietoa tietokannastani',
    'Page not found' => 'Sivua ei löydy',
    'Complexity' => 'Monimutkaisuus',
    'limit' => 'raja',
    'Task limit' => 'Tehtävien maksimimäärä',
    'Task count' => 'Tehtävien määrä',
    'This value must be greater than %d' => 'Arvon täytyy olla suurempi kuin %d',
    'Edit project access list' => 'Muuta projektin käyttäjiä',
    'Edit users access' => 'Muuta käyttäjien pääsyä',
    'Allow this user' => 'Salli tämä projekti',
    'Only those users have access to this project:' => 'Vain näillä käyttäjillä on pääsy projektiin:',
    'Don\'t forget that administrators have access to everything.' => 'Muista että ylläpitäjät pääsevät kaikkialle.',
    'Revoke' => 'Poista',
    'List of authorized users' => 'Sallittujen käyttäjien lista',
    'User' => 'Käyttäjät',
    // 'Nobody have access to this project.' => '',
    'You are not allowed to access to this project.' => 'Sinulla ei ole pääsyä tähän projektiin.',
    'Comments' => 'Kommentit',
    'Post comment' => 'Lisää kommentti',
    'Write your text in Markdown' => 'Kirjoita kommenttisi Markdownilla',
    'Leave a comment' => 'Lisää kommentti',
    'Comment is required' => 'Kommentti vaaditaan',
    'Leave a description' => 'Lisää kuvaus',
    'Comment added successfully.' => 'Kommentti lisättiin onnistuneesti.',
    'Unable to create your comment.' => 'Kommentin lisäys epäonnistui.',
    'The description is required' => 'Kuvaus vaaditaan',
    'Edit this task' => 'Muokkaa tehtävää',
    'Due Date' => 'Deadline',
    'Invalid date' => 'Virheellinen päiväys',
    'Must be done before %B %e, %Y' => 'Täytyy suorittaa ennen %d.%m.%Y',
    '%B %e, %Y' => '%d.%m.%Y',
    // '%b %e, %Y' => '',
    'Automatic actions' => 'Automaattiset toiminnot',
    'Your automatic action have been created successfully.' => 'Toiminto suoritettiin onnistuneesti.',
    'Unable to create your automatic action.' => 'Automaattisen toiminnon luominen epäonnistui.',
    'Remove an action' => 'Poista toiminto',
    'Unable to remove this action.' => 'Toiminnon poistaminen epäonnistui.',
    'Action removed successfully.' => 'Toiminto poistettiin onnistuneesti.',
    'Automatic actions for the project "%s"' => 'Automaattiset toiminnot projektille "%s"',
    'Defined actions' => 'Määritellyt toiminnot',
    // 'Add an action' => '',
    'Event name' => 'Tapahtuman nimi',
    'Action name' => 'Toiminnon nimi',
    'Action parameters' => 'Toiminnon parametrit',
    'Action' => 'Toiminto',
    'Event' => 'Tapahtuma',
    'When the selected event occurs execute the corresponding action.' => 'Kun valittu tapahtuma tapahtuu, suorita vastaava toiminto.',
    'Next step' => 'Seuraava vaihe',
    'Define action parameters' => 'Määrittele toiminnon parametrit',
    'Save this action' => 'Tallenna toiminto',
    'Do you really want to remove this action: "%s"?' => 'Oletko varma että haluat poistaa toiminnon "%s"?',
    'Remove an automatic action' => 'Poista automaattintn toiminto',
    'Close the task' => 'Sulje tehtävä',
    'Assign the task to a specific user' => 'Osoita tehtävä käyttäjälle',
    'Assign the task to the person who does the action' => 'Määritä suorittaja tehtävälle',
    'Duplicate the task to another project' => 'Monista tehtävä toiselle projektille',
    'Move a task to another column' => 'Siirrä tehtävä toiseen sarakkeeseen',
    'Move a task to another position in the same column' => 'Siirrä tehtävä eri järjestykseen samassa sarakkeessa',
    'Task modification' => 'Tehtävän muokkaus',
    'Task creation' => 'Tehtävän luominen',
    'Open a closed task' => 'Avaa jo suljettu tehtävä',
    'Closing a task' => 'Tehtävää suljetaan',
    'Assign a color to a specific user' => 'Valitse väri käyttäjälle',
    'Column title' => 'Sarakkeen nimi',
    'Position' => 'Positio',
    'Move Up' => 'Siirrä ylös',
    'Move Down' => 'Siirrä alas',
    'Duplicate to another project' => 'Kopioi toiseen projektiin',
    'Duplicate' => 'Monista',
    'link' => 'linkki',
    'Update this comment' => 'Muuta projektia',
    'Comment updated successfully.' => 'Kommentti päivitettiin onnistuneesti.',
    'Unable to update your comment.' => 'Kommentin päivitys epäonnistui.',
    'Remove a comment' => 'Poista kommentti',
    'Comment removed successfully.' => 'Kommentti poistettiin onnistuneesti.',
    'Unable to remove this comment.' => 'Kommentin poistaminen epäonnistui.',
    'Do you really want to remove this comment?' => 'Haluatko varmasti poistaa tämän kommentin?',
    'Only administrators or the creator of the comment can access to this page.' => 'Vain ylläpitäjillä tai kommentin jättäjällä on pääsy tälle sivulle.',
    'Details' => 'Tiedot',
    'Current password for the user "%s"' => 'Käyttäjän "%s" salasana',
    'The current password is required' => 'Salasana vaaditaan',
    'Wrong password' => 'Väärä salasana',
    'Reset all tokens' => 'Resetoi kaikki tokenit',
    'All tokens have been regenerated.' => 'Kaikki tokenit luotiin uudelleen.',
    'Unknown' => 'Tuntematon',
    'Last logins' => 'Viimeisimmät kirjautumiset',
    'Login date' => 'Kirjautumispäivä',
    'Authentication method' => 'Autentikointimenetelmä',
    'IP address' => 'IP-Osoite',
    'User agent' => 'Selain',
    'Persistent connections' => 'Voimassa olevat yhteydet',
    'No session.' => 'Ei sessioita.',
    'Expiration date' => 'Vanhentumispäivä',
    'Remember Me' => 'Muista minut',
    'Creation date' => 'Luomispäivä',
    'Filter by user' => 'Rajaa käyttäjän mukaan',
    'Filter by due date' => 'Rajaa deadlinen mukaan',
    'Everybody' => 'Kaikki',
    'Open' => 'Avoin',
    'Closed' => 'Suljettu',
    'Search' => 'Etsi',
    'Nothing found.' => 'Ei löytynyt.',
    'Search in the project "%s"' => 'Etsi projektista "%s"',
    'Due date' => 'Deadline',
    'Others formats accepted: %s and %s' => 'Muut hyväksytyt muodot: %s ja %s',
    'Description' => 'Kuvaus',
    '%d comments' => '%d kommenttia',
    '%d comment' => '%d kommentti',
    'Email address invalid' => 'Email ei kelpaa',
    'Your Google Account is not linked anymore to your profile.' => 'Google tunnustasi ei ole enää linkattu profiiliisi',
    'Unable to unlink your Google Account.' => 'Google tunnuksen linkkaamisen poistaminen epäonnistui.',
    'Google authentication failed' => 'Google autentikointi epäonnistui',
    'Unable to link your Google Account.' => 'Google tunnuksen linkkaaminen epäonnistui.',
    'Your Google Account is linked to your profile successfully.' => 'Google tunnuksesi linkitettiin profiiliisi onnistuneesti.',
    'Email' => 'Sähköposti',
    'Link my Google Account' => 'Linkitä Google-tili',
    'Unlink my Google Account' => 'Poista Google-tilin linkitys',
    'Login with my Google Account' => 'Kirjaudu Google tunnuksella',
    'Project not found.' => 'Projektia ei löytynyt.',
    'Task #%d' => 'Tehtävä #%d',
    'Task removed successfully.' => 'Tehtävä poistettiin onnistuneesti.',
    'Unable to remove this task.' => 'Tehtävän poistaminen epäonnistui.',
    'Remove a task' => 'Poista tehtävä',
    'Do you really want to remove this task: "%s"?' => 'Haluatko varmasti poistaa tehtävän: "%s"?',
    'Assign automatically a color based on a category' => 'Aseta väri automaattisesti kategorian mukaan',
    'Assign automatically a category based on a color' => 'Aseta kategoria automaattisesti värin mukaan',
    'Task creation or modification' => 'Tehtävän luonti tai muuttaminen',
    'Category' => 'Kategoria',
    'Category:' => 'Kategoria:',
    'Categories' => 'Kategoriat',
    'Category not found.' => 'Kategoriaa ei löytynyt.',
    'Your category have been created successfully.' => 'Kategoria luotiin onnistuneesti.',
    'Unable to create your category.' => 'Kategorian luonti epäonnistui.',
    'Your category have been updated successfully.' => 'Kategoriaa muokattiin onnistuneesti.',
    'Unable to update your category.' => 'Kategorian muokkaaminen epäonnistui.',
    'Remove a category' => 'Poista kategoria',
    'Category removed successfully.' => 'Kategoria poistettu onnistuneesti.',
    'Unable to remove this category.' => 'Kategorian poisto epäonnistui.',
    'Category modification for the project "%s"' => 'Kategorian muutos projektissa "%s"',
    'Category Name' => 'Kategorian nimi',
    'Categories for the project "%s"' => 'Kategoriat projektille "%s"',
    'Add a new category' => 'Lisää uusi kategoria',
    'Do you really want to remove this category: "%s"?' => 'Haluatko varmasti poistaa kategorian: "%s"?',
    'Filter by category' => 'Rajaa kategorian mukaan',
    'All categories' => 'Kaikki kategoriat',
    'No category' => 'Kategoriaa ei löydy',
    'The name is required' => 'Nimi vaaditaan',
    'Remove a file' => 'Poista tiedosto',
    'Unable to remove this file.' => 'Tiedoston poistaminen epäonnistui.',
    'File removed successfully.' => 'Tiedosto poistettiin onnistuneesti.',
    'Attach a document' => 'Liitä dokumentti',
    'Do you really want to remove this file: "%s"?' => 'Haluatko varmasti poistaa tiedoston: "%s"?',
    'open' => 'avaa',
    'Attachments' => 'Liitteet',
    'Edit the task' => 'Muokkaa tehtävää',
    'Edit the description' => 'Muokkaa kuvausta',
    'Add a comment' => 'Lisää kommentti',
    'Edit a comment' => 'Muokkaa kommenttia',
    'Summary' => 'Yhteenveto',
    'Time tracking' => 'Ajan seuranta',
    'Estimate:' => 'Arvio:',
    'Spent:' => 'Käytetty:',
    'Do you really want to remove this sub-task?' => 'Haluatko varmasti poistaa tämän alitehtävän?',
    'Remaining:' => 'Jäljellä',
    'hours' => 'tuntia',
    'spent' => 'käytetty',
    'estimated' => 'estimoitu',
    'Sub-Tasks' => 'Alitehtävät',
    'Add a sub-task' => 'Lisää alitehtävä',
    'Original estimate' => 'Alkuperäinen estimaatti',
    'Create another sub-task' => 'Lisää toinen alitehtävä',
    'Time spent' => 'Käytetty aika',
    'Edit a sub-task' => 'Muokkaa alitehtävää',
    'Remove a sub-task' => 'Poista alitehtävä',
    'The time must be a numeric value' => 'Ajan pitää olla numero',
    'Todo' => 'Todo',
    'In progress' => 'Työnalla',
    'Sub-task removed successfully.' => 'Alitehtävä poistettu onnistuneesti.',
    'Unable to remove this sub-task.' => 'Alitehtävän poistaminen epäonnistui.',
    'Sub-task updated successfully.' => 'Alitehtävä päivitettiin onnistuneesti.',
    'Unable to update your sub-task.' => 'Alitehtävän päivitys epäonnistui.',
    'Unable to create your sub-task.' => 'Alitehtävän luonti epäonnistui.',
    'Sub-task added successfully.' => 'Alitehtävä luotiin onnistuneesti.',
    'Maximum size: ' => 'Maksimikoko: ',
    'Unable to upload the file.' => 'Tiedoston lataus epäonnistui.',
    'Display another project' => 'Näytä toinen projekti',
    'Your GitHub account was successfully linked to your profile.' => 'Github-tilisi on onnistuneesti liitetty profiiliisi',
    'Unable to link your GitHub Account.' => 'Github-tilin liittäminen epäonnistui',
    'GitHub authentication failed' => 'Github-todennus epäonnistui',
    'Your GitHub account is no longer linked to your profile.' => 'Github-tiliäsi ei ole enää liitetty profiiliisi.',
    'Unable to unlink your GitHub Account.' => 'Github-tilisi liitoksen poisto epäonnistui',
    'Login with my GitHub Account' => 'Kirjaudu sisään Github-tililläni',
    'Link my GitHub Account' => 'Liitä Github-tilini',
    'Unlink my GitHub Account' => 'Poista liitos Github-tiliini',
    'Created by %s' => 'Luonut: %s',
    'Last modified on %B %e, %Y at %k:%M %p' => 'Viimeksi muokattu %B %e, %Y kello %H:%M',
    'Tasks Export' => 'Tehtävien vienti',
    'Tasks exportation for "%s"' => 'Tehtävien vienti projektilta "%s"',
    'Start Date' => 'Aloituspäivä',
    'End Date' => 'Lopetuspäivä',
    'Execute' => 'Suorita',
    'Task Id' => 'Tehtävän ID',
    'Creator' => 'Luonut',
    'Modification date' => 'Muokkauspäivä',
    'Completion date' => 'Valmistumispäivä',
    'Clone' => 'Kahdenna',
    'Clone Project' => 'Kahdenna projekti',
    'Project cloned successfully.' => 'Projekti kahdennettu onnistuneesti',
    'Unable to clone this project.' => 'Projektin kahdennus epäonnistui',
    'Email notifications' => 'Sähköposti-ilmoitukset',
    'Enable email notifications' => 'Ota käyttöön sähköposti-ilmoitukset',
    'Task position:' => 'Tehtävän sijainti',
    'The task #%d have been opened.' => 'Tehtävä #%d on avattu',
    'The task #%d have been closed.' => 'Tehtävä #%d on suljettu',
    'Sub-task updated' => 'Alitehtävä päivitetty',
    'Title:' => 'Otsikko:',
    'Status:' => 'Tila:',
    'Assignee:' => 'Vastaanottaja:',
    'Time tracking:' => 'Ajan seuranta:',
    'New sub-task' => 'Uusi alitehtävä',
    'New attachment added "%s"' => 'Uusi liite lisätty "%s"',
    'Comment updated' => 'Kommentti päivitetty',
    'New comment posted by %s' => '%s lisäsi uuden kommentin',
    // 'List of due tasks for the project "%s"' => '',
    // 'New attachment' => '',
    // 'New comment' => '',
    // 'New subtask' => '',
    // 'Subtask updated' => '',
    // 'Task updated' => '',
    // 'Task closed' => '',
    // 'Task opened' => '',
    // '[%s][Due tasks]' => '',
    // '[Kanboard] Notification' => '',
    'I want to receive notifications only for those projects:' => 'Haluan vastaanottaa ilmoituksia ainoastaan näistä projekteista:',
    'view the task on Kanboard' => 'katso tehtävää Kanboardissa',
    'Public access' => 'Julkinen käyttöoikeus',
    'Category management' => 'Kategorioiden hallinta',
    'User management' => 'Käyttäjähallinta',
    'Active tasks' => 'Aktiiviset tehtävät',
    'Disable public access' => 'Poista käytöstä julkinen käyttöoikeus',
    'Enable public access' => 'Ota käyttöön ',
    'Active projects' => 'Aktiiviset projektit',
    'Inactive projects' => 'Passiiviset projektit',
    'Public access disabled' => 'Julkinen käyttöoikeus ei ole käytössä',
    'Do you really want to disable this project: "%s"?' => 'Haluatko varmasti tehdä projektista "%s" passiivisen?',
    'Do you really want to duplicate this project: "%s"?' => 'Haluatko varmasti kahdentaa projektin "%s"?',
    'Do you really want to enable this project: "%s"?' => 'Haluatko varmasti aktivoida projektinen "%s"',
    'Project activation' => 'Projektin aktivointi',
    'Move the task to another project' => 'Siirrä tehtävä toiseen projektiin',
    'Move to another project' => 'Siirrä toiseen projektiin',
    'Do you really want to duplicate this task?' => 'Haluatko varmasti kahdentaa tämän tehtävän?',
    'Duplicate a task' => 'Kahdenna tehtävä',
    'External accounts' => 'Muut tilit',
    'Account type' => 'Tilin tyyppi',
    'Local' => 'Paikallinen',
    'Remote' => 'Etä',
    'Enabled' => 'Käytössä',
    'Disabled' => 'Pois käytöstä',
    'Google account linked' => 'Google-tili liitetty',
    'Github account linked' => 'Github-tili liitetty',
    'Username:' => 'Käyttäjänimi:',
    'Name:' => 'Nimi:',
    'Email:' => 'Sähköpostiosoite:',
    'Default project:' => 'Oletusprojekti:',
    'Notifications:' => 'Ilmoitukset:',
    'Notifications' => 'Ilmoitukset',
    'Group:' => 'Ryhmä:',
    'Regular user' => 'Peruskäyttäjä',
    'Account type:' => 'Tilin tyyppi:',
    'Edit profile' => 'Muokkaa profiilia',
    'Change password' => 'Vaihda salasana',
    'Password modification' => 'Salasanan vaihto',
    'External authentications' => 'Muut tunnistautumistavat',
    'Google Account' => 'Google-tili',
    'Github Account' => 'Github-tili',
    'Never connected.' => 'Ei koskaan liitetty.',
    'No account linked.' => 'Tiliä ei ole liitetty.',
    'Account linked.' => 'Tili on liitetty.',
    'No external authentication enabled.' => 'Muita tunnistautumistapoja ei ole otettu käyttöön.',
    'Password modified successfully.' => 'Salasana vaihdettu onnistuneesti.',
    'Unable to change the password.' => 'Salasanan vaihto epäonnistui.',
    'Change category for the task "%s"' => 'Vaihda tehtävän "%s" kategoria',
    'Change category' => 'Vaihda kategoria',
    '%s updated the task %s' => '%s päivitti tehtävän %s',
    '%s opened the task %s' => '%s avasi tehtävän %s',
    '%s moved the task %s to the position #%d in the column "%s"' => '%s siirsi tehtävän %s %d. sarakkeessa "%s"',
    '%s moved the task %s to the column "%s"' => '%s siirsi tehtävän %s sarakkeeseen "%s"',
    '%s created the task %s' => '%s loi tehtävän %s',
    '%s closed the task %s' => '%s sulki tehtävän %s',
    '%s created a subtask for the task %s' => '%s loi alitehtävän tehtävälle %s',
    '%s updated a subtask for the task %s' => '%s päivitti tehtävän %s alitehtävää',
    'Assigned to %s with an estimate of %s/%sh' => 'Annettu henkilölle %s arviolla %s/%sh',
    'Not assigned, estimate of %sh' => 'Ei annettu kenellekään, arvio %sh',
    '%s updated a comment on the task %s' => '%s päivitti kommentia tehtävässä %s',
    '%s commented the task %s' => '%s kommentoi tehtävää %s',
    '%s\'s activity' => 'Henkilön %s toiminta',
    'No activity.' => 'Ei toimintaa.',
    'RSS feed' => 'RSS-syöte',
    '%s updated a comment on the task #%d' => '%s päivitti kommenttia tehtävässä #%d',
    '%s commented on the task #%d' => '%s kommentoi tehtävää #%d',
    '%s updated a subtask for the task #%d' => '%s päivitti tehtävän #%d alitehtävää',
    '%s created a subtask for the task #%d' => '%s loi alitehtävän tehtävälle #%d',
    '%s updated the task #%d' => '%s päivitti tehtävää #%d',
    '%s created the task #%d' => '%s loi tehtävän #%d',
    '%s closed the task #%d' => '%s sulki tehtävän #%d',
    '%s open the task #%d' => '%s avasi tehtävän #%d',
    '%s moved the task #%d to the column "%s"' => '%s siirsi tehtävän #%d sarakkeeseen "%s"',
    '%s moved the task #%d to the position %d in the column "%s"' => '%s siirsi tehtävän #%d %d. sarakkeessa %s',
    'Activity' => 'Toiminta',
    'Default values are "%s"' => 'Oletusarvot ovat "%s"',
    'Default columns for new projects (Comma-separated)' => 'Oletussarakkeet uusille projekteille',
    'Task assignee change' => 'Tehtävän saajan vaihto',
    '%s change the assignee of the task #%d to %s' => '%s vaihtoi tehtävän #%d saajaksi %s',
    '%s changed the assignee of the task %s to %s' => '%s vaihtoi tehtävän %s saajaksi %s',
    // 'Column Change' => '',
    // 'Position Change' => '',
    // 'Assignee Change' => '',
    'New password for the user "%s"' => 'Uusi salasana käyttäjälle "%s"',
    'Choose an event' => 'Valitse toiminta',
    'Github commit received' => 'Github-kommitti vastaanotettu',
    'Github issue opened' => 'Github-issue avattu',
    'Github issue closed' => 'Github-issue suljettu',
    'Github issue reopened' => 'Github-issue uudelleenavattu',
    'Github issue assignee change' => 'Github-issuen saajan vaihto',
    'Github issue label change' => 'Github-issuen labelin vaihto',
    'Create a task from an external provider' => 'Luo tehtävä ulkoiselta tarjoajalta',
    'Change the assignee based on an external username' => 'Vaihda tehtävän saajaa perustuen ulkoiseen käyttäjänimeen',
    'Change the category based on an external label' => 'Vaihda kategoriaa perustuen ulkoiseen labeliin',
    'Reference' => 'Viite',
    'Reference: %s' => 'Viite: %s',
    'Label' => 'Label',
    'Database' => 'Tietokanta',
    'About' => 'Tietoja',
    'Database driver:' => 'Tietokantaohjelmisto:',
    'Board settings' => 'Taulun asetukset',
    'URL and token' => 'URL ja token',
    'Webhook settings' => 'Webhookin asetukset',
    'URL for task creation:' => 'URL tehtävän luomiseksi:',
    'Reset token' => 'Vaihda token',
    'API endpoint:' => 'API päätepiste:',
    'Refresh interval for private board' => 'Päivitystiheys yksityisille tauluille',
    'Refresh interval for public board' => 'Päivitystiheys julkisille tauluille',
    'Task highlight period' => 'Tehtävän korostusaika',
    'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Aika (sekunteina) kuinka kauan tehtävä voidaan katsoa äskettäin muokatuksi (0 poistaa toiminnon käytöstä, oletuksena 2 päivää)',
    'Frequency in second (60 seconds by default)' => 'Päivitystiheys sekunteina (60 sekuntia oletuksena)',
    'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Päivitystiheys sekunteina (0 poistaa toiminnon käytöstä, oletuksena 10 sekuntia)',
    'Application URL' => 'Sovelluksen URL',
    'Example: http://example.kanboard.net/ (used by email notifications)' => 'Esimerkiksi: http://example.kanboard.net/ (käytetään sähköposti-ilmoituksissa)',
    'Token regenerated.' => 'Token uudelleenluotu.',
    'Date format' => 'Päiväyksen muoto',
    'ISO format is always accepted, example: "%s" and "%s"' => 'ISO-muoto on aina hyväksytty, esimerkiksi %s ja %s',
    'New private project' => 'Uusi yksityinen projekti',
    'This project is private' => 'Tämä projekti on yksityinen',
    'Type here to create a new sub-task' => 'Kirjoita tähän luodaksesi uuden alitehtävän',
    'Add' => 'Lisää',
    'Estimated time: %s hours' => 'Arvioitu aika: %s tuntia',
    'Time spent: %s hours' => 'Aikaa kulunut: %s tuntia',
    'Started on %B %e, %Y' => 'Aloitettu %B %e, %Y',
    'Start date' => 'Aloituspäivä',
    'Time estimated' => 'Arvioitu aika',
    'There is nothing assigned to you.' => 'Ei tehtäviä, joihin sinut olisi merkitty tekijäksi.',
    'My tasks' => 'Minun tehtävät',
    'Activity stream' => 'Toiminta',
    'Dashboard' => 'Työpöytä',
    'Confirmation' => 'Vahvistus',
    'Allow everybody to access to this project' => 'Anna kaikille käyttöoikeus tähän projektiin',
    'Everybody have access to this project.' => 'Kaikilla on käyttöoikeus projektiin.',
    // 'Webhooks' => '',
    // 'API' => '',
    'Integration' => 'Integraatio',
    // 'Github webhooks' => '',
    // 'Help on Github webhooks' => '',
    // 'Create a comment from an external provider' => '',
    // 'Github issue comment created' => '',
    'Configure' => 'Konfiguroi',
    'Project management' => 'Projektin hallinta',
    'My projects' => 'Minun projektini',
    'Columns' => 'Sarakkeet',
    'Task' => 'Tehtävät',
    'Your are not member of any project.' => 'Et ole minkään projektin jäsen.',
    'Percentage' => 'Prosentti',
    'Number of tasks' => 'Tehtävien määrä',
    'Task distribution' => 'Tehtävien jakauma',
    'Reportings' => 'Raportoinnit',
    // 'Task repartition for "%s"' => '',
    'Analytics' => 'Analytiikka',
    'Subtask' => 'Alitehtävä',
    'My subtasks' => 'Minun alitehtäväni',
    // 'User repartition' => '',
    // 'User repartition for "%s"' => '',
    'Clone this project' => 'Kahdenna projekti',
    'Column removed successfully.' => 'Sarake poistettu onnstuneesti.',
    'Edit Project' => 'Muokkaa projektia',
    'Github Issue' => 'Github-issue',
    'Not enough data to show the graph.' => 'Ei riittävästi dataa graafin näyttämiseksi.',
    'Previous' => 'Edellinen',
    'The id must be an integer' => 'ID:n on oltava kokonaisluku',
    'The project id must be an integer' => 'Projektin ID:n on oltava kokonaisluku',
    'The status must be an integer' => 'Tilan on oltava kokonaisluku',
    'The subtask id is required' => 'Alitehtävän ID vaaditaan',
    'The subtask id must be an integer' => 'Alitehtävän ID:ntulee olla kokonaisluku',
    'The task id is required' => 'Tehtävän ID vaaditaan',
    'The task id must be an integer' => 'Tehtävän ID on oltava kokonaisluku',
    'The user id must be an integer' => 'Käyttäjän ID on oltava kokonaisluku',
    'This value is required' => 'Tämä arvo on pakollinen',
    'This value must be numeric' => 'Tämän arvon tulee olla numeerinen',
    'Unable to create this task.' => 'Tehtävän luonti epäonnistui',
    'Cumulative flow diagram' => 'Kumulatiivinen vuokaavio',
    'Cumulative flow diagram for "%s"' => 'Kumulatiivinen vuokaavio kohteelle "%s"',
    'Daily project summary' => 'Päivittäinen yhteenveto',
    'Daily project summary export' => 'Päivittäisen yhteenvedon vienti',
    'Daily project summary export for "%s"' => 'Päivittäisen yhteenvedon vienti kohteeseen "%s"',
    'Exports' => 'Viennit',
    'This export contains the number of tasks per column grouped per day.' => 'Tämä tiedosto sisältää tehtäviä sarakkeisiin päiväkohtaisesti ryhmilteltyinä',
    'Nothing to preview...' => 'Ei esikatselua...',
    'Preview' => 'Ei esikatselua',
    'Write' => 'Kirjoita',
    'Active swimlanes' => 'Aktiiviset kaistat',
    'Add a new swimlane' => 'Lisää uusi kaista',
    'Change default swimlane' => 'Vaihda oletuskaistaa',
    'Default swimlane' => 'Oletuskaista',
    'Do you really want to remove this swimlane: "%s"?' => 'Haluatko varmasti poistaa tämän kaistan: "%s"?',
    'Inactive swimlanes' => 'Passiiviset kaistat',
    // 'Set project manager' => '',
    // 'Set project member' => '',
    'Remove a swimlane' => 'Poista kaista',
    'Rename' => 'Uudelleennimeä',
    'Show default swimlane' => 'Näytä oletuskaista',
    'Swimlane modification for the project "%s"' => 'Kaistamuutos projektille "%s"',
    'Swimlane not found.' => 'Kaistaa ei löydy',
    'Swimlane removed successfully.' => 'Kaista poistettu onnistuneesti.',
    'Swimlanes' => 'Kaistat',
    'Swimlane updated successfully.' => 'Kaista päivitetty onnistuneesti.',
    'The default swimlane have been updated successfully.' => 'Oletuskaista päivitetty onnistuneesti.',
    'Unable to create your swimlane.' => 'Kaistan luonti epäonnistui.',
    'Unable to remove this swimlane.' => 'Kaistan poisto epäonnistui.',
    'Unable to update this swimlane.' => 'Kaistan päivittäminen epäonnistui.',
    'Your swimlane have been created successfully.' => 'Kaista luotu onnistuneesti.',
    'Example: "Bug, Feature Request, Improvement"' => 'Esimerkiksi: "Bugit, Ominaisuuspyynnöt, Parannukset"',
    'Default categories for new projects (Comma-separated)' => 'Oletuskategoriat uusille projekteille (pilkuin eroteltu)',
    // 'Gitlab commit received' => '',
    // 'Gitlab issue opened' => '',
    // 'Gitlab issue closed' => '',
    // 'Gitlab webhooks' => '',
    // 'Help on Gitlab webhooks' => '',
    // 'Integrations' => '',
    // 'Integration with third-party services' => '',
    // 'Role for this project' => '',
    // 'Project manager' => '',
    // 'Project member' => '',
    // 'A project manager can change the settings of the project and have more privileges than a standard user.' => '',
    // 'Gitlab Issue' => '',
    // 'Subtask Id' => '',
    // 'Subtasks' => '',
    // 'Subtasks Export' => '',
    // 'Subtasks exportation for "%s"' => '',
    // 'Task Title' => '',
    // 'Untitled' => '',
    // 'Application default' => '',
    // 'Language:' => '',
    // 'Timezone:' => '',
    // 'All columns' => '',
    // 'Calendar for "%s"' => '',
    // 'Filter by column' => '',
    // 'Filter by status' => '',
    // 'Calendar' => '',
    // 'Next' => '',
    // '#%d' => '',
    // 'Filter by color' => '',
    // 'Filter by swimlane' => '',
    // 'All swimlanes' => '',
    // 'All colors' => '',
    // 'All status' => '',
    // 'Add a comment logging moving the task between columns' => '',
    // 'Moved to column %s' => '',
    // 'Change description' => '',
    // 'User dashboard' => '',
    // 'Allow only one subtask in progress at the same time for a user' => '',
    // 'Edit column "%s"' => '',
    // 'Enable time tracking for subtasks' => '',
    // 'Select the new status of the subtask: "%s"' => '',
    // 'Subtask timesheet' => '',
    // 'There is nothing to show.' => '',
    // 'Time Tracking' => '',
    // 'You already have one subtask in progress' => '',
    // 'Which parts of the project do you want to duplicate?' => '',
    // 'Change dashboard view' => '',
    // 'Show/hide activities' => '',
    // 'Show/hide projects' => '',
    // 'Show/hide subtasks' => '',
    // 'Show/hide tasks' => '',
    // 'Disable login form' => '',
    // 'Show/hide calendar' => '',
    // 'User calendar' => '',
    // 'Bitbucket commit received' => '',
    // 'Bitbucket webhooks' => '',
    // 'Help on Bitbucket webhooks' => '',
    // 'Start' => '',
    // 'End' => '',
    // 'Task age in days' => '',
    // 'Days in this column' => '',
    // '%dd' => '',
    // 'Add a link' => '',
    // 'Add a new link' => '',
    // 'Do you really want to remove this link: "%s"?' => '',
    // 'Do you really want to remove this link with task #%d?' => '',
    // 'Field required' => '',
    // 'Link added successfully.' => '',
    // 'Link updated successfully.' => '',
    // 'Link removed successfully.' => '',
    // 'Link labels' => '',
    // 'Link modification' => '',
    // 'Links' => '',
    // 'Link settings' => '',
    // 'Opposite label' => '',
    // 'Remove a link' => '',
    // 'Task\'s links' => '',
    // 'The labels must be different' => '',
    // 'There is no link.' => '',
    // 'This label must be unique' => '',
    // 'Unable to create your link.' => '',
    // 'Unable to update your link.' => '',
    // 'Unable to remove this link.' => '',
    // 'relates to' => '',
    // 'blocks' => '',
    // 'is blocked by' => '',
    // 'duplicates' => '',
    // 'is duplicated by' => '',
    // 'is a child of' => '',
    // 'is a parent of' => '',
    // 'targets milestone' => '',
    // 'is a milestone of' => '',
    // 'fixes' => '',
    // 'is fixed by' => '',
    // 'This task' => '',
    // '<1h' => '',
    // '%dh' => '',
    // '%b %e' => '',
    // 'Expand tasks' => '',
    // 'Collapse tasks' => '',
    // 'Expand/collapse tasks' => '',
    // 'Close dialog box' => '',
    // 'Submit a form' => '',
    // 'Board view' => '',
    // 'Keyboard shortcuts' => '',
    // 'Open board switcher' => '',
    // 'Application' => '',
    // 'Filter recently updated' => '',
    // 'since %B %e, %Y at %k:%M %p' => '',
    // 'More filters' => '',
    // 'Compact view' => '',
    // 'Horizontal scrolling' => '',
    // 'Compact/wide view' => '',
    // 'No results match:' => '',
    // 'Remove hourly rate' => '',
    // 'Do you really want to remove this hourly rate?' => '',
    // 'Hourly rates' => '',
    // 'Hourly rate' => '',
    // 'Currency' => '',
    // 'Effective date' => '',
    // 'Add new rate' => '',
    // 'Rate removed successfully.' => '',
    // 'Unable to remove this rate.' => '',
    // 'Unable to save the hourly rate.' => '',
    // 'Hourly rate created successfully.' => '',
    // 'Start time' => '',
    // 'End time' => '',
    // 'Comment' => '',
    // 'All day' => '',
    // 'Day' => '',
    // 'Manage timetable' => '',
    // 'Overtime timetable' => '',
    // 'Time off timetable' => '',
    // 'Timetable' => '',
    // 'Work timetable' => '',
    // 'Week timetable' => '',
    // 'Day timetable' => '',
    // 'From' => '',
    // 'To' => '',
    // 'Time slot created successfully.' => '',
    // 'Unable to save this time slot.' => '',
    // 'Time slot removed successfully.' => '',
    // 'Unable to remove this time slot.' => '',
    // 'Do you really want to remove this time slot?' => '',
    // 'Remove time slot' => '',
    // 'Add new time slot' => '',
    // 'This timetable is used when the checkbox "all day" is checked for scheduled time off and overtime.' => '',
    // 'Files' => '',
    // 'Images' => '',
    // 'Private project' => '',
    // 'Amount' => '',
    // 'AUD - Australian Dollar' => '',
    // 'Budget' => '',
    // 'Budget line' => '',
    // 'Budget line removed successfully.' => '',
    // 'Budget lines' => '',
    // 'CAD - Canadian Dollar' => '',
    // 'CHF - Swiss Francs' => '',
    // 'Cost' => '',
    // 'Cost breakdown' => '',
    // 'Custom Stylesheet' => '',
    // 'download' => '',
    // 'Do you really want to remove this budget line?' => '',
    // 'EUR - Euro' => '',
    // 'Expenses' => '',
    // 'GBP - British Pound' => '',
    // 'INR - Indian Rupee' => '',
    // 'JPY - Japanese Yen' => '',
    // 'New budget line' => '',
    // 'NZD - New Zealand Dollar' => '',
    // 'Remove a budget line' => '',
    // 'Remove budget line' => '',
    // 'RSD - Serbian dinar' => '',
    // 'The budget line have been created successfully.' => '',
    // 'Unable to create the budget line.' => '',
    // 'Unable to remove this budget line.' => '',
    // 'USD - US Dollar' => '',
    // 'Remaining' => '',
    // 'Destination column' => '',
    // 'Move the task to another column when assigned to a user' => '',
    // 'Move the task to another column when assignee is cleared' => '',
    // 'Source column' => '',
    // 'Show subtask estimates (forecast of future work)' => '',
    // 'Transitions' => '',
    // 'Executer' => '',
    // 'Time spent in the column' => '',
    // 'Task transitions' => '',
    // 'Task transitions export' => '',
    // 'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => '',
    // 'Currency rates' => '',
    // 'Rate' => '',
    // 'Change reference currency' => '',
    // 'Add a new currency rate' => '',
    // 'Currency rates are used to calculate project budget.' => '',
    // 'Reference currency' => '',
    // 'The currency rate have been added successfully.' => '',
    // 'Unable to add this currency rate.' => '',
    // 'Send notifications to a Slack channel' => '',
    // 'Webhook URL' => '',
    // 'Help on Slack integration' => '',
    // '%s remove the assignee of the task %s' => '',
    // 'Send notifications to Hipchat' => '',
    // 'API URL' => '',
    // 'Room API ID or name' => '',
    // 'Room notification token' => '',
    // 'Help on Hipchat integration' => '',
    // 'Enable Gravatar images' => '',
    // 'Information' => '',
    // 'Check two factor authentication code' => '',
    // 'The two factor authentication code is not valid.' => '',
    // 'The two factor authentication code is valid.' => '',
    // 'Code' => '',
    // 'Two factor authentication' => '',
    // 'Enable/disable two factor authentication' => '',
    // 'This QR code contains the key URI: ' => '',
    // 'Save the secret key in your TOTP software (by example Google Authenticator or FreeOTP).' => '',
    // 'Check my code' => '',
    // 'Secret key: ' => '',
    // 'Test your device' => '',
    // 'Assign a color when the task is moved to a specific column' => '',
    // '%s via Kanboard' => '',
    // 'uploaded by: %s' => '',
    // 'uploaded on: %s' => '',
    // 'size: %s' => '',
    // 'Burndown chart for "%s"' => '',
    // 'Burndown chart' => '',
    // 'This chart show the task complexity over the time (Work Remaining).' => '',
    // 'Screenshot taken %s' => '',
    // 'Add a screenshot' => '',
    // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
    // 'Screenshot uploaded successfully.' => '',
    // 'SEK - Swedish Krona' => '',
    // 'The project identifier is an optional alphanumeric code used to identify your project.' => '',
    // 'Identifier' => '',
    // 'Postmark (incoming emails)' => '',
    // 'Help on Postmark integration' => '',
    // 'Mailgun (incoming emails)' => '',
    // 'Help on Mailgun integration' => '',
    // 'Sendgrid (incoming emails)' => '',
    // 'Help on Sendgrid integration' => '',
    // 'Disable two factor authentication' => '',
    // 'Do you really want to disable the two factor authentication for this user: "%s"?' => '',
    // 'Edit link' => '',
    // 'Start to type task title...' => '',
    // 'A task cannot be linked to itself' => '',
    // 'The exact same link already exists' => '',
    // 'Recurrent task is scheduled to be generated' => '',
    // 'Recurring information' => '',
    // 'Score' => '',
    // 'The identifier must be unique' => '',
    // 'This linked task id doesn\'t exists' => '',
    // 'This value must be alphanumeric' => '',
    // 'Edit recurrence' => '',
    // 'Generate recurrent task' => '',
    // 'Trigger to generate recurrent task' => '',
    // 'Factor to calculate new due date' => '',
    // 'Timeframe to calculate new due date' => '',
    // 'Base date to calculate new due date' => '',
    // 'Action date' => '',
    // 'Base date to calculate new due date: ' => '',
    // 'This task has created this child task: ' => '',
    // 'Day(s)' => '',
    // 'Existing due date' => '',
    // 'Factor to calculate new due date: ' => '',
    // 'Month(s)' => '',
    // 'Recurrence' => '',
    // 'This task has been created by: ' => '',
    // 'Recurrent task has been generated:' => '',
    // 'Timeframe to calculate new due date: ' => '',
    // 'Trigger to generate recurrent task: ' => '',
    // 'When task is closed' => '',
    // 'When task is moved from first column' => '',
    // 'When task is moved to last column' => '',
    // 'Year(s)' => '',
    // 'Jabber (XMPP)' => '',
    // 'Send notifications to Jabber' => '',
    // 'XMPP server address' => '',
    // 'Jabber domain' => '',
    // 'Jabber nickname' => '',
    // 'Multi-user chat room' => '',
    // 'Help on Jabber integration' => '',
    // 'The server address must use this format: "tcp://hostname:5222"' => '',
    // 'Calendar settings' => '',
    // 'Project calendar view' => '',
    // 'Project settings' => '',
    // 'Show subtasks based on the time tracking' => '',
    // 'Show tasks based on the creation date' => '',
    // 'Show tasks based on the start date' => '',
    // 'Subtasks time tracking' => '',
    // 'User calendar view' => '',
    // 'Automatically update the start date' => '',
    // 'iCal feed' => '',
    // 'Preferences' => '',
    // 'Security' => '',
    // 'Two factor authentication disabled' => '',
    // 'Two factor authentication enabled' => '',
    // 'Unable to update this user.' => '',
);