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