Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 036f0c1

Browse files
committed
Added missing translations
Signed-off-by: DeathsGun <deathsgun@protonmail.com>
1 parent 40dafaa commit 036f0c1

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

src/main/resources/assets/modmanager/lang/en_us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"modmanager.button.save": "Save",
1212
"modmanager.categories": "Categories",
1313
"modmanager.category.updatable": "Updatable mods",
14-
"modmanager.category.installed": "Installed mods",
1514
"modmanager.category.technology": "Technology",
1615
"modmanager.category.adventure": "Adventure",
1716
"modmanager.category.magic": "Magic",
@@ -21,6 +20,7 @@
2120
"modmanager.category.cursed": "Cursed",
2221
"modmanager.category.worldgen": "World Gen",
2322
"modmanager.category.storage": "Storage",
23+
"modmanager.category.search": "Search",
2424
"modmanager.category.food": "Food",
2525
"modmanager.category.equipment": "Equipment",
2626
"modmanager.category.misc": "Miscellaneous",

src/main/resources/assets/modmanager/lang/ru_ru.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"modmanager.category.cursed": "Проклятые",
2121
"modmanager.category.worldgen": "Генерация мира",
2222
"modmanager.category.storage": "Инвентарь",
23+
"modmanager.category.search": "Поиск",
2324
"modmanager.category.food": "Еда",
2425
"modmanager.category.equipment": "Экипировка",
2526
"modmanager.category.misc": "Разное",
@@ -53,5 +54,7 @@
5354
"modmanager.page.previous": "Предыдущая страница",
5455
"modmanager.provider.info": "Позволяет изменить источник по умолчанию для просмотра",
5556
"modmanager.toast.update.title": "Доступны обновления!",
56-
"modmanager.toast.update.description": "Можно обновить модов: %d"
57-
}
57+
"modmanager.toast.update.description": "Можно обновить модов: %d",
58+
"modmanager.error.jar.notFound": "Error jar file not found. Is it part of another mod?",
59+
"modmanager.error.invalidHash": "Error the downloaded file is probably broken as the %s hashes don't match\nTry checking your network or contact the mod author"
60+
}

src/main/resources/assets/modmanager/lang/tr_tr.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"modmanager.category.cursed": "Lanetli",
2121
"modmanager.category.worldgen": "Dünya Oluşumu",
2222
"modmanager.category.storage": "Depolama",
23+
"modmanager.category.search": "Ara",
2324
"modmanager.category.food": "Yiyecek",
2425
"modmanager.category.equipment": "Ekipman",
2526
"modmanager.category.misc": "Çeşitli",
@@ -53,5 +54,7 @@
5354
"modmanager.page.previous": "Önceki Sayfa",
5455
"modmanager.provider.info": "Arama yapmak için varsayılan sağlayıcını değiştirmeni sağlar",
5556
"modmanager.toast.update.title": "Güncellemeler Mevcut!",
56-
"modmanager.toast.update.description": "%d mod güncellenebilir durumda"
57+
"modmanager.toast.update.description": "%d mod güncellenebilir durumda",
58+
"modmanager.error.jar.notFound": "Error jar file not found. Is it part of another mod?",
59+
"modmanager.error.invalidHash": "Error the downloaded file is probably broken as the %s hashes don't match\nTry checking your network or contact the mod author"
5760
}

src/main/resources/assets/modmanager/lang/zh_cn.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@
5353
"modmanager.page.previous": "上一页",
5454
"modmanager.provider.info": "允许你更改检索时的默认模组来源",
5555
"modmanager.toast.update.title": "检测到更新!",
56-
"modmanager.toast.update.description": "%d个模组可更新"
56+
"modmanager.toast.update.description": "%d个模组可更新",
57+
"modmanager.category.search": "搜索",
58+
"modmanager.error.jar.notFound": "Error jar file not found. Is it part of another mod?",
59+
"modmanager.error.invalidHash": "Error the downloaded file is probably broken as the %s hashes don't match\nTry checking your network or contact the mod author"
5760
}

0 commit comments

Comments
 (0)