diff --git a/common/src/main/resources/assets/betterf3/lang/ja_jp.json b/common/src/main/resources/assets/betterf3/lang/ja_jp.json index 42880b75..a57735b0 100644 --- a/common/src/main/resources/assets/betterf3/lang/ja_jp.json +++ b/common/src/main/resources/assets/betterf3/lang/ja_jp.json @@ -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", diff --git a/common/src/main/resources/assets/betterf3/lang/ru_ru.json b/common/src/main/resources/assets/betterf3/lang/ru_ru.json index d83f114e..7487b881 100644 --- a/common/src/main/resources/assets/betterf3/lang/ru_ru.json +++ b/common/src/main/resources/assets/betterf3/lang/ru_ru.json @@ -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": "ЦП",