Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
boryanagoncharenko authored and actions-user committed Jan 16, 2025
1 parent a4a2b38 commit 67f8839
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 18 deletions.
6 changes: 3 additions & 3 deletions grammars/keywords-tr.lark
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _WITH: ("ile" | "with") _SPACE?
_DEF: ("tanı" | "def") _SPACE?
_RETURN: ("geridön" | "return") _SPACE?
_PRINT: ("yazdır" | "print") _SPACE?
_PLAY: ("play" | "play") _SPACE
_PLAY: ("oynat" | "play") _SPACE
_ASK: ("sor" | "ask")
_ECHO: ("yankıla" | "echo") _SPACE?
_FORWARD: ("ileri" | "forward") _SPACE?
Expand Down Expand Up @@ -50,5 +50,5 @@ _LENGTH: "uzunluk" | "length"
_COLOR : ("renk" | "color") _SPACE?
_PRESSED: ("basılı" | "pressed") _SPACE?
clear: ("temizle" | "clear") _SPACE?
TRUE: ("true" | "True" | "true" | "True") _SPACE?
FALSE: ("false" | "False" | "false" | "False") _SPACE?
TRUE: ("doğru" | "Doğru" | "true" | "True") _SPACE?
FALSE: ("yanlış" | "Yanlış" | "false" | "False") _SPACE?
10 changes: 5 additions & 5 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -3245,8 +3245,8 @@
"DIGIT": "0123456789"
},
"tr": {
"False": "False",
"True": "True",
"False": "Yanlış|False",
"True": "Doğru|True",
"add": "ekle|add",
"and": "ve|and",
"ask": "sor|ask",
Expand All @@ -3263,7 +3263,7 @@
"echo": "yankıla|echo",
"elif": "değileğer|elif",
"else": "değilse|else",
"false": "false",
"false": "yanlış|false",
"for": "şunun için|for",
"forward": "ileri|forward",
"from": "şuradan|from",
Expand All @@ -3279,7 +3279,7 @@
"or": "veya|or",
"orange": "turuncu|orange",
"pink": "pembe|pink",
"play": "play",
"play": "oynat|play",
"pressed": "basılı|pressed",
"print": "yazdır|print",
"purple": "mor|purple",
Expand All @@ -3295,7 +3295,7 @@
"times": "kere|times",
"to": "şuraya|to",
"to_list": "şuraya|to",
"true": "true",
"true": "doğru|true",
"turn": "döndür|turn",
"while": "şu iken|while",
"white": "beyaz|white",
Expand Down
14 changes: 7 additions & 7 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -62897,11 +62897,11 @@ ${o3}` : i3;
"Connection_error": "Sunucuya ula\u015Famad\u0131k.",
"Empty_output": "Bu kod \xE7al\u0131\u015F\u0131yor ama hi\xE7bir \u015Fey yazd\u0131rm\u0131yor. Kodunuzda bir yazd\u0131rma komutu kullan\u0131n veya bir \xE7\u0131kt\u0131 almak i\xE7in kaplumba\u011Fay\u0131 kullan\u0131n.",
"Errors_found": "Bir hata yapt\u0131n\u0131z! Endi\u015Felenmeyin, program\u0131 yine de \xE7al\u0131\u015Ft\u0131rd\u0131k",
"Execute_error": "Program\u0131 \xE7al\u0131\u015Ft\u0131r\u0131rken bir \u015Feyler ters gitti.",
"Execute_error": "Bir \u015Feyler ters gitti.",
"Other_error": "Oops! Belki k\xFC\xE7\xFCk bir hata yapm\u0131\u015F olabiliriz.",
"Program_repair": "Bu do\u011Fru kod olabilirdi, onu d\xFCzeltebilir misin?",
"Program_too_long": "Program\u0131n\u0131z\u0131n \xE7al\u0131\u015Fmas\u0131 \xE7ok uzun s\xFCr\xFCyor.",
"ServerError": "Bizim beklemedi\u011Fimiz bir program yazd\u0131n\u0131z. E\u011Fer yard\u0131m etmek isterseniz, bize [email protected] adresinden ilgili seviye ve program\u0131n\u0131zla birlikte bir e-posta g\xF6nderin. Bu arada, biraz farkl\u0131 bir \u015Fey deneyin ve \xF6rneklere bir kez daha g\xF6z at\u0131n. Te\u015Fekk\xFCrler!",
"ServerError": "Bulundu\u011Funuz seviyeyi ve program\u0131n\u0131z\u0131 i\xE7eren bir e-postay\u0131 [email protected] adresine g\xF6ndererek bize yard\u0131mc\u0131 olabilirsiniz. Bu arada, biraz farkl\u0131 bir yakla\u015F\u0131m deneyin. Te\u015Fekk\xFCrler!",
"Transpile_error": "Program\u0131n\u0131 \xE7al\u0131\u015Ft\u0131ram\u0131yoruz.",
"Transpile_success": "Aferin!\n\u0130nan\u0131lmaz!\n\u0130yi i\u015Fti, Aferin!\nM\xFCkemmel!\n\xC7ok iyiydin!",
"Transpile_warning": "Uyar\u0131!",
Expand Down Expand Up @@ -100147,8 +100147,8 @@ def note_with_error(value, err):
DIGIT: "0123456789"
};
var tr = {
False: "False",
True: "True",
False: "Yanl\u0131\u015F|False",
True: "Do\u011Fru|True",
add: "ekle|add",
and: "ve|and",
ask: "sor|ask",
Expand All @@ -100165,7 +100165,7 @@ def note_with_error(value, err):
echo: "yank\u0131la|echo",
elif: "de\u011File\u011Fer|elif",
else: "de\u011Filse|else",
false: "false",
false: "yanl\u0131\u015F|false",
for: "\u015Funun i\xE7in|for",
forward: "ileri|forward",
from: "\u015Furadan|from",
Expand All @@ -100181,7 +100181,7 @@ def note_with_error(value, err):
or: "veya|or",
orange: "turuncu|orange",
pink: "pembe|pink",
play: "play",
play: "oynat|play",
pressed: "bas\u0131l\u0131|pressed",
print: "yazd\u0131r|print",
purple: "mor|purple",
Expand All @@ -100197,7 +100197,7 @@ def note_with_error(value, err):
times: "kere|times",
to: "\u015Furaya|to",
to_list: "\u015Furaya|to",
true: "true",
true: "do\u011Fru|true",
turn: "d\xF6nd\xFCr|turn",
while: "\u015Fu iken|while",
white: "beyaz|white",
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2208,11 +2208,11 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"Connection_error": "Sunucuya ulaşamadık.",
"Empty_output": "Bu kod çalışıyor ama hiçbir şey yazdırmıyor. Kodunuzda bir yazdırma komutu kullanın veya bir çıktı almak için kaplumbağayı kullanın.",
"Errors_found": "Bir hata yaptınız! Endişelenmeyin, programı yine de çalıştırdık",
"Execute_error": "Programı çalıştırırken bir şeyler ters gitti.",
"Execute_error": "Bir şeyler ters gitti.",
"Other_error": "Oops! Belki küçük bir hata yapmış olabiliriz.",
"Program_repair": "Bu doğru kod olabilirdi, onu düzeltebilir misin?",
"Program_too_long": "Programınızın çalışması çok uzun sürüyor.",
"ServerError": "Bizim beklemediğimiz bir program yazdınız. Eğer yardım etmek isterseniz, bize [email protected] adresinden ilgili seviye ve programınızla birlikte bir e-posta gönderin. Bu arada, biraz farklı bir şey deneyin ve örneklere bir kez daha göz atın. Teşekkürler!",
"ServerError": "Bulunduğunuz seviyeyi ve programınızı içeren bir e-postayı [email protected] adresine göndererek bize yardımcı olabilirsiniz. Bu arada, biraz farklı bir yaklaşım deneyin. Teşekkürler!",
"Transpile_error": "Programını çalıştıramıyoruz.",
"Transpile_success": "Aferin!\nİnanılmaz!\nİyi işti, Aferin!\nMükemmel!\nÇok iyiydin!",
"Transpile_warning": "Uyarı!",
Expand Down
1 change: 1 addition & 0 deletions translations/fr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2635,3 +2635,4 @@ msgstr "Ton programme"

#~ msgid "select_class"
#~ msgstr ""

1 change: 1 addition & 0 deletions translations/tr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2575,3 +2575,4 @@ msgstr "Programınız"

#~ msgid "select_class"
#~ msgstr ""

1 change: 1 addition & 0 deletions translations/uk/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2420,3 +2420,4 @@ msgstr "Ваша програма"

#~ msgid "select_class"
#~ msgstr ""

0 comments on commit 67f8839

Please sign in to comment.