Skip to content

Commit

Permalink
Added rename category modal string (thanks to @Andruxioid)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Jan 29, 2021
1 parent c1766c0 commit cbd105d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/assets/metamorph/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ metamorph.gui.creative.context.edit=Edit morph...
metamorph.gui.creative.context.add_category=Add a new category
metamorph.gui.creative.context.rename_category=Rename category
metamorph.gui.creative.context.rename_category_modal=Give a new name to given category...
metamorph.gui.creative.context.remove_category_modal=Are you sure you want to remove this morph category? It will be gone forever...
metamorph.gui.creative.context.remove_category=Remove category
metamorph.gui.creative.context.remove_category_modal=Are you sure you want to remove this morph category? It will be gone forever...
metamorph.gui.creative.context.clear_category=Remove all morphs
metamorph.gui.creative.context.clear_category_modal=Are you sure you want to remove all morphs in this category? It will be gone forever...
metamorph.gui.creative.context.to_recent=Copy to recent
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/metamorph/lang/es_ES.lang
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ metamorph.gui.creative.context.add_global=Agregar a Morphs globales...
metamorph.gui.creative.context.edit=Editar morph...
metamorph.gui.creative.context.add_category=Agregar una nueva categor�a
metamorph.gui.creative.context.rename_category=Renombrar categor�a
metamorph.gui.creative.context.rename_category_modal=Cambia el nombre de dicha categor�a...
metamorph.gui.creative.context.remove_category=Remover categor�a
metamorph.gui.creative.context.rename_category_modal=Cambia el nombre de dicha categor�a...
metamorph.gui.creative.context.clear_category=Borrar
metamorph.gui.creative.context.to_recent=Copiar a reciente
metamorph.gui.creative.context.remove_morph=Eliminar morph
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/assets/metamorph/lang/ru_RU.lang
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ metamorph.gui.creative.context.add_global=Добавить к глобальны
metamorph.gui.creative.context.edit=Редактировать морф...
metamorph.gui.creative.context.add_category=Добавить новую категорию
metamorph.gui.creative.context.rename_category=Переименовать категорию
metamorph.gui.creative.context.remove_category_modal=Вы уверены, что хотите удалить эту категорию морфов? Она пропадёт навсегда...
metamorph.gui.creative.context.rename_category_modal=Дайте новое имя выбранной категории...
metamorph.gui.creative.context.remove_category=Удалить категорию
metamorph.gui.creative.context.remove_category_modal=Вы уверены, что хотите удалить эту категорию морфов? Она пропадёт навсегда...
metamorph.gui.creative.context.clear_category=Удалить все морфы
metamorph.gui.creative.context.clear_category_modal=Вы уверены, что хотите удалить все морфы из этой категории? Они пропадут оттуда навсегда...
metamorph.gui.creative.context.to_recent=Копировать к последнему морфу
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/metamorph/lang/zh_CN.lang
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ metamorph.gui.creative.context.edit=编辑伪装...
metamorph.gui.creative.context.add_category=添加新分类
metamorph.gui.creative.context.rename_category=重命名分类
metamorph.gui.creative.context.rename_category_modal=为该分类命名...
metamorph.gui.creative.context.remove_category_modal=您确定要删除这一伪装分类吗?它将永远消失...
metamorph.gui.creative.context.remove_category=移除分类
metamorph.gui.creative.context.remove_category_modal=您确定要删除这一伪装分类吗?它将永远消失...
metamorph.gui.creative.context.clear_category=移除所有伪装
metamorph.gui.creative.context.clear_category_modal=您确定要删除该分类下的所有伪装吗?它们将永远消失...
metamorph.gui.creative.context.to_recent=拷贝到最近的伪装
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/metamorph/lang/zh_TW.lang
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ metamorph.gui.creative.context.edit=編輯偽裝...
metamorph.gui.creative.context.add_category=添加新分類
metamorph.gui.creative.context.rename_category=重命名分類
metamorph.gui.creative.context.rename_category_modal=為該分類命名...
metamorph.gui.creative.context.remove_category_modal=您確定要刪除這壹偽裝分類嗎?它將永遠消失...
metamorph.gui.creative.context.remove_category=移除分類
metamorph.gui.creative.context.remove_category_modal=您確定要刪除這壹偽裝分類嗎?它將永遠消失...
metamorph.gui.creative.context.clear_category=移除所有偽裝
metamorph.gui.creative.context.clear_category_modal=您確定要刪除該分類下的所有偽裝嗎?它們將永遠消失...
metamorph.gui.creative.context.to_recent=拷貝到最近的偽裝
Expand Down

0 comments on commit cbd105d

Please sign in to comment.