Skip to content

Commit

Permalink
Patch on French translation (crater-invoice-inc#711)
Browse files Browse the repository at this point in the history
* Update fr.json

A few updates on some French translation typos (caps mostly).
"Item>Price" also needed to be more accurate, so just added "Unit price".

* Update fr.json

* Clarified pdf_price_label as it was ambiguous
* Translated PDF reports strings
* Few typos & missing words
  • Loading branch information
loopion authored Jan 12, 2022
1 parent 37fa96b commit d303b1a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions resources/scripts/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"percentage": "Pourcentage",
"tax": "IMPÔT",
"total_amount": "MONTANT TOTAL",
"bill_to": "facturer",
"bill_to": "Facturer à",
"ship_to": "Envoyez à",
"due": "",
"draft": "Brouillon",
Expand Down Expand Up @@ -296,7 +296,7 @@
"title": "Titre de l'article",
"description": "Description",
"quantity": "Quantité",
"price": "Prix",
"price": "Prix unitaire",
"discount": "Remise",
"total": "Total",
"total_discount": "Remise totale",
Expand Down Expand Up @@ -929,8 +929,8 @@
"disk_name": "Nom",
"new_disk": "Ajouter un nouvel espace de stockage",
"filesystem_driver": "Pilote du système de fichiers",
"local_driver": "pilote local",
"local_root": "répertoire local",
"local_driver": "Pilote local",
"local_root": "Répertoire local",
"public_driver": "Pilote public",
"public_root": "Répertoire public",
"public_url": "URL publique",
Expand Down Expand Up @@ -1113,12 +1113,12 @@
"pdf_notes": "Remarques",
"pdf_items_label": "Articles",
"pdf_quantity_label": "Quantité",
"pdf_price_label": "Prix",
"pdf_price_label": "Prix unitaire",
"pdf_discount_label": "Remise",
"pdf_amount_label": "Montant",
"pdf_subtotal": "Sous-total",
"pdf_total": "Total",
"pdf_payment_label": "Payment",
"pdf_payment_label": "Paiement",
"pdf_payment_receipt_label": "Reçu de paiement",
"pdf_payment_date": "Date de paiement",
"pdf_payment_number": "",
Expand All @@ -1127,9 +1127,9 @@
"pdf_expense_report_label": "RAPPORT DE DÉPENSES",
"pdf_total_expenses_label": "TOTAL DES DÉPENSES",
"pdf_profit_loss_label": "RAPPORT DES BÉNÉFICES ET DES PERTES",
"pdf_sales_customers_label": "Sales Customer Report",
"pdf_sales_items_label": "Sales Item Report",
"pdf_tax_summery_label": "Tax Summary Report",
"pdf_sales_customers_label": "Rapport sur les ventes des clients",
"pdf_sales_items_label": "Rapport d'articles de vente",
"pdf_tax_summery_label": "Rapport de synthèse sur les impôts",
"pdf_income_label": "REVENU",
"pdf_net_profit_label": "BÉNÉFICE NET",
"pdf_customer_sales_report": "Rapport de ventes : par client",
Expand All @@ -1139,8 +1139,8 @@
"pdf_total_tax_label": "TOTAL DES TAXES",
"pdf_tax_types_label": "Types de taxe",
"pdf_expenses_label": "Dépenses",
"pdf_bill_to": "facturer,",
"pdf_ship_to": "Envoyer à,",
"pdf_bill_to": "Facturer à :",
"pdf_ship_to": "Envoyer à :",
"pdf_received_from": "Reçu de :",
"pdf_tax_label": "Tax"
}

0 comments on commit d303b1a

Please sign in to comment.