mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix toast text and translation
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: flattool-gui\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-09-02 16:11-0400\n"
|
||||
"POT-Creation-Date: 2023-09-02 16:25-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -77,7 +77,7 @@ msgid "Can't trash {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/window.py:243
|
||||
msgid "Successfully trashed data"
|
||||
msgid "Trashed data"
|
||||
msgstr ""
|
||||
|
||||
#: src/window.py:265
|
||||
|
||||
8
po/nb.po
8
po/nb.po
@@ -26,8 +26,8 @@ msgid "No description"
|
||||
msgstr "Ingen beskrivelse"
|
||||
|
||||
#: src/window.py:29
|
||||
msgid "Flattwol"
|
||||
msgstr "Flattwol"
|
||||
msgid "Flattool"
|
||||
msgstr "Flattool"
|
||||
|
||||
#: src/window.py:134
|
||||
msgid "The app will be removed from your system."
|
||||
@@ -85,8 +85,8 @@ msgid "Can't trash {}"
|
||||
msgstr "Kan ikke slette {}"
|
||||
|
||||
#: src/window.py:243
|
||||
msgid "Successfully trashed data"
|
||||
msgstr "Sletting av data vellykket"
|
||||
msgid "Trashed data"
|
||||
msgstr "Sletting av data"
|
||||
|
||||
#: src/window.py:265
|
||||
msgid "Can't install {}"
|
||||
|
||||
@@ -81,7 +81,7 @@ template FlattoolGuiWindow : Adw.ApplicationWindow {
|
||||
Button batch_clean_button {
|
||||
icon-name: "brush-symbolic";
|
||||
label: _("Trash User Data");
|
||||
tooltip-text: _("Send Slected Flatpaks' Data to the Trash");
|
||||
tooltip-text: _("Send Selected Flatpaks' Data to the Trash");
|
||||
}
|
||||
[end]
|
||||
Button batch_copy_button {
|
||||
|
||||
@@ -240,7 +240,7 @@ class FlattoolGuiWindow(Adw.ApplicationWindow):
|
||||
select_all_button.set_active(False)
|
||||
|
||||
if show_success:
|
||||
orphans_toast_overlay.add_toast(Adw.Toast.new(_("Successfilly trashed data")))
|
||||
orphans_toast_overlay.add_toast(Adw.Toast.new(_("Trashed data")))
|
||||
|
||||
generate_list(widget, False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user