WireGuardApp: add CrowdIn syncer and run it

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2020-12-11 11:33:59 +01:00
parent 9f8d0e24df
commit 54e3333b72
19 changed files with 4234 additions and 20 deletions
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: MIT
// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved.
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
// Generic alert action names
"actionOK" = "OK";
"actionCancel" = "キャンセル";
"actionSave" = "保存";
@@ -270,9 +270,9 @@
"alertTunnelActivationErrorTunnelIsNotInactiveMessage" = "トンネルはすでに有効になっているか、有効化処理中です";
// 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" = "トンネル編集不可";