-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathfi-FI.xlf
More file actions
11413 lines (11411 loc) · 455 KB
/
Copy pathfi-FI.xlf
File metadata and controls
11413 lines (11411 loc) · 455 KB
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
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file target-language="fi-FI" source-language="en" original="lit-localize-inputs" datatype="plaintext">
<body>
<!-- #region Locales -->
<trans-unit id="en">
<source>English</source>
<target>Englanti</target>
</trans-unit>
<trans-unit id="ja-JP">
<source>Japanese</source>
<target>Japani</target>
</trans-unit>
<trans-unit id="ko-KR">
<source>Korean</source>
<target>Korea</target>
</trans-unit>
<trans-unit id="zh-Hans">
<source>Chinese (Simplified)</source>
<target>Kiina</target>
</trans-unit>
<trans-unit id="zh-Hant">
<source>Chinese (Traditional)</source>
<target>Kiina</target>
</trans-unit>
<!-- #endregion -->
<!-- #region Locale selector -->
<trans-unit id="locale-auto-detect-option">
<source>Auto-detect</source>
<target>Tunnista automaattisesti</target>
<note from="lit-localize">Label for the auto-detect locale option in language selection dropdown</note>
</trans-unit>
<trans-unit id="language-selector-label">
<source>Select language</source>
<target>Valitse kieli</target>
<note from="lit-localize">Label for the language selection dropdown</note>
</trans-unit>
<trans-unit id="locale-option-localized-label">
<source><x id="0" equiv-text="${relativeDisplayName}"/> (<x id="1" equiv-text="${localizedDisplayName}"/>)</source>
<note from="lit-localize">Locale option label showing the localized language name along with the native language name in parentheses.</note>
</trans-unit>
<!-- #endregion -->
<trans-unit id="s12d6dde9b30c3093">
<source>Dismiss</source>
<target>Sulje</target>
</trans-unit>
<trans-unit id="sfe629863ba1338c2">
<source>Connection error, reconnecting...</source>
<target>Yhteysvirhe, yhdistetään uudelleen...</target>
</trans-unit>
<trans-unit id="sdaecc3c29a27c5c5">
<source>An unknown error occurred</source>
<target>Tapahtui tuntematon virhe</target>
</trans-unit>
<trans-unit id="se84ba7f105934495">
<source>Please check the browser console for more details.</source>
<target>Katso lisätietoja selaimen konsolista.</target>
</trans-unit>
<trans-unit id="sdea479482318489d">
<source>Status messages</source>
<target>Tilaviestit</target>
</trans-unit>
<trans-unit id="s9d8b8aa2b404c2c8">
<source>Settings</source>
<target>Asetukset</target>
</trans-unit>
<trans-unit id="s1298e361e40ee1c5">
<source>Stop impersonation</source>
<target>Lopeta käyttäjänä esiintyminen</target>
</trans-unit>
<trans-unit id="s6abff64e7ff7fde9">
<source>Avatar image</source>
<target>Avatar-kuva</target>
</trans-unit>
<trans-unit id="s7cfe12cd14df9950">
<source>Sign out</source>
<target>Kirjaudu ulos</target>
</trans-unit>
<trans-unit id="saae1c70e168b45b4">
<source>Admin</source>
<target>Ylläpitäjä</target>
</trans-unit>
<trans-unit id="s6abb1cd87fe0114e">
<source>Home</source>
<target>Koti</target>
</trans-unit>
<trans-unit id="s91ae4b6bf981682b">
<source>authentik Logo</source>
<target>authentik Logo</target>
</trans-unit>
<trans-unit id="se58e6ed983bf34b0">
<source>Collapse navigation</source>
<target>Sulje valikko</target>
</trans-unit>
<trans-unit id="sc6ef25894ed00175">
<source>Expand navigation</source>
<target>Avaa valikko</target>
</trans-unit>
<trans-unit id="s7031e6928c44cedd">
<source>User interface</source>
<target>Käyttöliittymä</target>
</trans-unit>
<trans-unit id="s49730f3d5751a433">
<source>Loading...</source>
<target>Lataa...</target>
</trans-unit>
<trans-unit id="sf1e9d421f35b51e5">
<source>Application</source>
<target>Sovellus</target>
</trans-unit>
<trans-unit id="s310d8757ce319673">
<source>Logins</source>
<target>Kirjautumiset</target>
</trans-unit>
<trans-unit id="s3e99ea082ca5ade9">
<source>Failed to fetch</source>
<target>Haku ei onnistunut.</target>
</trans-unit>
<trans-unit id="s0b2ad58c3deaa8dd">
<source>FIPS Status</source>
<target>FIPS-tila</target>
</trans-unit>
<trans-unit id="s091d3d07b5b3076f">
<source>OK</source>
<target>OK</target>
</trans-unit>
<trans-unit id="s35f47dbd321aaf15">
<source>FIPS compliance: passing</source>
<target>FIPS-sääntöjenmukaisuus: läpäisty</target>
</trans-unit>
<trans-unit id="sc94578030c702562">
<source>Unverified</source>
<target>Varmentamatta</target>
</trans-unit>
<trans-unit id="s16749cce7c4c1589">
<source>FIPS compliance: unverified</source>
<target>FIPS-sääntöjenmukaisuus: varmentamatta</target>
</trans-unit>
<trans-unit id="sa50a6326530d8a0d">
<source>Show less</source>
<target>Näytä vähemmän</target>
</trans-unit>
<trans-unit id="sb2c57b2d347203dd">
<source>Show more</source>
<target>Näytä enemmän</target>
</trans-unit>
<trans-unit id="s6238f519db67980d">
<source>UID</source>
<target>UID</target>
</trans-unit>
<trans-unit id="sef49aec68fd1dc66">
<source>Name</source>
<target>Nimi</target>
</trans-unit>
<trans-unit id="sf9f2c719a04066ec">
<source>App</source>
<target>Sovellus</target>
</trans-unit>
<trans-unit id="sda796c87fa97ed4d">
<source>Model Name</source>
<target>Mallin nimi</target>
</trans-unit>
<trans-unit id="s79e8cc71a5975b04">
<source>Message</source>
<target>Viesti</target>
</trans-unit>
<trans-unit id="sbbc53e0e54d7946f">
<source>Subject</source>
<target>Otsikko</target>
</trans-unit>
<trans-unit id="sa6ab5184d6315895">
<source>From</source>
<target>Alkaen</target>
</trans-unit>
<trans-unit id="s09353907b5c79284">
<source>To</source>
<target>Saakka</target>
</trans-unit>
<trans-unit id="s63e03c70f67ebf9c">
<source>Context</source>
<target>Konteksti</target>
</trans-unit>
<trans-unit id="sa48f81f001b893d2">
<source>User</source>
<target>Käyttäjä</target>
</trans-unit>
<trans-unit id="s47fb5504f693775b">
<source>Changes made:</source>
<target>Tehdyt muutokset;</target>
</trans-unit>
<trans-unit id="s506b6a19d12f414c">
<source>Key</source>
<target>Avain</target>
</trans-unit>
<trans-unit id="s4fc9dc73245eab09">
<source>Previous value</source>
<target>Edellinen arvo</target>
</trans-unit>
<trans-unit id="scb3b0671d7b7f640">
<source>New value</source>
<target>Uusi arvo</target>
</trans-unit>
<trans-unit id="saf63a04c86018698">
<source>-</source>
<target>-</target>
</trans-unit>
<trans-unit id="s21e38ec6ffa2b918">
<source>Added ID <x id="0" equiv-text="${item}"/></source>
<target>Lisättiin ID <x id="0" equiv-text="${item}"/></target>
</trans-unit>
<trans-unit id="s74918a09ef39ed26">
<source>Removed ID <x id="0" equiv-text="${item}"/></source>
<target>Poistettiin ID <x id="0" equiv-text="${item}"/></target>
</trans-unit>
<trans-unit id="s3a20e5d7dd70dcd3">
<source>Cleared</source>
<target>Tyhjennetty</target>
</trans-unit>
<trans-unit id="s119498d4e4cf59a6">
<source>Affected model:</source>
<target>Vaikutettu malli:</target>
</trans-unit>
<trans-unit id="sa3660d505e7011e0">
<source>Authorized application:</source>
<target>Valtuutettu sovellus:</target>
</trans-unit>
<trans-unit id="s95a032ae86881bf5">
<source>Using flow</source>
<target>Käyttäen prosessia</target>
</trans-unit>
<trans-unit id="scb5c9a7cc4ccd68d">
<source>Email info:</source>
<target>Sähköpostitiedot:</target>
</trans-unit>
<trans-unit id="s677f1b675fc21bb1">
<source>Secret:</source>
<target>Salaisuus:</target>
</trans-unit>
<trans-unit id="sa6905be242387f36">
<source>Exception</source>
<target>Poikkeus</target>
</trans-unit>
<trans-unit id="sd947d57c9a9b7108">
<source>Open issue on GitHub...</source>
<target>Kirjaa ongelma GitHubissa...</target>
</trans-unit>
<trans-unit id="s6ab73c998850c5ab">
<source>Expression</source>
<target>Lauseke</target>
</trans-unit>
<trans-unit id="s50ebe627b4bc7d02">
<source>Binding</source>
<target>Liitos</target>
</trans-unit>
<trans-unit id="s3c6de3f257e0c912">
<source>Request</source>
<target>Pyyntö</target>
</trans-unit>
<trans-unit id="s730182ad28374cda">
<source>Object</source>
<target>Objekti</target>
</trans-unit>
<trans-unit id="s890e983a7be64da4">
<source>Result</source>
<target>Tulos</target>
</trans-unit>
<trans-unit id="sd3a853f63f45dcb0">
<source>Passing</source>
<target>Läpäisy</target>
</trans-unit>
<trans-unit id="sbdeedc1c60306b35">
<source>Messages</source>
<target>Viestit</target>
</trans-unit>
<trans-unit id="s4ba4473f3d4ec896">
<source>New version available</source>
<target>Uusi versio saatavilla</target>
</trans-unit>
<trans-unit id="s0a5401d4419f9958">
<source>Using source</source>
<target>Käyttää lähdettä</target>
</trans-unit>
<trans-unit id="s14622ee6de586485">
<source>Attempted to log in as <x id="0" equiv-text="${this.event.context.username}"/></source>
<target>Yritetty kirjautua sisään nimellä
<x id="0" equiv-text="${this.event.context.username}"/></target>
</trans-unit>
<trans-unit id="sb07bf992e3d00664">
<source>No additional data available.</source>
<target>Ei lisätietoja saatavilla.</target>
</trans-unit>
<trans-unit id="sb59d68ed12d46377">
<source>Loading</source>
<target>Ladataan</target>
</trans-unit>
<trans-unit id="sf45a0d2f00bcc6ff">
<source>no tabs defined</source>
<target>välilehtiä ei määritelty</target>
</trans-unit>
<trans-unit id="s355b21b89ce5d9c5">
<source>Details</source>
<target>Tiedot</target>
</trans-unit>
<trans-unit id="s0382d73823585617">
<source><x id="0" equiv-text="${fieldName}"/>: <x id="1" equiv-text="${detail}"/></source>
<target>
<x id="0" equiv-text="${this.errorMessage}"/>:
<x id="1" equiv-text="${e.toString()}"/></target>
</trans-unit>
<trans-unit id="sae5d87e99fe081e0">
<source>Required</source>
<target>Pakollinen</target>
</trans-unit>
<trans-unit id="s44872da71d5307c8">
<source>There was an error submitting the form.</source>
<target>Lomakkeen lähettämisessä tapahtui virhe.</target>
</trans-unit>
<trans-unit id="se166e95fe447ebcd">
<source>Close dialog</source>
<target>Sulje ikkuna</target>
</trans-unit>
<trans-unit id="s1cd198d689c66e4b">
<source>API Access</source>
<target>Rajapintapääsy</target>
</trans-unit>
<trans-unit id="sf29883ac9ec43085">
<source>App password</source>
<target>Sovelluksen salasana</target>
</trans-unit>
<trans-unit id="s6ac670086eb137c6">
<source>Recovery</source>
<target>Palautus</target>
</trans-unit>
<trans-unit id="sfe211545fd02f73e">
<source>Verification</source>
<target>Vahvistus</target>
</trans-unit>
<trans-unit id="sd73b202ec04eefd9">
<source>Unknown intent</source>
<target>Tuntematon aikomus</target>
</trans-unit>
<trans-unit id="sc8da3cc71de63832">
<source>Login</source>
<target>Kirjaudu</target>
</trans-unit>
<trans-unit id="sb4564c127ab8b921">
<source>Failed login</source>
<target>Kirjautuminen epäonnistui</target>
</trans-unit>
<trans-unit id="s67749057edb2586b">
<source>Logout</source>
<target>Kirjaudu ulos</target>
</trans-unit>
<trans-unit id="s7e537ad68d7c16e1">
<source>User was written to</source>
<target>Käyttäjä kirjoitettiin</target>
</trans-unit>
<trans-unit id="sa0e0bdd7e244416b">
<source>Suspicious request</source>
<target>Epäilyttävä pyyntö</target>
</trans-unit>
<trans-unit id="s7bda44013984fc48">
<source>Password set</source>
<target>Salasana asetettu</target>
</trans-unit>
<trans-unit id="sa1b41e334ad89d94">
<source>Secret was viewed</source>
<target>Salaisuus katsottiin</target>
</trans-unit>
<trans-unit id="s92ca679592a36b35">
<source>Secret was rotated</source>
<target>Salaisuus kierrätettiin</target>
</trans-unit>
<trans-unit id="s8a1d9403ca90989b">
<source>Invitation used</source>
<target>Kutsua käytetty</target>
</trans-unit>
<trans-unit id="s5f496533610103f2">
<source>Application authorized</source>
<target>Sovellus valtuutettu</target>
</trans-unit>
<trans-unit id="sdc9e222be9612939">
<source>Source linked</source>
<target>Lähde yhdistetty</target>
</trans-unit>
<trans-unit id="sb1c91762ae3a9bee">
<source>Impersonation started</source>
<target>Toisena käyttäjänä esiintyminen aloitettu</target>
</trans-unit>
<trans-unit id="s9c73bd29b279d26b">
<source>Impersonation ended</source>
<target>Toisena käyttäjänä esiintyminen lopetettu</target>
</trans-unit>
<trans-unit id="s1cd264012278c047">
<source>Flow execution</source>
<target>Prosessin suoritus</target>
</trans-unit>
<trans-unit id="s32f04d33924ce8ad">
<source>Policy execution</source>
<target>Käytännön suoritus</target>
</trans-unit>
<trans-unit id="sb6d7128df5978cee">
<source>Policy exception</source>
<target>Käytännön virhe</target>
</trans-unit>
<trans-unit id="s77f572257f69a8db">
<source>Property Mapping exception</source>
<target>Ominaisuuskytkennän virhe</target>
</trans-unit>
<trans-unit id="s2543cffd6ebb6803">
<source>System task execution</source>
<target>Järjestelmän tehtävän suoritus</target>
</trans-unit>
<trans-unit id="se2f258b996f7279c">
<source>System task exception</source>
<target>Järjestelmän tehtävän virhe</target>
</trans-unit>
<trans-unit id="s81eff3409d572a21">
<source>General system exception</source>
<target>Yleinen järjestelmävirhe</target>
</trans-unit>
<trans-unit id="sf8f49cdbf0036343">
<source>Configuration error</source>
<target>Konfiguraatiovirhe</target>
</trans-unit>
<trans-unit id="s9c6f61dc47bc4f0a">
<source>Model created</source>
<target>Malli luotu</target>
</trans-unit>
<trans-unit id="s47a4983a2c6bb749">
<source>Model updated</source>
<target>Malli päivitetty</target>
</trans-unit>
<trans-unit id="sc9f69360b58706c7">
<source>Model deleted</source>
<target>Malli poistettu</target>
</trans-unit>
<trans-unit id="sa266303caf1bd27f">
<source>Email sent</source>
<target>Sähköposti lähetetty</target>
</trans-unit>
<trans-unit id="s6c410fedda2a575f">
<source>Update available</source>
<target>Päivitys saatavilla</target>
</trans-unit>
<trans-unit id="sf1ec4acb8d744ed9">
<source>Alert</source>
<target>Hälytys</target>
</trans-unit>
<trans-unit id="s9117fb5195e75151">
<source>Notice</source>
<target>Huomio</target>
</trans-unit>
<trans-unit id="s34be76c6b1eadbef">
<source>Warning</source>
<target>Varoitus</target>
</trans-unit>
<trans-unit id="s02240309358f557c">
<source>Unknown severity</source>
<target>Tuntematon vakavuusaste</target>
</trans-unit>
<trans-unit id="s858e7ac4b3cf955f">
<source>Static tokens</source>
<target>Staattiset tunnisteet</target>
</trans-unit>
<trans-unit id="sfcfcf85a57eea78a">
<source>TOTP Device</source>
<target>TOTP-laite</target>
</trans-unit>
<trans-unit id="s482bc55a78891ef7">
<source>A code has been sent to your address: <x id="0" equiv-text="${email}"/></source>
<target>Koodi on lähetetty osoitteeseesi: <x id="0" equiv-text="${email}"/></target>
</trans-unit>
<trans-unit id="s5afa3fc77ce8d94d">
<source>A code has been sent to your email address.</source>
<target>Koodi on lähetetty sähköpostiosoitteeseesi.</target>
</trans-unit>
<trans-unit id="s37f47fa981493c3b">
<source>A one-time use code has been sent to you via SMS text message.</source>
<target>Kertakäyttöinen koodi on lähetetty sinulle tekstiviestinä.</target>
</trans-unit>
<trans-unit id="sc92a7248dba5f388">
<source>Open your authenticator app to retrieve a one-time use code.</source>
<target>Avaa todennussovellus hakeaksesi kertakäyttöisen koodin.</target>
</trans-unit>
<trans-unit id="s21d95b4651ad7a1e">
<source>Enter a one-time recovery code for this user.</source>
<target>Kirjoita kertakäyttöinen palautuskoodi tälle käyttäjälle.</target>
</trans-unit>
<trans-unit id="s2e1d5a7d320c25ef">
<source>Enter the code from your authenticator device.</source>
<target>Kirjoita koodi todentajalaitteeltasi.</target>
</trans-unit>
<trans-unit id="se2d65e13768468e0">
<source>Internal</source>
<target>Sisäinen</target>
</trans-unit>
<trans-unit id="s84fcddede27b8e2a">
<source>External</source>
<target>Ulkoinen</target>
</trans-unit>
<trans-unit id="s1a635369edaf4dc3">
<source>Service account</source>
<target>Palvelutili</target>
</trans-unit>
<trans-unit id="sff930bf2834e2201">
<source>Service account (internal)</source>
<target>Palvelutili (sisäinen)</target>
</trans-unit>
<trans-unit id="s08df8d0a773a3ea0">
<source>Remove item</source>
<target>Poista kohde</target>
</trans-unit>
<trans-unit id="s3633ffed92acaecb">
<source><x id="0" equiv-text="${this.label || ""}"/> table pagination</source>
<target><x id="0" equiv-text="${this.label || ""}"/>-taulukon sivutus</target>
</trans-unit>
<trans-unit id="s04c5a637328c9b67">
<source><x id="0" equiv-text="${startIndex}"/> - <x id="1" equiv-text="${endIndex}"/> of <x id="2" equiv-text="${pageCount}"/></source>
<target>
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
<x id="1" equiv-text="${this.pages?.endIndex}"/>/
<x id="2" equiv-text="${this.pages?.count}"/></target>
</trans-unit>
<trans-unit id="s6a89bb10338369b4">
<source>Go to previous page</source>
<target>Edellinen sivu</target>
</trans-unit>
<trans-unit id="s7edad99c6b7bfe88">
<source>Go to next page</source>
<target>Seuraava sivu</target>
</trans-unit>
<trans-unit id="sc57b150b53a3b9e6">
<source>This field is required.</source>
<target>Tämä kenttä on pakollinen.</target>
</trans-unit>
<trans-unit id="sffa721bb6aa3128d">
<source>Search...</source>
<target>Hae...</target>
</trans-unit>
<trans-unit id="s5d929ff1619ac0c9">
<source>Search</source>
<target>Hae</target>
</trans-unit>
<trans-unit id="sbe3756d568bb048e">
<source>Query suggestions</source>
<target>Kyselyn ehdotukset</target>
</trans-unit>
<trans-unit id="sf6e7447df476939f">
<source>Query input</source>
<target>Kyselyn syöttö</target>
</trans-unit>
<trans-unit id="s5638954badbd5b21">
<source>Table Search</source>
<target>Taulukkohaku</target>
</trans-unit>
<trans-unit id="s5f4586bc1e2740e6">
<source>Clear search</source>
<target>Tyhjennä haku</target>
</trans-unit>
<trans-unit id="sd9b15395dd103f80">
<source>Sort by "<x id="0" equiv-text="${label}"/>"</source>
<target>Järjestä kentän &quot;<x id="0" equiv-text="${label}"/>&quot; mukaan</target>
</trans-unit>
<trans-unit id="s7bc8c327f1f7c82c">
<source>No objects found.</source>
<target>Objekteja ei löytynyt.</target>
</trans-unit>
<trans-unit id="sfd44ce578f643145">
<source>Failed to fetch objects.</source>
<target>Objektien haku ei onnistunut.</target>
</trans-unit>
<trans-unit id="s7dd64bb0c1fa8e87">
<source>Select "<x id="0" equiv-text="${rowLabel}"/>" row</source>
<target>Valitse rivi &quot;<x id="0" equiv-text="${rowLabel}"/>&quot;</target>
</trans-unit>
<trans-unit id="sd26f670ca5d5b0c6">
<source>Collapse row</source>
<target>Sulje rivi</target>
</trans-unit>
<trans-unit id="s73f51a3532f29159">
<source>Expand row</source>
<target>Avaa rivi</target>
</trans-unit>
<trans-unit id="s7b7163270e57e8b4">
<source>Refresh</source>
<target>Päivitä</target>
</trans-unit>
<trans-unit id="sda170fd79bca1616">
<source><x id="0" equiv-text="${this.label ?? "Table"}"/> actions</source>
<target><x id="0" equiv-text="${this.label ?? "Table"}"/>-toiminnot</target>
</trans-unit>
<trans-unit id="sd09354b0220a13ce">
<source>Select all rows on page (<x id="0" equiv-text="${selectedCount}"/> of <x id="1" equiv-text="${pageItemCount}"/> selected)</source>
<target>Valitse kaikki rivit sivulla (<x id="0" equiv-text="${selectedCount}"/> / <x id="1" equiv-text="${pageItemCount}"/> valittu)</target>
</trans-unit>
<trans-unit id="s76ef34813bff563f">
<source>Last refreshed</source>
<target>Viimeksi päivitetty</target>
</trans-unit>
<trans-unit id="s59c9e8f57e3a0075">
<source><x id="0" equiv-text="${this.label}"/> table</source>
<target><x id="0" equiv-text="${this.label}"/>-taulukko</target>
</trans-unit>
<trans-unit id="sa25b60b4fac481aa">
<source>Table content</source>
<target>Taulukon sisältö</target>
</trans-unit>
<trans-unit id="s15a7e4227737b7c4">
<source>Column actions</source>
<target>Sarakkeen toiminnot</target>
</trans-unit>
<trans-unit id="sa65e7bc7ddd3484d">
<source>Anonymous user</source>
<target>Nimetön käyttäjä</target>
</trans-unit>
<trans-unit id="sc35581d9c1cd67ff">
<source>On behalf of <x id="0" equiv-text="${renderUsername(event.user.on_behalf_of)}"/></source>
<target> <x id="0" equiv-text="${event.user.on_behalf_of.username}"/> puolesta</target>
</trans-unit>
<trans-unit id="s7225aacf0eee94d2">
<source>Authenticated as <x id="0" equiv-text="${renderUsername(event.user.authenticated_as)}"/></source>
<target>Todennettu käyttäjänä <x id="0" equiv-text="${renderUsername(event.user.authenticated_as)}"/></target>
</trans-unit>
<trans-unit id="s2152f3482784705f">
<source>Recent events</source>
<target>Viimeisimmät tapahtumat</target>
</trans-unit>
<trans-unit id="sc265a3e29e1206e4">
<source>Events</source>
<target>Tapahtumat</target>
</trans-unit>
<trans-unit id="sa442044b586ec8bf">
<source>Action</source>
<target>Toiminto</target>
</trans-unit>
<trans-unit id="s02839b01844d6ca8">
<source>Creation Date</source>
<target>Luontipäiväys</target>
</trans-unit>
<trans-unit id="s4d00f1de1c82281b">
<source>Client IP</source>
<target>Asiakkaan IP</target>
</trans-unit>
<trans-unit id="s1b448a4ea79d4eef">
<source>No Events found.</source>
<target>Tapahtumia ei löytynyt.</target>
</trans-unit>
<trans-unit id="s50911ec1c8aee99a">
<source>No matching events could be found.</source>
<target>Vastaavia tapahtumia ei löytynyt.</target>
</trans-unit>
<trans-unit id="sd2fa988f1774cfde">
<source>System Status</source>
<target>Järjestelmän tila</target>
</trans-unit>
<trans-unit id="s113c05ef9996ca4b">
<source>Embedded outpost is not configured correctly.</source>
<target>Sisäänrakennettua tukikohtaa ei ole määritelty oikein.</target>
</trans-unit>
<trans-unit id="seb5ba88f21937c98">
<source>Check outposts.</source>
<target>Tarkista tukikohdat.</target>
</trans-unit>
<trans-unit id="sd0bc94e11935ee5a">
<source>HTTPS is not detected correctly</source>
<target>HTTPS:ää ei ole tunnistettu oikein</target>
</trans-unit>
<trans-unit id="s40bf151b56a64f51">
<source>Server and client are further than 5 seconds apart.</source>
<target>Palvelin ja asiakas ovat ajallisesti yli 5 sekuntia erillään toisistaan.</target>
</trans-unit>
<trans-unit id="sae486938be80729c">
<source>Everything is ok.</source>
<target>Kaikki kunnossa.</target>
</trans-unit>
<trans-unit id="sf4122b220926be97">
<source>Version</source>
<target>Versio</target>
</trans-unit>
<trans-unit id="scefe482c547fb3f3">
<source>Based on <x id="0" equiv-text="${value.versionCurrent}"/></source>
<target>Perustuu
<x id="0" equiv-text="${value.versionCurrent}"/></target>
</trans-unit>
<trans-unit id="s68a50b1ee6efee7b">
<source><x id="0" equiv-text="${value.versionLatest}"/> is available!</source>
<target>
<x id="0" equiv-text="${value.versionLatest}"/>on saatavilla!</target>
</trans-unit>
<trans-unit id="s08272eeeddfd244e">
<source>An outpost is on an incorrect version!</source>
<target>Tukikohdan versio on väärä!</target>
</trans-unit>
<trans-unit id="s713d147e1761d0f0">
<source>Up-to-date!</source>
<target>Ajan tasalla!</target>
</trans-unit>
<trans-unit id="s00bcaadd620a11f8">
<source>Latest version unknown</source>
<target>Uusin versio tuntematon</target>
</trans-unit>
<trans-unit id="s0a63a8be0b2b422c">
<source>Workers</source>
<target>Suorittajat</target>
</trans-unit>
<trans-unit id="s341ab68d4130de20">
<source>No workers connected. Background tasks will not run.</source>
<target>Yhtään suorittajaa ei ole yhteydessä. Taustatehtäviä ei suoriteta.</target>
</trans-unit>
<trans-unit id="s82cced87e15e0665">
<source>Worker with incorrect version connected.</source>
<target>Taustaprosessi väärällä versiolla otti yhteyden.</target>
</trans-unit>
<trans-unit id="s98327528f00365a7">
<source>Failed to fetch data.</source>
<target>Tietojen haku ei onnistunut.</target>
</trans-unit>
<trans-unit id="s66f26fdcbe2101eb">
<source>Chart</source>
<target>Kaavio</target>
</trans-unit>
<trans-unit id="s7b58d033cc5112ab">
<source>Event volume chart</source>
<target>Tapahtumavolyymikaavio</target>
</trans-unit>
<trans-unit id="s11bc220e8fa9d797">
<source>Authorizations</source>
<target>Valtuutukset</target>
</trans-unit>
<trans-unit id="sc2f1e5dd74c1b7df">
<source>Successful Logins</source>
<target>Onnistuneet kirjautumiset</target>
</trans-unit>
<trans-unit id="s3ef3c252ada78076">
<source>Failed Logins</source>
<target>Epäonnistuneet kirjautumiset</target>
</trans-unit>
<trans-unit id="s2ceb11be2290bb1b">
<source>Cancel</source>
<target>Peruuta</target>
</trans-unit>
<trans-unit id="s0914f91b3f985f0f">
<source>Synchronization status chart</source>
<target>Synkronoinnin tila -kaavio</target>
</trans-unit>
<trans-unit id="s477de089b505a6ea">
<source>SCIM Provider</source>
<target>SCIM-palveluntarjoaja</target>
</trans-unit>
<trans-unit id="s8cfd29891b2c93f0">
<source>Google Workspace Provider</source>
<target>Google Workspace -palveluntarjoaja</target>
</trans-unit>
<trans-unit id="s958928ab6208d748">
<source>Microsoft Entra Provider</source>
<target>Microsoft Entra -palveluntarjoaja</target>
</trans-unit>
<trans-unit id="se085f35c8a9203a1">
<source>LDAP Source</source>
<target>LDAP-lähde</target>
</trans-unit>
<trans-unit id="s334b3924d2bd5d55">
<source>Kerberos Source</source>
<target>Kerberos-lähde</target>
</trans-unit>
<trans-unit id="s8a75e83497a183a2">
<source>Healthy</source>
<target>Kunnossa</target>
</trans-unit>
<trans-unit id="sbf9c5c5a8e5efad4">
<source>Failed</source>
<target>Epäonnistui</target>
</trans-unit>
<trans-unit id="se4cd073c125382af">
<source>Unsynced / N/A</source>
<target>Ei synkronoitu / N/A</target>
</trans-unit>
<trans-unit id="s3f01dbc864d2a8b9">
<source>Outpost status chart</source>
<target>Tukikohdan tila -kaavio</target>
</trans-unit>
<trans-unit id="sfeb82261bcf99edd">
<source>Healthy outposts</source>
<target>Kunnossa olevat tukikohdat</target>
</trans-unit>
<trans-unit id="s21b3058faf874368">
<source>Outdated outposts</source>
<target>Vanhentunut tukikohta</target>
</trans-unit>
<trans-unit id="s51f92b6fa76656ca">
<source>Unhealthy outposts</source>
<target>Heikentynyt tukikohta</target>
</trans-unit>
<trans-unit id="s74d86eb7e5a10fdf">
<source>Operation failed to complete</source>
<target>Toiminnon suoritus epäonnistui</target>
</trans-unit>
<trans-unit id="sc381422c585b867f">
<source>Quick actions</source>
<target>Pikatoiminnot</target>
</trans-unit>
<trans-unit id="s0a11c2ffb8309d1a">
<source>Not found</source>
<target>Ei löytynyt</target>
</trans-unit>
<trans-unit id="saa0e2675da69651b">
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
<target>Osoitetta "
<x id="0" equiv-text="${this.url}"/>" ei löytynyt.</target>
</trans-unit>
<trans-unit id="s58cd9c2fe836d9c6">
<source>Return home</source>
<target>Palaa etusivulle</target>
</trans-unit>
<trans-unit id="sd5e9b70ffb7a8b46">
<source>Skip to content</source>
<target>Jatka sisältöön</target>
</trans-unit>
<trans-unit id="sfd13ca8ebd857c2e">
<source>Create a new application</source>
<target>Luo uusi sovellus</target>
</trans-unit>
<trans-unit id="s079d388d3cbfa54f">
<source>Check the logs</source>
<target>Tarkista logit</target>
</trans-unit>
<trans-unit id="sed8d4c3fd5f60e1f">
<source>Explore integrations</source>
<target>Katsele integraatioita</target>
</trans-unit>
<trans-unit id="sfffb0d0958bfbc42">
<source>Manage users</source>
<target>Hallinnoi käyttäjiä</target>
</trans-unit>
<trans-unit id="s66313b45b69cfc88">
<source>Check the release notes</source>
<target>Katso julkaisutiedot</target>
</trans-unit>
<trans-unit id="s3d197283cb019b5a">
<source>Overview</source>
<target>Yleiskuva</target>
</trans-unit>
<trans-unit id="s8763a33c3d46aaf5">
<source>Outpost status</source>
<target>Tukikohdan tila</target>
</trans-unit>
<trans-unit id="scc286303aa9c6cb0">
<source>Sync status</source>
<target>Synkronoinnin tila</target>
</trans-unit>
<trans-unit id="sbdc4a833de9ca502">
<source>Logins and authorizations over the last week (per 8 hours)</source>
<target>Kirjautumiset ja tunnistautumiset viimeisen viikon ajalta (8 tunnin välein)</target>
</trans-unit>
<trans-unit id="s6e09a19aa3952509">
<source>Apps with most usage</source>
<target>Sovellukset, joilla suurin käyttöaste</target>
</trans-unit>
<trans-unit id="s85a488cacb57688b">
<source>Welcome, <x id="0" equiv-text="${displayName}"/></source>
<target>Tervetuloa, <x id="0" equiv-text="${displayName}"/></target>
</trans-unit>
<trans-unit id="scdb1bac161852c73">
<source>Welcome</source>
<target>Tervetuloa</target>
</trans-unit>
<trans-unit id="s41e035c4bb8d15f2">
<source>General system status</source>
<target>Yleinen järjestelmän tila</target>
</trans-unit>
<trans-unit id="s51ea3a244c781b1f">
<source>Objects created</source>
<target>Objekteja luotu</target>
</trans-unit>
<trans-unit id="sfbadb77fbc61efb8">
<source>Users created per day in the last month</source>
<target>Käyttäjiä luotu vuorokaudessa viime kuussa</target>
</trans-unit>
<trans-unit id="s4a34a6be4c68ec87">
<source>Users created</source>
<target>Käyttäjiä luotu</target>
</trans-unit>
<trans-unit id="sb0669da3df95837c">
<source>Logins per day in the last month</source>
<target>Kirjautumisia vuorokaudessa viime kuussa</target>
</trans-unit>
<trans-unit id="s835da49b4dc83a51">
<source>Failed Logins per day in the last month</source>
<target>Epäonnistuneita kirjautumisia vuorokaudessa viime kuussa</target>
</trans-unit>
<trans-unit id="s275c956687e2e656">
<source>Failed logins</source>
<target>Epäonnistuneet kirjautumiset</target>
</trans-unit>
<trans-unit id="sb4d7bae2440d9781">
<source>User Statistics</source>
<target>Käyttäjätilastot</target>
</trans-unit>
<trans-unit id="scb489a1a173ac3f0">
<source>Yes</source>
<target>Kyllä</target>
</trans-unit>
<trans-unit id="s09205907b5b56cda">
<source>No</source>
<target>Ei</target>
</trans-unit>
<trans-unit id="s3feea7b49673bef2">
<source>No log messages.</source>
<target>Ei lokiviestejä.</target>
</trans-unit>
<trans-unit id="s10fedec3a779ea63">
<source>Timestamp</source>
<target>Aikaleima</target>
</trans-unit>
<trans-unit id="s16b9446e3a70e1f4">
<source>Attributes</source>
<target>Attribuutit</target>
</trans-unit>
<trans-unit id="s48e186fb300e5464">
<source>Time</source>
<target>Aika</target>
</trans-unit>
<trans-unit id="saa8aa81ad6f055fd">
<source>Level</source>
<target>Taso</target>
</trans-unit>
<trans-unit id="sd0ea7366ebc403ff">
<source>Event</source>
<target>Tapahtuma</target>
</trans-unit>
<trans-unit id="s225f3e57c6a0d635">
<source>Logger</source>
<target>Logittaja</target>
</trans-unit>
<trans-unit id="se09ab93d69f7f45b">
<source>Not used by any other object.</source>
<target>Ei minkään muun objektin käytössä.</target>
</trans-unit>
<trans-unit id="s55fa598b754cc3cc">
<source><x id="0" equiv-text="${item.username}"/> (<x id="1" equiv-text="${item.name}"/>)</source>
<target>
<x id="0" equiv-text="${ub.name}"/>(
<x id="1" equiv-text="${consequence}"/>)</target>
</trans-unit>
<trans-unit id="sdc673e73b5c13aea">
<source>Delete</source>
<target>Poista</target>
</trans-unit>
<trans-unit id="s1f25e1e20469a9ea">
<source>deleted</source>
<target>tuhottu</target>
</trans-unit>
<trans-unit id="s09240e07b5b8d640">
<source>ID</source>
<target>ID</target>
</trans-unit>
<trans-unit id="se33b158a1ec02a09">
<source>Successfully deleted <x id="0" equiv-text="${this.objects.length} ${this.objectLabel}"/></source>
<target> <x id="0" equiv-text="${this.objects.length} ${this.objectLabel}"/> poistettiin</target>
</trans-unit>
<trans-unit id="s039b6434e8a75560">
<source>Delete <x id="0" equiv-text="${this.objectLabel}"/></source>
<target>Poista
<x id="0" equiv-text="${this.objectLabel}"/></target>
</trans-unit>
<trans-unit id="s5819a49638f6d7cb">
<source>Are you sure you want to delete <x id="0" equiv-text="${this.objects.length} ${this.objectLabel}"/>?</source>
<target>Haluatko varmasti poistaa kohteen <x id="0" equiv-text="${this.objects.length} ${this.objectLabel}"/>?</target>
</trans-unit>
<trans-unit id="sd5903cc8de68b3fc">
<source>No form found</source>
<target>Lomaketta ei löytynyt</target>
</trans-unit>
<trans-unit id="s7f073c746d0f6324">
<source>Form actions</source>
<target>Lomakkeen toiminnot</target>
</trans-unit>
<trans-unit id="sfd81bd296e2f7585">
<source>Submit action</source>
<target>Lähetä-toiminto</target>
</trans-unit>
<trans-unit id="s5baec8151f4a4433">
<source>Cancel action</source>
<target>Peruuta-toiminto</target>
</trans-unit>
<trans-unit id="sbcdf61483337948a">
<source>Successfully updated schedule.</source>
<target>Ajastetun toiminnon päivitys onnistui.</target>
</trans-unit>
<trans-unit id="sd372fe5b712f6b30">
<source>Crontab</source>
<target>Crontab</target>
</trans-unit>
<trans-unit id="s95bc8722b2708f8b">
<source>Paused</source>
<target>Keskeytetty</target>
</trans-unit>
<trans-unit id="se41af830054194bc">