From b678828239ab57b538e3b24f65388af86a653a4c Mon Sep 17 00:00:00 2001 From: Patsagorn Date: Sun, 1 Dec 2024 00:28:15 +0700 Subject: [PATCH] fix: update Thai translations for submission review and deletion processes --- src/modules/submissions.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/submissions.js b/src/modules/submissions.js index 7dd70052..c5cc55f7 100644 --- a/src/modules/submissions.js +++ b/src/modules/submissions.js @@ -2561,8 +2561,8 @@ text.cleanUp(); afchPage.edit( { contents: text.get(), - summary: 'Marking submission as under review', - statusText: 'Marking as under review' + summary: 'ทำเครื่องหมายหน้าว่ากำลังตรวจ', + statusText: 'กำลังทำเครื่องหมายหน้าว่ากำลังตรวจ' } ); } ); } @@ -3042,7 +3042,7 @@ afchPage.edit( { contents: text.get(), - summary: 'ส่ง' + summary: 'ส่งฉบับร่าง' } ); } ); @@ -3117,7 +3117,7 @@ afchPage.edit( { contents: text.get(), - summary: 'ทำเครื่องหมายฉบับร่าง[[WP:AFC|AfC]] ' + + summary: 'ทำเครื่องหมายฉบับร่าง[[WP:AFC|AfC]] +' + 'สำหรับการลบทันทีในเงื่อนไข [[WP:ท10|ท10]]' } ); @@ -3181,7 +3181,7 @@ afchPage.edit( { contents: text.get(), - summary: 'เลื่อนกระบวนการลบตาม [[WP:ท10|ท10]]' + summary: 'เลื่อนกระบวนการลบ [[WP:ท10|ท10]]' } ); }