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

Translations update from Hosted Weblate #216

Merged
merged 1 commit into from
Aug 8, 2023
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
20 changes: 19 additions & 1 deletion lib/l10n/app_cs.arb
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,23 @@
"optional": "Volitelný",
"@optional": {},
"or": "nebo",
"@or": {}
"@or": {},
"addedBy": "Přidáno {name}",
"@addedBy": {
"placeholders": {
"name": {}
}
},
"confirm": "Potvrdit",
"@confirm": {},
"email": "Email",
"@email": {},
"accountCreate": "Vytvořit účet",
"@accountCreate": {},
"accountCreateTitle": "Vytvořit KitchenOwl účet",
"@accountCreateTitle": {},
"categoriesMerge": "Sloučit kategorie",
"@categoriesMerge": {},
"emailInvalid": "Neplatný email",
"@emailInvalid": {}
}
15 changes: 14 additions & 1 deletion lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -517,5 +517,18 @@
"tap": "Pulsa",
"@tap": {},
"shoppingListStyle": "Estilo de lista de la compra",
"@shoppingListStyle": {}
"@shoppingListStyle": {},
"categoriesMerge": "Fusionar categorías",
"@categoriesMerge": {},
"itemsMergeConfirmation": "¿Estás seguro de que quieres fusionar {item} y {other}? Esto no se puede deshacer.",
"@itemsMergeConfirmation": {
"placeholders": {
"item": {},
"other": {}
}
},
"itemsMerge": "Fusionar elementos",
"@itemsMerge": {},
"merge": "Fusionar",
"@merge": {}
}
14 changes: 13 additions & 1 deletion lib/l10n/app_fi.arb
Original file line number Diff line number Diff line change
Expand Up @@ -468,5 +468,17 @@
}
},
"expenseFactor": "Kerroin",
"@expenseFactor": {}
"@expenseFactor": {},
"ingredientsOptional": "Valinnaiset ainesosat",
"@ingredientsOptional": {},
"ingredients": "Ainesosat",
"@ingredients": {},
"expensePaidBy": "Maksaja",
"@expensePaidBy": {},
"expenseReceivedBy": "Vastaanottanut",
"@expenseReceivedBy": {},
"categoriesMerge": "Yhdistä kategoriat",
"@categoriesMerge": {},
"confirm": "Vahvista",
"@confirm": {}
}
20 changes: 18 additions & 2 deletions lib/l10n/app_pt.arb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@emailUpdate": {},
"error": "Ocorreu um Erro",
"@error": {},
"addedBy": "Inserido por",
"addedBy": "Inserido por {name}",
"@addedBy": {
"placeholders": {
"name": {}
Expand Down Expand Up @@ -98,5 +98,21 @@
"placeholders": {
"number": {}
}
}
},
"categoriesMerge": "Unir Categorias",
"@categoriesMerge": {},
"addDescriptionFromSource": "Insira a origem",
"@addDescriptionFromSource": {},
"balances": "Balanço",
"@balances": {},
"admin": "Admin",
"@admin": {},
"appDescription": "KitchenOwl te ajuda a organizar suas compras.",
"@appDescription": {},
"addTag": "Adicionar Tag",
"@addTag": {},
"address": "Endereço",
"@address": {},
"addShoppingList": "Adicionar Lista de Compras",
"@addShoppingList": {}
}
58 changes: 58 additions & 0 deletions lib/l10n/app_zh_Hans.arb
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"accountCreateTitle": "新建你的 KitchenOwl 账号",
"@accountCreateTitle": {},
"accountDelete": "删除账号",
"@accountDelete": {},
"accountDeleteConfirmation": "确定要删除你的账号吗?",
"@accountDeleteConfirmation": {},
"add": "新增",
"@add": {},
"addCategory": "新增分类",
"@addCategory": {},
"addDescriptionFromSource": "新增来自来源处的描述",
"@addDescriptionFromSource": {},
"addedBy": "由 {name} 添加",
"@addedBy": {
"placeholders": {
"name": {}
}
},
"addItemTitle": "新增物品",
"@addItemTitle": {},
"addLanguage": "新增语言",
"@addLanguage": {},
"addNumberIngredients": "新增 {number} 个原料",
"@addNumberIngredients": {
"placeholders": {
"number": {}
}
},
"addRecipeToPlanner": "添加到膳食计划({number}份)",
"@addRecipeToPlanner": {
"placeholders": {
"number": {}
}
},
"about": "关于",
"@about": {},
"accountCreate": "新建账号",
"@accountCreate": {},
"addLanguageConfirm": "确定要将语言设置为 '{lang}' 吗?这个操作不能被撤销,并且会在你的房屋中新增物品和分类。",
"@addLanguageConfirm": {
"placeholders": {
"lang": {}
}
},
"addRecipeToPlannerShort": "添加到膳食计划",
"@addRecipeToPlannerShort": {
"description": "A shorter title/button text used wherever the space is limited. Excludes the number of yields."
},
"address": "地址",
"@address": {},
"addShoppingList": "新增购物清单",
"@addShoppingList": {},
"addTag": "新增标签",
"@addTag": {},
"admin": "管理员",
"@admin": {}
}