Skip to content

Commit

Permalink
Merge pull request IrisShaders#555 from Propromp/trunk
Browse files Browse the repository at this point in the history
japanese localization update
  • Loading branch information
coderbot16 authored Jul 28, 2021
2 parents 5b94dd0 + 9d97d74 commit cc67145
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/main/resources/assets/iris/lang/ja_jp.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"iris.shaders.reloaded": "Shader・リローデッド",
"iris.keybind.reload": "リロードShader",
"iris.shaders.reloaded.failure": "Shaderのリロードに失敗しました!理由: %s",
"iris.shaders.reloaded": "シェーダーを再読み込みしました!",
"iris.keybind.reload": "シェーダーを再読み込み",
"iris.shaders.reloaded.failure": "シェーダーの再読み込みに失敗しました!理由: %s",

"options.iris.apply": "応募",
"options.iris.refresh": "リフレッシュ",
"options.iris.openShaderPackFolder": "Shader Packsフォルダを開く...",
"options.iris.refreshShaderPacks": "Shader Packの更新",
"options.iris.shaderPackSelection": "Shader Packs...",
"options.iris.shaderPackSelection.title": "Shader Packs",
"options.iris.shaderPackSelection.addedPack": "Shader Pack \"%s\" を追加しました",
"options.iris.shaderPackSelection.addedPacks": "Shader Pack \"%s\" の追加",
"options.iris.shaderPackSelection.failedAdd": "ファイルが有効でない Shader Pack",
"options.iris.shaderPackSelection.failedAddSingle": "\"%s\" は有効なShader Packではありません",
"options.iris.shaderPackSelection.copyError": " Shader Pack\"%s\"を追加できませんでした",
"options.iris.shaderPackSelection.copyErrorAlreadyExists": "\"%s\"はすでにShaderPacksフォルダーにあります",
"options.iris.shaders.disabled": "シェーダーです。無効",
"options.iris.shaders.enabled": "シェーダーです。有効",
"options.iris.apply": "適用",
"options.iris.refresh": "更新",
"options.iris.openShaderPackFolder": "shaderpacksフォルダを開く...",
"options.iris.refreshShaderPacks": "シェーダーの更新",
"options.iris.shaderPackSelection": "シェーダーパック...",
"options.iris.shaderPackSelection.title": "シェーダーパック",
"options.iris.shaderPackSelection.addedPack": "シェーダー「%s」を追加しました",
"options.iris.shaderPackSelection.addedPacks": "シェーダーを%s個追加しました。",
"options.iris.shaderPackSelection.failedAdd": "シェーダーが無効です",
"options.iris.shaderPackSelection.failedAddSingle": "「%s」は無効なシェーダーです",
"options.iris.shaderPackSelection.copyError": "シェーダー「%s」を追加できませんでした",
"options.iris.shaderPackSelection.copyErrorAlreadyExists": "「%s」はすでにshaderpacksフォルダーにあります",
"options.iris.shaders.disabled": "シェーダーは無効です。",
"options.iris.shaders.enabled": "シェーダーは有効です。",

"pack.iris.select.title": "セレクト",
"pack.iris.list.label": "+ Shaderパックをドラッグ&ドロップで追加"
"pack.iris.select.title": "選択",
"pack.iris.list.label": "ドラッグ&ドロップでシェーダーを追加"
}

0 comments on commit cc67145

Please sign in to comment.