You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src_assets/common/assets/web/public/assets/locale/en.json
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
"cancel": "Cancel",
7
7
"disabled": "Disabled",
8
8
"disabled_def": "Disabled (default)",
9
+
"dismiss": "Dismiss",
9
10
"do_cmd": "Do Command",
10
11
"elevated": "Elevated",
11
12
"enabled": "Enabled",
@@ -367,8 +368,10 @@
367
368
"success_msg": "Password has been changed successfully! This page will reload soon, your browser will ask you for the new credentials."
368
369
},
369
370
"pin": {
371
+
"device_name": "Device Name",
370
372
"pair_failure": "Pairing Failed: Check if the PIN is typed correctly",
371
373
"pair_success": "Success! Please check Moonlight to continue",
374
+
"pin": "PIN",
372
375
"pin_pairing": "PIN Pairing",
373
376
"send": "Send",
374
377
"warning_msg": "Make sure you have access to the client you are pairing with. This software can give total control to your computer, so be careful!"
@@ -400,9 +403,13 @@
400
403
"restart_sunshine_success": "Sunshine is restarting",
401
404
"troubleshooting": "Troubleshooting",
402
405
"unpair_all": "Unpair All",
403
-
"unpair_all_desc": "Remove all your paired devices",
406
+
"unpair_all_desc": "Remove your paired devices. Individually unpaired devices with an active session will remain connected, but cannot start or resume a session.",
404
407
"unpair_all_error": "Error while unpairing",
405
-
"unpair_all_success": "Unpair Successful!"
408
+
"unpair_all_success": "All devices unpaired.",
409
+
"unpair_single_no_devices": "There are no paired devices.",
410
+
"unpair_single_success": "However, the device(s) may still be in an active session. Use the 'Force Close' button above to end any open sessions.",
0 commit comments