Skip to content

Commit 6bea8d5

Browse files
committed
locales: sync with crowdin
Signed-off-by: Simon Rozman <[email protected]>
1 parent dcc0eb7 commit 6bea8d5

23 files changed

+19031
-3686
lines changed

locales/ca/messages.gotext.json

Lines changed: 1117 additions & 21 deletions
Large diffs are not rendered by default.

locales/es-ES/messages.gotext.json

Lines changed: 805 additions & 35 deletions
Large diffs are not rendered by default.

locales/et/messages.gotext.json

Lines changed: 1847 additions & 0 deletions
Large diffs are not rendered by default.

locales/fa/messages.gotext.json

Lines changed: 733 additions & 3 deletions
Large diffs are not rendered by default.

locales/fi/messages.gotext.json

Lines changed: 1245 additions & 23 deletions
Large diffs are not rendered by default.

locales/id/messages.gotext.json

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
}
6060
]
6161
},
62+
{
63+
"id": "You must use the native version of WireGuard on this computer.",
64+
"message": "You must use the native version of WireGuard on this computer.",
65+
"translation": "Anda harus menggunakan WireGuard versi asli pada komputer ini.",
66+
"translatorComment": "Copied from source."
67+
},
6268
{
6369
"id": "Unable to open current process token: {Err}",
6470
"message": "Unable to open current process token: {Err}",
@@ -474,6 +480,12 @@
474480
"translation": "Garis harus muncul perbagian",
475481
"translatorComment": "Copied from source."
476482
},
483+
{
484+
"id": "Config key is missing an equals separator",
485+
"message": "Config key is missing an equals separator",
486+
"translation": "Kunci konfigurasi tidak valid, tidak memiliki pemisah dan sama dengan",
487+
"translatorComment": "Copied from source."
488+
},
477489
{
478490
"id": "Key must have a value",
479491
"message": "Key must have a value",
@@ -540,12 +552,80 @@
540552
"translation": ", ",
541553
"comment": "Text to insert between items when listing - most western languages will translate ‘[EnumerationSeparator]’ into ‘, ’ to produce lists like ‘apple, orange, strawberry’. Eastern languages might translate into ‘、’ to produce lists like ‘リンゴ、オレンジ、イチゴ’."
542554
},
555+
{
556+
"id": "[UnitSeparator]",
557+
"message": "[UnitSeparator]",
558+
"translation": ", ",
559+
"comment": "Text to insert when combining units of a measure - most languages will translate ‘[UnitSeparator]’ into ‘ ’ (space) to produce lists like ‘2 minuti 30 sekund’, or empty string ‘’ to produce ‘2分30秒’."
560+
},
543561
{
544562
"id": "About WireGuard",
545563
"message": "About WireGuard",
546564
"translation": "Tentang WireGuard",
547565
"translatorComment": "Copied from source."
548566
},
567+
{
568+
"id": "WireGuard logo image",
569+
"message": "WireGuard logo image",
570+
"translation": "Gambar logo WireGuard",
571+
"translatorComment": "Copied from source."
572+
},
573+
{
574+
"id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
575+
"message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
576+
"translation": "Versi Aplikasi: {Number}\nVersi back-end Go: {WireGuardGoVersion}\nVersi Go: {Version_go}--{GOARCH}\nSistem Operasi: {OsName}\nArsitektur: {NativeArch}",
577+
"translatorComment": "Copied from source.",
578+
"placeholders": [
579+
{
580+
"id": "Number",
581+
"string": "%[1]s",
582+
"type": "string",
583+
"underlyingType": "string",
584+
"argNum": 1,
585+
"expr": "version.Number"
586+
},
587+
{
588+
"id": "WireGuardGoVersion",
589+
"string": "%[2]s",
590+
"type": "string",
591+
"underlyingType": "string",
592+
"argNum": 2,
593+
"expr": "device.WireGuardGoVersion"
594+
},
595+
{
596+
"id": "Version_go",
597+
"string": "%[3]s",
598+
"type": "string",
599+
"underlyingType": "string",
600+
"argNum": 3,
601+
"expr": "strings.TrimPrefix(runtime.Version(), \"go\")"
602+
},
603+
{
604+
"id": "GOARCH",
605+
"string": "%[4]s",
606+
"type": "string",
607+
"underlyingType": "string",
608+
"argNum": 4,
609+
"expr": "runtime.GOARCH"
610+
},
611+
{
612+
"id": "OsName",
613+
"string": "%[5]s",
614+
"type": "string",
615+
"underlyingType": "string",
616+
"argNum": 5,
617+
"expr": "version.OsName()"
618+
},
619+
{
620+
"id": "NativeArch",
621+
"string": "%[6]s",
622+
"type": "string",
623+
"underlyingType": "string",
624+
"argNum": 6,
625+
"expr": "version.NativeArch()"
626+
}
627+
]
628+
},
549629
{
550630
"id": "Close",
551631
"message": "Close",
@@ -564,6 +644,72 @@
564644
"translation": "Status:",
565645
"translatorComment": "Copied from source."
566646
},
647+
{
648+
"id": "&Deactivate",
649+
"message": "&Deactivate",
650+
"translation": "&Nonaktifkan",
651+
"translatorComment": "Copied from source."
652+
},
653+
{
654+
"id": "&Activate",
655+
"message": "&Activate",
656+
"translation": "&Aktifkan",
657+
"translatorComment": "Copied from source."
658+
},
659+
{
660+
"id": "Public key:",
661+
"message": "Public key:",
662+
"translation": "Kunci publik:",
663+
"translatorComment": "Copied from source."
664+
},
665+
{
666+
"id": "Listen port:",
667+
"message": "Listen port:",
668+
"translation": "Port Pendengar:",
669+
"translatorComment": "Copied from source."
670+
},
671+
{
672+
"id": "MTU:",
673+
"message": "MTU:",
674+
"translation": "MTU:",
675+
"translatorComment": "Copied from source."
676+
},
677+
{
678+
"id": "Addresses:",
679+
"message": "Addresses:",
680+
"translation": "Alamat:",
681+
"translatorComment": "Copied from source."
682+
},
683+
{
684+
"id": "DNS servers:",
685+
"message": "DNS servers:",
686+
"translation": "Server DNS:",
687+
"translatorComment": "Copied from source."
688+
},
689+
{
690+
"id": "Scripts:",
691+
"message": "Scripts:",
692+
"translation": "Skrip:",
693+
"translatorComment": "Copied from source."
694+
},
695+
{
696+
"id": "Preshared key:",
697+
"message": "Preshared key:",
698+
"translation": "Preshared key:",
699+
"translatorComment": "Copied from source."
700+
},
701+
{
702+
"id": "Allowed IPs:",
703+
"message": "Allowed IPs:",
704+
"translation": "IP yang diperbolehkan:",
705+
"translatorComment": "Copied from source."
706+
},
707+
{
708+
"id": "Endpoint:",
709+
"message": "Endpoint:",
710+
"translation": "Endpoint:",
711+
"translatorComment": "Copied from source."
712+
},
567713
{
568714
"id": "Active",
569715
"message": "Active",

locales/ja/messages.gotext.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
{
868868
"id": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
869869
"message": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
870-
"translation": "ピアが1つだけ設定されていて、Allowed IPs に 0.0.0.0/0 または :: / 0 が含まれている場合、トンネルサービスはトンネルインターフェイスを通らないトラフィックや間違った DNS サーバーに向かう通信をブロックするファイアウォールルールを追加します。\nDHCP と NDP には特別な例外があります。",
870+
"translation": "ピアが1つだけ設定されており、かつAllowed IPs に 0.0.0.0/0 ::/0 が含まれている場合、トンネルサービスはトンネルインターフェイスを通らないトラフィックや間違った DNS サーバーに向かう通信をブロックするファイアウォールルールを追加します。\nDHCP と NDP には特別な例外があります。",
871871
"translatorComment": "Copied from source."
872872
},
873873
{
@@ -1155,7 +1155,7 @@
11551155
{
11561156
"id": "&Tunnels",
11571157
"message": "&Tunnels",
1158-
"translation": "& トンネル",
1158+
"translation": "トンネル(&T)",
11591159
"translatorComment": "Copied from source."
11601160
},
11611161
{

0 commit comments

Comments
 (0)