Skip to content

Commit baed7e3

Browse files
committed
chore: Update translations
1 parent 0f92378 commit baed7e3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

GPSTest/src/main/res/values-fr/strings.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
/* //device/apps/common/assets/res/any/strings.xml
44
**
5-
** Copyright 2008-2018 The Android Open Source Project, Sean J. Barbeau
5+
** Copyright 2008-2021 The Android Open Source Project, Sean J. Barbeau
66
**
77
** Licensed under the Apache License, Version 2.0 (the "License");
88
** you may not use this file except in compliance with the License.
@@ -45,13 +45,19 @@
4545
<string name="delete_aiding_data_failure">Le matériel ne supporte pas l\'effacement des données d\'assistance</string>
4646
<string name="gps_switch">Off/On</string>
4747
<string name="share">Partager</string>
48+
<string name="copied_to_clipboard">Localisation copiée dans le presse papier</string>
49+
<string name="log">Log</string>
50+
<string name="file_name">Nom du fichier</string>
51+
<string name="location">Localisation</string>
52+
<string name="include_altitude">Inclure l\'altitude</string>
4853
<string name="set_fix_frequency">Force la Fréquence de Verrouillage</string>
4954
<string name="force_time_injection_success">Données horaires importées</string>
5055
<string name="force_time_injection_failure">Le matériel ne supporte pas l\'injection de données horaires</string>
5156

5257
<string name="force_psds_injection_success">Données PSDS importées</string>
5358
<string name="force_psds_injection_failure">Le matériel ne supporte pas l\'injection de données PSDS</string>
5459

60+
<string name="device">Appareil</string>
5561
<string name="zoom_in">Zoom +</string>
5662
<string name="zoom_out">Zoom -</string>
5763
<string name="mode_map">Carte</string>
@@ -99,10 +105,12 @@
99105
<string name="gnss_not_available">Les satellites du Global Navigation Satellite System (GNSS) ne sont pas disponibles</string>
100106
<string name="sbas_not_available">Les satellites Satellite Based Augmentation System (SBAS) ne sont pas disponibles</string>
101107
<string name="menu_option_sort_by">Trier par</string>
108+
<string name="unknown">Inconnu</string>
109+
<string name="cancel">Annuler</string>
110+
102111
<!-- Map view -->
103112
<string name="ground_truth_latitude">Votre latitude</string>
104113
<string name="ground_truth_longitude">Votre longitude</string>
105-
<string name="ground_truth_altitude">Votre altitude en WGS84 (Optionnel)</string>
106114
<string name="set_ground_truth_title">Précision de la mesure</string>
107115
<string name="set_ground_truth_subtitle">Taper sur la carte ou écrivez votre position réelle</string>
108116
<string name="save">Sauvegarder</string>
@@ -189,6 +197,7 @@ vous tenez le téléphone verticalement
189197
</string>
190198

191199
<string name="pref_gps_category_title">GNSS</string>
200+
192201
<string name="pref_auto_start_gps_title">Démarrage automatique GNSS</string>
193202
<string name="pref_auto_start_gps_summary">Démarre le GNSS lorsque l\'application est lancée</string>
194203

GPSTest/src/main/res/values-ja/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
/* //device/apps/common/assets/res/any/strings.xml
44
**
5-
** Copyright 2008-2018 The Android Open Source Project, Sean J. Barbeau
5+
** Copyright 2008-2021 The Android Open Source Project, Sean J. Barbeau
66
**
77
** Licensed under the Apache License, Version 2.0 (the "License");
88
** you may not use this file except in compliance with the License.
@@ -94,7 +94,6 @@
9494
<!-- Map view -->
9595
<string name="ground_truth_latitude">緯度</string>
9696
<string name="ground_truth_longitude">経度</string>
97-
<string name="ground_truth_altitude">WGS84座標系(オプション)</string>
9897
<string name="set_ground_truth_title">測定精度</string>
9998
<string name="save">保存</string>
10099
<string name="edit">編集</string>
@@ -164,6 +163,7 @@
164163
<string name="pref_tilt_map_with_sensors_summary">デバイスを持ち上げたときに一人称マップビューに変更する</string>
165164

166165
<string name="pref_gps_category_title">GNSS</string>
166+
167167
<string name="pref_auto_start_gps_title">GNSS自動起動</string>
168168
<string name="pref_auto_start_gps_summary">アプリの起動時にGNSSを起動する</string>
169169

0 commit comments

Comments
 (0)