mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 22:11:40 +07:00
[updater] sorting translations to make automated updates easier to review (IJI-1385)
GitOrigin-RevId: d4a7c5c0e06e3108fe824212f9b6068629bd8185
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8e9aa1fae8
commit
73f3d11b8c
@@ -1,57 +1,47 @@
|
||||
main.title=更新
|
||||
error.title=更新エラー
|
||||
button.cancel=キャンセル
|
||||
confirm.abort=パッチはまだ適用されていません。\n操作を中断しますか?
|
||||
button.abort=中断
|
||||
button.continue=続行
|
||||
|
||||
access.denied=アクセスが拒否されました
|
||||
file.locked=次がロック中: {0}
|
||||
file.modified=変更済み
|
||||
file.absent=欠落
|
||||
file.exists=すでに存在しています
|
||||
file.unexpected=予期しないファイル
|
||||
|
||||
conflicts.header=インストール領域でいくつかの競合が見つかりました。
|
||||
conflicts.text.1='解決策' 列から希望の解決策を選択して '続行' を押してください。\n\
|
||||
更新を続行しない場合は 'キャンセル' を押して終了してください。
|
||||
conflicts.text.2=以下の競合には解決策がないため、パッチを適用できません。\n\
|
||||
開発者ウェブサイトからこのバージョンをダウンロードして最初から再インストールしてください。\n\
|
||||
終了するには 'キャンセル' を押してください。
|
||||
column.file=ファイル
|
||||
action.create=作成
|
||||
action.delete=削除
|
||||
action.update=更新
|
||||
action.validate=検証
|
||||
apply.failed=パッチの適用中にエラーが発生しました:\n{0}: {1}
|
||||
applying.patch=パッチを適用中…
|
||||
backing.up.files=ファイルをバックアップ中…
|
||||
button.abort=中断
|
||||
button.cancel=キャンセル
|
||||
button.continue=続行
|
||||
button.proceed=続行
|
||||
cleaning.up=クリーンアップ中…
|
||||
column.action=アクション
|
||||
column.file=ファイル
|
||||
column.problem=問題
|
||||
column.solution=解決策
|
||||
action.create=作成
|
||||
action.update=更新
|
||||
action.delete=削除
|
||||
action.validate=検証
|
||||
option.ignore=無視
|
||||
option.keep=保持
|
||||
option.replace=置換
|
||||
option.delete=削除
|
||||
option.kill.process=プロセスを強制終了
|
||||
button.proceed=続行
|
||||
|
||||
updating.x.to.y={0} を {1} に更新中
|
||||
invalid.target.directory=ターゲットディレクトリが無効です: {0}
|
||||
|
||||
extracting.patch.file=パッチファイルを抽出中…
|
||||
extracting.patch.files=パッチファイルを抽出中…
|
||||
validating.installation=インストールを検証中…
|
||||
backing.up.files=ファイルをバックアップ中…
|
||||
preparing.update=更新を準備中…
|
||||
applying.patch=パッチを適用中…
|
||||
reverting=取り消し中…
|
||||
cleaning.up=クリーンアップ中…
|
||||
|
||||
prepare.failed=パッチの準備中にエラーが発生しました:\n{0}: {1}
|
||||
extract.failed={0} の抽出中にエラーが発生しました:\n{1}: {2}
|
||||
apply.failed=パッチの適用中にエラーが発生しました:\n{0}: {1}
|
||||
revert.failed=パッチの取り消し中にエラーが発生しました:\n{0}: {1}
|
||||
|
||||
nothing.changed.retry=変更されたファイルはありません。パッチの適用を再試行してください。
|
||||
confirm.abort=パッチはまだ適用されていません。\n操作を中断しますか?
|
||||
conflicts.header=インストール領域でいくつかの競合が見つかりました。
|
||||
conflicts.text.1='解決策' 列から希望の解決策を選択して '続行' を押してください。\n更新を続行しない場合は 'キャンセル' を押して終了してください。
|
||||
conflicts.text.2=以下の競合には解決策がないため、パッチを適用できません。\n開発者ウェブサイトからこのバージョンをダウンロードして最初から再インストールしてください。\n終了するには 'キャンセル' を押してください。
|
||||
corrupted.reinstall=ファイルが破損している可能性があります。IDE を再インストールしてください。
|
||||
corrupted.reverting=ファイルが破損している可能性があります。パッチは変更の取り消しを試みます。
|
||||
|
||||
error.title=更新エラー
|
||||
extract.failed={0} の抽出中にエラーが発生しました:\n{1}: {2}
|
||||
extracting.patch.file=パッチファイルを抽出中…
|
||||
extracting.patch.files=パッチファイルを抽出中…
|
||||
file.absent=欠落
|
||||
file.exists=すでに存在しています
|
||||
file.locked=次がロック中: {0}
|
||||
file.modified=変更済み
|
||||
file.unexpected=予期しないファイル
|
||||
invalid.target.directory=ターゲットディレクトリが無効です: {0}
|
||||
main.title=更新
|
||||
nothing.changed.retry=変更されたファイルはありません。パッチの適用を再試行してください。
|
||||
option.delete=削除
|
||||
option.ignore=無視
|
||||
option.keep=保持
|
||||
option.kill.process=プロセスを強制終了
|
||||
option.replace=置換
|
||||
prepare.failed=パッチの準備中にエラーが発生しました:\n{0}: {1}
|
||||
preparing.update=更新を準備中…
|
||||
revert.failed=パッチの取り消し中にエラーが発生しました:\n{0}: {1}
|
||||
reverting=取り消し中…
|
||||
see.log=詳細はログを参照してください: {0}
|
||||
updating.x.to.y={0} を {1} に更新中
|
||||
validating.installation=インストールを検証中…
|
||||
|
||||
@@ -1,57 +1,47 @@
|
||||
main.title=업데이트
|
||||
error.title=업데이트 오류
|
||||
button.cancel=취소
|
||||
confirm.abort=패치가 아직 적용되지 않았습니다.\n작업을 중단하시겠어요?
|
||||
button.abort=중단
|
||||
button.continue=계속
|
||||
|
||||
access.denied=액세스 거부됨
|
||||
file.locked=다음에 의해 잠김: {0}
|
||||
file.modified=수정됨
|
||||
file.absent=없음
|
||||
file.exists=이미 있습니다
|
||||
file.unexpected=예기치 않은 파일
|
||||
|
||||
conflicts.header=설치 영역에서 일부 충돌이 발견되었습니다.
|
||||
conflicts.text.1='솔루션' 열에서 원하는 솔루션을 선택하고 '진행'을 누르세요.\n\
|
||||
업데이트를 하지 않으려면 '취소'를 눌러 종료하세요.
|
||||
conflicts.text.2=아래의 충돌 중 일부는 솔루션이 없어 패치가 적용될 수 없습니다.\n\
|
||||
개발자 웹사이트에서 이 버전을 다운로드하고 처음부터 다시 설치하세요.\n\
|
||||
종료하려면 '취소'를 누르세요.
|
||||
column.file=파일
|
||||
action.create=생성
|
||||
action.delete=삭제
|
||||
action.update=업데이트
|
||||
action.validate=유효성 검사
|
||||
apply.failed=패치를 적용하는 중에 오류가 발생했습니다.\n{0}: {1}
|
||||
applying.patch=패치 적용 중…
|
||||
backing.up.files=파일 백업 중…
|
||||
button.abort=중단
|
||||
button.cancel=취소
|
||||
button.continue=계속
|
||||
button.proceed=진행
|
||||
cleaning.up=정리 중…
|
||||
column.action=액션
|
||||
column.file=파일
|
||||
column.problem=문제
|
||||
column.solution=솔루션
|
||||
action.create=생성
|
||||
action.update=업데이트
|
||||
action.delete=삭제
|
||||
action.validate=유효성 검사
|
||||
option.ignore=무시
|
||||
option.keep=유지
|
||||
option.replace=바꾸기
|
||||
option.delete=삭제
|
||||
option.kill.process=프로세스 강제 종료
|
||||
button.proceed=진행
|
||||
|
||||
updating.x.to.y={0}에서 {1}(으)로 업데이트하는 중
|
||||
invalid.target.directory=잘못된 타깃 디렉터리: {0}
|
||||
|
||||
extracting.patch.file=패치 파일 추출 중…
|
||||
extracting.patch.files=패치 파일 추출 중…
|
||||
validating.installation=설치 검사 중…
|
||||
backing.up.files=파일 백업 중…
|
||||
preparing.update=업데이트 준비 중…
|
||||
applying.patch=패치 적용 중…
|
||||
reverting=되돌리는 중…
|
||||
cleaning.up=정리 중…
|
||||
|
||||
prepare.failed=패치를 준비하는 중에 오류가 발생했습니다.\n{0}: {1}
|
||||
extract.failed={0}을(를) 추출하는 중에 오류가 발생했습니다.\n{1}: {2}
|
||||
apply.failed=패치를 적용하는 중에 오류가 발생했습니다.\n{0}: {1}
|
||||
revert.failed=패치를 되돌리는 중에 오류가 발생했습니다.\n{0}: {1}
|
||||
|
||||
nothing.changed.retry=변경된 파일이 없습니다. 패치를 다시 적용해 보세요.
|
||||
confirm.abort=패치가 아직 적용되지 않았습니다.\n작업을 중단하시겠어요?
|
||||
conflicts.header=설치 영역에서 일부 충돌이 발견되었습니다.
|
||||
conflicts.text.1='솔루션' 열에서 원하는 솔루션을 선택하고 '진행'을 누르세요.\n업데이트를 하지 않으려면 '취소'를 눌러 종료하세요.
|
||||
conflicts.text.2=아래의 충돌 중 일부는 솔루션이 없어 패치가 적용될 수 없습니다.\n개발자 웹사이트에서 이 버전을 다운로드하고 처음부터 다시 설치하세요.\n종료하려면 '취소'를 누르세요.
|
||||
corrupted.reinstall=파일이 손상되었을 수 있습니다. IDE를 재설치하세요.
|
||||
corrupted.reverting=파일이 손상되었을 수 있습니다. 패치가 변경 사항을 되돌리기 위해 시도합니다.
|
||||
|
||||
error.title=업데이트 오류
|
||||
extract.failed={0}을(를) 추출하는 중에 오류가 발생했습니다.\n{1}: {2}
|
||||
extracting.patch.file=패치 파일 추출 중…
|
||||
extracting.patch.files=패치 파일 추출 중…
|
||||
file.absent=없음
|
||||
file.exists=이미 있습니다
|
||||
file.locked=다음에 의해 잠김: {0}
|
||||
file.modified=수정됨
|
||||
file.unexpected=예기치 않은 파일
|
||||
invalid.target.directory=잘못된 타깃 디렉터리: {0}
|
||||
main.title=업데이트
|
||||
nothing.changed.retry=변경된 파일이 없습니다. 패치를 다시 적용해 보세요.
|
||||
option.delete=삭제
|
||||
option.ignore=무시
|
||||
option.keep=유지
|
||||
option.kill.process=프로세스 강제 종료
|
||||
option.replace=바꾸기
|
||||
prepare.failed=패치를 준비하는 중에 오류가 발생했습니다.\n{0}: {1}
|
||||
preparing.update=업데이트 준비 중…
|
||||
revert.failed=패치를 되돌리는 중에 오류가 발생했습니다.\n{0}: {1}
|
||||
reverting=되돌리는 중…
|
||||
see.log=자세한 정보는 로그를 참조하세요. {0}
|
||||
updating.x.to.y={0}에서 {1}(으)로 업데이트하는 중
|
||||
validating.installation=설치 검사 중…
|
||||
|
||||
@@ -1,57 +1,47 @@
|
||||
main.title=更新
|
||||
error.title=更新错误
|
||||
button.cancel=取消
|
||||
confirm.abort=补丁尚未应用。\n确定要中止操作吗?
|
||||
button.abort=中止
|
||||
button.continue=继续
|
||||
|
||||
access.denied=访问被拒绝
|
||||
file.locked=被以下对象锁定: {0}
|
||||
file.modified=变更
|
||||
file.absent=不存在
|
||||
file.exists=已存在
|
||||
file.unexpected=意外文件
|
||||
|
||||
conflicts.header=在安装区域中发现一些冲突。
|
||||
conflicts.text.1=请从“解决方案”列选择所需解决方案,然后按“继续”。\n\
|
||||
如果您不想继续更新,请按“取消”退出。
|
||||
conflicts.text.2=下面的一些冲突没有解决方案,因此无法应用补丁。\n\
|
||||
请从开发者网站下载此版本,然后从头开始重新安装。\n\
|
||||
按“取消”退出。
|
||||
column.file=文件
|
||||
action.create=创建
|
||||
action.delete=删除
|
||||
action.update=更新
|
||||
action.validate=验证
|
||||
apply.failed=应用补丁时出错:\n{0}: {1}
|
||||
applying.patch=正在应用补丁…
|
||||
backing.up.files=正在备份文件…
|
||||
button.abort=中止
|
||||
button.cancel=取消
|
||||
button.continue=继续
|
||||
button.proceed=继续
|
||||
cleaning.up=正在清理…
|
||||
column.action=操作
|
||||
column.file=文件
|
||||
column.problem=问题
|
||||
column.solution=解决方案
|
||||
action.create=创建
|
||||
action.update=更新
|
||||
action.delete=删除
|
||||
action.validate=验证
|
||||
option.ignore=忽略
|
||||
option.keep=保留
|
||||
option.replace=替换
|
||||
option.delete=删除
|
||||
option.kill.process=杀死进程
|
||||
button.proceed=继续
|
||||
|
||||
updating.x.to.y=正在将 {0} 更新到 {1}
|
||||
invalid.target.directory=无效的目标目录: {0}
|
||||
|
||||
extracting.patch.file=正在提取补丁文件…
|
||||
extracting.patch.files=正在提取补丁文件…
|
||||
validating.installation=正在验证安装…
|
||||
backing.up.files=正在备份文件…
|
||||
preparing.update=正在准备更新…
|
||||
applying.patch=正在应用补丁…
|
||||
reverting=正在还原…
|
||||
cleaning.up=正在清理…
|
||||
|
||||
prepare.failed=准备补丁时出错:\n{0}: {1}
|
||||
extract.failed=提取 {0} 时出错:\n{1}: {2}
|
||||
apply.failed=应用补丁时出错:\n{0}: {1}
|
||||
revert.failed=还原补丁时出错:\n{0}: {1}
|
||||
|
||||
nothing.changed.retry=未更改任何文件。请重试应用补丁。
|
||||
confirm.abort=补丁尚未应用。\n确定要中止操作吗?
|
||||
conflicts.header=在安装区域中发现一些冲突。
|
||||
conflicts.text.1=请从“解决方案”列选择所需解决方案,然后按“继续”。\n如果您不想继续更新,请按“取消”退出。
|
||||
conflicts.text.2=下面的一些冲突没有解决方案,因此无法应用补丁。\n请从开发者网站下载此版本,然后从头开始重新安装。\n按“取消”退出。
|
||||
corrupted.reinstall=文件可能已损坏。请重新安装 IDE。
|
||||
corrupted.reverting=文件可能已损坏。补丁将尝试还原更改。
|
||||
|
||||
error.title=更新错误
|
||||
extract.failed=提取 {0} 时出错:\n{1}: {2}
|
||||
extracting.patch.file=正在提取补丁文件…
|
||||
extracting.patch.files=正在提取补丁文件…
|
||||
file.absent=不存在
|
||||
file.exists=已存在
|
||||
file.locked=被以下对象锁定: {0}
|
||||
file.modified=变更
|
||||
file.unexpected=意外文件
|
||||
invalid.target.directory=无效的目标目录: {0}
|
||||
main.title=更新
|
||||
nothing.changed.retry=未更改任何文件。请重试应用补丁。
|
||||
option.delete=删除
|
||||
option.ignore=忽略
|
||||
option.keep=保留
|
||||
option.kill.process=杀死进程
|
||||
option.replace=替换
|
||||
prepare.failed=准备补丁时出错:\n{0}: {1}
|
||||
preparing.update=正在准备更新…
|
||||
revert.failed=还原补丁时出错:\n{0}: {1}
|
||||
reverting=正在还原…
|
||||
see.log=有关更多详细信息,请参阅日志: {0}
|
||||
updating.x.to.y=正在将 {0} 更新到 {1}
|
||||
validating.installation=正在验证安装…
|
||||
|
||||
Reference in New Issue
Block a user