-
Notifications
You must be signed in to change notification settings - Fork 20
/
translations.txt
1238 lines (1231 loc) · 46.7 KB
/
translations.txt
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
%s day ago=
%s days ago=
%s hour ago=
%s hours ago=
%s minute ago=
%s minutes ago=
%s month ago=
%s months ago=
%s second ago=
%s seconds ago=
%s week ago=
%s weeks ago=
aborted=
Absolute=
Acknowledge=
Active=
active=
Actual results=
Add Container=
Add VM=
Advanced View=
AFP Security Settings=
ago=
All=
Anonymize diagnostics may make troubleshooting more difficult=Anonymize diagnostics (may make troubleshooting more difficult)
Anonymous Mode=
Apply=
Apps=
Array Clearing=
Array Copying=
Array must be Stopped to change=Array must be **Stopped** to change
Array Started=
Array Starting=
Array Stopped=
Array Stopping=
Array=
Attributes=
Auto=
Automatic=
Average speed=
Azure=
B=
Back To Top=
Basic View=
Basic=
BIOS=
Black=
Blacklisted USB Flash GUID=
bond down=
Browse=
Browser cookie support required for Unraid OS webgui=
Browser error=
btrfs=
Bug Description=
Bug Report=
bytes=
By default UEFI and Legacy boot mode are both enabled when GRUB is used to boot the machine=
Cache=
Calculated free space value=
Cancel=
Capabilities=
Case-sensitive names=
Center=
Change=
Check=
Checking Wan IPs=
Clear=
Clearing=
Click for context menu=
Click=
Clicking OK will take you to a 3rd party website not associated with Limetech=
close all notifications=
Close=
close=
Command execution=
Comment=
complete=
Configuration not found=
Confirm Password=
Contact Email Address=
Contact Support=
containing your key file URL=
Copy=
Copying=
CPU=
Create Unraidnet Account=Create Unraid.net Account
Dashboard=
Data copied=
Data-Rebuild=
Dated=
day=
Days_array=Sunday:Sunday Monday:Monday Tuesday:Tuesday Wednesday:Wednesday Thursday:Thursday Friday:Friday Saturday:Saturday Sun:Sun Mon:Mon Tue:Tue Wed:Wed Thu:Thu Fri:Fri Sat:Sat
days=
Default=
default=
Delete=
Description=
Device contents emulated, in standby mode spun-down=Device contents emulated, in standby mode (spun-down)
Device contents emulated=
Device is disabled, contents emulated=
Device is in standby mode spun-down=Device is in standby mode (spun-down)
Device is missing disabled, contents emulated=Device is missing (disabled), contents emulated
Device not present=
Device=
directories=
directory=
Disabled=
disabled=
Disk=
disk=
Disk-Clear=
DNS issue, unable to resolve mothershipunraidnet=DNS issue, unable to resolve mothership.unraid.net
Do you want to update to the new version=
Docker=
Docs=
Done=
Download=
Duration=
Edit=
edit=
Emulated=
emulated=
Enabled=
enabled=
Encrypted and unlocked=
Erase=
Error code=
Error=
error=
Errors=
errors=
Expected results=
Export=
External Link=
Faulty=
faulty=
Feedback=
File too large=
file=
files=
Fixed=
Flash GUID=
Flash Product=
Flash Vendor=
Flash=
flash=
FOLDER=
folder=
Force lower=
Format=
Formatting devices=
Forum=
GB=
Go to My Servers Dashboard=
Go to Registration page=
GPT 4KiB-aligned=
Gray=
GRUB configuration=
Guests have no access=Guests have **no** access
Guests have read-only access=Guests have **read-only** access
Heat alarm=
Help=
here=
Hide Password=
History=
hour=
hours=
How to reproduce=
hr=
HVM=
Identity=
Inactive=
Index of=
Info=
Install Key=
interface down=
Interface=
Invalid Username or Password=
IOMMU=
is available=
Job=
KB=
Keep server details anonymous=
Kernel=
Last Modified=
Left=
less than a minute remaining=
less than a minute=
Load=
Location=
Locked missing encryption key=Locked: missing encryption key
Locked unknown error=Locked: unknown error
Locked wrong encryption key=Locked: wrong encryption key
Log=
Login=
Logout=
Main=
manual=
max installable capacity=max. installable capacity
Max password length is 128 characters=
Maximum file upload size is 512K=
MB=
MBR 1MiB-aligned=MBR: 1MiB-aligned
MBR 4KiB-aligned=MBR: 4KiB-aligned
MBR unaligned=MBR: unaligned
Memory=
min=
minute=
minutes=
Model=
month=
Months_array=January:January February:February March:March April:April May:May June:June July:July August:August September:September October:October November:November December:December Jan:Jan Feb:Feb Mar:Mar Apr:Apr May:May Jun:Jun Jul:Jul Aug:Aug Sep:Sep Oct:Oct Nov:Nov Dec:Dec
months=
More=
Motherboard=
Move=
NA=N/A
Name=
Network=
Never=
New device, in standby mode spun-down=New device, in standby mode (spun-down)
New device=
NFS Security Settings=
NFS=
No Access=
No device=
no device=
No errors reported=
No information available=
No listing Too many files=No listing: Too many files
No reply from mail server=
No=
no=
None=
none=
Normal operation, device is active=
Normal=
Normalized=
Not Available=
not available=
not connected=
Not encrypted=
not encrypted=
NOTE=
Numbers_array=thirty:thirty twenty-nine:twenty-nine twenty-eight:twenty-eight twenty-seven:twenty-seven twenty-six:twenty-six twenty-five:twenty-five twenty-four:twenty-four twenty-three:twenty-three twenty-two:twenty-two twenty-one:twenty-one twenty:twenty nineteen:nineteen eighteen:eighteen seventeen:seventeen sixteen:sixteen fifteen:fifteen fourteen:fourteen thirteen:thirteen twelve:twelve eleven:eleven ten:ten nine:nine eight:eight seven:seven six:six five:five four:four three:three two:two one:one zero:zero
object=
objects=
of=
Off=
off-line=
OK=
Ok=
ok=
On=
Online Manual=
Online manual=
OpenSSL=
optional=
Other Comment=
Other information=
Parity device is disabled=
Parity device is missing=
Parity is invalid, in standby mode spun-down=Parity is invalid, in standby mode (spun-down)
Parity is invalid=
Parity is valid=
Parity=
parity=
Parity-Check=
Parity-Sync Data-Rebuild=Parity-Sync / Data-Rebuild
Parity-Sync=
Password confirmation does not match=
Password recovery=
Password=
Pause=
Paused=
paused=
PB=
Percentage=
Please access this server via the My Servers Dashboard=
Please also ensure you have cookies enabled=
Please enable it=
Please select one file only=
Please set a password for the root user account=
Please summarize your suggestion here=
Please try a different browser=
Please try again later=
Please use a high quality name brand device at least 1GB in size min 4GB recommended=Please use a high quality name brand device at least 1GB in size (min 4GB recommended)
Please wait=
Plugins=
Plus=
Popup Blocked=
prefix_IEC=Ki Mi Gi Ti Pi Ei Zi Yi
prefix_SI=K M G T P E Z Y
Press ANY KEY to close this window=
Private=
Pro=
Proceed=
Processor=
Product Suggestion=
Public=
Pulling image=
Purchase Key=
RAM=
Raw=
Read settings from=
Read=
Read-Check=
Read-only=
Reads=
ReadWrite=Read/Write
Reboot Now=
Reboot=
Refresh=
Registration=
reiserfs=
Release Notes=
Remove=
Removing container=
Removing orphan image=
Rename=
Renew=
Reset=
Restart=
Resume=
Right=
root requires a password=
RPM=
Running=
running=
safe mode=
sec=
second=
seconds=
Secure=
Security Settings=
Security=
See Help=
select=
Self-Test=
Server=
Set Password=
Settings=
Share name=
Share=
Shares List=
Shares=
Show Password=
Shutdown=
Sign In before your Unraidnet SSL certificate expires=Sign In before your Unraid.net SSL certificate expires
Size=
SMB Security Settings=
SMB=
sn=s/n
Sorry, an error occurred=
Sorry, this feature is not supported by MSIEEdge=Sorry, this feature is not supported by MSIE/Edge
Stale configuration=
Standby=
standby=
Start=
Started=
started=
Status=
status=
Stop=
Stopped=
stopped=
Stopping container=
Streams=
Subject=
Submission of this bug report will automatically send your system diagnostics to Lime Technology=
Submission of this troubleshooting request will automatically send your system diagnostics to Lime Technology=
Submit=
Successfully logged out=
Successfully removed container=
Successfully removed orphan image=
Successfully stopped container=
System Information=
System is going down=
System is offline=
System is powered off=
System is rebooting=
System Log=
System notifications are=
System running in=
System=
TB=
Temperature=
Template Repositories=
Terminal=
Test result=
Thank you for choosing Unraid OS=
Thank You=
The command failed revert to rsync=
The command failed=
The command finished successfully=
The error is=
The Unraid OS webgui requires JavaScript=
There is a physical problem accessing your USB Flash boot device=
This will start your free 30 day Trial=
Time remaining=
to change notification settings=
to downgrade Unraid OS=
to upgrade Unraid OS=
today=
Too many files=
Too many invalid login attempts=
Tools=
TOTAL DATA PULLED=
Total=
total=
Transfer Rate=
Trial=
Type your question or comment to Lime Technology here=
Type=
Unable to generate system diagnostics=
Unable to set password=
Unassigned=
unassigned=
Unknown=
unknown=
Unraid OS=
Unraidnet re-authentication required=Unraid.net re-authentication required
Unsupported Feature=
Update Container=
Update Now=
Update VM=
Update=
update=
Updated=
Upgrade Key=
Upload error=
Upload=
Uptime=
up-to-date=
User Access=
Username not changeable=
Username=
Users=
Utilization=
Version=
View Release Notes=
View=
VMs=
VPN=
Warning=
Was this container created using this plugin=
Website=
White=
Wiki=
Windows may require a valid User to be defined even for Public shares=
Write settings to=
Write=
Wrong=
wrong=
xfs=
year=
years=
Yes hidden=Yes (hidden)
Yes Time Machine=Yes (Time Machine)
Yes, I want to do this=
Yes=
yes=
yesterday=
YesTime Machine hidden=Yes/Time Machine (hidden)
YesTime Machine=Yes/Time Machine
You must reboot for changes to take effect=
Your browser does not support HTML5 file uploads=
Your browser has JavaScript disabled=
; Dynamix.system.button plugin
Array busy=
Buttons=
Parity operation or mover is running=
preparing for reboot=
preparing for shutdown=
Sleep=
Start Array=
starting the array=
Stop Array=
stopping the array=
System in sleep mode=
This will put the system to sleep=
This will reboot the system=
This will shutdown the system=
This will start the array=
This will stop the array=
; Dynamix File Manager - 2023-04-11
%s year ago=
%s years ago=
Action=
Calculate Occupied Space=
Calculate=
change owner=
Change Owner=
change permission=
Change Permission=
Common=
Completed=
Compress=
Copy Device=
Copy File=
Copy Folder=
Copy Share=
copy to=
Create Folder=
Create=
Creating=
Current file name=
Current folder name=
Delete Device=
Delete File=
Delete Folder=
Delete Share=
Device name=
DEVICE=
Download File=
Enter a valid target=
Expand=
File is removed=
File Manager=
File name=
file type=
Folder name=
folders=
Group=
in %s folder and %s file=
in %s folder and %s files=
in %s folders and %s file=
in %s folders and %s files=
Invalid path=
Invalid source=
Invalid target=
Job running=
Jobs=
Last modified=
Minimize=
more=
Move Device=
Move File=
Move Folder=
Move Share=
move to=
Moving=
New file name=
New folder name=
New owner=
New permission=
No jobs scheduled=
No results found=
Not allowed to mix disk and user shares=
Objects to change=
Objects to copy=
Objects to delete=
Objects to move=
Other=
Overwrite existing file=
Overwrite existing files=
Owner=
Page will be reloaded=
Parent Directory=
Permission=
Queue=
Removing=
Rename File=
Rename Folder=
rename to=
Renaming=
Save=
Scheduled Jobs=
Search pattern=
Search string=
Search=
Share name=
SHARE=
Source device=
Source file=
Source folder=
Source share=
Source=
Target device=
Target file=
Target folder=
Target share=
Target=
This changes the owner of the source recursively=
This changes the permission of the source recursively=
This copies all the selected sources=
This copies the device and all its content to another device=
This copies the folder and all its content to another folder=
This copies the selected file=
This copies the share and all its content to another share=
This creates a folder at the current level=
This deletes all selected sources=
This deletes the device and all its content=
This deletes the folder and all its content=
This deletes the selected file=
This deletes the share and all its content=
This moves all the selected sources=
This moves the device and all its content to another device=
This moves the folder and all its content to another folder=
This moves the selected file=
This moves the share and all its content to another share=
This renames the folder to the new name=
This renames the selected file=
This renames the selected source=
Toggle TimeAge display=Toggle Time/Age display
Total occupied space=
Updating=
Upload Error=
Use sparse option=
year=
years=
; UNRAID.NET / My Servers / Unraid Connect
%s is signed in to your Unraidnet account=%s is signed in to your Unraid.net account
%s Key Created=
%s Key Extended=
%s Key Install Error=
%s Key Recovered=
%s Key Replaced=
%s was not signed in to your Unraidnet account=%s was not signed in to your Unraid.net account
%s was not signed out of your Unraidnet account=%s was not signed out of your Unraid.net account
%s was signed out of your Unraidnet account=%s was signed out of your Unraid.net account
8 or more characters=
a digest of recent blog posts, community videos, popular forum threads, product announcements, and more=
A Trial key provides all the functionality of a Pro Registration key=
A USB Flash device may also be blacklisted if we discover the serial number is not unique – this is common with USB card readers=
Access unavailable=
Acknowledge Replacement Conditions=
After resetting your password come back to the Registration Wizard pop-up window to Sign In and complete your servers registration=After resetting your password come back to the Registration Wizard pop-up window to Sign In and complete your server's registration
After your Trial has reached expiration your server still functions normally until the next time you Stop the array or reboot your server=
All you need is an active internet connection, an Unraidnet account, and the Connect plugin=All you need is an active internet connection, an Unraid.net account, and the Connect plugin
Already have an account=
Alternately you may purchase a license key for this USB flash device=
Alternately, you may request a Trial extension=
And not just for one server but all the servers in your Unraid fleet=
At that point you may either purchase a license key or request a Trial extension=
Auto closing in %s=
Auto redirecting in %s=
Automated flash backups will be disabled until you sign in again=
Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds=
Avatar=
Back in a flash ⚡️=
Back to %s=
Back to Registration Home=
Back to Sign In=
Be sure to let the install complete before you close the window=
Best of all all SSL certificates are verified by Lets Encrypt so no browser security warnings=Best of all all SSL certificates are verified by Let's Encrypt so no browser security warnings
beta=
BLACKLISTED=
Browser will self destruct in %s=
bye bye 👋=
Cannot access your USB Flash boot device=
Cannot validate Unraid Trial key=
Checkout the Connect docs=
Click a button and your flash is automatically backed up to Unraidnet enabling easy recovery in the event of a device failure=Click a button and your flash is automatically backed up to Unraid.net enabling easy recovery in the event of a device failure
Click to copy LAN IP %s=
Close %s=
Close Connect details and continue to webGUI=
Close Details=
Close dropdown=
Close Launchpad and continue to webGUI=
Closing this pop-up window while actions are being preformed may lead to unintended errors=
comments=
Communication with %s has timed out=
Confirm closure then continue to webGUI=
Confirm Connect plugin removal=
Confirm Password=
Confirm=
Connect Error=
Connect plugin install failed=
Connect your Unraidnet account to get started=Connect your Unraid.net account to get started
Connect=
Connected to Mothership=
Connected=
Continue to Unraid=
Continue Trial=
Continue using Connect=
Copied key url=
Copy Key URL=
Create My Account=
Current server=
Customizable Dashboard Tiles=
Deep Linking=
Didnt get code=Didn't get code?
Disconnected=
Display Name or Email Address=
Display Name=
Displaying last known server data=
DNS issue, unable to resolve wanip4unraidnet=DNS issue, unable to resolve wanip4.unraid.net
Do not have an account=
Download any registration key linked to your account=
Download latest backup from Connect Dashboard before signing out=
Download latest backup from Go to Connect before signing out=
Download unraid-api Logs=
Dynamic Remote Access=
Email Address=
Enhance your experience with Connect=
Expand your servers capabilities=
Extend Trial=
Extending Trial=
Failed to connect to Unraid API=
Fix Error=
For best results, use one of these urls=
Forgot Password=
Forgot what Unraidnet account you used=Forgot what Unraid.net account you used
Form not valid=
Formatting devices=Formatting device(s)
Get an overview of your servers state, storage space, apps and VMs status, and more=Get an overview of your server's state, storage space, apps and VMs status, and more
Get quick real-time info on the status of your servers such as storage, container, and VM usage=
Get started by installing the plugin=
Get started by signing in to Unraidnet=Get started by signing in to Unraid.net
Get Started=
Go Back=
Go to Connect=
GUID Error=
GUID=
Have a USB flash device that already has an account associated with it=
Have the code now Go Back=Have the code now? Go Back
Hi %s=
I acknowledge that replacing a license key results in permanently blacklisting the previous USB Flash GUID=
I agree to the=
If this was an expired Trial installation, you may purchase a license key=
If you do not have a backup copy of your license key file you may install the Connect beta plugin to attempt to recover your key=If you do not have a backup copy of your license key file you may install the Connect (beta) plugin to attempt to recover your key
If you fill this field out then your email will not be sent=
If you need to change flash drives, generate a backup from Connect and be up and running in minutes=
If you want to replace one of your license keys with a new key bound to this USB Flash device please first remove all other key files first=
Ignore this message if you are currently connected via Remote Access or VPN=
Important=
Install Plugin=
Installed %s Key=
Installing %s Key=
Installing Connect beta=Installing Connect (beta)
Invalid 2FA token=
Invalid installation=
Invalid username or password=
IP=
It appears that your license key file is corrupted or missing=
It is not possible to use a Trial key with an existing Unraid OS installation=
Just give us the details about what happened and well do our best to get you up and running again=Just give us the details about what happened and we'll do our best to get you up and running again
Key file not valid=
Key management is done via the dropdown in the top right of the webGUI on every page=
LAN IP %s=
LAN IP Copied=
Learn more=
Lets unleash your hardware=Let's unleash your hardware
License Management=
Loading Connect data=
Local access=
Local T2FA requires a myunraidnet certificate=Local T2FA requires a *.myunraid.net certificate
Local T2FA requires Unraid 610 or higher and a myunraidnet certificate=Local T2FA requires Unraid 6.10 or higher and a *.myunraid.net certificate
Local T2FA requires Unraid 610 or higher=Local T2FA requires Unraid 6.10 or higher
Local T2FA requires Use SSLTLS to be Strict and a myunraidnet certificate=Local T2FA requires Use SSL/TLS to be Strict and a *.myunraid.net certificate
Local T2FA requires Use SSLTLS to be Strict and Unraid 610 or higher=Local T2FA requires Use SSL/TLS to be Strict and Unraid 6.10 or higher
Local T2FA requires Use SSLTLS to be Strict, Unraid 610 or higher, and a myunraidnet certificate=Local T2FA requires Use SSL/TLS to be Strict, Unraid 6.10 or higher, and a *.myunraid.net certificate
Local T2FA requires Use SSLTLS to be Strict=Local T2FA requires Use SSL/TLS to be Strict
Manage multiple servers from your phone, tablet, laptop, or PC in the same browser window=
Manage your license keys at any time via the My Keys section=
Manage Your Server Within Connect=
Message=
Missing key file=
Multiple License Keys Present=
Never ever be left without a backup of your config=
Never self-managehost your flash backups again=Never self-manage/host your flash backups again
No 2FA token detected=
No Flash=
No Keyfile=
No thanks=
No USB flash configuration data=
Not Connected to Mothership=
Not ready to purchase=Not ready to purchase?
Note USB memory card readers are generally not supported because most do not present unique serial numbers=Note: USB memory card readers are generally not supported because most do not present unique serial numbers
Oh no Are you pirating Unraid OS<br>Are you ready to buy a real license=Oh no! Are you pirating Unraid OS?<br>Are you ready to buy a real license?
Online Flash Backup=
Open dropdown=
Open Dropdown=
Opens %s in new tab=
Opens new HTTPS window to %s=
Page Not Allowed=
Page Not Found=
Password confirmation must match=
Paste or Enter code=
Please access this server via the Go to Connect=
Please check Settings > Network=
Please confirm closure=
Please copy the correct key file to the config directory on your USB Flash boot device or choose Purchase Key or Replace Key=Please copy the correct key file to the */config* directory on your USB Flash boot device or choose Purchase Key or Replace Key
Please copy the correct key file to the config directory on your USB Flash boot device or choose Purchase Key=Please copy the correct key file to the */config* directory on your USB Flash boot device or choose Purchase Key
Please copy the Key URL before closing this window=
Please keep this window open=
Please make sure there is a DNS server specified=
Please make sure your server time is accurate to within 5 minutes=
Please refresh the page to ensure you load your latest configuration=
Please remove all key files except the one you want to replace from the config directory on your USB Flash boot device=Please remove all key files except the one you want to replace from the */config* directory on your USB Flash boot device
Please sign in with your Unraidnet forum account=Please sign in with your Unraid.net forum account
Please try a different USB Flash device=
Please uninstall and reinstall the Connect plugin=
Please use a high quality name brand device at least 1GB in size=
Please wait a moment and reload the page=
Please wait…=
Plus more on the way=
Pop-up=
Post your diagnostics in the forum for help=
Product=
Real-time Monitoring=
Receive an additional 15 days for your trial=
Recover Key=
Redeem Activation Code=
Register for Connect by signing in to Unraid.net=
Registration key management=
Registration keyGUID mismatch=Registration key / GUID mismatch
Registration keys are bound to your USB Flash boot device serial number GUID=Registration keys are bound to your USB Flash boot device serial number (GUID)
Registration Wizard=
remaining=
Remark Unraids WAN IPv4 %1s does not match your clients WAN IPv4 %2s=Remark: Unraid's WAN IPv4 **%1s** does not match your client's WAN IPv4 **%2s**
Remark your WAN IPv4 is %s=Remark: your WAN IPv4 is **%s**
Remote access will be disabled=
Remote access=
Remove Connect plugin=
Removing Connect plugin…=
Replace Key Ineligible=
Replace Key=
Resend Code=
Resend Email Verification Code=
Reset Password Now=
Restart unraid-api=
Restarting…=
Searching=
See also here=
Server Offline=
Server up since %s=
Servers equipped with a myunraidnet certificate can be managed directly from within the Connect web UI=Servers equipped with a myunraid.net certificate can be managed directly from within the Connect web UI
Set custom server tiles how you like and automatically display your servers banner image on your Connect Dashboard=Set custom server tiles how you like and automatically display your server's banner image on your Connect Dashboard
Settings > Management Access • Unraidnet=Settings > Management Access • Unraid.net
Shut Down=
Sign in or sign up to get started=
Sign In to Purchase Key=
Sign In to resolve=
Sign In Up=Sign In / Up
Sign In with Unraidnet Account=Sign In with Unraid.net Account
Sign In=
Sign me up for the monthly Unraid newsletter=
Sign Out of Unraidnet=Sign Out of Unraid.net
Sign Out=
Sign Up for Unraidnet=Sign Up for Unraid.net
Sign Up=
Signing in %s to Unraidnet account=Signing in %s to Unraid.net account
Signing out %s from Unraidnet account=Signing out %s from Unraid.net account
Stale Server=
Stale=
Start Trial=
Still working our magic=
Stop unraid-api=
Strict=
Submitting=
Success=
Switch Language=
Terms of Use=
Thank you for choosing Unraid OS and Connect=
Thank you for contacting Unraid=
Thank you installing Connect=
Thanks for supporting Unraid=
The Connect dashboard links to relevant sections of the webgui, allowing quick access to those settings and server sections=
The Connect plugin install is incomplete=
The key file should be located in the config directory on your USB Flash boot device=The key file should be located in the */config* directory on your USB Flash boot device
The license key file does not correspond to the USB Flash boot device=
There are multiple license key files present on your USB flash device and none of them correspond to the USB Flash boot device=
There is a problem with your USB Flash device=
This can occur as a result of transferring your license key to a replacement USB Flash device, and you are currently booted from your old USB Flash device=
This field is required=
This may indicate a complex network that will not work with this Remote Access solution=
This setup will help you get your server up and running=
This USB Flash boot device has been blacklisted=
This USB Flash device has an invalid GUID=
This will register your server with Connect <sup>BETA</sup>=
To continue using Unraid OS you may purchase a license key=
To manually install the key paste the key file url into the Key file URL field on the webGUI Tools > Registration page and then click Install Key=
To Registration Wizard Home=
To support more storage devices as your server grows click the Open Dropdown button=To support more storage devices as your server grows click the *Open Dropdown* button
To support more storage devices as your server grows click Upgrade Key=
Toggle onoff server accessibility with dynamic remote access=Toggle on/off server accessibility with dynamic remote access
Toggle Password Visibility=
Toggle server info visibility=
Transparent 2FA Token timed out=
Trial expired %s=
Trial Expired=
Trial expires in %s=
Trial Extension Failed=
Trial has expired see options below=
Trial key expired at %s=
Trial key expires at %s=
Trial Requires Internet Connection=
Troubleshoot=
Unable to copy=
unavailable no parity-check entries logged=unavailable (no parity-check entries logged)
Unraid API Error=
Unraid Forums=
Unraidnet account password=Unraid.net account password
Unraidnet Sign In to Recover Key=Unraid.net Sign In to Recover Key
Unraidnet Sign In to Replace Key=Unraid.net Sign In to Replace Key
Unraidnet Sign In=Unraid.net Sign In
Unraidnet Sign Out=Unraid.net Sign Out
Upgrade keys to higher editions=
Uptime %s=
USB Flash Backup=
USB Flash device error=
USB Flash has no serial number=
Use your Unraidnet credentials, not your local server credentials=Use your Unraid.net credentials, not your local server credentials
verification code=
Verify Email=
We have received your e-mail and will respond in the order it was received=
We have sent a verifcation email to %s=
What is Unraidnet=What is Unraid.net?
Whether you need to add a share container or virtual machine do it all from the webGui from anytime and anywhere using HTTPS=
While we strive to respond to all requests as quickly as possible please allow for up to 3 business days for a response=
With an Unraidnet account you can start using Connect beta which gives you access to the following features=With an Unraid.net account you can start using Connect (beta) which gives you access to the following features:
You are all set 👍=
You can safely close this window=
You have %s remaining on your Trial key=
You have an open pop-up=
You have used all your Trial extensions=
You may purchase a license key corresponding to this USB Flash device to continue using this installation=
You will no longer have access to this server using this url=You will no longer have access to this server using <abbr title="%s" class="italic">this url</abbr>
Your current url %s is not in the list of allowed origins for this server=Your current url **%s** is not in the list of allowed origins for this server
Your flash drive is corrupted or offline=
Your server will not be usable until you purchase a Registration key or install a free 30 day Trial key=
Your Trial has expired=
Your Trial key includes all the functionality and device support of a Pro key=
Your Trial key requires an internet connection=
Your trial will expire in 15 days=
Your trial will expire in 30 days=
Your Unraid registration key is ineligible for replacement as it has been replaced within the last 12 months=
Your Unraid registration key is ineligible for replacement as it is blacklisted=
Your USB Flash GUID and other relevant server data will also be sent=
%1s %2s Key…=
%2s Key %1s Successfully=
%s day=
%s days=
%s hour=
%s hours=
%s minute=
%s minutes=
%s month=
%s months=
%s second=
%s seconds=
%s Signed In Successfully=
%s Signed Out Successfully=
%s year=
%s years=
A Trial key provides all the functionality of a Pro Registration key=
A Trial key provides all the functionality of a Pro Registration key=A *Trial* key provides all the functionality of a Pro Registration key.
A USB Flash device may also be blacklisted if we discover the serial number is not unique – this is common with USB card readers=A USB Flash device may also be blacklisted if we discover the serial number is not unique – this is common with USB card readers.
After your Trial has reached expiration, your server still functions normally until the next time you Stop the array or reboot your server=After your **Trial** has reached expiration, your server _still functions normally_ until the next time you Stop the array or reboot your server
All you need is an active internet connection, an Unraidnet account, and the Connect plugin=All you need is an active internet connection, an Unraid.net account, and the Connect plugin.
Alternately, you may request a Trial extension=Alternately, you may request a Trial extension.
At that point you may either purchase a license key or request a Trial extension=At that point you may either purchase a license key or request a _Trial_ extension.
Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds=Automatically turn on UPnP and open a random WAN port on your router at the click of a button and close off access in seconds.
Beta=
Blacklisted USB Flash GUID=
BLACKLISTED=
Callback redirect type not present or incorrect=
Cannot access your USB Flash boot device=
Cannot validate Unraid Trial key=
Checking WAN IPs…=
Checkout the Connect Documentation=
Click to close modal=
Close Dropdown=
Close Modal=
Configure Connect Features=
Copied=
Copy your Key URL %s=Copy your Key URL: %s
Enhance your experience with Unraid Connect=
Enhance your Unraid experience with Connect=
Enhance your Unraid experience=
Extending your free trial by 15 days=
Extension Installed=
Failed to %1s %2s Key=
Failed to install key=
Failed to update Connect account configuration=
Flash GUID Error=
Get an overview of your servers state, storage space, apps and VMs status, and more=Get an overview of your server's state, storage space, apps and VMs status, and more.
Get started by installing the plugin=Get started by installing the plugin.
Go to Connect plugin settings=
Go to Management Access Now=
If this was an expired Trial installation, you may purchase a license key=If this was an expired Trial installation, you may purchase a license key.
If you are asked to supply logs, please open a support request on our Contact Page and reply to the email message you receive with your logs attached=If you are asked to supply logs, please open a support request on our Contact Page and reply to the email message you receive with your logs attached.
If you do not have a backup copy of your license key file you may attempt to recover your key with your Unraidnet account=If you do not have a backup copy of your license key file you may attempt to recover your key with your Unraid.net account
If you need to change flash drives, generate a backup from Connect and be up and running in minutes=If you need to change flash drives, generate a backup from Connect and be up and running in minutes.
If you want to replace one of your license keys with a new key bound to this USB Flash device, please first remove all other key files first=If you want to replace one of your license keys with a new key bound to this USB Flash device, please first remove all other key files first.
Ignore this message if you are currently connected via Remote Access or VPN=Ignore this message if you are currently connected via Remote Access or VPN.
Install Connect=
Installing Connect=
Install Extended=
Install Recovered=
Install Replaced=
Install=
Installed=
Installing Extended Trial=