diff --git a/Scripts/Dialogs/SplashDialog.gd b/Scripts/Dialogs/SplashDialog.gd index 13e7eb426..64329ea09 100644 --- a/Scripts/Dialogs/SplashDialog.gd +++ b/Scripts/Dialogs/SplashDialog.gd @@ -1,5 +1,6 @@ extends WindowDialog +onready var changes_label : Label = $Contents/HBoxContainer/ChangesLabel onready var art_by_label : Label = $Contents/PatronsArtNews/ArtContainer/ArtCredits onready var show_on_startup_button : CheckBox = $Contents/BottomHboxContainer/ShowOnStartup onready var developed_by_label : Label = $Contents/BottomHboxContainer/VBoxContainer/DevelopedBy @@ -7,6 +8,7 @@ onready var developed_by_label : Label = $Contents/BottomHboxContainer/VBoxConta func _on_SplashDialog_about_to_show() -> void: var current_version : String = ProjectSettings.get_setting("application/config/Version") window_title = "Pixelorama" + " " + current_version + changes_label.text = current_version + " " + tr("Changes") developed_by_label.text = "Pixelorama" + " " + current_version + " - " + tr("MADEBY_LABEL") art_by_label.text = tr("Art by") + ": Erevos" diff --git a/Translations/Translations.pot b/Translations/Translations.pot index fb9e214d5..8ccc2cb11 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -607,6 +607,12 @@ msgstr "" msgid "Edit Palette" msgstr "" +msgid "Patrons:" +msgstr "" + +msgid "Changes" +msgstr "" + msgid "Platinum Sponsor" msgstr "" diff --git a/Translations/de.po b/Translations/de.po index 4985e0f26..67ff2213e 100644 --- a/Translations/de.po +++ b/Translations/de.po @@ -671,6 +671,13 @@ msgstr "Erstelle eine neue leere Palette" msgid "Edit Palette" msgstr "Bearbeite Palette" +msgid "Patrons:" +msgstr "" + +#, fuzzy +msgid "Changes" +msgstr "Änderungen" + msgid "Platinum Sponsor" msgstr "" diff --git a/Translations/el.po b/Translations/el.po index 0acf8ce3f..6a8e8e511 100644 --- a/Translations/el.po +++ b/Translations/el.po @@ -670,6 +670,12 @@ msgstr "Δημιουργία νέας κενής παλέττας;" msgid "Edit Palette" msgstr "Επεξεργασία Παλέττας" +msgid "Patrons:" +msgstr "" + +msgid "Changes" +msgstr "Αλλαγές" + msgid "Platinum Sponsor" msgstr "Πλατινένιος Σπόνσορας" diff --git a/Translations/en.po b/Translations/en.po index 533ae82c9..740e88e7a 100644 --- a/Translations/en.po +++ b/Translations/en.po @@ -662,6 +662,12 @@ msgstr "Create a new empty palette?" msgid "Edit Palette" msgstr "Edit Palette" +msgid "Patrons:" +msgstr "" + +msgid "Changes" +msgstr "Changes" + msgid "Platinum Sponsor" msgstr "Platinum Sponsor" diff --git a/Translations/fr.po b/Translations/fr.po index ec1f0fa51..176118c3a 100644 --- a/Translations/fr.po +++ b/Translations/fr.po @@ -690,6 +690,12 @@ msgstr "" msgid "Edit Palette" msgstr "" +msgid "Patrons:" +msgstr "" + +msgid "Changes" +msgstr "" + msgid "Platinum Sponsor" msgstr "" diff --git a/Translations/pl.po b/Translations/pl.po index a0dc9484d..e3aa97793 100644 --- a/Translations/pl.po +++ b/Translations/pl.po @@ -679,6 +679,12 @@ msgstr "" msgid "Edit Palette" msgstr "" +msgid "Patrons:" +msgstr "" + +msgid "Changes" +msgstr "" + msgid "Platinum Sponsor" msgstr "" diff --git a/Translations/pt_BR.po b/Translations/pt_BR.po index f902ddb50..b21c4b7c1 100644 --- a/Translations/pt_BR.po +++ b/Translations/pt_BR.po @@ -671,6 +671,13 @@ msgstr "Criar uma nova paleta vazia?" msgid "Edit Palette" msgstr "Editar Paleta" +msgid "Patrons:" +msgstr "" + +#, fuzzy +msgid "Changes" +msgstr "Changelog" + msgid "Platinum Sponsor" msgstr "" diff --git a/Translations/ru.po b/Translations/ru.po index 2a6c7f7d1..e22b68ef2 100644 --- a/Translations/ru.po +++ b/Translations/ru.po @@ -678,6 +678,12 @@ msgstr "" msgid "Edit Palette" msgstr "" +msgid "Patrons:" +msgstr "" + +msgid "Changes" +msgstr "" + msgid "Platinum Sponsor" msgstr "" diff --git a/Translations/zh_TW.po b/Translations/zh_TW.po index fa5b2e4d6..7f66e7992 100644 --- a/Translations/zh_TW.po +++ b/Translations/zh_TW.po @@ -661,6 +661,13 @@ msgstr "新增空的色盤?" msgid "Edit Palette" msgstr "編輯色盤" +msgid "Patrons:" +msgstr "" + +#, fuzzy +msgid "Changes" +msgstr "更新紀錄" + msgid "Platinum Sponsor" msgstr ""