From 464e6c7f6056cec8a1d150216338d58a827307e6 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Mon, 20 Nov 2017 17:19:14 +0900 Subject: I18N: add basic functionality and a few translations Added very first i18n support in the simple application. Placed language buttons at the bottom to change current language. They should be removed once current language comes from somewhere. Laying out issues should be fixed later. Change-Id: Ib5d646784820cb2753edd5a588a8826ad7d20539 Signed-off-by: Tasuku Suzuki Signed-off-by: Tadao Tanikawa --- app/translations/dashboard_fr_FR.ts | 88 +++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 app/translations/dashboard_fr_FR.ts (limited to 'app/translations/dashboard_fr_FR.ts') diff --git a/app/translations/dashboard_fr_FR.ts b/app/translations/dashboard_fr_FR.ts new file mode 100644 index 0000000..2b7cf6e --- /dev/null +++ b/app/translations/dashboard_fr_FR.ts @@ -0,0 +1,88 @@ + + + + + Dashboard + + + LEFT FRONT TIRE + Pneu Avant Gauche + + + + + + + %1 PSI + Pression %1 + + + + LEFT REAR TIRE + Pneu Arrière Gauche + + + + RIGHT FRONT TIRE + Pneu Avant Droit + + + + RIGHT REAR TIRE + Pneu Arrière Droit + + + + (RPM) + Tr/mn + + + + LEVEL: + Niveau: + + + + %1 GALLONS + %1 Litres + + + + RANGE: + Autonomie: + + + + %1 MI + %1 Km + + + + AVG: + Moyenne: + + + + %1 MPG + %1 l/100km + + + + FUEL + Carburant + + + + main + + + port for binding + Port du Binder + + + + secret for binding + Secret Binder + + + -- cgit 1.2.3-korg