Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2023-05-21 00:47:35 +00:00
Родитель 09f1eb3cf0
Коммит a81023f00b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
4 изменённых файлов: 66 добавлений и 42 удалений

Просмотреть файл

@ -6,7 +6,7 @@ OC.L10N.register(
"GitHub notifications" : "الإشعارات العامة", "GitHub notifications" : "الإشعارات العامة",
"Comment" : "تعليق", "Comment" : "تعليق",
"Bad HTTP method" : "دالة HTTP غير صحيحة", "Bad HTTP method" : "دالة HTTP غير صحيحة",
"Bad credentials" : "رموز التعريف غير صحيحة", "Bad credentials" : "معلومات تسجيل الدخول غير صحيحة",
"OAuth access token refused" : "أمارة token مرفوضة", "OAuth access token refused" : "أمارة token مرفوضة",
"Connected accounts" : "حسابات مترابطة", "Connected accounts" : "حسابات مترابطة",
"Client ID" : "معرف العميل", "Client ID" : "معرف العميل",

Просмотреть файл

@ -4,7 +4,7 @@
"GitHub notifications" : "الإشعارات العامة", "GitHub notifications" : "الإشعارات العامة",
"Comment" : "تعليق", "Comment" : "تعليق",
"Bad HTTP method" : "دالة HTTP غير صحيحة", "Bad HTTP method" : "دالة HTTP غير صحيحة",
"Bad credentials" : "رموز التعريف غير صحيحة", "Bad credentials" : "معلومات تسجيل الدخول غير صحيحة",
"OAuth access token refused" : "أمارة token مرفوضة", "OAuth access token refused" : "أمارة token مرفوضة",
"Connected accounts" : "حسابات مترابطة", "Connected accounts" : "حسابات مترابطة",
"Client ID" : "معرف العميل", "Client ID" : "معرف العميل",

Просмотреть файл

@ -1,57 +1,69 @@
OC.L10N.register( OC.L10N.register(
"integration_github", "integration_github",
{ {
"GitHub" : "Github", "GitHub" : "GitHub",
"Error getting OAuth access token" : "获取 OAuth 访问令牌时出错", "Error getting OAuth access token" : "获取 OAuth 访问令牌时出错",
"Error during OAuth exchanges" : "交换 OAuth 时出错", "Error during OAuth exchanges" : "交换 OAuth 时出错",
"GitHub notifications" : "GitHub 通知", "GitHub notifications" : "GitHub通知",
"More notifications" : "更多通知", "More notifications" : "更多通知",
"GitHub code permalink" : "GitHub程序代码永久链接", "GitHub code permalink" : "GitHub程序代码永久链接",
"GitHub issues, pull requests and comments" : "GitHub议题、拉取请求与评论", "GitHub issues, pull requests and comments" : "GitHub议题、拉取请求与评论",
"Comment" : "评论", "Comment" : "评论",
"GitHub issues and pull requests" : "GitHub issues 和 pull requests", "GitHub issues and pull requests" : "GitHub议题和拉取请求",
"GitHub repositories" : "GitHub 仓库", "GitHub repositories" : "GitHub仓库",
"Bad HTTP method" : "错误的HTTP方法", "Bad HTTP method" : "错误的HTTP方法",
"Bad credentials" : "错误的凭据", "Bad credentials" : "错误的凭据",
"OAuth access token refused" : "OAuth 访问令牌拒绝", "OAuth access token refused" : "OAuth 访问令牌拒绝",
"Connected accounts" : "关联账号", "Connected accounts" : "关联账号",
"GitHub integration" : "GitHub 集成", "GitHub integration" : "GitHub集成",
"Integration of GitHub software development management service" : "集成GitHub软件开发管理服务", "Integration of GitHub software development management service" : "集成GitHub软件开发管理服务",
"If you want to allow your Nextcloud users to use OAuth to authenticate to https://github.com, create an OAuth application in your GitHub settings." : "如果您想要允许您的Nextcloud用户使用OAuth对 https://github.com 进行身份验证请在您的GitHub设置中创建一个OAuth应用。", "If you want to allow your Nextcloud users to use OAuth to authenticate to https://github.com, create an OAuth application in your GitHub settings." : "如果您想要允许您的Nextcloud用户使用OAuth对 https://github.com 进行身份验证请在您的GitHub设置中创建一个OAuth应用。",
"GitHub OAuth settings" : "GitHub OAuth设置", "GitHub OAuth settings" : "GitHub OAuth设置",
"Make sure you set the \"Authorization callback URL\" to" : "确定您将 \"Authorization callback URL\" 设定为", "Make sure you set the \"Authorization callback URL\" to" : "确保您将 \"验证重定向URL\" 设定为",
"Put the OAuth app \"Client ID\" and \"Client secret\" below." : "在下面输入OAuth应用“Client ID”和“Client secret”。", "Put the OAuth app \"Client ID\" and \"Client secret\" below." : "在下面输入OAuth应用“Client ID”和“Client secret”。",
"Your Nextcloud users will then see a \"Connect to GitHub\" button in their personal settings." : "您的 Nextcloud 用户将会在他们的个人设置中看到 “连接到Github” 按钮。", "Your Nextcloud users will then see a \"Connect to GitHub\" button in their personal settings." : "您的 Nextcloud 用户将会在他们的个人设置中看到 “连接到Github” 按钮。",
"Client ID" : "客户端 ID", "Client ID" : "客户端ID",
"Client ID of your GitHub application" : "GitHub应用程序的 Client ID", "Client ID of your GitHub application" : "您的GitHub应用程序的客户端ID",
"Client secret" : "客户端密钥", "Client secret" : "客户端密钥",
"Client secret of your GitHub application" : "GitHub应用程序的 Client secret", "Client secret of your GitHub application" : "GitHub应用程序的 Client secret",
"The default access token will be used for link previews and unified search by users who didn't connect to GitHub." : "默认的访问令牌将会用于让未连接到GitHub的用户进行链接预览与统一搜索。",
"Default access token" : "默认访问令牌", "Default access token" : "默认访问令牌",
"personal access token" : "个人访问令牌", "personal access token" : "个人访问令牌",
"GitHub admin options saved" : "GitHub 管理员选项已保存", "Use default access token for anonymous users" : "为匿名用户使用默认访问令牌",
"Failed to save GitHub admin options" : "无法保存 GitHub 管理员选项", "Use default access token for guest users" : "为访客用户使用默认访问令牌",
"GitHub personal access tokens" : "GitHub 个人访问令牌", "Use a popup to authenticate" : "使用弹出窗口进行验证",
"Enable GitHub link previews" : "启用GitHub链接预览",
"GitHub admin options saved" : "已保存GitHub管理员选项",
"Failed to save GitHub admin options" : "保存GitHub管理员选项失败",
"GitHub personal access tokens" : "GitHub个人访问令牌",
"Enable navigation link" : "启用导航链接", "Enable navigation link" : "启用导航链接",
"Personal access token" : "个人访问令牌", "Personal access token" : "个人访问令牌",
"GitHub personal access token" : "GitHub 个人访问令牌", "GitHub personal access token" : "GitHub个人访问令牌",
"Connect to GitHub" : "连接到GitHub", "Connect to GitHub" : "连接到GitHub",
"Connected as {user}" : "作为 {user} 已连接", "Connected as {user}" : "作为 {user} 已连接",
"Disconnect from GitHub" : "与GitHub断开连接", "Disconnect from GitHub" : "与GitHub断开连接",
"Warning, everything you type in the search bar will be sent to GitHub." : "警告:您在搜索栏中输入的所有内容都将发送到 GitHub。", "Enable searching for issues and pull requests" : "启用议题与拉取请求搜索",
"Connected to GitHub!" : "已连接到 GitHub", "Warning, everything you type in the search bar will be sent to GitHub." : "警告您在搜索栏中输入的所有内容都将发送到GitHub。",
"GitHub OAuth error:" : "GitHub OAuth 错误:", "Connected to GitHub!" : "已连接到GitHub",
"GitHub options saved" : "GitHub 选项已保存", "GitHub OAuth error:" : "GitHub OAuth错误",
"Failed to save GitHub options" : "保存 GitHub 选项失败", "GitHub options saved" : "已保存GitHub选项",
"Failed to save GitHub options" : "保存GitHub选项失败",
"Mark as read" : "标记为已读", "Mark as read" : "标记为已读",
"Unsubscribe" : "取消订阅", "Unsubscribe" : "取消订阅",
"No GitHub account connected" : "未连接至 GitHub 账号", "No GitHub account connected" : "未连接至GitHub账号",
"Error connecting to GitHub" : "连接到GitHub时发生错误", "Error connecting to GitHub" : "连接到GitHub时发生错误",
"No GitHub notifications!" : "无 GitHub 通知!", "No GitHub notifications!" : "无GitHub通知",
"Failed to get GitHub notifications" : "获取GitHub通知失败",
"Successfully unsubscribed" : "退订成功", "Successfully unsubscribed" : "退订成功",
"Failed to edit GitHub notification" : "编辑GitHub通知失败",
"GitHub API error" : "GitHub API错误",
"Unknown error" : "未知错误", "Unknown error" : "未知错误",
"GitHub connected accounts settings" : "GitHub已连接账户设置",
"Author" : "作者", "Author" : "作者",
"Owner" : "所有者", "Owner" : "所有者",
"Open issue" : "开启议题",
"Closed issue" : "已关闭的议题",
"Draft" : "草稿", "Draft" : "草稿",
"Failed to save GitHub OAuth state" : "保存 GitHub OAuth 状态失败" "Failed to save GitHub OAuth state" : "保存GitHub OAuth状态失败"
}, },
"nplurals=1; plural=0;"); "nplurals=1; plural=0;");

Просмотреть файл

@ -1,55 +1,67 @@
{ "translations": { { "translations": {
"GitHub" : "Github", "GitHub" : "GitHub",
"Error getting OAuth access token" : "获取 OAuth 访问令牌时出错", "Error getting OAuth access token" : "获取 OAuth 访问令牌时出错",
"Error during OAuth exchanges" : "交换 OAuth 时出错", "Error during OAuth exchanges" : "交换 OAuth 时出错",
"GitHub notifications" : "GitHub 通知", "GitHub notifications" : "GitHub通知",
"More notifications" : "更多通知", "More notifications" : "更多通知",
"GitHub code permalink" : "GitHub程序代码永久链接", "GitHub code permalink" : "GitHub程序代码永久链接",
"GitHub issues, pull requests and comments" : "GitHub议题、拉取请求与评论", "GitHub issues, pull requests and comments" : "GitHub议题、拉取请求与评论",
"Comment" : "评论", "Comment" : "评论",
"GitHub issues and pull requests" : "GitHub issues 和 pull requests", "GitHub issues and pull requests" : "GitHub议题和拉取请求",
"GitHub repositories" : "GitHub 仓库", "GitHub repositories" : "GitHub仓库",
"Bad HTTP method" : "错误的HTTP方法", "Bad HTTP method" : "错误的HTTP方法",
"Bad credentials" : "错误的凭据", "Bad credentials" : "错误的凭据",
"OAuth access token refused" : "OAuth 访问令牌拒绝", "OAuth access token refused" : "OAuth 访问令牌拒绝",
"Connected accounts" : "关联账号", "Connected accounts" : "关联账号",
"GitHub integration" : "GitHub 集成", "GitHub integration" : "GitHub集成",
"Integration of GitHub software development management service" : "集成GitHub软件开发管理服务", "Integration of GitHub software development management service" : "集成GitHub软件开发管理服务",
"If you want to allow your Nextcloud users to use OAuth to authenticate to https://github.com, create an OAuth application in your GitHub settings." : "如果您想要允许您的Nextcloud用户使用OAuth对 https://github.com 进行身份验证请在您的GitHub设置中创建一个OAuth应用。", "If you want to allow your Nextcloud users to use OAuth to authenticate to https://github.com, create an OAuth application in your GitHub settings." : "如果您想要允许您的Nextcloud用户使用OAuth对 https://github.com 进行身份验证请在您的GitHub设置中创建一个OAuth应用。",
"GitHub OAuth settings" : "GitHub OAuth设置", "GitHub OAuth settings" : "GitHub OAuth设置",
"Make sure you set the \"Authorization callback URL\" to" : "确定您将 \"Authorization callback URL\" 设定为", "Make sure you set the \"Authorization callback URL\" to" : "确保您将 \"验证重定向URL\" 设定为",
"Put the OAuth app \"Client ID\" and \"Client secret\" below." : "在下面输入OAuth应用“Client ID”和“Client secret”。", "Put the OAuth app \"Client ID\" and \"Client secret\" below." : "在下面输入OAuth应用“Client ID”和“Client secret”。",
"Your Nextcloud users will then see a \"Connect to GitHub\" button in their personal settings." : "您的 Nextcloud 用户将会在他们的个人设置中看到 “连接到Github” 按钮。", "Your Nextcloud users will then see a \"Connect to GitHub\" button in their personal settings." : "您的 Nextcloud 用户将会在他们的个人设置中看到 “连接到Github” 按钮。",
"Client ID" : "客户端 ID", "Client ID" : "客户端ID",
"Client ID of your GitHub application" : "GitHub应用程序的 Client ID", "Client ID of your GitHub application" : "您的GitHub应用程序的客户端ID",
"Client secret" : "客户端密钥", "Client secret" : "客户端密钥",
"Client secret of your GitHub application" : "GitHub应用程序的 Client secret", "Client secret of your GitHub application" : "GitHub应用程序的 Client secret",
"The default access token will be used for link previews and unified search by users who didn't connect to GitHub." : "默认的访问令牌将会用于让未连接到GitHub的用户进行链接预览与统一搜索。",
"Default access token" : "默认访问令牌", "Default access token" : "默认访问令牌",
"personal access token" : "个人访问令牌", "personal access token" : "个人访问令牌",
"GitHub admin options saved" : "GitHub 管理员选项已保存", "Use default access token for anonymous users" : "为匿名用户使用默认访问令牌",
"Failed to save GitHub admin options" : "无法保存 GitHub 管理员选项", "Use default access token for guest users" : "为访客用户使用默认访问令牌",
"GitHub personal access tokens" : "GitHub 个人访问令牌", "Use a popup to authenticate" : "使用弹出窗口进行验证",
"Enable GitHub link previews" : "启用GitHub链接预览",
"GitHub admin options saved" : "已保存GitHub管理员选项",
"Failed to save GitHub admin options" : "保存GitHub管理员选项失败",
"GitHub personal access tokens" : "GitHub个人访问令牌",
"Enable navigation link" : "启用导航链接", "Enable navigation link" : "启用导航链接",
"Personal access token" : "个人访问令牌", "Personal access token" : "个人访问令牌",
"GitHub personal access token" : "GitHub 个人访问令牌", "GitHub personal access token" : "GitHub个人访问令牌",
"Connect to GitHub" : "连接到GitHub", "Connect to GitHub" : "连接到GitHub",
"Connected as {user}" : "作为 {user} 已连接", "Connected as {user}" : "作为 {user} 已连接",
"Disconnect from GitHub" : "与GitHub断开连接", "Disconnect from GitHub" : "与GitHub断开连接",
"Warning, everything you type in the search bar will be sent to GitHub." : "警告:您在搜索栏中输入的所有内容都将发送到 GitHub。", "Enable searching for issues and pull requests" : "启用议题与拉取请求搜索",
"Connected to GitHub!" : "已连接到 GitHub", "Warning, everything you type in the search bar will be sent to GitHub." : "警告您在搜索栏中输入的所有内容都将发送到GitHub。",
"GitHub OAuth error:" : "GitHub OAuth 错误:", "Connected to GitHub!" : "已连接到GitHub",
"GitHub options saved" : "GitHub 选项已保存", "GitHub OAuth error:" : "GitHub OAuth错误",
"Failed to save GitHub options" : "保存 GitHub 选项失败", "GitHub options saved" : "已保存GitHub选项",
"Failed to save GitHub options" : "保存GitHub选项失败",
"Mark as read" : "标记为已读", "Mark as read" : "标记为已读",
"Unsubscribe" : "取消订阅", "Unsubscribe" : "取消订阅",
"No GitHub account connected" : "未连接至 GitHub 账号", "No GitHub account connected" : "未连接至GitHub账号",
"Error connecting to GitHub" : "连接到GitHub时发生错误", "Error connecting to GitHub" : "连接到GitHub时发生错误",
"No GitHub notifications!" : "无 GitHub 通知!", "No GitHub notifications!" : "无GitHub通知",
"Failed to get GitHub notifications" : "获取GitHub通知失败",
"Successfully unsubscribed" : "退订成功", "Successfully unsubscribed" : "退订成功",
"Failed to edit GitHub notification" : "编辑GitHub通知失败",
"GitHub API error" : "GitHub API错误",
"Unknown error" : "未知错误", "Unknown error" : "未知错误",
"GitHub connected accounts settings" : "GitHub已连接账户设置",
"Author" : "作者", "Author" : "作者",
"Owner" : "所有者", "Owner" : "所有者",
"Open issue" : "开启议题",
"Closed issue" : "已关闭的议题",
"Draft" : "草稿", "Draft" : "草稿",
"Failed to save GitHub OAuth state" : "保存 GitHub OAuth 状态失败" "Failed to save GitHub OAuth state" : "保存GitHub OAuth状态失败"
},"pluralForm" :"nplurals=1; plural=0;" },"pluralForm" :"nplurals=1; plural=0;"
} }