Skip to content

Commit 0f43887

Browse files
authored
chore: tweak change-tip description (#17117)
1 parent e95c866 commit 0f43887

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

frontend/src/components/Plan/components/StatementSection/ReleaseView/ReleaseView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<heroicons-outline:information-circle class="w-5 h-5" />
66
</template>
77
<div class="text-sm">
8-
{{ $t("release.plan-tip") }}
8+
{{ $t("release.change-tip") }}
99
</div>
1010
</NAlert>
1111

frontend/src/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2795,7 +2795,7 @@
27952795
"files": "Files",
27962796
"archive-this-release": "Archive this release",
27972797
"total-files": "Total {count} files",
2798-
"plan-tip": "This plan is configured to use a release. Database changes will be executed using the SQL statements from the selected release files.",
2798+
"change-tip": "This change is configured to use a release. Database changes will be executed using the SQL statements from the selected release files.",
27992799
"not-found": "Not found",
28002800
"vcs-source": "VCS Source",
28012801
"view-all-files": "View all files",

frontend/src/locales/es-ES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2795,7 +2795,7 @@
27952795
"files": "Archivos",
27962796
"archive-this-release": "Archivar este comunicado",
27972797
"total-files": "Total de {count} archivos",
2798-
"plan-tip": "Este plan está configurado para usar una versión. Los cambios en la base de datos se ejecutarán mediante las sentencias SQL de los archivos de la versión seleccionada.",
2798+
"change-tip": "Este cambio está configurado para usar una versión. Los cambios en la base de datos se ejecutarán mediante las sentencias SQL de los archivos de la versión seleccionada.",
27992799
"not-found": "Extraviado",
28002800
"vcs-source": "Fuente VCS",
28012801
"view-all-files": "Ver todos los archivos",

frontend/src/locales/ja-JP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2795,7 +2795,7 @@
27952795
"files": "ファイル",
27962796
"archive-this-release": "このリリースをアーカイブする",
27972797
"total-files": "合計 {count} ファイル",
2798-
"plan-tip": "このプランはリリースを使用するように設定されています。データベースの変更は、選択したリリースファイルのSQL文を使用して実行されます。",
2798+
"change-tip": "この変更はリリースを使用するように設定されています。データベースの変更は、選択したリリースファイルのSQL文を使用して実行されます。",
27992799
"not-found": "配信パケットが到着していません",
28002800
"vcs-source": "VCSソース",
28012801
"view-all-files": "すべてのファイルを表示",

frontend/src/locales/vi-VN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2795,7 +2795,7 @@
27952795
"files": "Tệp",
27962796
"archive-this-release": "Lưu trữ bản phát hành này",
27972797
"total-files": "Tổng số {count} tệp",
2798-
"plan-tip": "Kế hoạch này được cấu hình để sử dụng bản phát hành. Các thay đổi cơ sở dữ liệu sẽ được thực hiện bằng các câu lệnh SQL từ các tệp phát hành đã chọn.",
2798+
"change-tip": "Kế hoạch này được cấu hình để sử dụng bản phát hành. Các thay đổi cơ sở dữ liệu sẽ được thực hiện bằng các câu lệnh SQL từ các tệp phát hành đã chọn.",
27992799
"not-found": "Không tìm thấy",
28002800
"vcs-source": "Nguồn VCS",
28012801
"view-all-files": "Xem tất cả các tập tin",

frontend/src/locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2795,7 +2795,7 @@
27952795
"files": "文件",
27962796
"archive-this-release": "归档此发布",
27972797
"total-files": "共 {count} 个文件",
2798-
"plan-tip": "此变更计划已配置为使用发布包。数据库变更将使用所选发布包文件中的 SQL 语句执行。",
2798+
"change-tip": "此变更项已配置为使用发布包。数据库变更将使用所选发布包文件中的 SQL 语句执行。",
27992799
"not-found": "未找到",
28002800
"vcs-source": "VCS 源",
28012801
"view-all-files": "查看全部文件",

0 commit comments

Comments
 (0)