Skip to content

Commit

Permalink
Translated using Weblate (Estonian) (#5247)
Browse files Browse the repository at this point in the history
Currently translated at 96.8% (183 of 189 strings)


Translate-URL: https://hosted.weblate.org/projects/hedy/commands/et/
Translation: Hedy/Cheatsheets

Co-authored-by: FOXHELL <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 11, 2024
1 parent b23edc4 commit 2709551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/cheatsheets/et.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
demo_code: |-
vastus = {ask} 'Kui palju on 10 pluss 10?'
{if} vastus {is} 20 {print} 'Õige!' {else} {print} 'Oih'
- name: '{ask} ja {if} kilpkonnaga'
- name: '`{ask}` ja `{if}` kilpkonnaga'
explanation: Küsi kasutajalt mitut nurka ta tahab.
demo_code: |-
nurki = {ask} 'Mitu nurka?'
Expand Down Expand Up @@ -220,7 +220,7 @@
demo_code: |-
name = 'Hedy the Robot'
{print} 'Hello ' name
- name: quotes after {if} comparison
- name: quotes after `{if}` comparison
explanation: '`{if}`-le järgnev jutumärkidega tekst .'
demo_code: |-
name = {ask} 'Who are you?'
Expand Down Expand Up @@ -316,7 +316,7 @@
firstfruit = fruit[1]
{print} firstfruit
- name: Get a random item from a list
explanation: To get a random item from a list we use [random] so fruit[random] means, get a random fruit from the list!
explanation: To get a random item from a list we use [{random}] so fruit[{random}] means, get a random fruit from the list!
demo_code: |-
fruit = ['banana', 'apple', 'cherry']
random_fruit = fruit[random]
Expand Down

0 comments on commit 2709551

Please sign in to comment.