Skip to content

Commit

Permalink
Translated using Weblate (Ukrainian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (189 of 189 strings)

Translation: Hedy/Cheatsheets
Translate-URL: https://hosted.weblate.org/projects/hedy/commands/uk/
  • Loading branch information
Dan authored and weblate committed Feb 7, 2023
1 parent ce9f56b commit 49b1a05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/cheatsheets/uk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@
demo_code: "{print} 'Порахуємо!'\n{print} 'Два з половиною додати два з половиною це...'\n{print} 2.5 + 2.5"
- name: визнач текст
explanation: Текст в лапках після `=`
demo_code: "name = 'Робот Хейді'\n{print} 'Привіт ' name"
demo_code: "name = 'Робот Хейді'\n{print} 'Привіт ' ім'я"
- name: лапки після оператора {if}
explanation: Текст в лапках після `{if}`.
demo_code: "імʼя = {ask} 'Ти хто?'\n{if} імʼя = 'Hedy'\n {print} 'Привіт!'"
demo_code: "імʼя = {ask} 'Ти хто?'\n{if} ім'я = 'Хейді'\n {print} 'Привіт!'"
- name: лапки в списку
explanation: Список з лапками.
demo_code: "супергерої = 'Залізний чоловік', 'Бетмен', 'Супермен'\n{print} супергерої {at} {random}"
demo_code: "супергерої = 'Залізна людина', 'Бетмен', 'Супермен'\n{print} супергерої {at} {random}"
13:
- name: '{and}'
explanation: Обидві частини повинні бути правильними.
Expand Down

0 comments on commit 49b1a05

Please sign in to comment.