Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache IoTDB TsFile Viewer
Apache TsFile Viewer
Copyright 2024-2026 The Apache Software Foundation

This product includes software developed at
Expand Down
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<artifactId>tsfile-viewer</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>TSFile Viewer</name>
<description>Web-based application for viewing and analyzing Apache IoTDB TSFile format data</description>
<description>Web-based application for viewing and analyzing Apache TsFile format data</description>

<properties>
<java.version>17</java.version>
Expand Down Expand Up @@ -175,4 +175,4 @@
</plugins>
</build>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
/**
* Main application class for TSFile Viewer.
*
* <p>TSFile Viewer is a web-based application for viewing and analyzing Apache IoTDB TSFile format
* data through an interactive web interface.
* <p>TSFile Viewer is a web-based application for viewing and analyzing Apache TsFile format data
* through an interactive web interface.
*/
@SpringBootApplication
@ConfigurationPropertiesScan
Expand Down
2 changes: 1 addition & 1 deletion docs/I18N.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default {
{
"app": {
"title": "TSFileビューア",
"description": "Apache IoTDB TSFile形式データの表示と分析ツール"
"description": "Apache TsFile形式データの表示と分析ツール"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/I18N.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default {
{
"app": {
"title": "TSFileビューア",
"description": "Apache IoTDB TSFile形式データの表示と分析ツール"
"description": "Apache TsFile形式データの表示と分析ツール"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tsfile": {
"app": {
"title": "TSFile Viewer",
"description": "Apache IoTDB TSFile Format Data Viewing and Analysis Tool"
"description": "Apache TsFile Format Data Viewing and Analysis Tool"
},
"nav": {
"home": "Home",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tsfile": {
"app": {
"title": "TSFile 查看器",
"description": "Apache IoTDB TSFile 格式数据查看和分析工具"
"description": "Apache TsFile 格式数据查看和分析工具"
},
"nav": {
"home": "首页",
Expand Down