Merge pull request #3302 from akaunting/translations

New Crowdin translations
This commit is contained in:
Cihan Şentürk 2025-12-07 19:34:50 +03:00 committed by GitHub
commit aa393c58fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 25 additions and 1 deletions

View File

@ -85,6 +85,8 @@ return [
'default' => 'Per defecte',
'classic' => 'Clàssica',
'modern' => 'Moderna',
'logo_size_width' => 'Aplada del logotip',
'logo_size_height' => 'Alçada del logotip',
'hide' => [
'item_name' => 'Amaga el nom de producte',
'item_description' => 'Amaga la descripció del producte',

View File

@ -48,4 +48,11 @@ return [
'description' => 'Previsualització de la versió web de la teva factura que veurà el teu client.',
],
'messages' => [
'update_document_transaction' => 'Pots actualitzar aquesta transacció. Ves al document i fes-ho des d\'allà.',
'create_document_transaction_error' => 'No es pot afegir aquest enllaç al document. Fes servir {{akaunting_url}}/documents/{{akaunting_document_id}}/transactions',
'update_document_transaction_error' => 'No es pot actualitzar aquest enllaç del document. Fes servir {{akaunting_url}}/documents/{{akaunting_document_id}}/transactions/{akaunting_transaction_id}',
'delete_document_transaction_error' => 'No es pot esborrar aquest enllaç del document. Fes servir {{akaunting_url}}/documents/{{akaunting_document_id}}/transactions/{akaunting_transaction_id}',
]
];

View File

@ -77,6 +77,7 @@ return [
'contact_persons' => 'संपर्क व्यक्ति|संपर्क व्यक्ति',
'bank_feeds' => 'बैंक फ़ीड|बैंक फ़ीड',
'receipts' => 'रसीद|रसीदें',
'discounts' => 'छूट|छूट',
'ofx' => 'OFX',
'mt940' => 'MT940',

View File

@ -46,6 +46,7 @@ return [
'disable_code' => 'चेतावनी: आपको <b>:name </b> की मुद्रा को निष्क्रिय या बदलने की अनुमति नहीं है क्योंकि इसमें :text संबंधित है।',
'payment_cancel' => 'चेतावनी: आपने अपना हाल का :method भुगतान रद्द कर दिया है!',
'missing_transfer' => 'चेतावनी: इस लेन-देन से संबंधित स्थानांतरण अनुपलब्ध है। आपको इस लेन-देन को हटाने पर विचार करना चाहिए।',
'connect_tax' => 'चेतावनी: इस :type में कर राशि शामिल है। :type में जोड़े गए करों को जोड़ा नहीं जा सकता, इसलिए कर कुल में जोड़ दिया जाएगा और उसी के अनुसार गणना की जाएगी।',
],
];

View File

@ -10,6 +10,7 @@ return [
'expense_summary' => 'व्यय का सारांश',
'income_expense_summary' => 'आय vs व्यय',
'tax_summary' => 'कर सारांश',
'discount_summary' => 'छूट सारांश',
'gross_profit' => 'कुल लाभ',
'net_profit' => 'शुद्ध लाभ',
'total_expenses' => 'कुल व्यय',

View File

@ -85,6 +85,8 @@ return [
'default' => 'पूर्व निर्धारित',
'classic' => 'क्लासिक',
'modern' => 'नवीन',
'logo_size_width' => 'लोगो की चौड़ाई',
'logo_size_height' => 'लोगो की ऊँचाई',
'hide' => [
'item_name' => 'वस्तु का नाम छिपाएं',
'item_description' => 'वस्तु का विवरण छिपाएँ',

View File

@ -85,6 +85,8 @@ return [
'default' => 'Standaard',
'classic' => 'Klassiek',
'modern' => 'Modern',
'logo_size_width' => 'Logo Breedte',
'logo_size_height' => 'Logo hoogte',
'hide' => [
'item_name' => 'Naam artikel/dienst verbergen',
'item_description' => 'Omschrijving artikel/dienst verbergen',

View File

@ -48,4 +48,11 @@ return [
'description' => 'Je bekijkt hoe je klant de webversie van je betaling zal zien.',
],
'messages' => [
'update_document_transaction' => 'U kunt deze transactie bijwerken. U moet naar het document gaan en het daar bewerken.',
'create_document_transaction_error' => 'Dit eindpunt kan niet worden toegevoegd aan een document. Gebruik {{akaunting_url}}/documenten/{{akaunting_document_id}}/Transacties',
'update_document_transaction_error' => 'Dit eindpunt kan niet worden bijgewerkt naar een document. Gebruik {{akaunting_url}}/documenten/{{akaunting_document_id}}/transactions/{akaunting_transaction_id}',
'delete_document_transaction_error' => 'Dit eindpunt kan niet worden verwijderd naar een document. Gebruik {{akaunting_url}}/documenten/{{akaunting_document_id}}/transactions/{akaunting_transaction_id}',
]
];

View File

@ -21,7 +21,7 @@ return [
'alpha' => ':attribute mag enkel letters bevatten.',
'alpha_dash' => ':attribute mag enkel letters, cijfers of koppeltekens bevatten.',
'alpha_num' => ':attribute mag enkel letters en cijfers bevatten.',
'array' => ':Attribute moet geselecteerde elementen bevatten.',
'array' => ':attribute moet geselecteerde elementen bevatten.',
'before' => ':attribute moet een datum zijn voor :date.',
'before_or_equal' => ':attribute moet een datum zijn voor of gelijk aan :date.',
'between' => [
@ -66,6 +66,7 @@ return [
'image' => ':Attribute moet een afbeelding zijn.',
'in' => 'Het geselecteerde :attribute is ongeldig.',
'in_array' => ':attribute veld bestaat niet in :other.',
'in_detailed' => 'De :attribute waarde “:value” is ongeldig. Verwacht werd een van: :values',
'integer' => ':Attribute moet een getal zijn.',
'ip' => ':attribute moet een geldig IP-adres zijn.',
'ipv4' => ':attribute moet een geldig IPv4-adres zijn.',