Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d0510c7
New translations en_us.json (Romanian)
isXander Apr 16, 2026
77f29e4
New translations en_us.json (French)
isXander Apr 16, 2026
7a23c4e
New translations en_us.json (Spanish)
isXander Apr 16, 2026
0d743c7
New translations en_us.json (Afrikaans)
isXander Apr 16, 2026
41dc658
New translations en_us.json (Arabic)
isXander Apr 16, 2026
20df35e
New translations en_us.json (Catalan)
isXander Apr 16, 2026
3f3a12e
New translations en_us.json (Czech)
isXander Apr 16, 2026
9cc0ae0
New translations en_us.json (Danish)
isXander Apr 16, 2026
06a2c19
New translations en_us.json (German)
isXander Apr 16, 2026
ef7c198
New translations en_us.json (Greek)
isXander Apr 16, 2026
8dce70a
New translations en_us.json (Finnish)
isXander Apr 16, 2026
1ad44c2
New translations en_us.json (Hebrew)
isXander Apr 16, 2026
a04dde3
New translations en_us.json (Hungarian)
isXander Apr 16, 2026
30d9b21
New translations en_us.json (Italian)
isXander Apr 16, 2026
53b1b6b
New translations en_us.json (Japanese)
isXander Apr 16, 2026
df5c853
New translations en_us.json (Korean)
isXander Apr 16, 2026
98d39b8
New translations en_us.json (Dutch)
isXander Apr 16, 2026
a978403
New translations en_us.json (Norwegian)
isXander Apr 16, 2026
d26e07c
New translations en_us.json (Polish)
isXander Apr 16, 2026
1453d9b
New translations en_us.json (Portuguese)
isXander Apr 16, 2026
9d406a8
New translations en_us.json (Russian)
isXander Apr 16, 2026
ede8da0
New translations en_us.json (Swedish)
isXander Apr 16, 2026
51b95e5
New translations en_us.json (Turkish)
isXander Apr 16, 2026
9ea8f80
New translations en_us.json (Ukrainian)
isXander Apr 16, 2026
ed68529
New translations en_us.json (Chinese Simplified)
isXander Apr 16, 2026
b0130aa
New translations en_us.json (Chinese Traditional)
isXander Apr 16, 2026
63cd354
New translations en_us.json (Vietnamese)
isXander Apr 16, 2026
7889e4d
New translations en_us.json (Portuguese, Brazilian)
isXander Apr 16, 2026
1f8bcff
New translations en_us.json (Spanish, Mexico)
isXander Apr 16, 2026
8aee7a7
New translations en_us.json (Malay)
isXander Apr 16, 2026
34c0868
New translations en_us.json (English, United Kingdom)
isXander Apr 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 1 addition & 124 deletions src/main/resources/assets/zoomify/lang/af_za.json
Original file line number Diff line number Diff line change
@@ -1,124 +1 @@
{
"zoomify.key.zoom": "Zoom (Hold)",
"zoomify.key.zoom_toggle": "Zoom (Toggle)",
"zoomify.key.zoom.secondary": "Secondary Zoom",
"zoomify.key.zoom.in": "Scroll Zoom In",
"zoomify.key.zoom.out": "Scroll Zoom Out",
"key.category.zoomify.category": "Zoomify",
"yacl3.config.zoomify.title": "Zoomify",
"yacl3.config.zoomify.category.behaviour": "Behavior",
"yacl3.config.zoomify.category.behaviour.group.basic": "Basic",
"yacl3.config.zoomify.category.behaviour.group.basic.option.initialZoom": "Initial Zoom",
"yacl3.config.zoomify.category.behaviour.group.basic.option.initialZoom.description.1": "The zoom level when you first press the keybind.",
"yacl3.config.zoomify.category.behaviour.group.basic.option.zoomInTime": "Zoom In Time",
"yacl3.config.zoomify.category.behaviour.group.basic.option.zoomInTime.description.1": "How many seconds to complete zooming in.",
"yacl3.config.zoomify.category.behaviour.group.basic.option.zoomOutTime": "Zoom Out Time",
"yacl3.config.zoomify.category.behaviour.group.basic.option.zoomOutTime.description.1": "How many seconds to complete zooming out.",
"yacl3.config.zoomify.category.behaviour.group.basic.option.zoomInTransition": "Zoom In Transition",
"yacl3.config.zoomify.category.behaviour.group.basic.option.zoomInTransition.description.1": "The transition type used when zooming in.",
"yacl3.config.zoomify.category.behaviour.group.basic.option.zoomOutTransition": "Zoom Out Transition",
"yacl3.config.zoomify.category.behaviour.group.basic.option.zoomOutTransition.description.1": "The transition type used when zooming out.",
"yacl3.config.zoomify.category.behaviour.group.basic.option.affectHandFov": "Affect Hand FOV",
"yacl3.config.zoomify.category.behaviour.group.basic.option.affectHandFov.description.1": "When zooming, keep the FOV of the hand normal while the world view zooms in.",
"yacl3.config.zoomify.category.behaviour.group.scrolling": "Scrolling",
"yacl3.config.zoomify.category.behaviour.group.scrolling.option.scrollZoom": "Enable Scroll Zoom",
"yacl3.config.zoomify.category.behaviour.group.scrolling.option.scrollZoom.description.1": "Allow you to zoom in and out more with scroll wheel.",
"yacl3.config.zoomify.category.behaviour.group.scrolling.option.scrollStepCount": "Scroll Step Count",
"yacl3.config.zoomify.category.behaviour.group.scrolling.option.scrollStepCount.description.1": "How many scroll steps in each direction. You can scroll to zoom in or out from the initial zoom.",
"yacl3.config.zoomify.category.behaviour.group.scrolling.option.zoomPerStep": "Zoom Per Step",
"yacl3.config.zoomify.category.behaviour.group.scrolling.option.zoomPerStep.description.1": "The zoom multiplier applied per scroll step. 1.5x means each step zooms in 50% more.",
"yacl3.config.zoomify.category.behaviour.group.scrolling.option.scrollZoomSmoothness": "Scroll Zoom Smoothness",
"yacl3.config.zoomify.category.behaviour.group.scrolling.option.scrollZoomSmoothness.description.1": "How smooth/how long it takes to scroll-zoom.",
"yacl3.config.zoomify.category.behaviour.group.scrolling.option.retainZoomSteps": "Remember Zoom Steps",
"yacl3.config.zoomify.category.behaviour.group.scrolling.option.retainZoomSteps.description.1": "Keep scroll zoom amount between zooming in and out.",
"yacl3.config.zoomify.category.behaviour.group.spyglass": "Spyglass",
"yacl3.config.zoomify.category.behaviour.group.spyglass.option.spyglassBehaviour": "Zoom Behavior",
"yacl3.config.zoomify.category.behaviour.group.spyglass.option.spyglassBehaviour.description.1": "How Zoomify interacts with spyglass zoom.",
"yacl3.config.zoomify.category.behaviour.group.spyglass.option.spyglassOverlayVisibility": "Overlay Visibility",
"yacl3.config.zoomify.category.behaviour.group.spyglass.option.spyglassOverlayVisibility.description.1": "When to show the spyglass overlay.",
"yacl3.config.zoomify.category.behaviour.group.spyglass.option.spyglassSoundBehaviour": "Sound Behavior",
"yacl3.config.zoomify.category.behaviour.group.spyglass.option.spyglassSoundBehaviour.description.1": "When to play the zoom in and out sounds from the spyglass.",
"yacl3.config.zoomify.category.controls": "Controls",
"yacl3.config.zoomify.category.controls.root.option.zoomKeyBehaviour": "Zoom Key Behavior",
"yacl3.config.zoomify.category.controls.root.option.zoomKeyBehaviour.description.1": "The behavior of the zoom key.",
"yacl3.config.zoomify.category.controls.root.option._keybindScrolling": "Keybind Scrolling",
"yacl3.config.zoomify.category.controls.root.option._keybindScrolling.description.1": "Use Minecraft keybinds to control scroll zoom instead of the scroll wheel.",
"yacl3.config.zoomify.category.controls.root.option.relativeSensitivity": "Relative Sensitivity",
"yacl3.config.zoomify.category.controls.root.option.relativeSensitivity.description.1": "Controls the sensitivity based on the zoom level.",
"yacl3.config.zoomify.category.controls.root.option.relativeViewBobbing": "Relative View Bobbing",
"yacl3.config.zoomify.category.controls.root.option.relativeViewBobbing.description.1": "Make view-bobbing less jarring when zoomed in.",
"yacl3.config.zoomify.category.controls.root.option.cinematicCamera": "Cinematic Camera",
"yacl3.config.zoomify.category.controls.root.option.cinematicCamera.description.1": "How much the camera glides once moved.",
"yacl3.config.zoomify.category.secondary": "Secondary Zoom",
"yacl3.config.zoomify.category.secondary.root.label.infoLabel": "Completely separate from all other settings of Zoomify. Secondary zoom is toggle-only with a separate keybinding in controls.",
"yacl3.config.zoomify.category.secondary.root.option.secondaryZoomAmount": "Zoom Amount",
"yacl3.config.zoomify.category.secondary.root.option.secondaryZoomAmount.description.1": "How many times to divide the current FOV once transition completes.",
"yacl3.config.zoomify.category.secondary.root.option.secondaryZoomInTime": "Zoom In Time",
"yacl3.config.zoomify.category.secondary.root.option.secondaryZoomInTime.description.1": "How many seconds to complete zooming in.",
"yacl3.config.zoomify.category.secondary.root.option.secondaryZoomOutTime": "Zoom Out Time",
"yacl3.config.zoomify.category.secondary.root.option.secondaryZoomOutTime.description.1": "How many seconds to complete zooming out.",
"yacl3.config.zoomify.category.secondary.root.option.secondaryHideHUDOnZoom": "Hide HUD On Zoom",
"yacl3.config.zoomify.category.secondary.root.option.secondaryHideHUDOnZoom.description.1": "Stops rendering the HUD whilst zooming in, much like pressing F1.",
"yacl3.config.zoomify.category.misc": "Misc",
"yacl3.config.zoomify.category.misc.root.option.unbindConflicting": "Unbind Conflicting Keybind",
"yacl3.config.zoomify.category.misc.root.option.unbindConflicting.button": "Unbind",
"yacl3.config.zoomify.category.misc.root.option.unbindConflicting.description.1": "Removes the keybind that has the same key as Zoomify zoom key.",
"yacl3.config.zoomify.category.misc.root.option.checkMigrations": "Check Migrations",
"yacl3.config.zoomify.category.misc.root.option.checkMigrations.button": "Check",
"yacl3.config.zoomify.category.misc.root.option.checkMigrations.description.1": "Checks for available automatic migrations.",
"yacl3.config.zoomify.category.misc.group.presets": "Presets",
"yacl3.config.zoomify.category.misc.group.presets.label.applyWarning": "Applying a preset will immediately apply changes and undo any pending changes.",
"yacl3.config.zoomify.category.misc.group.presets.presetBtn.button": "Apply Preset",
"yacl3.config.zoomify.category.misc.group.presets.presetBtn.description": "Makes Zoomify behave like %s.",
"zoomify.gui.preset.default": "Default",
"zoomify.gui.preset.optifine": "OptiFine",
"zoomify.gui.preset.ok_zoomer": "OK Zoomer",
"zoomify.gui.preset.toast.title": "Preset Applied",
"zoomify.gui.preset.toast.description": "Zoomify applied the %s preset.",
"zoomify.gui.formatter.instant": "Instant",
"zoomify.gui.formatter.seconds": "%s secs",
"zoomify.transition.instant": "Instant",
"zoomify.transition.linear": "Linear",
"zoomify.transition.ease_in_sine": "Ease In Sine",
"zoomify.transition.ease_out_sine": "Ease Out Sine",
"zoomify.transition.ease_in_out_sine": "Ease In Out Sine",
"zoomify.transition.ease_in_quad": "Ease In Quad",
"zoomify.transition.ease_out_quad": "Ease Out Quad",
"zoomify.transition.ease_in_out_quad": "Ease In Out Quad",
"zoomify.transition.ease_in_cubic": "Ease In Cubic",
"zoomify.transition.ease_out_cubic": "Ease Out Cubic",
"zoomify.transition.ease_in_out_cubic": "Ease In Out Cubic",
"zoomify.transition.ease_in_exp": "Ease In Exponential",
"zoomify.transition.ease_out_exp": "Ease Out Exponential",
"zoomify.transition.ease_in_out_exp": "Ease In Out Exponential",
"zoomify.zoom_key_behaviour.hold": "Hold",
"zoomify.zoom_key_behaviour.toggle": "Toggle",
"zoomify.spyglass_behaviour.combine": "Combine",
"zoomify.spyglass_behaviour.override": "Override",
"zoomify.spyglass_behaviour.only_zoom_while_holding": "Allow While Holding",
"zoomify.spyglass_behaviour.only_zoom_while_carrying": "Allow While Carrying",
"zoomify.overlay_visibility.never": "Never",
"zoomify.overlay_visibility.holding": "Holding",
"zoomify.overlay_visibility.carrying": "Carrying",
"zoomify.overlay_visibility.always": "Always",
"zoomify.sound_behaviour.never": "Never",
"zoomify.sound_behaviour.always": "Always",
"zoomify.sound_behaviour.only_spyglass": "Only Holding Spyglass",
"zoomify.sound_behaviour.with_overlay": "Match Overlay",
"zoomify.toast.conflictingKeybind.title": "Zoomify won't work!",
"zoomify.toast.conflictingKeybind.description": "There is a conflicting keybind preventing the usage of the zoom key. You can unbind it in the %s category of Zoomify settings.",
"zoomify.toast.unbindConflicting.name": "Unbound conflicting keybinding",
"zoomify.toast.unbindConflicting.description": "Zoomify unbound key called '%s' because it was conflicting with the zoom key.",
"zoomify.migrate.no_migrations": "No migrations available.",
"zoomify.migrate.result.title": "Migration completed",
"zoomify.migrate.restart": "Restart required",
"zoomify.migrate.result.restart_game": "Restart Game",
"zoomify.migrate.available.title": "Auto migration for %s is available",
"zoomify.migrate.available.message": "Would you like to automatically migrate your %s config to Zoomify?",
"zoomify.migrate.okz": "OK Zoomer",
"zoomify.migrate.okz.persistent": "Persistent zoom mode is unsupported.",
"zoomify.migrate.okz.vignette": "Vignette overlay is unsupported.",
"zoomify.migrate.okz.minZoomDiv": "Setting minimum zoom divisor is unsupported.",
"zoomify.migrate.okz.stepAmt": "Setting scroll step amount is unsupported.",
"zoomify.migrate.okz.linearNotSupported": "Linear timings cannot be automatically calculated."
}
{}
Loading
Loading