diff options
| author | 2022-06-12 21:24:41 +0900 | |
|---|---|---|
| committer | 2022-06-12 14:24:41 +0200 | |
| commit | 72176117bf75866fc702bbb094e7adc6661f2b01 (patch) | |
| tree | df721ed738be8dbf184bb167a8712e8d6088d530 /enigma/src/main/resources | |
| parent | Update ja_jp.json (#450) (diff) | |
| download | enigma-fork-72176117bf75866fc702bbb094e7adc6661f2b01.tar.gz enigma-fork-72176117bf75866fc702bbb094e7adc6661f2b01.tar.xz enigma-fork-72176117bf75866fc702bbb094e7adc6661f2b01.zip | |
Add Recaf format support (#451)
* Add Recaf format support
* Update language files
Co-authored-by: 2xsaiko <me@dblsaiko.net>
Diffstat (limited to 'enigma/src/main/resources')
| -rw-r--r-- | enigma/src/main/resources/lang/en_us.json | 1 | ||||
| -rw-r--r-- | enigma/src/main/resources/lang/fr_fr.json | 1 | ||||
| -rw-r--r-- | enigma/src/main/resources/lang/ja_jp.json | 1 | ||||
| -rw-r--r-- | enigma/src/main/resources/lang/zh_cn.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/enigma/src/main/resources/lang/en_us.json b/enigma/src/main/resources/lang/en_us.json index 4488bb2..4ec2f08 100644 --- a/enigma/src/main/resources/lang/en_us.json +++ b/enigma/src/main/resources/lang/en_us.json | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | "mapping_format.tiny_file": "Tiny File", | 8 | "mapping_format.tiny_file": "Tiny File", |
| 9 | "mapping_format.srg_file": "SRG File", | 9 | "mapping_format.srg_file": "SRG File", |
| 10 | "mapping_format.proguard": "Proguard", | 10 | "mapping_format.proguard": "Proguard", |
| 11 | "mapping_format.recaf": "Recaf", | ||
| 11 | "type.methods": "Methods", | 12 | "type.methods": "Methods", |
| 12 | "type.fields": "Fields", | 13 | "type.fields": "Fields", |
| 13 | "type.parameters": "Parameters", | 14 | "type.parameters": "Parameters", |
diff --git a/enigma/src/main/resources/lang/fr_fr.json b/enigma/src/main/resources/lang/fr_fr.json index 2c9ec2c..d3d0c29 100644 --- a/enigma/src/main/resources/lang/fr_fr.json +++ b/enigma/src/main/resources/lang/fr_fr.json | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | "mapping_format.tiny_file": "Fichier Tiny", | 8 | "mapping_format.tiny_file": "Fichier Tiny", |
| 9 | "mapping_format.srg_file": "Fichier SRG", | 9 | "mapping_format.srg_file": "Fichier SRG", |
| 10 | "mapping_format.proguard": "Proguard", | 10 | "mapping_format.proguard": "Proguard", |
| 11 | "mapping_format.recaf": "Recaf", | ||
| 11 | "type.methods": "Méthodes", | 12 | "type.methods": "Méthodes", |
| 12 | "type.fields": "Champs", | 13 | "type.fields": "Champs", |
| 13 | "type.parameters": "Paramètres", | 14 | "type.parameters": "Paramètres", |
diff --git a/enigma/src/main/resources/lang/ja_jp.json b/enigma/src/main/resources/lang/ja_jp.json index 50449b6..09e7ee0 100644 --- a/enigma/src/main/resources/lang/ja_jp.json +++ b/enigma/src/main/resources/lang/ja_jp.json | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | "mapping_format.tiny_file": "Tiny ファイル", | 8 | "mapping_format.tiny_file": "Tiny ファイル", |
| 9 | "mapping_format.srg_file": "SRG ファイル", | 9 | "mapping_format.srg_file": "SRG ファイル", |
| 10 | "mapping_format.proguard": "Proguard", | 10 | "mapping_format.proguard": "Proguard", |
| 11 | "mapping_format.recaf": "Recaf", | ||
| 11 | "type.methods": "メソッド", | 12 | "type.methods": "メソッド", |
| 12 | "type.fields": "フィールド", | 13 | "type.fields": "フィールド", |
| 13 | "type.parameters": "パラメータ", | 14 | "type.parameters": "パラメータ", |
diff --git a/enigma/src/main/resources/lang/zh_cn.json b/enigma/src/main/resources/lang/zh_cn.json index fc36cb8..fe806fb 100644 --- a/enigma/src/main/resources/lang/zh_cn.json +++ b/enigma/src/main/resources/lang/zh_cn.json | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | "mapping_format.tiny_file": "Tiny 文件", | 8 | "mapping_format.tiny_file": "Tiny 文件", |
| 9 | "mapping_format.srg_file": "SRG 文件", | 9 | "mapping_format.srg_file": "SRG 文件", |
| 10 | "mapping_format.proguard": "Proguard 文件", | 10 | "mapping_format.proguard": "Proguard 文件", |
| 11 | "mapping_format.recaf": "Recaf 文件", | ||
| 11 | "type.methods": "方法", | 12 | "type.methods": "方法", |
| 12 | "type.fields": "字段", | 13 | "type.fields": "字段", |
| 13 | "type.parameters": "参数", | 14 | "type.parameters": "参数", |