Please sign in to see the alerts.
Overview
Project website | godotengine.org | |
---|---|---|
Instructions for translators | Thanks for helping with Godot Engine translations! Please make sure to read the detailed instructions that we have for each translation components on: https://docs.godotengine.org/en/latest/contributing/documentation/editor_and_docs_localization.html |
|
Project maintainers | Akien timothyqiu mhilbrunner | |
Translation license | MIT License | |
Translation process |
|
|
Source code repository |
https://github.com/godotengine/godot-editor-l10n
|
|
Repository branch | main | |
Last remote commit |
Sync translations with Godot 4.3
b8f7a2d
Rémi Verschelde authored 3 months ago |
|
Last commit in Weblate |
editor: Translated using Weblate (Korean)
873d2fd
diswib authored 23 hours ago |
|
Weblate repository |
https://hosted.weblate.org/git/godot-engine/godot-properties/
|
|
File mask |
classes/*.po
|
4 hours ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 971,208 | 25,274,203 | 175,691,781 | |||
Source | 20,664 | 537,749 | 3,738,123 | |||
Translated | 14% | 137,142 | 12% | 3,262,570 | 12% | 22,558,965 |
Needs editing | 5% | 55,886 | 3% | 946,003 | 3% | 6,455,168 |
Read-only | 2% | 20,664 | 2% | 537,749 | 2% | 3,738,123 |
Failing checks | 1% | 15,815 | 2% | 552,493 | 2% | 3,957,351 |
Strings with suggestions | 1% | 172 | 1% | 4,797 | 1% | 34,728 |
Untranslated strings | 80% | 778,180 | 83% | 21,065,630 | 83% | 146,677,648 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
+1%
Translated
+13%
+23%
Contributors
+100%
zyriocgd
Translation changed |
|
zyriocgd
Translation changed |
|
Veryellow
Marked for edit |
|
Veryellow
Marked for edit |
|
Veryellow
Translation added |
|
Veryellow
Translation changed |
|
Veryellow
Translation added |
|
Veryellow
Contributor joined |
Contributor joined
5 hours ago
|
tct123
Translation added |
|
tct123
Translation changed |
|
The output in the console may look like the following:
[codeblock lang=text]
Frame 0 - res://test.gd:16 in function '_process'
[/codeblock]
[b]Note:[/b] This function only works if the running instance is connected to a debugging server (i.e. an editor instance). [method print_stack] will not work in projects exported in release mode, or in projects exported in debug mode if not connected to a debugging server.
[b]Note:[/b] Calling this function from a [Thread] is not supported. Doing so will instead print the thread ID.
gembalikan sebuah array dari dictionary yang mewakili call stackcetak jejak tumpukan di lokasi kode saat ini. Lihat juga [methodprine get_stack].[codeblock]
Keluaran di konsol mungkin terlihat seperti berikut:func _ready():
foo()
func foo():
bar()
func bar():
print(get_stack())
[/codeblock]
Mulai dari [code]_ready()[/code], [code]bar()[/code] akan menampilkan:
[codeblock]
[{function:bar, line:12, source:res://script.gd}, {function:foo, line:9, source:res://script.gd}, {function:_ready, line:6, source:res://script.gd}]
[codeblock lang=text]
Frame 0 - res://test.gd:16 dalam fungsi '_process'
[/codeblock]
[b]Catatan:[/b] Fungsi ini hanya be
kerjarfungsi jika instance yang sedang berjalan terkoneksi denganhubung ke server debugging (contohmisalnya instance editor). [methodgee print_stack] tidak akan bekerja dalam proyek-rfungsi dalam proyek yang diekspor dalam mode rilis, atau dalam proyek-proyekyang diekspor dalam mode debug jika tidakditerhubungkanke server debugging.[b]Catatan:[/b] Memanggil fungsi ini dari
sebuah[Thread] tidak didukung. Melakukanini hanya akan mengembalikan sebuah array kosonghal itu akan mencetak ID thread.