diff --git a/app/init.janet b/app/init.janet index 62d5223..df683a4 100644 --- a/app/init.janet +++ b/app/init.janet @@ -82,12 +82,12 @@ [:main [:h1 (presentation :title)] [:section - [:h1 "Kapitoly"] + [:h1 "अध्याय"] (seq [chapter :in (presentation :chapters)] [:p [:h3 (chapter :title)] - [:span (length (chapter :slides)) " slajdy"]])] - [:nav {:class "f-row"} [:a {:href "/edit"} "editovat"] [:a {:href "/start"} "start"]]]) + [:span (length (chapter :slides)) " स्लाइड"]])] + [:nav {:class "f-row"} [:a {:href "/edit"} "संपादन करना"] [:a {:href "/start"} "start"]]]) # Handlers (defn /index @@ -110,7 +110,7 @@ [&] (define :view) (http/page app {:content (http/page form {:content (get-in view [:presentation :content]) - :message "Editace prezentace!"})})) + :message "प्रस्तुति संपादित करें!"})})) (defn /start "Start presentation" diff --git a/project.janet b/project.janet index e454e84..98c4038 100644 --- a/project.janet +++ b/project.janet @@ -1,6 +1,6 @@ (declare-project :name "smw" - :author "Josef Pospíšil " + :author "Kundan Verma " :description "See my work" :license "MIT" :repo "https://git.sr.ht/~pepe/smw" diff --git a/templates/app.temple b/templates/app.temple index f7df2e7..3328685 100644 --- a/templates/app.temple +++ b/templates/app.temple @@ -1,7 +1,7 @@ - smw + एस एम डब्ल्यू @@ -13,12 +13,12 @@ {- (args :content) -} -
smw
+
एस एम डब्ल्यू
diff --git a/templates/form.temple b/templates/form.temple index 64640b8..7a1f8d5 100644 --- a/templates/form.temple +++ b/templates/form.temple @@ -1,7 +1,7 @@
-

{- (if (args :message) (args :message) "Vytvořte svojí prezentaci, prosím!") -}

+

{- (if (args :message) (args :message) "कृपया अपनी प्रस्तुति बनाएं!") -}

- +
diff --git a/templates/navigation.temple b/templates/navigation.temple index b61fb5f..047d9cb 100644 --- a/templates/navigation.temple +++ b/templates/navigation.temple @@ -4,6 +4,6 @@ - kapitola: {{ (get-in args [:presentation :chapters (args :chapter) :title]) }} - slajd: {{ (inc (args :slide)) }} + अध्याय: {{ (get-in args [:presentation :chapters (args :chapter) :title]) }} + फिसलना: {{ (inc (args :slide)) }} diff --git a/templates/presentation.temple b/templates/presentation.temple index ed8c710..97cef70 100644 --- a/templates/presentation.temple +++ b/templates/presentation.temple @@ -12,8 +12,8 @@
- domů - restartovat + घर + पुनः आरंभ करें

{{ (get-in args [:presentation :title]) }}

{- (http/page navigation args) -}