Skip to content

Commit

Permalink
fix: update Thai translations for submission review and deletion proc…
Browse files Browse the repository at this point in the history
…esses
  • Loading branch information
ptsgrn committed Nov 30, 2024
1 parent 8540bcc commit b678828
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2561,8 +2561,8 @@
text.cleanUp();
afchPage.edit( {
contents: text.get(),
summary: 'Marking submission as under review',
statusText: 'Marking as under review'
summary: 'ทำเครื่องหมายหน้าว่ากำลังตรวจ',
statusText: 'กำลังทำเครื่องหมายหน้าว่ากำลังตรวจ'
} );
} );
}
Expand Down Expand Up @@ -3042,7 +3042,7 @@

afchPage.edit( {
contents: text.get(),
summary: 'ส่ง'
summary: 'ส่งฉบับร่าง'
} );

} );
Expand Down Expand Up @@ -3117,7 +3117,7 @@

afchPage.edit( {
contents: text.get(),
summary: 'ทำเครื่องหมายฉบับร่าง[[WP:AFC|AfC]] ' +
summary: 'ทำเครื่องหมายฉบับร่าง[[WP:AFC|AfC]] +' +
'สำหรับการลบทันทีในเงื่อนไข [[WP:ท10|ท10]]'
} );

Expand Down Expand Up @@ -3181,7 +3181,7 @@

afchPage.edit( {
contents: text.get(),
summary: 'เลื่อนกระบวนการลบตาม [[WP:ท10|ท10]]'
summary: 'เลื่อนกระบวนการลบ [[WP:ท10|ท10]]'
} );
}

Expand Down

0 comments on commit b678828

Please sign in to comment.