odoo-addon-account-statement-import-sheet-file 17.0.1.1.0__py3-none-any.whl → 17.0.1.1.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/account_statement_import_sheet_file/i18n/es.po +27 -0
- odoo/addons/account_statement_import_sheet_file/i18n/es_AR.po +27 -0
- odoo/addons/account_statement_import_sheet_file/i18n/it.po +27 -0
- odoo/addons/account_statement_import_sheet_file/i18n/nl.po +27 -0
- odoo/addons/account_statement_import_sheet_file/i18n/pt.po +27 -0
- odoo/addons/account_statement_import_sheet_file/i18n/tr.po +27 -0
- odoo/addons/account_statement_import_sheet_file/i18n/zh_CN.po +31 -2
- {odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.dist-info → odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info}/METADATA +1 -1
- {odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.dist-info → odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info}/RECORD +11 -11
- {odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.dist-info → odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info}/WHEEL +0 -0
- {odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.dist-info → odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -61,6 +61,11 @@ msgstr "Valor absoluto"
|
|
|
61
61
|
msgid "Account: %s; "
|
|
62
62
|
msgstr "Cuenta: %s; "
|
|
63
63
|
|
|
64
|
+
#. module: account_statement_import_sheet_file
|
|
65
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
66
|
+
msgid "Allows to skip empty lines"
|
|
67
|
+
msgstr ""
|
|
68
|
+
|
|
64
69
|
#. module: account_statement_import_sheet_file
|
|
65
70
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
66
71
|
msgid "Amount column"
|
|
@@ -130,6 +135,11 @@ msgstr "Central European (Latin-2 / ISO 8859-2)"
|
|
|
130
135
|
msgid "Columns"
|
|
131
136
|
msgstr "Columnas"
|
|
132
137
|
|
|
138
|
+
#. module: account_statement_import_sheet_file
|
|
139
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
140
|
+
msgid "Columns to ignore before starting to parse"
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
133
143
|
#. module: account_statement_import_sheet_file
|
|
134
144
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
|
|
135
145
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
|
|
@@ -352,6 +362,18 @@ msgstr "No hay una codificación válida para el fichero adjunto"
|
|
|
352
362
|
msgid "Notes Column"
|
|
353
363
|
msgstr "Columna de Notas"
|
|
354
364
|
|
|
365
|
+
#. module: account_statement_import_sheet_file
|
|
366
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
367
|
+
msgid "Offset Column"
|
|
368
|
+
msgstr ""
|
|
369
|
+
|
|
370
|
+
#. module: account_statement_import_sheet_file
|
|
371
|
+
#. odoo-python
|
|
372
|
+
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
|
|
373
|
+
#, python-format
|
|
374
|
+
msgid "Offsets cannot be negative"
|
|
375
|
+
msgstr ""
|
|
376
|
+
|
|
355
377
|
#. module: account_statement_import_sheet_file
|
|
356
378
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
357
379
|
msgid "Original Amount Column"
|
|
@@ -415,6 +437,11 @@ msgid ""
|
|
|
415
437
|
"Distinct Credit/debit Column: use a distinct column for debit and credit"
|
|
416
438
|
msgstr ""
|
|
417
439
|
|
|
440
|
+
#. module: account_statement_import_sheet_file
|
|
441
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
442
|
+
msgid "Skip Empty Lines"
|
|
443
|
+
msgstr ""
|
|
444
|
+
|
|
418
445
|
#. module: account_statement_import_sheet_file
|
|
419
446
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
|
|
420
447
|
msgid "Statement Import Map"
|
|
@@ -63,6 +63,11 @@ msgstr ""
|
|
|
63
63
|
msgid "Account: %s; "
|
|
64
64
|
msgstr "Cuenta: %s; "
|
|
65
65
|
|
|
66
|
+
#. module: account_statement_import_sheet_file
|
|
67
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
68
|
+
msgid "Allows to skip empty lines"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
66
71
|
#. module: account_statement_import_sheet_file
|
|
67
72
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
68
73
|
#, fuzzy
|
|
@@ -136,6 +141,11 @@ msgstr "Centro Europeo (Latin-2 / ISO 8859-2)"
|
|
|
136
141
|
msgid "Columns"
|
|
137
142
|
msgstr "Columnas"
|
|
138
143
|
|
|
144
|
+
#. module: account_statement_import_sheet_file
|
|
145
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
146
|
+
msgid "Columns to ignore before starting to parse"
|
|
147
|
+
msgstr ""
|
|
148
|
+
|
|
139
149
|
#. module: account_statement_import_sheet_file
|
|
140
150
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
|
|
141
151
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
|
|
@@ -366,6 +376,18 @@ msgstr "No hay una codificación válida para el fichero adjunto"
|
|
|
366
376
|
msgid "Notes Column"
|
|
367
377
|
msgstr "Columna de Notas"
|
|
368
378
|
|
|
379
|
+
#. module: account_statement_import_sheet_file
|
|
380
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
381
|
+
msgid "Offset Column"
|
|
382
|
+
msgstr ""
|
|
383
|
+
|
|
384
|
+
#. module: account_statement_import_sheet_file
|
|
385
|
+
#. odoo-python
|
|
386
|
+
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
|
|
387
|
+
#, python-format
|
|
388
|
+
msgid "Offsets cannot be negative"
|
|
389
|
+
msgstr ""
|
|
390
|
+
|
|
369
391
|
#. module: account_statement_import_sheet_file
|
|
370
392
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
371
393
|
#, fuzzy
|
|
@@ -431,6 +453,11 @@ msgid ""
|
|
|
431
453
|
"Distinct Credit/debit Column: use a distinct column for debit and credit"
|
|
432
454
|
msgstr ""
|
|
433
455
|
|
|
456
|
+
#. module: account_statement_import_sheet_file
|
|
457
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
458
|
+
msgid "Skip Empty Lines"
|
|
459
|
+
msgstr ""
|
|
460
|
+
|
|
434
461
|
#. module: account_statement_import_sheet_file
|
|
435
462
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
|
|
436
463
|
msgid "Statement Import Map"
|
|
@@ -61,6 +61,11 @@ msgstr "Valore assoluto"
|
|
|
61
61
|
msgid "Account: %s; "
|
|
62
62
|
msgstr "Conto: %s; "
|
|
63
63
|
|
|
64
|
+
#. module: account_statement_import_sheet_file
|
|
65
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
66
|
+
msgid "Allows to skip empty lines"
|
|
67
|
+
msgstr ""
|
|
68
|
+
|
|
64
69
|
#. module: account_statement_import_sheet_file
|
|
65
70
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
66
71
|
msgid "Amount column"
|
|
@@ -130,6 +135,11 @@ msgstr "Europeo centrale (Latin-2 / ISO 8859-2)"
|
|
|
130
135
|
msgid "Columns"
|
|
131
136
|
msgstr "Colonne"
|
|
132
137
|
|
|
138
|
+
#. module: account_statement_import_sheet_file
|
|
139
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
140
|
+
msgid "Columns to ignore before starting to parse"
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
133
143
|
#. module: account_statement_import_sheet_file
|
|
134
144
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
|
|
135
145
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
|
|
@@ -352,6 +362,18 @@ msgstr "Nessuna codifica valida è stata trovata per il file allegato"
|
|
|
352
362
|
msgid "Notes Column"
|
|
353
363
|
msgstr "Colonna Note"
|
|
354
364
|
|
|
365
|
+
#. module: account_statement_import_sheet_file
|
|
366
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
367
|
+
msgid "Offset Column"
|
|
368
|
+
msgstr ""
|
|
369
|
+
|
|
370
|
+
#. module: account_statement_import_sheet_file
|
|
371
|
+
#. odoo-python
|
|
372
|
+
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
|
|
373
|
+
#, python-format
|
|
374
|
+
msgid "Offsets cannot be negative"
|
|
375
|
+
msgstr ""
|
|
376
|
+
|
|
355
377
|
#. module: account_statement_import_sheet_file
|
|
356
378
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
357
379
|
msgid "Original Amount Column"
|
|
@@ -420,6 +442,11 @@ msgstr ""
|
|
|
420
442
|
"Colonna distinta credito/debito: usare una colonna distitna per debiti e "
|
|
421
443
|
"crediti"
|
|
422
444
|
|
|
445
|
+
#. module: account_statement_import_sheet_file
|
|
446
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
447
|
+
msgid "Skip Empty Lines"
|
|
448
|
+
msgstr ""
|
|
449
|
+
|
|
423
450
|
#. module: account_statement_import_sheet_file
|
|
424
451
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
|
|
425
452
|
msgid "Statement Import Map"
|
|
@@ -53,6 +53,11 @@ msgstr ""
|
|
|
53
53
|
msgid "Account: %s; "
|
|
54
54
|
msgstr "Rekening: %s; "
|
|
55
55
|
|
|
56
|
+
#. module: account_statement_import_sheet_file
|
|
57
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
58
|
+
msgid "Allows to skip empty lines"
|
|
59
|
+
msgstr ""
|
|
60
|
+
|
|
56
61
|
#. module: account_statement_import_sheet_file
|
|
57
62
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
58
63
|
msgid "Amount column"
|
|
@@ -124,6 +129,11 @@ msgstr "Central European (Latin-2 / ISO 8859-2)"
|
|
|
124
129
|
msgid "Columns"
|
|
125
130
|
msgstr "Kolommen"
|
|
126
131
|
|
|
132
|
+
#. module: account_statement_import_sheet_file
|
|
133
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
134
|
+
msgid "Columns to ignore before starting to parse"
|
|
135
|
+
msgstr ""
|
|
136
|
+
|
|
127
137
|
#. module: account_statement_import_sheet_file
|
|
128
138
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
|
|
129
139
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
|
|
@@ -337,6 +347,18 @@ msgstr ""
|
|
|
337
347
|
msgid "Notes Column"
|
|
338
348
|
msgstr ""
|
|
339
349
|
|
|
350
|
+
#. module: account_statement_import_sheet_file
|
|
351
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
352
|
+
msgid "Offset Column"
|
|
353
|
+
msgstr ""
|
|
354
|
+
|
|
355
|
+
#. module: account_statement_import_sheet_file
|
|
356
|
+
#. odoo-python
|
|
357
|
+
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
|
|
358
|
+
#, python-format
|
|
359
|
+
msgid "Offsets cannot be negative"
|
|
360
|
+
msgstr ""
|
|
361
|
+
|
|
340
362
|
#. module: account_statement_import_sheet_file
|
|
341
363
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
342
364
|
msgid "Original Amount Column"
|
|
@@ -398,6 +420,11 @@ msgid ""
|
|
|
398
420
|
"Distinct Credit/debit Column: use a distinct column for debit and credit"
|
|
399
421
|
msgstr ""
|
|
400
422
|
|
|
423
|
+
#. module: account_statement_import_sheet_file
|
|
424
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
425
|
+
msgid "Skip Empty Lines"
|
|
426
|
+
msgstr ""
|
|
427
|
+
|
|
401
428
|
#. module: account_statement_import_sheet_file
|
|
402
429
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
|
|
403
430
|
msgid "Statement Import Map"
|
|
@@ -53,6 +53,11 @@ msgstr ""
|
|
|
53
53
|
msgid "Account: %s; "
|
|
54
54
|
msgstr ""
|
|
55
55
|
|
|
56
|
+
#. module: account_statement_import_sheet_file
|
|
57
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
58
|
+
msgid "Allows to skip empty lines"
|
|
59
|
+
msgstr ""
|
|
60
|
+
|
|
56
61
|
#. module: account_statement_import_sheet_file
|
|
57
62
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
58
63
|
msgid "Amount column"
|
|
@@ -122,6 +127,11 @@ msgstr ""
|
|
|
122
127
|
msgid "Columns"
|
|
123
128
|
msgstr ""
|
|
124
129
|
|
|
130
|
+
#. module: account_statement_import_sheet_file
|
|
131
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
132
|
+
msgid "Columns to ignore before starting to parse"
|
|
133
|
+
msgstr ""
|
|
134
|
+
|
|
125
135
|
#. module: account_statement_import_sheet_file
|
|
126
136
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
|
|
127
137
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
|
|
@@ -339,6 +349,18 @@ msgstr ""
|
|
|
339
349
|
msgid "Notes Column"
|
|
340
350
|
msgstr ""
|
|
341
351
|
|
|
352
|
+
#. module: account_statement_import_sheet_file
|
|
353
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
354
|
+
msgid "Offset Column"
|
|
355
|
+
msgstr ""
|
|
356
|
+
|
|
357
|
+
#. module: account_statement_import_sheet_file
|
|
358
|
+
#. odoo-python
|
|
359
|
+
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
|
|
360
|
+
#, python-format
|
|
361
|
+
msgid "Offsets cannot be negative"
|
|
362
|
+
msgstr ""
|
|
363
|
+
|
|
342
364
|
#. module: account_statement_import_sheet_file
|
|
343
365
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
344
366
|
msgid "Original Amount Column"
|
|
@@ -400,6 +422,11 @@ msgid ""
|
|
|
400
422
|
"Distinct Credit/debit Column: use a distinct column for debit and credit"
|
|
401
423
|
msgstr ""
|
|
402
424
|
|
|
425
|
+
#. module: account_statement_import_sheet_file
|
|
426
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
427
|
+
msgid "Skip Empty Lines"
|
|
428
|
+
msgstr ""
|
|
429
|
+
|
|
403
430
|
#. module: account_statement_import_sheet_file
|
|
404
431
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
|
|
405
432
|
msgid "Statement Import Map"
|
|
@@ -60,6 +60,11 @@ msgstr "Mutlak Tutar"
|
|
|
60
60
|
msgid "Account: %s; "
|
|
61
61
|
msgstr "Hesap: %s; "
|
|
62
62
|
|
|
63
|
+
#. module: account_statement_import_sheet_file
|
|
64
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
65
|
+
msgid "Allows to skip empty lines"
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
63
68
|
#. module: account_statement_import_sheet_file
|
|
64
69
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
65
70
|
msgid "Amount column"
|
|
@@ -129,6 +134,11 @@ msgstr "Orta Avrupa (Latin-2 / ISO 8859-2)"
|
|
|
129
134
|
msgid "Columns"
|
|
130
135
|
msgstr "Sütunlar"
|
|
131
136
|
|
|
137
|
+
#. module: account_statement_import_sheet_file
|
|
138
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
139
|
+
msgid "Columns to ignore before starting to parse"
|
|
140
|
+
msgstr ""
|
|
141
|
+
|
|
132
142
|
#. module: account_statement_import_sheet_file
|
|
133
143
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
|
|
134
144
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
|
|
@@ -350,6 +360,18 @@ msgstr "Ekteki dosya için geçerli bir kodlama bulunamadı"
|
|
|
350
360
|
msgid "Notes Column"
|
|
351
361
|
msgstr "Not Sütunu"
|
|
352
362
|
|
|
363
|
+
#. module: account_statement_import_sheet_file
|
|
364
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
365
|
+
msgid "Offset Column"
|
|
366
|
+
msgstr ""
|
|
367
|
+
|
|
368
|
+
#. module: account_statement_import_sheet_file
|
|
369
|
+
#. odoo-python
|
|
370
|
+
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
|
|
371
|
+
#, python-format
|
|
372
|
+
msgid "Offsets cannot be negative"
|
|
373
|
+
msgstr ""
|
|
374
|
+
|
|
353
375
|
#. module: account_statement_import_sheet_file
|
|
354
376
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
355
377
|
msgid "Original Amount Column"
|
|
@@ -417,6 +439,11 @@ msgstr ""
|
|
|
417
439
|
"(mutlak değer + işaret işareti)\n"
|
|
418
440
|
"Kredi/Borç Farkı Sütunu: Borç ve alacak için ayrı bir sütun kullanın"
|
|
419
441
|
|
|
442
|
+
#. module: account_statement_import_sheet_file
|
|
443
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
444
|
+
msgid "Skip Empty Lines"
|
|
445
|
+
msgstr ""
|
|
446
|
+
|
|
420
447
|
#. module: account_statement_import_sheet_file
|
|
421
448
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
|
|
422
449
|
msgid "Statement Import Map"
|
|
@@ -55,6 +55,11 @@ msgstr "绝对值"
|
|
|
55
55
|
msgid "Account: %s; "
|
|
56
56
|
msgstr "科目: %s; "
|
|
57
57
|
|
|
58
|
+
#. module: account_statement_import_sheet_file
|
|
59
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
60
|
+
msgid "Allows to skip empty lines"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
58
63
|
#. module: account_statement_import_sheet_file
|
|
59
64
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
60
65
|
msgid "Amount column"
|
|
@@ -124,6 +129,11 @@ msgstr "中欧 (Latin-2 / ISO 8859-2)"
|
|
|
124
129
|
msgid "Columns"
|
|
125
130
|
msgstr "列名"
|
|
126
131
|
|
|
132
|
+
#. module: account_statement_import_sheet_file
|
|
133
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
134
|
+
msgid "Columns to ignore before starting to parse"
|
|
135
|
+
msgstr ""
|
|
136
|
+
|
|
127
137
|
#. module: account_statement_import_sheet_file
|
|
128
138
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
|
|
129
139
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
|
|
@@ -273,7 +283,8 @@ msgid ""
|
|
|
273
283
|
"In case statement provides original currency for transactions with automatic "
|
|
274
284
|
"currency conversion, column to get original transaction amount in original "
|
|
275
285
|
"transaction currency from"
|
|
276
|
-
msgstr "
|
|
286
|
+
msgstr ""
|
|
287
|
+
"如果对账单提供了带有自动货币转换的交易的原货币,从该列获取原交易货币中的原交"
|
|
277
288
|
"易金额"
|
|
278
289
|
|
|
279
290
|
#. module: account_statement_import_sheet_file
|
|
@@ -282,7 +293,8 @@ msgid ""
|
|
|
282
293
|
"In some cases such as in credit card statements the amounts are expressed in "
|
|
283
294
|
"the inverse sign. By setting this flag during the upload the amounts will be "
|
|
284
295
|
"inverted in sign."
|
|
285
|
-
msgstr "
|
|
296
|
+
msgstr ""
|
|
297
|
+
"在某些情况下,例如在信用卡对账单中,金额的表达方式是符号相反的。在上传时设置"
|
|
286
298
|
"此标志,金额的符号将被反转。"
|
|
287
299
|
|
|
288
300
|
#. module: account_statement_import_sheet_file
|
|
@@ -337,6 +349,18 @@ msgstr "未找到文件的合法编码"
|
|
|
337
349
|
msgid "Notes Column"
|
|
338
350
|
msgstr "备注列"
|
|
339
351
|
|
|
352
|
+
#. module: account_statement_import_sheet_file
|
|
353
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
354
|
+
msgid "Offset Column"
|
|
355
|
+
msgstr ""
|
|
356
|
+
|
|
357
|
+
#. module: account_statement_import_sheet_file
|
|
358
|
+
#. odoo-python
|
|
359
|
+
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
|
|
360
|
+
#, python-format
|
|
361
|
+
msgid "Offsets cannot be negative"
|
|
362
|
+
msgstr ""
|
|
363
|
+
|
|
340
364
|
#. module: account_statement_import_sheet_file
|
|
341
365
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
342
366
|
msgid "Original Amount Column"
|
|
@@ -401,6 +425,11 @@ msgstr ""
|
|
|
401
425
|
"绝对值:在借方和贷方使用同一列 (绝对值 + 指示符号)\n"
|
|
402
426
|
"不同的贷方/借方列:为借方和贷方使用不同的列"
|
|
403
427
|
|
|
428
|
+
#. module: account_statement_import_sheet_file
|
|
429
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
430
|
+
msgid "Skip Empty Lines"
|
|
431
|
+
msgstr ""
|
|
432
|
+
|
|
404
433
|
#. module: account_statement_import_sheet_file
|
|
405
434
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
|
|
406
435
|
msgid "Statement Import Map"
|
|
@@ -3,13 +3,13 @@ odoo/addons/account_statement_import_sheet_file/__init__.py,sha256=X9EJGOE2GtZbS
|
|
|
3
3
|
odoo/addons/account_statement_import_sheet_file/__manifest__.py,sha256=QXs_2Nd-yBGzGehqq8vZ9MVzcIg7QwVOmL9q8cLhSFc,934
|
|
4
4
|
odoo/addons/account_statement_import_sheet_file/data/map_data.xml,sha256=nz_4CchVMF9pb_SI4I6UZAt2IBPxWapX37lU6J6sTJ0,1225
|
|
5
5
|
odoo/addons/account_statement_import_sheet_file/i18n/account_statement_import_sheet_file.pot,sha256=0bOWoJHO8rwi8ouPB7ui-M2O7Ht80-pXCZkJTq3k2Tg,27191
|
|
6
|
-
odoo/addons/account_statement_import_sheet_file/i18n/es.po,sha256=
|
|
7
|
-
odoo/addons/account_statement_import_sheet_file/i18n/es_AR.po,sha256=
|
|
8
|
-
odoo/addons/account_statement_import_sheet_file/i18n/it.po,sha256=
|
|
9
|
-
odoo/addons/account_statement_import_sheet_file/i18n/nl.po,sha256=
|
|
10
|
-
odoo/addons/account_statement_import_sheet_file/i18n/pt.po,sha256=
|
|
11
|
-
odoo/addons/account_statement_import_sheet_file/i18n/tr.po,sha256=
|
|
12
|
-
odoo/addons/account_statement_import_sheet_file/i18n/zh_CN.po,sha256=
|
|
6
|
+
odoo/addons/account_statement_import_sheet_file/i18n/es.po,sha256=AZXEocNT6Gp7W8ZpanJ0MENVamkH-nXANZtiu7Y_fB4,32246
|
|
7
|
+
odoo/addons/account_statement_import_sheet_file/i18n/es_AR.po,sha256=HWVBRxFW7P1g2XunUS8wCyYW9mg0opw-IB8VvTK_mqY,30982
|
|
8
|
+
odoo/addons/account_statement_import_sheet_file/i18n/it.po,sha256=Q4GnGQMh993nbPFkGmw68wjsRaXOEHjg7ykBxlzlF7A,32175
|
|
9
|
+
odoo/addons/account_statement_import_sheet_file/i18n/nl.po,sha256=fSlXjDI2lvODK-PzlwiEFa8zww1_GqtgANMSLriHxD8,28131
|
|
10
|
+
odoo/addons/account_statement_import_sheet_file/i18n/pt.po,sha256=fC01rVr5XDk5p6eWc11HG4PLve_I2u1uhNxT0vv9Is4,27612
|
|
11
|
+
odoo/addons/account_statement_import_sheet_file/i18n/tr.po,sha256=ywXWa4dSz1J2IZQg9v5vbJHi0T12tLFqe-pmtZjFJ2c,31357
|
|
12
|
+
odoo/addons/account_statement_import_sheet_file/i18n/zh_CN.po,sha256=AdXlAUPY3-6Gv6TNrB-xrX6if5c2Os8XQWBFb677FBA,30449
|
|
13
13
|
odoo/addons/account_statement_import_sheet_file/models/__init__.py,sha256=RsEvd89lQS7V0Mlk6D6FAWyOMDRd8YD0d9i4Xc-XcDo,240
|
|
14
14
|
odoo/addons/account_statement_import_sheet_file/models/account_journal.py,sha256=F4_deAvNErZ6o1gkw9uhDrEnHyWXUKNvk09mzCVzTIw,562
|
|
15
15
|
odoo/addons/account_statement_import_sheet_file/models/account_statement_import.py,sha256=KWDYgO9-C1ZAF7JO9Qlq2ghROcJIwKhGp1CueTnA368,1932
|
|
@@ -45,7 +45,7 @@ odoo/addons/account_statement_import_sheet_file/tests/fixtures/sample_statement_
|
|
|
45
45
|
odoo/addons/account_statement_import_sheet_file/views/account_journal_views.xml,sha256=h3A5JmNGunmCybjD_Gx_v6PghhHy0TOqos3Bu5PHhTk,594
|
|
46
46
|
odoo/addons/account_statement_import_sheet_file/views/account_statement_import.xml,sha256=KhgiMxHjI5tq1RlkmDYOhejqrxN4mXLc5nT9EM9gQ5s,842
|
|
47
47
|
odoo/addons/account_statement_import_sheet_file/views/account_statement_import_sheet_mapping.xml,sha256=_NrwpFVmFcugUBoWBMTkHXp_s_Y1oZN9dec0ya-gkbc,6374
|
|
48
|
-
odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.dist-info/METADATA,sha256=
|
|
49
|
-
odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
|
50
|
-
odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
51
|
-
odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.dist-info/RECORD,,
|
|
48
|
+
odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info/METADATA,sha256=TooS8xWJj79ICiGoFZGcT2Z4h1Jic6DPkdXg1de-Drg,5265
|
|
49
|
+
odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
|
50
|
+
odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
51
|
+
odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info/RECORD,,
|
|
File without changes
|