Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新10.3.0版本 #26

Merged
merged 6 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 33 additions & 8 deletions strings_10.2.0.json → strings_10.3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
"Registration-LoggingIn": "登录中...",
"Registration-LoginTitle": "欢迎使用 GitKraken",
"Registration-LoginWithSSO": "使用 {0} 登录",
"Registration-GenericProviderName": "提供者",
"Registration-NoProviders": "此电子邮件地址未找到提供者。请尝试其他电子邮件地址或联系您已知的提供者",
"Registration-GoToLoginLeadin": "已有帐户?",
"Registration-GoToSignUpLeadin": "还没有帐户?",
Expand Down Expand Up @@ -529,6 +530,8 @@
"CommitSearch-NoAuthorsFound": "未找到作者",
"CommitSearch-Indexing": "索引中",
"CommitFilter-FilterPlaceholder": "按团队或作者过滤图表",
"CommitFilter-AuthorsInOrg": "{0} 的成员",
"CommitFilter-AuthorsNotInOrg": "作者不在您的组织中",
"CommitFilter-Authors": "作者",
"CommitFilter-Teams": "团队",
"GARLIC-RequestCancelledFromCredentialChange": "请求已取消,{0} 的凭据已更改",
Expand Down Expand Up @@ -1263,6 +1266,7 @@
"CommitDetailPanel-Tab-CloudPatch-Label": "云补丁",
"CommitDetailPanel-Tab-CloudPatch-ActionLabelDisabledStageChanges": "暂存更改以创建补丁",
"CommitDetailPanel-Tab-CloudPatch-ActionLabelDisabledNoMessage": "输入消息以创建补丁",
"CommitDetailPanel-Tab-CloudPatch-ActionLabelFromCommit": "创建云补丁",
"CommitDetailPanel-Tab-CloudPatch-ActionLabelSingular": "从 1 个文件创建可共享的云补丁",
"CommitDetailPanel-Tab-CloudPatch-ActionLabelPlural": "从 {0} 个文件创建可共享的云补丁",
"CommitDetailPanel-Tab-CodeSuggest-Label": "代码建议",
Expand Down Expand Up @@ -1675,6 +1679,7 @@
"SSH": "SSH",
"SSHKey": "SSH 密钥",
"SSHConfig": "SSH 配置",
"SSHConfig-Disabled-Nodegit-Mode": "在NodeGit模式下禁用",
"SSHConfig-GenerateNewKey": "生成新的私钥/公钥",
"SSHConfig-GenerateNewKeyHelp": "这将创建新的密钥并配置 GitKraken 使用它们",
"SSHConfig-useGitCredentialManager": "使用默认 Git 凭证管理器",
Expand Down Expand Up @@ -2517,6 +2522,15 @@
"OnboardingGuide-whatPartOfThisVideoDidYouFindTheMostUseful": "您觉得这个视频的哪个部分最有帮助?",
"OnboardingGuide-feedbackSubmittedSuccessfully": "反馈已成功提交!",
"OnboardingGuide-thankYouForSubmitYourFeedback": "感谢您抽出时间给予我们反馈;这对我们非常重要。",
"OnboardingTip-title-ACKNOWLEDGED_COMMIT_DETAIL_PANEL": "提交面板",
"OnboardingTip-description-ACKNOWLEDGED_COMMIT_DETAIL_PANEL": "在这里,您可以检查文件并查看所选提交中的差异,或者在工作目录中暂存、取消暂存和提交更改。",
"OnboardingTip-learnMore-ACKNOWLEDGED_COMMIT_DETAIL_PANEL": "了解更多关于提交面板的信息",
"OnboardingTip-title-ACKNOWLEDGED_LEFT_PANEL": "左面板",
"OnboardingTip-description1-ACKNOWLEDGED_LEFT_PANEL": "在这里,您可以找到有关仓库的更多详细信息:本地分支、远程分支、储存、标签等。当您连接集成时,您还可以看到其他相关信息,如 PR、问题和 GitHub Actions。",
"OnboardingTip-description2-ACKNOWLEDGED_LEFT_PANEL": "右键单击此面板中的任何位置以切换这部分的打开和关闭。",
"OnboardingTip-learnMore-ACKNOWLEDGED_LEFT_PANEL": "了解更多关于左面板的信息",
"OnboardingTip-toggle-with": "切换为 {0}",
"OnboardingTip-got-it": "了解",
"OrganizationMember-Admin": "管理员",
"OrganizationMember-AlreadyMember": "{0} 已经是该组织的成员了",
"OrganizationMember-ApproveInvite": "批准",
Expand All @@ -2530,6 +2544,8 @@
"OrganizationMember-EnterEmailAddresses": "输入电子邮件地址,用逗号分隔",
"OrganizationMember-Filter": "按姓名、用户名或电子邮件搜索成员",
"OrganizationMember-Invite": "邀请",
"OrganizationMember-Invited": "已邀请",
"OrganizationMember-InviteSent": "邀请已发送",
"OrganizationMember-InviteMemberTitle": "邀请用户加入您的组织",
"OrganizationMember-SharePatchTitle": "分享云补丁",
"OrganizationMember-ApproveOrDenyOnGKDotDev": "在{0}上批准或拒绝邀请",
Expand Down Expand Up @@ -2709,7 +2725,9 @@
"Error-PlinkNotFound": "找不到Plink可执行文件",
"Error-PullFailed": "拉取失败",
"Error-PushFailed": "推送失败",
"Error-PushFailedNoRemote": "没有远程可推送到,您想要添加一个吗?",
"Error-PushFailedNoRemote": "没有可推送的远程,是否要添加一个?",
"Error-PullFailedNoRemote": "没有可拉取的远程,是否要添加一个?",
"Error-FetchFailedNoRemote": "没有可获取的远程,是否要添加一个?",
"Error-PushFailedWithName": "推送失败:{0}",
"Error-PushUpdateReferenceFailed": "{0} 上的推送失败:{1}",
"Error-Marking-Read-State": "我们无法更新此通知的已读状态。请检查您的互联网连接,然后重试",
Expand Down Expand Up @@ -4492,8 +4510,6 @@
"WorkspacePullRequestSection-RepoHeader": "仓库",
"WorkspacePullRequestSection-TitleHeader": "标题",
"WorkspacePullRequestSection-AuthorHeader": "作者",
"WorkspacePullRequestSection-AssignedToMe": "分配给我",
"WorkspacePullRequestSection-NeedsMyReview": "需要我的审查",
"WorkspacePullRequestSection-Open": "打开",
"WorkspacePullRequestSection-ChangesRequested": "此拉取请求需要修改",
"WorkspacePullRequestSection-ReviewPending": "此拉取请求有待审阅",
Expand All @@ -4510,9 +4526,6 @@
"WorkspacePullRequestSection-Complexity": "复杂度",
"WorkspacePullRequestSection-ComplexityTooltip": "预览:复杂度目前基于更改的行数、更改的文件数以及拉取请求中的提交数,并相对于列表中的其他拉取请求进行比较。这些计算可能会发生变化。",
"WorkspaceIssuesSection-MyIssues": "我的问题",
"WorkspaceIssuesSection-MyIssuesFilter": "由我创建",
"WorkspaceIssuesSection-AssignedToMe": "分配给我",
"WorkspaceIssuesSection-Mentioned": "提及的",
"WorkspaceIssuesSection-RepoHeader": "仓库",
"WorkspaceIssuesSection-TitleHeader": "标题",
"WorkspaceIssuesSection-AuthorHeader": "作者",
Expand Down Expand Up @@ -4609,6 +4622,10 @@
"FocusView-TypeFilterWIPs": "进行中(WIP)",
"FocusView-TypeFilterSnoozed": "已休眠",
"FocusView-InvolvementFilterAll": "我的",
"FocusView-InvolvementFilterOpenedByMe": "我创建的",
"FocusView-InvolvementFilterAssignedToMe": "指派给我的",
"FocusView-InvolvementFilterNeedsReviewByMe": "需要我审阅的",
"FocusView-InvolvementFilterMentionedMe": "提到我的",
"FocusView-Pin": "固定",
"FocusView-UnPin": "取消固定",
"FocusView-RemoveFromLater": "从已休眠中移除",
Expand Down Expand Up @@ -4680,6 +4697,13 @@
"FocusView-WorkspaceX": "工作区: {0}",
"FocusView-IssuesX": "问题: {0} {1}",
"FocusView-ProjectX": "项目: {0} {1}",
"FocusView-AllLabels": "{0} 所有标签",
"FocusView-IssueLabels": "问题标签",
"FocusView-PullRequestLabels": "PR标签",
"FocusView-PlusN": "+{0}",
"FocusView-XOrgMembers": "{0} 成员",
"FocusView-ExternalCollaborators": "外部合作者",
"FocusView-FilterForTeamMembers": "在这里筛选特定的团队成员",
"FocusViewBuildStatus-ActionRequired": "需要采取行动",
"FocusViewBuildStatus-Cancelled": "某些检查已取消",
"FocusViewBuildStatus-Failed": "某些检查失败",
Expand Down Expand Up @@ -4740,7 +4764,8 @@
"FocusViewStatusBar-IsWaitingOnReview": "{0}/{1}#{2} 正在等待审阅",
"FocusViewStatusBar-IsInDraft": "{0}/{1}#{2} 处于草稿状态",
"FocusViewStatusBar-NoPullRequests": "没有拉取请求",
"FocusViewStatusBar-NoIntegrationConnected": "没有连接的集成",
"FocusViewStatusBar-SelectAnIntegration": "选择集成",
"FocusViewStatusBar-ConnectAnIntegration": "连接集成",
"FocusViewStatusBar-PRsReadyToMerge": "拉取请求已准备好合并",
"FocusViewStatusBar-PRsWithNoReviewers": "拉取请求没有指定的审阅者",
"FocusViewStatusBar-PRsFailingCI": "拉取请求CI失败",
Expand Down Expand Up @@ -4781,4 +4806,4 @@
"GKDotDev-OpeningLinkInBrowser": "在浏览器中打开链接",
"GKDotDev-CopyLink": "复制链接"
}
}
}
44 changes: 35 additions & 9 deletions 原语言文件备份/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@
"Registration-LoggingIn": "Signing in...",
"Registration-LoginTitle": "Welcome to GitKraken Desktop",
"Registration-LoginWithSSO": "Login with {0}",
"Registration-NoProviders": "No providers found for this email address. Please, try another email address or contact your known provider",
"Registration-GenericProviderName": "provider",
"Registration-NoProviders": "No providers found for this email address. Please try another email address or contact your known provider",
"Registration-GoToLoginLeadin": "Already have an account? ",
"Registration-GoToSignUpLeadin": "Don't have an account? ",
"Registration-GoToLogin": "Sign in.",
Expand Down Expand Up @@ -571,6 +572,8 @@
"CommitSearch-Indexing": "Indexing",

"CommitFilter-FilterPlaceholder": "filter the graph by team or author",
"CommitFilter-AuthorsInOrg": "members of {0}",
"CommitFilter-AuthorsNotInOrg": "authors not in your organization",
"CommitFilter-Authors": "authors",
"CommitFilter-Teams": "teams",

Expand Down Expand Up @@ -1353,6 +1356,7 @@
"CommitDetailPanel-Tab-CloudPatch-Label": "Cloud Patch",
"CommitDetailPanel-Tab-CloudPatch-ActionLabelDisabledStageChanges": "Stage Changes to Create Patch",
"CommitDetailPanel-Tab-CloudPatch-ActionLabelDisabledNoMessage": "Type a Message to Create Patch",
"CommitDetailPanel-Tab-CloudPatch-ActionLabelFromCommit": "Create Cloud Patch",
"CommitDetailPanel-Tab-CloudPatch-ActionLabelSingular": "Create a Shareable Cloud Patch from 1 File",
"CommitDetailPanel-Tab-CloudPatch-ActionLabelPlural": "Create a Shareable Cloud Patch from {0} Files",
"CommitDetailPanel-Tab-CodeSuggest-Label": "Code Suggest",
Expand Down Expand Up @@ -1812,6 +1816,7 @@
"SSH": "SSH",
"SSHKey": "SSH Key",
"SSHConfig": "SSH Config",
"SSHConfig-Disabled-Nodegit-Mode": "Disabled in nodegit mode",
"SSHConfig-GenerateNewKey": "Generate new Private/Public key",
"SSHConfig-GenerateNewKeyHelp": "This will create new keys and configure GitKraken Desktop to use them",
"SSHConfig-useGitCredentialManager": "Use default Git Credential Manager",
Expand Down Expand Up @@ -2713,6 +2718,16 @@
"OnboardingGuide-feedbackSubmittedSuccessfully": "Feedback submitted successfully!",
"OnboardingGuide-thankYouForSubmitYourFeedback": "Thank you for taking time to give us your feedback; it’s very important to us.",

"OnboardingTip-title-ACKNOWLEDGED_COMMIT_DETAIL_PANEL": "Commit Panel",
"OnboardingTip-description-ACKNOWLEDGED_COMMIT_DETAIL_PANEL": "Here you can inspect files to view diffs of changes in selected commits, or stage, unstage, and commit changes in your working directory.",
"OnboardingTip-learnMore-ACKNOWLEDGED_COMMIT_DETAIL_PANEL": "Learn more about the Commit Panel",
"OnboardingTip-title-ACKNOWLEDGED_LEFT_PANEL": "Left Panel",
"OnboardingTip-description1-ACKNOWLEDGED_LEFT_PANEL": "Here you'll find more details about your repository: local branches, remote branches, stashes, tags, etc. When you connect an integration, you'll also be able to see other related info like PRs, Issues, and GitHub Actions.",
"OnboardingTip-description2-ACKNOWLEDGED_LEFT_PANEL": "Right click anywhere in this panel to toggle sections on and off.",
"OnboardingTip-learnMore-ACKNOWLEDGED_LEFT_PANEL": "Learn more about the Left Panel",
"OnboardingTip-toggle-with": "Toggle with {0}",
"OnboardingTip-got-it": "Got it",

"OrganizationMember-Admin": "Admin",
"OrganizationMember-AlreadyMember": "{0} is already a member of this organization",
"OrganizationMember-ApproveInvite": "Approve",
Expand All @@ -2726,6 +2741,8 @@
"OrganizationMember-EnterEmailAddresses": "enter email addresses, separated by commas",
"OrganizationMember-Filter": "Search members by name, username, or email",
"OrganizationMember-Invite": "Invite",
"OrganizationMember-Invited": "Invited",
"OrganizationMember-InviteSent": "Invite sent",
"OrganizationMember-InviteMemberTitle": "Invite a user to your organization",
"OrganizationMember-SharePatchTitle": "Share Cloud Patch",
"OrganizationMember-ApproveOrDenyOnGKDotDev": "Approve or deny invitations on {0}",
Expand Down Expand Up @@ -2835,7 +2852,7 @@
"Error-ApplyingStashError": "Error Applying Stash",
"Error-CloneAnUnknownRepo": "Can't clone an unknown repo",
"Error-CommitFailed": "Commit failed",
"Error-SelectCommitFailed": "Error Selecting Commit",
"Error-SelectCommitFailed": "Error Changing Commit Selection",
"Error-RetreiveFileContentsFailed": "Error retrieving file contents",
"Error-CreatingStashError": "Error Creating Stash",
"Error-BranchNameEmpty": "Must fill in branch name",
Expand Down Expand Up @@ -2916,7 +2933,9 @@
"Error-PlinkNotFound": "Plink executable not found",
"Error-PullFailed": "Pull Failed",
"Error-PushFailed": "Push Failed",
"Error-PushFailedNoRemote": "There is no remote to push to, would you like to add one?",
"Error-PushFailedNoRemote": "There are no remotes to push to, would you like to add one?",
"Error-PullFailedNoRemote": "There are no remotes to pull from, would you like to add one?",
"Error-FetchFailedNoRemote": "There are no remotes to fetch from, would you like to add one?",
"Error-PushFailedWithName": "Push Failed: {0}",
"Error-PushUpdateReferenceFailed": "Push failed on {0}: {1}",
"Error-Marking-Read-State": "We were unable to update the read state of this notification. Please check your internet connection and try again",
Expand Down Expand Up @@ -4762,8 +4781,6 @@
"WorkspacePullRequestSection-RepoHeader": "Repo",
"WorkspacePullRequestSection-TitleHeader": "Title",
"WorkspacePullRequestSection-AuthorHeader": "Author",
"WorkspacePullRequestSection-AssignedToMe": "Assigned to Me",
"WorkspacePullRequestSection-NeedsMyReview": "Needs my review",
"WorkspacePullRequestSection-Open": "Open",
"WorkspacePullRequestSection-ChangesRequested": "This pull request has changes requested",
"WorkspacePullRequestSection-ReviewPending": "This pull request has pending reviews",
Expand All @@ -4781,9 +4798,6 @@
"WorkspacePullRequestSection-ComplexityTooltip": "PREVIEW: Complexity is currently based on the # of lines changed, # of files changed, and the # of commits in the pull request, and compared relatively to other pull requests in the list. These calculations may change.",

"WorkspaceIssuesSection-MyIssues": "MY ISSUES",
"WorkspaceIssuesSection-MyIssuesFilter": "Created by Me",
"WorkspaceIssuesSection-AssignedToMe": "Assigned to Me",
"WorkspaceIssuesSection-Mentioned": "Mentioned",
"WorkspaceIssuesSection-RepoHeader": "Repo",
"WorkspaceIssuesSection-TitleHeader": "Title",
"WorkspaceIssuesSection-AuthorHeader": "Author",
Expand Down Expand Up @@ -4895,6 +4909,10 @@
"FocusView-TypeFilterWIPs": "WIPs",
"FocusView-TypeFilterSnoozed": "Snoozed",
"FocusView-InvolvementFilterAll": "Mine",
"FocusView-InvolvementFilterOpenedByMe": "Created by Me",
"FocusView-InvolvementFilterAssignedToMe": "Assigned to Me",
"FocusView-InvolvementFilterNeedsReviewByMe": "Needs my review",
"FocusView-InvolvementFilterMentionedMe": "Mentioned",
"FocusView-Pin": "Pin",
"FocusView-UnPin": "Unpin",
"FocusView-RemoveFromLater": "Remove from snoozed",
Expand Down Expand Up @@ -4966,6 +4984,13 @@
"FocusView-WorkspaceX": "Workspace: {0}",
"FocusView-IssuesX": "Issues: {0} {1}",
"FocusView-ProjectX": "Project: {0} {1}",
"FocusView-AllLabels": "{0} All labels",
"FocusView-IssueLabels": "Issue Labels",
"FocusView-PullRequestLabels": "Pull Request Labels",
"FocusView-PlusN": "+{0}",
"FocusView-XOrgMembers": "{0} members",
"FocusView-ExternalCollaborators": "External collaborators",
"FocusView-FilterForTeamMembers": "Filter for specific team members here",

"FocusViewBuildStatus-ActionRequired": "Action required",
"FocusViewBuildStatus-Cancelled": "Some checks cancelled",
Expand Down Expand Up @@ -5029,7 +5054,8 @@
"FocusViewStatusBar-IsWaitingOnReview": "{0}/{1}#{2} is waiting on a review",
"FocusViewStatusBar-IsInDraft": "{0}/{1}#{2} is in draft",
"FocusViewStatusBar-NoPullRequests": "No Pull Requests",
"FocusViewStatusBar-NoIntegrationConnected": "No integration connected",
"FocusViewStatusBar-SelectAnIntegration": "Select an integration",
"FocusViewStatusBar-ConnectAnIntegration": "Connect an integration",
"FocusViewStatusBar-PRsReadyToMerge": "PRs are ready to merge",
"FocusViewStatusBar-PRsWithNoReviewers": "PRs with no assigned reviewers",
"FocusViewStatusBar-PRsFailingCI": "PRs failing CI",
Expand Down