diff --git a/.vs/Ledybot/v14/.suo b/.vs/Ledybot/v14/.suo index 858cf84..7b4adb4 100644 Binary files a/.vs/Ledybot/v14/.suo and b/.vs/Ledybot/v14/.suo differ diff --git a/Ledybot/Form1.Designer.cs b/Ledybot/Form1.Designer.cs index 6158e74..f035a0d 100644 --- a/Ledybot/Form1.Designer.cs +++ b/Ledybot/Form1.Designer.cs @@ -40,12 +40,14 @@ private void InitializeComponent() this.Time = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.Trainer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.NickName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.dexSent = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.pkmnSent = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.FC = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.btn_Export = new System.Windows.Forms.Button(); this.cb_Blacklist = new System.Windows.Forms.CheckBox(); this.tc_Control = new System.Windows.Forms.TabControl(); this.tp_GTS = new System.Windows.Forms.TabPage(); + this.btn_Clear = new System.Windows.Forms.Button(); + this.btn_Import = new System.Windows.Forms.Button(); this.tb_thread = new System.Windows.Forms.TextBox(); this.cb_Reddit = new System.Windows.Forms.CheckBox(); this.btn_Banlist = new System.Windows.Forms.Button(); @@ -77,8 +79,8 @@ private void InitializeComponent() this.timer1 = new System.Windows.Forms.Timer(this.components); this.disconnectTimer = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); - this.btn_Import = new System.Windows.Forms.Button(); - this.btn_Clear = new System.Windows.Forms.Button(); + this.Country = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.subRegion = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tc_Control.SuspendLayout(); this.tp_GTS.SuspendLayout(); this.tp_Injection.SuspendLayout(); @@ -153,7 +155,9 @@ private void InitializeComponent() this.Time, this.Trainer, this.NickName, - this.dexSent, + this.Country, + this.subRegion, + this.pkmnSent, this.FC}); this.lv_log.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lv_log.Location = new System.Drawing.Point(6, 74); @@ -178,9 +182,10 @@ private void InitializeComponent() this.NickName.Text = "Name"; this.NickName.Width = 49; // - // dexSent + // pkmnSent // - this.dexSent.Text = "Dex Sent"; + this.pkmnSent.Text = "Pokemon Sent"; + this.pkmnSent.Width = 62; // // FC // @@ -243,6 +248,26 @@ private void InitializeComponent() this.tp_GTS.Text = "GTS"; this.tp_GTS.UseVisualStyleBackColor = true; // + // btn_Clear + // + this.btn_Clear.Location = new System.Drawing.Point(6, 524); + this.btn_Clear.Name = "btn_Clear"; + this.btn_Clear.Size = new System.Drawing.Size(354, 23); + this.btn_Clear.TabIndex = 33; + this.btn_Clear.Text = "Clear"; + this.btn_Clear.UseVisualStyleBackColor = true; + this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click); + // + // btn_Import + // + this.btn_Import.Location = new System.Drawing.Point(6, 495); + this.btn_Import.Name = "btn_Import"; + this.btn_Import.Size = new System.Drawing.Size(354, 23); + this.btn_Import.TabIndex = 32; + this.btn_Import.Text = "Import"; + this.btn_Import.UseVisualStyleBackColor = true; + this.btn_Import.Click += new System.EventHandler(this.btn_Import_Click); + // // tb_thread // this.tb_thread.Location = new System.Drawing.Point(193, 19); @@ -297,7 +322,7 @@ private void InitializeComponent() this.tp_Injection.Location = new System.Drawing.Point(4, 22); this.tp_Injection.Name = "tp_Injection"; this.tp_Injection.Padding = new System.Windows.Forms.Padding(3); - this.tp_Injection.Size = new System.Drawing.Size(369, 495); + this.tp_Injection.Size = new System.Drawing.Size(369, 561); this.tp_Injection.TabIndex = 1; this.tp_Injection.Text = "Injection"; this.tp_Injection.UseVisualStyleBackColor = true; @@ -459,7 +484,7 @@ private void InitializeComponent() this.tp_Breeding.Controls.Add(this.btn_EggAvailable); this.tp_Breeding.Location = new System.Drawing.Point(4, 22); this.tp_Breeding.Name = "tp_Breeding"; - this.tp_Breeding.Size = new System.Drawing.Size(369, 495); + this.tp_Breeding.Size = new System.Drawing.Size(369, 561); this.tp_Breeding.TabIndex = 2; this.tp_Breeding.Text = "Breeding"; this.tp_Breeding.UseVisualStyleBackColor = true; @@ -515,7 +540,7 @@ private void InitializeComponent() this.tb_Settings.Location = new System.Drawing.Point(4, 22); this.tb_Settings.Name = "tb_Settings"; this.tb_Settings.Padding = new System.Windows.Forms.Padding(3); - this.tb_Settings.Size = new System.Drawing.Size(369, 495); + this.tb_Settings.Size = new System.Drawing.Size(369, 561); this.tb_Settings.TabIndex = 3; this.tb_Settings.Text = "Settings"; this.tb_Settings.UseVisualStyleBackColor = true; @@ -592,25 +617,13 @@ private void InitializeComponent() // this.disconnectTimer.Tick += new System.EventHandler(this.disconnectTimer_Tick); // - // btn_Import + // Country // - this.btn_Import.Location = new System.Drawing.Point(6, 495); - this.btn_Import.Name = "btn_Import"; - this.btn_Import.Size = new System.Drawing.Size(354, 23); - this.btn_Import.TabIndex = 32; - this.btn_Import.Text = "Import"; - this.btn_Import.UseVisualStyleBackColor = true; - this.btn_Import.Click += new System.EventHandler(this.btn_Import_Click); + this.Country.Text = "Country"; // - // btn_Clear + // subRegion // - this.btn_Clear.Location = new System.Drawing.Point(6, 524); - this.btn_Clear.Name = "btn_Clear"; - this.btn_Clear.Size = new System.Drawing.Size(354, 23); - this.btn_Clear.TabIndex = 33; - this.btn_Clear.Text = "Clear"; - this.btn_Clear.UseVisualStyleBackColor = true; - this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click); + this.subRegion.Text = "Sub Region"; // // MainForm // @@ -690,7 +703,7 @@ private void InitializeComponent() private System.Windows.Forms.Button btn_Banlist; private System.Windows.Forms.CheckBox cb_Reddit; private System.Windows.Forms.TextBox tb_thread; - private System.Windows.Forms.ColumnHeader dexSent; + private System.Windows.Forms.ColumnHeader pkmnSent; private System.Windows.Forms.TabPage tb_Settings; private System.Windows.Forms.TextBox tb_Subreddit; private System.Windows.Forms.Label label4; @@ -698,6 +711,8 @@ private void InitializeComponent() private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btn_Import; private System.Windows.Forms.Button btn_Clear; + private System.Windows.Forms.ColumnHeader Country; + private System.Windows.Forms.ColumnHeader subRegion; } } diff --git a/Ledybot/Form1.cs b/Ledybot/Form1.cs index d115ecb..1858f00 100644 --- a/Ledybot/Form1.cs +++ b/Ledybot/Form1.cs @@ -36,6 +36,8 @@ public partial class MainForm : Form static Dictionary waitingForData = new Dictionary(); public ArrayList commented = new ArrayList(); public Dictionary> giveawayDetails = new Dictionary>(); + public Dictionary countries = new Dictionary(); + public Dictionary regions = new Dictionary(); public MainForm() { @@ -48,7 +50,7 @@ public MainForm() ofd_Injection.Filter = "Gen 7 pokémon files|*.pk7"; string path = @Application.StartupPath; ofd_Injection.InitialDirectory = path; - + getCountries(); btn_Disconnect.Enabled = false; } @@ -92,6 +94,30 @@ public void getGame(object sender, EventArgs e) } } + public void getCountries() + { + string[] inputCSV = getStringList("countries"); + // Gather our data from the input file + for (int i = 1; i < inputCSV.Length; i++) + { + string[] countryData = inputCSV[i].Split(','); + countries.Add(int.Parse(countryData[0]), countryData[2]); + } + } + + public void getSubRegions(int country) + { + regions.Clear(); + + string[] inputCSV = getStringList("sr_" + country.ToString("000")); + + for(int i = 1; i < inputCSV.Length; i++) + { + string[] regionData = inputCSV[i].Split(','); + regions.Add(int.Parse(regionData[0]), regionData[2]); + } + } + public void setupButtons() { btn_Connect.Enabled = false; @@ -176,14 +202,14 @@ private async void btn_Start_Click(object sender, EventArgs e) botNumber = -1; } - public void AppendListViewItem(string szTrainerName, string szNickname, string szSent, string fc) + public void AppendListViewItem(string szTrainerName, string szNickname, string szCountry, string szSubRegion, string szSent, string fc) { if (InvokeRequired) { - this.Invoke(new Action(AppendListViewItem), new object[] { szTrainerName, szNickname, szSent, fc }); + this.Invoke(new Action(AppendListViewItem), new object[] { szTrainerName, szNickname, szCountry, szSubRegion, szSent, fc }); return; } - string[] row = { DateTime.Now.ToString("h:mm:ss"), szTrainerName, szNickname, szSent, fc.Insert(4, "-").Insert(9, "-") }; + string[] row = { DateTime.Now.ToString("h:mm:ss"), szTrainerName, szNickname, szCountry, szSubRegion, szSent, fc.Insert(4, "-").Insert(9, "-") }; var listViewItem = new ListViewItem(row); lv_log.Items.Add(listViewItem); @@ -537,6 +563,16 @@ private void btn_Clear_Click(object sender, EventArgs e) { lv_log.Items.Clear(); } + + public static string[] getStringList(string f) + { + object txt = Properties.Resources.ResourceManager.GetObject(f); // Fetch File, \n to list. + if (txt == null) return new string[0]; + string[] rawlist = ((string)txt).Split('\n'); + for (int i = 0; i < rawlist.Length; i++) + rawlist[i] = rawlist[i].Trim(); + return rawlist; + } } public class DataReadyWaiting diff --git a/Ledybot/GTSBot7.cs b/Ledybot/GTSBot7.cs index b0ba886..4a96d99 100644 --- a/Ledybot/GTSBot7.cs +++ b/Ledybot/GTSBot7.cs @@ -448,11 +448,18 @@ public async Task RunBot() //optional: grab some trainer data string szTrainerName = Encoding.Unicode.GetString(block, 0x4C, 20).Trim('\0'); + int countryIndex = BitConverter.ToInt16(block, 0x68); + string country = "-"; + Program.f1.countries.TryGetValue(countryIndex, out country); + Program.f1.getSubRegions(countryIndex); + int subRegionIndex = BitConverter.ToInt16(block, 0x6A); + string subregion = "-"; + Program.f1.regions.TryGetValue(subRegionIndex, out subregion); if (bBlacklist) { details.Item6.Add(BitConverter.ToInt32(principal, 0)); } - Program.f1.AppendListViewItem(szTrainerName, szNickname, dexnumber.ToString(), szFC); + Program.f1.AppendListViewItem(szTrainerName, szNickname, country, subregion, Program.PKTable.Species7[dexnumber - 1], szFC); //Inject the Pokemon to box1slot1 Program.scriptHelper.write(0x330d9838, cloneshort, iPID); Program.helper.quickbuton(Program.PKTable.keyA, commandtime); diff --git a/Ledybot/Ledybot.csproj b/Ledybot/Ledybot.csproj index 689625d..ccbc275 100644 --- a/Ledybot/Ledybot.csproj +++ b/Ledybot/Ledybot.csproj @@ -109,13 +109,14 @@ GiveawayDetails.cs - ResXFileCodeGenerator + PublicResXFileCodeGenerator Resources.Designer.cs Designer True Resources.resx + True @@ -135,6 +136,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -68,9 +69,10 @@ - + + @@ -85,9 +87,10 @@ - + + @@ -109,9 +112,379 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ..\locale\countries.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16 + + + ..\locale\sr_ID\sr_001.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_008.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_009.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_010.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_011.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_012.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_013.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_014.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_015.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_016.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_017.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_018.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_019.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_020.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_021.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_022.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_023.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_024.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_025.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_026.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_027.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_028.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_029.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_030.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_031.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_032.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_033.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_034.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_035.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_036.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_037.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_038.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_039.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_040.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_041.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_042.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_043.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_044.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_045.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_046.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_047.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_048.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_049.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_050.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_051.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_052.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_064.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_065.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_066.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_067.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_068.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_069.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_070.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_071.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_072.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_073.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_074.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_075.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_076.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_077.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_078.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_079.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_080.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_081.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_082.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_083.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_084.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_085.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_086.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_087.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_088.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_089.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_090.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_091.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_092.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_093.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_094.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_095.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_096.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_097.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_098.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_099.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_100.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_101.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_102.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_103.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_104.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_105.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_106.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_107.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_108.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_109.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_110.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_111.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_112.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_113.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_114.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_115.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_116.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_117.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_118.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_119.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_120.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_121.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_122.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_123.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_124.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_125.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_126.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_127.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_128.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_136.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_144.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_153.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_156.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_160.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_168.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_169.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_174.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_184.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_185.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\locale\sr_ID\sr_186.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + \ No newline at end of file diff --git a/Ledybot/locale/countries.txt b/Ledybot/locale/countries.txt new file mode 100644 index 0000000..e198b40 Binary files /dev/null and b/Ledybot/locale/countries.txt differ diff --git a/Ledybot/locale/countryMap.txt b/Ledybot/locale/countryMap.txt new file mode 100644 index 0000000..967b19a --- /dev/null +++ b/Ledybot/locale/countryMap.txt @@ -0,0 +1,123 @@ +Country ID,Latitude,Longitude +1,35.687,139.765 +8,18.2166667,-63.05 +9,17.1166667,-61.85 +10,-34.5875,-58.6725 +11,12.5166667,-70.0333333 +12,25.0833333,-77.35 +13,13.1,-59.6166667 +14,17.25,-88.7666667 +15,-16.5,-68.15 +16,-15.7833333,-47.9166667 +17,18.4166667,-64.6166667 +18,45.26680278,-75.74934996 +19,19.3,-81.3833333 +20,-33.45,-70.6666667 +21,4.25,-74.1833333 +22,9.9333333,-84.0833333 +23,15.3,-61.4 +24,18.4666667,-69.9 +25,-0.2166667,-78.5 +26,13.7086111,-89.2030556 +27,4.9333333,-52.3333333 +28,12.05,-61.75 +29,16,-61.7166667 +30,14.6211111,-90.5269444 +31,6.8,-58.1666667 +32,18.5391667,-72.335 +33,14.1,-87.2166667 +34,18,-76.8 +35,14.6,-61.0833333 +36,19.4341667,-99.1386111 +37,16.7,-62.2166667 +38,12.1,-68.9166667 +39,12.1508333,-86.2683333 +40,8.9666667,-79.5333333 +41,-25.2666667,-57.6666667 +42,-12.05,-77.05 +43,17.3,-62.7166667 +44,14,-61 +45,13.1333333,-61.2166667 +46,5.8333333,-55.1666667 +47,10.65,-61.5166667 +48,21.4666667,-71.1333333 +49,38.895,-77.03667 +50,-34.8580556,-56.1708333 +51,18.34389,-64.93111 +52,10.5,-66.9166667 +64,41.32583333,19.82516667 +65,-33.89158,151.2417 +66,48.205,16.3705 +67,50.83983333,4.37 +68,43.85383333,18.408 +69,-24.65233333,25.90516667 +70,42.70783333,23.30666667 +71,45.816667,15.983333 +72,35.167,33.373 +73,50.07383333,14.4335 +74,55.933333,12.316667 +75,59.431,24.73416667 +76,60.170833,24.9375 +77,48.85284,2.349857 +78,52.52116667,13.40366667 +79,37.97466667,23.7245 +80,47.49,19.08 +81,64.13483333,-21.89066667 +82,53.341,-6.257 +83,41.89283333,12.48916667 +84,56.948,24.085 +85,-29.319,27.471 +86,47.1405,9.524333333 +87,54.681,25.282 +88,49.609,6.125 +89,41.996944,21.433056 +90,35.9025,14.518 +91,42.43883333,19.26783333 +92,-25.968,32.56833333 +93,-22.55366667,17.0835 +94,52.369,4.886 +95,-36.895,174.76 +96,59.936,10.70733333 +97,52.24016667,21.007 +98,38.7245,-9.1425 +99,44.43333333,26.08333333 +100,55.76666667,37.61666667 +101,44.83433333,20.4865 +102,48.152,17.124 +103,46.053,14.50216667 +104,-26.143,28.05 +105,40.41666667,-3.7025 +106,-26.31783333,31.1395 +107,59.286,18.073 +108,46.95383333,7.417666667 +109,39.92433333,32.852 +110,51.50533333,-0.120166667 +111,-15.41666667,28.28333333 +112,-17.82416667,31.05233333 +113,40.379571,49.891233 +114,18.1,-15.95 +115,12.65,-8 +116,13.521389,2.105278 +117,12.112,15.035 +118,15.633056,32.533056 +119,15.333333,38.933333 +120,11.588,43.145 +121,2.033333,45.35 +122,42.5,1.5 +123,36.133333,-5.35 +124,49.45,-2.55 +125,54.16733333,-4.483333333 +126,49.190017,-2.11 +127,43.716667,7.416667 +128,25.035089,121.506699 +136,37.5,127 +144,22.46666667,114.3 +153,1.2930556,103.8558333 +156,3.1666667,101.7 +160,39.91666667,116.4333333 +168,24.4666667,54.3666667 +169,28.6,77.2 +174,24.6408333,46.7727778 +184,43.933333,12.433333 +185,41.9,12.45 +186,32.3333,-64.75} \ No newline at end of file diff --git a/Ledybot/locale/languages.txt b/Ledybot/locale/languages.txt new file mode 100644 index 0000000..a035dc1 Binary files /dev/null and b/Ledybot/locale/languages.txt differ diff --git a/Ledybot/locale/regions3ds.txt b/Ledybot/locale/regions3ds.txt new file mode 100644 index 0000000..9ad3851 Binary files /dev/null and b/Ledybot/locale/regions3ds.txt differ diff --git a/Ledybot/locale/sr_ID/sr_001.txt b/Ledybot/locale/sr_ID/sr_001.txt new file mode 100644 index 0000000..ab9c7a6 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_001.txt @@ -0,0 +1,49 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,東京都,Tokyo,Tokyo,Tokio,Tokyo,Tokio,东京都,도쿄 도, +003,北海道,Hokkaido,Hokkaido,Hokkaido,Hokkaido,Hokaido,北海道,홋카이도, +004,青森県,Aomori,Aomori,Aomori,Aomori,Aomori,青森县,아오모리 현, +005,岩手県,Iwate,Iwate,Iwate,Iwate,Iwate,岩手县,이와테 현, +006,宮城県,Miyagi,Miyagi,Miyagi,Miyagi,Miyagi,宫城县,미야기 현, +007,秋田県,Akita,Akita,Akita,Akita,Akita,秋田县,아키타 현, +008,山形県,Yamagata,Yamagata,Yamagata,Yamagata,Yamagata,山形县,야마가타 현, +009,福島県,Fukushima,Fukushima,Fukushima,Fukushima,Fukushima,福岛县,후쿠시마 현, +010,茨城県,Ibaraki,Ibaraki,Ibaraki,Ibaraki,Ibaraki,茨城县,이바라키 현, +011,栃木県,Tochigi,Tochigi,Tochigi,Tochigi,Tochigi,枥木县,도치기 현, +012,群馬県,Gunma,Gunma,Gunma,Gunma,Gunma,群马县,군마 현, +013,埼玉県,Saitama,Saitama,Saitama,Saitama,Saitama,琦玉县,사이타마 현, +014,千葉県,Chiba,Chiba,Chiba,Chiba,Chiba,千叶县,지바 현, +015,神奈川県,Kanagawa,Kanagawa,Kanagawa,Kanagawa,Kanagawa,神奈川县,가나가와 현, +016,富山県,Toyama,Toyama,Toyama,Toyama,Toyama,富山县,도야마 현, +017,石川県,Ishikawa,Ishikawa,Ishikawa,Ishikawa,Ishikawa,石川县,이시카와 현, +018,福井県,Fukui,Fukui,Fukui,Fukui,Fukui,福井县,후쿠이 현, +019,山梨県,Yamanashi,Yamanashi,Yamanashi,Yamanashi,Yamanashi,山梨县,야마나시 현, +020,長野県,Nagano,Nagano,Nagano,Nagano,Nagano,长野县,나가노 현, +021,新潟県,Niigata,Niigata,Niigata,Niigata,Niigata,新泻县,니가타 현, +022,岐阜県,Gifu,Gifu,Gifu,Gifu,Gifu,歧阜县,기후 현, +023,静岡県,Shizuoka,Shizuoka,Shizuoka,Shizuoka,Shizuoka,静冈县,시즈오카 현, +024,愛知県,Aichi,Aichi,Aichi,Aichi,Aichi,爱知县,아이치 현, +025,三重県,Mie,Mie,Mie,Mie,Mie,三重县,미에 현, +026,滋賀県,Shiga,Shiga,Shiga,Shiga,Shiga,滋贺县,시가 현, +027,京都府,Kyoto,Kyoto,Kyoto,Kyoto,Kioto,京都府,교토 부, +028,大阪府,Osaka,Osaka,Osaka,Osaka,Osaka,大阪府,오사카 부, +029,兵庫県,Hyogo,Hyogo,Hyogo,Hyogo,Hiogo,兵库县,효고 현, +030,奈良県,Nara,Nara,Nara,Nara,Nara,奈良县,나라 현, +031,和歌山県,Wakayama,Wakayama,Wakayama,Wakayama,Wakayama,和歌山县,와카야마 현, +032,鳥取県,Tottori,Tottori,Tottori,Tottori,Totori,鸟取县,돗토리 현, +033,島根県,Shimane,Shimane,Shimane,Shimane,Shimane,岛根县,시마네 현, +034,岡山県,Okayama,Okayama,Okayama,Okayama,Okayama,冈山县,오카야마 현, +035,広島県,Hiroshima,Hiroshima,Hiroshima,Hiroshima,Hiroshima,广岛县,히로시마 현, +036,山口県,Yamaguchi,Yamaguchi,Yamaguchi,Yamaguchi,Yamaguchi,山口县,야마구치 현, +037,徳島県,Tokushima,Tokushima,Tokushima,Tokushima,Tokushima,德岛县,도쿠시마 현, +038,香川県,Kagawa,Kagawa,Kagawa,Kagawa,Kagawa,香川县,가가와 현, +039,愛媛県,Ehime,Ehime,Ehime,Ehime,Ehime,爱媛县,에히메 현, +040,高知県,Kochi,Kochi,Kochi,Kochi,Kochi,高知县,고치 현, +041,福岡県,Fukuoka,Fukuoka,Fukuoka,Fukuoka,Fukuoka,福冈县,후쿠오카 현, +042,佐賀県,Saga,Saga,Saga,Saga,Saga,佐贺县,사가 현, +043,長崎県,Nagasaki,Nagasaki,Nagasaki,Nagasaki,Nagasaki,长崎县,나가사키 현, +044,熊本県,Kumamoto,Kumamoto,Kumamoto,Kumamoto,Kumamoto,熊本县,구마모토 현, +045,大分県,Oita,Oita,Oita,Oita,Oita,大分县,오이타 현, +046,宮崎県,Miyazaki,Miyazaki,Miyazaki,Miyazaki,Miyazaki,宫崎县,미야자키 현, +047,鹿児島県,Kagoshima,Kagoshima,Kagoshima,Kagoshima,Kagoshima,鹿儿岛县,가고시마 현, +048,沖縄県,Okinawa,Okinawa,Okinawa,Okinawa,Okinawa,冲绳县,오키나와 현, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_008.txt b/Ledybot/locale/sr_ID/sr_008.txt new file mode 100644 index 0000000..cb3649d --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_008.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,アンギラ,Anguilla,Anguilla,Anguilla,Anguilla,Anguila,安圭拉,앵귈라, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_009.txt b/Ledybot/locale/sr_ID/sr_009.txt new file mode 100644 index 0000000..a190c6c --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_009.txt @@ -0,0 +1,9 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,セント・ジョン,Saint John,Saint-Jean,Saint John's,Saint John,Saint John,圣约翰区,세인트존, +003,バーブーダ島,Barbuda,Barbuda,Barbuda,Barbuda,Barbuda,巴布达岛,바부다, +004,セント・ジョージ,Saint George,Saint-Georges,Saint George,Saint George,Saint George,圣乔治区,세인트조지, +005,セント・メアリー,Saint Mary,Sainte-Marie,Saint Mary,Saint Mary,Saint Mary,圣玛丽区,세인트메리, +006,セント・ポール,Saint Paul,Saint-Paul,Saint Paul,Saint Paul,Saint Paul,圣保罗区,세인트폴, +007,セント・ピーター,Saint Peter,Saint-Pierre,Saint Peter,Saint Peter,Saint Peter,圣彼得区,세인트피터, +008,セント・フィリップ,Saint Philip,Saint-Philippe,Saint Philip,Saint Philip,Saint Philip,圣菲利普区,세인트필립, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_010.txt b/Ledybot/locale/sr_ID/sr_010.txt new file mode 100644 index 0000000..6c974c1 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_010.txt @@ -0,0 +1,26 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,特別区,Distrito Federal,District Fédéral,Autonome Stadt Buenos Aires,Capitale Federale,Ciudad de Buenos Aires,联邦首都区,아르헨티나 연방구, +003,ブエノスアイレス州,Buenos Aires,Buenos Aires,Buenos Aires,Buenos Aires,Provincia de Buenos Aires,布宜诺斯艾利斯省,부에노스아이레스 주, +004,カタマルカ州,Catamarca,Catamarca,Catamarca,Catamarca,Catamarca,卡塔马卡省,카타마르카 주, +005,チャコ州,Chaco,Chaco,Chaco,Chaco,Chaco,查科省,차코 주, +006,チュブト州,Chubut,Chubut,Chubut,Chubut,Chubut,丘布特省,추부트 주, +007,コルドバ州,Córdoba,Córdoba,Córdoba,Córdoba,Córdoba,科尔多瓦省,코르도바 주, +008,コリエンテス州,Corrientes,Corrientes,Corrientes,Corrientes,Corrientes,科连特斯省,코리엔테스 주, +009,エントレ・リオス州,Entre Ríos,Entre Ríos,Entre Ríos,Entre Ríos,Entre Ríos,恩特雷里奥斯省,엔트레리오스 주, +010,フォルモサ州,Formosa,Formosa,Formosa,Formosa,Formosa,福尔摩沙省,포르모사 주, +011,フフイ州,Jujuy,Jujuy,Jujuy,Jujuy,Jujuy,胡胡伊省,후후이 주, +012,ラ・パンパ州,La Pampa,La Pampa,La Pampa,La Pampa,La Pampa,拉潘帕省,라팜파 주, +013,ラ・リオハ州,La Rioja,La Rioja,La Rioja,La Rioja,La Rioja,拉里奥哈省,라리오하 주, +014,メンドーサ州,Mendoza,Mendoza,Mendoza,Mendoza,Mendoza,门多萨省,멘도사 주, +015,ミシオネス州,Misiones,Misiones,Misiones,Misiones,Misiones,米西奥内斯省,미시오네스 주, +016,ネウケン州,Neuquén,Neuquén,Neuquén,Neuquén,Neuquén,内乌肯省,네우켄 주, +017,リオネグロ州,Río Negro,Río Negro,Río Negro,Río Negro,Río Negro,里奥内格罗省,리오네그로 주, +018,サルタ州,Salta,Salta,Salta,Salta,Salta,萨尔塔省,살타 주, +019,サン・フアン州,San Juan,San Juan,San Juan,San Juan,San Juan,圣胡安省,산후안 주, +020,サン・ルイス州,San Luis,San Luis,San Luis,San Luis,San Luis,圣路易斯省,산루이스 주, +021,サンタ・クルス州,Santa Cruz,Santa Cruz,Santa Cruz,Santa Cruz,Santa Cruz,圣克鲁斯省,산타크루스 주, +022,サンタ・フェ州,Santa Fe,Santa Fe,Santa Fe,Santa Fe,Santa Fe,圣菲省,산타페 주, +023,サンティアゴ・デル・エステロ州,Santiago del Estero,Santiago del Estero,Santiago del Estero,Santiago del Estero,Santiago del Estero,圣地亚哥-德尔埃斯特罗省,산티아고델에스테로 주, +024,ティエラ・デル・フエゴ州,Tierra del Fuego, Antártida e Islas del Atlántico Sur,Terre de Feu, Antarctique et Îles de l’Atlantique Sud,Feuerland,Terra del Fuoco,Tierra del Fuego,火地岛省,티에라델푸에고 주, +025,トゥクマン州,Tucumán,Tucumán,Tucumán,Tucumán,Tucumán,图库曼省,투쿠만 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_011.txt b/Ledybot/locale/sr_ID/sr_011.txt new file mode 100644 index 0000000..0eb0f5f --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_011.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,アルバ,Aruba,Aruba,Aruba,Aruba,Aruba,阿鲁巴,아루바, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_012.txt b/Ledybot/locale/sr_ID/sr_012.txt new file mode 100644 index 0000000..bc971ef --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_012.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,バハマ,Bahamas,Bahamas,Bahamas,Bahamas,Bahamas,巴哈马,바하마, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_013.txt b/Ledybot/locale/sr_ID/sr_013.txt new file mode 100644 index 0000000..1f6db93 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_013.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,バルバドス,Barbados,Barbade,Barbados,Barbados,Barbados,巴巴多斯,바베이도스, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_014.txt b/Ledybot/locale/sr_ID/sr_014.txt new file mode 100644 index 0000000..1e205cb --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_014.txt @@ -0,0 +1,8 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,カヨー州,Cayo,Cayo,Cayo,Cayo,Cayo,卡约区,카요 주, +003,ベリーズ州,Belize,Belize,Belize,Belize,Belice,伯利兹城,벨리즈 주, +004,コロサル州,Corozal,Corozal,Corozal,Corozal,Corozal,科罗萨尔区,코로살 주, +005,オレンジウォーク州,Orange Walk,Orange Walk,Orange Walk,Orange Walk,Orange Walk,橘园区,오렌지워크 주, +006,スタンクリーク州,Stann Creek,Stann Creek,Stann Creek,Stann Creek,Stann Creek,斯坦港区,스탠크리크 주, +007,トレド州,Toledo,Toledo,Toledo,Toledo,Toledo,托莱多区,톨레도 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_015.txt b/Ledybot/locale/sr_ID/sr_015.txt new file mode 100644 index 0000000..1b7f8c9 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_015.txt @@ -0,0 +1,11 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ラパス県,La Paz,La Paz,La Paz,La Paz,La Paz,拉巴斯省,라파스 주, +003,チュキサカ県,Chuquisaca,Chuquisaca,Chuquisaca,Chuquisaca,Chuquisaca,丘基萨卡省,추키사카 주, +004,コチャバンバ県,Cochabamba,Cochabamba,Cochabamba,Cochabamba,Cochabamba,科恰班巴省,코차밤바 주, +005,ベニ県,El Beni,Beni,Beni,Beni,El Beni,贝尼省,엘베니 주, +006,オルロ県,Oruro,Oruro,Oruro,Oruro,Oruro,奥鲁罗省,오루로 주, +007,パンド県,Pando,Pando,Pando,Pando,Pando,潘多省,판도 주, +008,ポトシ県,Potosí,Potosí,Potosí,Potosí,Potosí,波托西省,포토시 주, +009,サンタ・クルス県,Santa Cruz,Santa Cruz,Santa Cruz,Santa Cruz,Santa Cruz,圣克鲁斯省,산타크루스 주, +010,タリハ県,Tarija,Tarija,Tarija,Tarija,Tarija,塔里哈省,타리하 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_016.txt b/Ledybot/locale/sr_ID/sr_016.txt new file mode 100644 index 0000000..9a25cf0 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_016.txt @@ -0,0 +1,29 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ディストリト・フェデラル州,Distrito Federal,District Fédéral,Distrito Federal,Distretto Federale,Distrito Federal,联邦区,브라질 연방구, +003,アクレ州,Acre,Acre,Acre,Acre,Acre,阿克里州,아크리 주, +004,アラゴアス州,Alagoas,Alagoas,Alagoas,Alagoas,Alagoas,阿拉戈斯州,알라고아스 주, +005,アマパー州,Amapá,Amapá,Amapá,Amapá,Amapá,阿马帕州,아마파 주, +006,アマゾナス州,Amazonas,Amazonas,Amazonas,Amazonas,Amazonas,亚马孙州,아마조나스 주, +007,バイア州,Bahia,Bahia,Bahia,Bahia,Bahía,巴伊亚州,바이아 주, +008,セアラ州,Ceará,Ceará,Ceará,Ceará,Ceará,塞阿拉州,세아라 주, +009,エスピリト・サント州,Espírito Santo,Espírito Santo,Espírito Santo,Espírito Santo,Espírito Santo,圣埃斯皮里图州,이스피리투산투 주, +010,マット・グロッソ・ド・スル州,Mato Grosso do Sul,Mato Grosso do Sul,Mato Grosso do Sul,Mato Grosso do Sul,Mato Grosso do Sul,南马托格罗索州,마투그로수두술 주, +011,マラニョン州,Maranhão,Maranhão,Maranhão,Maranhão,Maranhão,马拉尼昂州,마라냥 주, +012,マット・グロッソ州,Mato Grosso,Mato Grosso,Mato Grosso,Mato Grosso,Mato Grosso,马托格罗索州,마투그로수 주, +013,ミナス・ジェライス州,Minas Gerais,Minas Gerais,Minas Gerais,Minas Gerais,Minas Gerais,米纳斯吉拉斯州,미나스 제라이스 주, +014,パラー州,Pará,Pará,Pará,Pará,Pará,帕拉州,파라 주, +015,パライーバ州,Paraíba,Paraíba,Paraíba,Paraíba,Paraíba,帕拉伊巴州,파라이바 주, +016,パラナ州,Paraná,Paraná,Paraná,Paraná,Paraná,巴拉那州,파라나 주, +017,ピアウイー州,Piauí,Piauí,Piauí,Piauí,Piauí,皮奥伊州,피아우이 주, +018,リオ・デ・ジャネイロ州,Rio de Janeiro,État de Rio de Janeiro,Rio de Janeiro,Rio de Janeiro,Río de Janeiro,里约热内卢州,리우데자네이루 주, +019,リオ・グランデ・ド・ノルテ州,Rio Grande do Norte,Rio Grande do Norte,Rio Grande do Norte,Rio Grande do Norte,Rio Grande do Norte,北里奥格兰德州,히우그란지두노르치 주, +020,リオ・グランデ・ド・スル州,Rio Grande do Sul,Rio Grande do Sul,Rio Grande do Sul,Rio Grande do Sul,Rio Grande do Sul,南里奥格兰德州,히우그란지두술 주, +021,ロンドニア州,Rondônia,Rondônia,Rondônia,Rondônia,Rondônia,朗多尼亚州,혼도니아 주, +022,ロライマ州,Roraima,Roraima,Roraima,Roraima,Roraima,罗赖马州,호라이마 주, +023,サンタ・カタリーナ州,Santa Catarina,Santa Catarina,Santa Catarina,Santa Catarina,Santa Catarina,圣卡塔琳娜州,산타카타리나 주, +024,サン・パウロ州,São Paulo,État de São Paulo,São Paulo,San Paolo,São Paulo,圣保罗州,상파울루 주, +025,セルジッペ州,Sergipe,Sergipe,Sergipe,Sergipe,Sergipe,塞尔希培州,세르지피 주, +026,ゴイアス州,Goiás,Goiás,Goiás,Goiás,Goiás,戈亚斯州,고이아스 주, +027,ペルナンブコ州,Pernambuco,Pernambouc,Pernambuco,Pernambuco,Pernambuco,伯南布哥州,페르남부쿠 주, +028,トカンティンス州,Tocantins,Tocantins,Tocantins,Tocantins,Tocantins,托坎廷斯州,토칸칭스 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_017.txt b/Ledybot/locale/sr_ID/sr_017.txt new file mode 100644 index 0000000..2dc3380 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_017.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,英領ヴァージン諸島,British Virgin Islands,Îles Vierges britanniques,Britische Jungferninseln,Isole Vergini Britanniche,Islas Vírgenes Británicas,英属维尔京群岛,영국령 버진아일랜드, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_018.txt b/Ledybot/locale/sr_ID/sr_018.txt new file mode 100644 index 0000000..85e6574 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_018.txt @@ -0,0 +1,15 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,オンタリオ州,Ontario,Ontario,Ontario,Ontario,Ontario,安大略省,온타리오 주, +003,アルバータ州,Alberta,Alberta,Alberta,Alberta,Alberta,艾伯塔省,앨버타 주, +004,ブリティッシュ・コロンビア州,British Columbia,Colombie-Britannique,Britisch-Kolumbien,Columbia Britannica,Columbia Británica,不列颠哥伦比亚省,브리티시컬럼비아 주, +005,マニトバ州,Manitoba,Manitoba,Manitoba,Manitoba,Manitoba,马尼托巴省,매니토바 주, +006,ニュー・ブランズウィック州,New Brunswick,Nouveau-Brunswick,Neubraunschweig,Nuovo Brunswick,Nuevo Brunswick,新不伦瑞克省,뉴브런즈윅 주, +007,ニューファンドランド・ラブラドール州,Newfoundland and Labrador,Terre-Neuve et Labrador,Neufundland und Labrador,Terranova e Labrador,Terranova y Labrador,纽芬兰与拉布拉多省,뉴펀들랜드래브라도 주, +008,ノバ・スコシア州,Nova Scotia,Nouvelle-Écosse,Neuschottland,Nuova Scozia,Nueva Escocia,新斯科舍省,노바스코샤 주, +009,プリンス・エドワード・アイランド州,Prince Edward Island,Île-du-Prince-Édouard,Prinz-Edward-Insel,Isola del Principe Edoardo,Isla del Príncipe Eduardo,爱德华王子岛省,프린스에드워드아일랜드 주, +010,ケベック州,Quebec,Québec,Québec,Québec,Quebec,魁北克省,퀘벡 주, +011,サスカチュワン州,Saskatchewan,Saskatchewan,Saskatchewan,Saskatchewan,Saskatchewan,萨斯喀彻温省,서스캐처원 주, +012,ユーコン準州,Yukon,Territoire du Yukon,Yukon,Yukon,Yukón,育空地区,유콘 준주, +013,ノースウェスト準州,Northwest Territories,Territoires du Nord-Ouest,Nordwest-Territorien,Territori del Nord-Ovest,Territorios del Noroeste,西北地区,노스웨스트 준주, +014,ヌナブト準州,Nunavut,Territoire du Nunavut,Nunavut,Nunavut,Nunavut,努纳维特地区,누나부트 준주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_019.txt b/Ledybot/locale/sr_ID/sr_019.txt new file mode 100644 index 0000000..ed66ee8 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_019.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ケイマン諸島,Cayman Islands,Îles Caïmans,Kaimaninseln,Isole Cayman,Islas Caimán,开曼群岛,케이맨 제도, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_020.txt b/Ledybot/locale/sr_ID/sr_020.txt new file mode 100644 index 0000000..41bd2aa --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_020.txt @@ -0,0 +1,15 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,レジョン・メトロポリタナ州,Región Metropolitana,Région Métropolitaine de Santiago,Región Metropolitana,Regione Metropolitana di Santiago,Región Metropolitana,圣地亚哥首都区,산티아고 수도주, +003,バルパライソ州,Valparaíso,Valparaiso,Valparaíso (Region V),Valparaíso,Valparaíso,瓦尔帕莱索大区,발파라이소 주, +004,アイセン・デル・G・カルロス・イバニェス・デル・カンポ州,Aisén del General Carlos Ibáñez del Campo,Aisén del General Carlos Ibáñez del Campo,Aisén (Region XI),Aisén del General Carlos Ibáñez del Campo,Aisén del General Carlos Ibáñez del Campo,伊瓦涅斯将军的艾森大区,아이센 주, +005,アントファガスタ州,Antofagasta,Antofagasta,Antofagasta (Region II),Antofagasta,Antofagasta,安托法加斯塔大区,안토파가스타 주, +006,アラウカニア州,Araucanía,Araucanie,Araukanien (Region IX),Araucanía,Araucanía,阿劳卡尼亚大区,아라우카니아 주, +007,アタカマ州,Atacama,Atacama,Atacama (Region III),Atacama,Atacama,阿塔卡马大区,아타카마 주, +008,ビオビオ州,Bío-Bío,Biobío,Bío-Bío (Region VIII),Biobío,Bío-Bío,比奥比奥大区,비오비오 주, +009,コキンボ州,Coquimbo,Coquimbo,Coquimbo (Region IV),Coquimbo,Coquimbo,科金博大区,코킴보 주, +010,L・ベルナルド・オヒギンス州,Libertador General Bernardo O'Higgins,Libertador General Bernardo O'Higgins,Libertador General Bernardo O'Higgins (Region VI),Libertador General Bernardo O'Higgins,Libertador General Bernardo O'Higgins,奥伊金斯将军解放者大区,오이긴스 주, +011,ロス・ラゴス州,Los Lagos,Los Lagos,Los Lagos (Region X),Los Lagos,Los Lagos,湖大区,로스라고스 주, +012,マガリャネス州,Magallanes y Antártica Chilena,Magellan et Antarctique Chilienne,Magallanes (Region XII) und Chilenische Antarktis,Magellane e Antartide Cilena,Magallanes y Antártica Chilena,麦哲伦-智利南极大区,마가야네스 주, +013,マウレ州,Maule,Maule,Maule (Region VII),Maule,Maule,马乌莱大区,마울레 주, +014,タラパカ州,Tarapacá,Tarapacá,Tarapacá (Region I),Tarapacá,Tarapacá,塔拉帕卡大区,타라파카 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_021.txt b/Ledybot/locale/sr_ID/sr_021.txt new file mode 100644 index 0000000..e547622 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_021.txt @@ -0,0 +1,35 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ディストリト・キャピタル,Distrito Capital,District Capital de Santa Fe de Bogotá,Bogotá D.C.,Distretto Capitale,Distrito Capital,波哥大首都区,콜롬비아 수도주, +003,クンディナマルカ県,Cundinamarca,Cundinamarca,Cundinamarca,Cundinamarca,Cundinamarca,昆迪纳马卡省,쿤디나마르카 주, +004,アマソナス県,Amazonas,Amazone,Amazonas,Amazonas,Amazonas,亚马孙省,아마소나스 주, +005,アンティオキア県,Antioquia,Antioquia,Antioquia,Antioquia,Antioquia,安提奥基亚省,안티오키아 주, +006,アラウカ県,Arauca,Arauca,Arauca,Arauca,Arauca,阿劳卡省,아라우카 주, +007,アトランティコ県,Atlántico,Atlantique,Atlántico,Atlántico,Atlántico,大西洋省,아틀란티코 주, +008,ボリーバル県,Bolívar,Bolívar,Bolívar,Bolívar,Bolívar,玻利瓦尔省,볼리바르 주, +009,ボヤカ県,Boyacá,Boyacá,Boyacá,Boyacá,Boyacá,博亚卡省,보야카 주, +010,カルダス県,Caldas,Caldas,Caldas,Caldas,Caldas,卡尔达斯省,칼다스 주, +011,カケタ県,Caquetá,Caquetá,Caquetá,Caquetá,Caquetá,卡克塔省,카케타 주, +012,カウカ県,Cauca,Cauca,Cauca,Cauca,Cauca,考卡省,카우카 주, +013,セサル県,Cesar,Cesar,Cesar,Cesar,Cesar,塞萨尔省,세사르 주, +014,チョコ県,Chocó,Chocó,Chocó,Chocó,Chocó,乔科省,초코 주, +015,コルドバ県,Córdoba,Córdoba,Córdoba,Córdoba,Córdoba,科尔多瓦省,코르도바 주, +016,グアビアレ県,Guaviare,Guaviare,Guaviare,Guaviare,Guaviare,瓜维亚雷省,과비아레 주, +017,グアイニア県,Guainía,Guainía,Guainía,Guainía,Guainía,瓜伊尼亚省,과이니아 주, +018,ウィラ県,Huila,Huila,Huila,Huila,Huila,乌伊拉省,우일라 주, +019,グアヒーラ県,La Guajira,La Guajira,La Guajira,La Guajira,La Guajira,瓜希拉省,라과히라 주, +020,マグダレーナ県,Magdalena,Magdalena,Magdalena,Magdalena,Magdalena,马格达雷那省,마그달레나 주, +021,メタ県,Meta,Meta,Meta,Meta,Meta,梅塔省,메타 주, +022,ナリーニョ県,Nariño,Nariño,Nariño,Nariño,Nariño,纳里尼奥省,나리뇨 주, +023,ノルテ・デ・サンタンデル県,Norte de Santander,Norte de Santander,Norte de Santander,Norte de Santander,Norte de Santander,北桑坦德省,노르테데산탄데르 주, +024,プトゥマイオ県,Putumayo,Putumayo,Putumayo,Putumayo,Putumayo,普图马约省,푸투마요 주, +025,キンディオ県,Quindío,Quindío,Quindío,Quindío,Quindío,金迪奥省,킨디오 주, +026,リサラルダ県,Risaralda,Risaralda,Risaralda,Risaralda,Risaralda,利萨拉尔达省,리사랄다 주, +027,サン・アンドレス・イ・プロビデンシア県,Archipiélago de San Andrés, Providencia y Santa Catalina,Îles de San Andrés, Providencia et Santa Cataline,San Andrés und Providencia,San Andrés e Providencia,Archipiélago de San Andrés, Providencia y Santa Catalina,圣安德烈斯-普罗维登西亚省,산안드레스 이 프로비덴시아 주, +028,サンタンデル県,Santander,Santander,Santander,Santander,Santander,桑坦德省,산탄데르 주, +029,スクレ県,Sucre,Sucre,Sucre,Sucre,Sucre,苏克雷省,수크레 주, +030,トリマ県,Tolima,Tolima,Tolima,Tolima,Tolima,托利马省,톨리마 주, +031,バジェ・デル・カウカ県,Valle del Cauca,Valle del Cauca,Valle del Cauca,Valle del Cauca,Valle del Cauca,考卡山谷省,바예델카우카 주, +032,バウペス県,Vaupés,Vaupés,Vaupés,Vaupés,Vaupés,沃佩斯省,바우페스 주, +033,ビチャダ県,Vichada,Vichada,Vichada,Vichada,Vichada,维查达省,비차다 주, +034,カサナレ県,Casanare,Casanare,Casanare,Casanare,Casanare,卡萨纳雷省,카사나레 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_022.txt b/Ledybot/locale/sr_ID/sr_022.txt new file mode 100644 index 0000000..de54d6b --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_022.txt @@ -0,0 +1,9 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,サン・ホセ州,San José,San José,San José,San José,San José,圣何塞省,산호세 주, +003,アラフエラ州,Alajuela,Alajuela,Alajuela,Alajuela,Alajuela,阿拉胡埃拉省,알라후엘라 주, +004,カルタゴ州,Cartago,Cartago,Cartago,Cartago,Cartago,卡塔戈省,카르타고 주, +005,グアナカステ州,Guanacaste,Guanacaste,Guanacaste,Guanacaste,Guanacaste,瓜纳卡斯特省,과나카스테 주, +006,エレディア州,Heredia,Heredia,Heredia,Heredia,Heredia,埃雷迪亚省,에레디아 주, +007,リモン州,Limón,Limón,Limón,Limón,Limón,利蒙省,리몬 주, +008,プンタレナス州,Puntarenas,Puntarenas,Puntarenas,Puntarenas,Puntarenas,蓬塔雷纳斯省,푼타레나스 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_023.txt b/Ledybot/locale/sr_ID/sr_023.txt new file mode 100644 index 0000000..7827e8c --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_023.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ドミニカ国,Dominica,Dominique,Dominica,Dominica,Dominica,多米尼克,도미니카 연방, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_024.txt b/Ledybot/locale/sr_ID/sr_024.txt new file mode 100644 index 0000000..c77a3cd --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_024.txt @@ -0,0 +1,32 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ディストリト・ナショナル首都圏,Distrito Nacional,District National,Distrito Nacional,Distretto Nazionale,Distrito Nacional,国家区,도미니카 행정구, +003,アスア,Azua,Azua,Azua,Azua,Azua,阿苏阿省,아수아, +004,バオルコ,Baoruco,Baoruco,Baoruco,Baoruco,Baoruco,巴奥鲁科省,바오루코, +005,バラオナ,Barahona,Barahona,Barahona,Barahona,Barahona,巴拉奥纳省,바라오나, +006,ダハボン,Dajabón,Dajabón,Dajabón,Dajabón,Dajabón,达哈朋省,다하본, +007,ドゥアルテ,Duarte,Duarte,Duarte,Duarte,Duarte,杜华德省,두아르테, +008,エスパイジャト,Espaillat,Espaillat,Espaillat,Espaillat,Espaillat,艾斯派亚省,에스파이야트, +009,インデペンデンシア,Independencia,Independencia,Independencia,Independencia,Independencia,独立省,인데펜덴시아, +010,ラ・アルタグラシア,La Altagracia,La Altagracia,La Altagracia,La Altagracia,La Altagracia,圣母省,라알타그라시아, +011,エリアス・ピーニャ,Elías Piña,Elías Piña,Elías Piña,Elías Piña,Elías Piña,埃利亚斯皮亚省,엘리아스피냐, +012,ラ・ロマーナ,La Romana,La Romana,La Romana,La Romana,La Romana,罗马纳省,라로마나, +013,マリア・トリニダー・サンチェス,María Trinidad Sánchez,María Trinidad Sánchez,María Trinidad Sánchez,María Trinidad Sánchez,María Trinidad Sánchez,玛丽亚-桑其斯省,마리아 트리니다드산체스, +014,モンテ・クリスティ,Monte Cristi,Monte Cristi,Monte Cristi,Monte Cristi,Monte Cristi,基度山省,몬테크리스티, +015,ペデルナレス,Pedernales,Pedernales,Pedernales,Pedernales,Pedernales,佩德纳莱斯省,페데르날레스, +016,ペラビア,Peravia,Peravia,Peravia,Peravia,Peravia,佩拉维亚省,페라비아, +017,プエルト・プラタ,Puerto Plata,Puerto Plata,Puerto Plata,Puerto Plata,Puerto Plata,银港省,푸에르토 플라타, +018,サルセド,Salcedo,Salcedo,Hermanas Mirabal,Salcedo,Salcedo,萨尔塞多省,살세도, +019,セマナ,Samaná,Samaná,Samaná,Samaná,Samaná,山美纳省,사마나, +020,サンチェス・ラミレス,Sánchez Ramírez,Sánchez Ramírez,Sánchez Ramírez,Sánchez Ramírez,Sánchez Ramírez,桑切斯-拉米斯省,산체스라미레스, +021,サン・フアン,San Juan,San Juan,San Juan,San Juan,San Juan,圣胡安省,산후안, +022,サン・ペドロ・デ・マコリス,San Pedro de Macorís,San Pedro de Macorís,San Pedro de Macorís,San Pedro de Macorís,San Pedro de Macorís,圣彼德省,산페드로데마코리스, +023,サンティアゴ,Santiago,Santiago,Santiago,Santiago,Santiago,圣地亚哥省,산티아고, +024,サンティアゴ・ロドリゲス,Santiago Rodríguez,Santiago Rodríguez,Santiago Rodríguez,Santiago Rodríguez,Santiago Rodríguez,圣地亚哥-罗里盖兹省,산티아고로드리게스, +025,バルベルデ,Valverde,Valverde,Valverde,Valverde,Valverde,巴韦德省,발베르데, +026,エル・セイボ,El Seíbo,El Seibo,El Seíbo,El Seíbo,El Seíbo,赛堡省,엘세이보, +027,アト・マジョール,Hato Mayor,Hato Mayor,Hato Mayor,Hato Mayor,Hato Mayor,阿托马约省,아토마요르, +028,ラ・ベガ,La Vega,La Vega,La Vega,La Vega,La Vega,拉维加省,라베가, +029,モンセニョール・ノウエル,Monseñor Nouel,Monseñor Nouel,Monseñor Nouel,Monseñor Nouel,Monseñor Nouel,主教-瑙黎省,몬세뇨르노우엘, +030,モンテ・プラタ,Monte Plata,Monte Plata,Monte Plata,Monte Plata,Monte Plata,银山省,몬테플라타, +031,サン・クリストバル,San Cristóbal,San Cristóbal,San Cristóbal,San Cristóbal,San Cristóbal,圣克里斯多堡省,산크리스토발, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_025.txt b/Ledybot/locale/sr_ID/sr_025.txt new file mode 100644 index 0000000..7cae22a --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_025.txt @@ -0,0 +1,26 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ピチンチャ,Pichincha,Pichincha,Pichincha,Pichincha,Pichincha,皮钦查省,피친차, +003,ガラパゴス,Galápagos,Galápagos,Galapagosinseln,Galápagos,Galápagos,加拉帕戈斯省,갈라파고스, +004,アスアイ,Azuay,Azuay,Azuay,Azuay,Azuay,阿苏艾省,아수아이, +005,ボリーバル,Bolívar,Bolívar,Bolívar,Bolívar,Bolívar,玻利瓦尔省,볼리바르, +006,カニャル,Cañar,Cañar,Cañar,Cañar,Cañar,卡尼亚尔省,카냐르, +007,カルチ,Carchi,Carchi,Carchi,Carchi,Carchi,卡尔奇省,카르치, +008,チンボラソ,Chimborazo,Chimborazo,Chimborazo,Chimborazo,Chimborazo,钦博拉索省,침보라소, +009,コトパクシ,Cotopaxi,Cotopaxi,Cotopaxi,Cotopaxi,Cotopaxi,科托帕希省,코토팍시, +010,エル・オロ,El Oro,El Oro,El Oro,El Oro,El Oro,埃尔奥罗省,엘오로, +011,エスメラルダス,Esmeraldas,Esmeraldas,Esmeraldas,Esmeraldas,Esmeraldas,埃斯梅拉尔达斯省,에스메랄다스, +012,グアヤス,Guayas,Guayas,Guayas,Guayas,Guayas,瓜亚斯省,과야스, +013,インバブラ,Imbabura,Imbabura,Imbabura,Imbabura,Imbabura,因巴布拉省,임바부라, +014,ロハ,Loja,Loja,Loja,Loja,Loja,洛哈省,로하, +015,ロス・リオス,Los Ríos,Los Ríos,Los Ríos,Los Ríos,Los Ríos,洛斯里奥斯省,로스 리오스, +016,マナビ,Manabí,Manabí,Manabí,Manabí,Manabí,马纳比省,마나비, +017,モロナ・サンティアゴ,Morona-Santiago,Morona-Santiago,Morona Santiago,Morona Santiago,Morona-Santiago,莫罗纳-圣地亚哥省,모로나 산티아고, +018,パスタサ,Pastaza,Pastaza,Pastaza,Pastaza,Pastaza,帕斯塔萨省,파스타사, +019,トゥングラワ,Tungurahua,Tungurahua,Tungurahua,Tungurahua,Tungurahua,通古拉瓦省,퉁그라우아, +020,サモラ・チンチペ,Zamora-Chinchipe,Zamora-Chinchipe,Zamora Chinchipe,Zamora Chinchipe,Zamora-Chinchipe,萨莫拉-钦奇佩省,사모라 친치페, +021,スクンビオス,Sucumbios,Sucumbíos,Sucumbíos,Sucumbíos,Sucumbíos,苏昆毕奥斯省,스쿰비오스, +022,ナポ,Napo,Napo,Napo,Napo,Napo,纳波省,나포, +023,オレリャナ,Orellana,Orellana,Orellana,Orellana,Orellana,奥雷利亚纳省,오렐라나, +024,サンタ・エレーナ,Santa Elena,Santa Elena,Santa Elena,Santa Elena,Santa Elena,圣埃伦娜省,산타엘레나, +025,サント・ドミンゴ・デ・ロス・ツァチラス,Santo Domingo de los Tsáchilas,Santo Domingo de los Tsáchilas,Santo Domingo de los Tsáchilas,Santo Domingo de los Tsáchilas,Santo Domingo de los Tsáchilas,圣多明各-德洛斯查奇拉斯省,산토도밍고델로스트사칠라스, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_026.txt b/Ledybot/locale/sr_ID/sr_026.txt new file mode 100644 index 0000000..c7494e0 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_026.txt @@ -0,0 +1,16 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,サン・サルバドル県,San Salvador,San Salvador,San Salvador,San Salvador,San Salvador,圣萨尔瓦多省,산살바도르 주, +003,アワチャパン県,Ahuachapán,Ahuachapán,Ahuachapán,Ahuachapán,Ahuachapán,阿瓦查潘省,아우아차판 주, +004,カバニャス県,Cabañas,Cabañas,Cabañas,Cabañas,Cabañas,卡瓦尼亚斯省,카바냐스 주, +005,チャラテナンゴ県,Chalatenango,Chalatenango,Chalatenango,Chalatenango,Chalatenango,查拉特南戈省,찰라테낭고 주, +006,クスカトラン県,Cuscatlán,Cuscatlán,Cuscatlán,Cuscatlán,Cuscatlán,库斯卡特兰省,쿠스카틀란 주, +007,ラ・リベルター県,La Libertad,La Libertad,La Libertad,La Libertad,La Libertad,拉利伯塔德省,라리베르타드 주, +008,ラパス県,La Paz,La Paz,La Paz,La Paz,La Paz,拉巴斯省,라파스 주, +009,ラ・ウニオン県,La Unión,La Unión,La Unión,La Unión,La Unión,拉乌尼翁省,라우니온 주, +010,モラサン県,Morazán,Morazán,Morazán,Morazán,Morazán,莫拉桑省,모라산 주, +011,サン・ミゲル県,San Miguel,San Miguel,San Miguel,San Miguel,San Miguel,圣米格尔省,산미겔 주, +012,サンタ・アナ県,Santa Ana,Santa Ana,Santa Ana,Santa Ana,Santa Ana,圣安娜省,산타아나 주, +013,サンビセンテ県,San Vicente,San Vicente,San Vicente,San Vicente,San Vicente,圣维森特省,산비센테 주, +014,ソンソナテ県,Sonsonate,Sonsonate,Sonsonate,Sonsonate,Sonsonate,松索纳特省,손소나테 주, +015,ウスルタン県,Usulután,Usulután,Usulután,Usulután,Usulután,乌苏卢坦省,우술루탄 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_027.txt b/Ledybot/locale/sr_ID/sr_027.txt new file mode 100644 index 0000000..712539b --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_027.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,フランス領ギアナ,French Guiana,Guyane,Französisch-Guyana,Guyana Francese,Guayana Francesa,法属圭亚那,프랑스령 기아나, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_028.txt b/Ledybot/locale/sr_ID/sr_028.txt new file mode 100644 index 0000000..9792fba --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_028.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,グレナダ,Grenada,Grenade,Grenada,Grenada,Granada,格林纳达,그레나다, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_029.txt b/Ledybot/locale/sr_ID/sr_029.txt new file mode 100644 index 0000000..40c5f6e --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_029.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,グアドループ,Guadeloupe,Guadeloupe,Guadeloupe,Guadalupa,Guadalupe,瓜德罗普,과들루프, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_030.txt b/Ledybot/locale/sr_ID/sr_030.txt new file mode 100644 index 0000000..3fea0a7 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_030.txt @@ -0,0 +1,24 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,グアテマラ県,Guatemala,Guatemala,Guatemala,Guatemala,Guatemala,危地马拉省,과테말라 주, +003,アルタ・べラパス県,Alta Verapaz,Alta Verapaz,Alta Verapaz,Alta Verapaz,Alta Verapaz,上韦拉帕斯省,알타베라파스 주, +004,バハ・べラパス県,Baja Verapaz,Baja Verapaz,Baja Verapaz,Baja Verapaz,Baja Verapaz,下韦拉帕斯省,바하베라파스 주, +005,チマルテナンゴ県,Chimaltenango,Chimaltenango,Chimaltenango,Chimaltenango,Chimaltenango,奇马尔特南戈省,치말테낭고 주, +006,チキムラ県,Chiquimula,Chiquimula,Chiquimula,Chiquimula,Chiquimula,奇基穆拉省,치키물라 주, +007,エル・プログレソ県,El Progreso,El Progreso,El Progreso,El Progreso,El Progreso,埃尔普罗格雷索省,엘프로그레소 주, +008,エスクィントラ県,Escuintla,Escuintla,Escuintla,Escuintla,Escuintla,埃斯昆特拉省,에스쿠인틀라 주, +009,ウェウェテナンゴ県,Huehuetenango,Huehuetenango,Huehuetenango,Huehuetenango,Huehuetenango,韦韦特南戈省,우에우에테낭고 주, +010,イザバル県,Izabal,Izabal,Izabal,Izabal,Izabal,伊萨瓦尔省,이사발 주, +011,ハラパ県,Jalapa,Jalapa,Jalapa,Jalapa,Jalapa,哈拉帕省,할라파 주, +012,フティアパ県,Jutiapa,Jutiapa,Jutiapa,Jutiapa,Jutiapa,胡蒂亚帕省,후티아파 주, +013,エル・ペテン県,Petén,El Petén,El Petén,Petén,Petén,佩滕省,페텐 주, +014,ケツァルテナンゴ県,Quetzaltenango,Quetzaltenango,Quetzaltenango,Quetzaltenango,Quetzaltenango,克萨尔特南戈省,케트살테낭고 주, +015,エル・キチェ県,Quiché,El Quiché,El Quiché,Quiché,Quiché,基切省,키체 주, +016,レタルーレウ県,Retalhuleu,Retalhuleu,Retalhuleu,Retalhuleu,Retalhuleu,雷塔卢莱乌省,레탈룰레우 주, +017,サカテペケス県,Sacatepéquez,Sacatepéquez,Sacatepéquez,Sacatepéquez,Sacatepéquez,萨卡特佩克斯省,사카테페케스 주, +018,サン・マルコス県,San Marcos,San Marcos,San Marcos,San Marcos,San Marcos,圣马科斯省,산마르코스 주, +019,サンタ・ローサ県,Santa Rosa,Santa Rosa,Santa Rosa,Santa Rosa,Santa Rosa,圣罗莎省,산타로사 주, +020,ソロラ県,Sololá,Sololá,Sololá,Sololá,Sololá,索洛拉省,솔롤라 주, +021,スチテペケス県,Suchitepéquez,Suchitepéquez,Suchitepéquez,Suchitepéquez,Suchitepéquez,苏奇特佩克斯省,수치테페케스 주, +022,トトニカパン県,Totonicapán,Totonicapán,Totonicapán,Totonicapán,Totonicapán,托托尼卡潘省,토토니카판 주, +023,サカパ県,Zacapa,Zacapa,Zacapa,Zacapa,Zacapa,萨卡帕省,사카파 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_031.txt b/Ledybot/locale/sr_ID/sr_031.txt new file mode 100644 index 0000000..bb7ff0a --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_031.txt @@ -0,0 +1,12 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,デメララ・マハイカ州,Demerara-Mahaica,Demerara-Mahaica,Demerara-Mahaica,Demerara-Mahaica,Demerara-Mahaica,德梅拉拉-马海卡区,데메라라-마하이카 주, +003,バリマ・ワイニ州,Barima-Waini,Barima-Waini,Barima-Waini,Barima-Waini,Barima-Waini,巴里马-瓦伊尼区,바리마-와이니 주, +004,クユニ・マザルニ州,Cuyuni-Mazaruni,Cuyuni-Mazaruni,Cuyuni-Mazaruni,Cuyuni-Mazaruni,Cuyuni-Mazaruni,库尤尼-马扎鲁尼区,쿠유니-마자루니 주, +005,東ベルビセ・コレンティネ州,East Berbice-Corentyne,Berbice Oriental-Courantyne,East Berbice-Corentyne,Berbice Orientale-Corentyne,Berbice Oriental-Corentyne,东伯比斯-科兰太因区,동부 버비스-코런타인 주, +006,エセキボ諸島・西デメララ州,Essequibo Islands-West Demerara,Îles Essequibo-Demerara Occidental,Essequibo Islands-West Demerara,Isole Essequibo-Demerara Occidentale,Islas Essequibo-Demerara Occidental,埃塞奎博群岛-西德梅拉拉区,에세퀴보 섬-서부 데메라라 주, +007,マハイカ・ベルビセ州,Mahaica-Berbice,Mahaica-Berbice,Mahaica-Berbice,Mahaica-Berbice,Mahaica-Berbice,马海卡-伯比斯区,마하이카-버비스 주, +008,ポメローン・スペナーム州,Pomeroon-Supenaam,Pomeroon-Supenaam,Pomeroon-Supenaam,Pomeroon-Supenaam,Pomeroon-Supenaam,波默伦-苏佩纳姆区,포메룬-수페남 주, +009,ポタロ・シパルニ州,Potaro-Siparuni,Potaro-Siparuni,Potaro-Siparuni,Potaro-Siparuni,Potaro-Siparuni,波塔罗-锡帕鲁尼区,포타로-시파루니 주, +010,アッパー・デメララ・ベルビセ州,Upper Demerara-Berbice,Haut-Demerara et Berbice,Upper Demerara-Berbice,Alto Demerara-Berbice,Alto Demerara-Berbice,上德梅拉拉-伯比斯区,북부 데메라라-버비스 주, +011,アッパー・タクトゥ・アッパー・エセキボ州,Upper Takutu-Upper Essequibo,Haut-Takutu et Haut-Essequibo,Upper Takutu-Upper Essequibo,Alto Takutu-Alto Essequibo,Alto Takutu-Alto Essequibo,上塔库图-上埃塞奎博区,북부 타쿠투-북부 에세퀴보 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_032.txt b/Ledybot/locale/sr_ID/sr_032.txt new file mode 100644 index 0000000..aa27d13 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_032.txt @@ -0,0 +1,12 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,西県,Ouest,Ouest,Ouest,Ovest,Oeste,西部省,서부, +003,北西県,Nord-Ouest,Nord-Ouest,Nord-Ouest,Nord-Ovest,Noroeste,西北省,북서부, +004,アルティボニット県,Artibonite,Artibonite,Artibonite,Artibonite,Artibonito,阿蒂博尼特省,아르티보니트, +005,中央県,Centre,Centre,Centre,Centro,Centro,中部省,중앙부, +006,湾岸県,Grand'Anse,Grande-Anse,Grand'Anse,Grande Anse,Grand'Anse,大湾省,그랑당스, +007,北県,Nord,Nord,Nord,Nord,Norte,北部省,북부, +008,北東県,Nord-Est,Nord-Est,Nord-Est,Nord-Est,Noreste,东北省,북동부, +009,南県,Sud,Sud,Sud,Sud,Sur,南部省,남부, +010,南東県,Sud-Est,Sud-Est,Sud-Est,Sud-Est,Sureste,东南省,남동부, +011,ニップ県,Nippes,Nippes,Nippes,Nippes,Nippes,尼普斯省,니프, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_033.txt b/Ledybot/locale/sr_ID/sr_033.txt new file mode 100644 index 0000000..f37f22f --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_033.txt @@ -0,0 +1,20 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,フランシスコ・モラサン,Francisco Morazán,Francisco Morazán,Francisco Morazán,Francisco Morazán,Francisco Morazán,弗朗西斯科-莫拉桑省,프란시스코모라산, +003,アトランティダ,Atlántida,Atlántida,Atlántida,Atlántida,Atlántida,阿特兰蒂达省,아틀란티다, +004,チョルテカ,Choluteca,Choluteca,Choluteca,Choluteca,Choluteca,乔卢特卡省,촐루테카, +005,コロン,Colón,Colón,Colón,Colón,Colón,科隆省,콜론, +006,コマヤグア,Comayagua,Comayagua,Comayagua,Comayagua,Comayagua,科马亚瓜省,코마야과, +007,コパン,Copán,Copán,Copán,Copán,Copán,科潘省,코판, +008,コルテス,Cortés,Cortés,Cortés,Cortés,Cortés,科尔特斯省,코르테스, +009,エル・パライソ,El Paraíso,El Paraíso,El Paraíso,El Paraíso,El Paraíso,埃尔帕拉伊索省,엘파라이소, +010,グラシアス・ア・ディオス,Gracias a Dios,Gracias a Dios,Gracias a Dios,Gracias a Dios,Gracias a Dios,格拉西亚斯-阿迪奥斯省,그라시아스아디오스, +011,インティブカ,Intibucá,Intibucá,Intibucá,Intibucá,Intibucá,因蒂布卡省,인티부카, +012,イスラス・デ・ラ・バイア,Islas de la Bahía,Islas de la Bahía,Islas de la Bahía,Islas de la Bahía,Islas de la Bahía,海湾群岛省,이슬라스데라바이아, +013,ラ・パス,La Paz,La Paz,La Paz,La Paz,La Paz,拉巴斯省,라파스, +014,レンピラ,Lempira,Lempira,Lempira,Lempira,Lempira,伦皮拉省,렘피라, +015,オコテペケ,Ocotepeque,Ocotepeque,Ocotepeque,Ocotepeque,Ocotepeque,奥科特佩克省,오코테페케, +016,オランチョ,Olancho,Olancho,Olancho,Olancho,Olancho,奥兰乔省,올란초, +017,サンタ・バルバラ,Santa Bárbara,Santa Bárbara,Santa Bárbara,Santa Bárbara,Santa Bárbara,圣巴巴拉省,산타바르바라, +018,バジェ,Valle,Valle,Valle,Valle,Valle,山谷省,바예, +019,ヨロ,Yoro,Yoro,Yoro,Yoro,Yoro,约罗省,요로, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_034.txt b/Ledybot/locale/sr_ID/sr_034.txt new file mode 100644 index 0000000..d9e251d --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_034.txt @@ -0,0 +1,16 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,セント・トーマス,Saint Thomas,Saint-Thomas,Saint Thomas,Saint Thomas,Saint Thomas,圣托马斯区,세인트토머스, +003,クラレンドン,Clarendon,Clarendon,Clarendon,Clarendon,Clarendon,克拉伦登区,클래런던, +004,ハノーバー,Hanover,Hanover,Hanover,Hanover,Hanover,汉诺威区,해노버, +005,マンチェスター,Manchester,Manchester,Manchester,Manchester,Manchester,曼彻斯特区,맨체스터, +006,ポートランド,Portland,Portland,Portland,Portland,Portland,波特兰区,포틀랜드, +007,セント・アンドリュー,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andrew,圣安德鲁区,세인트앤드루, +008,セント・アン,Saint Ann,Saint Ann,Saint Ann,Saint Ann,Saint Ann,圣安娜区,세인트앤, +009,セント・キャサリン,Saint Catherine,Saint Catherine,Saint Catherine,Saint Catherine,Saint Catherine,圣凯瑟琳区,세인트캐서린, +010,セント・エリザベス,Saint Elizabeth,Saint Elizabeth,Saint Elizabeth,Saint Elizabeth,Saint Elizabeth,圣伊丽莎白区,세인트엘리자베스, +011,セント・ジェームズ,Saint James,Saint James,Saint James,Saint James,Saint James,圣詹姆斯区,세인트제임스, +012,セント・メアリー,Saint Mary,Saint Mary,Saint Mary,Saint Mary,Saint Mary,圣玛丽区,세인트메리, +013,トレローニー,Trelawny,Trelawny,Trelawny,Trelawny,Trelawny,特里洛尼区,트렐로니, +014,ウェストモアランド,Westmoreland,Westmoreland,Westmoreland,Westmoreland,Westmoreland,西摩兰区,웨스트모얼랜드, +015,キングストン,Kingston,Kingston,Kingston,Kingston,Kingston,金斯敦区,킹스턴, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_035.txt b/Ledybot/locale/sr_ID/sr_035.txt new file mode 100644 index 0000000..be98a49 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_035.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,マルティニーク,Martinique,Martinique,Martinique,Martinica,Martinica,马提尼克,마르티니크, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_036.txt b/Ledybot/locale/sr_ID/sr_036.txt new file mode 100644 index 0000000..7100233 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_036.txt @@ -0,0 +1,34 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ディストリト・フェデラル連邦区,Distrito Federal,District Fédéral,México D.F.,Distretto Federale,Distrito Federal,联邦区,멕시코 연방구, +003,アグアスカリエンテス州,Aguascalientes,Aguascalientes,Aguascalientes,Aguascalientes,Aguascalientes,阿瓜斯卡连特斯州,아과스칼리엔테스 주, +004,バハ・カリフォルニア州,Baja California,Basse-Californie,Niederkalifornien,Bassa California,Baja California,下加里福尼亚州,바하칼리포르니아 주, +005,バハ・カリフォルニア・スル州,Baja California Sur,Basse-Californie du Sud,Süd-Niederkalifornien,Bassa California del Sud,Baja California Sur,南下加里福尼亚州,바하칼리포르니아수르 주, +006,カンペチェ州,Campeche,Campeche,Campeche,Campeche,Campeche,坎佩切州,캄페체 주, +007,チアパス州,Chiapas,Chiapas,Chiapas,Chiapas,Chiapas,恰帕斯州,치아파스 주, +008,チワワ州,Chihuahua,Chihuahua,Chihuahua,Chihuahua,Chihuahua,奇瓦瓦州,치와와 주, +009,コアウイラ州,Coahuila de Zaragoza,Coahuila,Coahuila de Zaragoza,Coahuila,Coahuila,科阿韦拉州,코아우일라 주, +010,コリマ州,Colima,Colima,Colima,Colima,Colima,科利马州,콜리마 주, +011,ドゥランゴ州,Durango,Durango,Durango,Durango,Durango,杜兰戈州,두랑고 주, +012,グアナフアト州,Guanajuato,Guanajuato,Guanajuato,Guanajuato,Guanajuato,瓜纳华托州,과나후아토 주, +013,ゲレロ州,Guerrero,Guerrero,Guerrero,Guerrero,Guerrero,格雷罗州,게레로 주, +014,イダルゴ州,Hidalgo,Hidalgo,Hidalgo,Hidalgo,Hidalgo,伊达尔戈州,이달고 주, +015,ハリスコ州,Jalisco,Jalisco,Jalisco,Jalisco,Jalisco,哈利斯科州,할리스코 주, +016,メヒコ州,México,Mexico,México,Messico,México,墨西哥州,메히코 주, +017,ミチョアカン州,Michoacán de Ocampo,Michoacán,Michoacán,Michoacán de Ocampo,Michoacán,米却肯州,미초아칸 주, +018,モレロス州,Morelos,Morelos,Morelos,Morelos,Morelos,莫雷洛斯州,모렐로스 주, +019,ナヤリット州,Nayarit,Nayarit,Nayarit,Nayarit,Nayarit,纳亚里特州,나야리트 주, +020,ヌエボ・レオン州,Nuevo León,Nuevo León,Nuevo León,Nuevo León,Nuevo León,新莱昂州,누에보레온 주, +021,オアハカ州,Oaxaca,Oaxaca,Oaxaca,Oaxaca,Oaxaca,瓦哈卡州,오악사카 주, +022,プエブラ州,Puebla,Puebla,Puebla,Puebla,Puebla,普埃布拉州,푸에블라 주, +023,ケレタロ州,Querétaro de Arteaga,Querétaro,Querétaro,Querétaro de Arteaga,Querétaro,克雷塔罗州,케레타로 주, +024,キンタナ・ロー州,Quintana Roo,Quintana Roo,Quintana Roo,Quintana Roo,Quintana Roo,金塔纳罗奥州,킨타나로오 주, +025,サン・ルイス・ポトシ州,San Luis Potosí,San Luis Potosí,San Luis Potosí,San Luis Potosí,San Luis Potosí,圣路易斯波托西州,산루이스포토시 주, +026,シナロア州,Sinaloa,Sinaloa,Sinaloa,Sinaloa,Sinaloa,锡那罗亚州,시날로아 주, +027,ソノラ州,Sonora,Sonora,Sonora,Sonora,Sonora,索诺拉州,소노라 주, +028,タバスコ州,Tabasco,Tabasco,Tabasco,Tabasco,Tabasco,塔巴斯科州,타바스코 주, +029,タマウリパス州,Tamaulipas,Tamaulipas,Tamaulipas,Tamaulipas,Tamaulipas,塔毛利帕斯州,타마울리파스 주, +030,トラスカラ州,Tlaxcala,Tlaxcala,Tlaxcala,Tlaxcala,Tlaxcala,特拉斯卡拉州,틀락스칼라 주, +031,ベラクルス州,Veracruz-Llave,Veracruz,Veracruz,Veracruz,Veracruz,韦拉克鲁斯州,베라크루스 주, +032,ユカタン州,Yucatán,Yucatán,Yukatan,Yucatán,Yucatán,尤卡坦州,유카탄 주, +033,サカテカス州,Zacatecas,Zacatecas,Zacatecas,Zacatecas,Zacatecas,萨卡特卡斯州,사카테카스 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_037.txt b/Ledybot/locale/sr_ID/sr_037.txt new file mode 100644 index 0000000..d4c3360 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_037.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,モントセラト,Montserrat,Montserrat,Montserrat,Montserrat,Montserrat,蒙特塞拉特,몬트세랫, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_038.txt b/Ledybot/locale/sr_ID/sr_038.txt new file mode 100644 index 0000000..885cf4b --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_038.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,オランダ領アンティル,Netherlands Antilles,Antilles néerlandaises,Niederländische Antillen,Antille Olandesi,Antillas Neerlandesas,荷属安的列斯,네덜란드령 앤틸리스, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_039.txt b/Ledybot/locale/sr_ID/sr_039.txt new file mode 100644 index 0000000..110a426 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_039.txt @@ -0,0 +1,19 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,マナグア,Managua,Managua,Managua,Managua,Managua,马那瓜省,마나과, +003,ボアコ,Boaco,Boaco,Boaco,Boaco,Boaco,博阿科省,보아코, +004,カラソ,Carazo,Carazo,Carazo,Carazo,Carazo,卡拉索省,카라소, +005,チナンデガ,Chinandega,Chinandega,Chinandega,Chinandega,Chinandega,奇南德加省,치난데가, +006,チョンタレス,Chontales,Chontales,Chontales,Chontales,Chontales,琼塔莱斯省,촌탈레스, +007,エステリ,Estelí,Estelí,Estelí,Estelí,Estelí,埃斯特利省,에스텔리, +008,グラナダ,Granada,Granada,Granada,Granada,Granada,格拉纳达省,그라나다, +009,ヒノテガ,Jinotega,Jinotega,Jinotega,Jinotega,Jinotega,希诺特加省,히노테가, +010,レオン,León,León,León,León,León,莱昂省,레온 주, +011,マドリス,Madriz,Madriz,Madriz,Madriz,Madriz,马德里斯省,마드리스, +012,マサヤ,Masaya,Masaya,Masaya,Masaya,Masaya,马萨亚省,마사야, +013,マタガルパ,Matagalpa,Matagalpa,Matagalpa,Matagalpa,Matagalpa,马塔加尔帕省,마타갈파, +014,ヌエバ・セゴビア,Nueva Segovia,Nueva Segovia,Nueva Segovia,Nueva Segovia,Nueva Segovia,新塞哥维亚省,누에바세고비아, +015,リオ・サン・フアン,Río San Juan,Río San Juan,Río San Juan,Río San Juan,Río San Juan,圣胡安河省,리오산후안, +016,リバス,Rivas,Rivas,Rivas,Rivas,Rivas,里瓦斯省,리바스, +017,北アトランティコ自治地域,Atlántico Norte,Región Autónoma del Atlántico Norte,Región Autónoma del Atlántico Norte,Atlantico Settentrionale,Atlántico Norte,北大西洋自治区,북아틀란티코 자치구, +018,南アトランティコ自治地域,Atlántico Sur,Región Autónoma del Atlántico Sur,Región Autónoma del Atlántico Sur,Atlantico Meridionale,Atlántico Sur,南大西洋自治区,남아틀란티코 자치구, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_040.txt b/Ledybot/locale/sr_ID/sr_040.txt new file mode 100644 index 0000000..5a3f06c --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_040.txt @@ -0,0 +1,12 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,パナマ,Panamá,Panama,Panama,Panamá,Panamá,巴拿马省,파나마, +003,ボカズ・デル・トーロ,Bocas del Toro,Bocas del Toro,Bocas del Toro,Bocas del Toro,Bocas del Toro,博卡斯-德尔托罗省,보카스델토로, +004,チリキ,Chiriquí,Chiriquí,Chiriquí,Chiriquí,Chiriquí,奇里基省,치리키, +005,コクレ,Coclé,Coclé,Coclé,Coclé,Coclé,科克莱省,코클레, +006,コロン,Colón,Colón,Colón,Colón,Colón,科隆省,콜론, +007,ダリエン,Darién,Darién,Darién,Darién,Darién,达连省,다리엔, +008,エレーラ,Herrera,Herrera,Herrera,Herrera,Herrera,埃雷拉省,에레라, +009,ロス・サントス,Los Santos,Los Santos,Los Santos,Los Santos,Los Santos,洛斯桑托斯省,로스 산토스, +010,サンブラス諸島,Kuna Yala,Kuna Yala,Kuna Yala,Kuna Yala,Kuna Yala,圣布拉斯特区,산블라스 제도, +011,ベラグアス,Veraguas,Veraguas,Veraguas,Veraguas,Veraguas,贝拉瓜斯省,베라과스, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_041.txt b/Ledybot/locale/sr_ID/sr_041.txt new file mode 100644 index 0000000..2e1943e --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_041.txt @@ -0,0 +1,20 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,セントラル県,Central,Central,Central,Central,Central,中央省,센트랄 주, +003,アルト・パラナ県,Alto Paraná,Alto Paraná,Alto Paraná,Alto Paraná,Alto Paraná,上巴拉那省,알토파라나 주, +004,アマンバイ県,Amambay,Amambay,Amambay,Amambay,Amambay,阿曼拜省,아맘바이 주, +005,カアグアスー県,Caaguazú,Caaguazú,Caaguazú,Caaguazú,Caaguazú,卡瓜苏省,카아과수 주, +006,カアサパ県,Caazapá,Caazapá,Caazapá,Caazapá,Caazapá,卡萨帕省,카아사파 주, +007,コンセプシオン県,Concepción,Concepción,Concepción,Concepción,Concepción,康塞普西翁省,콘셉시온 주, +008,コルディリェラ県,Cordillera,Cordillera,Cordillera,Cordillera,Cordillera,科迪勒拉省,코르디예라 주, +009,グアイラー県,Guairá,Guairá,Guairá,Guairá,Guairá,瓜伊拉省,과이라 주, +010,イタプア県,Itapúa,Itapúa,Itapúa,Itapúa,Itapúa,伊塔普阿省,이타푸아 주, +011,ミシオネス県,Misiones,Misiones,Misiones,Misiones,Misiones,米西奥内斯省,미시오네스 주, +012,ニェエンブク県,Ñeembucú,Ñeembucú,Ñeembucú,Ñeembucú,Ñeembucú,涅恩布库省,네엠부쿠 주, +013,パラグアリ県,Paraguarí,Paraguarí,Paraguarí,Paraguarí,Paraguarí,巴拉瓜里省,파라과리 주, +014,プレジデンテ・アエス県,Presidente Hayes,Presidente Hayes,Presidente Hayes,Presidente Hayes,Presidente Hayes,阿耶斯总统省,프레시덴테아예스 주, +015,サン・ペドロ県,San Pedro,San Pedro,San Pedro,San Pedro,San Pedro,圣佩德罗省,산페드로 주, +016,カニンデジュ県,Canindeyú,Canindeyú,Canindeyú,Canindeyú,Canindeyú,卡宁迪尤省,카넨디유 주, +017,アスンシオン市,Asunción,Asunción,Asunción D.C.,Asunción,Asunción,亚松森首都特别区,아순시온, +018,アルト・パラグアイ県,Alto Paraguay,Alto Paraguay,Alto Paraguay,Alto Paraguay,Alto Paraguay,上巴拉圭省,알토파라과이 주, +019,ボケロン県,Boquerón,Boquerón,Boquerón,Boquerón,Boquerón,博克龙省,보케론 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_042.txt b/Ledybot/locale/sr_ID/sr_042.txt new file mode 100644 index 0000000..4a40c58 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_042.txt @@ -0,0 +1,27 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,リマ,Lima,Province de Lima,Lima Metropolitana,Lima,Lima,利马省,리마, +003,アマソナス,Amazonas,Amazone,Amazonas,Amazonas,Amazonas,亚马孙省,아마소나스, +004,アンカッシュ,Ancash,Ancash,Ancash,Ancash,Ancash,安卡什省,앙카시, +005,アプリマック,Apurímac,Apurímac,Apurímac,Apurímac,Apurímac,阿普里马克省,아푸리막, +006,アレキパ,Arequipa,Arequipa,Arequipa,Arequipa,Arequipa,阿雷基帕省,아레키파, +007,アヤクーチョ,Ayacucho,Ayacucho,Ayacucho,Ayacucho,Ayacucho,阿亚库乔省,아야쿠초, +008,カハマルカ,Cajamarca,Cajamarca,Cajamarca,Cajamarca,Cajamarca,卡哈马卡省,카하마르카, +009,カヤオ,Callao,Callao,Callao,Callao,Callao,卡亚俄区,카야오, +010,クスコ,Cuzco,Cuzco,Cusco,Cusco,Cuzco,库斯科省,쿠스코, +011,ワンカベリカ,Huancavelica,Huancavelica,Huancavelica,Huancavelica,Huancavelica,万卡韦利卡省,우앙카벨리카, +012,ワヌコ,Huánuco,Huánuco,Huánuco,Huánuco,Huánuco,瓦努科省,우아누코, +013,イカ,Ica,Ica,Ica,Ica,Ica,伊卡省,이카, +014,フニン,Junín,Junín,Junín,Junín,Junín,胡宁省,후닌, +015,ラ・リベルター,La Libertad,La Libertad,La Libertad,La Libertad,La Libertad,拉利伯塔德省,라리베르타드, +016,ランバイェケ,Lambayeque,Lambayeque,Lambayeque,Lambayeque,Lambayeque,兰巴耶克省,람바예케, +017,ロレト,Loreto,Loreto,Loreto,Loreto,Loreto,洛雷托省,로레토, +018,マドレ・デ・ディオス,Madre de Dios,Madre de Dios,Madre de Dios,Madre de Dios,Madre de Dios,马德雷德迪奥斯省,마드레데디오스, +019,モケグア,Moquegua,Moquegua,Moquegua,Moquegua,Moquegua,莫克瓜省,모케과, +020,パスコ,Pasco,Pasco,Pasco,Pasco,Pasco,帕斯科省,파스코, +021,ピウラ,Piura,Piura,Piura,Piura,Piura,皮乌拉省,피우라, +022,プーノ,Puno,Puno,Puno,Puno,Puno,普诺省,푸노, +023,サン・マルティン,San Martín,San Martín,San Martín,San Martín,San Martín,圣马丁省,산마르틴, +024,タクナ,Tacna,Tacna,Tacna,Tacna,Tacna,塔克纳省,타크나, +025,トゥンベス,Tumbes,Tumbes,Tumbes,Tumbes,Tumbes,通贝斯省,툼베스, +026,ウカヤリ,Ucayali,Ucayali,Ucayali,Ucayali,Ucayali,乌卡亚利省,우카얄리, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_043.txt b/Ledybot/locale/sr_ID/sr_043.txt new file mode 100644 index 0000000..d603e17 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_043.txt @@ -0,0 +1,16 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,セント・ジョージ・バセテール,Saint George Basseterre,Saint George Basseterre,Saint George Basseterre,Saint George Basseterre,Saint George Basseterre,圣乔治巴斯特尔区,세인트조지바스테르, +003,クライスト・チャーチ・ニコラタウン,Christ Church Nichola Town,Christ Church Nichola Town,Christ Church Nichola Town,Christ Church Nichola Town,Christ Church Nichola Town,克赖斯特彻奇尼古拉镇区,크라이스트처치니콜라타운, +004,セント・アン・サンディ・ポイント,Saint Anne Sandy Point,Saint Anne Sandy Point,Saint Anne Sandy Point,Saint Anne Sandy Point,Saint Anne Sandy Point,圣安妮桑迪波因特区,세인트앤샌디포인트, +005,セント・ジョージ・ジンジャーランド,Saint George Gingerland,Saint George Gingerland,Saint George Gingerland,Saint George Gingerland,Saint George Gingerland,圣乔治金杰兰区,세인트조지진저랜드, +006,セント・ジェームズ・ウィンドワード,Saint James Windward,Saint James Windward,Saint James Windward,Saint James Windward,Saint James Windward,圣詹姆斯温德沃德区,세인트제임스윈드워드, +007,セント・ジョン・カピステール,Saint John Capesterre,Saint John Capesterre,Saint John Capisterre,Saint John Capisterre,Saint John Capesterre,圣约翰卡皮斯特尔区,세인트존카페스테르, +008,セント・ジョン・フィッグトリー,Saint John Figtree,Saint John Figtree,Saint John Figtree,Saint John Figtree,Saint John Figtree,圣约翰菲格特里区,세인트존피그트리, +009,セント・メリー・ケーヨン,Saint Mary Cayon,Saint Mary Cayon,Saint Mary Cayon,Saint Mary Cayon,Saint Mary Cayon,圣玛丽卡永区,세인트메리케이언, +010,セント・ポール・カピステール,Saint Paul Capesterre,Saint Paul Capesterre,Saint Paul Capisterre,Saint Paul Capisterre,Saint Paul Capesterre,圣保罗卡皮斯特尔区,세인트폴카페스테르, +011,セント・ポール・チャールズタウン,Saint Paul Charlestown,Saint Paul Charlestown,Saint Paul Charlestown,Saint Paul Charlestown,Saint Paul Charlestown,圣保罗查尔斯敦区,세인트폴찰스타운, +012,セント・ピーター・バセテール,Saint Peter Basseterre,Saint Peter Basseterre,Saint Peter Basseterre,Saint Peter Basseterre,Saint Peter Basseterre,圣彼得巴斯特尔区,세인트폴바스테르, +013,セント・トーマス・ロウランド,Saint Thomas Lowland,Saint Thomas Lowland,Saint Thomas Lowland,Saint Thomas Lowland,Saint Thomas Lowland,圣托马斯洛兰区,세인트토머스롤랜드, +014,セント・トーマス・ミドルアイランド,Saint Thomas Middle Island,Saint Thomas Middle Island,Saint Thomas Middle Island,Saint Thomas Middle Island,Saint Thomas Middle Island,圣托马斯米德尔艾兰区,세인트토머스미들아일랜드, +015,トリニティ・パルメット・ポイント,Trinity Palmetto Point,Trinity Palmetto Point,Trinity Palmetto Point,Trinity Palmetto Point,Trinity Palmetto Point,特里尼蒂帕尔梅托波因特区,트리니티팰머토포인트, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_044.txt b/Ledybot/locale/sr_ID/sr_044.txt new file mode 100644 index 0000000..d8ef63b --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_044.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,セントルシア,St. Lucia,Sainte-Lucie,St. Lucia,Santa Lucia,Santa Lucía,圣卢西亚,세인트루시아, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_045.txt b/Ledybot/locale/sr_ID/sr_045.txt new file mode 100644 index 0000000..3abd2a7 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_045.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,セントビンセント・グレナディーン,St. Vincent and the Grenadines,Saint-Vincent-et-les-Grenadines,St. Vincent und die Grenadinen,Saint Vincent e Grenadine,San Vicente y las Granadinas,圣文森特和格林纳丁斯,세인트빈센트 그레나딘, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_046.txt b/Ledybot/locale/sr_ID/sr_046.txt new file mode 100644 index 0000000..285150b --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_046.txt @@ -0,0 +1,12 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,パラマリボ,Paramaribo,Paramaribo,Paramaribo,Paramaribo,Paramaribo,帕拉马里博市,파라마리보, +003,ブロコポンド,Brokopondo,Brokopondo,Brokopondo,Brokopondo,Brokopondo,布罗科蓬多区,브로코폰도, +004,コメウィネ,Commewijne,Commewijne,Commewijne,Commewijne,Commewijne,科默韦讷区,코메베이너, +005,コロニー,Coronie,Coronie,Coronie,Coronie,Coronie,科罗尼区,코로니, +006,マロウィネ,Marowijne,Marowijne,Marowijne,Marowijne,Marowijne,马罗韦讷区,마로베이너, +007,ニッケリー,Nickerie,Nickerie,Nickerie,Nickerie,Nickerie,尼克里区,니케리, +008,パラ,Para,Para,Para,Para,Para,帕拉区,파라, +009,サラマッカ,Saramacca,Saramacca,Saramacca,Saramacca,Saramacca,萨拉马卡区,사라마카, +010,シパリウィニ,Sipaliwini,Sipaliwini,Sipaliwini,Sipaliwini,Sipaliwini,西帕里维尼区,시팔리비니, +011,ワニカ,Wanica,Wanica,Wanica,Wanica,Wanica,瓦尼卡区,바니카, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_047.txt b/Ledybot/locale/sr_ID/sr_047.txt new file mode 100644 index 0000000..a9f4112 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_047.txt @@ -0,0 +1,15 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ポート・オブ・スペイン,Port-of-Spain,Port d'Espagne,Port-of-Spain,Port of Spain,Puerto España,西班牙港市,포트오브스페인, +003,アリマ,Arima,Arima,Arima,Arima,Arima,阿里马市,아리마, +004,カロニ州,Caroni,Caroni,Caroni,Caroni,Caroni,卡罗尼郡,카로니 주, +005,マジャロ州,Mayaro,Mayaro,Mayaro,Mayaro,Mayaro,马亚罗郡,마야로 주, +006,ナリバ州,Nariva,Nariva,Nariva,Nariva,Nariva,纳里瓦郡,나리바 주, +007,セント・アンドリュー州,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andrew,圣安德鲁郡,세인트앤드루 주, +008,セント・デビッド州,Saint David,Saint David,Saint David,Saint David,Saint David,圣戴维郡,세인트데이비드 주, +009,セント・ジョージ州,Saint George,Saint George,Saint George,Saint George,Saint George,圣乔治郡,세인트조지 주, +010,セント・パトリック州,Saint Patrick,Saint Patrick,Saint Patrick,Saint Patrick,Saint Patrick,圣帕特里克郡,세인트패트릭 주, +011,サン・フェルナンド,San Fernando,San Fernando,San Fernando,San Fernando,San Fernando,圣费尔南多市,산페르난도, +012,トバゴ島,Tobago,Tobago,Tobago,Tobago,Tobago,多巴哥岛,토바고, +013,ビクトリア州,Victoria,Victoria,Victoria,Victoria,Victoria,维多利亚郡,빅토리아 주, +014,ポイントフォーティン,Point Fortin,Point Fortin,Point Fortin,Point Fortin,Point Fortin,福廷岬市,포인트포르틴, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_048.txt b/Ledybot/locale/sr_ID/sr_048.txt new file mode 100644 index 0000000..3ccca94 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_048.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,タークス・カイコス諸島,Turks and Caicos Islands,Îles Turques-et-Caïques,Turks- und Caicosinseln,Isole Turks e Caicos,Islas Turcas y Caicos,特克斯和凯科斯群岛,터크스 케이커스 제도, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_049.txt b/Ledybot/locale/sr_ID/sr_049.txt new file mode 100644 index 0000000..7c25e24 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_049.txt @@ -0,0 +1,54 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,コロンビア特別区,District of Columbia,Washington (District de Columbia),District of Columbia,Distretto di Columbia,Distrito de Columbia,哥伦比亚特区,컬럼비아 특별구, +003,アラスカ州,Alaska,Alaska,Alaska,Alaska,Alaska,阿拉斯加州,알래스카 주, +004,アラバマ州,Alabama,Alabama,Alabama,Alabama,Alabama,亚拉巴马州,앨라배마 주, +005,アーカンソー州,Arkansas,Arkansas,Arkansas,Arkansas,Arkansas,阿肯色州,아칸소 주, +006,アリゾナ州,Arizona,Arizona,Arizona,Arizona,Arizona,亚利桑那州,애리조나 주, +007,カリフォルニア州,California,Californie,Kalifornien,California,California,加利福尼亚州,캘리포니아 주, +008,コロラド州,Colorado,Colorado,Colorado,Colorado,Colorado,科罗拉多州,콜로라도 주, +009,コネティカット州,Connecticut,Connecticut,Connecticut,Connecticut,Connecticut,康涅狄格州,코네티컷 주, +010,デラウェア州,Delaware,Delaware,Delaware,Delaware,Delaware,特拉华州,델라웨어 주, +011,フロリダ州,Florida,Floride,Florida,Florida,Florida,佛罗里达州,플로리다 주, +012,ジョージア州,Georgia,Géorgie,Georgia,Georgia,Georgia,佐治亚州,조지아 주, +013,ハワイ州,Hawaii,Hawaï,Hawaii,Hawaii,Hawái,夏威夷州,하와이 주, +014,アイオワ州,Iowa,Iowa,Iowa,Iowa,Iowa,艾奥瓦州,아이오와 주, +015,アイダホ州,Idaho,Idaho,Idaho,Idaho,Idaho,爱达荷州,아이다호 주, +016,イリノイ州,Illinois,Illinois,Illinois,Illinois,Illinois,伊利诺伊州,일리노이 주, +017,インディアナ州,Indiana,Indiana,Indiana,Indiana,Indiana,印第安纳州,인디애나 주, +018,カンザス州,Kansas,Kansas,Kansas,Kansas,Kansas,堪萨斯州,캔자스 주, +019,ケンタッキー州,Kentucky,Kentucky,Kentucky,Kentucky,Kentucky,肯塔基州,켄터키 주, +020,ルイジアナ州,Louisiana,Louisiane,Louisiana,Luisiana,Luisiana,路易斯安那州,루이지애나 주, +021,マサチューセッツ州,Massachusetts,Massachusetts,Massachusetts,Massachusetts,Massachusetts,马萨诸塞州,매사추세츠 주, +022,メリーランド州,Maryland,Maryland,Maryland,Maryland,Maryland,马里兰州,메릴랜드 주, +023,メーン州,Maine,Maine,Maine,Maine,Maine,缅因州,메인 주, +024,ミシガン州,Michigan,Michigan,Michigan,Michigan,Míchigan,密歇根州,미시간 주, +025,ミネソタ州,Minnesota,Minnesota,Minnesota,Minnesota,Minnesota,明尼苏达州,미네소타 주, +026,ミズーリ州,Missouri,Missouri,Missouri,Missouri,Misuri,密苏里州,미주리 주, +027,ミシシッピ州,Mississippi,Mississippi,Mississippi,Mississippi,Misisipi,密西西比州,미시시피 주, +028,モンタナ州,Montana,Montana,Montana,Montana,Montana,蒙大拿州,몬태나 주, +029,ノースカロライナ州,North Carolina,Caroline du Nord,North Carolina,Carolina del Nord,Carolina del Norte,北卡罗来纳州,노스캐롤라이나 주, +030,ノースダコタ州,North Dakota,Dakota du Nord,North Dakota,Dakota del Nord,Dakota del Norte,北达科他州,노스다코타 주, +031,ネブラスカ州,Nebraska,Nebraska,Nebraska,Nebraska,Nebraska,内布拉斯加州,네브래스카 주, +032,ニューハンプシャー州,New Hampshire,New Hampshire,New Hampshire,New Hampshire,Nuevo Hampshire,新罕布什尔州,뉴햄프셔 주, +033,ニュージャージー州,New Jersey,New Jersey,New Jersey,New Jersey,Nueva Jersey,新泽西州,뉴저지 주, +034,ニューメキシコ州,New Mexico,Nouveau-Mexique,New Mexico,Nuovo Messico,Nuevo México,新墨西哥州,뉴멕시코 주, +035,ネバダ州,Nevada,Nevada,Nevada,Nevada,Nevada,内华达州,네바다 주, +036,ニューヨーク州,New York,New York,New York,New York,Nueva York,纽约州,뉴욕 주, +037,オハイオ州,Ohio,Ohio,Ohio,Ohio,Ohio,俄亥俄州,오하이오 주, +038,オクラホマ州,Oklahoma,Oklahoma,Oklahoma,Oklahoma,Oklahoma,俄克拉何马州,오클라호마 주, +039,オレゴン州,Oregon,Oregon,Oregon,Oregon,Oregón,俄勒冈州,오리건 주, +040,ペンシルベニア州,Pennsylvania,Pennsylvanie,Pennsylvania,Pennsylvania,Pensilvania,宾夕法尼亚州,펜실베이니아 주, +041,ロードアイランド州,Rhode Island,Rhode Island,Rhode Island,Rhode Island,Rhode Island,罗得岛州,로드아일랜드 주, +042,サウスカロライナ州,South Carolina,Caroline du Sud,South Carolina,Carolina del Sud,Carolina del Sur,南卡罗来纳州,사우스캐롤라이나 주, +043,サウスダコタ州,South Dakota,Dakota du Sud,South Dakota,Dakota del Sud,Dakota del Sur,南达科他州,사우스다코타 주, +044,テネシー州,Tennessee,Tennessee,Tennessee,Tennessee,Tennessee,田纳西州,테네시 주, +045,テキサス州,Texas,Texas,Texas,Texas,Texas,得克萨斯州,텍사스 주, +046,ユタ州,Utah,Utah,Utah,Utah,Utah,犹他州,유타 주, +047,バージニア州,Virginia,Virginie,Virginia,Virginia,Virginia,弗吉尼亚州,버지니아 주, +048,バーモント州,Vermont,Vermont,Vermont,Vermont,Vermont,佛蒙特州,버몬트 주, +049,ワシントン州,Washington,Washington,Washington,Stato di Washington,Washington,华盛顿州,워싱턴 주, +050,ウィスコンシン州,Wisconsin,Wisconsin,Wisconsin,Wisconsin,Wisconsin,威斯康星州,위스콘신 주, +051,ウェストバージニア州,West Virginia,Virginie Occidentale,West Virginia,Virginia Occidentale,Virginia Occidental,西弗吉尼亚州,웨스트버지니아 주, +052,ワイオミング州,Wyoming,Wyoming,Wyoming,Wyoming,Wyoming,怀俄明州,와이오밍 주, +053,プエルトリコ,Puerto Rico,Porto Rico,Puerto Rico,Porto Rico,Puerto Rico,波多黎各,푸에르토리코 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_050.txt b/Ledybot/locale/sr_ID/sr_050.txt new file mode 100644 index 0000000..7de9475 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_050.txt @@ -0,0 +1,21 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,モンテビデオ,Montevideo,Montevideo,Montevideo,Montevideo,Montevideo,蒙得维的亚省,몬테비데오, +003,アルティガス,Artigas,Artigas,Artigas,Artigas,Artigas,阿蒂加斯省,아르티가스, +004,カネロネス,Canelones,Canelones,Canelones,Canelones,Canelones,卡内洛内斯省,카넬로네스, +005,セロ・ラルゴ,Cerro Largo,Cerro Largo,Cerro Largo,Cerro Largo,Cerro Largo,塞罗拉尔戈省,세로라르고, +006,コロニア,Colonia,Colonia,Colonia,Colonia,Colonia,科洛尼亚省,콜로니아, +007,ドゥラスノ,Durazno,Durazno,Durazno,Durazno,Durazno,杜拉斯诺省,두라스노, +008,フロレス,Flores,Flores,Flores,Flores,Flores,弗洛雷斯省,플로레스, +009,フロリダ,Florida,Florida,Florida,Florida,Florida,佛罗里达省,플로리다, +010,ラバジェハ,Lavalleja,Lavalleja,Lavalleja,Lavalleja,Lavalleja,拉瓦耶哈省,라바예하, +011,マルドナド,Maldonado,Maldonado,Maldonado,Maldonado,Maldonado,马尔多纳多省,말도나도, +012,パイサンドゥ,Paysandú,Paysandú,Paysandú,Paysandú,Paysandú,派桑杜省,파이산두, +013,リオ・ネグロ,Río Negro,Río Negro,Río Negro,Río Negro,Río Negro,内格罗河省,리오네그로, +014,リベラ,Rivera,Rivera,Rivera,Rivera,Rivera,里韦拉省,리베라, +015,ロチャ,Rocha,Rocha,Rocha,Rocha,Rocha,罗恰省,로차, +016,サルト,Salto,Salto,Salto,Salto,Salto,萨尔托省,살토, +017,サン・ホセ,San José,San José,San José,San José,San José,圣何塞省,산호세, +018,ソリアノ,Soriano,Soriano,Soriano,Soriano,Soriano,索里亚诺省,소리아노, +019,タクアレンボ,Tacuarembó,Tacuarembó,Tacuarembó,Tacuarembó,Tacuarembó,塔夸伦博省,타쿠아렘보, +020,トレインタ・イ・トレス,Treinta y Tres,Treinta y Tres,Treinta y Tres,Treinta y Tres,Treinta y Tres,三十三人省,트레인타이트레스, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_051.txt b/Ledybot/locale/sr_ID/sr_051.txt new file mode 100644 index 0000000..807f475 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_051.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,米領バージン諸島,US Virgin Islands,Îles Vierges américaines,Amerikanische Jungferninseln,Isole Vergini Statunitensi,Islas Vírgenes de los EE. UU.,美属维尔京群岛,미국령 버진아일랜드, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_052.txt b/Ledybot/locale/sr_ID/sr_052.txt new file mode 100644 index 0000000..449fc86 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_052.txt @@ -0,0 +1,27 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ディストリト首都地区,Distrito Federal,District Fédéral,Caracas D.F.,Distretto Capitale,Distrito Capital,首都区,베네수엘라 연방구, +003,アマソナス,Amazonas,Amazone,Amazonas,Amazonas,Amazonas,亚马孙边疆区,아마소나스, +004,アンソアテギ,Anzoátegui,Anzoátegui,Anzoátegui,Anzoátegui,Anzoátegui,安索阿特吉州,안소아테기, +005,アプレ,Apure,Apure,Apure,Apure,Apure,阿普雷州,아푸레, +006,アラグア,Aragua,Aragua,Aragua,Aragua,Aragua,阿拉瓜州,아라과, +007,バリナス,Barinas,Barinas,Barinas,Barinas,Barinas,巴里纳斯州,바리나스, +008,ボリーバル,Bolívar,Bolívar,Bolívar,Bolívar,Bolívar,玻利瓦尔州,볼리바르, +009,カラボボ,Carabobo,Carabobo,Carabobo,Carabobo,Carabobo,卡拉沃沃州,카라보보, +010,コヘデス,Cojedes,Cojedes,Cojedes,Cojedes,Cojedes,科赫德斯州,코헤데스, +011,デルタ・アマクロ,Delta Amacuro,Delta Amacuro,Delta Amacuro,Delta Amacuro,Delta Amacuro,阿马库罗三角洲边疆区,델타아마쿠로, +012,ファルコン,Falcón,Falcón,Falcón,Falcón,Falcón,法尔孔州,팔콘, +013,グアリコ,Guárico,Guárico,Guárico,Guárico,Guárico,瓜里科州,과리코, +014,ララ,Lara,Lara,Lara,Lara,Lara,拉腊州,라라, +015,メリダ,Mérida,Mérida,Mérida,Mérida,Mérida,梅里达州,메리다, +016,ミランダ,Miranda,Miranda,Miranda,Miranda,Miranda,米兰达州,미란다, +017,モナガス,Monagas,Monagas,Monagas,Monagas,Monagas,莫纳加斯州,모나가스, +018,ヌエバエスパルタ,Nueva Esparta,Nueva Esparta,Nueva Esparta,Nueva Esparta,Nueva Esparta,新埃斯帕塔州,누에바에스파르타, +019,ポルトゥゲサ,Portuguesa,Portuguesa,Portuguesa,Portuguesa,Portuguesa,波图格萨州,포르투게사, +020,スクレ,Sucre,Sucre,Sucre,Sucre,Sucre,苏克雷州,수크레, +021,タチラ,Táchira,Táchira,Táchira,Táchira,Táchira,塔奇拉州,타치라, +022,トルヒーヨ,Trujillo,Trujillo,Trujillo,Trujillo,Trujillo,特鲁希略州,트루히요, +023,ヤラクイ,Yaracuy,Yaracuy,Yaracuy,Yaracuy,Yaracuy,亚拉奎州,야라쿠이, +024,スリア,Zulia,Zulia,Zulia,Zulia,Zulia,苏利亚州,술리아, +025,連邦保護領,Dependencias Federales,Dépendances Fédérales,Dependencias Federales,Dipendenze Federali,Dependencias Federales,联邦属地,베네수엘라 연방자치령, +026,バルガス,Vargas,Vargas,Vargas,Vargas,Vargas,巴尔加斯州,바르가스, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_064.txt b/Ledybot/locale/sr_ID/sr_064.txt new file mode 100644 index 0000000..f01859e --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_064.txt @@ -0,0 +1,14 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ティラナ州,Tirana,Tirana,Tirana,Tirana,Tirana,地拉那州,티라나 주, +003,ベラト州,Berat,Berat,Berat,Berat,Berat,培拉特州,베라트 주, +004,ディブラ州,Dibër,Dibër,Dibra,Dibër,Dibër,迪勃拉州,디브라 주, +005,デュラス州,Durrës,Durrës,Durrës,Durazzo,Durrës,都拉斯州,두러스 주, +006,エルバサン州,Elbasan,Elbasan,Elbasan,Elbasan,Elbasan,爱尔巴桑州,엘바산 주, +007,フィエル州,Fier,Fier,Fier,Fier,Fier,费里州,피에르 주, +008,ギロカストラ州,Gjirokastër,Gjirokastër,Gjirokastra,Argirocastro,Gjirokastra,吉诺卡斯特州,지로카스터르 주, +009,コルチャ州,Korçë,Korçë,Korça,Coriza,Korçë,科尔察州,코르처 주, +010,クケス州,Kukës,Kukës,Kukës,Kukës,Kukës,库克斯州,쿠커스 주, +011,レジャ州,Lezhë,Lezhë,Lezha,Alessio,Lezhë,莱什州,레저 주, +012,シュコドラ州,Shkodër,Shkodër,Shkodra,Scutari,Shkodër,斯库台州,슈코더르 주, +013,ヴロラ州,Vlorë,Vlorë,Vlora,Valona,Vlorë,发罗拉州,블로러 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_065.txt b/Ledybot/locale/sr_ID/sr_065.txt new file mode 100644 index 0000000..d6b106b --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_065.txt @@ -0,0 +1,10 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,オーストラリア首都特別地域,Australian Capital Territory,Territoire de la capitale australienne,Australisches Hauptstadtterritorium,Territorio della Capitale Australiana,Territorio de la Capital Australiana,澳大利亚首都直辖区,오스트레일리아캐피털테리토리, +003,ニューサウスウェールズ州,New South Wales,Nouvelle-Galles du Sud,Neusüdwales,Nuovo Galles del Sud,Nueva Gales del Sur,新南威尔士州,뉴사우스웨일스 주, +004,ノーザンテリトリー,Northern Territory,Territoire du Nord,Nördliches Territorium,Territorio del Nord,Territorio del Norte,北部地区,노던테리토리 주, +005,クィーンズランド州,Queensland,Queensland,Queensland,Queensland,Queensland,昆士兰州,퀸즐랜드 주, +006,南オーストラリア州,South Australia,Australie-Méridionale,Südaustralien,Australia Meridionale,Australia Meridional,南澳大利亚州,사우스오스트레일리아 주, +007,タスマニア州,Tasmania,Tasmanie,Tasmanien,Tasmania,Tasmania,塔斯马尼亚州,태즈메이니아 주, +008,ヴィクトリア州,Victoria,Victoria,Victoria,Victoria,Victoria,维多利亚州,빅토리아 주, +009,西オーストラリア州,Western Australia,Australie-Occidentale,Westaustralien,Australia Occidentale,Australia Occidental,西澳大利亚州,웨스턴오스트레일리아 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_066.txt b/Ledybot/locale/sr_ID/sr_066.txt new file mode 100644 index 0000000..5c74e47 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_066.txt @@ -0,0 +1,11 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ウィーン,Vienna,Vienne,Wien,Vienna,Viena,维也纳州,빈, +003,ブルゲンラント州,Burgenland,Burgenland,Burgenland,Burgenland,Burgenland,布尔根兰州,부르겐란트 주, +004,ケルンテン州,Carinthia,Carinthie,Kärnten,Carinzia,Carintia,克恩顿州,케른텐 주, +005,ニーダー・エスターライヒ州,Lower Austria,Basse-Autriche,Niederösterreich,Bassa Austria,Baja Austria,下奥地利州,니더외스터라이히 주, +006,オーバー・エスターライヒ州,Upper Austria,Haute-Autriche,Oberösterreich,Alta Austria,Alta Austria,上奥地利州,오버외스터라이히 주, +007,ザルツブルク州,Salzburg,Salzbourg,Salzburg,Salisburghese,Salzburgo,萨尔茨堡州,잘츠부르크 주, +008,シュタイアーマルク州,Styria,Styrie,Steiermark,Stiria,Estiria,施蒂利亚州,슈타이어마르크 주, +009,ティロル州,Tyrol,Tyrol,Tirol,Tirolo,Tirol,蒂罗尔州,티롤 주, +010,フォアアールベルク州,Vorarlberg,Vorarlberg,Vorarlberg,Vorarlberg,Vorarlberg,福拉尔贝格州,포어아를베르크 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_067.txt b/Ledybot/locale/sr_ID/sr_067.txt new file mode 100644 index 0000000..fae6bc1 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_067.txt @@ -0,0 +1,5 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ブリュッセル首都地域圏,Brussels Region,Région de Bruxelles-Capitale,Region Brüssel-Hauptstadt,Regione di Bruxelles,Región de Bruselas-Capital,布鲁塞尔首都大区,브뤼셀 지역, +003,フランデレン地域圏,Flanders,Région flamande,Flandern,Fiandre,Región de Flandes,佛兰德大区,플랑드르 지역, +004,ワロン地域圏,Wallonia,Région wallonne,Wallonien,Vallonia,Región de Valonia,瓦隆大区,왈롱 지역, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_068.txt b/Ledybot/locale/sr_ID/sr_068.txt new file mode 100644 index 0000000..91bfa5b --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_068.txt @@ -0,0 +1,5 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ボスニア・ヘルツェゴビナ連邦,Federation of Bosnia and Herzegovina,Fédération de Bosnie-Herzégovine,Föderation Bosnien und Herzegowina,Federazione di Bosnia-Erzegovina,Federación de Bosnia-Herzegovina,波黑联邦,보스니아헤르체고비나 연방, +003,セルビア人共和国,Republika Srpska,République serbe de Bosnie,Serbische Republik,Repubblica Serba di Bosnia-Erzegovina,República Srpska,塞族共和国,스릅스카 공화국, +004,ブルチュコ,Brčko District,Brčko (district),Brčko-Distrikt,Distretto di Brčko,Distrito de Brčko,布尔奇科特区,브르치코, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_069.txt b/Ledybot/locale/sr_ID/sr_069.txt new file mode 100644 index 0000000..ec11652 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_069.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ボツワナ,Botswana,Botswana,Botsuana,Botswana,Botsuana,博茨瓦纳,보츠와나, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_070.txt b/Ledybot/locale/sr_ID/sr_070.txt new file mode 100644 index 0000000..99650da --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_070.txt @@ -0,0 +1,30 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ソフィア市,Sofia City,Sofia (ville),Sofia (Stadt),Sofia,Ciudad de Sofía,索非亚市,소피아, +003,ソフィア州,Sofia Province,Sofia (oblast),Sofia (Region),Regione di Sofia,Provincia de Sofía,索非亚州,소피아 주, +004,ブラゴエブグラト州,Blagoevgrad,Blagoevgrad,Blagoewgrad,Blagoevgrad,Blagoevgrad,布拉格耶夫格勒州,블라고예브그라드 주, +005,プレベン州,Pleven,Pleven,Plewen,Pleven,Pleven,普列文州,플레벤 주, +006,ビディン州,Vidin,Vidin,Widin,Vidin,Vidin,维丁州,비딘 주, +007,バルナ州,Varna,Varna,Warna,Varna,Varna,瓦尔纳州,바르나 주, +008,ブルガス州,Burgas,Bourgas,Burgas,Burgas,Burgas,布尔加斯州,부르가스 주, +009,ドブリチ州,Dobrich,Dobritch,Dobritsch,Dobrich,Dobrich,多布里奇州,도브리치 주, +010,ガブロボ州,Gabrovo,Gabrovo,Gabrowo,Gabrovo,Gabrovo,加布罗沃州,가브로보 주, +011,ハスコボ州,Haskovo,Khaskovo,Chaskowo,Haskovo,Haskovo,哈斯科沃州,하스코보 주, +012,ヤンボル州,Yambol,Yambol,Jambol,Jambol,Yambol,扬博尔州,얌볼 주, +013,クルジャリ州,Kardzhali,Kardjali,Kardschali,Kardzhali,Kardzhali,克尔贾利州,쿠르잘리 주, +014,キュステンディル州,Kyustendil,Kyoustendil,Kjustendil,Kjustendil,Kyustendil,丘斯滕迪尔州,큐스텐딜 주, +015,ロベチ州,Lovech,Lovetch,Lowetsch,Lovech,Lovech,洛维奇州,로베치 주, +016,モンタナ州,Montana,Montana,Montana,Montana,Montana,蒙塔纳州,몬타나 주, +017,パザルジク州,Pazardzhik,Pazardjik,Pasardschik,Pazardzhik,Pazardzhik,帕扎尔吉克州,파자르지크 주, +018,ペルニク州,Pernik,Pernik,Pernik,Pernik,Pernik,佩尔尼克州,페르니크 주, +019,プロブディフ州,Plovdiv,Plovdiv,Plowdiw,Plovdiv,Plovdiv,普罗夫迪夫州,플로브디브 주, +020,ラズグラド州,Razgrad,Razgrad,Rasgrad,Razgrad,Razgrad,拉兹格勒州,라즈그라드 주, +021,ルセ州,Ruse,Roussé,Russe,Ruse,Ruse,鲁塞州,루세 주, +022,シリストラ州,Silistra,Silistra,Silistra,Silistra,Silistra,锡利斯特拉州,실리스트라 주, +023,スリベン州,Sliven,Sliven,Sliwen,Sliven,Sliven,斯利文州,슬리벤 주, +024,スモリャン州,Smolyan,Smolyan,Smoljan,Smoljan,Smolyan,斯莫梁州,스몰랸 주, +025,スタラ・ザゴラ州,Stara Zagora,Stara Zagora,Stara Sagora,Stara Zagora,Stara Zagora,旧扎戈拉州,스타라자고라 주, +026,シュメン州,Shumen,Choumen,Schumen,Shumen,Shumen,舒门州,슈멘 주, +027,トゥルゴビシュテ州,Targovishte,Targovichte,Targowischte,Targovishte,Targovishte,特尔戈维什特州,투르고비슈테 주, +028,ベリコ・トゥルノボ州,Veliko Tarnovo,Veliko Tarnovo,Weliko Tarnowo,Veliko Tarnovo,Veliko Tarnovo,大特尔诺沃州,벨리코투르노보 주, +029,ブラツァ州,Vratsa,Vratsa,Wraza,Vratsa,Vratsa,弗拉察州,브라차 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_071.txt b/Ledybot/locale/sr_ID/sr_071.txt new file mode 100644 index 0000000..ed2594f --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_071.txt @@ -0,0 +1,23 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +006,ザグレブ直轄市,Zagreb,Zagreb (ville),Zagreb (Stadt),Zagabria,Ciudad de Zagreb,萨格勒布市,자그레브, +007,ビェロヴァル=ビロゴラ郡,Bjelovar-Bilogora County,Bjelovar-Bilogora,Bjelovar-Bilogora,Regione di Bjelovar e della Bilogora,Condado de Bjelovar-Bilogora,别洛瓦尔-比洛戈拉县,벨로바르-빌로고라 군, +008,ブロド=ポサヴィナ郡,Brod-Posavina County,Brod-Posavina,Brod-Posavina,Regione di Brod e della Posavina,Condado de Brod-Posavina,布罗德-波萨维纳县,브로드-포사비나 군, +009,ドゥブロヴニク=ネレトヴァ郡,Dubrovnik-Neretva County,Dubrovnik-Neretva,Dubrovnik-Neretva,Regione Raguseo-Narentana,Condado de Dubrovnik-Neretva,杜布罗夫斯克-内雷特瓦县,두브로브니크-네레트바 군, +010,イストラ郡,Istria County,Istrie,Istrien,Regione Istriana,Condado de Istria,伊斯特拉县,이스트라 군, +011,カルロヴァツ郡,Karlovac County,Karlovac,Karlovac,Regione di Karlovac,Condado de Karlovac,卡尔洛瓦茨县,카를로바츠 군, +012,コプリヴニツァ=クリジェヴツィ郡,Koprivnica-Križevci County,Koprivnica-Križevci,Koprivnica-Križevci,Regione di Koprivnica e Križevci,Condado de Koprivnica-Križevci,科普里夫尼察-克里热夫齐县,코프리브니차-크리제브치 군, +013,クラピナ=ザゴリエ郡,Krapina-Zagorje County,Krapina-Zagorje,Krapina-Zagorje,Regione di Krapina e dello Zagorje,Condado de Krapina-Zagorje,克拉皮纳-扎戈列县,크라피나-자고례 군, +014,リカ=セニ郡,Lika-Senj County,Lika-Senj,Lika-Senj,Regione della Lika e di Segna,Condado de Lika-Senj,利卡-塞尼县,리카-센 군, +015,メジムリェ郡,Međimurje County,Međimurje,Medimurje,Regione del Medjimurje,Condado de Medimurje,梅吉穆列县,메지무례 군, +016,オシエク=バラニャ郡,Osijek-Baranja County,Osijek-Baranja,Osijek-Baranja,Regione di Osijek e della Baranja,Condado de Osijek-Baranja,奥西耶克-巴拉尼亚县,오시예크-바라냐 군, +017,ポジェガ=スラヴォニア郡,Požega-Slavonia County,Požega-Slavonie,Požega-Slawonien,Regione di Požega e della Slavonia,Condado de Požega-Eslavonia,波热加-斯拉沃尼亚县,포제가-슬라보니아 군, +018,プリモリェ=ゴルスキ・コタル郡,Primorje-Gorski Kotar County,Primorje-Gorski Kotar,Primorje-Gorski kotar,Regione Litoraneo-Montana,Condado de Primorje-Gorski Kotar,滨海和山区县,프리모례-고르스키코타르 군, +019,シサク=モスラヴィナ郡,Sisak-Moslavina County,Sisak-Moslavina,Sisak-Moslavina,Regione di Sisak e della Moslavina,Condado de Sisak-Moslavina,锡萨克-莫斯拉维纳县,시사크-모슬라비나 군, +020,スプリト=ダルマチア郡,Split-Dalmatia County,Split-Dalmatie,Split-Dalmatien,Regione Spalatino-Dalmata,Condado de Split-Dalmacia,斯普利特-达尔马提亚县,스플리트-달마티아 군, +021,シベニク=クニン郡,Šibenik-Knin County,Šibenik-Knin,Šibenik-Knin,Regione di Sebenico e Tenin,Condado de Šibenik-Knin,希贝尼克-克宁县,시베니크-크닌 군, +022,ヴァラジュディン郡,Varaždin County,Varaždin,Varaždin,Regione di Varasdino,Condado de Varaždin,瓦拉日丁县,바라주딘 군, +023,ヴィロヴィティツァ=ポドラヴィナ郡,Virovitica-Podravina County,Virovitica-Podravina,Virovitica-Podravina,Regione di Virovitica e della Podravina,Condado de Virovitica-Podravina,维罗维蒂察-波德拉维纳县,비로비티차-포드라비나 군, +024,ヴコヴァル=スリイェム郡,Vukovar-Syrmia County,Vukovar-Syrmie,Vukovar-Srijem,Regione di Vukovar e della Sirmia,Condado de Vukovar-Srijem,武科瓦尔-斯里耶姆县,부코바르-시르미아 군, +025,ザダル郡,Zadar County,Zadar,Zadar,Regione Zaratina,Condado de Zadar,扎达尔县,자다르 군, +026,ザグレブ郡,Zagreb County,Zagreb (comitat),Zagreb,Regione Zagabrese,Condado de Zagreb,萨格勒布县,자그레브 군, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_072.txt b/Ledybot/locale/sr_ID/sr_072.txt new file mode 100644 index 0000000..e54a499 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_072.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,キプロス,Cyprus,Chypre,Zypern,Cipro,Chipre,塞浦路斯,키프로스, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_073.txt b/Ledybot/locale/sr_ID/sr_073.txt new file mode 100644 index 0000000..e7139f9 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_073.txt @@ -0,0 +1,16 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,プラハ,Prague,Prague,Prag,Praga,Praga,布拉格市,프라하, +003,中部ボヘミア地方,Central Bohemian Region,Bohême centrale,Mittelböhmische Region,Boemia Centrale,Región de Bohemia Central,中捷克州,스트르제도체스키 지방, +004,南ボヘミア地方,South Bohemian Region,Bohême du Sud,Südböhmische Region,Boemia Meridionale,Región de Bohemia Meridional,南捷克州,이호체스키 지방, +005,プルゼニ地方,Plzeň Region,Région de Pilsen,Region Pilsen,Regione di Plseň,Región de Pilsen,比尔森州,플젠 지방, +006,カールスバート地方,Karlovy Vary Region,Région de Karlovy Vary,Region Karlsbad,Regione di Karlovy Vary,Región de Karlovy Vary,卡罗维发利州,카를로비바리 지방, +007,ウースチー・ナド・ラベム地方,Ústí nad Labem Region,Région d'Ústí nad Labem,Region Ústí,Regione di Ústí nad Labem,Región de Ústí nad Labem,拉贝河畔乌斯季州,우스티나트라벰 지방, +008,リベレツ地方,Liberec Region,Région de Liberec,Region Liberec,Regione di Liberec,Región de Liberec,利贝雷克州,리베레츠 지방, +009,フラデツ・クラロベ地方,Hradec Králové Region,Région de Hradec Králové,Region Hradec Králové,Regione di Hradec Králové,Región de Hradec Králové,赫拉德茨-克拉洛韦州,흐라데츠크랄로베 지방, +010,パルドゥビツェ地方,Pardubice Region,Région de Pardubice,Region Pardubice,Regione di Pardubice,Región de Pardubice,帕尔杜比采州,파르두비체 지방, +011,オロモウツ地方,Olomouc Region,Région d'Olomouc,Region Olmütz,Regione di Olomouc,Región de Olomouc,奥洛穆茨州,올로모우츠 지방, +012,モラビア・シレジア地方,Moravian-Silesian Region,Moravie-Silésie,Region Mährisch-Schlesien,Regione di Moravia-Slesia,Región de Moravia-Silesia,摩拉维亚-西里西亚州,모라비아실레지아 지방, +013,南モラビア地方,South Moravian Region,Moravie du Sud,Südmährische Region,Moravia Meridionale,Región de Moravia Meridional,南摩拉维亚州,이호모라프스키 지방, +014,ズリン地方,Zlín Region,Région de Zlín,Region Zlin,Regione di Zlín,Región de Zlín,兹林州,즐린 지방, +015,ヴィソチナ地方,Vysočina Region,Vysočina,Region Vysočina,Regione di Vysočina,Región de Vysočina,维索基纳州,비소치나 지방, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_074.txt b/Ledybot/locale/sr_ID/sr_074.txt new file mode 100644 index 0000000..8f7d97a --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_074.txt @@ -0,0 +1,9 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +018,グリーンランド,Greenland,Groenland,Grönland,Groenlandia,Groenlandia,格陵兰,그린란드, +019,デンマーク首都地域,Capital Region of Denmark,Hovedstaden,Hauptstadtregion,Hovedstaden,Hovedstaden,首都大区,덴마크 수도권 지역, +020,中央ユラン地域,Central Denmark Region,Jutland-Central,Mitteljütland,Jutland Centrale,Jutlandia Central,中日德兰大区,중부 덴마크 지역, +021,北ユラン地域,North Denmark Region,Jutland-du-Nord,Nordjütland,Jutland Settentrionale,Jutlandia Septentrional,北日德兰大区,북부 덴마크 지역, +022,シェラン地域,Region Zealand,Zélande-du-Nord,Seeland,Sjælland,Selandia,西兰大区,셸란 지역, +023,南デンマーク地域,Region of Southern Denmark,Danemark-du-Sud,Süddänemark,Syddanmark,Dinamarca del Sur,南丹麦大区,남부 덴마크 지역, +024,フェロー諸島,Faroe Islands,Îles Féroé,Färöer,Isole Fær Øer,Islas Feroe,法罗群岛,페로 제도, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_075.txt b/Ledybot/locale/sr_ID/sr_075.txt new file mode 100644 index 0000000..6e6a37a --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_075.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,エストニア,Estonia,Estonie,Estland,Estonia,Estonia,爱沙尼亚,에스토니아, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_076.txt b/Ledybot/locale/sr_ID/sr_076.txt new file mode 100644 index 0000000..a0ccc28 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_076.txt @@ -0,0 +1,22 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +008,ウーシマー県,Uusimaa / Nyland,Uusimaa,Uusimaa,Uusimaa,Uusimaa,新地区,우시마 주, +009,ラッピ州,Lappi / Lapland,Laponie,Lappland,Lapponia,Laponia finlandesa,拉普兰省,라피 주, +010,北ポフヤンマー県,Pohjois-Pohjanmaa / Norra Österbotten,Ostrobotnie du Nord,Nordösterbotten,Ostrobotnia Settentrionale,Ostrobothnia del Norte,北博滕区,북오스트로보트니아 주, +011,カイヌー県,Kainuu / Kajanaland,Kainuu,Kainuu,Kainuu,Kainuu,凯努区,카이누 주, +012,北カレリア県,Pohjois-Karjala / Norra Karelen,Carélie du Nord,Nordkarelien,Carelia Settentrionale,Karelia del Norte,北卡累利阿区,북카렐리아 주, +013,北サヴォ県,Pohjois-Savo / Norra Savolax,Savonie du Nord,Nordsavo,Savo Settentrionale,Savonia del Norte,北萨沃区,북사보 주, +014,南サヴォ県,Etelä-Savo / Södra Savolax,Savonie du Sud,Südsavo,Savo Meridionale,Savonia del Sur,南萨沃区,남사보 주, +015,南ポフヤンマー県,Etelä-Pohjanmaa / Södra Österbotten,Ostrobotnie du Sud,Südösterbotten,Ostrobotnia Meridionale,Ostrobothnia del Sur,南博滕区,남오스트로보트니아 주, +016,ポフヤンマー県,Pohjanmaa / Österbotten,Ostrobotnie,Österbotten,Ostrobotnia,Ostrobothnia,博滕区,오스트로보트니아 주, +017,ピルカンマー県,Pirkanmaa / Birkaland,Pirkanmaa,Pirkanmaa,Pirkanmaa,Pirkanmaa,皮尔卡区,피르칸마 주, +018,サタクンタ県,Satakunta / Satakunda,Satakunta,Satakunta,Satakunta,Satakunta,萨塔昆塔区,사타쿤타 주, +019,中部ポフヤンマー県,Keski-Pohjanmaa / Mellersta Österbotten,Ostrobotnie-Centrale,Mittelösterbotten,Ostrobotnia Centrale,Ostrobothnia Central,中博滕区,중앙오스트로보트니아 주, +020,中央スオミ県,Keski-Suomi / Mellersta Finland,Finlande-Centrale,Mittelfinnland,Finlandia Centrale,Finlandia Central,中芬兰区,케스키수오미 주, +021,ヴァルシナイス=スオミ県,Varsinais-Suomi / Egentliga Finland,Finlande propre,Varsinais-Suomi,Finlandia Sud-Occidentale,Finlandia Propia,西南芬兰区,바르시나이스수오미 주, +022,南カレリア県,Etelä-Karjala / Södra Karelen,Carélie du Sud,Südkarelien,Carelia Meridionale,Karelia del Sur,南卡累利阿区,남카렐리아 주, +023,パイヤト=ハメ県,Päijät-Häme / Päijänne Tavastland,Päijät-Häme,Päijät-Häme,Päijät-Häme,Päijänne Tavastia,派亚特海梅区,파이얏하메 주, +024,カンタ=ハメ県,Kanta-Häme / Egentliga Tavastland,Kanta-Häme,Kanta-Häme,Kanta-Häme,Tavastia Propia,坎塔海梅区,칸타하메 주, +025,東ウーシマー県,Itä-Uusimaa / Östra Nyland,Uusimaa de l'Est,Ostuusimaa,Uusimaa Orientale,Uusimaa Oriental,东新地区,동우시마 주, +026,キュメンラークソ県,Kymenlaakso / Kymmenedalen,Vallée de la Kymi,Kymenlaakso,Kymenlaakso,Kymenlaakso,屈米区,퀴멘락소 주, +027,アハベナンマー州,Ahvenanmaa / Åland,Åland,Åland,Isole Åland,Islas de Åland,奥兰岛自治区,아베난마 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_077.txt b/Ledybot/locale/sr_ID/sr_077.txt new file mode 100644 index 0000000..999cbef --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_077.txt @@ -0,0 +1,28 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,イール・ド・フランス,Île-de-France,Île-de-France,Île-de-France,Île-de-France,Isla de Francia,法兰西岛大区,일드프랑스, +003,アルザス,Alsace,Alsace,Elsass,Alsazia,Alsacia,阿尔萨斯大区,알자스, +004,アキテーヌ,Aquitaine,Aquitaine,Aquitanien,Aquitania,Aquitania,阿基坦大区,아키텐, +005,オーベルニュ,Auvergne,Auvergne,Auvergne,Alvernia,Auvernia,奥弗涅大区,오베르뉴, +006,バス・ノルマンディ,Lower Normandy,Basse-Normandie,Basse-Normandie,Bassa Normandia,Baja Normandía,下诺曼底大区,바스노르망디, +007,ブルゴーニュ,Burgundy,Bourgogne,Burgund,Borgogna,Borgoña,勃艮第大区,부르고뉴, +008,ブルターニュ,Brittany,Bretagne,Bretagne,Bretagna,Bretaña,布列塔尼大区,브르타뉴, +009,サントル,Centre,Centre,Centre,Centro,Centro,中央大区,상트르, +010,シャンパーニュ・アルデンヌ,Champagne-Ardenne,Champagne-Ardenne,Champagne-Ardenne,Champagne-Ardenne,Champaña-Ardenas,香槟-阿登大区,샹파뉴아르덴, +011,コルシカ,Corsica,Corse,Korsika,Corsica,Córcega,科西嘉大区,코르스, +012,フランシュ・コンテ,Franche-Comté,Franche-Comté,Franche-Comté,Franca Contea,Franco Condado,弗朗什孔泰大区,프랑슈콩테, +013,オート・ノルマンディ,Upper Normandy,Haute-Normandie,Haute-Normandie,Alta Normandia,Alta Normandía,上诺曼底大区,오트노르망디, +014,ラングドック・ルシヨン,Languedoc-Roussillon,Languedoc-Roussillon,Languedoc-Roussillon,Linguadoca-Rossiglione,Languedoc-Rosellón,朗格多克-鲁西永大区,랑그도크루시용, +015,リムーザン,Limousin,Limousin,Limousin,Limosino,Lemosín,利穆赞大区,리무쟁, +016,ロレーヌ,Lorraine,Lorraine,Lothringen,Lorena,Lorena,洛林大区,로렌, +017,ミディ・ピレネー,Midi-Pyrénées,Midi-Pyrénées,Midi-Pyrénées,Mezzogiorno-Pirenei,Mediodía-Pirineos,南部-比利牛斯大区,미디피레네, +018,ノール・パ・ド・カレー,Nord-Pas-de-Calais,Nord-Pas de Calais,Nord-Pas-de-Calais,Nord-Passo di Calais,Norte-Paso de Calais,北部-加来海峡大区,노르파드칼레, +019,ペイ・ド・ラ・ロワール,Pays de la Loire,Pays de la Loire,Pays de la Loire,Paesi della Loira,Países del Loira,卢瓦尔河地区,페이드라루아르, +020,ピカルディー,Picardy,Picardie,Picardie,Piccardia,Picardía,皮卡第大区,피카르디, +021,ポワトゥー・シャラント,Poitou-Charentes,Poitou-Charentes,Poitou-Charentes,Poitou-Charentes,Poitou-Charentes,普瓦图-夏朗德大区,푸아투샤랑트, +022,プロヴァンス・アルプ・コート・ダジュール,Provence-Alpes-Côte d'Azur,Provence-Alpes-Côte d'Azur,Provence-Alpes-Côte d'Azur,Provenza-Alpi-Costa Azzurra,Provenza-Alpes-Costa Azul,普罗旺斯-阿尔卑斯-蓝色海岸大区,프로방스알프코트다쥐르, +023,ローヌ・アルプ,Rhône-Alpes,Rhône-Alpes,Rhône-Alpes,Rodano-Alpi,Ródano-Alpes,罗讷-阿尔卑斯大区,론알프, +024,グアドループ,Guadeloupe,Guadeloupe,Guadeloupe,Guadalupa,Guadalupe,瓜德罗普省,과들루프, +025,マルチニーク,Martinique,Martinique,Martinique,Martinica,Martinica,马提尼克省,마르티니크, +026,フランス領ギアナ,French Guiana,Guyane,Französisch-Guayana,Guyana Francese,Guayana Francesa,法属圭亚那省,프랑스령 기아나, +027,レユニオン,Réunion,Réunion,Réunion,Riunione,La Reunión,留尼汪省,레위니옹, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_078.txt b/Ledybot/locale/sr_ID/sr_078.txt new file mode 100644 index 0000000..b5929f3 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_078.txt @@ -0,0 +1,18 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ベルリン,Berlin,Berlin,Berlin,Berlino,Berlín,柏林市,베를린, +003,ヘッセン州,Hesse,Hesse,Hessen,Assia,Hesse,黑森州,헤센 주, +004,バーデン・ビュルテンベルク州,Baden-Württemberg,Bade-Wurtemberg,Baden-Württemberg,Baden-Württemberg,Baden-Wurtemberg,巴登-符腾堡州,바덴뷔르템베르크 주, +005,バイエルン州,Bavaria,Bavière,Bayern,Baviera,Baviera,巴伐利亚州,바이에른 주, +006,ブランデンブルク州,Brandenburg,Brandebourg,Brandenburg,Brandeburgo,Brandeburgo,勃兰登堡州,브란덴부르크 주, +007,ブレーメン,Bremen,Brême,Bremen,Brema,Bremen,不来梅市,브레멘 주, +008,ハンブルク,Hamburg,Hambourg,Hamburg,Amburgo,Hamburgo,汉堡市,함부르크 주, +009,メクレンブルク・フォアポンメルン州,Mecklenburg-Vorpommern,Mecklembourg-Poméranie antérieure,Mecklenburg-Vorpommern,Meclemburgo-Pomerania Anteriore,Mecklemburgo-Pomerania Occidental,梅克伦堡-前波莫瑞州,메클렌부르크포어포메른 주, +010,ニーダーザクセン州,Lower Saxony,Basse-Saxe,Niedersachsen,Bassa Sassonia,Baja Sajonia,下萨克森州,니더작센 주, +011,ノルトライン・ウェストファーレン州,North Rhine-Westphalia,Rhénanie-du-Nord-Westphalie,Nordrhein-Westfalen,Renania Settentrionale-Vestfalia,Renania del Norte-Westfalia,北莱茵-威斯特法伦州,노르트라인베스트팔렌 주, +012,ラインラント・ファルツ州,Rhineland-Palatinate,Rhénanie-Palatinat,Rheinland-Pfalz,Renania-Palatinato,Renania-Palatinado,莱茵兰-普法尔茨州,라인란트팔츠 주, +013,ザールラント州,Saarland,Sarre,Saarland,Saarland,Sarre,萨尔州,자를란트 주, +014,ザクセン州,Saxony,Saxe,Sachsen,Sassonia,Sajonia,萨克森州,작센 주, +015,ザクセン・アンハルト州,Saxony-Anhalt,Saxe-Anhalt,Sachsen-Anhalt,Sassonia-Anhalt,Sajonia-Anhalt,萨克森-安哈特州,작센안할트 주, +016,シュレスビヒ・ホルシュタイン州,Schleswig-Holstein,Schleswig-Holstein,Schleswig-Holstein,Schleswig-Holstein,Schleswig-Holstein,石勒苏益格-荷尔斯泰因州,슐레스비히홀슈타인 주, +017,テューリンゲン州,Thuringia,Thuringe,Thüringen,Turingia,Turingia,图林根州,튀링겐 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_079.txt b/Ledybot/locale/sr_ID/sr_079.txt new file mode 100644 index 0000000..415d1ca --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_079.txt @@ -0,0 +1,15 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,アッティカ,Attica,Attique,Attika,Attica,Ática,阿提卡大区,아티카, +003,中央ギリシャ,Central Greece,Grèce-Centrale,Mittelgriechenland,Grecia Centrale,Grecia Central,中希腊大区,중부 그리스, +004,中央マケドニア,Central Macedonia,Macédoine-Centrale,Zentralmakedonien,Macedonia Centrale,Macedonia Central,中马其顿大区,중부 마케도니아, +005,クレタ,Crete,Crète,Kreta,Creta,Creta,克里特大区,크레타, +006,東マケドニア・トラキア,East Macedonia and Thrace,Macédoine-Orientale-et-Thrace,Ostmakedonien und Thrakien,Macedonia Orientale e Tracia,Macedonia Oriental y Tracia,东马其顿和色雷斯大区,동부 마케도니아트라키아, +007,イピロス,Epirus,Épire,Epirus,Epiro,Epiro,伊庇鲁斯大区,에피루스, +008,イオニア,Ionian Islands,Îles Ioniennes,Ionische Inseln,Isole Ionie,Islas Jónicas,爱奥尼亚群岛大区,이오니아 제도, +009,北エーゲ,North Aegean,Égée-Septentrionale,Nördliche Ägäis,Egeo Settentrionale,Egeo Septentrional,北爱琴海大区,북부 에게, +010,ペロポネソス,Peloponnese,Péloponnèse,Peloponnes,Peloponneso,Peloponeso,伯罗奔尼撒大区,펠로폰네소스, +011,南エーゲ,South Aegean,Égée-Méridionale,Südliche Ägäis,Egeo Meridionale,Egeo Meridional,南爱琴海大区,남부 에게, +012,テッサリーア,Thessaly,Thessalie,Thessalien,Tessaglia,Tesalia,色萨利大区,테살리아, +013,西ギリシャ,West Greece,Grèce-Occidentale,Westgriechenland,Grecia Occidentale,Grecia Occidental,西希腊大区,서부 그리스, +014,西マケドニア,West Macedonia,Macédoine-Occidentale,Westmakedonien,Macedonia Occidentale,Macedonia Occidental,西马其顿大区,서부 마케도니아, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_080.txt b/Ledybot/locale/sr_ID/sr_080.txt new file mode 100644 index 0000000..addd112 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_080.txt @@ -0,0 +1,22 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ブダペスト,Budapest,Budapest,Budapest,Budapest,Budapest,布达佩斯市,부다페스트, +003,バーチ・キシュクン州,Bács-Kiskun County,Bács-Kiskun,Bács-Kiskun,Bács-Kiskun,Bács-Kiskun,巴奇-基什孔州,바치키슈쿤 주, +004,バラニャ州,Baranya County,Baranya,Baranya,Baranya,Baranya,巴兰尼亚州,버러녀 주, +005,ベーケーシュ州,Békés County,Békés,Békés,Békés,Békés,贝凯什州,베케시 주, +006,ボルショド・アバウーイ・ゼンプレーン州,Borsod-Abaúj-Zemplén County,Borsod-Abaúj-Zemplén,Borsod-Abaúj-Zemplén,Borsod-Abaúj-Zemplén,Borsod-Abaúj-Zemplén,包尔绍德-奥包乌伊-曾普伦州,보르쇼드어버우이젬플렌 주, +007,チョングラード州,Csongrád County,Csongrád,Csongrád,Csongrád,Csongrád,琼格拉德州,촌그라드 주, +008,フェイェール州,Fejér County,Fejér,Fejér,Fejér,Fejér,费耶尔州,페예르 주, +009,ジェール・モション・ショプロン州,Győr-Moson-Sopron County,Győr-Moson-Sopron,Győr-Moson-Sopron,Győr-Moson-Sopron,Győr-Moson-Sopron,杰尔-莫松-肖普朗州,죄르모숀쇼프론 주, +010,ハイドゥー・ヒバル州,Hajdú-Bihar County,Hajdú-Bihar,Hajdú-Bihar,Hajdú-Bihar,Hajdú-Bihar,豪伊杜-比豪尔州,허이두 비허르 주, +011,ヘヴェシュ州,Heves County,Heves,Heves,Heves,Heves,赫维什州,헤베시 주, +012,ヤース・ナチクン・ソルノク州,Jász-Nagykun-Szolnok County,Jász-Nagykun-Szolnok,Jász-Nagykun-Szolnok,Jász-Nagykun-Szolnok,Jász-Nagykun-Szolnok,加兹-纳杰孔-索尔诺克州,야스너지쿤솔노크 주, +013,コマーロム・エステルゴム州,Komárom-Esztergom County,Komárom-Esztergom,Komárom-Esztergom,Komárom-Esztergom,Komárom-Esztergom,科马罗姆-埃斯泰尔戈姆州,코마롬에스테르곰 주, +014,ノーグラード州,Nógrád County,Nógrád,Nógrád,Nógrád,Nógrád,诺格拉德州,노그라드 주, +015,ペシュト州,Pest County,Pest,Pest,Pest,Pest,佩斯州,페슈트 주, +016,ショモジ州,Somogy County,Somogy,Somogy,Somogy,Somogy,绍莫吉州,쇼모지 주, +017,サボルチ・サトマール・ベレグ州,Szabolcs-Szatmár-Bereg County,Szabolcs-Szatmár-Bereg,Szabolcs-Szatmár-Bereg,Szabolcs-Szatmár-Bereg,Szabolcs-Szatmár-Bereg,索博尔奇-索特马尔-贝拉格州,서볼츠서트마르베레그 주, +018,トルナ州,Tolna County,Tolna,Tolna,Tolna,Tolna,托尔瑙州,톨너 주, +019,ヴァシュ州,Vas County,Vas,Vas,Vas,Vas,沃什州,버시 주, +020,ベスプレーム州,Veszprém County,Veszprém,Veszprém,Veszprém,Veszprém,维斯普雷姆州,베스프렘 주, +021,ザラ州,Zala County,Zala,Zala,Zala,Zala,佐洛州,절러 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_081.txt b/Ledybot/locale/sr_ID/sr_081.txt new file mode 100644 index 0000000..1d28c72 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_081.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,アイスランド,Iceland,Islande,Island,Islanda,Islandia,冰岛,아이슬란드, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_082.txt b/Ledybot/locale/sr_ID/sr_082.txt new file mode 100644 index 0000000..e0a144a --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_082.txt @@ -0,0 +1,28 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ダブリン州,Dublin,Dublin,Dublin,Dublino,Dublín,都柏林地区,더블린, +010,カーロウ州,County Carlow,Carlow,Carlow,Carlow,Carlow,卡洛郡,칼로우 주, +011,キャバン州,County Cavan,Cavan,Cavan,Cavan,Cavan,卡文郡,캐번 주, +012,クレア州,County Clare,Clare,Clare,Clare,Clare,克莱尔郡,클레어 주, +013,コーク州,County Cork,Cork,Cork,Cork,Cork,科克郡,코크 주, +014,ドニゴール州,County Donegal,Donegal,Donegal,Donegal,Donegal,多内加尔郡,도니골 주, +015,ゴールウェイ州,County Galway,Galway,Galway,Galway,Galway,戈尔韦郡,골웨이 주, +016,ケリー州,County Kerry,Kerry,Kerry,Kerry,Kerry,凯里郡,케리 주, +017,キルデア州,County Kildare,Kildare,Kildare,Kildare,Kildare,基尔代尔郡,킬데어 주, +018,キルケニー州,County Kilkenny,Kilkenny,Kilkenny,Kilkenny,Kilkenny,基尔肯尼郡,킬케니 주, +019,リーシュ州,County Laois,Laois,Laois,Laois,Laois,莱伊什郡,리시 주, +020,リートリム州,County Leitrim,Leitrim,Leitrim,Leitrim,Leitrim,利特里姆郡,리트림 주, +021,リムリック州,County Limerick,Limerick,Limerick,Limerick,Limerick,利默里克郡,리머릭 주, +022,ロングフォード州,County Longford,Longford,Longford,Longford,Longford,朗福德郡,롱퍼드 주, +023,ラウス州,County Louth,Louth,Louth,Louth,Louth,劳斯郡,라우스 주, +024,メイヨー州,County Mayo,Mayo,Mayo,Mayo,Mayo,梅奥郡,메이오 주, +025,ミース州,County Meath,Meath,Meath,Meath,Meath,米斯郡,미스 주, +026,モナハン州,County Monaghan,Monaghan,Monaghan,Monaghan,Monaghan,莫纳亨郡,모너핸 주, +027,オファリー州,County Offaly,Offaly,Offaly,Offaly,Offaly,奥法利郡,오펄리 주, +028,ロスコモン州,County Roscommon,Roscommon,Roscommon,Roscommon,Roscommon,罗斯康芒郡,로스코먼 주, +029,スライゴ州,County Sligo,Sligo,Sligo,Sligo,Sligo,斯莱戈郡,슬라이고 주, +030,ティペラリー州,County Tipperary,Tipperary,Tipperary,Tipperary,Tipperary,蒂珀雷里郡,티퍼레리 주, +031,ウォーターフォード州,County Waterford,Waterford,Waterford,Waterford,Waterford,沃特福德郡,워터퍼드 주, +032,ウェストミース州,County Westmeath,Westmeath,Westmeath,Westmeath,Westmeath,西米斯郡,웨스트미스 주, +033,ウェックスフォード州,County Wexford,Wexford,Wexford,Wexford,Wexford,韦克斯福德郡,웩스퍼드 주, +034,ウィックロー州,County Wicklow,Wicklow,Wicklow,Wicklow,Wicklow,威克洛郡,위클로 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_083.txt b/Ledybot/locale/sr_ID/sr_083.txt new file mode 100644 index 0000000..f450b4c --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_083.txt @@ -0,0 +1,22 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ラツィオ州,Lazio,Latium,Latium,Lazio,Lacio,拉齐奥大区,라치오 주, +003,バッレ・ダオスタ州,Aosta Valley,Vallée d'Aoste,Aostatal,Valle d'Aosta,Valle de Aosta,瓦莱-达奥斯塔大区,발레다오스타 주, +004,ピエモンテ州,Piedmont,Piémont,Piemont,Piemonte,Piamonte,皮埃蒙特大区,피에몬테 주, +005,リグリア州,Liguria,Ligurie,Ligurien,Liguria,Liguria,利古里亚大区,리구리아 주, +006,ロンバルディア州,Lombardy,Lombardie,Lombardei,Lombardia,Lombardía,伦巴第大区,롬바르디아 주, +007,トレンティノ・アルト・アディジェ州,Trentino-Alto Adige,Trentin-Haut-Adige,Trentino-Südtirol,Trentino-Alto Adige,Trentino-Alto Adigio,特伦蒂诺-上阿迪杰大区,트렌티노알토아디제 주, +008,ベネト州,Veneto,Vénétie,Venetien,Veneto,Véneto,威尼托大区,베네토 주, +009,フリウリ・ベネチア・ジュリア州,Friuli Venezia Giulia,Frioul-Vénétie julienne,Friaul-Julisch Venetien,Friuli-Venezia Giulia,Friuli-Venecia Julia,弗留利-威尼斯朱利亚大区,프리울리베네치아줄리아 주, +010,エミリア・ロマーニャ州,Emilia-Romagna,Émilie-Romagne,Emilia-Romagna,Emilia-Romagna,Emilia-Romaña,艾米利亚-罗马涅大区,에밀리아로마냐 주, +011,トスカナ州,Tuscany,Toscane,Toskana,Toscana,Toscana,托斯卡纳大区,토스카나 주, +012,ウンブリア州,Umbria,Ombrie,Umbrien,Umbria,Umbría,翁布里亚大区,움브리아 주, +013,マルケ州,Marche,Marches,Marken,Marche,Las Marcas,马尔凯大区,마르케 주, +014,アブルッツィ州,Abruzzo,Abruzzes,Abruzzen,Abruzzo,Abruzos,阿布鲁佐大区,아브루초 주, +015,モリーゼ州,Molise,Molise,Molise,Molise,Molise,莫利塞大区,몰리세 주, +016,カンパニア州,Campania,Campanie,Kampanien,Campania,Campania,坎帕尼亚大区,캄파니아 주, +017,プーリア州,Apulia,Pouilles,Apulien,Puglia,Apulia,普利亚大区,풀리아 주, +018,バジリカータ州,Basilicata,Basilicate,Basilikata,Basilicata,Basilicata,巴西利卡塔大区,바실리카타 주, +019,カラブリア州,Calabria,Calabre,Kalabrien,Calabria,Calabria,卡拉布里亚大区,칼라브리아 주, +020,シチリア州,Sicily,Sicile,Sizilien,Sicilia,Sicilia,西西里大区,시칠리아 주, +021,サルデーニャ州,Sardinia,Sardaigne,Sardinien,Sardegna,Cerdeña,撒丁大区,사르데냐 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_084.txt b/Ledybot/locale/sr_ID/sr_084.txt new file mode 100644 index 0000000..3f5a6be --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_084.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ラトビア,Latvia,Lettonie,Lettland,Lettonia,Letonia,拉脱维亚,라트비아, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_085.txt b/Ledybot/locale/sr_ID/sr_085.txt new file mode 100644 index 0000000..a47495a --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_085.txt @@ -0,0 +1,12 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,マセル県,Maseru,Maseru,Maseru,Maseru,Maseru,马塞卢区,마세루 주, +003,べレア県,Berea,Berea,Berea,Berea,Berea,伯里亚区,베레아 주, +004,ブータ・ブーテ県,Butha-Buthe,Butha-Buthe,Butha-Buthe,Butha-Buthe,Butha-Buthe,布塔布泰区,부타부테 주, +005,レリベ県,Leribe,Leribe,Leribe,Leribe,Leribe,莱里贝区,레리베 주, +006,マフェテング県,Mafeteng,Mafeteng,Mafeteng,Mafeteng,Mafeteng,马费滕区,마페텡 주, +007,モハーレスフーク県,Mohale's Hoek,Mohale's Hoek,Mohale's Hoek,Mohale's Hoek,Mohale's Hoek,莫哈莱斯胡克区,모할레스후크 주, +008,モコトロング県,Mokhotlong,Mokhotlong,Mokhotlong,Mokhotlong,Mokhotlong,莫霍特隆区,모코틀롱 주, +009,クァクハスネック県,Qacha's Nek,Qacha's Nek,Qacha's Nek,Qacha's Nek,Qacha's Nek,加查斯内克区,카차스넥 주, +010,クティング県,Quthing,Quthing,Quthing,Quthing,Quthing,古廷区,쿠팅 주, +011,ターバ・ツェーカ県,Thaba-Tseka,Thaba-Tseka,Thaba-Tseka,Thaba-Tseka,Thaba-Tseka,塔巴采卡区,타바체카 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_086.txt b/Ledybot/locale/sr_ID/sr_086.txt new file mode 100644 index 0000000..c79d4e0 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_086.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,リヒテンシュタイン,Liechtenstein,Liechtenstein,Liechtenstein,Liechtenstein,Liechtenstein,列支敦士登,리히텐슈타인, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_087.txt b/Ledybot/locale/sr_ID/sr_087.txt new file mode 100644 index 0000000..0f21d3c --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_087.txt @@ -0,0 +1,12 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ヴィリニュス州,Vilnius,Vilnius,Vilnius,Vilnius,Condado de Vilna,维尔纽斯县,빌뉴스 주, +003,アリートゥス州,Alytus,Alytus,Alytus,Alytus,Condado de Alytus,阿利图斯县,알리투스 주, +004,カウナス州,Kaunas,Kaunas,Kaunas,Kaunas,Condado de Kaunas,考纳斯县,카우나스 주, +005,クライペダ州,Klaipėda,Klaipėda,Klaipėda,Klaipėda,Condado de Klaipėda,克莱佩达县,클라이페다 주, +006,マリヤンポレ州,Marijampolė,Marijampolė,Marijampolė,Marijampolė,Condado de Marijampolė,马里扬泊列县,마리얌폴레 주, +007,パネベジス州,Panevėžys,Panevėžys,Panevėžys,Panevėžys,Condado de Panevėžys,帕涅韦日斯县,파네베지스 주, +008,シャウレイ州,Šiauliai,Šiauliai,Šiauliai,Šiauliai,Condado de Šiauliai,希奥利艾县,샤울랴이 주, +009,タウラゲ州,Taurage,Tauragė,Tauragė,Tauragė,Condado de Tauragė,陶拉格县,타우라게 주, +010,テルシェイ州,Telšiai,Telšiai,Telšiai,Telšiai,Condado de Telšiai,特尔希艾县,텔샤이 주, +011,ウテナ州,Utena,Utena,Utena,Utena,Condado de Utena,乌田纳县,우테나 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_088.txt b/Ledybot/locale/sr_ID/sr_088.txt new file mode 100644 index 0000000..1bc2607 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_088.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ルクセンブルク,Luxembourg,Luxembourg,Luxemburg,Lussemburgo,Luxemburgo,卢森堡,룩셈부르크, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_089.txt b/Ledybot/locale/sr_ID/sr_089.txt new file mode 100644 index 0000000..7d89ea7 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_089.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,マケドニア,Macedonia (Republic of),Macédoine (République),Mazedonien (Republik),Macedonia (Repubblica di),Macedonia (República),马其顿,마케도니아 공화국, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_090.txt b/Ledybot/locale/sr_ID/sr_090.txt new file mode 100644 index 0000000..5c08f7d --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_090.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,マルタ,Malta,Malte,Malta,Malta,Malta,马耳他,몰타, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_091.txt b/Ledybot/locale/sr_ID/sr_091.txt new file mode 100644 index 0000000..79cd618 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_091.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,モンテネグロ,Montenegro,Monténégro,Montenegro,Montenegro,Montenegro,黑山,몬테네그로, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_092.txt b/Ledybot/locale/sr_ID/sr_092.txt new file mode 100644 index 0000000..6c81c1b --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_092.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,モザンビーク,Mozambique,Mozambique,Mosambik,Mozambico,Mozambique,莫桑比克,모잠비크, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_093.txt b/Ledybot/locale/sr_ID/sr_093.txt new file mode 100644 index 0000000..258fdcf --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_093.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ナミビア,Namibia,Namibie,Namibia,Namibia,Namibia,纳米比亚,나미비아, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_094.txt b/Ledybot/locale/sr_ID/sr_094.txt new file mode 100644 index 0000000..2cb7218 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_094.txt @@ -0,0 +1,14 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ノールト・ホラント州,North Holland,Hollande-Septentrionale,Nordholland,Olanda Settentrionale,Holanda Septentrional,北荷兰省,노르트홀란트 주, +003,ドレンテ州,Drenthe,Drenthe,Drenthe,Drenthe,Drente,德伦特省,드렌터 주, +004,フレボラント州,Flevoland,Flevoland,Flevoland,Flevoland,Flevoland,弗莱福兰省,플레볼란트 주, +005,フリースラント州,Friesland,Frise,Friesland,Frisia,Frisia,弗里斯兰省,프리슬란트 주, +006,ヘルデンラント州,Gelderland,Gueldre,Gelderland,Gheldria,Güeldres,海尔德兰省,헬데를란트 주, +007,フローニンゲン州,Groningen,Groningue,Groningen,Groninga,Groninga,格罗宁根省,흐로닝언 주, +008,リンビュルフ州,Limburg,Limbourg,Limburg,Limburgo,Limburgo,林堡省,림뷔르흐 주, +009,ノールト・ブラバント州,North Brabant,Brabant-Septentrional,Nordbrabant,Brabante Settentrionale,Brabante Septentrional,北布拉班特省,노르트브라반트 주, +010,オーベルアイセル州,Overijssel,Overijssel,Overijssel,Overijssel,Overijssel,上艾瑟尔省,오버레이설 주, +011,ゾイト・ホラント州,South Holland,Hollande-Méridionale,Südholland,Olanda Meridionale,Holanda Meridional,南荷兰省,자위트홀란트 주, +012,ユトレヒト州,Utrecht,Utrecht,Utrecht,Utrecht,Utrecht,乌得勒支省,위트레흐트 주, +013,ゼーラント州,Zeeland,Zélande,Zeeland,Zelanda,Zelanda,泽兰省,제일란트 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_095.txt b/Ledybot/locale/sr_ID/sr_095.txt new file mode 100644 index 0000000..dad6b94 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_095.txt @@ -0,0 +1,18 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ウェリントン,Wellington,Wellington,Wellington,Wellington,Región de Wellington,惠灵顿大区,웰링턴, +003,オークランド,Auckland,Auckland,Auckland,Auckland,Región de Auckland,奥克兰大区,오클랜드, +004,ベイ・オブ・プレンティ,Bay of Plenty,Bay of Plenty,Bay of Plenty,Bay of Plenty,Bahía de Plenty,普伦蒂湾大区,베이오브플렌티, +005,カンタベリー,Canterbury,Canterbury,Canterbury,Canterbury,Canterbury,坎特伯雷大区,캔터베리, +006,ダニーデン,Otago,Otago,Otago,Otago,Otago,奥塔戈大区,오타고, +007,ホークスベイ,Hawke's Bay,Hawke's Bay,Hawke's Bay,Hawke's Bay,Bahía de Hawke,霍克湾大区,호크스베이, +008,マナワツ・ワンガヌイ,Manawatu-Wanganui,Manawatu-Wanganui,Manawatu-Wanganui,Manawatu-Wanganui,Manawatu-Wanganui,玛纳瓦图-旺格努伊大区,마너와투-왕거누이, +009,ネルソン・マールボロ,Nelson,Nelson,Nelson,Nelson,Región de Nelson,纳尔逊区,넬슨-말버러, +010,ノースランド,Northland,Northland,Northland,Northland,Northland,北地大区,노스랜드, +012,サウスランド,Southland,Southland,Southland,Southland,Southland,南地大区,사우스랜드, +013,タラナキ,Taranaki,Taranaki,Taranaki,Taranaki,Taranaki,塔拉纳基大区,타라나키, +014,ワイカト,Waikato,Waikato,Waikato,Waikato,Waikato,怀卡托大区,와이카토, +015,ギズボーン,Gisborne,Gisborne,Gisborne,Gisborne,Gisborne,吉斯伯恩大区,기즈번, +016,ウェストコースト,West Coast,West Coast,West Coast,West Coast,Costa Oeste,西岸大区,웨스트코스트, +017,マールボロ,Marlborough,Marlborough,Marlborough,Marlborough,Marlborough,马尔伯勒大区,말버러, +018,タスマン,Tasman,Tasman,Tasman,Tasman,Tasman,塔斯曼大区,태즈먼, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_096.txt b/Ledybot/locale/sr_ID/sr_096.txt new file mode 100644 index 0000000..ea23c7a --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_096.txt @@ -0,0 +1,22 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +007,オスロ,Oslo,Oslo,Oslo,Oslo,Oslo,奥斯陆,오슬로, +008,アーケシュフース県,Akershus,Akershus,Akershus,Akershus,Akershus,阿克什胡斯郡,아케르스후스 주, +009,アウスト・アグデル県,Aust-Agder,Aust-Agder,Aust-Agder,Aust-Agder,Aust-Agder,东阿格德尔郡,에우스트아그데르 주, +010,ブスケルー県,Buskerud,Buskerud,Buskerud,Buskerud,Buskerud,布斯克吕郡,부스케루 주, +011,フィンマルク県,Finnmark,Finnmark,Finnmark,Finnmark,Finnmark,芬马克郡,핀마르크 주, +012,ヘードマルク県,Hedmark,Hedmark,Hedmark,Hedmark,Hedmark,海德马克郡,헤드마르크 주, +013,ホルダラン県,Hordaland,Hordaland,Hordaland,Hordaland,Hordaland,霍达兰郡,호르달란 주, +014,ムーレ・オ・ロムスダール県,Møre og Romsdal,Møre og Romsdal,Møre og Romsdal,Møre og Romsdal,Møre og Romsdal,默勒-鲁姆斯达尔郡,뫼레오그롬스달 주, +015,ヌールラン県,Nordland,Nordland,Nordland,Nordland,Nordland,诺尔兰郡,노를란 주, +016,ヌール・トロンデラーグ県,Nord-Trøndelag,Nord-Trøndelag,Nord-Trøndelag,Nord-Trøndelag,Nord-Trøndelag,北特伦德拉格郡,노르트뢰넬라그 주, +017,オップラン県,Oppland,Oppland,Oppland,Oppland,Oppland,奥普兰郡,오플란 주, +018,ローガラン県,Rogaland,Rogaland,Rogaland,Rogaland,Rogaland,罗加兰郡,로갈란 주, +019,ソグン・オ・フィヨーラネ県,Sogn og Fjordane,Sogn og Fjordane,Sogn og Fjordane,Sogn og Fjordane,Sogn og Fjordane,松恩-菲尤拉讷郡,송노피오라네 주, +020,ソール・トロンデラーグ県,Sør-Trøndelag,Sør-Trøndelag,Sør-Trøndelag,Sør-Trøndelag,Sør-Trøndelag,南特伦德拉格郡,쇠르트뢰넬라그 주, +021,テレマルク県,Telemark,Telemark,Telemark,Telemark,Telemark,泰勒马克郡,텔레마르크 주, +022,トロムス県,Troms,Troms,Troms,Troms,Troms,特罗姆斯郡,트롬스 주, +023,ヴェスト・アグデル県,Vest-Agder,Vest-Agder,Vest-Agder,Vest-Agder,Vest-Agder,西阿格德尔郡,베스트아그데르 주, +024,ヴェストフォル県,Vestfold,Vestfold,Vestfold,Vestfold,Vestfold,西福尔郡,베스트폴 주, +025,エストフォル県,Østfold,Østfold,Østfold,Østfold,Østfold,东福尔郡,외스트폴 주, +026,スヴァールバル諸島,Svalbard,Svalbard,Svalbard,Isole Svalbard,Svalbard,斯瓦尔巴群岛,스발바르 제도, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_097.txt b/Ledybot/locale/sr_ID/sr_097.txt new file mode 100644 index 0000000..2e545be --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_097.txt @@ -0,0 +1,18 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,マゾフシェ,Masovia,Mazovie,Masowien,Masovia,Mazovia,马佐夫舍省,마조프셰, +003,ドルヌィ・シロンスク,Lower Silesia,Basse-Silésie,Niederschlesien,Bassa Slesia,Baja Silesia,下西里西亚省,하슐레지엔, +004,クヤヴィ・ポモージェ,Kuyavian-Pomeranian Voivodeship,Cujavie-Poméranie,Kujawien-Pommern,Cuiavia-Pomerania,Cuyavia y Pomerania,库亚瓦滨海省,쿠야비아포메라니아, +005,ウッジ,Lodz,Łódź,Lodsch,Łódź,Lodz,罗兹省,우치, +006,ルブリン,Lublin,Lublin,Lublin,Lublino,Lublin,卢布林省,루블린, +007,ルブシュ,Lubusz,Lubusz,Lebus,Lebus,Lubus,鲁布斯卡省,루부쉬, +008,マウォポルスカ,Lesser Poland,Petite-Pologne,Kleinpolen,Piccola Polonia,Pequeña Polonia,小波兰省,소폴란드, +009,オポーレ,Opole,Opole,Oppeln,Opole,Opole,奥波莱省,오폴레, +010,ポトカルパチェ,Subcarpathia,Basses-Carpates,Karpatenvorland,Precarpazi,Subcarpacia,喀尔巴阡山省,카르파티아, +011,ポドラシェ,Podlachia,Podlachie,Podlachien,Podlachia,Podlaquia,波德拉斯省,포들라셰, +012,ポモージェ,Pomerania,Poméranie,Pommern,Pomerania,Pomerania,滨海省,포메라니아, +013,シュレジエン,Silesia,Silésie,Schlesien,Slesia,Silesia,西里西亚省,슐레지엔, +014,シフィェンティクシシュ,Świętokrzyskie,Sainte-Croix,Heiligkreuz,Santacroce,Santa Cruz,圣十字省,시비엥토크시스키에, +015,ヴァルミア・マスールィ,Warmian-Masurian Voivodeship,Warmie-Mazurie,Ermland-Masuren,Varmia-Masuria,Varmia y Masuria,瓦尔米亚马祖尔省,바르미아 마수리아, +016,ヴィェルコポルスカ,Greater Poland,Grande-Pologne,Großpolen,Grande Polonia,Gran Polonia,大波兰省,대폴란드, +017,西ポモージェ,Western Pomerania,Poméranie occidentale,Westpommern,Pomerania Occidentale,Pomerania Occidental,西滨海省,서포메라니아, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_098.txt b/Ledybot/locale/sr_ID/sr_098.txt new file mode 100644 index 0000000..449a803 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_098.txt @@ -0,0 +1,22 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,リスボン県,Lisbon,Lisbonne,Lissabon,Lisbona,Distrito de Lisboa,里斯本区,리스보아 주, +007,マディラ自治州,Madeira,Madère,Madeira,Madera,Madeira,马德拉自治区,마데이라 주, +008,アソレス自治州,Azores,Açores,Azoren,Azzorre,Azores,亚速尔自治区,아소르스 주, +009,アヴェイロ県,Aveiro,Aveiro,Aveiro,Aveiro,Distrito de Aveiro,阿威罗区,아베이루 주, +010,ベージャ県,Beja,Beja,Beja,Beja,Distrito de Beja,贝雅区,베자 주, +011,ブラガ県,Braga,Braga,Braga,Braga,Distrito de Braga,布拉加区,브라가 주, +012,ブラガンサ県,Bragança,Bragança,Bragança,Bragança,Distrito de Braganza,布拉甘萨区,브라간사 주, +013,カステロ・ブランコ県,Castelo Branco,Castelo Branco,Castelo Branco,Castelo Branco,Distrito de Castelo Branco,布朗库堡区,카스텔루브랑쿠 주, +014,コインブラ県,Coimbra,Coimbra,Coimbra,Coimbra,Distrito de Coímbra,科英布拉区,코임브라 주, +015,エヴォラ県,Évora,Évora,Évora,Évora,Distrito de Évora,埃武拉区,에보라 주, +016,ファーロ県,Faro,Faro,Faro,Faro,Distrito de Faro,法鲁区,파로 주, +017,グアルダ県,Guarda,Guarda,Guarda,Guarda,Distrito de Guarda,瓜达区,구아르다 주, +018,レイリア県,Leiria,Leiria,Leiria,Leiria,Distrito de Leiria,莱里亚区,레이리아 주, +019,ポルタレグレ県,Portalegre,Portalegre,Portalegre,Portalegre,Distrito de Portalegre,波塔莱格里区,포르탈레그르 주, +020,ポルト県,Porto,Porto,Porto,Porto,Distrito de Oporto,波尔图区,포르투 주, +021,サンタレン県,Santarém,Santarém,Santarém,Santarém,Distrito de Santarém,圣塔伦区,산타렝 주, +022,セトゥーバル県,Setúbal,Setúbal,Setúbal,Setúbal,Distrito de Setúbal,塞图巴尔区,세투발 주, +023,ヴィアナ・ド・カステロ県,Viana do Castelo,Viana do Castelo,Viana do Castelo,Viana do Castelo,Distrito de Viana do Castelo,维亚纳堡区,비아나두카스텔루 주, +024,ヴィラ・レアル県,Vila Real,Vila Real,Vila Real,Vila Real,Distrito de Vila Real,雷阿尔城区,빌라헤알 주, +025,ヴィゼウ県,Viseu,Viseu,Viseu,Viseu,Distrito de Viseu,维塞乌区,비제우 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_099.txt b/Ledybot/locale/sr_ID/sr_099.txt new file mode 100644 index 0000000..8ae6e56 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_099.txt @@ -0,0 +1,44 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ブカレスト州,Bucharest,Bucarest,Bukarest,Bucarest,Bucarest,布加勒斯特市,부쿠레슈티 주, +003,アルバ州,Alba,Alba,Alba,Alba,Alba,阿尔巴县,알바 주, +004,アラド州,Arad,Arad,Arad,Arad,Arad,阿拉德县,아라드 주, +005,アルジェシュ州,Arges,Argeş,Argeş,Argeş,Argeş,阿尔杰什县,아르제슈 주, +006,バカウ州,Bacau,Bacău,Bacău,Bacău,Bacău,巴克乌县,바커우 주, +007,ビホル州,Bihor,Bihor,Bihor,Bihor,Bihor,比霍尔县,비호르 주, +008,ビストリツァ・ナサウド州,Bistrita-Nasaud,Bistrita-Năsăud,Bistrita-Năsăud,Bistrita-Năsăud,Bistrita-Năsăud,比斯特里察-讷瑟乌德县,비스트리차너서우드 주, +009,ボトシャニ州,Botosani,Botoşani,Botoşani,Botoşani,Botoşani,博托沙尼县,보토샤니 주, +010,ブライラ州,Braila,Brăila,Brăila,Brăila,Brăila,布勒伊拉县,브러일라 주, +011,ブラショヴ州,Brasov,Braşov,Braşov,Braşov,Braşov,布拉索夫县,브라쇼브 주, +012,ブザウ州,Buzau,Buzău,Buzău,Buzău,Buzău,布泽乌县,부저우 주, +013,カララシ州,Calarasi,Călăraşi,Călăraşi,Călăraşi,Călăraşi,克勒拉希县,컬러라시 주, +014,カラシュ・セヴェリン州,Caras-Severin,Caraş-Severin,Caraş-Severin,Caraş-Severin,Caraş-Severin,卡拉什-塞维林县,카라슈세베린 주, +015,クルージュ州,Cluj,Cluj,Cluj,Cluj,Cluj,克卢日县,클루지 주, +016,コンスタンツァ州,Constanta,Constanta,Constanta,Costanza,Constanza,康斯坦察县,콘스탄차 주, +017,コヴァスナ州,Covasna,Covasna,Covasna,Covasna,Covasna,科瓦斯纳县,코바스나 주, +018,ドゥンボビツァ州,Dâmbovita,Dâmbovita,Dâmbovita,Dâmbovita,Dâmbovita,登博维察县,듬보비차 주, +019,ドルジュ州,Dolj,Dolj,Dolj,Dolj,Dolj,多尔日县,돌지 주, +020,ガラツィ州,Galati,Galati,Galati,Galati,Galati,加拉茨县,갈라치 주, +021,ジュルジュ州,Giurgiu,Giurgiu,Giurgiu,Giurgiu,Giurgiu,久尔久县,지우르지우 주, +022,ゴルジュ州,Gorj,Gorj,Gorj,Gorj,Gorj,戈尔日县,고르지 주, +023,ハルギタ州,Harghita,Harghita,Harghita,Harghita,Harghita,哈尔吉塔县,하르기타 주, +024,フネドアラ州,Hunedoara,Hunedoara,Hunedoara,Hunedoara,Hunedoara,胡内多阿拉县,후네도아라 주, +025,ヤロミツァ州,Ialomita,Ialomita,Ialomita,Ialomita,Ialomita,雅洛米察县,이알로미차 주, +026,ヤシ州,Iasi,Iaşi,Iaşi,Iaşi,Iaşi,雅西县,이아시 주, +027,イルホヴ州,Ilfov,Ilfov,Ilfov,Ilfov,Ilfov,伊尔福夫县,일포브 주, +028,マラムレシュ州,Maramures,Maramureş,Maramureş,Maramureş,Maramureş,马拉穆列什县,마라무레슈 주, +029,メヘディンツィ州,Mehedinti,Mehedinti,Mehedinti,Mehedinti,Mehedinti,梅赫丁茨县,메헤딘치 주, +030,ムレシュ州,Mures,Mureş,Mureş,Mureş,Mureş,穆列什县,무레슈 주, +031,ネアムツ州,Neamt,Neamt,Neamt,Neamt,Neamt,尼亚姆茨县,네암츠 주, +032,オルト州,Olt,Olt,Olt,Olt,Olt,奥尔特县,올트 주, +033,プラホヴァ州,Prahova,Prahova,Prahova,Prahova,Prahova,普拉霍瓦县,프라호바 주, +034,サラージュ州,Salaj,Sălaj,Sălaj,Sălaj,Sălaj,瑟拉日县,설라지 주, +035,サトゥ・マーレ州,Satu Mare,Satu Mare,Satu Mare,Satu Mare,Satu Mare,萨图-马雷县,사투마레 주, +036,シビウ州,Sibiu,Sibiu,Sibiu,Sibiu,Sibiu,锡比乌县,시비우 주, +037,スチャヴァ州,Suceava,Suceava,Suceava,Suceava,Suceava,苏恰瓦县,수체아바 주, +038,テレオルマン州,Teleorman,Teleorman,Teleorman,Teleorman,Teleorman,特列奥尔曼县,텔레오르만 주, +039,ティミシュ州,Timis,Timiş,Timiş,Timiş,Timiş,蒂米什县,티미슈 주, +040,トゥルチャ州,Tulcea,Tulcea,Tulcea,Tulcea,Tulcea,图尔恰县,툴체아 주, +041,ヴルチャ州,Vâlcea,Vâlcea,Vâlcea,Vâlcea,Vâlcea,沃尔恰县,블체아 주, +042,ヴァスルイ州,Vaslui,Vaslui,Vaslui,Vaslui,Vaslui,瓦斯卢伊县,바슬루이 주, +043,フランチェア州,Vrancea,Vrancea,Vrancea,Vrancea,Vrancea,弗朗恰县,브란체아 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_100.txt b/Ledybot/locale/sr_ID/sr_100.txt new file mode 100644 index 0000000..05774d6 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_100.txt @@ -0,0 +1,85 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +009,モスクワ市,Moscow City,Moscou (ville),Moskau (Stadt),Mosca,Ciudad de Moscú,莫斯科市,모스크바, +010,アディゲ共和国,Adygey,Adyguée,Republik Adygeja,Repubblica di Adigezia,República de Adigueya,阿迪格共和国,아디게야 공화국, +011,アルタイ共和国,Gorno-Altay,Altaï (république),Republik Altai,Repubblica dell'Altaj,República de Altái,阿尔泰共和国,고르노알타이 공화국, +012,アルタイ地方,Altay,Altaï (kraï),Region Altai,Territorio dell'Altaj,Territorio de Altái,阿尔泰边疆区,알타이 지방, +013,アムール州,Amur,Amour,Oblast Amur,Regione dell'Amur,Región de Amur,阿穆尔州,아무르 주, +014,アルハンゲリスク州,Arkhangel'sk,Arkhangelsk,Oblast Archangelsk,Regione di Arcangelo,Región de Arjánguelsk,阿尔汉格尔斯克州,아르한겔스크 주, +015,アストラハン州,Astrakhan',Astrakhan,Oblast Astrachan,Regione di Astrachan',Región de Astracán,阿斯特拉罕州,아스트라한 주, +016,バシコルトスタン共和国,Bashkortostan,Bachkirie,Republik Baschkortostan,Repubblica del Baškortostan,República de Baskortostán,巴什科尔托斯坦共和国,바시키르 공화국, +017,ベルゴロド州,Belgorod,Belgorod,Oblast Belgorod,Regione di Belgorod,Región de Bélgorod,别尔哥罗德州,벨고로트 주, +018,ブリャンスク州,Bryansk,Briansk,Oblast Brjansk,Regione di Brjansk,Región de Briansk,布良斯克州,브랸스크 주, +019,ブリヤート共和国,Buryat,Bouriatie,Republik Burjatien,Repubblica di Buriazia,República de Buriatia,布里亚特共和国,부랴트 공화국, +020,チェチェン共和国,Chechnya,Tchétchénie,Republik Tschetschenien,Repubblica Cecena,República de Chechenia,车臣共和国,체첸 공화국, +021,チェリャビンスク州,Chelyabinsk,Tcheliabinsk,Oblast Tscheljabinsk,Regione di Čeljabinsk,Región de Cheliábinsk,车里雅宾斯克州,첼랴빈스크 주, +022,チュクチ自治管区,Chukot,Tchoukotka,Autonomer Kreis der Tschuktschen,Circondario Autonomo di Čukotka,Distrito autónomo de Chukotka,楚科奇自治区,축치 자치구, +023,チュヴァシ共和国,Chuvash,Tchouvachie,Republik Tschuwaschien,Repubblica Ciuvascia,República de Chuvasia,楚瓦什共和国,추바시 공화국, +024,ダゲスタン共和国,Dagestan,Daguestan,Republik Dagestan,Repubblica del Dagestan,República de Daguestán,达吉斯坦共和国,다게스탄 공화국, +025,イングーシ共和国,Ingushetia,Ingouchie,Republik Inguschetien,Repubblica di Inguscezia,República de Ingusetia,印古什共和国,인구시 공화국, +026,イルクーツク州,Irkutsk,Irkoutsk,Oblast Irkutsk,Regione di Irkutsk,Región de Irkutsk,伊尔库茨克州,이르쿠츠크 주, +027,イヴァノヴォ州,Ivanovo,Ivanovo,Oblast Iwanowo,Regione di Ivanovo,Región de Ivánovo,伊万诺沃州,이바노보 주, +028,カバルダ・バルカル共和国,Kabardin-Balkar,Kabardino-Balkarie,Republik Kabardino-Balkarien,Repubblica di Cabardino-Balcaria,República de Kabardino-Balkaria,卡巴尔达-巴尔卡尔共和国,카바르디노발카르 공화국, +029,カリーニングラード州,Kaliningrad,Kaliningrad,Oblast Kaliningrad,Regione di Kaliningrad,Región de Kaliningrado,加里宁格勒州,칼리닌그라드 주, +030,カルムイク共和国,Kalmyk,Kalmoukie,Republik Kalmückien,Repubblica di Calmucchia,República de Kalmukia,卡尔梅克共和国,칼미크 공화국, +031,カルーガ州,Kaluga,Kalouga,Oblast Kaluga,Regione di Kaluga,Región de Kaluga,卡卢加州,칼루가 주, +032,カムチャツカ地方,Kamchatka,Kamtchatka,Region Kamtschatka,Territorio della Kamčatka,Territorio de Kamchatka,勘察加边疆区,캄차카 지방, +033,カラチャイ・チェルケス共和国,Karachay-Cherkess,Karatchaïévo-Tcherkessie,Republik Karatschai-Tscherkessien,Repubblica Karačajevo-Čerkessia,República de Karacháyevo-Cherkesia,卡拉恰耶夫-切尔克斯共和国,카라차예보체르케스카야 공화국, +034,カレリア共和国,Karelia,Carélie,Republik Karelien,Repubblica di Carelia,República de Carelia,卡累利阿共和国,카렐리야 공화국, +035,ケメロヴォ州,Kemerovo,Kemerovo,Oblast Kemerowo,Regione di Kemerovo,Región de Kémerovo,克麦罗沃州,케메로보 주, +036,ハバロフスク地方,Khabarovsk,Khabarovsk,Region Chabarowsk,Territorio di Chabarovsk,Territorio de Jabárovsk,哈巴罗夫斯克边疆区,하바롭스크 지방, +037,ハカス共和国,Khakassia,Khakassie,Republik Chakassien,Repubblica di Khakassia,República de Jakasia,哈卡斯共和国,하카스 공화국, +038,ハンティ・マンシ自治管区,Khanty-Mansiy,Khantys-Mansis,Autonomer Kreis der Chanten und Mansen,Circondario Autonomo di Chantia-Mansia,Distrito autónomo de Janti-Mansi,汉特-曼西自治区,한티만시 자치구, +039,キーロフ州,Kirov,Kirov,Oblast Kirow,Regione di Kirov,Región de Kírov,基洛夫州,키로프 주, +040,コミ共和国,Komi,Komis,Republik Komi,Repubblica di Komi,República de Komi,科米共和国,코미 공화국, +041,コストロマ州,Kostroma,Kostroma,Oblast Kostroma,Regione di Kostroma,Región de Kostromá,科斯特罗马州,코스트로마 주, +042,クラスノダール地方,Krasnodar,Krasnodar,Region Krasnodar,Territorio di Krasnodar,Territorio de Krasnodar,克拉斯诺达尔边疆区,크라스노다르 지방, +043,クラスノヤルスク地方,Krasnoyarsk,Krasnoïarsk,Region Krasnojarsk,Territorio di Krasnojarsk,Territorio de Krasnoyarsk,克拉斯诺亚尔斯克边疆区,크라스노야르스크 지방, +044,クルガン州,Kurgan,Kourgan,Oblast Kurgan,Regione di Kurgan,Región de Kurgán,库尔干州,쿠르간 주, +045,クルスク州,Kursk,Koursk,Oblast Kursk,Regione di Kursk,Región de Kursk,库尔斯克州,쿠르스크 주, +046,レニングラード州,Leningrad,Léningrad,Oblast Leningrad,Regione di Leningrado,Región de Leningrado,列宁格勒州,레닌그라드 주, +047,リペツク州,Lipetsk,Lipetsk,Oblast Lipezk,Regione di Lipeck,Región de Lípetsk,利佩茨克州,리페츠크 주, +048,マガダン州,Magadan,Magadan,Oblast Magadan,Regione di Magadan,Región de Magadán,马加丹州,마가단 주, +049,マリ・エル共和国,Mariy-El,Maris,Republik Mari El,Repubblica di Mari-El,República de Mari-El,马里-埃尔共和国,마리옐 공화국, +050,モルドヴィア共和国,Mordovia,Mordovie,Republik Mordwinien,Repubblica di Mordovia,República de Mordovia,莫尔多瓦社会主义共和国,모르도바 공화국, +051,モスクワ州,Moscow,Moscou (oblast),Oblast Moskau,Regione di Mosca,Región de Moscú,莫斯科州,모스크바 주, +052,ムルマンスク州,Murmansk,Mourmansk,Oblast Murmansk,Regione di Murmansk,Región de Múrmansk,摩尔曼斯克州,무르만스크 주, +053,ネネツ自治管区,Nenets,Nénétsie,Autonomer Kreis der Nenzen,Circondario Autonomo di Nenec,Distrito autónomo de Nenetsia,涅涅茨自治区,네네츠 자치구, +054,ニジニ・ノヴゴロド州,Nizhegorod,Nijni Novgorod,Oblast Nischni Nowgorod,Regione di Nižnij Novgorod,Región de Nizhni Nóvgorod,下诺夫哥罗德州,니제고로드 주, +055,ノヴゴロド州,Novgorod,Novgorod,Oblast Nowgorod,Regione di Novgorod,Región de Nóvgorod,诺夫哥罗德州,노브고로드 주, +056,ノヴォシビルスク州,Novosibirsk,Novossibirsk,Oblast Nowosibirsk,Regione di Novosibirsk,Región de Novosibirsk,新西伯利亚州,노보시비르스크 주, +057,オムスク州,Omsk,Omsk,Oblast Omsk,Regione di Omsk,Región de Omsk,鄂木斯克州,옴스크 주, +058,オレンブルク州,Orenburg,Orenbourg,Oblast Orenburg,Regione di Orenburg,Región de Oremburgo,奥伦堡州,오렌부르크 주, +059,オリョール州,Orel,Orel,Oblast Orjol,Regione di Orël,Región de Oriol,奥廖尔州,오룔 주, +060,ペンザ州,Penza,Penza,Oblast Pensa,Regione di Penza,Región de Penza,奔萨州,펜자 주, +061,ペルミ地方,Perm',Perm,Region Perm,Territorio di Perm',Territorio de Perm,彼尔姆边疆区,페름 지방, +062,沿海地方,Primor'ye,Primorie,Region Primorje,Territorio del Litorale,Territorio de Primorie,滨海边疆区,프리모르스키 지방, +063,プスコフ州,Pskov,Pskov,Oblast Pskow,Regione di Pskov,Región de Pskov,普斯科夫州,프스코프 부, +064,ロストフ州,Rostov,Rostov,Oblast Rostow,Regione di Rostov,Región de Rostov,罗斯托夫州,로스토프 주, +065,リャザン州,Ryazan',Riazan,Oblast Rjasan,Regione di Rjazan',Región de Riazán,梁赞州,랴잔 주, +066,サハ共和国,Sakha,Sakha (Iakoutie),Republik Sacha (Jakutien),Repubblica di Sacha (Jacuzia),República de Sajá (Yakutia),萨哈共和国,사하 공화국, +067,サハリン州,Sakhalin,Sakhaline,Oblast Sachalin,Regione di Sachalin,Región de Sajalín,萨哈林州,사할린 주, +068,サマラ州,Samara,Samara,Oblast Samara,Regione di Samara,Región de Samara,萨马拉州,사마라 주, +069,サンクトペテルブルク市,St. Petersburg,Saint-Pétersbourg,Sankt Petersburg,San Pietroburgo,San Petersburgo,圣彼得堡市,상트페테르부르크 주, +070,サラトフ州,Saratov,Saratov,Oblast Saratow,Regione di Saratov,Región de Sarátov,萨拉托夫州,사라토프 주, +071,北オセチア共和国,North Ossetia,Ossétie-du-Nord-Alanie,Republik Nordossetien-Alanien,Repubblica dell'Ossezia Settentrionale-Alania,República de Osetia del Norte-Alania,北奥塞梯-阿兰社会主义共和国,북오세티야 공화국, +072,スモレンスク州,Smolensk,Smolensk,Oblast Smolensk,Regione di Smolensk,Región de Smolensk,斯摩棱斯克州,스몰렌스크 주, +073,スタヴロポリ地方,Stavropol',Stavropol,Region Stawropol,Territorio di Stavropol',Territorio de Stávropol,斯塔夫罗波尔边疆区,스타브로폴 지방, +074,スヴェルドロフスク州,Sverdlovsk,Sverdlovsk,Oblast Swerdlowsk,Regione di Sverdlovsk,Región de Sverdlovsk,斯维尔德洛夫斯克州,스베르들롭스크 주, +075,タンボフ州,Tambov,Tambov,Oblast Tambow,Regione di Tambov,Región de Tambov,坦波夫州,탐보프 주, +076,タタールスタン共和国,Tatarstan,Tatarstan,Republik Tatarstan,Repubblica del Tatarstan,República de Tartaristán,鞑靼斯坦共和国,타타르 공화국, +077,トムスク州,Tomsk,Tomsk,Oblast Tomsk,Regione di Tomsk,Región de Tomsk,托木斯克州,톰스크 주, +078,トゥーラ州,Tula,Toula,Oblast Tula,Regione di Tula,Región de Tula,图拉州,툴라 주, +079,トヴェリ州,Tver',Tver,Oblast Twer,Regione di Tver,Región de Tver,特维尔州,트베리 주, +080,チュメニ州,Tyumen',Tioumen,Oblast Tjumen,Regione di Tjumen',Región de Tiumén,秋明州,튜멘 주, +081,トゥヴァ共和国,Tuva,Touva,Republik Tuwa,Repubblica di Tuva,República de Tuvá,特瓦共和国,투바 공화국, +082,ウドムルト共和国,Udmurt,Oudmourtie,Republik Udmurtien,Repubblica Udmurta,República de Udmurtia,乌德穆尔特共和国,우드무르트 공화국, +083,ウリヤノフスク州,Ul'yanovsk,Oulianovsk,Oblast Uljanowsk,Regione di Ul'janovsk,Región de Uliánovsk,乌里扬诺夫斯克州,울리야놉스크 주, +084,ヴラジーミル州,Vladimir,Vladimir,Oblast Wladimir,Regione di Vladimir,Región de Vladímir,弗拉基米尔州,블라디미르 주, +085,ヴォルゴグラード州,Volgograd,Volgograd,Oblast Wolgograd,Regione di Volgograd,Región de Volgogrado,伏尔加格勒州,볼고그라드 주, +086,ヴォログダ州,Vologda,Vologda,Oblast Wologda,Regione di Vologda,Región de Vólogda,沃洛格达州,볼로그다 주, +087,ヴォロネジ州,Voronezh,Voronej,Oblast Woronesch,Regione di Voronež,Región de Vorónezh,沃罗涅什州,보로네시 주, +088,ヤマロ・ネネツ自治管区,Yamal-Nenets,Iamalie,Autonomer Kreis der Jamal-Nenzen,Circondario Autonomo Jamalo-Nenec,Distrito autónomo de Yamalo-Nénets,亚马尔-涅涅茨自治区,야말로네네츠 자치구, +089,ヤロスラヴリ州,Yaroslavl',Iaroslavl,Oblast Jaroslawl,Regione di Jaroslavl',Región de Yaroslavl,雅罗斯拉夫尔州,야로슬라블 주, +090,ユダヤ自治州,Yevrey,Oblast autonome juif,Jüdisches Autonomes Gebiet,Regione Autonoma Ebraica,Región Autónoma Hebrea,犹太自治州,유태인 자치주, +091,ザバイカリエ地方,Zabaykal'ye,Transbaïkalie,Region Transbaikalien,Territorio della Transbajkalia,Territorio de Zabaikalie,外贝加尔边疆区,자바이칼 지방, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_101.txt b/Ledybot/locale/sr_ID/sr_101.txt new file mode 100644 index 0000000..044a720 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_101.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,セルビア・コソヴォ,Serbia and Kosovo,Serbie et Kosovo,Serbien und Kosovo,Serbia e Kosovo,Serbia y Kosovo,塞尔维亚及科索沃,세르비아 코소보, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_102.txt b/Ledybot/locale/sr_ID/sr_102.txt new file mode 100644 index 0000000..a89e82a --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_102.txt @@ -0,0 +1,10 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ブラティスラバ,Bratislava,Bratislava,Bratislava,Bratislava,Bratislava,布拉迪斯拉发州,브라티슬라바, +003,バンスカ・ビストリツァ,Banská Bystrica,Banská Bystrica,Banská Bystrica,Banská Bystrica,Banská Bystrica,班斯卡-比斯特里察州,반스카비스트리차, +004,コシツェ,Košice,Košice,Košice,Košice,Košice,科希策州,코시체, +005,二トラ,Nitra,Nitra,Nitra,Nitra,Nitra,尼特拉州,니트라, +006,プレショフ,Prešov,Prešov,Prešov,Prešov,Prešov,普雷绍夫州,프레쇼프, +007,トレンチーン,Trencín,Trenčín,Trenčín,Trenčín,Trenčín,特伦钦州,트렌친, +008,トルナバ,Trnava,Trnava,Trnava,Trnava,Trnava,特尔纳瓦州,트르나바, +009,ジリナ,Žilina,Žilina,Žilina,Žilina,Žilina,日利纳州,질리나, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_103.txt b/Ledybot/locale/sr_ID/sr_103.txt new file mode 100644 index 0000000..6e0ea87 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_103.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,スロベニア,Slovenia,Slovénie,Slowenien,Slovenia,Eslovenia,斯洛文尼亚,슬로베니아, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_104.txt b/Ledybot/locale/sr_ID/sr_104.txt new file mode 100644 index 0000000..be7b8e1 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_104.txt @@ -0,0 +1,11 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ハウテン州,Gauteng,Gauteng,Gauteng,Gauteng,Gauteng,豪登省,하우텡 주, +003,ウェスタン・ケープ州,Western Cape,Cap-Occidental,Westkap,Capo Occidentale,Cabo Occidental,西开普省,웨스턴케이프 주, +004,ノーザン・ケープ州,Northern Cape,Cap-du-Nord,Nordkap,Capo Settentrionale,Cabo Septentrional,北开普省,노던케이프 주, +005,イースタン・ケープ州,Eastern Cape,Cap-Oriental,Ostkap,Capo Orientale,Cabo Oriental,东开普省,이스턴케이프 주, +006,クワズールー・ナタール州,KwaZulu-Natal,KwaZulu-Natal,KwaZulu-Natal,KwaZulu-Natal,KwaZulu-Natal,夸祖鲁-纳塔尔省,콰줄루나탈 주, +007,フリー・ステート州,Free State,État-Libre,Freistaat,Stato Libero,Estado Libre,自由邦省,프리스테이트 주, +008,ノース・ウェスト州,North West,Nord-Ouest,Nordwest,Provincia del Nordovest,Noroeste,西北省,노스웨스트 주, +009,ムプマランガ州,Mpumalanga,Mpumalanga,Mpumalanga,Mpumalanga,Mpumalanga,普马兰加省,음푸말랑가 주, +010,リンポポ州,Limpopo,Limpopo,Limpopo,Limpopo,Limpopo,林波波省,림포푸 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_105.txt b/Ledybot/locale/sr_ID/sr_105.txt new file mode 100644 index 0000000..a7860ef --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_105.txt @@ -0,0 +1,21 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,マドリード州,Madrid,Madrid,Madrid,Madrid,Madrid,马德里自治区,마드리드 주, +003,アンダルシーア州,Andalusia,Andalousie,Andalusien,Andalusia,Andalucía,安达卢西亚自治区,안달루시아 주, +004,アラゴン州,Aragon,Aragon,Aragonien,Aragona,Aragón,阿拉贡自治区,아라곤 주, +005,アストゥーリアス州,Principality of Asturias,Asturies,Asturien,Principato delle Asturie,Asturias,阿斯图利亚斯自治区,아스투리아스 주, +006,バレアーレス諸島,Balearic Islands,Îles Baléares,Balearische Inseln,Baleari,Illes Balears,巴利阿里自治区,발레아레스 제도, +007,カナリア諸島,Canary Islands,Îles Canaries,Kanarische Inseln,Canarie,Canarias,加那利自治区,카나리아 제도, +008,カンタブリア州,Cantabria,Cantabrie,Kantabrien,Cantabria,Cantabria,坎塔布利亚自治区,칸타브리아 주, +009,カスティーリャ・ラ・マンチャ,Castile-La Mancha,Castille-La Manche,Kastilien-La Mancha,Castiglia-La Mancha,Castilla-La Mancha,卡斯蒂利亚-拉曼恰自治区,카스티야라만차, +010,カスティーリャ・レオン,Castilla y León,Castille-et-León,Kastilien-León,Castiglia e León,Castilla y León,卡斯蒂利亚-莱昂自治区,카스티야이레온, +011,カタルーニャ,Catalonia,Catalogne,Katalonien,Catalogna,Cataluña,加泰罗尼亚自治区,카탈루냐, +012,バレンシア州,Valencia,Valence,Valencia,Comunità Valenciana,Comunitat Valenciana,巴伦西亚自治区,발렌시아 주, +013,エストレマドゥーラ,Extremadura,Estrémadure,Extremadura,Estremadura,Extremadura,埃斯特雷马杜拉自治区,에스트레마두라, +014,ガリーシア,Galicia,Galice,Galicien,Galizia,Galicia,加利西亚自治区,갈리시아, +015,ムルシア州,Murcia,Murcie,Murcia,Murcia,Murcia,穆尔西亚自治区,무르시아 주, +016,ナバーラ州,Navarre,Navarre,Navarra,Navarra,Navarra,纳瓦拉自治区,나바라 주, +017,バスク,Basque Country,Pays basque,Baskenland,Paesi Baschi,País Vasco,巴斯克自治区,바스크, +018,ラ・リオハ州,La Rioja,La Rioja,La Rioja,La Rioja,La Rioja,拉里奥哈自治区,라리오하, +019,セウタ,Ceuta,Ceuta,Ceuta,Ceuta,Ceuta,休达,세우타, +020,メリラ,Melilla,Melilla,Melilla,Melilla,Melilla,梅利利亚,멜리야, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_106.txt b/Ledybot/locale/sr_ID/sr_106.txt new file mode 100644 index 0000000..1c8d9a1 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_106.txt @@ -0,0 +1,6 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ホホ,Hhohho,Hhohho,Hhohho,Hhohho,Hhohho,霍霍区,호호, +003,ルボンボ,Lubombo,Lubombo,Lubombo,Lubombo,Lubombo,卢邦博区,로밤바, +004,マンジニ,Manzini,Manzini,Manzini,Manzini,Manzini,曼齐尼区,만지니, +005,シセルウェニ,Shiselweni,Shiselweni,Shiselweni,Shiselweni,Shiselweni,希塞卢韦尼区,시셀웨니, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_107.txt b/Ledybot/locale/sr_ID/sr_107.txt new file mode 100644 index 0000000..13c36bb --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_107.txt @@ -0,0 +1,23 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ストックホルム州,Stockholm County,Stockholm,Stockholms län,Stoccolma,Estocolmo,斯德哥尔摩省,스톡홀름 주, +003,スコーネ州,Skåne County,Skåne,Skåne län,Scania,Escania,斯科耐省,스코네 주, +004,ヴェストラ・イェータランド州,Västra Götaland County,Västra Götaland,Västra Götalands län,Västra Götaland,Västra Götaland,西约特兰省,베스트라예탈란드 주, +005,エステルイェトランド州,Östergötland County,Östergötland,Östergötlands län,Östergötland,Östergötland,东约特兰省,외스테르예틀란드 주, +006,セーデルマンランド州,Södermanland County,Södermanland,Södermanlands län,Södermanland,Södermanland,南曼兰省,쇠데르만란드 주, +007,ベルムランド州,Värmland County,Värmland,Värmlands län,Värmland,Värmland,韦姆兰省,베름란드 주, +008,ウプサラ州,Uppsala County,Uppsala,Uppsala län,Uppsala,Uppsala,乌普萨拉省,웁살라 주, +009,イェーブレボリ州,Gävleborg County,Gävleborg,Gävleborgs län,Gävleborg,Gävleborg,耶夫勒堡省,예블레보리 주, +010,ベステルボッテン州,Västerbotten County,Västerbotten,Västerbottens län,Västerbotten,Västerbotten,西博滕省,베스테르보텐 주, +011,ノルボッテン州,Norrbotten County,Norrbotten,Norrbottens län,Norrbotten,Norrbotten,北博滕省,노르보텐 주, +012,ゴトランド州,Gotland Island,Gotland,Gotlands Iän,Gotland,Gotland,哥得兰省,고틀란드 주, +013,イェムトランド州,Jämtland County,Jämtland,Jämtlands län,Jämtland,Jämtland,耶姆特兰省,옘틀란드 주, +014,ダーラナ州,Dalarna County,Dalarna,Dalarnas län,Dalarna,Dalarna,达拉纳省,달라르나 주, +015,ブレーキンゲ州,Blekinge County,Blekinge,Blekinge län,Blekinge,Blekinge,布莱金厄省,블레킹에 주, +016,エレブルー州,Örebro County,Örebro,Örebro län,Örebro,Örebro,厄勒布鲁省,외레브로 주, +017,ベステルノルランド州,Västernorrland County,Västernorrland,Västernorrlands län,Västernorrland,Västernorrland,西诺尔兰省,베스테르노를란드 주, +018,イェンチェピング州,Jönköping County,Jönköping,Jönköpings län,Jönköping,Jönköping,延雪平省,옌셰핑 주, +019,クロノベリ州,Kronoberg County,Kronoberg,Kronobergs län,Kronoberg,Kronoberg,克鲁努贝里省,크로노베리 주, +020,カルマル州,Kalmar County,Kalmar,Kalmar län,Kalmar,Kalmar,卡尔马省,칼마르 주, +021,ベストマンランド州,Västmanland County,Västmanland,Västmanlands län,Västmanland,Västmanland,西曼兰省,베스트만란드 주, +022,ハランド州,Halland County,Halland,Hallands län,Halland,Halland,哈兰省,할란드 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_108.txt b/Ledybot/locale/sr_ID/sr_108.txt new file mode 100644 index 0000000..a4b76c0 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_108.txt @@ -0,0 +1,28 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ベルン州,Bern,Berne,Bern,Berna,Berna,伯尔尼州,베른 주, +004,アールガウ州,Aargau,Argovie,Aargau,Argovia,Argovia,阿尔高州,아르가우 주, +005,バーゼル=シュタット準州,Basel-City,Bâle-Ville,Basel-Stadt,Basilea Città,Ciudad de Basilea,巴塞尔州,바젤, +006,フリブール州,Fribourg,Fribourg,Freiburg,Friburgo,Friburgo,弗里堡州,프리부르 주, +007,ジュネーヴ州,Geneva,Genève,Genf,Ginevra,Ginebra,日内瓦州,제네바 주, +008,グラールス州,Glarus,Glaris,Glarus,Glarona,Glaris,格拉鲁斯州,글라루스 주, +009,グラウビュンデン州,Graubünden,Grisons,Graubünden,Grigioni,Grisones,格劳宾登州,그라우뷘덴 주, +010,ジュラ州,Jura,Jura,Jura,Giura,Jura,汝拉州,쥐라 주, +011,ルツェルン州,Luzern,Lucerne,Luzern,Lucerna,Lucerna,卢塞恩州,루체른 주, +012,ヌシャテル州,Neuchâtel,Neuchâtel,Neuenburg,Neuchâtel,Neuchâtel,纳沙泰尔州,뇌샤텔 주, +013,オプバルデン準州,Obwalden,Obwald,Obwalden,Obvaldo,Obwalden,上瓦尔登半州,옵발덴 주, +014,ザンクト・ガレン州,St. Gallen,Saint-Gall,Sankt Gallen,San Gallo,Sankt Gallen,圣加仑州,장크트갈렌 주, +015,シャフハウゼン州,Schaffhausen,Schaffhouse,Schaffhausen,Sciaffusa,Schaffhausen,沙夫豪森州,샤프하우젠 주, +016,シュビーツ州,Schwyz,Schwytz,Schwyz,Svitto,Schwyz,施维茨州,슈비츠 주, +017,ゾーロトゥルン州,Solothurn,Soleure,Solothurn,Soletta,Soleura,索洛图恩州,졸로투른 주, +018,トゥールガウ州,Thurgau,Thurgovie,Thurgau,Turgovia,Turgovia,图尔高州,투르가우 주, +019,ティチーノ州,Ticino,Tessin,Tessin,Ticino,Tesino,提契诺州,티치노 주, +020,ウーリ州,Uri,Uri,Uri,Uri,Uri,乌里州,우리 주, +021,バレー州,Valais,Valais,Wallis,Vallese,Valais,瓦莱州,발레 주, +022,ボー州,Vaud,Vaud,Waadt,Vaud,Vaud,沃州,보 주, +023,ツーク州,Zug,Zoug,Zug,Zugo,Zug,楚格州,추크 주, +024,チューリヒ州,Zurich,Zurich,Zürich,Zurigo,Zúrich,苏黎世州,취리히 주, +025,アッペンツェル・アウサーローデン準州,Appenzell Outer Rhodes,Appenzell Rhodes-Extérieures,Appenzell Ausserrhoden,Appenzello Esterno,Appenzell Rodas Exteriores,外阿彭策尔半州,아펜첼아우서로덴 주, +026,アッペンツェル・インナーローデン準州,Appenzell Inner Rhodes,Appenzell Rhodes-Intérieures,Appenzell Innerrhoden,Appenzello Interno,Appenzell Rodas Interiores,内阿彭策尔半州,아펜첼이너로덴 주, +027,バーゼル=ラント準州,Basel-Landschaft,Bâle-Campagne,Basel-Landschaft,Basilea Campagna,Basilea-Campiña,巴塞尔乡村半州,바젤란트 주, +028,ニトバルデン準州,Nidwalden,Nidwald,Nidwalden,Nidvaldo,Nidwalden,下瓦尔登半州,니트발덴 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_109.txt b/Ledybot/locale/sr_ID/sr_109.txt new file mode 100644 index 0000000..ef3fd47 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_109.txt @@ -0,0 +1,83 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,アンカラ県,Ankara,Ankara,Ankara,Ankara,Ankara,安卡拉省,앙카라 주, +003,イスタンブル県,İstanbul,İstanbul,İstanbul,Istanbul,Estambul,伊斯坦布尔省,이스탄불 주, +004,イズミル県,İzmir,İzmir,İzmir,Smirne,İzmir,伊兹密尔省,이즈미르 주, +005,ブルサ県,Bursa,Bursa,Bursa,Bursa,Bursa,布尔萨省,부르사 주, +006,アダナ県,Adana,Adana,Adana,Adana,Adana,阿达纳省,아다나 주, +007,ガジアンテプ県,Gaziantep,Gaziantep,Gaziantep,Gaziantep,Gaziantep,加济安泰普省,가지안테프 주, +008,コニヤ県,Konya,Konya,Konya,Konya,Konya,科尼亚省,코니아 주, +009,アンタリヤ県,Antalya,Antalya,Antalya,Adalia,Antalya,安塔利亚省,안탈리아 주, +010,ディヤルバクル県,Diyarbakır,Diyarbakır,Diyarbakır,Diyarbakır,Diyarbakır,迪亚巴克尔省,디야르바키르 주, +011,メルシン県,Mersin,Mersin,Mersin,Mersin,Mersin,梅尔辛省,메르신 주, +012,カイセリ県,Kayseri,Kayseri,Kayseri,Kayseri,Kayseri,开塞利省,카이세리 주, +014,シャンルウルファ県,Şanlıurfa,Şanlıurfa,Şanlıurfa,Şanlıurfa,Şanlıurfa,尚利乌尔法省,샨리우르파 주, +015,マラティヤ県,Malatya,Malatya,Malatya,Malatya,Malatya,马拉蒂亚省,말라티아 주, +016,エルズルム県,Erzurum,Erzurum,Erzurum,Erzurum,Erzurum,埃尔祖鲁姆省,에르주룸 주, +017,サムスン県,Samsun,Samsun,Samsun,Samsun,Samsun,萨姆松省,삼순 주, +018,ワン県,Van,Van,Van,Van,Van,凡省,반 주, +019,カフラマンマラシュ県,Kahramanmaraş,Kahramanmaraş,Kahramanmaraş,Kahramanmaraş,Kahramanmaraş,卡赫拉曼马拉什省,카라만마라슈 주, +020,デニズリ県,Denizli,Denizli,Denizli,Denizli,Denizli,代尼兹利省,데니즐리 주, +021,バトマン県,Batman,Batman,Batman,Batman,Batman,巴特曼省,바트만 주, +022,エラズー県,Elazığ,Elazığ,Elazığ,Elâzığ,Elazığ,埃拉泽省,엘라지 주, +023,サカリヤ県,Sakarya,Sakarya,Sakarya,Sakarya,Sakarya,萨卡里亚省,사카리아 주, +024,コジャエリ県,Kocaeli,Kocaeli,Kocaeli,Kocaeli,Kocaeli,科贾埃利省,코자엘리 주, +025,シワス県,Sivas,Sivas,Sivas,Sivas,Sivas,锡瓦斯省,시바스 주, +026,マニサ県,Manisa,Manisa,Manisa,Manisa,Manisa,马尼萨省,마니사 주, +027,トラブゾン県,Trabzon,Trabzon,Trabzon,Trebisonda,Trabzon,特拉布宗省,트라브존 주, +028,バルケシル県,Balıkesir,Balıkesir,Balıkesir,Balıkesir,Balıkesir,巴勒克埃西尔省,발리케시르 주, +029,アディヤマン県,Adıyaman,Adıyaman,Adıyaman,Adıyaman,Adıyaman,阿德亚曼省,아디야만 주, +030,テキルダー県,Tekirdağ,Tekirdağ,Tekirdağ,Tekirdağ,Tekirdağ,泰基尔达省,테키르다 주, +031,クルッカレ県,Kırıkkale,Kırıkkale,Kırıkkale,Kırıkkale,Kırıkkale,克勒克卡莱省,키리칼레 주, +032,オスマニエ県,Osmaniye,Osmaniye,Osmaniye,Osmaniye,Osmaniye,奥斯曼尼菲省,오스마니예 주, +033,キュターヤ県,Kütahya,Kütahya,Kütahya,Kütahya,Kütahya,屈塔希亚省,퀴타히아 주, +034,チョルム県,Çorum,Çorum,Çorum,Çorum,Çorum,乔鲁姆省,초룸 주, +035,イスパルタ県,Isparta,Isparta,Isparta,Isparta,Isparta,伊斯帕尔塔省,이스파르타 주, +036,アイドゥン県,Aydın,Aydın,Aydın,Aydın,Aydın,艾登省,아이딘 주, +037,ハタイ県,Hatay,Hatay,Hatay,Hatay,Hatay,哈塔伊省,하타이 주, +038,マルディン県,Mardin,Mardin,Mardin,Mardin,Mardin,马尔丁省,마르딘 주, +039,アクサライ県,Aksaray,Aksaray,Aksaray,Aksaray,Aksaray,阿克萨赖省,악사라이 주, +040,アフィヨンカラヒサール県,Afyonkarahisar,Afyonkarahisar,Afyonkarahisar,Afyonkarahisar,Afyonkarahisar,阿菲永卡拉希萨尔省,아피온카라히사르 주, +041,トカト県,Tokat,Tokat,Tokat,Tokat,Tokat,托卡特省,토카트 주, +042,エディルネ県,Edirne,Edirne,Edirne,Edirne,Edirne,埃迪尔内省,에디르네 주, +043,カラマン県,Karaman,Karaman,Karaman,Karaman,Karaman,卡拉曼省,카라만 주, +044,オルドゥ県,Ordu,Ordu,Ordu,Ordu,Ordu,奥尔杜省,오르두 주, +045,シイルト県,Siirt,Siirt,Siirt,Siirt,Siirt,锡尔特省,시이르트 주, +046,エルジンジャン県,Erzincan,Erzincan,Erzincan,Erzincan,Erzincan,埃尔津詹省,에르진잔 주, +047,チャンクル県,Çankırı,Çankırı,Çankırı,Çankırı,Çankırı,昌克勒省,창키리 주, +048,ゾングルダク県,Zonguldak,Zonguldak,Zonguldak,Zonguldak,Zonguldak,宗古尔达克省,종굴다크 주, +049,ヨズガト県,Yozgat,Yozgat,Yozgat,Yozgat,Yozgat,约兹加特省,요즈가트 주, +050,ウシャク県,Uşak,Uşak,Uşak,Uşak,Uşak,乌萨克省,우샤크 주, +051,アール県,Ağrı,Ağrı,Ağrı,Ağrı,Ağrı,阿勒省,아리 주, +052,アマシヤ県,Amasya,Amasya,Amasya,Amasya,Amasya,阿马西亚省,아마시아 주, +053,アルダハン県,Ardahan,Ardahan,Ardahan,Ardahan,Ardahan,阿尔达罕省,아르다한 주, +054,アルトウィン県,Artvin,Artvin,Artvin,Artvin,Artvin,阿尔特温省,아르트빈 주, +055,バルトゥン県,Bartın,Bartın,Bartın,Bartın,Bartın,巴尔腾省,바르틴 주, +056,バイブルト県,Bayburt,Bayburt,Bayburt,Bayburt,Bayburt,巴伊布尔特省,바이부르트 주, +057,ビレジク県,Bilecik,Bilecik,Bilecik,Bilecik,Bilecik,比莱吉克省,빌레지크 주, +058,ビンギョル県,Bingöl,Bingöl,Bingöl,Bingöl,Bingöl,宾格尔省,빙괼 주, +059,ビトリス県,Bitlis,Bitlis,Bitlis,Bitlis,Bitlis,比特利斯省,비틀리스 주, +060,ボル県,Bolu,Bolu,Bolu,Bolu,Bolu,博卢省,볼루 주, +061,ブルドゥル県,Burdur,Burdur,Burdur,Burdur,Burdur,布尔杜尔省,부르두르 주, +062,チャナッカレ県,Çanakkale,Çanakkale,Çanakkale,Çanakkale,Çanakkale,恰纳卡莱省,차나칼레 주, +063,デュズジェ県,Düzce,Düzce,Düzce,Düzce,Düzce,迪兹杰省,뒤즈제 주, +064,エスキシェヒル県,Eskişehir,Eskişehir,Eskişehir,Eskişehir,Eskişehir,埃斯基谢希尔省,에스키셰히르 주, +065,ギレスン県,Giresun,Giresun,Giresun,Giresun,Giresun,吉雷松省,기레순 주, +066,ギュミュシュハーネ県,Gümüşhane,Gümüşhane,Gümüşhane,Gümüşhane,Gümüşhane,居米什哈内省,귀뮈샤네 주, +067,ハッキャリ県,Hakkari,Hakkari,Hakkâri,Hakkâri,Hakkari,哈卡里省,하카리 주, +068,ウードゥル県,Iğdır,Iğdır,Iğdır,Iğdır,Iğdır,伊迪尔省,이디르 주, +069,カラビュック県,Karabük,Karabük,Karabük,Karabük,Karabük,卡拉比克省,카라뷔크 주, +070,カルス県,Kars,Kars,Kars,Kars,Kars,卡尔斯省,카르스 주, +071,カスタモヌ県,Kastamonu,Kastamonu,Kastamonu,Kastamonu,Kastamonu,卡斯塔莫努省,카스타모누 주, +072,キリス県,Kilis,Kilis,Kilis,Kilis,Kilis,基利斯省,킬리스 주, +073,クルクラーレリ県,Kırklareli,Kırklareli,Kırklareli,Kırklareli,Kırklareli,柯克拉雷利省,키르클라렐리 주, +074,クルシェヒル県,Kırşehir,Kırşehir,Kırşehir,Kırşehir,Kırşehir,克尔谢希尔省,키르셰히르 주, +075,ムーラ県,Muğla,Muğla,Muğla,Muğla,Muğla,穆拉省,물라 주, +076,ムシュ県,Muş,Muş,Muş,Muş,Muş,穆什省,무슈 주, +077,ネヴシェヒル県,Nevşehir,Nevşehir,Nevşehir,Nevşehir,Nevşehir,内夫谢希尔省,네브셰히르 주, +078,ニーデ県,Niğde,Niğde,Niğde,Niğde,Niğde,尼代省,니데 주, +079,リゼ県,Rize,Rize,Rize,Rize,Rize,里泽省,리제 주, +080,シノプ県,Sinop,Sinop,Sinop,Sinope,Sinop,锡诺普省,시노프 주, +081,シュルナク県,Şırnak,Şırnak,Şırnak,Şırnak,Şırnak,锡尔纳克省,시르나크 주, +082,トゥンジェリ県,Tunceli,Tunceli,Tunceli,Tunceli,Tunceli,通杰利省,툰젤리 주, +083,ヤロワ県,Yalova,Yalova,Yalova,Yalova,Yalova,亚罗法省,얄로바 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_110.txt b/Ledybot/locale/sr_ID/sr_110.txt new file mode 100644 index 0000000..16ba36f --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_110.txt @@ -0,0 +1,6 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,イングランド,England,Angleterre,England,Inghilterra,Inglaterra,英格兰,잉글랜드, +004,スコットランド,Scotland,Écosse,Schottland,Scozia,Escocia,苏格兰,스코틀랜드, +005,ウェールズ,Wales,Pays de Galles,Wales,Galles,Gales,威尔士,웨일즈, +006,北アイルランド,Northern Ireland,Irlande du Nord,Nordirland,Irlanda del Nord,Irlanda del Norte,北爱尔兰,북아일랜드, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_111.txt b/Ledybot/locale/sr_ID/sr_111.txt new file mode 100644 index 0000000..1e4f4b8 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_111.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ザンビア,Zambia,Zambie,Sambia,Zambia,Zambia,赞比亚,잠비아, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_112.txt b/Ledybot/locale/sr_ID/sr_112.txt new file mode 100644 index 0000000..80cf6ae --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_112.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ジンバブエ,Zimbabwe,Zimbabwe,Simbabwe,Zimbabwe,Zimbabue,津巴布韦,짐바브웨, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_113.txt b/Ledybot/locale/sr_ID/sr_113.txt new file mode 100644 index 0000000..15640d1 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_113.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,アゼルバイジャン,Azerbaijan,Azerbaïdjan,Aserbaidschan,Azerbaigian,Azerbaiyán,阿塞拜疆,아제르바이잔, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_114.txt b/Ledybot/locale/sr_ID/sr_114.txt new file mode 100644 index 0000000..d87372b --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_114.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,モーリタニア,Mauritania,Mauritanie,Mauretanien,Mauritania,Mauritania,毛里塔尼亚,모리타니, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_115.txt b/Ledybot/locale/sr_ID/sr_115.txt new file mode 100644 index 0000000..f270f8e --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_115.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,マリ,Mali,Mali,Mali,Mali,Malí,马里,말리, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_116.txt b/Ledybot/locale/sr_ID/sr_116.txt new file mode 100644 index 0000000..6859cb5 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_116.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ニジェール,Niger,Niger,Niger,Niger,Níger,尼日尔,니제르, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_117.txt b/Ledybot/locale/sr_ID/sr_117.txt new file mode 100644 index 0000000..27750d6 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_117.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,チャド,Chad,Tchad,Tschad,Ciad,Chad,乍得,차드, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_118.txt b/Ledybot/locale/sr_ID/sr_118.txt new file mode 100644 index 0000000..c1a4ffc --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_118.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,スーダン,Sudan,Soudan,Sudan,Sudan,Sudán,苏丹,수단, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_119.txt b/Ledybot/locale/sr_ID/sr_119.txt new file mode 100644 index 0000000..1fe7fa9 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_119.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,エリトリア,Eritrea,Érythrée,Eritrea,Eritrea,Eritrea,厄立特里亚,에리트레아, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_120.txt b/Ledybot/locale/sr_ID/sr_120.txt new file mode 100644 index 0000000..9119374 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_120.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ジブチ,Djibouti,Djibouti,Dschibuti,Gibuti,Yibuti,吉布提,지부티, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_121.txt b/Ledybot/locale/sr_ID/sr_121.txt new file mode 100644 index 0000000..616c100 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_121.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ソマリア,Somalia,Somalie,Somalia,Somalia,Somalia,索马里,소말리아, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_122.txt b/Ledybot/locale/sr_ID/sr_122.txt new file mode 100644 index 0000000..415afe2 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_122.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,アンドラ,Andorra,Andorre,Andorra,Andorra,Andorra,安道尔,안도라, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_123.txt b/Ledybot/locale/sr_ID/sr_123.txt new file mode 100644 index 0000000..0e09c9e --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_123.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ジブラルタル,Gibraltar,Gibraltar,Gibraltar,Gibilterra,Gibraltar,直布罗陀,지브롤터, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_124.txt b/Ledybot/locale/sr_ID/sr_124.txt new file mode 100644 index 0000000..d4e5f0c --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_124.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ガーンジー島,Guernsey,Guernesey,Guernsey,Guernsey,Guernsey,根西,건지 섬, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_125.txt b/Ledybot/locale/sr_ID/sr_125.txt new file mode 100644 index 0000000..58edaf4 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_125.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,マン島,Isle of Man,Île de Man,Isle of Man,Isola di Man,Isla de Man,马恩岛,맨 섬, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_126.txt b/Ledybot/locale/sr_ID/sr_126.txt new file mode 100644 index 0000000..854f211 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_126.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ジャージー島,Jersey,Jersey,Jersey,Jersey,Jersey,泽西,저지 섬, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_127.txt b/Ledybot/locale/sr_ID/sr_127.txt new file mode 100644 index 0000000..73ca9d2 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_127.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,モナコ,Monaco,Monaco,Monaco,Monaco (Principato di),Mónaco,摩纳哥,모나코, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_128.txt b/Ledybot/locale/sr_ID/sr_128.txt new file mode 100644 index 0000000..17476a2 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_128.txt @@ -0,0 +1,24 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,台北市,Taipei City,Taipei,Taipeh,Taipei,Taipéi,-,타이베이, +003,高雄市,Kaohsiung City,Kaohsiung,Kaohsiung,Kaohsiung,Condado de Kaohsiung,-,가오슝, +004,基隆市,Keelung City,Keelung,Keelung,Keelung,Keelung,-,지룽, +005,新竹市,Hsinchu City,Hsinchu,Hsinchu,Hsinchu,Hsinchu,-,신주, +006,台中市,Taichung City,Taichung,Taichung,Taichung,Taichung,-,타이중, +007,嘉義市,Chiayi City,Chiayi,Chiayi,Chiayi,Chiayi,-,자이, +008,台南市,Tainan City,Tainan,Tainan,Tainan,Tainan,-,타이난, +009,新北市,New Taipei City,Nouveau Taipei,Xinbei,New Taipei,Nuevo Taipéi,-,신베이, +010,桃園県,Taoyuan County,Taoyuan (comté de),Kreis Taoyuan,Contea di Taoyuan,Condado de Taoyuan,-,타오위안 현, +011,新竹県,HsinChu County,Hsinchu (comté de),Kreis Hsinchu,Contea di HsinChu,Condado de Hsinchu,-,신주 현, +012,苗栗県,Miaoli County,Miaoli (comté de),Kreis Miaoli,Contea di Miaoli,Distrito de Miaoli,-,먀오리 현, +014,彰化県,Changhua County,Changhua (comté de),Kreis Changhua,Contea di Changhua,Condado de Changhua,-,장화 현, +015,南投県,Nantou County,Nantou (comté de),Kreis Nantou,Contea di Nantou,Condado de Nantou,-,난터우 현, +016,雲林県,Yunlin County,Yunlin (comté de),Kreis Yunlin,Contea di Yunlin,Condado de Yunlin,-,윈린 현, +017,嘉義県,Chiayi County,Chiayi (comté de),Kreis Chiayi,Contea di Chiayi,Condado de Chiayi,-,자이 현, +020,屏東県,Pingtung County,Pingtung (comté de),Kreis Pingtung,Contea di Pingtung,Condado de Pingtung,-,핑둥 현, +021,宜蘭県,Yilan County,Ilan (comté de),Kreis Yilan,Contea di Yilan,Condado de Yilan,-,이란 현, +022,花蓮県,Hualien County,Hualien (comté de),Kreis Hualien,Contea di Hualien,Condado de Hualien,-,화롄 현, +023,台東県,Taitung County,Taitung (comté de),Kreis Taitung,Contea di Taitung,Condado de Taitung,-,타이둥 현, +024,澎湖県,Penghu County,Penghu (comté de),Kreis Penghu,Contea di Penghu,Islas Pescadores,-,펑후 현, +025,金門県,Kinmen County,Kinmen (comté de),Kreis Kinmen,Contea di Kinmen,Condado de Kinmen,-,진먼 현, +026,連江県,Lienchiang County,Lienchiang (comté de),Kreis Lienchiang,Contea di Lienchiang,Condado de Lienchiang,-,롄장 현, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_136.txt b/Ledybot/locale/sr_ID/sr_136.txt new file mode 100644 index 0000000..1c31def --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_136.txt @@ -0,0 +1,18 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,ソウル特別市,Seoul-teukbyeolsi,Séoul,Seoul,Seoul,Seúl,首尔特别市,서울특별시, +003,プサン広域市,Busan-gwangyeoksi,Pusan,Busan,Busan,Busán,釜山广域市,부산광역시, +004,テグ広域市,Daegu-gwangyeoksi,Daegu,Daegu,Daegu,Daegu,大邱广域市,대구광역시, +005,インチョン広域市,Incheon-gwangyeoksi,Incheon,Incheon,Incheon,Incheon,仁川广域市,인천광역시, +006,クァンジュ広域市,Gwangju-gwangyeoksi,Gwangju,Gwangju,Gwangju,Gwangju,光州广域市,광주광역시, +007,テジョン広域市,Daejeon-gwangyeoksi,Daejeon,Daejeon,Daejeon,Daejeon,大田广域市,대전광역시, +008,ウルサン広域市,Ulsan-gwangyeoksi,Ulsan,Ulsan,Ulsan,Ulsan,蔚山广域市,울산광역시, +009,キョンギ道,Gyeonggi-do,Gyeonggi,Gyeonggi-do,Gyeonggi,Gyeonggi,京畿道,경기도, +010,カンウォン道,Gangwon-do,Gangwon,Gangwon-do,Gangwon,Gangwon,江原道,강원도, +011,チュンチョンブク道,Chungcheongbuk-do,Chungcheong du Nord,Chungcheongbuk-do,Chungcheong Settentrionale,Chungcheong del Norte,忠清北道,충청북도, +012,チュンチョンナム道,Chungcheongnam-do,Chungcheong du Sud,Chungcheongnam-do,Chungcheong Meridionale,Chungcheong del Sur,忠清南道,충청남도, +013,チョルラブク道,Jeollabuk-do,Jeolla du Nord,Jeollabuk-do,Jeolla Settentrionale,Jeolla del Norte,全罗北道,전라북도, +014,チョルラナム道,Jeollanam-do,Jeolla du Sud,Jeollanam-do,Jeolla Meridionale,Jeolla del Sur,全罗南道,전라남도, +015,キョンサンブク道,Gyeongsangbuk-do,Gyeongsang du Nord,Gyeongsangbuk-do,Gyeongsang Settentrionale,Gyeongsang del Norte,庆尚北道,경상북도, +016,キョンサンナム道,Gyeongsangnam-do,Gyeongsang du Sud,Gyeongsangnam-do,Gyeongsang Meridionale,Gyeongsang del Sur,庆尚南道,경상남도, +017,チェジュ特別自治道,Jeju-teukbyeoljachido,Jeju,Jeju-do,Jeju,Jeju,济州特别自治道,제주특별자치도, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_144.txt b/Ledybot/locale/sr_ID/sr_144.txt new file mode 100644 index 0000000..f7f46b3 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_144.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,ホンコン,Hong Kong,Hong Kong,Hongkong,Hong Kong,Hong Kong,中国 香港,홍콩, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_153.txt b/Ledybot/locale/sr_ID/sr_153.txt new file mode 100644 index 0000000..0750d68 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_153.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,シンガポール,Singapore,Singapour,Singapur,Singapore,Singapur,新加坡,싱가포르, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_156.txt b/Ledybot/locale/sr_ID/sr_156.txt new file mode 100644 index 0000000..d883ffb --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_156.txt @@ -0,0 +1,18 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,クアラ・ルンプール,Kuala Lumpur,Kuala Lumpur,Kuala Lumpur,Kuala Lumpur,Kuala Lumpur,吉隆坡联邦直辖区,쿠알라룸푸르, +003,ジョホール州,Johor,Johor,Johor,Johor,Johor,柔佛州,조호르 주, +004,ケダ州,Kedah,Kedah,Kedah,Kedah,Kedah,吉打州,케다 주, +005,ケランタン州,Kelantan,Kelantan,Kelantan,Kelantan,Kelantan,吉兰丹州,켈란탄 주, +006,マラッカ州,Melaka,Malacca,Malakka,Malacca,Melaka,马六甲州,믈라카 주, +007,ヌグリ・センビラン州,Negeri Sembilan,Negeri Sembilan,Negeri Sembilan,Negeri Sembilan,Negeri Sembilan,森美兰州,느그리슴빌란 주, +008,パハン州,Pahang,Pahang,Pahang,Pahang,Pahang,彭亨州,파항 주, +009,ペラ州,Perak,Perak,Perak,Perak,Perak,霹雳州,페라크 주, +010,ペルリス州,Perlis,Perlis,Perlis,Perlis,Perlis,玻璃市州,페를리스 주, +011,ピナン州,Penang,Penang,Penang,Penang,Penang,槟榔屿州,피낭 주, +012,サラワク州,Sarawak,Sarawak,Sarawak,Sarawak,Sarawak,沙捞越州,사라왁 주, +013,セランゴール州,Selangor,Selangor,Selangor,Selangor,Selangor,雪兰莪州,셀랑고르 주, +014,トレンガヌ州,Terengganu,Terengganu,Terengganu,Terengganu,Terengganu,丁加奴州,트렝가누 주, +015,ラブアン,Labuan,Labuan,Labuan,Labuan,Labuan,纳闽联邦直辖区,라부안, +016,サバ州,Sabah,Sabah,Sabah,Sabah,Sabah,沙巴州,사바 주, +017,プトラジャヤ,Putrajaya,Putrajaya,Putrajaya,Putrajaya,Putrajaya,布城联邦直辖区,푸트라자야, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_160.txt b/Ledybot/locale/sr_ID/sr_160.txt new file mode 100644 index 0000000..258d026 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_160.txt @@ -0,0 +1,33 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,北京市,Beijing,Pékin,Peking,Pechino,Pekín,北京市,베이징, +003,重慶市,Chongqing,Chongqing,Chongqing,Chongqing,Chongqing,重庆市,충칭, +004,上海市,Shanghai,Shanghai,Shanghai,Shanghai,Shanghái,上海市,상하이, +005,天津市,Tianjin,Tianjin,Tianjin,Tientsin,Tianjin,天津市,톈진, +006,安徽省,Anhui,Anhui,Anhui,Anhui,Anhui,安徽省,안후이 성, +007,福建省,Fujian,Fujian,Fujian,Fujian,Fujian,福建省,푸젠 성, +008,甘粛省,Gansu,Gansu,Gansu,Gansu,Gansu,甘肃省,간쑤 성, +009,広東省,Guangdong,Guangdong,Guangdong,Guangdong,Cantón,广东省,광둥 성, +010,貴州省,Guizhou,Guizhou,Guizhou,Guizhou,Guizhou,贵州省,구이저우 성, +011,海南省,Hainan,Hainan,Hainan,Hainan,Hainan,海南省,하이난 성, +012,河北省,Hebei,Hebei,Hebei,Hebei,Hebei,河北省,허베이 성, +013,黒龍江省,Heilongjiang,Heilongjiang,Heilongjiang,Heilongjiang,Heilongjiang,黑龙江省,헤이룽장 성, +014,河南省,Henan,Henan,Henan,Henan,Henan,河南省,허난 성, +015,湖北省,Hubei,Hubei,Hubei,Hubei,Hubei,湖北省,후베이 성, +016,湖南省,Húnán,Hunan,Hunan,Hunan,Hunan,湖南省,후난 성, +017,江蘇省,Jiangsu,Jiangsu,Jiangsu,Jiangsu,Jiangsu,江苏省,장쑤 성, +018,江西省,Jiangxi,Jiangxi,Jiangxi,Jiangxi,Jiangxi,江西省,장시 성, +019,吉林省,Jilin,Jilin,Jilin,Jilin,Jilin,吉林省,지린 성, +020,遼寧省,Liaoning,Liaoning,Liaoning,Liaoning,Liaoning,辽宁省,랴오닝 성, +021,青海省,Qinghai,Qinghai,Qinghai,Qinghai,Qinghai,青海省,칭하이 성, +022,陝西省,Shanxi,Shaanxi,Shaanxi,Shaanxi,Shaanxi,陕西省,산시 성, +023,山東省,Shandong,Shandong,Shandong,Shandong,Shandong,山东省,산둥 성, +024,山西省,Shanxi,Shanxi,Shanxi,Shanxi,Shanxi,山西省,산시 성, +025,四川省,Sichuan,Sichuan,Sichuan,Sichuan,Sichuan,四川省,쓰촨 성, +026,雲南省,Yunnan,Yunnan,Yunnan,Yunnan,Yunnan,云南省,윈난 성, +027,浙江省,Zhejiang,Zhejiang,Zhejiang,Zhejiang,Zhejiang,浙江省,저장 성, +029,広西チワン族自治区,Guangxi-Zhuangzu,Guangxi,Guangxi,Guangxi Zhuang,Guangxi,广西壮族自治区,광시좡 족 자치구, +030,内モンゴル自治区,Nei-Menggu,Mongolie Intérieure,Innere Mongolei,Mongolia Interna,Mongolia Interior,内蒙古自治区,네이멍구 자치구, +031,寧夏回族自治区,Ningxia-huizu,Ningxia,Ningxia,Ningxia Hui,Ningxia,宁夏回族自治区,닝샤후이 족 자치구, +032,新疆ウイグル自治区,Xinjiang-Weiwu'er-zu,Xinjiang,Xinjiang,Xinjiang Uygur,Xinjiang,新疆维吾尔自治区,신장웨이우얼 자치구, +033,チベット自治区,Xizang,Tibet,Tibet,Tibet,Tíbet,西藏自治区,티베트 자치구, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_168.txt b/Ledybot/locale/sr_ID/sr_168.txt new file mode 100644 index 0000000..c0536a2 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_168.txt @@ -0,0 +1,9 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,アブダビ,Abu Dhabi,Abu Dhabi,Abu Dhabi,Abu Dhabi,Abu Dabi,阿布扎比,아부다비, +003,アジュマン,Ajman,Ajman,Adschman,Ajman,Ajmán,阿治曼,아지만, +004,シャルジャ,Ash Shariqah,Sharjah,Schardscha,Sharjah,Sarja,沙迦,샤르자, +005,ラアス・アル・カイマー,Ras al-Khaimah,Ras al-Khaïmah,Ras al-Chaima,Ras al-Khaimah,Ras el Jaima,哈伊马角,라스알카이마, +006,ドゥバイ,Dubai,Dubaï,Dubai,Dubai,Dubái,迪拜,두바이, +007,フジャイラー,Al Fujayrah,Fujaïrah,Fudschaira,Fujayrah,Fujaira,富查伊拉,알푸자이라, +008,ウム・アル・カイワイン,Umm al Qaywayn,Umm al-Qaiwain,Umm al-Qaiwain,Umm al-Qaiwain,Um el Kaiwain,乌姆盖万,움알카이와인, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_169.txt b/Ledybot/locale/sr_ID/sr_169.txt new file mode 100644 index 0000000..0aa1919 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_169.txt @@ -0,0 +1,36 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,デリー,Delhi,Delhi,Delhi,Delhi,Delhi,德里中央直辖区,델리, +003,アンダマン・ニコバル諸島,Andaman and Nicobar Islands,Îles Andaman-et-Nicobar,Andamanen und Nikobaren,Andamane e Nicobare,Islas Andamán y Nicobar,安达曼和尼科巴群岛中央直辖区,안다만 니코바르 제도, +004,アーンドラ・プラデーシュ州,Andhra Pradesh,Andhra Pradesh,Andhra Pradesh,Andhra Pradesh,Andhra Pradesh,安得拉邦,안드라프라데시 주, +005,アッサム州,Assam,Assam,Assam,Assam,Assam,阿萨姆邦,아삼 주, +006,チャンディーガル州,Chandīgarh,Chandigarh,Chandigarh,Chandigarh,Chandigarh,昌迪加尔中央直辖区,찬디가르 주, +007,ダドラ及びナガル・アベリ連邦直轄地,Dadra and Nagar Haveli,Dadra et Nagar Haveli,Dadra und Nagar Haveli,Dadra e Nagar Haveli,Dadra y Nagar Haveli,达德拉和纳加尔哈维利中央直辖区,다드라나가르하벨리 연방직할주, +008,グジャラート州,Gujarāt,Gujarat,Gujarat,Gujarat,Gujarat,古吉拉特邦,구자라트 주, +009,ハリヤーナー州,Haryāna,Haryana,Haryana,Haryana,Haryana,哈里亚纳邦,하리아나 주, +010,ヒマーチャル・プラデーシュ州,Himachal Pradesh,Himachal Pradesh,Himachal Pradesh,Himachal Pradesh,Himachal Pradesh,喜马偕尔邦,히마찰프라데시 주, +012,ケーララ州,Kerala,Kerala,Kerala,Kerala,Kerala,喀拉拉邦,케랄라 주, +013,ラクシャドウィープ,Lakshadweep,Lakshadweep,Lakshadweep,Laccadive,Lakshadweep,拉克沙群岛中央直辖区,락샤드위프, +014,マハーラーシュトラ州,Mahārāshtra,Maharashtra,Maharashtra,Maharashtra,Maharashtra,马哈拉施特拉邦,마하라슈트라 주, +015,マニプル州,Manipur,Manipur,Manipur,Manipur,Manipur,曼尼普尔邦,마니푸르 주, +016,メガラヤ州,Meghālaya,Meghalaya,Meghalaya,Meghalaya,Meghalaya,梅加拉亚邦,메갈라야 주, +017,カルナータカ州,Karnātaka,Karnataka,Karnataka,Karnataka,Karnataka,卡纳塔克邦,카르나타카 주, +018,ナーガーランド州,Nāgāland,Nagaland,Nagaland,Nagaland,Nagaland,那加兰邦,나갈랜드 주, +019,オリッサ州,Odisha,Odisha,Odisha,Odisha,Odisha,奥里萨邦,오리사 주, +020,ポンディシェリー,Puducherry,Pondichéry,Puducherry,Pondicherry,Puducherry,本地治里中央直辖区,퐁디셰리, +021,パンジャーブ州,Punjab,Penjab,Punjab,Punjab,Punyab,旁遮普邦,펀자브 주, +022,ラージャスターン州,Rājasthān,Rajasthan,Rajasthan,Rajasthan,Rajastán,拉贾斯坦邦,라자스탄 주, +023,タミル・ナードゥ州,Tamil Nadu,Tamil Nadu,Tamil Nadu,Tamil Nadu,Tamil Nadu,泰米尔纳德邦,타밀나두 주, +024,トリプラ州,Tripura,Tripura,Tripura,Tripura,Tripura,特里普拉邦,트리프라 주, +025,西ベンガル州,West Bengal,Bengale-Occidental,Westbengalen,Bengala Occidentale,Bengala Occidental,西孟加拉邦,서벵골 주, +026,シッキム州,Sikkim,Sikkim,Sikkim,Sikkim,Sikkim,锡金邦,시킴 주, +028,ミゾラム州,Mizoram,Mizoram,Mizoram,Mizoram,Mizoram,米佐拉姆邦,미조람 주, +029,ダマン・ディウ直轄地,Daman and Diu,Daman et Diu,Daman und Diu,Daman e Diu,Damán y Diu,达曼和第乌中央直辖区,다만디우 연방직할주, +030,ゴア州,Goa,Goa,Goa,Goa,Goa,果阿邦,고아 주, +031,ビハール州,Bihār,Bihar,Bihar,Bihar,Bihar,比哈尔邦,비하르 주, +032,マディヤ・プラデーシュ州,Madhya Pradesh,Madhya Pradesh,Madhya Pradesh,Madhya Pradesh,Madhya Pradesh,中央邦,마디아프라데시 주, +033,ウッタル・プラデーシュ州,Uttar Pradesh,Uttar Pradesh,Uttar Pradesh,Uttar Pradesh,Uttar Pradesh,北方邦,우타르프라데시 주, +034,チャッティースガル州,Chhattīsgarh,Chhattisgarh,Chhattisgarh,Chhattisgarh,Chhattisgarh,查蒂斯加尔邦,차티스가르 주, +035,ジャールカンド州,Jharkhand,Jharkhand,Jharkhand,Jharkhand,Jharkhand,贾坎德邦,자르칸드 주, +036,ウッタラーカンド州,Uttarakhand,Uttarakhand,Uttarakhand,Uttarakhand,Uttarakhand,乌塔拉坎德邦,우타라칸드 주, +037,その他,Other,Autre,Sonstige,Altro,(Otra),其他,기타, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_174.txt b/Ledybot/locale/sr_ID/sr_174.txt new file mode 100644 index 0000000..2b250f5 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_174.txt @@ -0,0 +1,15 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +002,リヤド州,Ar Riyad,Riyad,Riad,Al-Riyad,Riad,利雅得地区,리야드 주, +003,バーハ州,Al Bahah,Al Bâhah,Baha,Al-Bahah,Al Bahah,巴哈地区,알바하 주, +004,メディナ州,Al Madinah,Médine,Medina,Medina,Medina,麦地那地区,메디나 주, +005,東部州,Ash Sharqiyah,Province Est,Asch-Scharqiyya,Ash-Sharqiyah,Región Oriental,东部地区,샤르키야 주, +006,カスィーム州,Al Qasim,Al Qasim,Qasim,Al-Qasim,Al Qasim,卡西姆地区,카심 주, +007,アシール州,'Asir,Assir,Asir,'Asir,Asir,阿西尔地区,아시르 주, +008,ハーイル州,Ha'il,Haïl,Hail,Ha'il,Hail,哈伊勒地区,하일 주, +009,メッカ州,Makkah,La Mecque,Mekka,Mecca,La Meca,麦加地区,메카 주, +010,北部国境州,Al Hudud ash Shamaliyah,Frontière Nord,Al-Hudud asch-schamaliyya,Al-Hudud ash-Shamaliyah,Frontera Norte,北部边疆地区,북부 국경 주, +011,ナジュラーン州,Najran,Najran,Nadschran,Najran,Najran,纳季兰地区,나지란 주, +012,ジーザーン州,Jizan,Jizan,Dschaizan,Jizan,Jizan,吉赞地区,지잔 주, +013,タブーク州,Tabuk,Tabouk,Tabuk,Tabuk,Tabuk,塔布克地区,타부크 주, +014,ジャウフ州,Al Jawf,Al Djôf,Dschauf,Al-Jawf,Al Jouf,朱夫地区,자우프 주, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_184.txt b/Ledybot/locale/sr_ID/sr_184.txt new file mode 100644 index 0000000..770e7a0 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_184.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,サンマリノ,San Marino,Saint-Marin,San Marino,San Marino,San Marino,圣马力诺,산마리노, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_185.txt b/Ledybot/locale/sr_ID/sr_185.txt new file mode 100644 index 0000000..0a66052 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_185.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,バチカン,Vatican City,Vatican,Vatikanstadt,Vaticano (Città del),Vaticano,梵蒂冈,바티칸, \ No newline at end of file diff --git a/Ledybot/locale/sr_ID/sr_186.txt b/Ledybot/locale/sr_ID/sr_186.txt new file mode 100644 index 0000000..7993136 --- /dev/null +++ b/Ledybot/locale/sr_ID/sr_186.txt @@ -0,0 +1,3 @@ +Subregion ID,JP,EN,FR,DE,IT,ES,ZH,KO +000,—,—,—,—,—,—,—,— +001,バーミューダ,Bermuda,Bermudes,Bermuda,Bermude,Bermudas,百慕大,버뮤다, \ No newline at end of file diff --git a/README.md b/README.md index d7ac23d..94129f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,34 @@ -Slightly outdated tutorial: https://www.youtube.com/watch?v=XrBEZ7qVaro +# Ledybot +A pokemon SM giveaway bot for the n3ds. Needs NTR and Input Redirection to work. -Feel free to ask any questions! +Thanks to kwsch and the guys from PKHeX for their work on the .pk7 format! +Also thanks to Kazo for his NTR Input Redirection Client as well as Stary2001 for the actual .cia! -![alt tag](https://github.com/imaboy321/Ledybot/blob/master/Untitled.png) +1. Boot your n3ds +2. Start the Boot NTR selector +3. Start the Input Redirection.cia +4. Start Pokemon SM and connect online in the Festival Plaza +5. Open the GTS until you see the "Seek Pokemon / Deposit Pokemon" screen +6. Start Ledybot, fill in your n3ds ip, ntr port and pokemon pid +7. Type in which pokemon the bot shall find in the GTS +8. Type in which pokemon you are giving away (this is used to check if we can actually trade the deposited pokemon) +9. Type in the lower level range of the pokemon you are trading. The bot will trade all "Any"-level pokemon as well as pokemon asking for this level+. This means if you want to trade a lvl 100 Ditto you have to put 91 in here (since the range goes 91 - 100). +10. Select a default .pk7 file, this file will be injected and traded by the bot on default. +11. Select a specific .pk7 folder. The bot will check the deposited Pokemons name, see if the name matches any .pk7 file in the folder and inject this one instead (if it exists). +12. Press Start + +## Todo: + +Lots of things! +- Comments and Documentation! +- Unicode support +- There may be some stability issues at times. I've had it run for 10h+ in the past but since the bot can't really restart itself when it crashes you still need to have an eye on it from time to time. +- 1-10 level range probably won't work yet because of lazy coding (You'd have to type in "1" in the field, but I use contains() to check... and 91 also contains 1 so yeaa...) +- Giving away different pokemon. This would need a simple change to check the requested pokemon based on the name of the deposited pokemon. Mostly a UI thing and I'm not really a fan of that, will come in the future. +- An actual working stop button (it will stop... eventually... maybe) +- Speed optimizations +- Prevent the same people from requesting more than once every X min. I already have the data of who requests (at least trainer name, country and subcountry), I'd just need to add them to a list and block them for a while. This would also block people from the same region with the same name though (unless I find a better way to identify who is requesting) +- Add an option to search from the back of the queue? +- Add an option for several deposited pokemon (to prevent people from redepositing the same pokemon all the time)? +- Add an option to select how many gts entries we look at max (currently hardcoded 25) +- ... and more! \ No newline at end of file