mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-16 02:09:09 +00:00
Fixed: Japanese in english locales for Gotoaddress, addclass dialog
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
### Fixed
|
||||
- Japanese in english locales for Gotoaddress, addclass dialog
|
||||
|
||||
## [14.5.2] - 2021-11-20
|
||||
### Fixed
|
||||
- AS1/2 handle declaration of registers in certain cases
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
dialog.title = \u30B9\u30AF\u30EA\u30D7\u30C8\u3092\u8FFD\u52A0
|
||||
dialog.title = Add script
|
||||
button.ok = OK
|
||||
button.cancel = \u30AD\u30E3\u30F3\u30BB\u30EB
|
||||
button.cancel = Cancel
|
||||
|
||||
classname = \u5B8C\u5168\u4FEE\u98FE\u30AF\u30E9\u30B9\u540D:
|
||||
classname = Fully qualified class name:
|
||||
@@ -1,4 +1,4 @@
|
||||
dialog.title = \u6307\u5B9A\u30A2\u30C9\u30EC\u30B9\u3078\u79FB\u52D5
|
||||
button.ok = OK
|
||||
button.cancel = \u30AD\u30E3\u30F3\u30BB\u30EB
|
||||
hex = 16\u9032\u6570
|
||||
dialog.title = Go to address
|
||||
button.ok = Ok
|
||||
button.cancel = Cancel
|
||||
hex = Hexadecimal
|
||||
@@ -0,0 +1,4 @@
|
||||
dialog.title = \u6307\u5B9A\u30A2\u30C9\u30EC\u30B9\u3078\u79FB\u52D5
|
||||
button.ok = OK
|
||||
button.cancel = \u30AD\u30E3\u30F3\u30BB\u30EB
|
||||
hex = 16\u9032\u6570
|
||||
Reference in New Issue
Block a user