Fix misspelling (#78)

This commit is contained in:
K0RR
2023-12-14 06:04:03 +01:00
committed by GitHub
parent b58e862138
commit f1ee2a8485
16 changed files with 16 additions and 16 deletions

View File

@@ -302,7 +302,7 @@ msgstr "¿Desactivar actualizaciones para {}?"
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""
"Esto restringirá {} asegurando que nunca reciba ninguna función o "

View File

@@ -306,7 +306,7 @@ msgstr "Désactiver les mises à jour pour {} ?"
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""
"Ceci masquera {} pour que cette application ne reçoive plus de mises à jour "

View File

@@ -299,7 +299,7 @@ msgstr "Kikapcsolja a(z) {} frissítését?"
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""
"Ez maszkolja a(z) {} Flatpak-et, biztosítva, hogy nem fog többé biztonsági "

View File

@@ -291,7 +291,7 @@ msgstr ""
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""

View File

@@ -303,7 +303,7 @@ msgstr "Ingen brukerdata funnet for {}"
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""

View File

@@ -294,7 +294,7 @@ msgstr "Updates voor {} uitschakelen?"
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""
"Dit zal {} maskeren waardoor toekomstige versies of beveiligingsupdates "

View File

@@ -284,7 +284,7 @@ msgstr ""
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""

View File

@@ -297,7 +297,7 @@ msgstr ""
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""

View File

@@ -279,7 +279,7 @@ msgstr ""
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""

View File

@@ -298,7 +298,7 @@ msgstr "Отключить обновления для {}?"
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""
"Это скроет {}, гарантируя, что он никогда не получит никаких обновлений "

View File

@@ -290,7 +290,7 @@ msgstr "Inaktivera Uppdateringar för {}?"
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""
"Detta kommer att maska {} och säkerställar att det kommer att aldrig få "

View File

@@ -294,7 +294,7 @@ msgstr "ปิดการอัพเดทของ {} หรือไม่?"
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr "แอปนี้จะไม่ได้รับการอัปเดตใดๆ"

View File

@@ -288,7 +288,7 @@ msgstr ""
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""

View File

@@ -189,7 +189,7 @@ msgstr ""
#: src/window.py:365
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""

View File

@@ -284,7 +284,7 @@ msgstr ""
#: src/window.py:473
msgid ""
"This will mask {} ensuring it will never recieve any feature or security "
"This will mask {} ensuring it will never receive any feature or security "
"updates."
msgstr ""

View File

@@ -362,7 +362,7 @@ class WarehouseWindow(Adw.ApplicationWindow):
onContinue(self, None)
else:
dialog = Adw.MessageDialog.new(self, _("Disable Updates for {}?").format(row.app_name))
dialog.set_body(_("This will mask {} ensuring it will never recieve any feature or security updates.").format(row.app_name))
dialog.set_body(_("This will mask {} ensuring it will never receive any feature or security updates.").format(row.app_name))
dialog.add_response("cancel", _("Cancel"))
dialog.set_close_response("cancel")
dialog.add_response("continue", _("Disable Updates"))