aboutsummaryrefslogtreecommitdiffstats
path: root/Sources/WireGuardApp/fa.lproj/Localizable.strings
blob: 71937a8b660c74333267fcec42a106574c3823c6 (plain) (blame)
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
// SPDX-License-Identifier: MIT
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
// Generic alert action names


"actionOK" = "باشه";
"actionCancel" = "لغو";
"actionSave" = "ذخیره";

// Tunnels list UI

"tunnelsListTitle" = "WireGuard";
"tunnelsListSettingsButtonTitle" = "تنظیمات";
"tunnelsListCenteredAddTunnelButtonTitle" = "اضافه کردن تونل";
"tunnelsListSwipeDeleteButtonTitle" = "حذف";
"tunnelsListSelectButtonTitle" = "انتخاب";
"tunnelsListSelectAllButtonTitle" = "انتخاب همه";
"tunnelsListDeleteButtonTitle" = "حذف";
"tunnelsListSelectedTitle (%d)" = "%d انتخاب شد";

// Tunnels list menu

"addTunnelMenuHeader" = "اضافه کردن تونل جدید وایرگارد";
"addTunnelMenuImportFile" = "ساختن از طریق پرونده یا آرشیو";
"addTunnelMenuQRCode" = "ساختن از طریق QR کد";
"addTunnelMenuFromScratch" = "ساختن از طریق خراش دادن";

// Tunnels list alerts

"alertImportedFromMultipleFilesTitle (%d)" = "تونل %d ساخته شد";

"alertImportedFromZipTitle (%d)" = "%d تونل ایجاد شد";

"alertBadConfigImportTitle" = "نمی‌توان تونل را وارد کرد";

"deleteTunnelsConfirmationAlertButtonTitle" = "حذف";
"deleteTunnelConfirmationAlertButtonMessage (%d)" = "تونل %d حذف شود؟";
"deleteTunnelsConfirmationAlertButtonMessage (%d)" = "%d تونل حذف شود؟";

// Tunnel detail and edit UI

"newTunnelViewTitle" = "پیکربندی جدید";
"editTunnelViewTitle" = "ویرایش پیکربندی";

"tunnelSectionTitleStatus" = "وضعیت";

"tunnelStatusInactive" = "غیرفعال";
"tunnelStatusActivating" = "در حال فعال‌سازی";
"tunnelStatusActive" = "فعال";
"tunnelStatusDeactivating" = "در حال غیرفعال‌سازی";
"tunnelStatusReasserting" = "در حال فعال‌سازی مجدد";
"tunnelStatusRestarting" = "در حال راه‌اندازی مجدد";
"tunnelStatusWaiting" = "در حال انتظار";

"macToggleStatusButtonActivate" = "فعال‌سازی";
"macToggleStatusButtonActivating" = "در حال فعال‌سازی…";
"macToggleStatusButtonDeactivate" = "غیر فعال‌سازی";
"macToggleStatusButtonDeactivating" = "در حال غیرفعال‌سازی…";
"macToggleStatusButtonReasserting" = "در حال فعال‌سازی مجدد…";
"macToggleStatusButtonRestarting" = "در حال راه‌اندازی دوباره…";
"macToggleStatusButtonWaiting" = "در حال انتظار…";

"tunnelSectionTitleInterface" = "رابط";

"tunnelInterfaceName" = "نام";
"tunnelInterfacePrivateKey" = "کلید خصوصی";
"tunnelInterfacePublicKey" = "کلید عمومی";
"tunnelInterfaceGenerateKeypair" = "ساختن جفت‌کلید";
"tunnelInterfaceAddresses" = "نشانی‌ها";
"tunnelInterfaceListenPort" = "پورت شنود";
"tunnelInterfaceMTU" = "MTU";
"tunnelInterfaceDNS" = "سرورهای DNS";
"tunnelInterfaceStatus" = "وضعیت";

"tunnelSectionTitlePeer" = "همتا";

"tunnelPeerPublicKey" = "کلید عمومی";
"tunnelPeerPreSharedKey" = "کلید از پیش تقسیم شده";
"tunnelPeerEndpoint" = "نقطه پایان";
"tunnelPeerPersistentKeepalive" = "زنده نگه‌داشتن پیوسته";
"tunnelPeerAllowedIPs" = "IPهای مجاز";
"tunnelPeerRxBytes" = "داده دریافت شد";
"tunnelPeerTxBytes" = "داده فرستاده شده";
"tunnelPeerLastHandshakeTime" = "آخرین handshake";
"tunnelPeerExcludePrivateIPs" = "مستثنی کردن IPهای خصوصی";

"tunnelSectionTitleOnDemand" = "فعال‌سازی هنگام-درخواست";

"tunnelOnDemandCellular" = "داده همراه";
"tunnelOnDemandEthernet" = "اترنت";
"tunnelOnDemandWiFi" = "وای-فای";
"tunnelOnDemandSSIDsKey" = "SSIDها";

"tunnelOnDemandAnySSID" = "هر SSID";
"tunnelOnDemandOnlyTheseSSIDs" = "فقط این SSIDها";
"tunnelOnDemandExceptTheseSSIDs" = "به‌جز این SSIDها";
"tunnelOnDemandOnlySSID (%d)" = "تنها %d SSID";
"tunnelOnDemandOnlySSIDs (%d)" = "تنها %d SSID";
"tunnelOnDemandExceptSSID (%d)" = "به‌جز %d SSID";
"tunnelOnDemandExceptSSIDs (%d)" = "به‌جز %d SSID";
"tunnelOnDemandSSIDOptionDescriptionMac (%1$@: %2$@)" = "%1$@: %2$@";

"tunnelOnDemandSSIDViewTitle" = "SSIDها";
"tunnelOnDemandSectionTitleSelectedSSIDs" = "SSIDها";
"tunnelOnDemandNoSSIDs" = "هیچ SSIDای";
"tunnelOnDemandSectionTitleAddSSIDs" = "افزودن SSIDها";
"tunnelOnDemandAddMessageAddConnectedSSID (%@)" = "افزودن متصل: %@";
"tunnelOnDemandAddMessageAddNewSSID" = "افزودن جدید";

"tunnelOnDemandKey" = "هنگام درخواست";
"tunnelOnDemandOptionOff" = "خاموش";
"tunnelOnDemandOptionWiFiOnly" = "فقط هنگام استفاده از Wi-Fi";
"tunnelOnDemandOptionWiFiOrCellular" = "وای‌فای یا داده همراه";
"tunnelOnDemandOptionCellularOnly" = "فقط داده همراه";
"tunnelOnDemandOptionWiFiOrEthernet" = "وای‌فای یا اترنت";
"tunnelOnDemandOptionEthernetOnly" = "تنها اترنت";

"addPeerButtonTitle" = "افزودن همتا";

"deletePeerButtonTitle" = "حذف همتا";
"deletePeerConfirmationAlertButtonTitle" = "حذف";
"deletePeerConfirmationAlertMessage" = "این همتا حذف شود؟";

"deleteTunnelButtonTitle" = "حذف تونل";
"deleteTunnelConfirmationAlertButtonTitle" = "حذف";
"deleteTunnelConfirmationAlertMessage" = "این تونل حذف شود؟";

"tunnelEditPlaceholderTextRequired" = "الزامی است";
"tunnelEditPlaceholderTextOptional" = "دلخواه";
"tunnelEditPlaceholderTextAutomatic" = "خودکار";
"tunnelEditPlaceholderTextStronglyRecommended" = "بسیار پیشنهاد می‌شود";
"tunnelEditPlaceholderTextOff" = "خاموش";

"tunnelPeerPersistentKeepaliveValue (%@)" = "هر %@ ثانیه";
"tunnelHandshakeTimestampNow" = "هم اکنون";
"tunnelHandshakeTimestampAgo (%@)" = "%@ پیش";
"tunnelHandshakeTimestampYear (%d)" = "%d سال";
"tunnelHandshakeTimestampYears (%d)" = "%d سال";
"tunnelHandshakeTimestampDay (%d)" = "%d روز";
"tunnelHandshakeTimestampDays (%d)" = "%d روز";
"tunnelHandshakeTimestampHour (%d)" = "%d ساعت";
"tunnelHandshakeTimestampHours (%d)" = "%d ساعت";
"tunnelHandshakeTimestampMinute (%d)" = "%d دقیقه";
"tunnelHandshakeTimestampMinutes (%d)" = "%d دقیقه";
"tunnelHandshakeTimestampSecond (%d)" = "%d ثانیه";
"tunnelHandshakeTimestampSeconds (%d)" = "%d ثانیه";

"tunnelHandshakeTimestampHours hh:mm:ss (%@)" = "%@ ساعت";
"tunnelHandshakeTimestampMinutes mm:ss (%@)" = "%@ دقیقه";

"tunnelPeerPresharedKeyEnabled" = "فعال شده";

// Error alerts while creating / editing a tunnel configuration
/* Alert title for error in the interface data */

"alertInvalidInterfaceTitle" = "رابط نامعتبر است";

/* Any one of the following alert messages can go with the above title */
"alertInvalidInterfaceMessageNameRequired" = "نام رابط الزامی است";
"alertInvalidInterfaceMessagePrivateKeyRequired" = "کلید خصوصی رابط الزامی است";

/* Alert title for error in the peer data */
"alertInvalidPeerTitle" = "همتای نامعتبر";

// Scanning QR code UI

"scanQRCodeViewTitle" = "اسکن کد QR";

// Scanning QR code alerts

"alertScanQRCodeCameraUnsupportedTitle" = "دوربین پشتیبانی نمی‌شود";

"alertScanQRCodeInvalidQRCodeTitle" = "کد QR نامعتبر";

"alertScanQRCodeUnreadableQRCodeTitle" = "کد نامعتبر";

// Settings UI

"settingsViewTitle" = "تنظیمات";

"settingsSectionTitleAbout" = "درباره ما";
"settingsVersionKeyWireGuardForIOS" = "WireGuard برای iOS";
"settingsExportZipButtonTitle" = "برون‌بری بایگانی زیپ";

"settingsSectionTitleTunnelLog" = "گزارش رویداد";
"settingsViewLogButtonTitle" = "مشاهده‌ی گزارش رویداد";

// Log view

"logViewTitle" = "گزارش وقایع";

// Log alerts

"alertUnableToRemovePreviousLogTitle" = "برون‌برد گزارش رویداد ناموفق بود";

"alertUnableToWriteLogTitle" = "برون‌برد گزارش رویداد ناموفق بود";

"alertBadArchiveTitle" = "نمی‌توان آرشیو زیپ را خواند";
"alertBadArchiveMessage" = "آرشیو زیپ، بد یا خراب است.";

"alertNoTunnelsToExportTitle" = "چیزی برای برون‌بری نیست";
"alertNoTunnelsToExportMessage" = "تونلی برای برون‌بری نیست";

"alertNoTunnelsInImportedZipArchiveTitle" = "هیچ تونلی در آرشیو زیپ نیست";

// Tunnel management error alerts

"alertTunnelActivationFailureTitle" = "شکست در فعال‌سازی";

"alertTunnelNameEmptyTitle" = "نامی افزوده نشده";

"alertTunnelAlreadyExistsWithThatNameTitle" = "نام از قبل وجود دارد";

"alertTunnelActivationErrorTunnelIsNotInactiveTitle" = "در حال فعال‌سازی";

// Tunnel management error alerts on system error
/* The alert message that goes with the following titles would be
   one of the alertSystemErrorMessage* listed further down */

"alertSystemErrorOnListingTunnelsTitle" = "نمی‌توان تونل‌ها را فهرست کرد";
"alertSystemErrorOnAddTunnelTitle" = "نمی‌توان تونل را ساخت";
"alertSystemErrorOnModifyTunnelTitle" = "نمی‌توان تونل را ویرایش کرد";
"alertSystemErrorOnRemoveTunnelTitle" = "نمی‌توان تونل را حذف کرد";

/* The alert message for this alert shall include
 one of the alertSystemErrorMessage* listed further down */
"alertTunnelActivationSystemErrorTitle" = "شکست در فعال‌سازی";

/* alertSystemErrorMessage* messages */
"alertSystemErrorMessageTunnelConfigurationInvalid" = "پیکربندی نامعتبر است.";
"alertSystemErrorMessageTunnelConfigurationDisabled" = "پیکربندی غیرفعال است.";
"alertSystemErrorMessageTunnelConnectionFailed" = "ﺍﺗﺼﺎﻝ ﻧﺎﻣﻮﻓﻖ ﺑﻮﺩ.";
"alertSystemErrorMessageTunnelConfigurationStale" = "پیکربندی کهنه است.";
"alertSystemErrorMessageTunnelConfigurationUnknown" = "خطای ناشناخته سیستم.";

// Mac status bar menu / pulldown menu / main menu

"macMenuNetworks (%@)" = "شبکه‌ها: %@";
"macMenuNetworksNone" = "شبکه‌ها: هیچی";

"macMenuTitle" = "WireGuard";
"macMenuManageTunnels" = "مدیریت تونل‌ها";
"macMenuImportTunnels" = "وارد کردن تونل(ها) از پرونده…";
"macMenuAddEmptyTunnel" = "افزودن تونل خالی…";
"macMenuViewLog" = "مشاهده گزارش رویداد";
"macMenuExportTunnels" = "برون‌بری تونل‌ها در پرونده زیپ…";
"macMenuAbout" = "درباره WireGuard";
"macMenuQuit" = "خروج از WireGuard";

"macMenuHideApp" = "WireGuard را پنهان کن";
"macMenuHideOtherApps" = "پنهان کردن دیگران";
"macMenuShowAllApps" = "نمایش همه";

"macMenuFile" = "پرونده";
"macMenuCloseWindow" = "بستن پنجره";

"macMenuEdit" = "ویرایش";
"macMenuCut" = "برش";
"macMenuCopy" = "روگرفت";
"macMenuPaste" = "جای‌گذاری";
"macMenuSelectAll" = "انتخاب همه";

"macMenuTunnel" = "تونل";
"macMenuEditTunnel" = "ویرایش…";
"macMenuDeleteSelected" = "حذف انتخاب شده‌ها";

"macMenuWindow" = "پنجره";
"macMenuMinimize" = "کوچک‌سازی";
"macMenuZoom" = "بزرگ‌نمايی";

// Mac manage tunnels window

"macWindowTitleManageTunnels" = "مدیریت تونل‌های WireGuard";
"macDeleteTunnelConfirmationAlertInfo" = "شما نمی‌توانید این عمل را خنثی کنید.";
"macDeleteTunnelConfirmationAlertButtonTitleDelete" = "حذف";
"macDeleteTunnelConfirmationAlertButtonTitleCancel" = "لغو";
"macDeleteTunnelConfirmationAlertButtonTitleDeleting" = "در حال حذف…";

"macButtonImportTunnels" = "وارد کردن تونل(ها) از پرونده";
"macSheetButtonImport" = "واردکردن";

"macNameFieldExportLog" = "ذخیره گزارش رویداد به:";
"macSheetButtonExportLog" = "ذخیره";

"macNameFieldExportZip" = "برون‌بری تونل‌ها به:";
"macSheetButtonExportZip" = "ذخیره";

"macButtonDeleteTunnels (%d)" = "حذف %d تونل";

"macButtonEdit" = "ویرایش";

// Mac detail/edit view fields

"macFieldKey (%@)" = "%@:";
"macFieldOnDemand" = "هنگام-درخواست:";
"macFieldOnDemandSSIDs" = "SSIDها:";

// Mac status display

"macStatus (%@)" = "وضعیت: %@";

// Mac editing config

"macEditDiscard" = "لغو";
"macEditSave" = "ذخیره";

"macAlertNameIsEmpty" = "نام الزامی است";
"macAlertDuplicateName (%@)" = "تونلی دیگر با این نام موجود است ‘%@’.";

"macAlertInvalidLine (%@)" = "خط نامعتبر: ‘%@’.";
"macAlertPrivateKeyInvalid" = "کلید خصوصی نامعتبر است.";
"macAlertListenPortInvalid (%@)" = "پورت شنود ‘%@’ نامعتبر است.";
"macAlertAddressInvalid (%@)" = "نشانی ‘%@’ نامعتبر است.";
"macAlertDNSInvalid (%@)" = "DNS ‘%@’ نامعتبر است.";
"macAlertMTUInvalid (%@)" = "MTU ‘%@’ نامعتبر است.";

"macAlertUnrecognizedInterfaceKey (%@)" = "رابط دارای کلید ناشناخته می‌باشد ‘%@’";

"macAlertPublicKeyInvalid" = "کلید عمومی نامعتبر است";
"macAlertPreSharedKeyInvalid" = "کلید از پیش تقسیم شده نامعتبر است";
"macAlertAllowedIPInvalid (%@)" = "IP مجاز ‘%@’ نامعتبر است";
"macAlertEndpointInvalid (%@)" = "نقطه پایان ‘%@’ نامعتبر است";

// Mac about dialog

"macAppVersion (%@)" = "نگارش برنامه: %@";

// Privacy

"macExportPrivateData" = "برو‌ن‌بری کلید‌های خصوصی تونل";
"macViewPrivateData" = "مشاهده کلید‌های خصوصی تونل";
"macConfirmAndQuitAlertQuitWireGuard" = "خروج از WireGuard";
"macConfirmAndQuitAlertCloseWindow" = "بستن مدیر تونل‌ها";

// Mac tooltip

"macToolTipEditTunnel" = "ویرایش تونل (⌘E)";

// Mac log view

"macLogColumnTitleTime" = "زمان";
"macLogColumnTitleLogMessage" = "پیام گزارش رویداد";
"macLogButtonTitleClose" = "بستن";
"macLogButtonTitleSave" = "ذخیره…";
"macUnusableTunnelButtonTitleDeleteTunnel" = "حذف تونل";

// Donation

"donateLink" = "♥ کمک مالی به پروژه WireGuard";
"alertInvalidInterfaceMessageListenPortInvalid" = "Interface’s listen port must be between 0 and 65535, or unspecified";
"tunnelHandshakeTimestampSystemClockBackward" = "(System clock wound backwards)";
"macAlertNoInterface" = "Configuration must have an ‘Interface’ section.";
"alertScanQRCodeCameraUnsupportedMessage" = "This device is not able to scan QR codes";
"macConfirmAndQuitAlertInfo" = "If you close the tunnels manager, WireGuard will continue to be available from the menu bar icon.";
"macUnusableTunnelInfo" = "In case this tunnel was created by another user, only that user can view, edit, or activate this tunnel.";
"alertTunnelActivationErrorTunnelIsNotInactiveMessage" = "The tunnel is already active or in the process of being activated";
"alertTunnelActivationSetNetworkSettingsMessage" = "Unable to apply network settings to tunnel object.";
"alertCantOpenInputConfFileTitle" = "Unable to import from file";
"alertScanQRCodeInvalidQRCodeMessage" = "The scanned QR code is not a valid WireGuard configuration";
"macConfirmAndQuitAlertMessage" = "Do you want to close the tunnels manager or quit WireGuard entirely?";
"alertTunnelActivationSavedConfigFailureMessage" = "Unable to retrieve tunnel information from the saved configuration.";
"macAlertInfoUnrecognizedInterfaceKey" = "Valid keys are: ‘PrivateKey’, ‘ListenPort’, ‘Address’, ‘DNS’ and ‘MTU’.";
"alertTunnelNameEmptyMessage" = "Cannot create tunnel with an empty name";
"alertInvalidInterfaceMessageMTUInvalid" = "Interface’s MTU must be between 576 and 65535, or unspecified";
"alertUnableToWriteLogMessage" = "Unable to write logs to file";
"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.";
"alertInvalidPeerMessageEndpointInvalid" = "Peer’s endpoint must be of the form ‘host:port’ or ‘[host]:port’";
"alertInvalidPeerMessagePublicKeyDuplicated" = "Two or more peers cannot have the same public key";
"alertInvalidPeerMessagePreSharedKeyInvalid" = "Peer’s preshared key must be a 32-byte key in base64 encoding";
"macAppExitingWithActiveTunnelInfo" = "The tunnel will remain active after exiting. You may disable it by reopening this application or through the Network panel in System Preferences.";
"alertTunnelActivationFailureMessage" = "The tunnel could not be activated. Please ensure that you are connected to the Internet.";
"alertCantOpenInputZipFileMessage" = "The zip archive could not be read.";
"alertInvalidInterfaceMessagePrivateKeyInvalid" = "Interface’s private key must be a 32-byte key in base64 encoding";
"alertInvalidInterfaceMessageDNSInvalid" = "Interface’s DNS servers must be a list of comma-separated IP addresses";
"alertInvalidPeerMessagePersistentKeepaliveInvalid" = "Peer’s persistent keepalive must be between 0 to 65535, or unspecified";
"alertInvalidPeerMessagePublicKeyRequired" = "Peer’s public key is required";
"alertCantOpenOutputZipFileForWritingMessage" = "Could not open zip file for writing.";
"alertInvalidPeerMessagePublicKeyInvalid" = "Peer’s public key must be a 32-byte key in base64 encoding";
"alertSystemErrorMessageTunnelConfigurationReadWriteFailed" = "Reading or writing the configuration failed.";
"macAppExitingWithActiveTunnelMessage" = "WireGuard is exiting with an active tunnel";
"alertTunnelDNSFailureMessage" = "One or more endpoint domains could not be resolved.";
"alertInvalidInterfaceMessageAddressInvalid" = "Interface addresses must be a list of comma-separated IP addresses, optionally in CIDR notation";
"alertTunnelDNSFailureTitle" = "DNS resolution failure";
"macMenuToggleStatus" = "Toggle Status";
"alertCantOpenInputZipFileTitle" = "Unable to read zip archive";
"alertScanQRCodeUnreadableQRCodeMessage" = "The scanned code could not be read";
"macAlertMultipleInterfaces" = "Configuration must have only one ‘Interface’ section.";
"macAppStoreUpdatingAlertMessage" = "App Store would like to update WireGuard";
"macUnusableTunnelMessage" = "The configuration for this tunnel cannot be found in the keychain.";
"iosViewPrivateData" = "Authenticate to view tunnel private keys.";
"macToolTipToggleStatus" = "Toggle status (⌘T)";
"macTunnelsMenuTitle" = "Tunnels";
"scanQRCodeTipText" = "Tip: Generate with `qrencode -t ansiutf8 < tunnel.conf`";
"macAlertInfoUnrecognizedPeerKey" = "Valid keys are: ‘PublicKey’, ‘PresharedKey’, ‘AllowedIPs’, ‘Endpoint’ and ‘PersistentKeepalive’";
"alertInvalidPeerMessageAllowedIPsInvalid" = "Peer’s allowed IPs must be a list of comma-separated IP addresses, optionally in CIDR notation";
"alertTunnelAlreadyExistsWithThatNameMessage" = "A tunnel with that name already exists";
"iosExportPrivateData" = "Authenticate to export tunnel private keys.";
"alertScanQRCodeNamePromptTitle" = "Please name the scanned tunnel";
"alertUnableToRemovePreviousLogMessage" = "The pre-existing log could not be cleared";
"alertTunnelActivationBackendFailureMessage" = "Unable to turn on Go backend library.";
"settingsSectionTitleExportConfigurations" = "Export configurations";
"settingsVersionKeyWireGuardGoBackend" = "WireGuard Go Backend";
"alertCantOpenOutputZipFileForWritingTitle" = "Unable to create zip archive";
"alertNoTunnelsInImportedZipArchiveMessage" = "No .conf tunnel files were found inside the zip archive.";
"alertTunnelActivationFileDescriptorFailureMessage" = "Unable to determine TUN device file descriptor.";