-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Expand file tree
/
Copy pathen.po
More file actions
1735 lines (1142 loc) · 40.6 KB
/
Copy pathen.po
File metadata and controls
1735 lines (1142 loc) · 40.6 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
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "app_name"
msgstr "Lantern"
msgid "upgrade_to_pro"
msgstr "Upgrade to Pro"
msgid "settings"
msgstr "Settings"
msgid "report_an_issue"
msgstr "Report an Issue"
msgid "report_issue_add_screenshots"
msgstr "Add screenshots"
msgid "report_issue_screenshot_helper"
msgstr "PNG, JPG, or GIF — 15 MB max total"
msgid "report_issue_add_images"
msgstr "Add images"
msgid "report_issue_attachments_unsupported_type"
msgstr "Only PNG, JPG, and GIF images are supported."
msgid "report_issue_attachments_too_many"
msgstr "You can attach up to 3 images."
msgid "report_issue_attachments_total_size_exceeded"
msgstr "Attachments must stay under 15 MB total."
msgid "report_issue_attachments_duplicate"
msgstr "That image is already attached."
msgid "report_issue_attachments_unreadable"
msgstr "We could not read one of those files."
msgid "lantern_projects"
msgstr "Lantern Projects:"
msgid "invite_friends"
msgstr "Invite Friends"
msgid "your_referral_code"
msgstr "Your Referral Code"
msgid "invite_friends_message"
msgstr "Share your referral code with a friend. When they purchase Lantern Pro, you both get bonus time: "
msgid "share_referral_code"
msgstr "Share Referral Code"
msgid "unbounded"
msgstr "Unbounded"
msgid "help_fight_global_internet_censorship"
msgstr "Help Fight Global Internet Censorship"
msgid "vpn_settings"
msgstr "VPN Settings"
msgid "split_tunneling"
msgstr "Split Tunneling"
msgid "server_locations"
msgstr "Server Locations"
msgid "lantern_pro_email"
msgstr "Lantern Pro Email:"
msgid "pro_account_expiration"
msgstr "Pro Account Expiration"
msgid "manage_subscription"
msgstr "Manage Subscription"
msgid "lantern_pro_devices"
msgstr "Lantern Pro Devices"
msgid "remove"
msgstr "Remove"
msgid "add_device"
msgstr "Add Device"
msgid "danger_zone"
msgstr "Danger Zone:"
msgid "delete_account"
msgstr "Delete Account"
msgid "delete"
msgstr "Delete"
msgid "account"
msgstr "Account"
msgid "delete_account_?"
msgstr "Delete your Account?"
msgid "delete_account_message"
msgstr "Account deletion is permanent. You will lose access on all devices, and any remaining Pro subscription time will be forfeited without a refund."
msgid "delete_account_message_two"
msgstr "To confirm deletion please enter your password below"
msgid "Submit Issue Report"
msgstr "Enter Password to Confirm"
msgid "confirm_deletion"
msgstr "Confirm Deletion"
msgid "cancel"
msgstr "Cancel"
msgid "daily_data_usage"
msgstr "Daily Data Usage"
msgid "mb"
msgstr "MB"
msgid "vpn_status"
msgstr "VPN Status"
msgid "telegram"
msgstr "Telegram"
msgid "instagram"
msgstr "Instagram"
msgid "x"
msgstr "X"
msgid "follow_us"
msgstr "Follow Us"
msgid "server_selection"
msgstr "Server Selection"
msgid "smart_location"
msgstr "Smart Location"
msgid "automatically_chooses_fastest_location"
msgstr "Automatically chooses fastest location"
msgid "pro_locations"
msgstr "Pro locations:"
msgid "choose_your_location_with_lantern_pro"
msgstr "Choose your location with Lantern Pro:"
msgid "language"
msgstr "Language"
msgid "sign_in"
msgstr "Sign In"
msgid "sign_out"
msgstr "Sign Out"
msgid "check_for_updates"
msgstr "Check for Updates"
msgid "update_available"
msgstr "Update available"
msgid "android_sideload_update_available_message"
msgstr "Lantern %s is available. Lantern will download and verify the APK before opening Android's installer."
msgid "download_and_install_update"
msgstr "Download and install"
msgid "allow_unknown_app_installs"
msgstr "Allow app installs"
msgid "android_sideload_install_permission_message"
msgstr "Android needs permission to install updates from Lantern. Turn on Allow from this source, then check for updates again."
msgid "error_install_update"
msgstr "Unable to install update"
msgid "android_sideload_install_failed_message"
msgstr "Lantern could not verify or install this update. Please try again later."
msgid "lantern_is_up_to_date"
msgstr "Lantern is up to date."
msgid "support"
msgstr "Support"
msgid "download_links"
msgstr "Download Links"
msgid "get_30_days_of_pro_free"
msgstr "Get 30 days of Pro free"
msgid "share_message_referral_code"
msgstr "For a free month of Lantern Pro, use this referral code: %s ; You can download it from here: https://lantern.io/download"
msgid "submit_issue_report"
msgstr "Submit Issue Report"
msgid "select_an_issue"
msgstr "Select an Issue"
msgid "cannot_access_blocked_sites"
msgstr "Cannot access blocked sites"
msgid "cannot_complete_purchase"
msgstr "Cannot complete purchase"
msgid "discover_not_working"
msgstr "Discover not working"
msgid "cannot_sign_in"
msgstr "Cannot sign in"
msgid "spinner_loads_endlessly"
msgstr "Spinner loads endlessly"
msgid "slow"
msgstr "Slow"
msgid "cannot_link_devices"
msgstr "Cannot link devices"
msgid "wrong_device_linking_code"
msgstr "Wrong or invalid device linking code"
msgid "cannot_remove_device"
msgstr "Cannot remove device"
msgid "application_crashes"
msgstr "Application crashes"
msgid "other"
msgstr "Other"
msgid "issue_description"
msgstr "Describe your issue"
msgid "enter_password_to_confirm"
msgstr "Enter password to confirm"
msgid "cannot_view_logs"
msgstr "Lantern cannot view your diagnostic logs unless you send them to us."
msgid "split_tunneling_mode"
msgstr "Split Tunneling Mode"
msgid "apps_split_tunneling"
msgstr "Apps Split Tunneling"
msgid "website_split_tunneling"
msgstr "Website Split Tunneling"
msgid "iran_optimized"
msgstr "Iran-optimized split tunneling"
msgid "china_optimized"
msgstr "China-optimized split tunneling"
msgid "russia_optimized"
msgstr "Russia-optimized split tunneling"
msgid "global_optimized"
msgstr "Global-optimized split tunnneling"
msgid "enter_url"
msgstr "Enter URL"
msgid "add"
msgstr "Add"
msgid "enabled"
msgstr "Enabled"
msgid "disabled"
msgstr "Disabled"
msgid "automatic"
msgstr "Automatic"
msgid "automatic_mode"
msgstr "Automatic mode"
msgid "manual"
msgstr "Manual"
msgid "enter_url_or_ip"
msgstr "Enter URL or IP Address"
msgid "installed_apps"
msgstr "Installed Apps"
msgid "search_apps"
msgstr "Search Apps"
msgid "search_websites"
msgstr "Search Websites"
msgid "mode"
msgstr "Mode"
msgid "use_commas"
msgstr "Use commas to separate multiple URLs"
msgid "deep_link_expired"
msgstr "This link has expired. Please request a new one."
msgid "invalid_deep_link"
msgstr "This link is invalid. Please request a new one."
msgid "default_bypass"
msgstr "Default Bypass Lists"
msgid "global_bypass_list"
msgstr "Global Bypass List"
msgid "global_bypass_desc"
msgstr "Trusted sites (HTTPS) with non-sensitive content."
msgid "china_bypass_list"
msgstr "China Bypass List"
msgid "china_bypass_desc"
msgstr "Sites freely accessible in China. Updated regularly."
msgid "iran_bypass_list"
msgstr "Iran Bypass List"
msgid "iran_bypass_desc"
msgstr "Sites freely accessible in Iran. Updated regularly."
msgid "russia_bypass_list"
msgstr "Russia Bypass List"
msgid "russia_bypass_desc"
msgstr "Sites freely accessible in Russia. Updated regularly."
msgid "see_sites_included"
msgstr "See sites included in the "
msgid "default_lists_here"
msgstr "default lists here"
msgid "when_connected"
msgstr "When connected, the websites you select will bypass the VPN."
msgid "lantern_automatic"
msgstr "Lantern automatically chooses which apps and websites bypass the VPN based on your location for best performance. "
msgid "apps_bypassing_vpn"
msgstr "Apps bypassing the VPN (%d)"
msgid "websites_bypassing_vpn"
msgstr "Websites bypassing the VPN (%d)"
msgid "logs_share_message"
msgstr "Here are my diagnostic logs from Lantern."
msgid "payment_options"
msgstr "Payment Options"
msgid "add_your_email"
msgstr "Add Your Email"
msgid "continue"
msgstr "Continue"
msgid "continue_with_google"
msgstr "Continue with Google"
msgid "continue_with_apple"
msgstr "Continue with Apple"
msgid "continue_without_email"
msgstr "Continue without Email"
msgid "confirm_email"
msgstr "Confirm Email"
msgid "add_your_email_message"
msgstr "Add your email to access your subscription on any device."
msgid "confirm_email_code"
msgstr "Confirmation Code"
msgid "confirm_email_code_message"
msgstr "Confirm that this email address belongs to you, enter the code sent to: "
msgid "resend_email"
msgstr "Resend Email"
msgid "create_password"
msgstr "Create Password"
msgid "sign_in_to_lantern_pro"
msgstr "Sign In to Lantern"
msgid "sign_in_with_email"
msgstr "Sign in with Email"
msgid "enter_your_lantern_pro_account_details"
msgstr "Enter your Lantern account details."
msgid "email"
msgstr "Email"
msgid "enter_password"
msgstr "Enter Password"
msgid "forgot_password"
msgstr "Forgot your password?"
msgid "reset_your_password"
msgstr "Reset Your Password"
msgid "enter_your_lantern_pro_account_email"
msgstr "Enter your Lantern account email."
msgid "reset_password"
msgstr "Reset Password"
msgid "confirm_new_password"
msgstr "Confirm New Password"
msgid "create_new_password"
msgstr "Create New Password"
msgid "confirm_password"
msgstr "Confirm Password"
msgid "confirm_password_required"
msgstr "Confirm Password is required"
msgid "passwords_do_not_match"
msgstr "Passwords do not match"
msgid "activation_code"
msgstr "Activation Code"
msgid "activate_lantern_pro"
msgstr "Activate Lantern Pro"
msgid "invalid_email"
msgstr "Invalid email address"
msgid "purchase_already_owned"
msgstr "You already own this purchase, Try doing restore purchase"
msgid "stripe_payment"
msgstr "Stripe Payment"
msgid "split_tunneling_description"
msgstr "Lantern intelligently routes internet traffic based on your location, ensuring secure access while keeping your connection fast by only using a VPN when necessary."
msgid "region_specific_rules"
msgstr "Region-Specific Rules"
msgid "location_based_rules"
msgstr "Lantern uses different routing rules depending on your location:"
msgid "censored_regions"
msgstr "In censored regions:"
msgid "blocked_sites_proxied"
msgstr "Blocked websites and apps (news, messaging, restricted services) are proxied."
msgid "unblocked_sites_bypass"
msgstr "Most unblocked websites bypass the VPN for faster browsing."
msgid "uncensored_regions"
msgstr "In uncensored regions:"
msgid "trusted_sites_bypass"
msgstr "Only trusted websites and services bypass the VPN by default."
msgid "examples_of_bypassed_sites"
msgstr "These include HTTPS-encrypted sites with public or non-sensitive content like shopping, weather, and software updates."
msgid "routing_rules_vary"
msgstr "These rules vary by country and are updated regularly."
msgid "view_the_full_list"
msgstr "View the full list of routing rules."
msgid "turn_on_split_tunneling"
msgstr "Turn on split tunneling to customize which websites use the VPN."
msgid "welcome_to_lantern_pro"
msgstr "Welcome to Lantern Pro!"
msgid "welcome_to_lantern"
msgstr "Welcome to Lantern!"
msgid "lantern_pro_description"
msgstr "Your Pro features are unlocked—enjoy unlimited data, faster speeds, and premium servers."
msgid "purchase_restored_title"
msgstr "Purchase Restored"
msgid "purchase_restored_description"
msgstr "Your Lantern Pro subscription is now active on this device."
msgid "no_purchase_found_title"
msgstr "No purchase found"
msgid "no_purchase_found_body_ios"
msgstr "No active subscription is tied to this Apple ID."
msgid "no_purchase_found_body_android"
msgstr "No active subscription is tied to this Google account."
msgid "plans_fetch_error"
msgstr "Error fetching plans. Please try again later."
msgid "best_value"
msgstr "Best Value!"
msgid "choose_payment_method"
msgstr "Choose Payment Method"
msgid "payment_information_encrypted"
msgstr "Your payment information is fully encrypted."
msgid "purchase_not_completed"
msgstr "Purchase was not completed. You can try again anytime, or contact support if you need help"
msgid "are_you_sure"
msgstr "Are you sure?"
msgid "continue_without_email_message"
msgstr "A valid email address is required to use your subscription on other devices."
msgid "add_email"
msgstr "Add Email"
msgid "block_ads"
msgstr "Block Ads"
msgid "only_active"
msgstr "Only active when VPN is connected"
msgid "share_my_connection"
msgstr "Share My Connection"
msgid "share_my_connection_subtitle"
msgstr "Let other Lantern users route through your connection to bypass censorship."
msgid "share_my_connection_on_tap_to_view"
msgstr "On — tap to view"
# Share My Connection screen — body / hero copy
msgid "smc_intro"
msgstr "Help others bypass censorship by sharing a small portion of your home internet connection. While sharing is on, traffic from users in censored regions will egress through your IP."
# Status card — phase labels
msgid "smc_status_label"
msgstr "Status"
msgid "smc_status_off"
msgstr "Off"
msgid "smc_status_probing"
msgstr "Probing your network…"
msgid "smc_status_active_unbounded"
msgstr "Active — sharing via Unbounded (WebRTC)"
msgid "smc_status_active_smc"
msgstr "Active — sharing via Share My Connection (residential proxy)"
msgid "smc_status_mapping_port"
msgstr "Opening port on your router…"
msgid "smc_status_detecting_ip"
msgstr "Detecting your public IP…"
msgid "smc_status_registering"
msgstr "Registering with Lantern…"
msgid "smc_status_starting_proxy"
msgstr "Starting local proxy…"
msgid "smc_status_verifying"
msgstr "Verifying connectivity…"
msgid "smc_status_serving"
msgstr "Sharing — ready to serve users in censored regions"
msgid "smc_status_stopping"
msgstr "Stopping…"
msgid "smc_status_error_with_message"
msgstr "Couldn't share: %s"
msgid "smc_status_error_generic"
msgstr "Couldn't share — try toggling again"
# Status card — stats + tooltip
msgid "smc_stat_active_now"
msgstr "Active now"
msgid "smc_stat_total_today"
msgstr "Total this session"
msgid "smc_connections_tooltip"
msgstr "Most connections are short liveness probes — Lantern clients periodically check that this peer is reachable before sending real traffic. A quick burst from many locations is normal; an arc that lingers represents an actual user session."
# Arrival toast — "New connection from {country}"
msgid "smc_arrival_toast"
msgstr "New connection from %s"
# Advanced section / manual port forward
msgid "smc_advanced"
msgstr "Advanced"
msgid "smc_advanced_subtitle"
msgstr "For users whose router doesn't support UPnP"
msgid "smc_manual_port"
msgstr "Manual port forward"
msgid "smc_manual_port_description"
msgstr "If your router doesn't support UPnP, configure a port forward on your router and enter the port number here. Lantern will use it as the external port instead of probing UPnP. Leave blank to use UPnP (default)."
msgid "smc_manual_port_label"
msgstr "Port"
msgid "smc_manual_port_hint"
msgstr "e.g. 5698"
msgid "smc_manual_port_save"
msgstr "Save"
msgid "smc_manual_port_currently_set"
msgstr "Currently set to port %d. Toggle Share My Connection off and back on for the change to take effect."
msgid "smc_manual_port_out_of_range"
msgstr "Port must be between 1 and 65535"
msgid "smc_manual_port_cleared"
msgstr "Manual port cleared — using UPnP"
msgid "smc_manual_port_saved"
msgstr "Manual port set to %d"
# SmC disclosure dialog (shown before opting into the residential-proxy mode)
msgid "smc_disclosure_title"
msgstr "Use full Share My Connection?"
msgid "smc_disclosure_body_capability"
msgstr "Your network supports the higher-bandwidth, more block-resistant mode. In this mode, your home internet connection routes traffic for users in censored countries."
msgid "smc_disclosure_body_safety"
msgstr "Lantern blocks abuse destinations, rotates credentials, and operates as a \"mere conduit\" under DMCA § 512(a) — but your IP address will appear in the destination's logs while you're sharing."
msgid "smc_disclosure_body_alternative"
msgstr "You can still help by selecting \"Basic mode\" instead, which uses ephemeral WebRTC connections that are not tied to your IP in the same way."
msgid "smc_disclosure_basic"
msgstr "Basic mode (Unbounded)"
msgid "smc_disclosure_full"
msgstr "Full mode (SmC)"
msgid "vpn_connected"
msgstr "Lantern is now connected."
msgid "vpn_disconnected"
msgstr "Lantern is now disconnected."
msgid "open_notification"
msgstr "Open Notification"
msgid "logout"
msgstr "Logout"
msgid "logout_message"
msgstr "Logging out will switch Lantern to the free version. To access your account again, you will need to sign back in."
msgid "logout_message_expired"
msgstr "Are you sure you want to log out of your account?"
msgid "not_now"
msgstr "Not now"
msgid "billed_once"
msgstr "Billed Once"
msgid "subscription"
msgstr "Subscription"
msgid "subscribe"
msgstr "Subscribe"
msgid "checkout"
msgstr "Checkout"
msgid "next_billing_date"
msgstr "Next Billing Date"
msgid "vpn_may_be_needed"
msgstr "VPN may be needed"
msgid "google_and_apple_sign_in_blocked"
msgstr "Google and Apple sign-in may be blocked in this region. To finish setting up your account, please turn on the VPN first."
msgid "continue_without_vpn"
msgstr "Continue without VPN"
msgid "turn_on_vpn"
msgstr "Turn on VPN"
msgid "server_setup_do"
msgstr "Set up using DigitalOcean"
msgid "server_setup_do_price"
msgstr "Only %s month through Digital Ocean"
msgid "server_setup_gcp"
msgstr "Set up using Google Cloud Platform"
msgid "continue_with_do"
msgstr "Continue with Digital Ocean"
msgid "do_allows"
msgstr "Digital Ocean allows you to pick one server location from the %d options below"
msgid "server_setup_gcp_price"
msgstr "Only %s month through GCP"
msgid "continue_with_gcp"
msgstr "Continue with Google"
msgid "gcp_allows"
msgstr "Google Cloud Platform allows you to pick one server location from the %d options below:"
msgid "server_setup_aws"
msgstr "Set up a private server on Digital Ocean"
msgid "server_setup_aws_price"
msgstr "Only %s month through AWS"
msgid "server_setup_manual"
msgstr "Set Up Manually"
msgid "seamless_integration"
msgstr "Seamless integration with Lantern"
msgid "easiest_setup"
msgstr "Easiest setup process"
msgid "multiple_location_options"
msgstr "Multiple server location options"
msgid "one_month_included"
msgstr "%d TB/month data included"
msgid "easiest_setup_process"
msgstr "Easiest setup process"
msgid "setup_a_private_server"
msgstr "Set Up a Private Server"
msgid "setup_private_server"
msgstr "Set Up Private Server"
msgid "previous"
msgstr "Previous"
msgid "next"
msgstr "Next"
msgid "error"
msgstr "Error"
msgid "signup_error_user_exists"
msgstr "It looks like something went wrong with the sign-up. Please try again or sign in if you already have an account"
msgid "user_not_found"
msgstr "User not recognized. Please check your credentials and try again. If you continue to experience issues, please reach out to our support team for assistance."
msgid "invalid_code"
msgstr "Incorrect code or it might have expired. Please try resending again"
msgid "email_resend_message"
msgstr "Your new confirmation code has been sent"
msgid "password_has_been_updated"
msgstr "Password has been updated"
msgid "password_has_been_updated_message"
msgstr "Your password has been reset successfully"
msgid "update_pro_account"
msgstr "Update Pro Account"
msgid "update_pro_account_message"
msgstr "To manage your account or sign in to another device, please add an email and password to your account first."
msgid "subscription_cancelled"
msgstr "Your subscription has been cancelled."
msgid "subscription_updated"
msgstr "Your subscription has been updated."
msgid "subscription_renewed"
msgstr "Your subscription has been renewed."
msgid "got_it"
msgstr "Got It"
msgid "server_location"
msgstr "Server Location"
msgid "choose"
msgstr "Choose"
msgid "choose_your_account"
msgstr "Choose Your Account"
msgid "choose_your_project"
msgstr "Choose your project"
msgid "name_your_google_cloud_project"
msgstr "Name your Google Cloud Project"
msgid "billing_account"
msgstr "Billing Account"
msgid "billing_account_placeholder"
msgstr "Billing account for %s"
msgid "server_name"
msgstr "Server Name"
msgid "google_project"
msgstr "Google Project"
msgid "field_name_required"
msgstr "Name required"
msgid "choose_google_account"
msgstr "Choose Google billing account"
msgid "server_name_placeholder"
msgstr "Derek’s Server"
msgid "change"
msgstr "Change"
msgid "choose_location"
msgstr "Choose Location"
msgid "choose_your_location"
msgstr "Choose Your Location"
msgid "start_deployment"
msgstr "Start Deployment"
msgid "server_name_description"
msgstr "How the server will appear in the server selection list."
msgid "select_private_server_region"
msgstr "Select a region for your Private Server. Closer locations may improve speed and latency."
msgid "gcp_location_options"
msgstr "Google Cloud Platform Location Options (%d):"
msgid "australia_sydney"
msgstr "Australia - Sydney"
msgid "belgium_stghislain"
msgstr "Belgium - St. Ghislain"
msgid "brazil_saopaulo"
msgstr "São Paulo"
msgid "us_los_angeles"
msgstr "US - Los Angeles"
msgid "japan_tokyo"
msgstr "Japan - Tokyo"
msgid "deploying_private_server"
msgstr "Deploying Private Server"
msgid "deploying_server_status"
msgstr "Hang tight! Your Private Server is being set up. This may take a few minutes."
msgid "private_server_setup_in_progress"
msgstr "Hang tight! Your Private Server is being set up. This may take a few minutes, please keep this screen open."
msgid "cancel_server_deployment"
msgstr "Cancel Server Deployment"
msgid "server_ready_title"
msgstr "Private Server is Ready"
msgid "server_ready_message"
msgstr "Your Private Server has been set up and added to your server list. You're ready to connect!"
msgid "server_failed_message"
msgstr "Something went wrong while setting up your Private Server. You can retry or try again later."
msgid "close"
msgstr "Close"
msgid "connect_now"
msgstr "Connect Now"
msgid "server_setup_failed"
msgstr "Server Setup Failed"
msgid "cancel_deployment"
msgstr "Cancel Deployment"
msgid "server_setup_failed_message"
msgstr "Something went wrong while setting up your Private Server. You can retry or try again later.."
msgid "exit"
msgstr "Exit"
msgid "retry"
msgstr "Retry"
msgid "all_required_fields"
msgstr "Please fill out all required fields."
msgid "private_server_ready"
msgstr "Private Server is Ready!"
msgid "private_server_ready_message"
msgstr "(%s) Server has been set up and added to your server list. You're ready to connect!"
msgid "set_up_your_server"
msgstr "Set Up Your Server"
msgid "view_instructions_github"
msgstr "View Instructions on GitHub"
msgid "server_access_key"
msgstr "Server Access Key"
msgid "access_key"
msgstr "Access Key"
msgid "name_your_server"
msgstr "Name Your Server"
msgid "how_server_appears"
msgstr "How the server will appear in the server selection list"
msgid "server_nickname"
msgstr "Server Nickname"
msgid "verify_server"
msgstr "Verify Server"
msgid "vpn_client_not_setup"
msgstr "Please turn on the VPN client."
msgid "continue_with"
msgstr "Continue with"
msgid "join_a_private_server"
msgstr "Join a Private Server"
msgid "join_private_server"
msgstr "Join Private Server"
msgid "join_server"
msgstr "Join Server"
msgid "private_server_usage_message"
msgstr "Private server usage is not counted towards your Lantern daily data cap."
msgid "manage_private_servers"
msgstr "Manage Private Servers"
msgid "my_servers"
msgstr "My Servers"