Translated using Weblate (Italian)

Currently translated at 94.1% (81 of 86 strings)

Translation: server-tools-14.0/server-tools-14.0-auto_backup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-auto_backup/it/
pull/2712/head
Riccardo Bellanova 2022-03-17 15:41:56 +00:00 committed by tafaRU
parent ad9d8e5c66
commit ba420adf05
2 changed files with 23 additions and 23 deletions

View File

@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-03 10:08+0000\n"
"PO-Revision-Date: 2022-01-01 23:39+0000\n"
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>\n"
"PO-Revision-Date: 2022-03-17 18:31+0000\n"
"Last-Translator: Riccardo Bellanova <bellanova@webmonks.it>\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
@ -48,7 +48,7 @@ msgstr "Backup automatici"
#. module: auto_backup
#: model_terms:ir.ui.view,arch_db:auto_backup.view_backup_conf_form
msgid "Automatic backups of the database can be scheduled as follows:"
msgstr "Il backup automatico del database può essere programmato come segue:"
msgstr "Il backup automatico dei database può essere programmato come segue:"
#. module: auto_backup
#: model:mail.message.subtype,name:auto_backup.mail_message_subtype_failure

View File

@ -57,7 +57,7 @@ class TestDbBackup(common.TransactionCase):
yield filtered
def new_record(self, method="sftp"):
vals = {"name": u"Têst backup", "method": method, "days_to_keep": 1}
vals = {"name": "Têst backup", "method": method, "days_to_keep": 1}
if method == "sftp":
vals.update(
{