Skip to content

Commit

Permalink
Create locale.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
hoaaiww authored Mar 5, 2023
1 parent 1a9343a commit 4057828
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions locale.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Locales['main'] = {
['press_open_rental'] = 'Press ~INPUT_CONTEXT~ to ~b~rent~s~ a ~y~Bicycle~s~',
['press_open_shop'] = 'Press ~INPUT_CONTEXT~ to ~b~visit~s~ the ~y~Bicycle Shop~s~',

['time_left'] = 'Remaining time from the bicycle rental: ~b~',

['no_money'] = 'You ~r~do not~s~ have enough money to %s this bicycle. You need ~y~%s~s~ more.',

-- Humanizer
['rent'] = 'rent',
['buy'] = 'purchase',

['hour'] = 'Hour',
['hours'] = 'Hours',
['minute'] = 'Minute',
['minutes'] = 'Minutes',
['second'] = 'Second',
['seconds'] = 'Seconds',
}

0 comments on commit 4057828

Please sign in to comment.