Skip to content

Commit

Permalink
project: sync translations and improve id generation again
Browse files Browse the repository at this point in the history
Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
zx2c4 committed Dec 23, 2020
1 parent e54a5d9 commit a613fec
Show file tree
Hide file tree
Showing 20 changed files with 809 additions and 437 deletions.
1 change: 1 addition & 0 deletions Sources/WireGuardApp/ca.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
"macMenuFile" = "File";
"tunnelStatusActivating" = "Activating";
"macToolTipToggleStatus" = "Toggle status (⌘T)";
"macTunnelsMenuTitle" = "Tunnels";
"alertTunnelActivationSystemErrorTitle" = "Activation failure";
"alertInvalidInterfaceMessagePrivateKeyRequired" = "Interface’s private key is required";
"alertNoTunnelsToExportTitle" = "Nothing to export";
Expand Down
3 changes: 2 additions & 1 deletion Sources/WireGuardApp/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
// Generic alert action names


Expand Down Expand Up @@ -443,3 +443,4 @@
// Donation

"donateLink" = "♥ Spende an das WireGuard Projekt";
"macTunnelsMenuTitle" = "Tunnels";
263 changes: 170 additions & 93 deletions Sources/WireGuardApp/es.lproj/Localizable.strings

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Sources/WireGuardApp/fa.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
// Generic alert action names


Expand Down Expand Up @@ -389,6 +389,7 @@
"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";
Expand Down
Loading

0 comments on commit a613fec

Please sign in to comment.