This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 1.16.4, include some changes to French and Hebrew
- Loading branch information
Showing
5 changed files
with
45 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
src/main/resources/assets/durabilityviewer/lang/he_il.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"durabilityviewer.config.bottom_right": "למטה מימין", | ||
"durabilityviewer.config.bottom_left": "למטה משמאל", | ||
"durabilityviewer.config.top_right": "למעלה מימין", | ||
"durabilityviewer.config.top_left": "למעלה משמאל", | ||
"durabilityviewer.config.corner": "HUD Corner", | ||
"durabilityviewer.config.armorhotbar": "Armor around hotbar", | ||
"durabilityviewer.config.tooltipcolor": "Tooltip Color", | ||
"durabilityviewer.config.effectduration": "משך ההשפעה", | ||
"durabilityviewer.config.minpercent": "Sound below percent", | ||
"durabilityviewer.config.mindurability": "Sound below durability", | ||
"durabilityviewer.config.setwindowtitle": "Set window title", | ||
"durabilityviewer.config.showdamagepercent": "Percent to show damage", | ||
"durabilityviewer.config.showfreeslots": "Show free inventory slots", | ||
"durabilityviewer.config.showalltrinkets": "Show all trinkets", | ||
"durabilityviewer.config.percentvalues": "אחוזים", | ||
"durabilityviewer.config.tt.corner": "Corner 0 to 3 - bottom right, bottom left, top right, top left", | ||
"durabilityviewer.config.tt.armorhotbar": "Render armor around hotbar (instead of with tools)", | ||
"durabilityviewer.config.tt.tooltipcolor": "Minecraft Color 0 .. 15", | ||
"durabilityviewer.config.tt.effectduration": "Show effect durations", | ||
"durabilityviewer.config.tt.minpercent": "Play sound when durability below X percent", | ||
"durabilityviewer.config.tt.mindurability": "Play sound when durability below X", | ||
"durabilityviewer.config.tt.setwindowtitle": "Set window title to player and server name", | ||
"durabilityviewer.config.tt.showdamagepercent": "Show damage instead of durability while the item is still better than this %", | ||
"durabilityviewer.config.tt.showfreeslots": "Show chest icon with number of free inventory slots", | ||
"durabilityviewer.config.tt.showalltrinkets": "If you have the trinkets mod, show all trinkets even when they don't have durability/damage", | ||
"durabilityviewer.config.tt.percentvalues": "Show percentages instead of absolute values", | ||
"key.categories.durabilityviewer": "Durability Viewer", | ||
"key.durabilityviewer.showhide": "Show/hide durability display", | ||
"tooltip.durability": "Durability %s", | ||
"durabilityviewer.subtitle.toolBreaking": "החפץ עומד להישבר" | ||
} |