Skip to content

Commit ba367c0

Browse files
huchenleigithub-actions
andauthored
[nit] Rename credit history to invoice history (#3598)
Co-authored-by: github-actions <[email protected]>
1 parent 64ad6a9 commit ba367c0

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/components/dialog/content/setting/CreditsPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
<div class="flex justify-between items-center mt-8">
6060
<Button
61-
:label="$t('credits.creditsHistory')"
61+
:label="$t('credits.invoiceHistory')"
6262
text
6363
severity="secondary"
6464
icon="pi pi-arrow-up-right"

src/locales/en/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@
11431143
"credits": "Credits",
11441144
"yourCreditBalance": "Your credit balance",
11451145
"purchaseCredits": "Purchase Credits",
1146-
"creditsHistory": "Credits History",
1146+
"invoiceHistory": "Invoice History",
11471147
"faqs": "FAQs",
11481148
"messageSupport": "Message Support",
11491149
"lastUpdated": "Last updated",

src/locales/es/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
},
105105
"credits": {
106106
"credits": "Créditos",
107-
"creditsHistory": "Historial de créditos",
108107
"faqs": "Preguntas frecuentes",
108+
"invoiceHistory": "Historial de facturas",
109109
"lastUpdated": "Última actualización",
110110
"messageSupport": "Contactar soporte",
111111
"purchaseCredits": "Comprar créditos",

src/locales/fr/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
},
105105
"credits": {
106106
"credits": "Crédits",
107-
"creditsHistory": "Historique des crédits",
108107
"faqs": "FAQ",
108+
"invoiceHistory": "Historique des factures",
109109
"lastUpdated": "Dernière mise à jour",
110110
"messageSupport": "Contacter le support",
111111
"purchaseCredits": "Acheter des crédits",

src/locales/ja/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
},
105105
"credits": {
106106
"credits": "クレジット",
107-
"creditsHistory": "クレジット履歴",
108107
"faqs": "よくある質問",
108+
"invoiceHistory": "請求履歴",
109109
"lastUpdated": "最終更新",
110110
"messageSupport": "サポートにメッセージ",
111111
"purchaseCredits": "クレジットを購入",

src/locales/ko/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
},
105105
"credits": {
106106
"credits": "크레딧",
107-
"creditsHistory": "크레딧 내역",
108107
"faqs": "자주 묻는 질문",
108+
"invoiceHistory": "청구서 내역",
109109
"lastUpdated": "마지막 업데이트",
110110
"messageSupport": "지원 문의",
111111
"purchaseCredits": "크레딧 구매",

src/locales/ru/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
},
105105
"credits": {
106106
"credits": "Кредиты",
107-
"creditsHistory": "История кредитов",
108107
"faqs": "Часто задаваемые вопросы",
108+
"invoiceHistory": "История счетов",
109109
"lastUpdated": "Последнее обновление",
110110
"messageSupport": "Связаться с поддержкой",
111111
"purchaseCredits": "Купить кредиты",

src/locales/zh/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
},
105105
"credits": {
106106
"credits": "积分",
107-
"creditsHistory": "积分历史",
108107
"faqs": "常见问题",
108+
"invoiceHistory": "发票历史",
109109
"lastUpdated": "最近更新",
110110
"messageSupport": "联系客服",
111111
"purchaseCredits": "购买积分",

0 commit comments

Comments
 (0)