Skip to content

Commit

Permalink
config: add more missing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhngtu committed Dec 25, 2023
1 parent 004ecc1 commit f546bd0
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
18 changes: 18 additions & 0 deletions VietTypeConfig/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,22 @@ VietType is free software, licensed under the GNU General Public License. VietTy
<data name="aboutTitle" xml:space="preserve">
<value>About VietType</value>
</data>
<data name="cannotConfigureMessage" xml:space="preserve">
<value>Cannot configure VietType: {0}</value>
</data>
<data name="cannotFindLibraryMessage" xml:space="preserve">
<value>Cannot find VietType library: {0}</value>
</data>
<data name="cannotSaveSettingsMessage" xml:space="preserve">
<value>Cannot save settings: {0}</value>
</data>
<data name="disableSuccessMessage" xml:space="preserve">
<value>Successfully disabled VietType.</value>
</data>
<data name="enableSuccessMessage" xml:space="preserve">
<value>Successfully enabled VietType. Switch to VietType in the language bar to start using it.</value>
</data>
<data name="notEnabledQuestion" xml:space="preserve">
<value>VietType is not enabled. Enable it now?</value>
</data>
</root>
24 changes: 24 additions & 0 deletions VietTypeConfig/Form1.vi.resx
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,28 @@ VietType là phần mềm tự do, bạn có thể cung cấp lại và/hoặc c
<data name="aboutTitle" xml:space="preserve">
<value>Thông tin VietType</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Hủy bỏ</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="cannotConfigureMessage" xml:space="preserve">
<value>Không bật/tắt được VietType: {0}</value>
</data>
<data name="cannotFindLibraryMessage" xml:space="preserve">
<value>Không tìm thấy thư viện VietType: {0}</value>
</data>
<data name="cannotSaveSettingsMessage" xml:space="preserve">
<value>Lưu cài đặt thất bại: {0}</value>
</data>
<data name="disableSuccessMessage" xml:space="preserve">
<value>Đã tắt VietType.</value>
</data>
<data name="enableSuccessMessage" xml:space="preserve">
<value>Đã bật VietType. Hãy tìm VietType trong thanh ngôn ngữ của Windows.</value>
</data>
<data name="notEnabledQuestion" xml:space="preserve">
<value>VietType hiện chưa bật. Bạn có muốn bật VietType không?</value>
</data>
</root>

0 comments on commit f546bd0

Please sign in to comment.