Skip to content

Commit

Permalink
Fix: Changed field name from 4bit to 4byte
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Sep 17, 2024
1 parent 101a160 commit 5a70d0b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions IMSProg_programmer/language/chipProgrammer_de_DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@
</message>
<message>
<location filename="../mainwindow.ui" line="333"/>
<source>4bit Addr.</source>
<translation>4 Bit Adresse</translation>
<source>4byte Addr.</source>
<translation>4 Byte Adresse</translation>
</message>
<message>
<location filename="../mainwindow.ui" line="412"/>
Expand Down
4 changes: 2 additions & 2 deletions IMSProg_programmer/language/chipProgrammer_es_ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@
</message>
<message>
<location filename="../mainwindow.ui" line="333"/>
<source>4bit Addr.</source>
<translation>4bit Dirección</translation>
<source>4byte Addr.</source>
<translation>4byte Dirección</translation>
</message>
<message>
<location filename="../mainwindow.ui" line="412"/>
Expand Down
4 changes: 2 additions & 2 deletions IMSProg_programmer/language/chipProgrammer_hu_HU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@
</message>
<message>
<location filename="../mainwindow.ui" line="333"/>
<source>4bit Addr.</source>
<translation>4bites cím</translation>
<source>4byte Addr.</source>
<translation>4bytes cím</translation>
</message>
<message>
<location filename="../mainwindow.ui" line="412"/>
Expand Down
4 changes: 2 additions & 2 deletions IMSProg_programmer/language/chipProgrammer_it_IT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@
</message>
<message>
<location filename="../mainwindow.ui" line="333"/>
<source>4bit Addr.</source>
<translation>Indirizzo 4bit</translation>
<source>4byte Addr.</source>
<translation>Indirizzo 4byte</translation>
</message>
<message>
<location filename="../mainwindow.ui" line="412"/>
Expand Down
4 changes: 2 additions & 2 deletions IMSProg_programmer/language/chipProgrammer_pt_BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@
</message>
<message>
<location filename="../mainwindow.ui" line="333"/>
<source>4bit Addr.</source>
<translation>Endereço 4bits.</translation>
<source>4byte Addr.</source>
<translation>Endereço 4bytes.</translation>
</message>
<message>
<location filename="../mainwindow.ui" line="412"/>
Expand Down
4 changes: 2 additions & 2 deletions IMSProg_programmer/language/chipProgrammer_ru_RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@
</message>
<message>
<location filename="../mainwindow.ui" line="333"/>
<source>4bit Addr.</source>
<translation>4bit адрес</translation>
<source>4byte Addr.</source>
<translation>4byte адрес</translation>
</message>
<message>
<location filename="../mainwindow.ui" line="412"/>
Expand Down
4 changes: 2 additions & 2 deletions IMSProg_programmer/language/chipProgrammer_uk_UA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@
</message>
<message>
<location filename="../mainwindow.ui" line="333"/>
<source>4bit Addr.</source>
<translation>4bit адреса.</translation>
<source>4byte Addr.</source>
<translation>4byte адреса.</translation>
</message>
<message>
<location filename="../mainwindow.ui" line="412"/>
Expand Down
4 changes: 2 additions & 2 deletions IMSProg_programmer/language/chipProgrammer_zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@
</message>
<message>
<location filename="../mainwindow.ui" line="333"/>
<source>4bit Addr.</source>
<translation>4 位地址</translation>
<source>4byte Addr.</source>
<translation>4 字节地址</translation>
</message>
<message>
<location filename="../mainwindow.ui" line="412"/>
Expand Down
2 changes: 1 addition & 1 deletion IMSProg_programmer/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ QGroupBox::title {
<string notr="true"/>
</property>
<property name="text">
<string>4bit Addr.</string>
<string>4byte Addr.</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 5a70d0b

Please sign in to comment.