[skip ci] Updated translations via Crowdin
This commit is contained in:
parent
47bb06236d
commit
3898fc5bda
4 changed files with 27 additions and 0 deletions
|
@ -2,6 +2,7 @@ home=ホーム
|
|||
dashboard=ダッシュボード
|
||||
explore=エクスプローラー
|
||||
help=ヘルプ
|
||||
logo=ロゴ
|
||||
sign_in=サインイン
|
||||
sign_in_with=こちらでサインイン
|
||||
sign_out=サインアウト
|
||||
|
@ -716,6 +717,9 @@ generate_token_success=あなたの新しいトークンを生成しました。
|
|||
generate_token_name_duplicate=アプリケーション名 <strong>%s</strong> は既に使われています。他の名前を使用してください。
|
||||
delete_token=削除
|
||||
access_token_deletion=アクセストークンの削除
|
||||
access_token_deletion_cancel_action=キャンセル
|
||||
access_token_deletion_confirm_action=削除
|
||||
access_token_deletion_desc=トークンを削除すると、それを使用しているアプリケーションは、アカウントへのアクセスができなくなります。これは元に戻せません。続行しますか?
|
||||
delete_token_success=トークンを削除しました。 削除したトークンを使用しているアプリケーションは、今後あなたのアカウントにアクセスできません。
|
||||
|
||||
manage_oauth2_applications=OAuth2アプリケーションの管理
|
||||
|
@ -858,6 +862,7 @@ default_branch=デフォルトブランチ
|
|||
default_branch_helper=デフォルトブランチはプルリクエストとコードコミットのベースブランチとなります。
|
||||
mirror_prune=Prune
|
||||
mirror_prune_desc=不要になった古いリモートトラッキング参照を削除
|
||||
mirror_interval=ミラー間隔 (有効な時間の単位は'h'、'm'、's')。 自動的な同期を無効にする場合は0。(最小間隔: %s)
|
||||
mirror_interval_invalid=ミラー間隔が不正です。
|
||||
mirror_address=クローンするURL
|
||||
mirror_address_desc=必要な資格情報は「認証」セクションに設定してください。
|
||||
|
@ -1806,6 +1811,9 @@ settings.tracker_url_format_error=外部のイシュートラッカーのURLが
|
|||
settings.tracker_issue_style=外部イシュートラッカーの番号形式
|
||||
settings.tracker_issue_style.numeric=数値
|
||||
settings.tracker_issue_style.alphanumeric=英数字
|
||||
settings.tracker_issue_style.regexp=正規表現
|
||||
settings.tracker_issue_style.regexp_pattern=正規表現パターン
|
||||
settings.tracker_issue_style.regexp_pattern_desc=最初のキャプチャグループが <code>{index}</code> に使用されます。
|
||||
settings.tracker_url_format_desc=<code>{user}</code>, <code>{repo}</code>, <code>{index}</code> を、ユーザー名、リポジトリ名、イシュー番号のプレースホルダ―として使用してください。
|
||||
settings.enable_timetracker=タイムトラッキングを有効にする
|
||||
settings.allow_only_contributors_to_track_time=コントリビューターだけタイムトラッキングする
|
||||
|
@ -2281,6 +2289,8 @@ topic.done=完了
|
|||
topic.count_prompt=選択できるのは25トピックまでです。
|
||||
topic.format_prompt=トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
||||
|
||||
find_file.go_to_file=ファイルへ移動
|
||||
find_file.no_matching=一致するファイルが見つかりません
|
||||
|
||||
error.csv.too_large=このファイルは大きすぎるため表示できません。
|
||||
error.csv.unexpected=このファイルは %d 行目の %d 文字目に予期しない文字が含まれているため表示できません。
|
||||
|
|
|
@ -566,6 +566,7 @@ comment_type_group_branch=Ramo
|
|||
comment_type_group_time_tracking=Contagem de tempo
|
||||
comment_type_group_deadline=Prazo
|
||||
comment_type_group_dependency=Dependência
|
||||
comment_type_group_lock=Estado do bloqueio
|
||||
comment_type_group_review_request=Pedido de revisão
|
||||
comment_type_group_pull_request_push=Cometimentos adicionados
|
||||
comment_type_group_project=Planeamento
|
||||
|
@ -1810,6 +1811,9 @@ settings.tracker_url_format_error=O formato do URL do gestor de questões extern
|
|||
settings.tracker_issue_style=Formato dos números do gestor de questões externo
|
||||
settings.tracker_issue_style.numeric=Numérico
|
||||
settings.tracker_issue_style.alphanumeric=Alfanumérico
|
||||
settings.tracker_issue_style.regexp=Expressão Regular
|
||||
settings.tracker_issue_style.regexp_pattern=Padrão da expressão regular
|
||||
settings.tracker_issue_style.regexp_pattern_desc=O primeiro grupo capturado será usado no lugar de <code>{index}</code>.
|
||||
settings.tracker_url_format_desc=Use os marcadores <code>{user}</code>, <code>{repo}</code> e <code>{index}</code> para o nome de utilizador, nome do repositório e índice das questões.
|
||||
settings.enable_timetracker=Habilitar a contagem de tempo
|
||||
settings.allow_only_contributors_to_track_time=Permitir a contagem de tempo somente aos contribuidores
|
||||
|
|
|
@ -717,6 +717,9 @@ generate_token_success=新令牌生成成功。请拷贝因为令牌将只会显
|
|||
generate_token_name_duplicate=<strong>%s</strong> 已被用作应用程序名称。请使用一个新的名称。
|
||||
delete_token=删除令牌
|
||||
access_token_deletion=删除 Access Token
|
||||
access_token_deletion_cancel_action=取消
|
||||
access_token_deletion_confirm_action=刪除
|
||||
access_token_deletion_desc=删除令牌将撤销程序对您账户的访问权限。此操作无法撤消。是否继续?
|
||||
delete_token_success=令牌已经被删除。使用该令牌的应用将不再能够访问你的账号。
|
||||
|
||||
manage_oauth2_applications=管理 OAuth2 应用程序
|
||||
|
@ -1808,6 +1811,9 @@ settings.tracker_url_format_error=外部工单链接无效
|
|||
settings.tracker_issue_style=外部工单管理系统的编号格式
|
||||
settings.tracker_issue_style.numeric=纯数字形式
|
||||
settings.tracker_issue_style.alphanumeric=英文字母数字组合形式
|
||||
settings.tracker_issue_style.regexp=正则表达式
|
||||
settings.tracker_issue_style.regexp_pattern=正则表达式模式
|
||||
settings.tracker_issue_style.regexp_pattern_desc=第一个被捕获的组将取代 <code>{index}</code>。
|
||||
settings.tracker_url_format_desc=使用占位符 <code>{user}</code>, <code>{repo}</code> 和 <code>{index}</code> 作为用户名、仓库名和工单索引。
|
||||
settings.enable_timetracker=启用时间跟踪
|
||||
settings.allow_only_contributors_to_track_time=仅允许成员跟踪时间
|
||||
|
@ -2283,6 +2289,8 @@ topic.done=保存
|
|||
topic.count_prompt=您最多选择25个主题
|
||||
topic.format_prompt=主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
||||
|
||||
find_file.go_to_file=转到文件
|
||||
find_file.no_matching=没有找到匹配的文件
|
||||
|
||||
error.csv.too_large=无法渲染此文件,因为它太大了。
|
||||
error.csv.unexpected=无法渲染此文件,因为它包含了意外字符,其位于第 %d 行和第 %d 列。
|
||||
|
|
|
@ -1789,6 +1789,9 @@ settings.tracker_url_format_error=該外部問題追蹤器 URL 格式無效。
|
|||
settings.tracker_issue_style=外部問題追蹤器的編號格式
|
||||
settings.tracker_issue_style.numeric=數字
|
||||
settings.tracker_issue_style.alphanumeric=字母及數字
|
||||
settings.tracker_issue_style.regexp=正規表示式
|
||||
settings.tracker_issue_style.regexp_pattern=正規表示式模式
|
||||
settings.tracker_issue_style.regexp_pattern_desc=第一個捕捉到的群組會用來取代 <code>{index}</code>。
|
||||
settings.tracker_url_format_desc=使用占位符 <code>{user}</code>, <code>{repo}</code> 和 <code>{index}</code> 代表帳號、儲存庫名稱和問題編號。
|
||||
settings.enable_timetracker=啟用時間追蹤
|
||||
settings.allow_only_contributors_to_track_time=只讓貢獻者追蹤時間
|
||||
|
@ -3000,4 +3003,6 @@ error.no_unit_allowed_repo=您未被允許存取此儲存庫的任何區域。
|
|||
error.unit_not_allowed=您未被允許訪問此儲存庫區域
|
||||
|
||||
[packages]
|
||||
dependency.id=ID
|
||||
dependency.version=版本
|
||||
|
||||
|
|
Reference in a new issue