|
| 1 | +{ |
| 2 | + "attribute.thermoo.generic.min_temperature": "Nhiệt độ tối thiểu", |
| 3 | + "attribute.thermoo.generic.max_temperature": "Nhiệt độ tối đa", |
| 4 | + "attribute.thermoo.generic.frost_resistance": "Khả năng chịu lạnh", |
| 5 | + "attribute.thermoo.generic.heat_resistance": "Khả năng chịu nhiệt", |
| 6 | + |
| 7 | + "commands.thermoo.temperature.exception.not_living_entity": "Mục tiêu không phải là một thực thể sống!", |
| 8 | + "commands.thermoo.temperature.get.scale.success": "Thang nhiệt độ của %s là %d", |
| 9 | + "commands.thermoo.temperature.get.max.success": "%s có thể đạt nhiệt độ tối đa là %d", |
| 10 | + "commands.thermoo.temperature.get.min.success": "%s có thể có nhiệt độ tối thiểu là %d", |
| 11 | + "commands.thermoo.temperature.get.current.success": "Nhiệt độ hiện tại của %s là %d", |
| 12 | + "commands.thermoo.temperature.add.success.single": "Đã thêm %d nhiệt độ cho %s (hiện tại là %d)", |
| 13 | + "commands.thermoo.temperature.add.success.multiple": "Đã thêm %d nhiệt độ cho %d thực thể", |
| 14 | + "commands.thermoo.temperature.remove.success.single": "Đã giảm %d nhiệt độ từ %s (hiện tại là %d)", |
| 15 | + "commands.thermoo.temperature.remove.success.multiple": "Đã giảm %d nhiệt độ từ %d thực thể", |
| 16 | + "commands.thermoo.temperature.set.success.single": "Đã đặt nhiệt độ của %s thành %d", |
| 17 | + "commands.thermoo.temperature.set.success.multiple": "Đã đặt nhiệt độ của %d thực thể thành %d", |
| 18 | + "commands.thermoo.environment.printcontroller.success": "Bộ điều khiển đã được ghi vào console", |
| 19 | + |
| 20 | + "commands.thermoo.environment.checktemperature.success": "Sự thay đổi nhiệt độ thụ động tại %s, %s, %s (%s) là %s", |
| 21 | + "commands.thermoo.environment.checktemperature.unit.success": "Nhiệt độ tại %s, %s, %s (%s) là %s°%s", |
| 22 | + |
| 23 | + "commands.thermoo.soaking.get.current.success": "Giá trị ngâm hiện tại của %s là %d", |
| 24 | + "commands.thermoo.soaking.get.scale.success": "Thang ngâm hiện tại của %s là %d", |
| 25 | + "commands.thermoo.soaking.get.min.success": "Giá trị ngâm tối thiểu của %s là %d", |
| 26 | + "commands.thermoo.soaking.get.max.success": "Giá trị ngâm tối đa của %s là %d", |
| 27 | + "commands.thermoo.soaking.set.success": "Đã đặt giá trị ngâm của %s thành %d (hiện tại là %d)", |
| 28 | + "commands.thermoo.soaking.add.success": "Đã thêm %d điểm vào giá trị ngâm của %s (hiện tại là %d)", |
| 29 | + "commands.thermoo.soaking.remove.success": "Đã giảm %d điểm từ giá trị ngâm của %s (hiện tại là %d)" |
| 30 | +} |
0 commit comments