Skip to content
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

Update Translations from Crowdin #18

Open
wants to merge 1 commit into
base: architectury/1.18
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/betterf3/lang/ja_jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"text.betterf3.line.time": "現在時刻",
"text.betterf3.line.java_version": "Javaのバージョン",
"text.betterf3.line.memory_usage": "メモリ使用量",
"text.betterf3.line.allocation_rate": "割当率",
"text.betterf3.line.allocation_rate": "Allocation Rate",
"text.betterf3.line.allocated_memory": "メモリ割り当て量",
"text.betterf3.line.off_heap": "オフヒープ",
"text.betterf3.line.cpu": "CPU",
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/betterf3/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"text.betterf3.line.time": "Текущее время",
"text.betterf3.line.java_version": "Версия Java",
"text.betterf3.line.memory_usage": "Использование ОЗУ",
"text.betterf3.line.allocation_rate": "Скорость распределения",
"text.betterf3.line.allocation_rate": "Allocation Rate",
"text.betterf3.line.allocated_memory": "Распределено памяти",
"text.betterf3.line.off_heap": "Размер кучи",
"text.betterf3.line.cpu": "ЦП",
Expand Down