Skip to content

Commit 49b7d08

Browse files
committed
UI: add missing translations to incomplete locales
This is the wrong way to fix the problem. The correct way will involve moving away from the whacky tr() macro and using translations functions properly. But migrating to that will require some heavy scripting work. So for now, use a hammer. Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent db4e291 commit 49b7d08

File tree

10 files changed

+1320
-36
lines changed

10 files changed

+1320
-36
lines changed

Sources/WireGuardApp/ca.lproj/Localizable.strings

Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,181 @@
9595
"macMenuManageTunnels" = "Gestiona túnels";
9696
"macMenuCut" = "Talla";
9797
"macMenuCopy" = "Copia";
98+
"newTunnelViewTitle" = "New configuration";
99+
"macMenuDeleteSelected" = "Delete Selected";
100+
"alertSystemErrorMessageTunnelConfigurationInvalid" = "The configuration is invalid.";
101+
"tunnelPeerEndpoint" = "Endpoint";
102+
"tunnelInterfaceMTU" = "MTU";
103+
"alertInvalidInterfaceMessageListenPortInvalid" = "Interface’s listen port must be between 0 and 65535, or unspecified";
104+
"addPeerButtonTitle" = "Add peer";
105+
"tunnelHandshakeTimestampSystemClockBackward" = "(System clock wound backwards)";
106+
"macMenuTitle" = "WireGuard";
107+
"macAlertNoInterface" = "Configuration must have an ‘Interface’ section.";
108+
"macNameFieldExportZip" = "Export tunnels to:";
109+
"editTunnelViewTitle" = "Edit configuration";
110+
"alertSystemErrorMessageTunnelConfigurationUnknown" = "Unknown system error.";
111+
"macEditDiscard" = "Discard";
112+
"macSheetButtonExportZip" = "Save";
113+
"macWindowTitleManageTunnels" = "Manage WireGuard Tunnels";
114+
"tunnelsListTitle" = "WireGuard";
115+
"macConfirmAndQuitAlertInfo" = "If you close the tunnels manager, WireGuard will continue to be available from the menu bar icon.";
116+
"macUnusableTunnelInfo" = "In case this tunnel was created by another user, only that user can view, edit, or activate this tunnel.";
117+
"alertTunnelActivationErrorTunnelIsNotInactiveMessage" = "The tunnel is already active or in the process of being activated";
118+
"alertTunnelActivationSetNetworkSettingsMessage" = "Unable to apply network settings to tunnel object.";
119+
"macMenuExportTunnels" = "Export Tunnels to Zip…";
120+
"macMenuShowAllApps" = "Show All";
121+
"alertCantOpenInputConfFileTitle" = "Unable to import from file";
122+
"macMenuHideApp" = "Hide WireGuard";
123+
"macDeleteTunnelConfirmationAlertInfo" = "You cannot undo this action.";
124+
"macDeleteTunnelConfirmationAlertButtonTitleDeleting" = "Deleting…";
125+
"tunnelPeerPersistentKeepalive" = "Persistent keepalive";
126+
"alertSystemErrorMessageTunnelConnectionFailed" = "The connection failed.";
127+
"macButtonEdit" = "Edit";
128+
"macAlertPublicKeyInvalid" = "Public key is invalid";
129+
"tunnelOnDemandOptionWiFiOnly" = "Wi-Fi only";
130+
"macNameFieldExportLog" = "Save log to:";
131+
"alertSystemErrorOnAddTunnelTitle" = "Unable to create tunnel";
132+
"macConfirmAndQuitAlertMessage" = "Do you want to close the tunnels manager or quit WireGuard entirely?";
133+
"alertTunnelActivationSavedConfigFailureMessage" = "Unable to retrieve tunnel information from the saved configuration.";
134+
"tunnelOnDemandOptionOff" = "Off";
135+
"tunnelOnDemandSectionTitleSelectedSSIDs" = "SSIDs";
136+
"macAlertInfoUnrecognizedInterfaceKey" = "Valid keys are: ‘PrivateKey’, ‘ListenPort’, ‘Address’, ‘DNS’ and ‘MTU’.";
137+
"macLogColumnTitleTime" = "Time";
138+
"actionOK" = "OK";
139+
"alertTunnelNameEmptyMessage" = "Cannot create tunnel with an empty name";
140+
"alertInvalidInterfaceMessageMTUInvalid" = "Interface’s MTU must be between 576 and 65535, or unspecified";
141+
"tunnelOnDemandWiFi" = "Wi-Fi";
142+
"alertTunnelNameEmptyTitle" = "No name provided";
143+
"alertUnableToWriteLogMessage" = "Unable to write logs to file";
144+
"macToggleStatusButtonActivating" = "Activating…";
145+
"macMenuQuit" = "Quit WireGuard";
146+
"macMenuAddEmptyTunnel" = "Add Empty Tunnel…";
147+
"tunnelStatusDeactivating" = "Deactivating";
148+
"alertInvalidInterfaceTitle" = "Invalid interface";
149+
"tunnelSectionTitleStatus" = "Status";
150+
"macDeleteTunnelConfirmationAlertButtonTitleDelete" = "Delete";
151+
"alertTunnelActivationFailureOnDemandAddendum" = " This tunnel has Activate On Demand enabled, so this tunnel might be re-activated automatically by the OS. You may turn off Activate On Demand in this app by editing the tunnel configuration.";
152+
"alertTunnelActivationFailureTitle" = "Activation failure";
153+
"macLogButtonTitleClose" = "Close";
154+
"tunnelOnDemandSSIDViewTitle" = "SSIDs";
155+
"tunnelOnDemandOptionCellularOnly" = "Cellular only";
156+
"tunnelEditPlaceholderTextOptional" = "Optional";
157+
"settingsExportZipButtonTitle" = "Export zip archive";
158+
"tunnelSectionTitleOnDemand" = "On-Demand Activation";
159+
"deleteTunnelsConfirmationAlertButtonTitle" = "Delete";
160+
"alertInvalidInterfaceMessageNameRequired" = "Interface name is required";
161+
"tunnelEditPlaceholderTextAutomatic" = "Automatic";
162+
"macViewPrivateData" = "view tunnel private keys";
163+
"alertInvalidPeerMessageEndpointInvalid" = "Peer’s endpoint must be of the form ‘host:port’ or ‘[host]:port’";
164+
"alertTunnelActivationErrorTunnelIsNotInactiveTitle" = "Activation in progress";
165+
"addTunnelMenuImportFile" = "Create from file or archive";
166+
"deletePeerConfirmationAlertButtonTitle" = "Delete";
167+
"addTunnelMenuQRCode" = "Create from QR code";
168+
"alertInvalidPeerMessagePreSharedKeyInvalid" = "Peer’s preshared key must be a 32-byte key in base64 encoding";
169+
"macAppExitingWithActiveTunnelInfo" = "The tunnel will remain active after exiting. You may disable it by reopening this application or through the Network panel in System Preferences.";
170+
"macMenuEdit" = "Edit";
171+
"donateLink" = "♥ Donate to the WireGuard Project";
172+
"macMenuWindow" = "Window";
173+
"tunnelStatusRestarting" = "Restarting";
174+
"tunnelHandshakeTimestampNow" = "Now";
175+
"alertTunnelActivationFailureMessage" = "The tunnel could not be activated. Please ensure that you are connected to the Internet.";
176+
"tunnelInterfaceListenPort" = "Listen port";
177+
"tunnelOnDemandOptionEthernetOnly" = "Ethernet only";
178+
"macMenuHideOtherApps" = "Hide Others";
179+
"alertCantOpenInputZipFileMessage" = "The zip archive could not be read.";
180+
"alertInvalidInterfaceMessagePrivateKeyInvalid" = "Interface’s private key must be a 32-byte key in base64 encoding";
181+
"deleteTunnelButtonTitle" = "Delete tunnel";
182+
"alertInvalidInterfaceMessageDNSInvalid" = "Interface’s DNS servers must be a list of comma-separated IP addresses";
183+
"tunnelStatusInactive" = "Inactive";
184+
"macAlertPrivateKeyInvalid" = "Private key is invalid.";
185+
"deleteTunnelConfirmationAlertMessage" = "Delete this tunnel?";
186+
"macDeleteTunnelConfirmationAlertButtonTitleCancel" = "Cancel";
187+
"alertSystemErrorMessageTunnelConfigurationDisabled" = "The configuration is disabled.";
188+
"alertInvalidPeerMessagePersistentKeepaliveInvalid" = "Peer’s persistent keepalive must be between 0 to 65535, or unspecified";
189+
"macMenuNetworksNone" = "Networks: None";
190+
"tunnelOnDemandSSIDsKey" = "SSIDs";
191+
"alertCantOpenOutputZipFileForWritingMessage" = "Could not open zip file for writing.";
192+
"macMenuSelectAll" = "Select All";
193+
"alertInvalidPeerMessagePublicKeyInvalid" = "Peer’s public key must be a 32-byte key in base64 encoding";
194+
"tunnelOnDemandCellular" = "Cellular";
195+
"macConfirmAndQuitAlertQuitWireGuard" = "Quit WireGuard";
196+
"alertSystemErrorOnRemoveTunnelTitle" = "Unable to remove tunnel";
197+
"macFieldOnDemand" = "On-Demand:";
198+
"macMenuCloseWindow" = "Close Window";
199+
"macSheetButtonExportLog" = "Save";
200+
"tunnelOnDemandOptionWiFiOrCellular" = "Wi-Fi or cellular";
201+
"alertSystemErrorOnModifyTunnelTitle" = "Unable to modify tunnel";
202+
"alertSystemErrorMessageTunnelConfigurationReadWriteFailed" = "Reading or writing the configuration failed.";
203+
"macMenuEditTunnel" = "Edit…";
204+
"macButtonImportTunnels" = "Import tunnel(s) from file";
205+
"macAppExitingWithActiveTunnelMessage" = "WireGuard is exiting with an active tunnel";
206+
"alertSystemErrorMessageTunnelConfigurationStale" = "The configuration is stale.";
207+
"tunnelPeerPreSharedKey" = "Preshared key";
208+
"alertTunnelDNSFailureMessage" = "One or more endpoint domains could not be resolved.";
209+
"alertInvalidInterfaceMessageAddressInvalid" = "Interface addresses must be a list of comma-separated IP addresses, optionally in CIDR notation";
210+
"alertNoTunnelsInImportedZipArchiveTitle" = "No tunnels in zip archive";
211+
"alertTunnelDNSFailureTitle" = "DNS resolution failure";
212+
"macLogButtonTitleSave" = "Save…";
213+
"macMenuToggleStatus" = "Toggle Status";
214+
"macMenuMinimize" = "Minimize";
215+
"deletePeerButtonTitle" = "Delete peer";
216+
"alertCantOpenInputZipFileTitle" = "Unable to read zip archive";
217+
"alertSystemErrorOnListingTunnelsTitle" = "Unable to list tunnels";
218+
"settingsVersionKeyWireGuardForIOS" = "WireGuard for iOS";
219+
"macMenuPaste" = "Paste";
220+
"macAlertMultipleInterfaces" = "Configuration must have only one ‘Interface’ section.";
221+
"macAppStoreUpdatingAlertMessage" = "App Store would like to update WireGuard";
222+
"macUnusableTunnelMessage" = "The configuration for this tunnel cannot be found in the keychain.";
223+
"macToolTipEditTunnel" = "Edit tunnel (⌘E)";
224+
"tunnelEditPlaceholderTextStronglyRecommended" = "Strongly recommended";
225+
"macMenuZoom" = "Zoom";
226+
"alertBadArchiveTitle" = "Unable to read zip archive";
227+
"macExportPrivateData" = "export tunnel private keys";
228+
"alertTunnelAlreadyExistsWithThatNameTitle" = "Name already exists";
229+
"iosViewPrivateData" = "Authenticate to view tunnel private keys.";
230+
"tunnelPeerLastHandshakeTime" = "Latest handshake";
231+
"macAlertPreSharedKeyInvalid" = "Preshared key is invalid";
232+
"alertBadConfigImportTitle" = "Unable to import tunnel";
233+
"macEditSave" = "Save";
234+
"macConfirmAndQuitAlertCloseWindow" = "Close Tunnels Manager";
235+
"macMenuFile" = "File";
236+
"tunnelStatusActivating" = "Activating";
237+
"macToolTipToggleStatus" = "Toggle status (⌘T)";
238+
"alertTunnelActivationSystemErrorTitle" = "Activation failure";
239+
"alertInvalidInterfaceMessagePrivateKeyRequired" = "Interface’s private key is required";
240+
"alertNoTunnelsToExportTitle" = "Nothing to export";
241+
"scanQRCodeTipText" = "Tip: Generate with `qrencode -t ansiutf8 < tunnel.conf`";
242+
"alertNoTunnelsToExportMessage" = "There are no tunnels to export";
243+
"macMenuImportTunnels" = "Import Tunnel(s) from File…";
244+
"macMenuViewLog" = "View Log";
245+
"macAlertInfoUnrecognizedPeerKey" = "Valid keys are: ‘PublicKey’, ‘PresharedKey’, ‘AllowedIPs’, ‘Endpoint’ and ‘PersistentKeepalive’";
246+
"tunnelOnDemandNoSSIDs" = "No SSIDs";
247+
"deleteTunnelConfirmationAlertButtonTitle" = "Delete";
248+
"tunnelEditPlaceholderTextOff" = "Off";
249+
"addTunnelMenuHeader" = "Add a new WireGuard tunnel";
250+
"macUnusableTunnelButtonTitleDeleteTunnel" = "Delete tunnel";
251+
"tunnelEditPlaceholderTextRequired" = "Required";
252+
"tunnelStatusReasserting" = "Reactivating";
253+
"macMenuTunnel" = "Tunnel";
254+
"alertTunnelAlreadyExistsWithThatNameMessage" = "A tunnel with that name already exists";
255+
"macLogColumnTitleLogMessage" = "Log message";
256+
"iosExportPrivateData" = "Authenticate to export tunnel private keys.";
257+
"macMenuAbout" = "About WireGuard";
258+
"macSheetButtonImport" = "Import";
259+
"alertScanQRCodeNamePromptTitle" = "Please name the scanned tunnel";
260+
"alertUnableToRemovePreviousLogMessage" = "The pre-existing log could not be cleared";
261+
"alertTunnelActivationBackendFailureMessage" = "Unable to turn on Go backend library.";
262+
"settingsSectionTitleExportConfigurations" = "Export configurations";
263+
"alertBadArchiveMessage" = "Bad or corrupt zip archive.";
264+
"settingsVersionKeyWireGuardGoBackend" = "WireGuard Go Backend";
265+
"macFieldOnDemandSSIDs" = "SSIDs:";
266+
"deletePeerConfirmationAlertMessage" = "Delete this peer?";
267+
"alertCantOpenOutputZipFileForWritingTitle" = "Unable to create zip archive";
268+
"tunnelStatusActive" = "Active";
269+
"tunnelStatusWaiting" = "Waiting";
270+
"alertNoTunnelsInImportedZipArchiveMessage" = "No .conf tunnel files were found inside the zip archive.";
271+
"alertTunnelActivationFileDescriptorFailureMessage" = "Unable to determine TUN device file descriptor.";
272+
"addTunnelMenuFromScratch" = "Create from scratch";
273+
"tunnelOnDemandOptionWiFiOrEthernet" = "Wi-Fi or ethernet";
274+
"macToggleStatusButtonActivate" = "Activate";
275+
"macAlertNameIsEmpty" = "Name is required";

Sources/WireGuardApp/es.lproj/Localizable.strings

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,130 @@
189189
"alertUnableToRemovePreviousLogTitle" = "Exportación de registros fallida";
190190

191191
"alertNoTunnelsToExportTitle" = "Nada para exportar";
192+
"settingsSectionTitleAbout" = "About";
193+
"macMenuDeleteSelected" = "Delete Selected";
194+
"alertSystemErrorMessageTunnelConfigurationInvalid" = "The configuration is invalid.";
195+
"macMenuTitle" = "WireGuard";
196+
"macAlertNoInterface" = "Configuration must have an ‘Interface’ section.";
197+
"macNameFieldExportZip" = "Export tunnels to:";
198+
"alertSystemErrorMessageTunnelConfigurationUnknown" = "Unknown system error.";
199+
"macMenuCut" = "Cut";
200+
"macEditDiscard" = "Discard";
201+
"alertScanQRCodeCameraUnsupportedMessage" = "This device is not able to scan QR codes";
202+
"macSheetButtonExportZip" = "Save";
203+
"macWindowTitleManageTunnels" = "Manage WireGuard Tunnels";
204+
"macConfirmAndQuitAlertInfo" = "If you close the tunnels manager, WireGuard will continue to be available from the menu bar icon.";
205+
"macUnusableTunnelInfo" = "In case this tunnel was created by another user, only that user can view, edit, or activate this tunnel.";
206+
"alertTunnelActivationErrorTunnelIsNotInactiveMessage" = "The tunnel is already active or in the process of being activated";
207+
"alertTunnelActivationSetNetworkSettingsMessage" = "Unable to apply network settings to tunnel object.";
208+
"macMenuExportTunnels" = "Export Tunnels to Zip…";
209+
"macMenuShowAllApps" = "Show All";
210+
"alertCantOpenInputConfFileTitle" = "Unable to import from file";
211+
"alertScanQRCodeInvalidQRCodeMessage" = "The scanned QR code is not a valid WireGuard configuration";
212+
"macMenuHideApp" = "Hide WireGuard";
213+
"settingsViewTitle" = "Settings";
214+
"macDeleteTunnelConfirmationAlertInfo" = "You cannot undo this action.";
215+
"macDeleteTunnelConfirmationAlertButtonTitleDeleting" = "Deleting…";
216+
"settingsViewLogButtonTitle" = "View log";
217+
"alertSystemErrorMessageTunnelConnectionFailed" = "The connection failed.";
218+
"macButtonEdit" = "Edit";
219+
"macAlertPublicKeyInvalid" = "Public key is invalid";
220+
"macNameFieldExportLog" = "Save log to:";
221+
"alertSystemErrorOnAddTunnelTitle" = "Unable to create tunnel";
222+
"macConfirmAndQuitAlertMessage" = "Do you want to close the tunnels manager or quit WireGuard entirely?";
223+
"alertTunnelActivationSavedConfigFailureMessage" = "Unable to retrieve tunnel information from the saved configuration.";
224+
"macAlertInfoUnrecognizedInterfaceKey" = "Valid keys are: ‘PrivateKey’, ‘ListenPort’, ‘Address’, ‘DNS’ and ‘MTU’.";
225+
"macLogColumnTitleTime" = "Time";
226+
"alertTunnelNameEmptyMessage" = "Cannot create tunnel with an empty name";
227+
"alertTunnelNameEmptyTitle" = "No name provided";
228+
"alertUnableToWriteLogMessage" = "Unable to write logs to file";
229+
"macMenuQuit" = "Quit WireGuard";
230+
"macMenuAddEmptyTunnel" = "Add Empty Tunnel…";
231+
"macDeleteTunnelConfirmationAlertButtonTitleDelete" = "Delete";
232+
"alertTunnelActivationFailureOnDemandAddendum" = " This tunnel has Activate On Demand enabled, so this tunnel might be re-activated automatically by the OS. You may turn off Activate On Demand in this app by editing the tunnel configuration.";
233+
"alertTunnelActivationFailureTitle" = "Activation failure";
234+
"macLogButtonTitleClose" = "Close";
235+
"settingsExportZipButtonTitle" = "Export zip archive";
236+
"macViewPrivateData" = "view tunnel private keys";
237+
"alertTunnelActivationErrorTunnelIsNotInactiveTitle" = "Activation in progress";
238+
"macAppExitingWithActiveTunnelInfo" = "The tunnel will remain active after exiting. You may disable it by reopening this application or through the Network panel in System Preferences.";
239+
"macMenuEdit" = "Edit";
240+
"donateLink" = "♥ Donate to the WireGuard Project";
241+
"alertScanQRCodeCameraUnsupportedTitle" = "Camera Unsupported";
242+
"macMenuWindow" = "Window";
243+
"alertTunnelActivationFailureMessage" = "The tunnel could not be activated. Please ensure that you are connected to the Internet.";
244+
"macMenuHideOtherApps" = "Hide Others";
245+
"alertCantOpenInputZipFileMessage" = "The zip archive could not be read.";
246+
"macAlertPrivateKeyInvalid" = "Private key is invalid.";
247+
"macDeleteTunnelConfirmationAlertButtonTitleCancel" = "Cancel";
248+
"alertSystemErrorMessageTunnelConfigurationDisabled" = "The configuration is disabled.";
249+
"alertUnableToWriteLogTitle" = "Log export failed";
250+
"macMenuNetworksNone" = "Networks: None";
251+
"alertCantOpenOutputZipFileForWritingMessage" = "Could not open zip file for writing.";
252+
"macMenuSelectAll" = "Select All";
253+
"logViewTitle" = "Log";
254+
"macConfirmAndQuitAlertQuitWireGuard" = "Quit WireGuard";
255+
"alertSystemErrorOnRemoveTunnelTitle" = "Unable to remove tunnel";
256+
"macFieldOnDemand" = "On-Demand:";
257+
"macMenuCloseWindow" = "Close Window";
258+
"macSheetButtonExportLog" = "Save";
259+
"alertSystemErrorOnModifyTunnelTitle" = "Unable to modify tunnel";
260+
"alertSystemErrorMessageTunnelConfigurationReadWriteFailed" = "Reading or writing the configuration failed.";
261+
"macMenuEditTunnel" = "Edit…";
262+
"settingsSectionTitleTunnelLog" = "Log";
263+
"macMenuManageTunnels" = "Manage Tunnels";
264+
"macButtonImportTunnels" = "Import tunnel(s) from file";
265+
"macAppExitingWithActiveTunnelMessage" = "WireGuard is exiting with an active tunnel";
266+
"alertSystemErrorMessageTunnelConfigurationStale" = "The configuration is stale.";
267+
"alertTunnelDNSFailureMessage" = "One or more endpoint domains could not be resolved.";
268+
"alertNoTunnelsInImportedZipArchiveTitle" = "No tunnels in zip archive";
269+
"alertTunnelDNSFailureTitle" = "DNS resolution failure";
270+
"macLogButtonTitleSave" = "Save…";
271+
"macMenuToggleStatus" = "Toggle Status";
272+
"macMenuMinimize" = "Minimize";
273+
"alertCantOpenInputZipFileTitle" = "Unable to read zip archive";
274+
"alertScanQRCodeUnreadableQRCodeMessage" = "The scanned code could not be read";
275+
"alertScanQRCodeUnreadableQRCodeTitle" = "Invalid Code";
276+
"alertSystemErrorOnListingTunnelsTitle" = "Unable to list tunnels";
277+
"settingsVersionKeyWireGuardForIOS" = "WireGuard for iOS";
278+
"macMenuPaste" = "Paste";
279+
"macAlertMultipleInterfaces" = "Configuration must have only one ‘Interface’ section.";
280+
"macAppStoreUpdatingAlertMessage" = "App Store would like to update WireGuard";
281+
"macUnusableTunnelMessage" = "The configuration for this tunnel cannot be found in the keychain.";
282+
"macToolTipEditTunnel" = "Edit tunnel (⌘E)";
283+
"macMenuZoom" = "Zoom";
284+
"alertBadArchiveTitle" = "Unable to read zip archive";
285+
"macExportPrivateData" = "export tunnel private keys";
286+
"alertTunnelAlreadyExistsWithThatNameTitle" = "Name already exists";
287+
"iosViewPrivateData" = "Authenticate to view tunnel private keys.";
288+
"macAlertPreSharedKeyInvalid" = "Preshared key is invalid";
289+
"macEditSave" = "Save";
290+
"macConfirmAndQuitAlertCloseWindow" = "Close Tunnels Manager";
291+
"macMenuFile" = "File";
292+
"macToolTipToggleStatus" = "Toggle status (⌘T)";
293+
"alertTunnelActivationSystemErrorTitle" = "Activation failure";
294+
"scanQRCodeTipText" = "Tip: Generate with `qrencode -t ansiutf8 < tunnel.conf`";
295+
"alertNoTunnelsToExportMessage" = "There are no tunnels to export";
296+
"macMenuImportTunnels" = "Import Tunnel(s) from File…";
297+
"alertScanQRCodeInvalidQRCodeTitle" = "Invalid QR Code";
298+
"macMenuViewLog" = "View Log";
299+
"macAlertInfoUnrecognizedPeerKey" = "Valid keys are: ‘PublicKey’, ‘PresharedKey’, ‘AllowedIPs’, ‘Endpoint’ and ‘PersistentKeepalive’";
300+
"macUnusableTunnelButtonTitleDeleteTunnel" = "Delete tunnel";
301+
"macMenuTunnel" = "Tunnel";
302+
"macMenuCopy" = "Copy";
303+
"alertTunnelAlreadyExistsWithThatNameMessage" = "A tunnel with that name already exists";
304+
"macLogColumnTitleLogMessage" = "Log message";
305+
"iosExportPrivateData" = "Authenticate to export tunnel private keys.";
306+
"macMenuAbout" = "About WireGuard";
307+
"macSheetButtonImport" = "Import";
308+
"alertScanQRCodeNamePromptTitle" = "Please name the scanned tunnel";
309+
"alertUnableToRemovePreviousLogMessage" = "The pre-existing log could not be cleared";
310+
"alertTunnelActivationBackendFailureMessage" = "Unable to turn on Go backend library.";
311+
"settingsSectionTitleExportConfigurations" = "Export configurations";
312+
"alertBadArchiveMessage" = "Bad or corrupt zip archive.";
313+
"settingsVersionKeyWireGuardGoBackend" = "WireGuard Go Backend";
314+
"macFieldOnDemandSSIDs" = "SSIDs:";
315+
"alertCantOpenOutputZipFileForWritingTitle" = "Unable to create zip archive";
316+
"alertNoTunnelsInImportedZipArchiveMessage" = "No .conf tunnel files were found inside the zip archive.";
317+
"alertTunnelActivationFileDescriptorFailureMessage" = "Unable to determine TUN device file descriptor.";
318+
"macAlertNameIsEmpty" = "Name is required";

0 commit comments

Comments
 (0)