DeclarationTVA/langs/en_US/declarationtva.lang
Frank Cools 1720dadd7a Add comprehensive project planning and task list
- Create PLANNING.md with detailed project architecture and phases
- Create TASK.md with 200+ hour development plan broken into 6 phases
- Add French language support (fr_FR/declarationtva.lang)
- Update English translations with CA3-specific terminology
- Define CA3 box structure and PCG account mappings
- Plan bilingual interface for French-speaking users
- Include database schema, testing, and documentation phases
2025-10-02 15:38:13 +02:00

141 lines
4.6 KiB
Plaintext

# Translation file
#
# Generic
#
# Module label 'ModuleDeclarationTVAName'
ModuleDeclarationTVAName = French CA3 VAT Declaration
# Module description 'ModuleDeclarationTVADesc'
ModuleDeclarationTVADesc = French CA3 VAT declaration module with PCG account mapping
#
# Admin page
#
DeclarationTVASetup = DeclarationTVA setup
Settings = Settings
DeclarationTVASetupPage = DeclarationTVA setup page
NewSection=New section
DECLARATIONTVA_MYPARAM1 = My param 1
DECLARATIONTVA_MYPARAM1Tooltip = My param 1 tooltip
DECLARATIONTVA_MYPARAM2=My param 2
DECLARATIONTVA_MYPARAM2Tooltip=My param 2 tooltip
#
# About page
#
About = About
DeclarationTVAAbout = About DeclarationTVA
DeclarationTVAAboutPage = DeclarationTVA about page
#
# Sample page
#
DeclarationTVAArea = Home DeclarationTVA
MyPageName = My page name
# PCG Account Configuration
DECLARATIONTVA_PCG_CONFIG = PCG Account Configuration
DECLARATIONTVA_PCG_CONFIG_TOOLTIP = Configuration of General Chart of Accounts for each CA3 box
# CA3 Boxes
DECLARATIONTVA_BOX_01 = Box 01 - Domestic sales of goods and services
DECLARATIONTVA_BOX_01_TOOLTIP = Domestic sales at 20% (or reduced rates)
DECLARATIONTVA_BOX_02 = Box 02 - Other taxable operations
DECLARATIONTVA_BOX_02_TOOLTIP = Other taxable domestic operations
DECLARATIONTVA_BOX_03 = Box 03 - Intra-EU acquisitions
DECLARATIONTVA_BOX_03_TOOLTIP = Intra-EU purchases (autoliquidation)
DECLARATIONTVA_BOX_05 = Box 05 - Imports
DECLARATIONTVA_BOX_05_TOOLTIP = Imports from outside EU
DECLARATIONTVA_BOX_08 = Box 08 - Other taxable operations
DECLARATIONTVA_BOX_08_TOOLTIP = Specific operations (reverse charge on services, etc.)
# VAT Rates
DECLARATIONTVA_RATE_20 = Rate 20%
DECLARATIONTVA_RATE_10 = Rate 10%
DECLARATIONTVA_RATE_5_5 = Rate 5.5%
DECLARATIONTVA_RATE_2_1 = Rate 2.1%
# PCG Accounts
DECLARATIONTVA_PCG_SALES = Sales accounts (7xxxx)
DECLARATIONTVA_PCG_VAT_COLLECTED_20 = VAT collected 20% (44571x)
DECLARATIONTVA_PCG_VAT_COLLECTED_10 = VAT collected 10% (44572x)
DECLARATIONTVA_PCG_VAT_COLLECTED_5_5 = VAT collected 5.5% (44573x)
DECLARATIONTVA_PCG_VAT_COLLECTED_2_1 = VAT collected 2.1% (44574x)
DECLARATIONTVA_PCG_VAT_DUE_INTRA = VAT due intra-EU (4452xxx)
DECLARATIONTVA_PCG_VAT_DUE_IMPORT = VAT due on imports (4452xxx)
# Periods
DECLARATIONTVA_PERIOD_QUARTERLY = Quarterly
DECLARATIONTVA_PERIOD_MONTHLY = Monthly
DECLARATIONTVA_PERIOD_YEAR = Year
DECLARATIONTVA_PERIOD_QUARTER = Quarter
DECLARATIONTVA_PERIOD_MONTH = Month
# Declaration Status
DECLARATIONTVA_STATUS_DRAFT = Draft
DECLARATIONTVA_STATUS_VALIDATED = Validated
DECLARATIONTVA_STATUS_SUBMITTED = Submitted
DECLARATIONTVA_STATUS_APPROVED = Approved
# Actions
DECLARATIONTVA_CREATE_DECLARATION = Create declaration
DECLARATIONTVA_EDIT_DECLARATION = Edit declaration
DECLARATIONTVA_DELETE_DECLARATION = Delete declaration
DECLARATIONTVA_VALIDATE_DECLARATION = Validate declaration
DECLARARATIONTVA_EXPORT_PDF = Export to PDF
DECLARATIONTVA_EXPORT_XML = Export to XML
DECLARATIONTVA_EXPORT_CSV = Export to CSV
# Error Messages
DECLARATIONTVA_ERROR_NO_CONFIG = No PCG configuration found
DECLARATIONTVA_ERROR_INVALID_PERIOD = Invalid period
DECLARATIONTVA_ERROR_CALCULATION_FAILED = Calculation error
DECLARATIONTVA_ERROR_EXPORT_FAILED = Export error
# Success Messages
DECLARATIONTVA_SUCCESS_CONFIG_SAVED = Configuration saved
DECLARATIONTVA_SUCCESS_DECLARATION_CREATED = Declaration created
DECLARATIONTVA_SUCCESS_DECLARATION_VALIDATED = Declaration validated
DECLARATIONTVA_SUCCESS_EXPORT_COMPLETED = Export completed
#
# Main Interface
#
DeclarationTVAArea = DeclarationTVA Home
DeclarationTVAMainPage = DeclarationTVA main page
DeclarationTVAList = Declarations list
DeclarationTVACreate = Create declaration
DeclarationTVAEdit = Edit declaration
DeclarationTVAView = View declaration
# Widget
DeclarationTVAWidget = DeclarationTVA Widget
DeclarationTVAWidgetDescription = Shows recent declarations and statistics
# Navigation
DeclarationTVANavHome = Home
DeclarationTVANavDeclarations = Declarations
DeclarationTVANavConfiguration = Configuration
DeclarationTVANavReports = Reports
# Forms
DeclarationTVAFormPeriod = Period
DeclarationTVAFormCompany = Company
DeclarationTVAFormAmount = Amount
DeclarationTVAFormVATRate = VAT Rate
DeclarationTVAFormPCGAccount = PCG Account
# Tables
DeclarationTVATableBox = Box
DeclarationTVATableDescription = Description
DeclarationTVATableAmount = Amount
DeclarationTVATableVATRate = VAT Rate
DeclarationTVATableVATAmount = VAT Amount
DeclarationTVATableActions = Actions
# Help
DeclarationTVAHelpTitle = Help
DeclarationTVAHelpText = This module allows you to automatically generate your French CA3 VAT declarations by mapping your PCG accounts with the declaration boxes.