mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
18 lines
328 B
JavaScript
18 lines
328 B
JavaScript
export default {
|
|
|
|
/* Titles of columns in the table. May be "". */
|
|
column_titles: {
|
|
face: "",
|
|
topic: "Topic",
|
|
fulldate: "Date/Time",
|
|
name: "Name",
|
|
user: "User",
|
|
batt: "Battery",
|
|
tid: "TID",
|
|
cc: "CC",
|
|
addr: "Address",
|
|
vel: "Vel",
|
|
cog: "CoG",
|
|
},
|
|
};
|