diff --git a/src/i18n/locales/id-id.ts b/src/i18n/locales/id-id.ts index 6294bb36..057e6e10 100644 --- a/src/i18n/locales/id-id.ts +++ b/src/i18n/locales/id-id.ts @@ -89,6 +89,8 @@ const TEXT: I18NDeepPartial = { edit: 'Edit', favorite: 'Favorit', unfavorite: 'Hapus dari Favorit', + hide: 'Sembunyikan', + unhide: 'Tampilkan', download: 'Unduh', sync: 'Sinkronkan', delete: 'Hapus', diff --git a/src/i18n/locales/pt-br.ts b/src/i18n/locales/pt-br.ts index e27ff34e..045ae0e4 100644 --- a/src/i18n/locales/pt-br.ts +++ b/src/i18n/locales/pt-br.ts @@ -89,6 +89,8 @@ const TEXT: I18NDeepPartial = { edit: 'Editar', favorite: 'Favoritar', unfavorite: 'Remover dos favoritos', + hide: 'Ocultar', + unhide: 'Mostrar', download: 'Baixar', sync: 'Sincronizar', delete: 'Excluir', diff --git a/src/i18n/locales/pt-pt.ts b/src/i18n/locales/pt-pt.ts index 12402c35..20b5c9ef 100644 --- a/src/i18n/locales/pt-pt.ts +++ b/src/i18n/locales/pt-pt.ts @@ -89,6 +89,8 @@ const TEXT: I18NDeepPartial = { edit: 'Editar', favorite: 'Favoritar', unfavorite: 'Remover dos favoritos', + hide: 'Ocultar', + unhide: 'Mostrar', download: 'Descarregar', sync: 'Sincronizar', delete: 'Excluir', diff --git a/src/i18n/locales/zh-cn.ts b/src/i18n/locales/zh-cn.ts index 49cacbc6..9984714b 100644 --- a/src/i18n/locales/zh-cn.ts +++ b/src/i18n/locales/zh-cn.ts @@ -87,6 +87,8 @@ const TEXT = { edit: '编辑', favorite: '收藏', unfavorite: '取消收藏', + hide: '隐藏', + unhide: '取消隐藏', download: '下载', sync: '同步', delete: '删除',