We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51850ce commit 9f903beCopy full SHA for 9f903be
packages/shared/locales/pl/sensorCSV.json
@@ -0,0 +1,17 @@
1
+{
2
+ "CSV_HEADER_TRANSLATIONS": {
3
+ "name": "Nazwa",
4
+ "latitude": "Szerokość geograficzna",
5
+ "longitude": "Długość geograficzna",
6
+ "reading_types": "Rodzaje_pomiarów",
7
+ "external_id": "ID_zewnętrzne",
8
+ "depth": "Głębokość_cm",
9
+ "brand": "Marka",
10
+ "model": "Model"
11
+ },
12
+ "READING_TYPE_TRANSLATIONS": {
13
+ "soil_water_content": "zawartość_wody_w_glebie",
14
+ "soil_water_potential": "potencjał_wodny_gleby",
15
+ "temperature": "temperatura"
16
+ }
17
+}
0 commit comments