This commit is contained in:
2025-10-20 16:31:41 +02:00
parent 29b5acd552
commit bc126ffcd8
682 changed files with 13879 additions and 9290 deletions

View File

@@ -135,12 +135,37 @@ options.dynamic_lights=Dynamic Lights
options.dynamic_lights.tooltip=Enables dynamic lights. Modes: OFF - off, FASTEST - 500ms delay, FAST - 250ms delay, FANCY - 50ms delay, REALTIME - no delay.
options.dynamic_lights_shader_force=Dynamic Lights - Forced With Shaders
options.dynamic_lights_shader_force.tooltip=Enabled - Dynamic Lights are shown even when a shader is active, Disabled - Dynamic Lights are disabled when a shader is active.
options.angelica.fontconfig=Font Configuration...
options.angelica.fontconfig.title=Font Configuration
options.angelica.fontconfig.currentfonts=Primary font: §e%s§r Fallback font: §b%s
options.angelica.fontconfig.searchprompt=§7§oSearch fonts...
options.angelica.fontconfig.disable_custom_font=Disable Custom Font
options.angelica.fontconfig.enable_custom_font=Enable Custom Font
options.angelica.fontconfig.reset_values=Reset Values
options.angelica.fontconfig.font_quality=Custom Font Quality: %s
options.angelica.fontconfig.shadow_offset=Shadow Offset: %s
options.angelica.fontconfig.glyph_scale=Glyph Scale: %s
options.angelica.fontconfig.glyph_aspect=Glyph Aspect: %s
options.angelica.fontconfig.whitespace_scale=Whitespace Size: %s
options.angelica.fontconfig.glyph_spacing=Glyph Spacing: %s
options.angelica.fontconfig.font_aa_strength=Font AA Strength: %s
options.angelica.fontconfig.aamode.aa_none=Font AA: OFF
options.angelica.fontconfig.aamode.aa_4x=Font AA: 4x MSAA
options.angelica.fontconfig.aamode.aa_16x=Font AA: 16x MSAA
options.angelica.fontconfig.font_quality.tooltip=The quality at which custom fonts are rendered, making them less pixelated at the expense of some performance and memory.
options.angelica.fontconfig.shadow_offset.tooltip=The distance at which the fonts' shadows are drawn. Also affects the way §lbold§r text is drawn; turn this down if you see double text.
options.angelica.fontconfig.glyph_scale.tooltip=The scale of each individual glyph. Extreme values might make your game unplayable.
options.angelica.fontconfig.glyph_aspect.tooltip=The aspect ratio of each individual glyph.
options.angelica.fontconfig.whitespace_scale.tooltip=The scaling factor of blank characters like spaces.
options.angelica.fontconfig.glyph_spacing.tooltip=The spacing between each individual glyph.
options.angelica.fontconfig.font_aa_strength.tooltip=The spacing of samples used in font antialiasing. High values may cause fonts to look blurry, low values may cause aliasing. See what works best with your settings.
options.angelica.fontconfig.aamode.tooltip=The font antialiasing mode. Can significantly improve the appearance and readability of text that's being scaled or viewed at oblique angles, at the expense of some performance.
options.angelica.droppedItemLimit=Dropped Item Render Limit
options.angelica.droppedItemLimit.tooltip=The maximum number of dropped items that will be rendered. Lower values can improve performance.
options.angelica.mobSpawnerRenderDistance=Mob spawner render distance
options.angelica.mobSpawnerRenderDistance.tooltip=Render distance for the spinning mob inside mod spawners
options.angelica.itemdisplaylistcount=Item Renderer Display List Cache Size
options.angelica.itemdisplaylistcount.tooltip=The maximum number of display lists to cache in the optimized item renderer. Higher values will increase performance but increase VRAM usage.
options.angelica.itemdisplaylistcount=Item Renderer Cache Limit
options.angelica.itemdisplaylistcount.tooltip=The upper limit of VBO's to cache in the optimized item renderer. Higher values will significantly increase performance, but may result in increased VRAM usage.
options.angelica.sleepbeforeswap=Alternate FPS Limiter
options.angelica.sleepbeforeswap.tooltip=Switches to an alternate FPS limiter that gives more stable frametimes, in exchange for slightly more latency. Will never introduce more than one frame of latency, and has a lower impact at higher framerates.
pack.iris.select.title=Select

View File

@@ -135,12 +135,37 @@ options.dynamic_lights=動的ライティング
options.dynamic_lights.tooltip=動的ライティングを有効にする。モード: OFF - オフ、FASTEST - 500ms遅延、FAST - 250ms遅延、FANCY - 50ms遅延、REALTIME - 遅延なし
options.dynamic_lights_shader_force=動的ライティング - シェーダーによる強制
options.dynamic_lights_shader_force.tooltip=Enabled - シェーダーが有効な場合でも動的ライティングを行います、Disabled - シェーダーが有効な場合は動的ライティングを無効にします。
options.angelica.fontconfig=フォント設定...
options.angelica.fontconfig.title=フォント設定
options.angelica.fontconfig.currentfonts=プライマリフォント: §e%s§r セカンダリフォント: §b%s
options.angelica.fontconfig.searchprompt=§7§oフォントを検索...
options.angelica.fontconfig.disable_custom_font=カスタムフォントを無効化
options.angelica.fontconfig.enable_custom_font=カスタムフォントを有効化
options.angelica.fontconfig.reset_values=設定値のリセット
options.angelica.fontconfig.font_quality=カスタムフォントの品質: %s
options.angelica.fontconfig.shadow_offset=影のオフセット: %s
options.angelica.fontconfig.glyph_scale=文字の大きさ: %s
options.angelica.fontconfig.glyph_aspect=文字のアスペクト比: %s
options.angelica.fontconfig.whitespace_scale=ホワイトスペースの大きさ: %s
options.angelica.fontconfig.glyph_spacing=文字間隔: %s
options.angelica.fontconfig.font_aa_strength=フォントのAAの強さ: %s
options.angelica.fontconfig.aamode.aa_none=フォントのAA: オフ
options.angelica.fontconfig.aamode.aa_4x=フォントのAA: 4x MSAA
options.angelica.fontconfig.aamode.aa_16x=フォントのAA: 16x MSAA
options.angelica.fontconfig.font_quality.tooltip=カスタムフォントの描画品質。パフォーマンスとメモリ使用量を犠牲にドット感を軽減させることができます。
options.angelica.fontconfig.shadow_offset.tooltip=フォントの影を描画する距離。§l太字§r テキストの描画にも影響します。太字のテキストが二重に見える場合はこの値を下げてください。
options.angelica.fontconfig.glyph_scale.tooltip=個々の文字の大きさ。極端な値に設定するとゲームプレイが困難になる可能性があります。
options.angelica.fontconfig.glyph_aspect.tooltip=個々の文字のアスペクト比。
options.angelica.fontconfig.whitespace_scale.tooltip=スペースなどの空白文字の大きさ。
options.angelica.fontconfig.glyph_spacing.tooltip=個々の文字間の空白。
options.angelica.fontconfig.font_aa_strength.tooltip=フォントのアンチエイリアシングに使用するサンプル間隔。高い値を設定するとフォントがぼやけて滑らかになり、低い値を設定するとエイリアスが発生してギザギザに見えます。お好みの設定に調整してください。
options.angelica.fontconfig.aamode.tooltip=フォントのアンチエイリアスのモード。若干のパフォーマンスを犠牲にして、拡大縮小されたテキストや斜めから見たテキストの見栄えや読みやすさを大幅に改善できます。
options.angelica.droppedItemLimit=ドロップしたアイテムの描画制限
options.angelica.droppedItemLimit.tooltip=描画されるドロップアイテムの最大個数。値を下げるとパフォーマンスが向上します。
options.angelica.mobSpawnerRenderDistance=Mobスポナーの描画距離
options.angelica.mobSpawnerRenderDistance.tooltip=Mobスポナー内で回っているMobの描画距離
options.angelica.itemdisplaylistcount=アイテム描画におけるディスプレイリストのキャッシュサイズ
options.angelica.itemdisplaylistcount.tooltip=アイテム描画の最適化においてキャッシュするディスプレイリストの最大数。値を大きくするとパフォーマンスが向上しますが、VRAMの使用量が増えます。
options.angelica.itemdisplaylistcount=アイテム描画におけるキャッシュ上限
options.angelica.itemdisplaylistcount.tooltip=アイテム描画の最適化においてキャッシュするVBOの上限値。値を大きくするとパフォーマンスが大幅に向上しますが、VRAMの使用量が増えます。
options.angelica.sleepbeforeswap=代替FPSリミッター
options.angelica.sleepbeforeswap.tooltip=少し遅延が増える代わりにフレームタイムが安定する代替FPSリミッターに切り替えます。1フレーム以上の遅延は発生せず、フレームレートが高いほど影響が小さくなります。
pack.iris.select.title=選択

View File

@@ -135,6 +135,31 @@ options.dynamic_lights=Dinamik Işıklandırma
options.dynamic_lights.tooltip=Dinamik Işıklandırmayı aktifleştirir. Seçenekler: OFF - kapalı, FASTEST - 500ms gecikme, FAST - 250ms gecikme, FANCY - 50ms gecikme, REALTIME - gecikmesiz.
options.dynamic_lights_shader_force=Dinamlik Işıklandırma - Shader'la Zorla
options.dynamic_lights_shader_force.tooltip=Seçili - Dinamik ışıklandırma shader varken bile aktifleştirilir, Seçili Değil - Dinamik ışıklandırma shader varken devre dışı kalır.
options.angelica.fontconfig=Font Configuration...
options.angelica.fontconfig.title=Font Configuration
options.angelica.fontconfig.currentfonts=Primary font: §e%s§r Fallback font: §b%s
options.angelica.fontconfig.searchprompt=§7§oSearch fonts...
options.angelica.fontconfig.disable_custom_font=Disable Custom Font
options.angelica.fontconfig.enable_custom_font=Enable Custom Font
options.angelica.fontconfig.reset_values=Reset Values
options.angelica.fontconfig.font_quality=Custom Font Quality: %s
options.angelica.fontconfig.shadow_offset=Shadow Offset: %s
options.angelica.fontconfig.glyph_scale=Glyph Scale: %s
options.angelica.fontconfig.glyph_aspect=Glyph Aspect: %s
options.angelica.fontconfig.whitespace_scale=Whitespace Size: %s
options.angelica.fontconfig.glyph_spacing=Glyph Spacing: %s
options.angelica.fontconfig.font_aa_strength=Font AA Strength: %s
options.angelica.fontconfig.aamode.aa_none=Font AA: OFF
options.angelica.fontconfig.aamode.aa_4x=Font AA: 4x MSAA
options.angelica.fontconfig.aamode.aa_16x=Font AA: 16x MSAA
options.angelica.fontconfig.font_quality.tooltip=The quality at which custom fonts are rendered, making them less pixelated at the expense of some performance and memory.
options.angelica.fontconfig.shadow_offset.tooltip=The distance at which the fonts' shadows are drawn. Also affects the way §lbold§r text is drawn; turn this down if you see double text.
options.angelica.fontconfig.glyph_scale.tooltip=The scale of each individual glyph. Extreme values might make your game unplayable.
options.angelica.fontconfig.glyph_aspect.tooltip=The aspect ratio of each individual glyph.
options.angelica.fontconfig.whitespace_scale.tooltip=The scaling factor of blank characters like spaces.
options.angelica.fontconfig.glyph_spacing.tooltip=The spacing between each individual glyph.
options.angelica.fontconfig.font_aa_strength.tooltip=The spacing of samples used in font antialiasing. High values may cause fonts to look blurry, low values may cause aliasing. See what works best with your settings.
options.angelica.fontconfig.aamode.tooltip=The font antialiasing mode. Can significantly improve the appearance and readability of text that's being scaled or viewed at oblique angles, at the expense of some performance.
options.angelica.droppedItemLimit=Yerdeki Eşyaların İşlenme Limiti
options.angelica.droppedItemLimit.tooltip=Yerdeki eşyaların en fazla kaç tanesinin işleneceğini ayarlar. Düşük değer performansı arttırabilir.
options.angelica.mobSpawnerRenderDistance=Yaratık Doğurucu İşleme Mesafesi