-
-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sql_export_delta | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: sql_export_delta | ||
#: model:ir.model,name:sql_export_delta.model_sql_file_wizard | ||
msgid "Allow the user to save the file with sql request's data" | ||
msgstr "" | ||
|
||
#. module: sql_export_delta | ||
#: model:ir.model.fields,field_description:sql_export_delta.field_sql_export__export_delta | ||
msgid "Delta" | ||
msgstr "" | ||
|
||
#. module: sql_export_delta | ||
#: model:ir.model,name:sql_export_delta.model_sql_export | ||
msgid "SQL export" | ||
msgstr "" | ||
|
||
#. module: sql_export_delta | ||
#: model:ir.model.fields,help:sql_export_delta.field_sql_export__export_delta | ||
msgid "" | ||
"With this checked, the full result of the query will be stored as table in " | ||
"the database, but the file generated will only contain rows not existing in " | ||
"the n-1st export" | ||
msgstr "" |