|
59 | 59 | }
|
60 | 60 | ]
|
61 | 61 | },
|
| 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 | + }, |
62 | 68 | {
|
63 | 69 | "id": "Unable to open current process token: {Err}",
|
64 | 70 | "message": "Unable to open current process token: {Err}",
|
|
474 | 480 | "translation": "Garis harus muncul perbagian",
|
475 | 481 | "translatorComment": "Copied from source."
|
476 | 482 | },
|
| 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 | + }, |
477 | 489 | {
|
478 | 490 | "id": "Key must have a value",
|
479 | 491 | "message": "Key must have a value",
|
|
540 | 552 | "translation": ", ",
|
541 | 553 | "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 ‘リンゴ、オレンジ、イチゴ’."
|
542 | 554 | },
|
| 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 | + }, |
543 | 561 | {
|
544 | 562 | "id": "About WireGuard",
|
545 | 563 | "message": "About WireGuard",
|
546 | 564 | "translation": "Tentang WireGuard",
|
547 | 565 | "translatorComment": "Copied from source."
|
548 | 566 | },
|
| 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 | + }, |
549 | 629 | {
|
550 | 630 | "id": "Close",
|
551 | 631 | "message": "Close",
|
|
564 | 644 | "translation": "Status:",
|
565 | 645 | "translatorComment": "Copied from source."
|
566 | 646 | },
|
| 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 | + }, |
567 | 713 | {
|
568 | 714 | "id": "Active",
|
569 | 715 | "message": "Active",
|
|
0 commit comments