tenis booking site done by claude
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
hello-world = Hallo Welt!
|
||||
greeting = Hallochen { $name }!
|
||||
.placeholder = Hallo Freund!
|
||||
about = Uber
|
||||
@@ -1,10 +0,0 @@
|
||||
hello-world = Hello World!
|
||||
greeting = Hello { $name }!
|
||||
.placeholder = Hello Friend!
|
||||
about = About
|
||||
simple = simple text
|
||||
reference = simple text with a reference: { -something }
|
||||
parameter = text with a { $param }
|
||||
parameter2 = text one { $param } second { $multi-word-param }
|
||||
email = text with an EMAIL("example@example.org")
|
||||
fallback = this should fall back
|
||||
43
ht_booking/assets/i18n/en/main.ftl
Normal file
43
ht_booking/assets/i18n/en/main.ftl
Normal file
@@ -0,0 +1,43 @@
|
||||
brand = Tennis Court Booking
|
||||
nav-calendar = Calendar
|
||||
nav-admin = Admin login
|
||||
admin-title = Admin
|
||||
calendar-title = Court Calendar
|
||||
court-label = Court
|
||||
prev-week = Previous week
|
||||
this-week = This week
|
||||
next-week = Next week
|
||||
free = Free
|
||||
booked = Booked
|
||||
no-courts = No courts available yet.
|
||||
day-mon = Mon
|
||||
day-tue = Tue
|
||||
day-wed = Wed
|
||||
day-thu = Thu
|
||||
day-fri = Fri
|
||||
day-sat = Sat
|
||||
day-sun = Sun
|
||||
login-title = Admin Login
|
||||
email = Email
|
||||
password = Password
|
||||
login-button = Sign in
|
||||
login-error = Invalid email or password.
|
||||
logout = Log out
|
||||
manage-courts = Courts
|
||||
back-to-calendar = Back to calendar
|
||||
add-booking = New Booking
|
||||
edit-booking = Edit Booking
|
||||
date = Date
|
||||
hour = Hour
|
||||
booking-color = Colour
|
||||
booking-name = Name
|
||||
booking-contact = Contact
|
||||
booking-note = Note
|
||||
save = Save
|
||||
cancel = Cancel
|
||||
delete = Delete
|
||||
confirm-delete = Delete this booking?
|
||||
court-name = Name
|
||||
court-surface = Surface
|
||||
court-indoor = Indoor
|
||||
add-court = Add Court
|
||||
43
ht_booking/assets/i18n/sk/main.ftl
Normal file
43
ht_booking/assets/i18n/sk/main.ftl
Normal file
@@ -0,0 +1,43 @@
|
||||
brand = Rezervácia tenisového kurtu
|
||||
nav-calendar = Kalendár
|
||||
nav-admin = Prihlásenie admina
|
||||
admin-title = Admin
|
||||
calendar-title = Kalendár kurtu
|
||||
court-label = Kurt
|
||||
prev-week = Predchádzajúci týždeň
|
||||
this-week = Tento týždeň
|
||||
next-week = Nasledujúci týždeň
|
||||
free = Voľné
|
||||
booked = Obsadené
|
||||
no-courts = Zatiaľ nie sú k dispozícii žiadne kurty.
|
||||
day-mon = Po
|
||||
day-tue = Ut
|
||||
day-wed = St
|
||||
day-thu = Št
|
||||
day-fri = Pi
|
||||
day-sat = So
|
||||
day-sun = Ne
|
||||
login-title = Prihlásenie admina
|
||||
email = E-mail
|
||||
password = Heslo
|
||||
login-button = Prihlásiť sa
|
||||
login-error = Nesprávny e-mail alebo heslo.
|
||||
logout = Odhlásiť sa
|
||||
manage-courts = Kurty
|
||||
back-to-calendar = Späť na kalendár
|
||||
add-booking = Nová rezervácia
|
||||
edit-booking = Upraviť rezerváciu
|
||||
date = Dátum
|
||||
hour = Hodina
|
||||
booking-color = Farba
|
||||
booking-name = Meno
|
||||
booking-contact = Kontakt
|
||||
booking-note = Poznámka
|
||||
save = Uložiť
|
||||
cancel = Zrušiť
|
||||
delete = Zmazať
|
||||
confirm-delete = Zmazať túto rezerváciu?
|
||||
court-name = Názov
|
||||
court-surface = Povrch
|
||||
court-indoor = Krytý
|
||||
add-court = Pridať kurt
|
||||
Reference in New Issue
Block a user