Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Simplified Chinese translations #1212

Merged
merged 3 commits into from
Oct 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,13 @@ export default {
"Explore": "अन्वेषण गर्नुहोस्",
"Keywords": "मुख्य-शब्द",
"Search": "खोज"
},
"zh": {
"Featured": "精选",
"Random": "随机",
"Explore": "探索",
"Keywords": "关键词",
"Search": "搜索"
}

}
Expand Down
3 changes: 3 additions & 0 deletions src/components/FeaturedRecipes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ export default {
},
"pt": {
"Load More": "Ver mais"
},
"zh": {
"Load More": "加载更多"
}
}
</i18n>
7 changes: 7 additions & 0 deletions src/components/Recipe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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": "类似的饮料"
}
}
</i18n>
8 changes: 8 additions & 0 deletions src/components/RecipeFind.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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": "您可以用空格分隔多个关键字在搜索里"
}
}
</i18n>
3 changes: 3 additions & 0 deletions src/components/RecipeList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ export default {
},
"pt": {
"View Recipe": "Ver receita"
},
"zh": {
"View Recipe": "查看配方"
}
}
</i18n>
8 changes: 8 additions & 0 deletions src/components/RecipeToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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": "隐藏图像"
}
}
</i18n>
5 changes: 5 additions & 0 deletions src/views/Explore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ export default {
"Filters": "Filtros",
"Reset Filters": "Restaurar Filtros",
"Add Keyword": "Adicionar palavra-chave"
},
"zh": {
"Filters": "筛选",
"Reset Filters": "重置筛选",
"Add Keyword": "添加关键字"
}
}
</i18n>
7 changes: 7 additions & 0 deletions src/views/Favorites.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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": "取消"
}
}
</i18n>
3 changes: 3 additions & 0 deletions src/views/KeywordList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export default {
},
"pt": {
"Enter your keyword": "Insira sua palavra-chave"
},
"zh": {
"Enter your keyword": "输入关键字"
}
}
</i18n>
4 changes: 4 additions & 0 deletions src/views/PageNotFound.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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": "返回首页"
}
}
</i18n>
3 changes: 3 additions & 0 deletions src/views/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ export default {
},
"uk": {
"Find Your Drink": "Знайдіть свій напій"
},
"zh": {
"Find Your Drink": "找想要的饮料"
}
}
</i18n>