diff options
author | nea <romangraef@gmail.com> | 2022-06-06 17:30:02 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-06-06 17:30:14 +0200 |
commit | bedfa3b4d0507e0de4beb522285a18ecef80ea2a (patch) | |
tree | baad8e208aaf56648a9b317cbdbd18e838758dee /src/main/resources/assets/morbing/lang | |
parent | 8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7 (diff) | |
download | morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.tar.gz morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.tar.bz2 morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.zip |
More morbing
Diffstat (limited to 'src/main/resources/assets/morbing/lang')
-rw-r--r-- | src/main/resources/assets/morbing/lang/en_us.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/assets/morbing/lang/en_us.json b/src/main/resources/assets/morbing/lang/en_us.json index a2326b4..492218d 100644 --- a/src/main/resources/assets/morbing/lang/en_us.json +++ b/src/main/resources/assets/morbing/lang/en_us.json @@ -1,3 +1,7 @@ { - "effect.morbing.morbingtime": "Morbing" + "effect.morbing.morbingtime": "Morbing", + "item.morbing.morbarrow": "Empty Morbing Syringe", + "item.morbing.morbsyringe": "Filled Morbing Syringe", + "tooltip.morbing.morbyringe": "It's Morbing Time!", + "subtitles.morbing.itsmorbintime": "It's Morbing Time!" } |