diff --git a/src/App.vue b/src/App.vue index db72c8ac0..66192c38b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -194,6 +194,13 @@ export default { "Explore": "अन्वेषण गर्नुहोस्", "Keywords": "मुख्य-शब्द", "Search": "खोज" + }, + "zh": { + "Featured": "精选", + "Random": "随机", + "Explore": "探索", + "Keywords": "关键词", + "Search": "搜索" } } diff --git a/src/components/FeaturedRecipes.vue b/src/components/FeaturedRecipes.vue index c0302612d..fc8332897 100644 --- a/src/components/FeaturedRecipes.vue +++ b/src/components/FeaturedRecipes.vue @@ -98,6 +98,9 @@ export default { }, "pt": { "Load More": "Ver mais" + }, + "zh": { + "Load More": "加载更多" } } diff --git a/src/components/Recipe.vue b/src/components/Recipe.vue index de358d56d..913c07eca 100644 --- a/src/components/Recipe.vue +++ b/src/components/Recipe.vue @@ -390,6 +390,13 @@ export default { "Directions": "Modo de preparo", "View full recipe at": "Visualizar receita completa em", "Similar drinks": "Bebidas semelhantes" + }, + "zh": { + "Contributed by": "贡献者", + "Ingredients": "用料", + "Directions": "步骤", + "View full recipe at": "查看完整配方", + "Similar drinks": "类似的饮料" } } diff --git a/src/components/RecipeFind.vue b/src/components/RecipeFind.vue index 04ce6780a..80f674497 100644 --- a/src/components/RecipeFind.vue +++ b/src/components/RecipeFind.vue @@ -302,6 +302,14 @@ export default { "Keywords": "Palavra-chave", "You can search for multiple ingredients by separating them with a space": "Você pode buscar por múltiplos ingredientes separando-os com um espaço", "You can search for multiple keywords by separating them with a space": "Você pode buscar por múltiplas palavras-chave separando-as com um espaço" + }, + "zh": { + "Filter by": "筛选条件", + "Name": "名称", + "Ingredients": "用料", + "Keywords": "关键词", + "You can search for multiple ingredients by separating them with a space": "您可以用空格分隔多个用料在搜索里", + "You can search for multiple keywords by separating them with a space": "您可以用空格分隔多个关键字在搜索里" } } diff --git a/src/components/RecipeList.vue b/src/components/RecipeList.vue index 0b384d369..ce43078ac 100644 --- a/src/components/RecipeList.vue +++ b/src/components/RecipeList.vue @@ -196,6 +196,9 @@ export default { }, "pt": { "View Recipe": "Ver receita" + }, + "zh": { + "View Recipe": "查看配方" } } diff --git a/src/components/RecipeToolbar.vue b/src/components/RecipeToolbar.vue index 0b743e73f..831383d55 100644 --- a/src/components/RecipeToolbar.vue +++ b/src/components/RecipeToolbar.vue @@ -271,6 +271,14 @@ export default { "Share on Twitter": "Compartilhar no Twitter", "Copy URL": "Copiar URL", "Hide Image": "Esconder imagem" + }, + "zh": { + "Print": "打印", + "Share": "分享", + "Share on Facebook": "Facebook", + "Share on Twitter": "Twitter", + "Copy URL": "复制链接", + "Hide Image": "隐藏图像" } } diff --git a/src/views/Explore.vue b/src/views/Explore.vue index 021d90327..c36a88510 100644 --- a/src/views/Explore.vue +++ b/src/views/Explore.vue @@ -195,6 +195,11 @@ export default { "Filters": "Filtros", "Reset Filters": "Restaurar Filtros", "Add Keyword": "Adicionar palavra-chave" + }, + "zh": { + "Filters": "筛选", + "Reset Filters": "重置筛选", + "Add Keyword": "添加关键字" } } diff --git a/src/views/Favorites.vue b/src/views/Favorites.vue index 52517a8b1..753ee0815 100644 --- a/src/views/Favorites.vue +++ b/src/views/Favorites.vue @@ -165,6 +165,13 @@ export default { "Are you sure you want to remove all favorites": "Ви впевнені, що хочете видалити всі вибрані", "Delete": "Видалити", "Cancel": "Скасувати" + }, + "zh": { + "You don't have any favorite drinks": "您没有收藏的饮料", + "Remove All Favorites": "删除所有收藏里的饮料", + "Are you sure you want to remove all favorites": "您确定要删除所有收藏里的饮料么?", + "Delete": "删除", + "Cancel": "取消" } } diff --git a/src/views/KeywordList.vue b/src/views/KeywordList.vue index eda882787..e7ffffeca 100644 --- a/src/views/KeywordList.vue +++ b/src/views/KeywordList.vue @@ -77,6 +77,9 @@ export default { }, "pt": { "Enter your keyword": "Insira sua palavra-chave" + }, + "zh": { + "Enter your keyword": "输入关键字" } } diff --git a/src/views/PageNotFound.vue b/src/views/PageNotFound.vue index 9a65b153b..fc419f25b 100644 --- a/src/views/PageNotFound.vue +++ b/src/views/PageNotFound.vue @@ -83,6 +83,10 @@ export default { "uk": { "The page you are looking for was not found.": "Сторінку, яку ви шукаєте, не знайдено", "Back to Home": "Повернутися додому" + }, + "zh": { + "The page you are looking for was not found.": "未找到您要查找的页面。", + "Back to Home": "返回首页" } } diff --git a/src/views/Search.vue b/src/views/Search.vue index 22fc32fe2..c6995603d 100644 --- a/src/views/Search.vue +++ b/src/views/Search.vue @@ -62,6 +62,9 @@ export default { }, "uk": { "Find Your Drink": "Знайдіть свій напій" + }, + "zh": { + "Find Your Drink": "找想要的饮料" } }