|
520 | 520 | "news": "Știri",
|
521 | 521 | "@news": {
|
522 | 522 | "description": "The News tab"
|
| 523 | + }, |
| 524 | + "starred": "cu stea", |
| 525 | + "@starred": { |
| 526 | + "description": "starred" |
| 527 | + }, |
| 528 | + "securityAdvisory": "Aviz de securitate cu privire la {summary} a fost {action}", |
| 529 | + "@securityAdvisory": { |
| 530 | + "description": "Security advisory", |
| 531 | + "placeholders": { |
| 532 | + "summary": { |
| 533 | + "type": "String" |
| 534 | + }, |
| 535 | + "action": { |
| 536 | + "type": "String" |
| 537 | + } |
| 538 | + } |
| 539 | + }, |
| 540 | + "securityAlertInvolvingPackage": "Alerta de securitate care implică pachetul {affectedPackageName} între versiunile {affectedRange} a fost {action}ed", |
| 541 | + "@securityAlertInvolvingPackage": { |
| 542 | + "description": "Security alert involving package", |
| 543 | + "placeholders": { |
| 544 | + "affectedPackageName": { |
| 545 | + "type": "String" |
| 546 | + }, |
| 547 | + "affectedRange": { |
| 548 | + "type": "String" |
| 549 | + }, |
| 550 | + "action": { |
| 551 | + "type": "String" |
| 552 | + } |
| 553 | + } |
| 554 | + }, |
| 555 | + "pushedTo": "împins către", |
| 556 | + "@pushedTo": { |
| 557 | + "description": "pushed to" |
| 558 | + }, |
| 559 | + "pullRequestReviewCommentEventMessage": "a revizuit cererea de tragere", |
| 560 | + "@pullRequestReviewCommentEventMessage": { |
| 561 | + "description": "pull request review comment event" |
| 562 | + }, |
| 563 | + "pullRequestReviewEventMessage": "{action} revizuirea solicitării de tip pull request", |
| 564 | + "@pullRequestReviewEventMessage": { |
| 565 | + "description": "pull request review event message", |
| 566 | + "placeholders": { |
| 567 | + "action": { |
| 568 | + "type": "String" |
| 569 | + } |
| 570 | + } |
| 571 | + }, |
| 572 | + "pullRequestEventMessage": "{action} cerere de tragere", |
| 573 | + "@pullRequestEventMessage": { |
| 574 | + "description": "pull request event", |
| 575 | + "placeholders": { |
| 576 | + "action": { |
| 577 | + "type": "String" |
| 578 | + } |
| 579 | + } |
| 580 | + }, |
| 581 | + "public": "public", |
| 582 | + "@public": { |
| 583 | + "description": "public" |
| 584 | + }, |
| 585 | + "made": "realizat", |
| 586 | + "@made": { |
| 587 | + "description": "made" |
| 588 | + }, |
| 589 | + "projectEventMessage": "{action} proiectul {projectName}", |
| 590 | + "@projectEventMessage": { |
| 591 | + "description": "the project", |
| 592 | + "placeholders": { |
| 593 | + "action": { |
| 594 | + "type": "String" |
| 595 | + }, |
| 596 | + "projectName": { |
| 597 | + "type": "String" |
| 598 | + } |
| 599 | + } |
| 600 | + }, |
| 601 | + "projectColumnEventMessage": "{action} coloana de proiect {projectColumnName} la ", |
| 602 | + "@projectColumnEventMessage": { |
| 603 | + "description": "the project column", |
| 604 | + "placeholders": { |
| 605 | + "action": { |
| 606 | + "type": "String" |
| 607 | + }, |
| 608 | + "projectColumnName": { |
| 609 | + "type": "String" |
| 610 | + } |
| 611 | + } |
| 612 | + }, |
| 613 | + "theProjectCard": "fișa de proiect", |
| 614 | + "@theProjectCard": { |
| 615 | + "description": "the project card" |
| 616 | + }, |
| 617 | + "convertProjectCard": "a transformat fișa de proiect într-o problemă", |
| 618 | + "@convertProjectCard": { |
| 619 | + "description": "converted the project card into an issue" |
| 620 | + }, |
| 621 | + "was": "a fost", |
| 622 | + "@was": { |
| 623 | + "description": "was" |
| 624 | + }, |
| 625 | + "changedMarketplacePlan": "și-au schimbat planul Marketplace", |
| 626 | + "@changedMarketplacePlan": { |
| 627 | + "description": "changed their Marketplace Plan" |
| 628 | + }, |
| 629 | + "pendingChangeCancelled": "Planul Marketplace în așteptare a fost anulat", |
| 630 | + "@pendingChangeCancelled": { |
| 631 | + "description": "Pending Marketplace Plan was cancelled" |
| 632 | + }, |
| 633 | + "pendingMarketplacePlan": "Planul Marketplace este în curs de modificare", |
| 634 | + "@pendingMarketplacePlan": { |
| 635 | + "description": "Marketplace Plan is pending change" |
| 636 | + }, |
| 637 | + "cancelledMarketplacePlan": "și-au anulat planul Marketplace", |
| 638 | + "@cancelledMarketplacePlan": { |
| 639 | + "description": "cancelled their Marketplace Plan" |
| 640 | + }, |
| 641 | + "purchasedMarketplacePlan": "a cumpărat un plan Marketplace", |
| 642 | + "@purchasedMarketplacePlan": { |
| 643 | + "description": "purchased a Marketplace Plan" |
| 644 | + }, |
| 645 | + "from": "de la", |
| 646 | + "@from": { |
| 647 | + "description": "from" |
| 648 | + }, |
| 649 | + "to": "la", |
| 650 | + "@to": { |
| 651 | + "description": "to" |
| 652 | + }, |
| 653 | + "at": "la", |
| 654 | + "@at": { |
| 655 | + "description": "at" |
| 656 | + }, |
| 657 | + "commentedOn": "a comentat pe", |
| 658 | + "@commentedOn": { |
| 659 | + "description": "commented on" |
| 660 | + }, |
| 661 | + "wereRemovedFrom": "{repos} au fost eliminate din instalația id {id}", |
| 662 | + "@wereRemovedFrom": { |
| 663 | + "description": "example: repo1,repo2 were removed from the installation id ID", |
| 664 | + "placeholders": { |
| 665 | + "repos": { |
| 666 | + "type": "String" |
| 667 | + }, |
| 668 | + "id": { |
| 669 | + "type": "String" |
| 670 | + } |
| 671 | + } |
| 672 | + }, |
| 673 | + "wereAddedTo": "{repos} au fost adăugate la ID-ul instalației {id}", |
| 674 | + "@wereAddedTo": { |
| 675 | + "description": "example: repo1,repo2 were added to the installation id ID", |
| 676 | + "placeholders": { |
| 677 | + "repos": { |
| 678 | + "type": "String" |
| 679 | + }, |
| 680 | + "id": { |
| 681 | + "type": "String" |
| 682 | + } |
| 683 | + } |
| 684 | + }, |
| 685 | + "forGithubAppWithId": "pentru aplicația Github cu id {id}", |
| 686 | + "@forGithubAppWithId": { |
| 687 | + "description": "for the Github App with id", |
| 688 | + "placeholders": { |
| 689 | + "id": { |
| 690 | + "type": "String" |
| 691 | + } |
| 692 | + } |
| 693 | + }, |
| 694 | + "newPermissionsAccepted": "noile autorizații au fost acceptate pentru acțiune ", |
| 695 | + "@newPermissionsAccepted": { |
| 696 | + "description": "new permissions were accepted for" |
| 697 | + }, |
| 698 | + "editedPages": "a editat paginile: {pageNames}", |
| 699 | + "@editedPages": { |
| 700 | + "description": "edited pages", |
| 701 | + "placeholders": { |
| 702 | + "pageAction": { |
| 703 | + "type": "String" |
| 704 | + } |
| 705 | + } |
| 706 | + }, |
| 707 | + "createdPages": "a creat paginile: {pageNames}", |
| 708 | + "@createdPages": { |
| 709 | + "description": "created pages", |
| 710 | + "placeholders": { |
| 711 | + "pageNames": { |
| 712 | + "type": "String" |
| 713 | + } |
| 714 | + } |
| 715 | + }, |
| 716 | + "forked": "bifurcat", |
| 717 | + "@forked": { |
| 718 | + "description": "forked" |
| 719 | + }, |
| 720 | + "deletedEventMessage": "a șters {refType} {ref} la", |
| 721 | + "@deletedEventMessage": { |
| 722 | + "description": "deleted event message", |
| 723 | + "placeholders": { |
| 724 | + "refType": { |
| 725 | + "type": "String" |
| 726 | + }, |
| 727 | + "ref": { |
| 728 | + "type": "String" |
| 729 | + } |
| 730 | + } |
| 731 | + }, |
| 732 | + "createdEventMessage": "a creat un {refType} {ref} la", |
| 733 | + "@createdEventMessage": { |
| 734 | + "description": "created event message", |
| 735 | + "placeholders": { |
| 736 | + "refType": { |
| 737 | + "type": "String" |
| 738 | + }, |
| 739 | + "ref": { |
| 740 | + "type": "String" |
| 741 | + } |
| 742 | + } |
| 743 | + }, |
| 744 | + "contentReferenceEventMessage": "{action} o referință de conținut la", |
| 745 | + "@contentReferenceEventMessage": { |
| 746 | + "description": "content reference event", |
| 747 | + "placeholders": { |
| 748 | + "action": { |
| 749 | + "type": "String" |
| 750 | + } |
| 751 | + } |
| 752 | + }, |
| 753 | + "commitCommentEventMessage": "a comentat un commit la", |
| 754 | + "@commitCommentEventMessage": { |
| 755 | + "description": "commit comment event message" |
| 756 | + }, |
| 757 | + "checkSuiteEventMessage": "{action} suita de verificare și concluzia este că", |
| 758 | + "@checkSuiteEventMessage": { |
| 759 | + "description": "check suite event message conclusion", |
| 760 | + "placeholders": { |
| 761 | + "action": { |
| 762 | + "type": "String" |
| 763 | + } |
| 764 | + } |
| 765 | + }, |
| 766 | + "actionRequiredConclusion": "necesită mai multe acțiuni", |
| 767 | + "@actionRequiredConclusion": { |
| 768 | + "description": "it requires more action" |
| 769 | + }, |
| 770 | + "checkSuiteEventConclusionMessage": "aceasta este o {conclusion}", |
| 771 | + "@checkSuiteEventConclusionMessage": { |
| 772 | + "description": "check suite event conclusion", |
| 773 | + "placeholders": { |
| 774 | + "conclusion": { |
| 775 | + "type": "String" |
| 776 | + } |
| 777 | + } |
| 778 | + }, |
| 779 | + "checkRunEventMessage": "{action} o execuție de control pentru {name}", |
| 780 | + "@checkRunEventMessage": { |
| 781 | + "description": "check run event", |
| 782 | + "placeholders": { |
| 783 | + "action": { |
| 784 | + "type": "String" |
| 785 | + }, |
| 786 | + "name": { |
| 787 | + "type": "String" |
| 788 | + } |
| 789 | + } |
| 790 | + }, |
| 791 | + "nCommitsTo": "{count,plural, =1{{count} commit to} alte{{count} commits to}}", |
| 792 | + "@nCommitsTo": { |
| 793 | + "description": "no. of commits to a branch", |
| 794 | + "placeholders": { |
| 795 | + "count": { |
| 796 | + "type": "String" |
| 797 | + } |
| 798 | + } |
| 799 | + }, |
| 800 | + "reviewDismissedEventMessage": "a respins revizuirea pull request-ului solicitat de", |
| 801 | + "@reviewDismissedEventMessage": { |
| 802 | + "description": "dismissed the pull request review requested by" |
| 803 | + }, |
| 804 | + "fromReviewRequest": "din cererea de reexaminare", |
| 805 | + "@fromReviewRequest": { |
| 806 | + "description": "from the review request" |
| 807 | + }, |
| 808 | + "reviewRequestEventMessage": "a solicitat o revizuire din partea", |
| 809 | + "@reviewRequestEventMessage": { |
| 810 | + "description": "requested a review from" |
| 811 | + }, |
| 812 | + "headRefForcedPushedEventSecondMessage": "branșa de la", |
| 813 | + "@headRefForcedPushedEventSecondMessage": { |
| 814 | + "description": "head ref forced pushed event message second half" |
| 815 | + }, |
| 816 | + "headRefForcedPushedEventFirstMessage": "împingere forțată", |
| 817 | + "@headRefForcedPushedEventFirstMessage": { |
| 818 | + "description": "head ref forced pushed event message first half" |
| 819 | + }, |
| 820 | + "headRefRestoredEventMessage": "a restaurat branșa {headRefName}", |
| 821 | + "@headRefRestoredEventMessage": { |
| 822 | + "description": "head ref restored event", |
| 823 | + "placeholders": { |
| 824 | + "headRefName": { |
| 825 | + "type": "String" |
| 826 | + } |
| 827 | + } |
| 828 | + }, |
| 829 | + "headRefDeletedEventMessage": "a șters branșa {headRefName}", |
| 830 | + "@headRefDeletedEventMessage": { |
| 831 | + "description": "head ref deleted event", |
| 832 | + "placeholders": { |
| 833 | + "headRefName": { |
| 834 | + "type": "String" |
| 835 | + } |
| 836 | + } |
| 837 | + }, |
| 838 | + "deploymentEnvironmentChangedEventMessage": "a schimbat mediul de dezvoltare în {devEnv}", |
| 839 | + "@deploymentEnvironmentChangedEventMessage": { |
| 840 | + "description": "deployment environment changed event", |
| 841 | + "placeholders": { |
| 842 | + "devEnv": { |
| 843 | + "type": "String" |
| 844 | + } |
| 845 | + } |
523 | 846 | }
|
524 | 847 | }
|
0 commit comments