This commit is contained in:
Nordi98 2025-07-01 11:34:28 +02:00
parent 56816ae5d4
commit a45b5da981
2 changed files with 10 additions and 11 deletions

View file

@ -27,12 +27,11 @@ Strings = {
waiting_bite = 'Awaiting Bite',
waiting_bite_desc = 'Please wait for a fish to bite your hook.',
cannot_carry = 'Cannot Carry',
cannot_carry_desc = 'You cannot carry reward!'
Strings.no_knife = 'No Knife'
Strings.no_knife_desc = 'You need a knife to process this fish.'
Strings.processing_success = 'Fish Processed'
Strings.processing_success_desc = 'You obtained %d %s from processing the fish.'
Strings.caviar_found = 'Caviar Found!'
Strings.caviar_found_desc = 'You found some valuable caviar while processing the fish!'
}
cannot_carry_desc = 'You cannot carry reward!',
no_knife = 'No Knife',
no_knife_desc = 'You need a knife to process this fish.',
processing_success = 'Fish Processed',
processing_success_desc = 'You obtained %d %s from processing the fish.',
caviar_found = 'Caviar Found!',
caviar_found_desc = 'You found some valuable caviar while processing the fish!'
}