-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make chat & betterfps warnings translatable #377
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1756,4 +1756,17 @@ efr.nei.banner=Banners | |
efr.nei.amount=Amount | ||
efr.nei.weight=Weight | ||
|
||
efr.decoration.only=Decoration only | ||
efr.decoration.only=Decoration only | ||
|
||
efr.prerelease.version=§c§l[Debug]: §rYou are using a pre-release version of §bEt §bFuturum §bRequiem§r. This version might not be stable, click here to go to GitHub to report bugs. | ||
efr.WARN.prerelease.version=WARNING: a pre-release version of Et Futurum Requiem is in use! This build may not be stable, expect more bugs than usual. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This key should contain "log", not "WARN", |
||
efr.WARN.prerelease.version.bugs=Be sure to report bugs at https://github.com/Roadhog360/Et-Futurum-Requiem/issues | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Capitalization inconsistency, all keys should follow a lower_snake_case format between each dot |
||
efr.CRITICAL.badBetterFPSAlgorithm1=§4§l[CRITICAL]: §bBetterFPS §ris configured with a bad math algorithm. | ||
efr.CRITICAL.badBetterFPSAlgorithm2= "rivens-half" or "taylors" should not be used to prevent damage to your world. It is highly advised that you go into its config and change "algorithm" to something else, preferably "vanilla". | ||
efr.CRITICAL.badBetterFPSAlgorithm3= This is being shown to you because the aforementioned math algorithms are buggy and generate incorrect numbers, leading to possible save bricking. | ||
efr.elytra.flight.disabled=Elytra flight has been disabled for your own safety. | ||
efr.elytra.BetterFPS.warn1=§cBetterFPS is configured poorly. | ||
efr.elytra.BetterFPS.warn2=§cCheck the chat warning for more info. | ||
efr.elytra.BetterFPS.warn3=§cElytra flight has been disabled. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1744,7 +1744,21 @@ item.banner.straight_cross.yellow=Жёлтый крест | |
efr.nei.smoker=Копчение | ||
efr.nei.blast_furnace=Дутьё | ||
efr.nei.composter=Компостирование | ||
efr.nei.banner=Флаг | ||
efr.nei.amount=Количество | ||
efr.nei.weight=Вес | ||
|
||
efr.decoration.only=Только декоративный | ||
efr.nei.banner=Флаг | ||
|
||
efr.prerelease.version=§c§l[Отладка]: §rВы используете предварительную версию §bEt §bFuturum §bRequiem§r. Эта версия может быть нестабильной. Нажмите здесь, чтобы перейти на GitHub и сообщить об ошибках. | ||
efr.WARN.prerelease.version=ВНИМАНИЕ: используется предварительная версия Et Futurum Requiem! Эта сборка может быть нестабильной, ожидайте больше ошибок, чем обычно. | ||
efr.WARN.prerelease.version.bugs=Обязательно сообщайте об ошибках по адресу https://github.com/Roadhog360/Et-Futurum-Requiem/issues. | ||
efr.CRITICAL.badBetterFPSAlgorithm1=§4§l[КРИТИЧНО]: §bBetterFPS §rнастроен с плохим алгоритмом. | ||
efr.CRITICAL.badBetterFPSAlgorithm2= "rivens-half" или "taylors" не должны использоваться для предотвращения ущерба вашему миру. Настоятельно рекомендуется зайти в его конфигурацию и изменить "алгоритм" на что-нибудь другое, желательно "vanilla". | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "алгоритм" in quotes should be "algorithm", config values are not translated, there is only a "algorithm" option, no "алгоритм" option |
||
efr.CRITICAL.badBetterFPSAlgorithm3= Это показано вам, потому что вышеупомянутые математические алгоритмы содержат ошибки и генерируют неверные числа, что приводит к возможному блокированию сохранения. | ||
efr.elytra.flight.disabled=Полет элитр отключен в целях вашей безопасности. | ||
efr.elytra.BetterFPS.warn1=§cBetterFPS настроен плохо. | ||
efr.elytra.BetterFPS.warn2=§cПроверьте предупреждение чата для получения дополнительной информации. | ||
efr.elytra.BetterFPS.warn3=§cПолет элитр отключен. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not describe that it's a warning. Should get "warn" instead of the below key