forked from xupefei/Locale-Emulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request xupefei#162 from pureexe/master
add: thai translation
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<Strings> | ||
<RunDefault>เปิดด้วยโปรไฟล์แอป</RunDefault> | ||
<Submenu>Locale Emulator</Submenu> | ||
<ManageApp>แก้ไขโปรไฟล์แอป</ManageApp> | ||
<ManageAll>แก้ไขโปรไฟล์โดยรวม</ManageAll> | ||
</Strings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:system="clr-namespace:System;assembly=mscorlib"> | ||
<FontFamily x:Key="UIFont">Leelawadee UI Regular</FontFamily> | ||
<system:String x:Key="EnterArgument">ใส่อาร์กิวเมนต์ (ถ้ามี)</system:String> | ||
<system:String x:Key="Save">บันทึก</system:String> | ||
<system:String x:Key="Shortcut">ถ้ามี</system:String> | ||
<system:String x:Key="Cancel">ยกเลิก</system:String> | ||
<system:String x:Key="SaveAs">บันทึกเป็น ...</system:String> | ||
<system:String x:Key="SaveAsInstruction">ชื่อโปรไฟล์ใหม่:</system:String> | ||
<system:String x:Key="Delete">ลบ</system:String> | ||
<system:String x:Key="ConfirmDel">คุณต้องการที่จะลบโปรไฟล์นี่หรือไม่?</system:String> | ||
<system:String x:Key="Location">สถานที่</system:String> | ||
<system:String x:Key="LocationSettings">ตั้งค่าสถานที่</system:String> | ||
<system:String x:Key="TimezoneSettings">ตั้งค่าเขตเวลา</system:String> | ||
<system:String x:Key="Timezone">เขตเวลา</system:String> | ||
<system:String x:Key="DebugOptions">ตั้งค่าขั้นสูง</system:String> | ||
<system:String x:Key="AsAdmin">เปิดเป็นผู้ดูแลระบบ</system:String> | ||
<system:String x:Key="RedirectRegistry">รีจิสทรีหลอก</system:String> | ||
<system:String x:Key="IsAdvancedRedirection">ภาษาอินเตอร์เฟสหลอก</system:String> | ||
<system:String x:Key="WithCREATESUSPENDED">สร้างโปรเซสด้วย CREATE__SUSPENDED</system:String> | ||
<system:String x:Key="Miscellaneous">เบ็ดเตล็ด</system:String> | ||
<system:String x:Key="ShowInMainMenu">แสดงโปรไฟล์นี้ในเมนูหลัก</system:String> | ||
</ResourceDictionary> |