-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_settings.json
160 lines (160 loc) · 3.71 KB
/
config_settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"language_setting": "HR",
"last_used_software": "TopoDroid",
"software_lbl": [
"Odaberi program: ",
"Choose software: "
],
"open_file": [
"Otvori datoteku s vlakovima",
"Open survey file"
],
"survey_sign_lbl": [
"Predznak to\u010daka: ",
"Shot prefix: "
],
"calc_magn_decl_btn": [
"Ura\u010dunaj deklinaciju",
"Calculate declination"
],
"parse_file": [
"Pohrani u CSV",
"Save to CSV"
],
"readme_file_path": [
"surveyscraper_README.txt",
"surveyscraper_README_en.txt"
],
"readme_text": [
"Pogre\u0161ka prilikom u\u010ditanja readme datoteke!",
"Error while reading readme file!"
],
"file_path": [
"Otvori datoteku",
"Open file"
],
"file_path_error": [
"Nije otvorena pravilna datoteka!",
"Incorrect file was opened!"
],
"success_run_true": [
"Uspje\u0161na konverzija!",
"Successful conversion!"
],
"success_run_false": [
"Pogre\u0161ka!",
"Failed conversion!"
],
"sign_warning": [
"Bez predznaka Excel \u0107e prepoznati to\u010dke kao brojeve i maknuti nule!",
"Without prefix Excel will read shots as numbers!"
],
"empty_write_path": [
"Putanja do datoteke za pohranu je prazna!",
"The file write path is empty!"
],
"write_csv_file_path": [
"Pohrani csv datoteku",
"Save csv"
],
"sufix": [
"_glavni_vlakovi",
"_main_shots"
],
"file.write": [
"Od,Do,Udaljenost,Azimut,Nagib",
"From,To,Length,Direction,Inclination"
],
"IOError": [
"Nije mogu\u0107e kreirati csv datoteku! Molim zatvori datoteku!",
"Unable to write to a csv file! Please close the file!"
],
"location_error": [
"Prazan unos!",
"Empty input!"
],
"location_frm_label": [
"Lokacija",
"Location"
],
"location_label": [
"Upi\u0161i lokaciju",
"Enter location"
],
"get_coord_btn_label": [
"Dohvati koordinate",
"Lookup coordinates"
],
"hovertip": [
"Mo\u017ee\u0161 upisati i adresu (npr. ulica i mjesto odvojeni zarezom)",
"You can enter full address (e.g. street and city separated by comma)"
],
"lat_label": [
"Geografska \u0161irina",
"Latitude"
],
"lon_label": [
"Geografska du\u017eina",
"Longitude"
],
"map.set_position_x": [
"44.2672",
"54.5260"
],
"map.set_position_y": [
"15.8422",
"15.2551"
],
"map.set_zoom": [
"6",
"3"
],
"date_label": [
"Datum",
"Date"
],
"date_day": [
"Dan",
"Day"
],
"date_month": [
"Mjesec",
"Month"
],
"date_year": [
"Godina",
"Year"
],
"datetime.ValueError": [
"Datum je neispravan! Ponovi!",
"Date is inccorect! Please try again!"
],
"lat_lon_input_error": [
"Lokacija nije definirana!",
"Location is not defined!"
],
"lat_lon_input_error_manual": [
"Pogre\u0161ka prilikom \u010ditanja podataka. Molim provjeri koordinate!",
"Error while reading data. Please check coordinates!"
],
"calc_md_btn": [
"Izra\u010dunaj",
"Calculate"
],
"md_value_lbl": [
"Magn. deklinacija",
"Magn. declination"
],
"include_md_btn": [
"Ura\u010dunaj",
"Apply"
],
"open_gen_file": [
"Otvori CSV",
"Open CSV"
],
"show_md_value_lbl": [
"Mag. deklinacija",
"Magn. declination"
]
}