aboutsummaryrefslogtreecommitdiffstats
path: root/Sources/WireGuardApp/zh-Hant.lproj/Localizable.strings
blob: 9f54207b5d2871ec6ac5668a1285eb7ec81bef5a (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
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 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" = "新增一個 WireGuard 通道";
"addTunnelMenuImportFile" = "從檔案或是壓縮檔中建立";
"addTunnelMenuQRCode" = "從 QR code 中建立";
"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" = "產生金鑰對";
"tunnelInterfaceListenPort" = "監聽埠";
"tunnelInterfaceMTU" = "MTU";
"tunnelInterfaceDNS" = "DNS 伺服器";
"tunnelEditPlaceholderTextAutomatic" = "自動";
"tunnelHandshakeTimestampNow" = "現在";

// Settings UI

"settingsViewTitle" = "設定";

"settingsSectionTitleAbout" = "關於";
"macMenuAbout" = "關於 WireGuard";
"macMenuQuit" = "離開 WireGuard";

"macMenuHideApp" = "隱藏 WireGuard";
"macMenuCut" = "剪下";
"macMenuCopy" = "複製";
"macMenuPaste" = "貼上";
"macMenuSelectAll" = "全選";
"macMenuMinimize" = "最小化";