lang: Added localization for new nodes
This commit is contained in:
parent
27fc3fd659
commit
b41d01f126
@ -562,8 +562,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.casting", "Datenumwandlung" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer", "Integral zu Buffer" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer.header", "Integral zu Buffer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "Buffer zu Integral" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "Buffer zu Integral" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.header", "Buffer zu Integral" },
|
||||
{ "hex.builtin.nodes.casting.float_to_buffer", "Float zu Buffer" },
|
||||
{ "hex.builtin.nodes.casting.float_to_buffer.header", "Float zu Buffer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_float", "Buffer zu Float" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_float.header", "Buffer zu Float" },
|
||||
|
||||
{ "hex.builtin.nodes.arithmetic", "Arithmetisch" },
|
||||
{ "hex.builtin.nodes.arithmetic.add", "Addition" },
|
||||
@ -644,6 +648,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution", "Byteverteilung" },
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution.header", "Byteverteilung" },
|
||||
|
||||
{ "hex.builtin.nodes.pattern_language", "Pattern Language" },
|
||||
{ "hex.builtin.nodes.pattern_language.out_var", "Out Variabel" },
|
||||
{ "hex.builtin.nodes.pattern_language.out_var.header", "Out Variabel" },
|
||||
|
||||
|
||||
{ "hex.builtin.tools.demangler", "LLVM Demangler" },
|
||||
{ "hex.builtin.tools.demangler.mangled", "Mangled Namen" },
|
||||
|
@ -567,8 +567,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.casting", "Data conversion" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer", "Integer to Buffer" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer.header", "Integer to Buffer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "Buffer to Integer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "Buffer to Integer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.header", "Buffer to Integer" },
|
||||
{ "hex.builtin.nodes.casting.float_to_buffer", "Float to Buffer" },
|
||||
{ "hex.builtin.nodes.casting.float_to_buffer.header", "Float to Buffer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_float", "Buffer to Float" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_float.header", "Buffer to Float" },
|
||||
|
||||
{ "hex.builtin.nodes.arithmetic", "Arithmetic" },
|
||||
{ "hex.builtin.nodes.arithmetic.add", "Addition" },
|
||||
@ -648,6 +652,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution", "Byte Distribution" },
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution.header", "Byte Distribution" },
|
||||
|
||||
{ "hex.builtin.nodes.pattern_language", "Pattern Language" },
|
||||
{ "hex.builtin.nodes.pattern_language.out_var", "Out Variable" },
|
||||
{ "hex.builtin.nodes.pattern_language.out_var.header", "Out Variable" },
|
||||
|
||||
|
||||
{ "hex.builtin.tools.demangler", "LLVM Demangler" },
|
||||
{ "hex.builtin.tools.demangler.mangled", "Mangled name" },
|
||||
|
@ -572,8 +572,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.casting", "Conversione Dati" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer", "Da Intero a Buffer" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer.header", "Da Intero a Buffer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "Da Buffer a Intero" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "Da Buffer a Intero" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.header", "Da Buffer a Integer" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer.header", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float", "Buffer to Float" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float.header", "Buffer to Float" },
|
||||
|
||||
{ "hex.builtin.nodes.arithmetic", "Aritmetica" },
|
||||
{ "hex.builtin.nodes.arithmetic.add", "Addizione" },
|
||||
@ -654,6 +658,9 @@ namespace hex::plugin::builtin {
|
||||
//{ "hex.builtin.nodes.visualizer.byte_distribution", "Byte Distribution" },
|
||||
//{ "hex.builtin.nodes.visualizer.byte_distribution.header", "Byte Distribution" },
|
||||
|
||||
//{ "hex.builtin.nodes.pattern_language", "Pattern Language" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var", "Out Variable" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var.header", "Out Variable" },
|
||||
|
||||
{ "hex.builtin.tools.demangler", "LLVM Demangler" },
|
||||
{ "hex.builtin.tools.demangler.mangled", "Nome Mangled" },
|
||||
|
@ -570,8 +570,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.casting", "データ変換" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer", "整数→バッファ" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer.header", "整数→バッファ" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "バッファ→整数" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "バッファ→整数" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.header", "バッファ→整数" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer.header", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float", "Buffer to Float" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float.header", "Buffer to Float" },
|
||||
|
||||
{ "hex.builtin.nodes.arithmetic", "演算" },
|
||||
{ "hex.builtin.nodes.arithmetic.add", "加算+" },
|
||||
@ -650,6 +654,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution", "バイト分布" },
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution.header", "バイト分布" },
|
||||
|
||||
//{ "hex.builtin.nodes.pattern_language", "Pattern Language" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var", "Out Variable" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var.header", "Out Variable" },
|
||||
|
||||
|
||||
{ "hex.builtin.tools.demangler", "LLVMデマングラー" },
|
||||
{ "hex.builtin.tools.demangler.mangled", "マングリング名" },
|
||||
|
@ -566,8 +566,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.casting", "데이터 변환" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer", "정수에서 버퍼로" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer.header", "정수에서 버퍼로" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "버퍼에서 정수로" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "버퍼에서 정수로" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.header", "버퍼에서 정수로" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer.header", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float", "Buffer to Float" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float.header", "Buffer to Float" },
|
||||
|
||||
{ "hex.builtin.nodes.arithmetic", "수학" },
|
||||
{ "hex.builtin.nodes.arithmetic.add", "덧셈" },
|
||||
@ -647,6 +651,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution", "바이트 분포" },
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution.header", "바이트 분포" },
|
||||
|
||||
//{ "hex.builtin.nodes.pattern_language", "Pattern Language" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var", "Out Variable" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var.header", "Out Variable" },
|
||||
|
||||
|
||||
{ "hex.builtin.tools.demangler", "LLVM Demangler" },
|
||||
{ "hex.builtin.tools.demangler.mangled", "Mangled name" },
|
||||
|
@ -565,8 +565,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.casting", "Conversão de Dados" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer", "Integer to Buffer" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer.header", "Integer to Buffer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "Buffer to Integer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "Buffer to Integer" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.header", "Buffer to Integer" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer.header", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float", "Buffer to Float" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float.header", "Buffer to Float" },
|
||||
|
||||
{ "hex.builtin.nodes.arithmetic", "Aritmética" },
|
||||
{ "hex.builtin.nodes.arithmetic.add", "Adição" },
|
||||
@ -646,6 +650,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution", "Byte Distribution" },
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution.header", "Byte Distribution" },
|
||||
|
||||
//{ "hex.builtin.nodes.pattern_language", "Pattern Language" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var", "Out Variable" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var.header", "Out Variable" },
|
||||
|
||||
|
||||
{ "hex.builtin.tools.demangler", "LLVM Demangler" },
|
||||
{ "hex.builtin.tools.demangler.mangled", "Mangled name" },
|
||||
|
@ -567,8 +567,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.casting", "数据转换" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer", "整数到缓冲区" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer.header", "整数到缓冲区" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "缓冲区到整数" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "缓冲区到整数" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.header", "缓冲区到整数" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer.header", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float", "Buffer to Float" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float.header", "Buffer to Float" },
|
||||
|
||||
{ "hex.builtin.nodes.arithmetic", "运算" },
|
||||
{ "hex.builtin.nodes.arithmetic.add", "加法" },
|
||||
@ -649,6 +653,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution", "字节分布" },
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution.header", "字节分布" },
|
||||
|
||||
//{ "hex.builtin.nodes.pattern_language", "Pattern Language" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var", "Out Variable" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var.header", "Out Variable" },
|
||||
|
||||
|
||||
{ "hex.builtin.tools.demangler", "LLVM 名还原" },
|
||||
{ "hex.builtin.tools.demangler.mangled", "修饰名" },
|
||||
|
@ -565,8 +565,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.casting", "資料轉換" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer", "整數轉緩衝" },
|
||||
{ "hex.builtin.nodes.casting.int_to_buffer.header", "整數轉緩衝" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "緩衝轉整數" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int", "緩衝轉整數" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.header", "緩衝轉整數" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.float_to_buffer.header", "Float to Buffer" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float", "Buffer to Float" },
|
||||
//{ "hex.builtin.nodes.casting.buffer_to_float.header", "Buffer to Float" },
|
||||
|
||||
{ "hex.builtin.nodes.arithmetic", "數學運算" },
|
||||
{ "hex.builtin.nodes.arithmetic.add", "加法" },
|
||||
@ -646,6 +650,10 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution", "Byte Distribution" },
|
||||
{ "hex.builtin.nodes.visualizer.byte_distribution.header", "Byte Distribution" },
|
||||
|
||||
//{ "hex.builtin.nodes.pattern_language", "Pattern Language" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var", "Out Variable" },
|
||||
//{ "hex.builtin.nodes.pattern_language.out_var.header", "Out Variable" },
|
||||
|
||||
|
||||
{ "hex.builtin.tools.demangler", "LLVM Demangler" },
|
||||
{ "hex.builtin.tools.demangler.mangled", "Mangled name" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user