-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathv5,2,3_new_strings
More file actions
42 lines (27 loc) · 3.8 KB
/
v5,2,3_new_strings
File metadata and controls
42 lines (27 loc) · 3.8 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
// Translations for "Closed-Display Mode"
// Arabic: "وضع الشاشة المغلقة"
// Chinese: "显示器关闭模式"
// Dutch: "Modus met dichtgeklapt scherm"
// French: "Mode Ecran Fermé"
// German: "Display-Geschlossen-Modus"
// Japanese: "クラムシェルモード"
// Korean: "디스플레이를 닫았을시"
// Portuguese Brazil: "Modo com Tela Fechada"
// Vietnamese: "Chế độ khi Gập Màn hình"
// NOTE: Do not remove instances of "\n" (these are new line breaks) or instances of "\" (these are required to precede quotation marks)
// ---------------------------------------------------------------------------
// BEGIN NEW STRINGS ADDED FOR v5.2.3
"cdm_install_script_alert_title" = "Action Required For Closed-Display Mode on Apple Silicon";
"cdm_install_script_alert_body" = "Due to hardware changes introduced with Apple Silicon, Closed-Display Mode has new requirements.\n\nTo be able to connect or disconnect your Mac's power adapter without interrupting the Closed-Display Mode session, Amphetamine needs to install and run a script whenever a Closed-Display Mode session begins or ends. The script must be installed in Amphetamine's Application Scripts folder.\n\nEach time the script runs, authentication will be required. The authentication prompt will say \"osascript wants to make changes.\" After you authenticate, the script will run. If you do not want to authenticate each Closed-Display Mode session, click the Skip button below.\n\nIf you skip installing the Closed-Display Mode script, you won't be asked about this again, and you may experience closed-display mode session interruptions when connecting or disconnecting your Mac's power adapter. If you select Skip but later want to install the script, go to Amphetamine Settings → General, click Reset Warnings and Dialogs, and start a Closed-Display Mode session.";
"cdm_install_script_button" = "Install Script";
"cdm_skip_script_button" = "Skip";
"cdm_remind_me_script_button" = "Remind Me Later";
"cdm_anomaly_alert_title" = "Amphetamine detected an anomaly with your Mac's sleep settings.";
"cdm_anomaly_alert_body" = "An Amphetamine session is not currently active, but your Mac appears to be configured to prevent sleep when in Closed-Display Mode. This can lead to unexpected battery drain and/or overheating.\n\nTo correct this issue, Amphetamine needs to run, and if necessary, install a script. You will be prompted to install the script, if needed, and then prompted to authenticate running the script.\n\nThis issue may have occurred due to a Amphetamine crashing during a Closed-Display Mode session, or by someone manually disabling sleep on your Mac.";
"cdm_anomaly_alert_ignore_button" = "Ignore";
"cdm_anomaly_alert_fix_button" = "Fix Issue";
"cdm_script_fail_alert_title" = "Closed-Display Mode Script Failure";
"cdm_script_fail_alert_body_disable" = "Amphetamine attempted to run a script to disable Closed-Display Mode, but the script either wasn't authenticated successfully or it was cancelled.\n\nYour Mac may still be preventing sleep when the display is closed. This can lead to unexpected battery drain or overheating.\n\nWhen Amphetamine prompts you to fix this issue, it is highly recommended you choose \"Fix Issue.\" You'll be prompted to authenticate allowing \"osascript\" to make changes.";
"cdm_script_fail_alert_body_enable" = "Amphetamine attempted to run a script to enable Closed-Display Mode, but the script either wasn't authenticated successfully or it was cancelled.\n\nYour Mac may still be allowing sleep when the display is closed.\n\nTo fix this issue, end the current session and start a new one. When prompted to allow \"osascript\" to make changes, follow the on-screen directions to successfully authenticate.";
// END NEW STRINGS ADDED FOR v5.2.3
// ---------------------------------------------------------------------------