mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
New Crowdin updates (#684)
* New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Slovak) * New translations en-US.json (Slovak) * New translations en-US.json (Slovak) * New translations en-US.json (Slovak) * New translations en-US.json (Slovak) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian)
This commit is contained in:
parent
20fc2d868b
commit
eda6821288
@ -1,165 +1,165 @@
|
|||||||
{
|
{
|
||||||
"about": {
|
"about": {
|
||||||
"about": "About",
|
"about": "Sobre",
|
||||||
"about-mealie": "About Mealie",
|
"about-mealie": "Sobre Mealie",
|
||||||
"api-docs": "API Docs",
|
"api-docs": "Documentação da API",
|
||||||
"api-port": "API Port",
|
"api-port": "Porta da API",
|
||||||
"application-mode": "Application Mode",
|
"application-mode": "Application Mode",
|
||||||
"database-type": "Database Type",
|
"database-type": "Tipo do banco de dados",
|
||||||
"database-url": "Database URL",
|
"database-url": "URL do servidor de banco de dados",
|
||||||
"default-group": "Default Group",
|
"default-group": "Grupo padrão",
|
||||||
"demo": "Demo",
|
"demo": "Demo",
|
||||||
"demo-status": "Demo Status",
|
"demo-status": "Demo Status",
|
||||||
"development": "Development",
|
"development": "Desenvolvimento",
|
||||||
"docs": "Docs",
|
"docs": "Documentação",
|
||||||
"download-log": "Download Log",
|
"download-log": "Baixar Log",
|
||||||
"download-recipe-json": "Last Scraped JSON",
|
"download-recipe-json": "Last Scraped JSON",
|
||||||
"github": "Github",
|
"github": "GitHub",
|
||||||
"log-lines": "Log Lines",
|
"log-lines": "Linhas de log",
|
||||||
"not-demo": "Not Demo",
|
"not-demo": "Not Demo",
|
||||||
"portfolio": "Portfolio",
|
"portfolio": "Portfólio",
|
||||||
"production": "Production",
|
"production": "Produção",
|
||||||
"support": "Support",
|
"support": "Suporte",
|
||||||
"version": "Version"
|
"version": "Versão"
|
||||||
},
|
},
|
||||||
"asset": {
|
"asset": {
|
||||||
"assets": "Assets",
|
"assets": "Arquivos",
|
||||||
"code": "Code",
|
"code": "Código",
|
||||||
"file": "File",
|
"file": "Arquivo",
|
||||||
"image": "Image",
|
"image": "Imagem",
|
||||||
"new-asset": "New Asset",
|
"new-asset": "Novo Arquivo",
|
||||||
"pdf": "PDF",
|
"pdf": "PDF",
|
||||||
"recipe": "Recipe",
|
"recipe": "Receita",
|
||||||
"show-assets": "Show Assets"
|
"show-assets": "Exibir Arquivos"
|
||||||
},
|
},
|
||||||
"category": {
|
"category": {
|
||||||
"category-created": "Category created",
|
"category-created": "Categoria criada",
|
||||||
"category-creation-failed": "Category creation failed",
|
"category-creation-failed": "Falha ao criar categoria",
|
||||||
"category-deleted": "Category Deleted",
|
"category-deleted": "Categoria Excluída",
|
||||||
"category-deletion-failed": "Category deletion failed",
|
"category-deletion-failed": "Falha ao excluir a categoria",
|
||||||
"category-filter": "Category Filter",
|
"category-filter": "Filtro de categoria",
|
||||||
"category-update-failed": "Category update failed",
|
"category-update-failed": "Falha ao atualizar categoria",
|
||||||
"category-updated": "Category updated",
|
"category-updated": "Categoria atualizada",
|
||||||
"uncategorized-count": "Uncategorized {count}"
|
"uncategorized-count": "Sem categoria {count}"
|
||||||
},
|
},
|
||||||
"events": {
|
"events": {
|
||||||
"apprise-url": "Apprise URL",
|
"apprise-url": "URL do Apprise",
|
||||||
"database": "Database",
|
"database": "Banco de dados",
|
||||||
"delete-event": "Delete Event",
|
"delete-event": "Apagar evento",
|
||||||
"new-notification-form-description": "Mealie uses the Apprise library to generate notifications. They offer many options for services to use for notifications. Refer to their wiki for a comprehensive guide on how to create the URL for your service. If available, selecting the type of your notification may include extra features.",
|
"new-notification-form-description": "Mealie usa a biblioteca Apprise para gerar notificações. Eles oferecem várias opções de serviços para serem usados para notificações. Consulte a wiki para um guia completo sobre como criar a URL para o seu serviço. Se disponível, selecionar o tipo de notificação pode incluir recursos extras.",
|
||||||
"new-version": "New version available!",
|
"new-version": "Nova versão disponível!",
|
||||||
"notification": "Notification",
|
"notification": "Notificação",
|
||||||
"refresh": "Refresh",
|
"refresh": "Atualizar",
|
||||||
"scheduled": "Scheduled",
|
"scheduled": "Agendado",
|
||||||
"something-went-wrong": "Something Went Wrong!",
|
"something-went-wrong": "Algo deu errado!",
|
||||||
"subscribed-events": "Subscribed Events",
|
"subscribed-events": "Eventos Inscritos",
|
||||||
"test-message-sent": "Test Message Sent"
|
"test-message-sent": "Mensagem de teste enviada"
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancelar",
|
||||||
"clear": "Clear",
|
"clear": "Limpar",
|
||||||
"close": "Close",
|
"close": "Fechar",
|
||||||
"confirm": "Confirm",
|
"confirm": "Confirmar",
|
||||||
"confirm-delete-generic": "Are you sure you want to delete this?",
|
"confirm-delete-generic": "Você tem certeza de que deseja apagar isto?",
|
||||||
"copied": "Copied",
|
"copied": "Copiado",
|
||||||
"create": "Create",
|
"create": "Criar",
|
||||||
"created": "Created",
|
"created": "Criado",
|
||||||
"custom": "Custom",
|
"custom": "Personalizado",
|
||||||
"dashboard": "Dashboard",
|
"dashboard": "Dashboard",
|
||||||
"delete": "Delete",
|
"delete": "Excluir",
|
||||||
"disabled": "Disabled",
|
"disabled": "Desabilitado",
|
||||||
"download": "Download",
|
"download": "Download",
|
||||||
"edit": "Edit",
|
"edit": "Editar",
|
||||||
"enabled": "Enabled",
|
"enabled": "Habilitado",
|
||||||
"exception": "Exception",
|
"exception": "Exceção",
|
||||||
"failed-count": "Failed: {count}",
|
"failed-count": "Falhou: {count}",
|
||||||
"failure-uploading-file": "Failure uploading file",
|
"failure-uploading-file": "Falha ao enviar arquivo",
|
||||||
"favorites": "Favorites",
|
"favorites": "Favoritos",
|
||||||
"field-required": "Field Required",
|
"field-required": "Campo obrigatório",
|
||||||
"file-folder-not-found": "File/folder not found",
|
"file-folder-not-found": "Arquivo/pasta não encontrado",
|
||||||
"file-uploaded": "File uploaded",
|
"file-uploaded": "Arquivo enviado",
|
||||||
"filter": "Filter",
|
"filter": "Filtro",
|
||||||
"friday": "Friday",
|
"friday": "Sexta-feira",
|
||||||
"general": "General",
|
"general": "Geral",
|
||||||
"get": "Get",
|
"get": "Obter",
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
"image": "Image",
|
"image": "Imagem",
|
||||||
"image-upload-failed": "Image upload failed",
|
"image-upload-failed": "Falha no envio da imagem",
|
||||||
"import": "Import",
|
"import": "Importar",
|
||||||
"json": "JSON",
|
"json": "JSON",
|
||||||
"keyword": "Keyword",
|
"keyword": "Palavra chave",
|
||||||
"link-copied": "Link Copied",
|
"link-copied": "Link Copiado",
|
||||||
"loading-recipes": "Loading Recipes",
|
"loading-recipes": "Carregando Receitas",
|
||||||
"monday": "Monday",
|
"monday": "Segunda-feira",
|
||||||
"name": "Name",
|
"name": "Nome",
|
||||||
"new": "New",
|
"new": "Novo",
|
||||||
"no": "No",
|
"no": "Não",
|
||||||
"no-recipe-found": "No Recipe Found",
|
"no-recipe-found": "Nenhuma Receita Encontrada",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"options": "Options:",
|
"options": "Opções:",
|
||||||
"print": "Print",
|
"print": "Imprimir",
|
||||||
"random": "Random",
|
"random": "Aleatório",
|
||||||
"rating": "Rating",
|
"rating": "Avaliação",
|
||||||
"recent": "Recent",
|
"recent": "Recentes",
|
||||||
"recipe": "Recipe",
|
"recipe": "Receita",
|
||||||
"recipes": "Recipes",
|
"recipes": "Receitas",
|
||||||
"rename-object": "Rename {0}",
|
"rename-object": "Renomear {0}",
|
||||||
"reset": "Reset",
|
"reset": "Redefinir",
|
||||||
"saturday": "Saturday",
|
"saturday": "Sábado",
|
||||||
"save": "Save",
|
"save": "Salvar",
|
||||||
"settings": "Settings",
|
"settings": "Configurações",
|
||||||
"share": "Share",
|
"share": "Compartilhar",
|
||||||
"shuffle": "Shuffle",
|
"shuffle": "Aleatório",
|
||||||
"sort": "Sort",
|
"sort": "Ordenar",
|
||||||
"sort-alphabetically": "Alphabetical",
|
"sort-alphabetically": "Alfabética",
|
||||||
"status": "Status",
|
"status": "Estado",
|
||||||
"submit": "Submit",
|
"submit": "Submeter",
|
||||||
"success-count": "Success: {count}",
|
"success-count": "Sucesso: {count}",
|
||||||
"sunday": "Sunday",
|
"sunday": "Domingo",
|
||||||
"templates": "Templates:",
|
"templates": "Modelos:",
|
||||||
"test": "Test",
|
"test": "Teste",
|
||||||
"themes": "Themes",
|
"themes": "Temas",
|
||||||
"thursday": "Thursday",
|
"thursday": "Quinta-feira",
|
||||||
"token": "Token",
|
"token": "Token",
|
||||||
"tuesday": "Tuesday",
|
"tuesday": "Terça-feira",
|
||||||
"type": "Type",
|
"type": "Tipo",
|
||||||
"update": "Update",
|
"update": "Atualizar",
|
||||||
"updated": "Updated",
|
"updated": "Atualizado",
|
||||||
"upload": "Upload",
|
"upload": "Enviar",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"view": "View",
|
"view": "Visualizar",
|
||||||
"wednesday": "Wednesday",
|
"wednesday": "Quarta-feira",
|
||||||
"yes": "Yes"
|
"yes": "Sim"
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
"are-you-sure-you-want-to-delete-the-group": "Tem certeza que deseja excluir o grupo <b>{groupName}<b/>?",
|
||||||
"cannot-delete-default-group": "Cannot delete default group",
|
"cannot-delete-default-group": "Não é possível excluir o grupo padrão",
|
||||||
"cannot-delete-group-with-users": "Cannot delete group with users",
|
"cannot-delete-group-with-users": "Não é possível excluir grupo com usuários",
|
||||||
"confirm-group-deletion": "Confirm Group Deletion",
|
"confirm-group-deletion": "Confirmar Exclusão de Grupo",
|
||||||
"create-group": "Create Group",
|
"create-group": "Criar Grupo",
|
||||||
"error-updating-group": "Error updating group",
|
"error-updating-group": "Erro ao atualizar grupo",
|
||||||
"group": "Group",
|
"group": "Grupo",
|
||||||
"group-deleted": "Group deleted",
|
"group-deleted": "Grupo excluído",
|
||||||
"group-deletion-failed": "Group deletion failed",
|
"group-deletion-failed": "Falha ao excluir grupo",
|
||||||
"group-id-with-value": "Group ID: {groupID}",
|
"group-id-with-value": "ID do grupo: {groupID}",
|
||||||
"group-name": "Group Name",
|
"group-name": "Nome do Grupo",
|
||||||
"group-not-found": "Group not found",
|
"group-not-found": "Grupo não encontrado",
|
||||||
"group-with-value": "Group: {groupID}",
|
"group-with-value": "Grupo: {groupID}",
|
||||||
"groups": "Groups",
|
"groups": "Grupos",
|
||||||
"manage-groups": "Manage Groups",
|
"manage-groups": "Gerenciar Grupos",
|
||||||
"user-group": "User Group",
|
"user-group": "Grupo de usuário",
|
||||||
"user-group-created": "User Group Created",
|
"user-group-created": "Grupo de usuários criado",
|
||||||
"user-group-creation-failed": "User Group Creation Failed"
|
"user-group-creation-failed": "Falha ao criar grupo de usuários"
|
||||||
},
|
},
|
||||||
"meal-plan": {
|
"meal-plan": {
|
||||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
"create-a-new-meal-plan": "Criar um novo plano de refeições",
|
||||||
"dinner-this-week": "Dinner This Week",
|
"dinner-this-week": "Jantar desta semana",
|
||||||
"dinner-today": "Dinner Today",
|
"dinner-today": "Jantar de hoje",
|
||||||
"dinner-tonight": "DINNER TONIGHT",
|
"dinner-tonight": "DINNER TONIGHT",
|
||||||
"edit-meal-plan": "Edit Meal Plan",
|
"edit-meal-plan": "Editar cardápio",
|
||||||
"end-date": "End Date",
|
"end-date": "Data Final",
|
||||||
"group": "Group (Beta)",
|
"group": "Grupo (Beta)",
|
||||||
"main": "Main",
|
"main": "Prato Principal",
|
||||||
"meal-planner": "Meal Planner",
|
"meal-planner": "Meal Planner",
|
||||||
"meal-plans": "Meal Plans",
|
"meal-plans": "Meal Plans",
|
||||||
"mealplan-categories": "MEALPLAN CATEGORIES",
|
"mealplan-categories": "MEALPLAN CATEGORIES",
|
||||||
@ -175,135 +175,135 @@
|
|||||||
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Only recipes with these categories will be used in Meal Plans",
|
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Only recipes with these categories will be used in Meal Plans",
|
||||||
"planner": "Planner",
|
"planner": "Planner",
|
||||||
"quick-week": "Quick Week",
|
"quick-week": "Quick Week",
|
||||||
"side": "Side",
|
"side": "Acompanhamento",
|
||||||
"sides": "Sides",
|
"sides": "Acompanhamentos",
|
||||||
"start-date": "Start Date"
|
"start-date": "Data Inicial"
|
||||||
},
|
},
|
||||||
"migration": {
|
"migration": {
|
||||||
"chowdown": {
|
"chowdown": {
|
||||||
"description": "Migrate data from Chowdown",
|
"description": "Migrar dados do Chowdown",
|
||||||
"title": "Chowdown"
|
"title": "Chowdown"
|
||||||
},
|
},
|
||||||
"migration-data-removed": "Migration data removed",
|
"migration-data-removed": "Migration data removed",
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
"description": "Migrate data from a Nextcloud Cookbook instance",
|
"description": "Migrar dados de uma instância de Nextcloud Cookbook",
|
||||||
"title": "Nextcloud Cookbook"
|
"title": "Nextcloud Cookbook"
|
||||||
},
|
},
|
||||||
"no-migration-data-available": "No Migration Data Available",
|
"no-migration-data-available": "No Migration Data Available",
|
||||||
"recipe-migration": "Recipe Migration"
|
"recipe-migration": "Recipe Migration"
|
||||||
},
|
},
|
||||||
"new-recipe": {
|
"new-recipe": {
|
||||||
"bulk-add": "Bulk Add",
|
"bulk-add": "Adicionar em Massa",
|
||||||
"error-details": "Only websites containing ld+json or microdata can be imported by Mealie. Most major recipe websites support this data structure. If your site cannot be imported but there is json data in the log, please submit a github issue with the URL and data.",
|
"error-details": "Only websites containing ld+json or microdata can be imported by Mealie. Most major recipe websites support this data structure. If your site cannot be imported but there is json data in the log, please submit a github issue with the URL and data.",
|
||||||
"error-title": "Looks Like We Couldn't Find Anything",
|
"error-title": "Looks Like We Couldn't Find Anything",
|
||||||
"from-url": "Import a Recipe",
|
"from-url": "Importar uma Receita",
|
||||||
"github-issues": "GitHub Issues",
|
"github-issues": "GitHub Issues",
|
||||||
"google-ld-json-info": "Google ld+json Info",
|
"google-ld-json-info": "Google ld+json Info",
|
||||||
"must-be-a-valid-url": "Must be a Valid URL",
|
"must-be-a-valid-url": "Precisa ser uma URL válida",
|
||||||
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list": "Paste in your recipe data. Each line will be treated as an item in a list",
|
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list": "Cole os dados da sua receita. Cada linha será tratado como um item em uma lista",
|
||||||
"recipe-markup-specification": "Recipe Markup Specification",
|
"recipe-markup-specification": "Recipe Markup Specification",
|
||||||
"recipe-url": "Recipe URL",
|
"recipe-url": "URL da Receita",
|
||||||
"upload-a-recipe": "Upload a Recipe",
|
"upload-a-recipe": "Enviar uma Receita",
|
||||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
"upload-individual-zip-file": "Enviar um arquivo .zip individual exportado a partir de outra instância do Mealie.",
|
||||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
"url-form-hint": "Copie e cole um link do seu site de receita favorito",
|
||||||
"view-scraped-data": "View Scraped Data"
|
"view-scraped-data": "View Scraped Data"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
"404-page-not-found": "404 Page not found",
|
"404-page-not-found": "404 Página não encontrada",
|
||||||
"all-recipes": "All Recipes",
|
"all-recipes": "Todas as Receitas",
|
||||||
"new-page-created": "New page created",
|
"new-page-created": "Nova página criada",
|
||||||
"page": "Page",
|
"page": "Página",
|
||||||
"page-creation-failed": "Page creation failed",
|
"page-creation-failed": "Falha ao criar página",
|
||||||
"page-deleted": "Page deleted",
|
"page-deleted": "Página excluída",
|
||||||
"page-deletion-failed": "Page deletion failed",
|
"page-deletion-failed": "Falha ao excluir página",
|
||||||
"page-update-failed": "Page update failed",
|
"page-update-failed": "Falha ao atualizar página",
|
||||||
"page-updated": "Page updated",
|
"page-updated": "Página atualizada",
|
||||||
"pages-update-failed": "Pages update failed",
|
"pages-update-failed": "Falha ao atualizar página",
|
||||||
"pages-updated": "Pages updated"
|
"pages-updated": "Páginas atualizadas"
|
||||||
},
|
},
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"add-key": "Add Key",
|
"add-key": "Adicionar Chave",
|
||||||
"add-to-favorites": "Add to Favorites",
|
"add-to-favorites": "Adicionar aos favoritos",
|
||||||
"api-extras": "API Extras",
|
"api-extras": "API Extras",
|
||||||
"calories": "Calories",
|
"calories": "Calorias",
|
||||||
"calories-suffix": "calories",
|
"calories-suffix": "calorias",
|
||||||
"carbohydrate-content": "Carbohydrate",
|
"carbohydrate-content": "Carboidrato",
|
||||||
"categories": "Categories",
|
"categories": "Categorias",
|
||||||
"comment-action": "Comment",
|
"comment-action": "Comentário",
|
||||||
"comments": "Comments",
|
"comments": "Comentários",
|
||||||
"delete-confirmation": "Are you sure you want to delete this recipe?",
|
"delete-confirmation": "Você tem certeza que deseja apagar esta receita?",
|
||||||
"delete-recipe": "Delete Recipe",
|
"delete-recipe": "Excluir Receita",
|
||||||
"description": "Description",
|
"description": "Descrição",
|
||||||
"disable-amount": "Disable Ingredient Amounts",
|
"disable-amount": "Disable Ingredient Amounts",
|
||||||
"disable-comments": "Disable Comments",
|
"disable-comments": "Desativar Comentários",
|
||||||
"fat-content": "Fat",
|
"fat-content": "Gordura",
|
||||||
"fiber-content": "Fiber",
|
"fiber-content": "Fibras",
|
||||||
"grams": "grams",
|
"grams": "gramas",
|
||||||
"ingredient": "Ingredient",
|
"ingredient": "Ingrediente",
|
||||||
"ingredients": "Ingredients",
|
"ingredients": "Ingredientes",
|
||||||
"insert-section": "Insert Section",
|
"insert-section": "Inserir Seção",
|
||||||
"instructions": "Instructions",
|
"instructions": "Modo de Preparo",
|
||||||
"key-name-required": "Key Name Required",
|
"key-name-required": "Nome da chave obrigatório",
|
||||||
"landscape-view-coming-soon": "Landscape View (Coming Soon)",
|
"landscape-view-coming-soon": "Visualização em modo paisagem (Em breve)",
|
||||||
"milligrams": "milligrams",
|
"milligrams": "miligramas",
|
||||||
"new-key-name": "New Key Name",
|
"new-key-name": "Novo Nome da Chave",
|
||||||
"no-white-space-allowed": "No White Space Allowed",
|
"no-white-space-allowed": "Nenhum Espaço em Branco Permitido",
|
||||||
"note": "Note",
|
"note": "Nota",
|
||||||
"nutrition": "Nutrition",
|
"nutrition": "Nutrição",
|
||||||
"object-key": "Object Key",
|
"object-key": "Chave do Objeto",
|
||||||
"object-value": "Object Value",
|
"object-value": "Valor do objeto",
|
||||||
"original-url": "Original URL",
|
"original-url": "URL Original",
|
||||||
"perform-time": "Cook Time",
|
"perform-time": "Tempo de cozimento",
|
||||||
"prep-time": "Prep Time",
|
"prep-time": "Tempo de preparo",
|
||||||
"protein-content": "Protein",
|
"protein-content": "Proteína",
|
||||||
"public-recipe": "Public Recipe",
|
"public-recipe": "Receita Pública",
|
||||||
"recipe-created": "Recipe created",
|
"recipe-created": "Receita criada",
|
||||||
"recipe-creation-failed": "Recipe creation failed",
|
"recipe-creation-failed": "Falha ao criar receita",
|
||||||
"recipe-deleted": "Recipe deleted",
|
"recipe-deleted": "Receita excluída",
|
||||||
"recipe-image": "Recipe Image",
|
"recipe-image": "Imagem da Receita",
|
||||||
"recipe-image-updated": "Recipe image updated",
|
"recipe-image-updated": "Imagem da receita atualizada",
|
||||||
"recipe-name": "Recipe Name",
|
"recipe-name": "Nome da Receita",
|
||||||
"recipe-settings": "Recipe Settings",
|
"recipe-settings": "Configurações da Receita",
|
||||||
"recipe-update-failed": "Recipe update failed",
|
"recipe-update-failed": "Falha ao atualizar a receita",
|
||||||
"recipe-updated": "Recipe updated",
|
"recipe-updated": "Receita atualizada",
|
||||||
"remove-from-favorites": "Remove from Favorites",
|
"remove-from-favorites": "Remover dos Favoritos",
|
||||||
"remove-section": "Remove Section",
|
"remove-section": "Remover Seção",
|
||||||
"save-recipe-before-use": "Save recipe before use",
|
"save-recipe-before-use": "Salve a receita antes de utilizar",
|
||||||
"section-title": "Section Title",
|
"section-title": "Título da Seção",
|
||||||
"servings": "Servings",
|
"servings": "Porções",
|
||||||
"share-recipe-message": "I wanted to share my {0} recipe with you.",
|
"share-recipe-message": "Eu quero compartilhar minha receita de {0} com você.",
|
||||||
"show-nutrition-values": "Show Nutrition Values",
|
"show-nutrition-values": "Mostrar informações nutricionais",
|
||||||
"sodium-content": "Sodium",
|
"sodium-content": "Sódio",
|
||||||
"step-index": "Step: {step}",
|
"step-index": "Passo: {step}",
|
||||||
"sugar-content": "Sugar",
|
"sugar-content": "Açúcares",
|
||||||
"title": "Title",
|
"title": "Título",
|
||||||
"total-time": "Total Time",
|
"total-time": "Tempo Total",
|
||||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
||||||
},
|
},
|
||||||
"reicpe": {
|
"reicpe": {
|
||||||
"no-recipe": "No Recipe"
|
"no-recipe": "Nenhuma Receita"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"advanced-search": "Advanced Search",
|
"advanced-search": "Pesquisa avançada",
|
||||||
"and": "and",
|
"and": "e",
|
||||||
"exclude": "Exclude",
|
"exclude": "Excluir",
|
||||||
"include": "Include",
|
"include": "Incluir",
|
||||||
"max-results": "Max Results",
|
"max-results": "Número máx. de resultados",
|
||||||
"or": "Or",
|
"or": "Ou",
|
||||||
"results": "Results",
|
"results": "Resultados",
|
||||||
"search": "Search",
|
"search": "Pesquisar",
|
||||||
"search-mealie": "Search Mealie (press /)",
|
"search-mealie": "Pesquisar no Mealie (pressione /)",
|
||||||
"search-placeholder": "Search...",
|
"search-placeholder": "Pesquisar...",
|
||||||
"tag-filter": "Tag Filter"
|
"tag-filter": "Tag Filter"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"add-a-new-theme": "Add a New Theme",
|
"add-a-new-theme": "Adicionar um novo tema",
|
||||||
"admin-settings": "Admin Settings",
|
"admin-settings": "Admin Settings",
|
||||||
"backup": {
|
"backup": {
|
||||||
"backup-created-at-response-export_path": "Backup Created at {path}",
|
"backup-created-at-response-export_path": "Backup criado em {path}",
|
||||||
"backup-deleted": "Backup deleted",
|
"backup-deleted": "Backup deleted",
|
||||||
"backup-tag": "Backup Tag",
|
"backup-tag": "Backup Tag",
|
||||||
"create-heading": "Create a Backup",
|
"create-heading": "Criar um Backup",
|
||||||
"delete-backup": "Delete Backup",
|
"delete-backup": "Delete Backup",
|
||||||
"error-creating-backup-see-log-file": "Error Creating Backup. See Log File",
|
"error-creating-backup-see-log-file": "Error Creating Backup. See Log File",
|
||||||
"full-backup": "Full Backup",
|
"full-backup": "Full Backup",
|
||||||
@ -312,106 +312,106 @@
|
|||||||
"unable-to-delete-backup": "Unable to Delete Backup."
|
"unable-to-delete-backup": "Unable to Delete Backup."
|
||||||
},
|
},
|
||||||
"backup-and-exports": "Backups",
|
"backup-and-exports": "Backups",
|
||||||
"change-password": "Change Password",
|
"change-password": "Alterar senha",
|
||||||
"current": "Version:",
|
"current": "Versão:",
|
||||||
"custom-pages": "Custom Pages",
|
"custom-pages": "Páginas personalizadas",
|
||||||
"edit-page": "Edit Page",
|
"edit-page": "Editar Página",
|
||||||
"events": "Events",
|
"events": "Eventos",
|
||||||
"first-day-of-week": "First day of the week",
|
"first-day-of-week": "Primeiro dia da semana",
|
||||||
"group-settings-updated": "Group Settings Updated",
|
"group-settings-updated": "Configurações de Grupo Atualizadas",
|
||||||
"homepage": {
|
"homepage": {
|
||||||
"all-categories": "All Categories",
|
"all-categories": "Todas as Categorias",
|
||||||
"card-per-section": "Card Per Section",
|
"card-per-section": "Cartão por Seção",
|
||||||
"home-page": "Home Page",
|
"home-page": "Página Inicial",
|
||||||
"home-page-sections": "Home Page Sections",
|
"home-page-sections": "Seções da Página Inicial",
|
||||||
"show-recent": "Show Recent"
|
"show-recent": "Mostrar Recentes"
|
||||||
},
|
},
|
||||||
"language": "Language",
|
"language": "Idioma",
|
||||||
"latest": "Latest",
|
"latest": "Mais recentes",
|
||||||
"local-api": "Local API",
|
"local-api": "API Local",
|
||||||
"locale-settings": "Locale settings",
|
"locale-settings": "Locale settings",
|
||||||
"migrations": "Migrations",
|
"migrations": "Migrações",
|
||||||
"new-page": "New Page",
|
"new-page": "Nova Página",
|
||||||
"notify": "Notify",
|
"notify": "Notificações",
|
||||||
"organize": "Organize",
|
"organize": "Organizar",
|
||||||
"page-name": "Page Name",
|
"page-name": "Nome da Página",
|
||||||
"pages": "Pages",
|
"pages": "Páginas",
|
||||||
"profile": "Profile",
|
"profile": "Perfil",
|
||||||
"remove-existing-entries-matching-imported-entries": "Remove existing entries matching imported entries",
|
"remove-existing-entries-matching-imported-entries": "Remove existing entries matching imported entries",
|
||||||
"set-new-time": "Set New Time",
|
"set-new-time": "Definir novo horário",
|
||||||
"settings-update-failed": "Settings update failed",
|
"settings-update-failed": "Falha ao atualizar configurações",
|
||||||
"settings-updated": "Settings updated",
|
"settings-updated": "Configurações atualizadas",
|
||||||
"site-settings": "Site Settings",
|
"site-settings": "Configurações do site",
|
||||||
"theme": {
|
"theme": {
|
||||||
"accent": "Accent",
|
"accent": "Cor em destaque",
|
||||||
"dark": "Dark",
|
"dark": "Escuro",
|
||||||
"default-to-system": "Default to system",
|
"default-to-system": "Padrão para o sistema",
|
||||||
"error": "Error",
|
"error": "Erro",
|
||||||
"error-creating-theme-see-log-file": "Error creating theme. See log file.",
|
"error-creating-theme-see-log-file": "Erro ao criar tema. Consulte o arquivo de log.",
|
||||||
"error-deleting-theme": "Error deleting theme",
|
"error-deleting-theme": "Erro ao excluir tema",
|
||||||
"error-updating-theme": "Error updating theme",
|
"error-updating-theme": "Erro ao atualizar tema",
|
||||||
"info": "Info",
|
"info": "Informação",
|
||||||
"light": "Light",
|
"light": "Claro",
|
||||||
"primary": "Primary",
|
"primary": "Primária",
|
||||||
"secondary": "Secondary",
|
"secondary": "Secundária",
|
||||||
"success": "Success",
|
"success": "Sucesso",
|
||||||
"switch-to-dark-mode": "Switch to dark mode",
|
"switch-to-dark-mode": "Mudar para modo escuro",
|
||||||
"switch-to-light-mode": "Switch to light mode",
|
"switch-to-light-mode": "Alternar para modo claro",
|
||||||
"theme-deleted": "Theme deleted",
|
"theme-deleted": "Tema excluído",
|
||||||
"theme-name": "Theme Name",
|
"theme-name": "Nome do Tema",
|
||||||
"theme-name-is-required": "Theme Name is required.",
|
"theme-name-is-required": "O nome do tema é obrigatório.",
|
||||||
"theme-saved": "Theme Saved",
|
"theme-saved": "Tema Salvo",
|
||||||
"theme-updated": "Theme updated",
|
"theme-updated": "Tema atualizado",
|
||||||
"warning": "Warning"
|
"warning": "Atenção"
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
"active-tokens": "ACTIVE TOKENS",
|
"active-tokens": "TOKENS ATIVOS",
|
||||||
"api-token": "API Token",
|
"api-token": "Token de API",
|
||||||
"api-tokens": "API Tokens",
|
"api-tokens": "Tokens de API",
|
||||||
"copy-this-token-for-use-with-an-external-application-this-token-will-not-be-viewable-again": "Copy this token for use with an external application. This token will not be viewable again.",
|
"copy-this-token-for-use-with-an-external-application-this-token-will-not-be-viewable-again": "Copy this token for use with an external application. This token will not be viewable again.",
|
||||||
"create-an-api-token": "Create an API Token",
|
"create-an-api-token": "Criar um token de API",
|
||||||
"token-name": "Token Name"
|
"token-name": "Nome do Token"
|
||||||
},
|
},
|
||||||
"toolbox": {
|
"toolbox": {
|
||||||
"assign-all": "Assign All",
|
"assign-all": "Atribuir a todos",
|
||||||
"bulk-assign": "Bulk Assign",
|
"bulk-assign": "Atribuir em massa",
|
||||||
"new-name": "New Name",
|
"new-name": "Novo Nome",
|
||||||
"no-unused-items": "No Unused Items",
|
"no-unused-items": "Nenhum item não utilizado",
|
||||||
"recipes-affected": "No Recipes Affected|One Recipe Affected|{count} Recipes Affected",
|
"recipes-affected": "Nenhuma Receita Afetada|Uma Receita Afetada|{count} Receitas Afetadas",
|
||||||
"remove-unused": "Remove Unused",
|
"remove-unused": "Remover não utilizadas",
|
||||||
"title-case-all": "Title Case All",
|
"title-case-all": "Title Case All",
|
||||||
"toolbox": "Toolbox",
|
"toolbox": "Ferramentas",
|
||||||
"unorganized": "Unorganized"
|
"unorganized": "Unorganized"
|
||||||
},
|
},
|
||||||
"webhooks": {
|
"webhooks": {
|
||||||
"test-webhooks": "Test Webhooks",
|
"test-webhooks": "Testar webhooks",
|
||||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||||
"webhook-url": "Webhook URL",
|
"webhook-url": "Webhook URL",
|
||||||
"webhooks-caps": "WEBHOOKS"
|
"webhooks-caps": "WEBHOOKS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "Todas as Listas",
|
||||||
"create-shopping-list": "Create Shopping List",
|
"create-shopping-list": "Criar Lista de Compras",
|
||||||
"from-recipe": "From Recipe",
|
"from-recipe": "Da Receita",
|
||||||
"list-name": "List Name",
|
"list-name": "Nome da Lista",
|
||||||
"new-list": "New List",
|
"new-list": "Nova lista",
|
||||||
"quantity": "Quantity: {0}",
|
"quantity": "Quantidade: {0}",
|
||||||
"shopping-list": "Shopping List",
|
"shopping-list": "Shopping List",
|
||||||
"shopping-lists": "Shopping Lists"
|
"shopping-lists": "Shopping Lists"
|
||||||
},
|
},
|
||||||
"sidebar": {
|
"sidebar": {
|
||||||
"all-recipes": "All Recipes",
|
"all-recipes": "All Recipes",
|
||||||
"categories": "Categories",
|
"categories": "Categorias",
|
||||||
"dashboard": "Dashboard",
|
"dashboard": "Dashboard",
|
||||||
"home-page": "Home Page",
|
"home-page": "Home Page",
|
||||||
"manage-users": "Manage Users",
|
"manage-users": "Manage Users",
|
||||||
"migrations": "Migrations",
|
"migrations": "Migrações",
|
||||||
"profile": "Profile",
|
"profile": "Perfil",
|
||||||
"search": "Search",
|
"search": "Pesquisar",
|
||||||
"site-settings": "Site Settings",
|
"site-settings": "Site Settings",
|
||||||
"tags": "Tags",
|
"tags": "Tags",
|
||||||
"toolbox": "Toolbox"
|
"toolbox": "Ferramentas"
|
||||||
},
|
},
|
||||||
"signup": {
|
"signup": {
|
||||||
"error-signing-up": "Error Signing Up",
|
"error-signing-up": "Error Signing Up",
|
||||||
@ -434,50 +434,50 @@
|
|||||||
"untagged-count": "Untagged {count}"
|
"untagged-count": "Untagged {count}"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"admin": "Admin",
|
"admin": "Administrador",
|
||||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||||
"are-you-sure-you-want-to-delete-the-user": "Are you sure you want to delete the user <b>{activeName} ID: {activeId}<b/>?",
|
"are-you-sure-you-want-to-delete-the-user": "Are you sure you want to delete the user <b>{activeName} ID: {activeId}<b/>?",
|
||||||
"confirm-link-deletion": "Confirm Link Deletion",
|
"confirm-link-deletion": "Confirm Link Deletion",
|
||||||
"confirm-password": "Confirm Password",
|
"confirm-password": "Confirmar senha",
|
||||||
"confirm-user-deletion": "Confirm User Deletion",
|
"confirm-user-deletion": "Confirm User Deletion",
|
||||||
"could-not-validate-credentials": "Could Not Validate Credentials",
|
"could-not-validate-credentials": "Could Not Validate Credentials",
|
||||||
"create-link": "Create Link",
|
"create-link": "Create Link",
|
||||||
"create-user": "Create User",
|
"create-user": "Criar usuário",
|
||||||
"current-password": "Current Password",
|
"current-password": "Senha atual",
|
||||||
"e-mail-must-be-valid": "E-mail must be valid",
|
"e-mail-must-be-valid": "O e-mail deve ser válido",
|
||||||
"edit-user": "Edit User",
|
"edit-user": "Editar Usuário",
|
||||||
"email": "Email",
|
"email": "E-mail",
|
||||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
"error-cannot-delete-super-user": "Erro! Não é possível excluir Super Usuário",
|
||||||
"existing-password-does-not-match": "Existing password does not match",
|
"existing-password-does-not-match": "Existing password does not match",
|
||||||
"full-name": "Full Name",
|
"full-name": "Nome Completo",
|
||||||
"link-id": "Link ID",
|
"link-id": "Link ID",
|
||||||
"link-name": "Link Name",
|
"link-name": "Link Name",
|
||||||
"login": "Login",
|
"login": "Login",
|
||||||
"logout": "Logout",
|
"logout": "Logout",
|
||||||
"manage-users": "Manage Users",
|
"manage-users": "Gerenciar Usuários",
|
||||||
"new-password": "New Password",
|
"new-password": "Nova senha",
|
||||||
"new-user": "New User",
|
"new-user": "Novo Usuário",
|
||||||
"password": "Password",
|
"password": "Senha",
|
||||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
"password-has-been-reset-to-the-default-password": "A senha foi redefinida para a senha padrão",
|
||||||
"password-must-match": "Password must match",
|
"password-must-match": "Password must match",
|
||||||
"password-reset-failed": "Password reset failed",
|
"password-reset-failed": "Falha na redefinição da senha",
|
||||||
"password-updated": "Password updated",
|
"password-updated": "Senha modificada",
|
||||||
"reset-password": "Reset Password",
|
"reset-password": "Alterar senha",
|
||||||
"sign-in": "Sign in",
|
"sign-in": "Sign in",
|
||||||
"total-mealplans": "Total MealPlans",
|
"total-mealplans": "Total MealPlans",
|
||||||
"total-users": "Total Users",
|
"total-users": "Total de usuários",
|
||||||
"upload-photo": "Upload Photo",
|
"upload-photo": "Enviar Foto",
|
||||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
"use-8-characters-or-more-for-your-password": "Use 8 caracteres ou mais para sua senha",
|
||||||
"user": "User",
|
"user": "Usuário",
|
||||||
"user-created": "User created",
|
"user-created": "Usuário criado",
|
||||||
"user-creation-failed": "User creation failed",
|
"user-creation-failed": "Falha ao criar usuário",
|
||||||
"user-deleted": "User deleted",
|
"user-deleted": "User deleted",
|
||||||
"user-id": "User ID",
|
"user-id": "ID do Usuário",
|
||||||
"user-id-with-value": "User ID: {id}",
|
"user-id-with-value": "ID do Usuário: {id}",
|
||||||
"user-password": "User Password",
|
"user-password": "Senha do Usuário",
|
||||||
"user-successfully-logged-in": "User Successfully Logged In",
|
"user-successfully-logged-in": "User Successfully Logged In",
|
||||||
"user-update-failed": "User update failed",
|
"user-update-failed": "Falha ao atualizar o usuário",
|
||||||
"user-updated": "User updated",
|
"user-updated": "Usuário atualizado",
|
||||||
"username": "Username",
|
"username": "Username",
|
||||||
"users": "Users",
|
"users": "Users",
|
||||||
"users-header": "USERS",
|
"users-header": "USERS",
|
||||||
|
@ -23,14 +23,14 @@
|
|||||||
"version": "Verzia"
|
"version": "Verzia"
|
||||||
},
|
},
|
||||||
"asset": {
|
"asset": {
|
||||||
"assets": "Doplnky",
|
"assets": "Prílohy",
|
||||||
"code": "Kód",
|
"code": "Kód",
|
||||||
"file": "Súbor",
|
"file": "Súbor",
|
||||||
"image": "Obrázok",
|
"image": "Obrázok",
|
||||||
"new-asset": "Nový doplnok",
|
"new-asset": "Nová príloha",
|
||||||
"pdf": "PDF",
|
"pdf": "PDF",
|
||||||
"recipe": "Recept",
|
"recipe": "Recept",
|
||||||
"show-assets": "Ukáž doplnky"
|
"show-assets": "Ukáž prílohy"
|
||||||
},
|
},
|
||||||
"category": {
|
"category": {
|
||||||
"category-created": "Kategória vytvorená",
|
"category-created": "Kategória vytvorená",
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"apprise-url": "Apprise URL",
|
"apprise-url": "Apprise URL",
|
||||||
"database": "Databáza",
|
"database": "Databáza",
|
||||||
"delete-event": "Odstrániť akciu",
|
"delete-event": "Odstrániť akciu",
|
||||||
"new-notification-form-description": "Mealie uses the Apprise library to generate notifications. They offer many options for services to use for notifications. Refer to their wiki for a comprehensive guide on how to create the URL for your service. If available, selecting the type of your notification may include extra features.",
|
"new-notification-form-description": "Mealie používa na generovanie upozornení knižnicu Apprise. Vďaka tomu ponúkajú množstvo možností pre služby využívajúce upozornenia. V prípade, ak chcete vytvoriť URL odkaz na Vašu službu, obráťte sa na ich oficiálnu wiki. Výberom vhodného typu upozornení môžete získať prístup k ďalším užitočným funkciám.",
|
||||||
"new-version": "K dispozícií je nová verzia!",
|
"new-version": "K dispozícií je nová verzia!",
|
||||||
"notification": "Upozornenie",
|
"notification": "Upozornenie",
|
||||||
"refresh": "Obnoviť",
|
"refresh": "Obnoviť",
|
||||||
@ -118,7 +118,7 @@
|
|||||||
"sunday": "Nedeľa",
|
"sunday": "Nedeľa",
|
||||||
"templates": "Šablóny:",
|
"templates": "Šablóny:",
|
||||||
"test": "Otestovať",
|
"test": "Otestovať",
|
||||||
"themes": "Témy",
|
"themes": "Motívy",
|
||||||
"thursday": "Štvrtok",
|
"thursday": "Štvrtok",
|
||||||
"token": "Token",
|
"token": "Token",
|
||||||
"tuesday": "Utorok",
|
"tuesday": "Utorok",
|
||||||
@ -160,69 +160,69 @@
|
|||||||
"end-date": "Dátum do",
|
"end-date": "Dátum do",
|
||||||
"group": "Skupina (Beta)",
|
"group": "Skupina (Beta)",
|
||||||
"main": "Hlavné",
|
"main": "Hlavné",
|
||||||
"meal-planner": "Meal Planner",
|
"meal-planner": "Plánovač jedál",
|
||||||
"meal-plans": "Meal Plans",
|
"meal-plans": "Jedálničky",
|
||||||
"mealplan-categories": "MEALPLAN CATEGORIES",
|
"mealplan-categories": "KATEGÓRIE JEDÁLNIČKOV",
|
||||||
"mealplan-created": "Mealplan created",
|
"mealplan-created": "Jedálniček vytvorený",
|
||||||
"mealplan-creation-failed": "Mealplan creation failed",
|
"mealplan-creation-failed": "Vytvorenie jedálnička zlyhalo",
|
||||||
"mealplan-deleted": "Mealplan Deleted",
|
"mealplan-deleted": "Jedálniček odstránený",
|
||||||
"mealplan-deletion-failed": "Mealplan deletion failed",
|
"mealplan-deletion-failed": "Odstránenie jedálnička zlyhalo",
|
||||||
"mealplan-settings": "Mealplan Settings",
|
"mealplan-settings": "Nastavenia jedálnička",
|
||||||
"mealplan-update-failed": "Mealplan update failed",
|
"mealplan-update-failed": "Aktualizácia jedálnička zlyhala",
|
||||||
"mealplan-updated": "Mealplan Updated",
|
"mealplan-updated": "Jedálniček aktualizovaný",
|
||||||
"no-meal-plan-defined-yet": "No meal plan defined yet",
|
"no-meal-plan-defined-yet": "Nebol vytvorený žiadny jedálniček",
|
||||||
"no-meal-planned-for-today": "No meal planned for today",
|
"no-meal-planned-for-today": "Pre dnešok žiadne jedlo v jedálničku",
|
||||||
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Only recipes with these categories will be used in Meal Plans",
|
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "V jedálničkoch budú použité iba recepty z nasledovných kategórií",
|
||||||
"planner": "Planner",
|
"planner": "Plánovač",
|
||||||
"quick-week": "Quick Week",
|
"quick-week": "Rýchly návrh týždňa",
|
||||||
"side": "Side",
|
"side": "Príloha",
|
||||||
"sides": "Sides",
|
"sides": "Prílohy",
|
||||||
"start-date": "Start Date"
|
"start-date": "Dátum od"
|
||||||
},
|
},
|
||||||
"migration": {
|
"migration": {
|
||||||
"chowdown": {
|
"chowdown": {
|
||||||
"description": "Migrate data from Chowdown",
|
"description": "Preniesť dáta z Chowdown",
|
||||||
"title": "Chowdown"
|
"title": "Chowdown"
|
||||||
},
|
},
|
||||||
"migration-data-removed": "Migration data removed",
|
"migration-data-removed": "Prenesené dáta odstránené",
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
"description": "Migrate data from a Nextcloud Cookbook instance",
|
"description": "Preniesť dáta z Nextcloud Cookbook",
|
||||||
"title": "Nextcloud Cookbook"
|
"title": "Nextcloud Cookbook"
|
||||||
},
|
},
|
||||||
"no-migration-data-available": "No Migration Data Available",
|
"no-migration-data-available": "Dáta na prenos nie sú k dispozícii",
|
||||||
"recipe-migration": "Recipe Migration"
|
"recipe-migration": "Prenos receptu"
|
||||||
},
|
},
|
||||||
"new-recipe": {
|
"new-recipe": {
|
||||||
"bulk-add": "Bulk Add",
|
"bulk-add": "Hromadné pridanie",
|
||||||
"error-details": "Only websites containing ld+json or microdata can be imported by Mealie. Most major recipe websites support this data structure. If your site cannot be imported but there is json data in the log, please submit a github issue with the URL and data.",
|
"error-details": "Mealie dokáže importovať iba webstránky obsahujúce mikrodáta alebo ld+json dáta. Veľká väčšina webstránok zameraných na recepty takéto dáta obsahuje. Ak Vami zvolenú webstránku nie je možné importovať, ale v zázname chybového importu sú json-dáta prítomné, zadajte prosím hlásenie o chybe na našom GitHub profile spolu s odkazom na webstránku a json-dátami.",
|
||||||
"error-title": "Looks Like We Couldn't Find Anything",
|
"error-title": "Je nám ľúto, ale nič sme nenašli",
|
||||||
"from-url": "Import a Recipe",
|
"from-url": "Importovať recept",
|
||||||
"github-issues": "GitHub Issues",
|
"github-issues": "Problémy GitHub",
|
||||||
"google-ld-json-info": "Google ld+json Info",
|
"google-ld-json-info": "Google ld+json Info",
|
||||||
"must-be-a-valid-url": "Must be a Valid URL",
|
"must-be-a-valid-url": "Adresa URL musí byť platná",
|
||||||
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list": "Paste in your recipe data. Each line will be treated as an item in a list",
|
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list": "Vložte údaje z vášho receptu. Každý riadok sa považuje za samostatnú položku v zozname",
|
||||||
"recipe-markup-specification": "Recipe Markup Specification",
|
"recipe-markup-specification": "Nastavenie značkovania receptov",
|
||||||
"recipe-url": "Recipe URL",
|
"recipe-url": "URL adresa receptu",
|
||||||
"upload-a-recipe": "Nahrať recept",
|
"upload-a-recipe": "Nahrať recept",
|
||||||
"upload-individual-zip-file": "Nahrať súbor .zip exportovaný z inej Mealie inštalácie.",
|
"upload-individual-zip-file": "Nahrať súbor .zip exportovaný z inej Mealie inštalácie.",
|
||||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
"url-form-hint": "Okopírujte a zložte odkaz z vašej obľúbenej webstránky",
|
||||||
"view-scraped-data": "View Scraped Data"
|
"view-scraped-data": "Náhľad získaných údajov"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
"404-page-not-found": "404 Page not found",
|
"404-page-not-found": "Chyba 404 - Stránka nenájdená",
|
||||||
"all-recipes": "All Recipes",
|
"all-recipes": "Všetky recepty",
|
||||||
"new-page-created": "New page created",
|
"new-page-created": "Nová stránka bola vytvorená",
|
||||||
"page": "Page",
|
"page": "Stránka",
|
||||||
"page-creation-failed": "Page creation failed",
|
"page-creation-failed": "Vytvorenie stránky zlyhalo",
|
||||||
"page-deleted": "Page deleted",
|
"page-deleted": "Stránka bola odstránená",
|
||||||
"page-deletion-failed": "Page deletion failed",
|
"page-deletion-failed": "Odstránenie stránky zlyhalo",
|
||||||
"page-update-failed": "Page update failed",
|
"page-update-failed": "Aktualizácia stránky zlyhala",
|
||||||
"page-updated": "Page updated",
|
"page-updated": "Stránka bola aktualizovaná",
|
||||||
"pages-update-failed": "Pages update failed",
|
"pages-update-failed": "Aktualizácia stránok zlyhala",
|
||||||
"pages-updated": "Pages updated"
|
"pages-updated": "Stránky boli aktualizované"
|
||||||
},
|
},
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"add-key": "Add Key",
|
"add-key": "Pridať kľúč",
|
||||||
"add-to-favorites": "Pridať do obľúbených",
|
"add-to-favorites": "Pridať do obľúbených",
|
||||||
"api-extras": "API Extras",
|
"api-extras": "API Extras",
|
||||||
"calories": "Kalórie",
|
"calories": "Kalórie",
|
||||||
@ -241,249 +241,249 @@
|
|||||||
"grams": "gramov",
|
"grams": "gramov",
|
||||||
"ingredient": "Surovina",
|
"ingredient": "Surovina",
|
||||||
"ingredients": "Suroviny",
|
"ingredients": "Suroviny",
|
||||||
"insert-section": "Insert Section",
|
"insert-section": "Vložiť sekciu",
|
||||||
"instructions": "Instructions",
|
"instructions": "Postup",
|
||||||
"key-name-required": "Key Name Required",
|
"key-name-required": "Názov kľúča je povinným údajom",
|
||||||
"landscape-view-coming-soon": "Landscape View (Coming Soon)",
|
"landscape-view-coming-soon": "Orientácia na šírku (čoskoro)",
|
||||||
"milligrams": "milligrams",
|
"milligrams": "miligramov",
|
||||||
"new-key-name": "New Key Name",
|
"new-key-name": "Názov nového kľúča",
|
||||||
"no-white-space-allowed": "No White Space Allowed",
|
"no-white-space-allowed": "Medzery nie sú povolené",
|
||||||
"note": "Note",
|
"note": "Poznámka",
|
||||||
"nutrition": "Nutrition",
|
"nutrition": "Nutričné hodnoty",
|
||||||
"object-key": "Object Key",
|
"object-key": "Kľúč objektu",
|
||||||
"object-value": "Object Value",
|
"object-value": "Hodnota objektu",
|
||||||
"original-url": "Original URL",
|
"original-url": "URL zdroja",
|
||||||
"perform-time": "Cook Time",
|
"perform-time": "Tepelná úprava",
|
||||||
"prep-time": "Prep Time",
|
"prep-time": "Príprava",
|
||||||
"protein-content": "Protein",
|
"protein-content": "Bielkoviny",
|
||||||
"public-recipe": "Public Recipe",
|
"public-recipe": "Verejne dostupný recept",
|
||||||
"recipe-created": "Recipe created",
|
"recipe-created": "Recept bol vytvorený",
|
||||||
"recipe-creation-failed": "Recipe creation failed",
|
"recipe-creation-failed": "Vytvorenie receptu zlyhalo",
|
||||||
"recipe-deleted": "Recipe deleted",
|
"recipe-deleted": "Recept bol odstránený",
|
||||||
"recipe-image": "Recipe Image",
|
"recipe-image": "Obrázok receptu",
|
||||||
"recipe-image-updated": "Recipe image updated",
|
"recipe-image-updated": "Obrázok receptu aktualizovaný",
|
||||||
"recipe-name": "Recipe Name",
|
"recipe-name": "Názov receptu",
|
||||||
"recipe-settings": "Recipe Settings",
|
"recipe-settings": "Nastavenia receptu",
|
||||||
"recipe-update-failed": "Recipe update failed",
|
"recipe-update-failed": "Aktualizácia receptu zlyhala",
|
||||||
"recipe-updated": "Recipe updated",
|
"recipe-updated": "Recept bol aktualizovaný",
|
||||||
"remove-from-favorites": "Remove from Favorites",
|
"remove-from-favorites": "Ostrániť z obľúbených",
|
||||||
"remove-section": "Remove Section",
|
"remove-section": "Odstrániť sekciu",
|
||||||
"save-recipe-before-use": "Save recipe before use",
|
"save-recipe-before-use": "Uložiť recept pred použitím",
|
||||||
"section-title": "Section Title",
|
"section-title": "Názov sekcie",
|
||||||
"servings": "Servings",
|
"servings": "Porcie",
|
||||||
"share-recipe-message": "I wanted to share my {0} recipe with you.",
|
"share-recipe-message": "Chcel by som sa s tebou podeliť o recept na {0}.",
|
||||||
"show-nutrition-values": "Show Nutrition Values",
|
"show-nutrition-values": "Ukáž nutričné hodnoty",
|
||||||
"sodium-content": "Sodium",
|
"sodium-content": "Sodík",
|
||||||
"step-index": "Step: {step}",
|
"step-index": "Krok: {step}",
|
||||||
"sugar-content": "Sugar",
|
"sugar-content": "Cukry",
|
||||||
"title": "Title",
|
"title": "Názov",
|
||||||
"total-time": "Total Time",
|
"total-time": "Celkový čas",
|
||||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
"unable-to-delete-recipe": "Recept nie je možné odstrániť"
|
||||||
},
|
},
|
||||||
"reicpe": {
|
"reicpe": {
|
||||||
"no-recipe": "No Recipe"
|
"no-recipe": "Bez receptu"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"advanced-search": "Advanced Search",
|
"advanced-search": "Rozšírené vyhľadávanie",
|
||||||
"and": "and",
|
"and": "a",
|
||||||
"exclude": "Exclude",
|
"exclude": "Vylúčiť",
|
||||||
"include": "Include",
|
"include": "Zahrnúť",
|
||||||
"max-results": "Max Results",
|
"max-results": "Max. počet výsledkov",
|
||||||
"or": "Or",
|
"or": "Alebo",
|
||||||
"results": "Results",
|
"results": "Výsledky",
|
||||||
"search": "Search",
|
"search": "Vyhľadať",
|
||||||
"search-mealie": "Search Mealie (press /)",
|
"search-mealie": "Prehľadať Mealie (stlač /)",
|
||||||
"search-placeholder": "Search...",
|
"search-placeholder": "Hľadať...",
|
||||||
"tag-filter": "Tag Filter"
|
"tag-filter": "Filter štítkov"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"add-a-new-theme": "Add a New Theme",
|
"add-a-new-theme": "Pridať nový motív",
|
||||||
"admin-settings": "Admin Settings",
|
"admin-settings": "Nastavenia správcu",
|
||||||
"backup": {
|
"backup": {
|
||||||
"backup-created-at-response-export_path": "Backup Created at {path}",
|
"backup-created-at-response-export_path": "Záloha vytvorená v {path}",
|
||||||
"backup-deleted": "Backup deleted",
|
"backup-deleted": "Záloha bola odstránená",
|
||||||
"backup-tag": "Backup Tag",
|
"backup-tag": "Označenie zálohy",
|
||||||
"create-heading": "Create a Backup",
|
"create-heading": "Vytvoriť zálohu",
|
||||||
"delete-backup": "Delete Backup",
|
"delete-backup": "Odstrániť zálohu",
|
||||||
"error-creating-backup-see-log-file": "Error Creating Backup. See Log File",
|
"error-creating-backup-see-log-file": "Vytvorenie zálohy zlyhalo. Pozrite prosím súbor záznamu",
|
||||||
"full-backup": "Full Backup",
|
"full-backup": "Úplná záloha",
|
||||||
"import-summary": "Import Summary",
|
"import-summary": "Importovať zhrnutie",
|
||||||
"partial-backup": "Partial Backup",
|
"partial-backup": "Čiastočná záloha",
|
||||||
"unable-to-delete-backup": "Unable to Delete Backup."
|
"unable-to-delete-backup": "Zálohu nebolo možné odstrániť."
|
||||||
},
|
},
|
||||||
"backup-and-exports": "Backups",
|
"backup-and-exports": "Zálohy",
|
||||||
"change-password": "Change Password",
|
"change-password": "Zmeniť heslo",
|
||||||
"current": "Version:",
|
"current": "Verzia:",
|
||||||
"custom-pages": "Custom Pages",
|
"custom-pages": "Vlastné stránky",
|
||||||
"edit-page": "Edit Page",
|
"edit-page": "Upraviť stránku",
|
||||||
"events": "Events",
|
"events": "Udalosti",
|
||||||
"first-day-of-week": "First day of the week",
|
"first-day-of-week": "Prvý deň v týždni",
|
||||||
"group-settings-updated": "Group Settings Updated",
|
"group-settings-updated": "Nastavenia skupiny boli aktualizované",
|
||||||
"homepage": {
|
"homepage": {
|
||||||
"all-categories": "All Categories",
|
"all-categories": "Všetky kategórie",
|
||||||
"card-per-section": "Card Per Section",
|
"card-per-section": "Karta na sekciu",
|
||||||
"home-page": "Home Page",
|
"home-page": "Domovská stránka",
|
||||||
"home-page-sections": "Home Page Sections",
|
"home-page-sections": "Sekcie na domovskej stránke",
|
||||||
"show-recent": "Show Recent"
|
"show-recent": "Zobraziť posledné"
|
||||||
},
|
},
|
||||||
"language": "Language",
|
"language": "Jazyk",
|
||||||
"latest": "Latest",
|
"latest": "Najnovšie",
|
||||||
"local-api": "Local API",
|
"local-api": "Local API",
|
||||||
"locale-settings": "Locale settings",
|
"locale-settings": "Miestne nastavenia",
|
||||||
"migrations": "Migrations",
|
"migrations": "Migrácie",
|
||||||
"new-page": "New Page",
|
"new-page": "Nová stránka",
|
||||||
"notify": "Notify",
|
"notify": "Upozorniť",
|
||||||
"organize": "Organize",
|
"organize": "Usporiadať",
|
||||||
"page-name": "Page Name",
|
"page-name": "Názov stránky",
|
||||||
"pages": "Pages",
|
"pages": "Stránky",
|
||||||
"profile": "Profile",
|
"profile": "Profil",
|
||||||
"remove-existing-entries-matching-imported-entries": "Remove existing entries matching imported entries",
|
"remove-existing-entries-matching-imported-entries": "Odstrániť existujúce položky totožné s importovanými",
|
||||||
"set-new-time": "Set New Time",
|
"set-new-time": "Nastaviť nový čas",
|
||||||
"settings-update-failed": "Settings update failed",
|
"settings-update-failed": "Aktualizácia nastavení zlyhala",
|
||||||
"settings-updated": "Settings updated",
|
"settings-updated": "Nastavenia boli aktualizované",
|
||||||
"site-settings": "Site Settings",
|
"site-settings": "Nastavenia hostiteľskej stránky",
|
||||||
"theme": {
|
"theme": {
|
||||||
"accent": "Accent",
|
"accent": "Odtieň",
|
||||||
"dark": "Dark",
|
"dark": "Tmavý",
|
||||||
"default-to-system": "Default to system",
|
"default-to-system": "Predvolené systémom",
|
||||||
"error": "Error",
|
"error": "Chyba",
|
||||||
"error-creating-theme-see-log-file": "Error creating theme. See log file.",
|
"error-creating-theme-see-log-file": "Vyskytla sa chyba pri vytváraní motívu. Pozrite súbor záznamu.",
|
||||||
"error-deleting-theme": "Error deleting theme",
|
"error-deleting-theme": "Vyskytla sa chyba pri odstraňovaní motívu",
|
||||||
"error-updating-theme": "Error updating theme",
|
"error-updating-theme": "Vysytla sa chyba pri aktualizácii motívu",
|
||||||
"info": "Info",
|
"info": "Info",
|
||||||
"light": "Light",
|
"light": "Svetlý",
|
||||||
"primary": "Primary",
|
"primary": "Primary",
|
||||||
"secondary": "Secondary",
|
"secondary": "Sekundárny",
|
||||||
"success": "Success",
|
"success": "Hotovo",
|
||||||
"switch-to-dark-mode": "Switch to dark mode",
|
"switch-to-dark-mode": "Prepnúť na tmavý motív",
|
||||||
"switch-to-light-mode": "Switch to light mode",
|
"switch-to-light-mode": "Prepnúť na svetlý motív",
|
||||||
"theme-deleted": "Theme deleted",
|
"theme-deleted": "Motív bol odstránený",
|
||||||
"theme-name": "Theme Name",
|
"theme-name": "Názov motívu",
|
||||||
"theme-name-is-required": "Theme Name is required.",
|
"theme-name-is-required": "Názov motívu je povinným údajom.",
|
||||||
"theme-saved": "Theme Saved",
|
"theme-saved": "Motív bol uložený",
|
||||||
"theme-updated": "Theme updated",
|
"theme-updated": "Motív bol aktualizovaný",
|
||||||
"warning": "Warning"
|
"warning": "Upozornenie"
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
"active-tokens": "ACTIVE TOKENS",
|
"active-tokens": "ACTIVE TOKENS",
|
||||||
"api-token": "API Token",
|
"api-token": "API Token",
|
||||||
"api-tokens": "API Tokens",
|
"api-tokens": "API Tokens",
|
||||||
"copy-this-token-for-use-with-an-external-application-this-token-will-not-be-viewable-again": "Copy this token for use with an external application. This token will not be viewable again.",
|
"copy-this-token-for-use-with-an-external-application-this-token-will-not-be-viewable-again": "Okopíruj zobrazený token na použitie v externej aplikácii. Tento token už nebude možné v budúcnosti opäť zobraziť.",
|
||||||
"create-an-api-token": "Create an API Token",
|
"create-an-api-token": "Vytvoriť API token",
|
||||||
"token-name": "Token Name"
|
"token-name": "Názov tokenu"
|
||||||
},
|
},
|
||||||
"toolbox": {
|
"toolbox": {
|
||||||
"assign-all": "Assign All",
|
"assign-all": "Priradiť všetko",
|
||||||
"bulk-assign": "Bulk Assign",
|
"bulk-assign": "Priradiť hromadne",
|
||||||
"new-name": "New Name",
|
"new-name": "Nový názov",
|
||||||
"no-unused-items": "No Unused Items",
|
"no-unused-items": "Žiadne nepoužité položky",
|
||||||
"recipes-affected": "No Recipes Affected|One Recipe Affected|{count} Recipes Affected",
|
"recipes-affected": "Žiadny recept nebol zmenený|Jeden recept bol zmenený|{count} receptov bolo zmenených",
|
||||||
"remove-unused": "Remove Unused",
|
"remove-unused": "Odstrániť nepoužité",
|
||||||
"title-case-all": "Title Case All",
|
"title-case-all": "Kapitálky",
|
||||||
"toolbox": "Toolbox",
|
"toolbox": "Panel nástrojov",
|
||||||
"unorganized": "Unorganized"
|
"unorganized": "Nezaradené"
|
||||||
},
|
},
|
||||||
"webhooks": {
|
"webhooks": {
|
||||||
"test-webhooks": "Test Webhooks",
|
"test-webhooks": "Otestovať webhook",
|
||||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "URL adresy zobrazené nižšie obdržia webhooky obsahujúce údaje z receptov pre jedálniček v naplánovaný deň. Momentálne webhooky zbiehajú v",
|
||||||
"webhook-url": "Webhook URL",
|
"webhook-url": "URL adresa webhooku",
|
||||||
"webhooks-caps": "WEBHOOKS"
|
"webhooks-caps": "WEBHOOKS"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "Všetky zoznamy",
|
||||||
"create-shopping-list": "Create Shopping List",
|
"create-shopping-list": "Vytvoriť nákupný zoznam",
|
||||||
"from-recipe": "From Recipe",
|
"from-recipe": "Podľa receptu",
|
||||||
"list-name": "List Name",
|
"list-name": "Názov zoznamu",
|
||||||
"new-list": "New List",
|
"new-list": "Nový zoznam",
|
||||||
"quantity": "Quantity: {0}",
|
"quantity": "Množstvo: {0}",
|
||||||
"shopping-list": "Shopping List",
|
"shopping-list": "Nákupný zoznam",
|
||||||
"shopping-lists": "Shopping Lists"
|
"shopping-lists": "Nákupné zoznamy"
|
||||||
},
|
},
|
||||||
"sidebar": {
|
"sidebar": {
|
||||||
"all-recipes": "All Recipes",
|
"all-recipes": "Všetky recepty",
|
||||||
"categories": "Categories",
|
"categories": "Kategórie",
|
||||||
"dashboard": "Dashboard",
|
"dashboard": "Hlavný panel",
|
||||||
"home-page": "Home Page",
|
"home-page": "Úvodná stránka",
|
||||||
"manage-users": "Manage Users",
|
"manage-users": "Užívatelia",
|
||||||
"migrations": "Migrations",
|
"migrations": "Migrácie",
|
||||||
"profile": "Profile",
|
"profile": "Profil",
|
||||||
"search": "Search",
|
"search": "Hľadať",
|
||||||
"site-settings": "Site Settings",
|
"site-settings": "Nastavenia",
|
||||||
"tags": "Tags",
|
"tags": "Štítky",
|
||||||
"toolbox": "Toolbox"
|
"toolbox": "Nástroje"
|
||||||
},
|
},
|
||||||
"signup": {
|
"signup": {
|
||||||
"error-signing-up": "Error Signing Up",
|
"error-signing-up": "Nastala chyba pri registrácii",
|
||||||
"sign-up": "Sign Up",
|
"sign-up": "Registrovať sa",
|
||||||
"sign-up-link-created": "Sign up link created",
|
"sign-up-link-created": "Odkaz na registráciu bol vytvorený",
|
||||||
"sign-up-link-creation-failed": "Sign up link creation failed",
|
"sign-up-link-creation-failed": "Vytvorenie odkazu na registráciu zlyhalo",
|
||||||
"sign-up-links": "Sign Up Links",
|
"sign-up-links": "Odkazy na registráciu",
|
||||||
"sign-up-token-deleted": "Sign Up Token Deleted",
|
"sign-up-token-deleted": "Token registrácie bol odstránený",
|
||||||
"sign-up-token-deletion-failed": "Sign up token deletion failed",
|
"sign-up-token-deletion-failed": "Odstránenie tokenu registrácie zlyhalo",
|
||||||
"welcome-to-mealie": "Welcome to Mealie! To become a user of this instance you are required to have a valid invitation link. If you haven't recieved an invitation you are unable to sign-up. To recieve a link, contact the sites administrator."
|
"welcome-to-mealie": "Vitajte v Mealie! Aby Ste sa stali užívateľom, je nutné získať pozívací odkaz. Bez pozívacieho odkazu registrácia nie je možná. O pozívací odkaz požiadajte administrátora stránky."
|
||||||
},
|
},
|
||||||
"tag": {
|
"tag": {
|
||||||
"tag-created": "Tag created",
|
"tag-created": "Štítok bol vytvorený",
|
||||||
"tag-creation-failed": "Tag creation failed",
|
"tag-creation-failed": "Vytvorenie štítku zlyhalo",
|
||||||
"tag-deleted": "Tag deleted",
|
"tag-deleted": "Štítok bol odstránený",
|
||||||
"tag-deletion-failed": "Tag deletion failed",
|
"tag-deletion-failed": "Odstránenie štítku zlyhalo",
|
||||||
"tag-update-failed": "Tag update failed",
|
"tag-update-failed": "Aktualizácia štítku zlyhala",
|
||||||
"tag-updated": "Tag updated",
|
"tag-updated": "Štítok bol aktualizovaný",
|
||||||
"tags": "Tags",
|
"tags": "Štítky",
|
||||||
"untagged-count": "Untagged {count}"
|
"untagged-count": "Neoznačené {count}"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"admin": "Admin",
|
"admin": "Administrátor",
|
||||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
"are-you-sure-you-want-to-delete-the-link": "Ste si istý, že chcete odstrániť odkaz <b>{link}<b/>?",
|
||||||
"are-you-sure-you-want-to-delete-the-user": "Are you sure you want to delete the user <b>{activeName} ID: {activeId}<b/>?",
|
"are-you-sure-you-want-to-delete-the-user": "Ste si istý, že chcete odstrániť užívateľa <b>{activeName} ID: {activeId}<b/>?",
|
||||||
"confirm-link-deletion": "Confirm Link Deletion",
|
"confirm-link-deletion": "Potvrďte odstránenie odkazu",
|
||||||
"confirm-password": "Confirm Password",
|
"confirm-password": "Potvrdiť heslo",
|
||||||
"confirm-user-deletion": "Confirm User Deletion",
|
"confirm-user-deletion": "Potvrďte odstránenie užívateľa",
|
||||||
"could-not-validate-credentials": "Could Not Validate Credentials",
|
"could-not-validate-credentials": "Prihlasovacie údaje nebolo možné overiť",
|
||||||
"create-link": "Create Link",
|
"create-link": "Vytvoriť odkaz",
|
||||||
"create-user": "Create User",
|
"create-user": "Vytvoriť užívateľa",
|
||||||
"current-password": "Current Password",
|
"current-password": "Súčasné heslo",
|
||||||
"e-mail-must-be-valid": "E-mail must be valid",
|
"e-mail-must-be-valid": "E-mailová adresa musí byť platná",
|
||||||
"edit-user": "Edit User",
|
"edit-user": "Upraviť užívateľa",
|
||||||
"email": "Email",
|
"email": "E-mail",
|
||||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
"error-cannot-delete-super-user": "Chyba! Superužívateľa nie je možné odstrániť",
|
||||||
"existing-password-does-not-match": "Existing password does not match",
|
"existing-password-does-not-match": "Súčasné heslo sa nezhoduje",
|
||||||
"full-name": "Full Name",
|
"full-name": "Celé meno",
|
||||||
"link-id": "Link ID",
|
"link-id": "ID odkazu",
|
||||||
"link-name": "Link Name",
|
"link-name": "Názov odkazu",
|
||||||
"login": "Login",
|
"login": "Prihlásiť sa",
|
||||||
"logout": "Logout",
|
"logout": "Odhlásiť sa",
|
||||||
"manage-users": "Manage Users",
|
"manage-users": "Správa užívateľov",
|
||||||
"new-password": "New Password",
|
"new-password": "Nové heslo",
|
||||||
"new-user": "New User",
|
"new-user": "Nový užívateľ",
|
||||||
"password": "Password",
|
"password": "Heslo",
|
||||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
"password-has-been-reset-to-the-default-password": "Heslo bolo zresetované na prednastavenú hodnotu",
|
||||||
"password-must-match": "Password must match",
|
"password-must-match": "Heslá sa musia zhodovať",
|
||||||
"password-reset-failed": "Password reset failed",
|
"password-reset-failed": "Zresetovanie hesla zlyhalo",
|
||||||
"password-updated": "Password updated",
|
"password-updated": "Heslo bolo aktualizované",
|
||||||
"reset-password": "Reset Password",
|
"reset-password": "Resetovať heslo",
|
||||||
"sign-in": "Sign in",
|
"sign-in": "Prihlásiť sa",
|
||||||
"total-mealplans": "Total MealPlans",
|
"total-mealplans": "Počet jedálničkov",
|
||||||
"total-users": "Total Users",
|
"total-users": "Počet užívateľov",
|
||||||
"upload-photo": "Nahrať fotografiu",
|
"upload-photo": "Nahrať fotografiu",
|
||||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
"use-8-characters-or-more-for-your-password": "Heslo musí obsahovať 8 alebo viac písmen",
|
||||||
"user": "User",
|
"user": "Užívateľ",
|
||||||
"user-created": "User created",
|
"user-created": "Vytvorené užívateľom",
|
||||||
"user-creation-failed": "User creation failed",
|
"user-creation-failed": "Vytvorenie užívateľa zlyhalo",
|
||||||
"user-deleted": "User deleted",
|
"user-deleted": "Užívateľ bol odstránený",
|
||||||
"user-id": "User ID",
|
"user-id": "ID užívateľa",
|
||||||
"user-id-with-value": "User ID: {id}",
|
"user-id-with-value": "ID užívateľa: {id}",
|
||||||
"user-password": "User Password",
|
"user-password": "Heslo užívateľa",
|
||||||
"user-successfully-logged-in": "User Successfully Logged In",
|
"user-successfully-logged-in": "Užívateľ bol úspešne prihlásený",
|
||||||
"user-update-failed": "User update failed",
|
"user-update-failed": "Aktualizácia užívateľa zlyhala",
|
||||||
"user-updated": "User updated",
|
"user-updated": "Užívateľ bol aktualizovaný",
|
||||||
"username": "Username",
|
"username": "Užívateľské meno",
|
||||||
"users": "Users",
|
"users": "Užívatelia",
|
||||||
"users-header": "USERS",
|
"users-header": "USERS",
|
||||||
"webhook-time": "Webhook Time",
|
"webhook-time": "Čas webhookov",
|
||||||
"webhooks-enabled": "Webhooks Enabled",
|
"webhooks-enabled": "Webhooky povolené",
|
||||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
"you-are-not-allowed-to-create-a-user": "Nie Ste oprávnený vytvoriť nového užívateľa",
|
||||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
"you-are-not-allowed-to-delete-this-user": "Nie Ste oprávnený odstrániť tohto užívateľa"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,182 +1,182 @@
|
|||||||
{
|
{
|
||||||
"about": {
|
"about": {
|
||||||
"about": "About",
|
"about": "關於",
|
||||||
"about-mealie": "About Mealie",
|
"about-mealie": "關於Mealie",
|
||||||
"api-docs": "API Docs",
|
"api-docs": "API 文件",
|
||||||
"api-port": "API Port",
|
"api-port": "API 埠號",
|
||||||
"application-mode": "Application Mode",
|
"application-mode": "軟體模式",
|
||||||
"database-type": "Database Type",
|
"database-type": "資料庫類型",
|
||||||
"database-url": "Database URL",
|
"database-url": "資料庫網址",
|
||||||
"default-group": "Default Group",
|
"default-group": "預設群組",
|
||||||
"demo": "Demo",
|
"demo": "展示",
|
||||||
"demo-status": "Demo Status",
|
"demo-status": "展示狀態",
|
||||||
"development": "Development",
|
"development": "開發版",
|
||||||
"docs": "Docs",
|
"docs": "文件",
|
||||||
"download-log": "Download Log",
|
"download-log": "下載日誌",
|
||||||
"download-recipe-json": "Last Scraped JSON",
|
"download-recipe-json": "上次網頁擷取的JSON",
|
||||||
"github": "Github",
|
"github": "GitHub",
|
||||||
"log-lines": "Log Lines",
|
"log-lines": "日誌行數",
|
||||||
"not-demo": "Not Demo",
|
"not-demo": "非展示",
|
||||||
"portfolio": "Portfolio",
|
"portfolio": "個人檔案",
|
||||||
"production": "Production",
|
"production": "正式版",
|
||||||
"support": "Support",
|
"support": "支持",
|
||||||
"version": "Version"
|
"version": "版本"
|
||||||
},
|
},
|
||||||
"asset": {
|
"asset": {
|
||||||
"assets": "Assets",
|
"assets": "資源",
|
||||||
"code": "Code",
|
"code": "程式碼",
|
||||||
"file": "File",
|
"file": "檔案",
|
||||||
"image": "Image",
|
"image": "圖片",
|
||||||
"new-asset": "New Asset",
|
"new-asset": "新增資源",
|
||||||
"pdf": "PDF",
|
"pdf": "PDF",
|
||||||
"recipe": "Recipe",
|
"recipe": "食譜",
|
||||||
"show-assets": "Show Assets"
|
"show-assets": "顯示資源"
|
||||||
},
|
},
|
||||||
"category": {
|
"category": {
|
||||||
"category-created": "Category created",
|
"category-created": "類別已新增",
|
||||||
"category-creation-failed": "Category creation failed",
|
"category-creation-failed": "新增類別失敗",
|
||||||
"category-deleted": "Category Deleted",
|
"category-deleted": "類別已刪除",
|
||||||
"category-deletion-failed": "Category deletion failed",
|
"category-deletion-failed": "類別刪除失敗",
|
||||||
"category-filter": "Category Filter",
|
"category-filter": "類別篩選",
|
||||||
"category-update-failed": "Category update failed",
|
"category-update-failed": "類別更新失敗",
|
||||||
"category-updated": "Category updated",
|
"category-updated": "類別已更新",
|
||||||
"uncategorized-count": "Uncategorized {count}"
|
"uncategorized-count": "未分類 {count}"
|
||||||
},
|
},
|
||||||
"events": {
|
"events": {
|
||||||
"apprise-url": "Apprise URL",
|
"apprise-url": "Apprise連結",
|
||||||
"database": "Database",
|
"database": "資料庫",
|
||||||
"delete-event": "Delete Event",
|
"delete-event": "删除事件",
|
||||||
"new-notification-form-description": "Mealie uses the Apprise library to generate notifications. They offer many options for services to use for notifications. Refer to their wiki for a comprehensive guide on how to create the URL for your service. If available, selecting the type of your notification may include extra features.",
|
"new-notification-form-description": "Mealie使用Apprise來產生通知。他們提供多種選項給服務來使用通知。請參考他們wiki上關於如何為你的服務新建一個連結的詳細指引。若選擇通知的種類,可能會包含額外的功能。",
|
||||||
"new-version": "New version available!",
|
"new-version": "有可用的新版本!",
|
||||||
"notification": "Notification",
|
"notification": "通知",
|
||||||
"refresh": "Refresh",
|
"refresh": "重新整理",
|
||||||
"scheduled": "Scheduled",
|
"scheduled": "已排程",
|
||||||
"something-went-wrong": "Something Went Wrong!",
|
"something-went-wrong": "出了點問題...",
|
||||||
"subscribed-events": "Subscribed Events",
|
"subscribed-events": "關注的事件",
|
||||||
"test-message-sent": "Test Message Sent"
|
"test-message-sent": "測試訊息已發送"
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"cancel": "取消",
|
"cancel": "取消",
|
||||||
"clear": "Clear",
|
"clear": "清除",
|
||||||
"close": "關閉",
|
"close": "關閉",
|
||||||
"confirm": "確定",
|
"confirm": "確定",
|
||||||
"confirm-delete-generic": "Are you sure you want to delete this?",
|
"confirm-delete-generic": "您確定要刪除這個嗎?",
|
||||||
"copied": "Copied",
|
"copied": "已複製",
|
||||||
"create": "創建",
|
"create": "創建",
|
||||||
"created": "Created",
|
"created": "已建立",
|
||||||
"custom": "Custom",
|
"custom": "自訂",
|
||||||
"dashboard": "Dashboard",
|
"dashboard": "控制面板",
|
||||||
"delete": "删除",
|
"delete": "删除",
|
||||||
"disabled": "Disabled",
|
"disabled": "已停用",
|
||||||
"download": "下载",
|
"download": "下载",
|
||||||
"edit": "编辑",
|
"edit": "编辑",
|
||||||
"enabled": "启用",
|
"enabled": "已啟用",
|
||||||
"exception": "Exception",
|
"exception": "錯誤",
|
||||||
"failed-count": "Failed: {count}",
|
"failed-count": "失敗: {count}",
|
||||||
"failure-uploading-file": "Failure uploading file",
|
"failure-uploading-file": "上傳檔案失敗",
|
||||||
"favorites": "Favorites",
|
"favorites": "最愛",
|
||||||
"field-required": "Field Required",
|
"field-required": "必填欄位",
|
||||||
"file-folder-not-found": "File/folder not found",
|
"file-folder-not-found": "找不到檔案/資料夾",
|
||||||
"file-uploaded": "File uploaded",
|
"file-uploaded": "檔案已上傳",
|
||||||
"filter": "Filter",
|
"filter": "篩選",
|
||||||
"friday": "Friday",
|
"friday": "星期五",
|
||||||
"general": "General",
|
"general": "一般",
|
||||||
"get": "Get",
|
"get": "獲取",
|
||||||
"home": "Home",
|
"home": "主頁",
|
||||||
"image": "Image",
|
"image": "圖片",
|
||||||
"image-upload-failed": "Image upload failed",
|
"image-upload-failed": "圖片上傳失敗",
|
||||||
"import": "導入",
|
"import": "匯入",
|
||||||
"json": "JSON",
|
"json": "JSON",
|
||||||
"keyword": "Keyword",
|
"keyword": "關鍵字",
|
||||||
"link-copied": "Link Copied",
|
"link-copied": "已複製連結",
|
||||||
"loading-recipes": "Loading Recipes",
|
"loading-recipes": "載入食譜中",
|
||||||
"monday": "Monday",
|
"monday": "星期一",
|
||||||
"name": "名稱",
|
"name": "名稱",
|
||||||
"new": "New",
|
"new": "新增",
|
||||||
"no": "No",
|
"no": "否",
|
||||||
"no-recipe-found": "No Recipe Found",
|
"no-recipe-found": "找不到食譜",
|
||||||
"ok": "好的",
|
"ok": "好的",
|
||||||
"options": "Options:",
|
"options": "選項:",
|
||||||
"print": "Print",
|
"print": "列印",
|
||||||
"random": "隨機",
|
"random": "隨機",
|
||||||
"rating": "Rating",
|
"rating": "評價",
|
||||||
"recent": "Recent",
|
"recent": "最近",
|
||||||
"recipe": "Recipe",
|
"recipe": "食譜",
|
||||||
"recipes": "食譜",
|
"recipes": "食譜",
|
||||||
"rename-object": "Rename {0}",
|
"rename-object": "重新命名 {0}",
|
||||||
"reset": "Reset",
|
"reset": "重設",
|
||||||
"saturday": "Saturday",
|
"saturday": "星期六",
|
||||||
"save": "保存",
|
"save": "保存",
|
||||||
"settings": "設定",
|
"settings": "設定",
|
||||||
"share": "Share",
|
"share": "分享",
|
||||||
"shuffle": "Shuffle",
|
"shuffle": "隨機",
|
||||||
"sort": "Sort",
|
"sort": "排序",
|
||||||
"sort-alphabetically": "Alphabetical",
|
"sort-alphabetically": "按字母順序",
|
||||||
"status": "Status",
|
"status": "狀態",
|
||||||
"submit": "提交",
|
"submit": "提交",
|
||||||
"success-count": "Success: {count}",
|
"success-count": "成功: {count}",
|
||||||
"sunday": "Sunday",
|
"sunday": "星期日",
|
||||||
"templates": "Templates:",
|
"templates": "範本",
|
||||||
"test": "Test",
|
"test": "測試",
|
||||||
"themes": "佈景主題",
|
"themes": "佈景主題",
|
||||||
"thursday": "Thursday",
|
"thursday": "星期四",
|
||||||
"token": "Token",
|
"token": "密鑰",
|
||||||
"tuesday": "Tuesday",
|
"tuesday": "星期二",
|
||||||
"type": "Type",
|
"type": "類型",
|
||||||
"update": "更新",
|
"update": "更新",
|
||||||
"updated": "Updated",
|
"updated": "已更新",
|
||||||
"upload": "上傳",
|
"upload": "上傳",
|
||||||
"url": "URL",
|
"url": "網址",
|
||||||
"view": "View",
|
"view": "檢視",
|
||||||
"wednesday": "Wednesday",
|
"wednesday": "星期三",
|
||||||
"yes": "Yes"
|
"yes": "是"
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
"are-you-sure-you-want-to-delete-the-group": "確定要刪除<b>{groupName}<b/>?",
|
||||||
"cannot-delete-default-group": "Cannot delete default group",
|
"cannot-delete-default-group": "無法刪除預設群組",
|
||||||
"cannot-delete-group-with-users": "Cannot delete group with users",
|
"cannot-delete-group-with-users": "無法刪除含用戶的群組",
|
||||||
"confirm-group-deletion": "Confirm Group Deletion",
|
"confirm-group-deletion": "確認刪除群組",
|
||||||
"create-group": "Create Group",
|
"create-group": "新增群組",
|
||||||
"error-updating-group": "Error updating group",
|
"error-updating-group": "更新群組失敗",
|
||||||
"group": "Group",
|
"group": "群組",
|
||||||
"group-deleted": "Group deleted",
|
"group-deleted": "群組已刪除",
|
||||||
"group-deletion-failed": "Group deletion failed",
|
"group-deletion-failed": "群組刪除失敗",
|
||||||
"group-id-with-value": "Group ID: {groupID}",
|
"group-id-with-value": "群組 ID: {groupID}",
|
||||||
"group-name": "Group Name",
|
"group-name": "群組名稱",
|
||||||
"group-not-found": "Group not found",
|
"group-not-found": "找不到該群組",
|
||||||
"group-with-value": "Group: {groupID}",
|
"group-with-value": "群組: {groupID}",
|
||||||
"groups": "Groups",
|
"groups": "群組",
|
||||||
"manage-groups": "Manage Groups",
|
"manage-groups": "管理群組",
|
||||||
"user-group": "User Group",
|
"user-group": "用户群组",
|
||||||
"user-group-created": "User Group Created",
|
"user-group-created": "用戶群組已建立",
|
||||||
"user-group-creation-failed": "User Group Creation Failed"
|
"user-group-creation-failed": "用戶群組建立失敗"
|
||||||
},
|
},
|
||||||
"meal-plan": {
|
"meal-plan": {
|
||||||
"create-a-new-meal-plan": "創建一個新的用餐計劃",
|
"create-a-new-meal-plan": "創建一個新的用餐計劃",
|
||||||
"dinner-this-week": "本週晚餐",
|
"dinner-this-week": "本週晚餐",
|
||||||
"dinner-today": "今日晚餐",
|
"dinner-today": "今日晚餐",
|
||||||
"dinner-tonight": "DINNER TONIGHT",
|
"dinner-tonight": "今晚晚餐",
|
||||||
"edit-meal-plan": "編輯用餐計劃",
|
"edit-meal-plan": "編輯用餐計劃",
|
||||||
"end-date": "結束日期",
|
"end-date": "結束日期",
|
||||||
"group": "Group (Beta)",
|
"group": "群組 (Beta)",
|
||||||
"main": "Main",
|
"main": "主菜",
|
||||||
"meal-planner": "Meal Planner",
|
"meal-planner": "用餐規劃師",
|
||||||
"meal-plans": "用餐計劃",
|
"meal-plans": "用餐計劃",
|
||||||
"mealplan-categories": "MEALPLAN CATEGORIES",
|
"mealplan-categories": "用餐計劃類別",
|
||||||
"mealplan-created": "Mealplan created",
|
"mealplan-created": "用餐計劃已創建",
|
||||||
"mealplan-creation-failed": "Mealplan creation failed",
|
"mealplan-creation-failed": "用餐計畫創建失敗",
|
||||||
"mealplan-deleted": "Mealplan Deleted",
|
"mealplan-deleted": "用餐計劃已刪除",
|
||||||
"mealplan-deletion-failed": "Mealplan deletion failed",
|
"mealplan-deletion-failed": "用餐計劃刪除失敗",
|
||||||
"mealplan-settings": "Mealplan Settings",
|
"mealplan-settings": "用餐計劃設定",
|
||||||
"mealplan-update-failed": "Mealplan update failed",
|
"mealplan-update-failed": "用餐計劃更新失敗",
|
||||||
"mealplan-updated": "Mealplan Updated",
|
"mealplan-updated": "用餐計劃已更新",
|
||||||
"no-meal-plan-defined-yet": "No meal plan defined yet",
|
"no-meal-plan-defined-yet": "目前無用餐計畫",
|
||||||
"no-meal-planned-for-today": "No meal planned for today",
|
"no-meal-planned-for-today": "本日無用餐計畫",
|
||||||
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Only recipes with these categories will be used in Meal Plans",
|
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "只有屬於這些類別的食譜會被用於用餐計畫",
|
||||||
"planner": "策劃人",
|
"planner": "規劃師",
|
||||||
"quick-week": "Quick Week",
|
"quick-week": "快速規劃",
|
||||||
"side": "Side",
|
"side": "配菜",
|
||||||
"sides": "Sides",
|
"sides": "配菜",
|
||||||
"start-date": "開始日期"
|
"start-date": "開始日期"
|
||||||
},
|
},
|
||||||
"migration": {
|
"migration": {
|
||||||
@ -184,204 +184,204 @@
|
|||||||
"description": "從Chowdown遷移數據",
|
"description": "從Chowdown遷移數據",
|
||||||
"title": "Chowdown"
|
"title": "Chowdown"
|
||||||
},
|
},
|
||||||
"migration-data-removed": "Migration data removed",
|
"migration-data-removed": "遷移數據已刪除",
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
"description": "Migrate data from a Nextcloud Cookbook instance",
|
"description": "從Nextcloud Cookbook遷移數據",
|
||||||
"title": "Nextcloud Cookbook"
|
"title": "Nextcloud Cookbook"
|
||||||
},
|
},
|
||||||
"no-migration-data-available": "No Migration Data Available",
|
"no-migration-data-available": "無遷移數據可用",
|
||||||
"recipe-migration": "食譜遷移"
|
"recipe-migration": "食譜遷移"
|
||||||
},
|
},
|
||||||
"new-recipe": {
|
"new-recipe": {
|
||||||
"bulk-add": "批量添加",
|
"bulk-add": "批量添加",
|
||||||
"error-details": "Only websites containing ld+json or microdata can be imported by Mealie. Most major recipe websites support this data structure. If your site cannot be imported but there is json data in the log, please submit a github issue with the URL and data.",
|
"error-details": "只有包含ID+JSON或microdata的網站能夠被Mealie匯入。多數大型食譜網站都支援這種資料結構。如果您的網站無法被匯入但是日誌中含有JSON資料,請提交一個GitHub issue並附上連結及資料。",
|
||||||
"error-title": "Looks Like We Couldn't Find Anything",
|
"error-title": "看起來我們找不到任何東西",
|
||||||
"from-url": "輸入網址",
|
"from-url": "匯入食譜",
|
||||||
"github-issues": "GitHub Issues",
|
"github-issues": "GitHub Issues",
|
||||||
"google-ld-json-info": "Google ld+json Info",
|
"google-ld-json-info": "Google ID + JSON訊息",
|
||||||
"must-be-a-valid-url": "Must be a Valid URL",
|
"must-be-a-valid-url": "必須為有效的連結",
|
||||||
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list": "請粘貼您的食譜資料。每行將被視為列表中的一項。",
|
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list": "請貼上您的食譜資料。每一行將被視為清單中的一項。",
|
||||||
"recipe-markup-specification": "Recipe Markup Specification",
|
"recipe-markup-specification": "食譜標記標準",
|
||||||
"recipe-url": "食譜網址",
|
"recipe-url": "食譜網址",
|
||||||
"upload-a-recipe": "Upload a Recipe",
|
"upload-a-recipe": "上傳食譜",
|
||||||
"upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.",
|
"upload-individual-zip-file": "上傳從另一個Mealie匯出的zip壓縮檔",
|
||||||
"url-form-hint": "Copy and paste a link from your favorite recipe website",
|
"url-form-hint": "複製您最喜歡的食譜網站的網址並在此貼上",
|
||||||
"view-scraped-data": "View Scraped Data"
|
"view-scraped-data": "查看網頁擷取資料"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
"404-page-not-found": "404 Page not found",
|
"404-page-not-found": "404 找不到頁面",
|
||||||
"all-recipes": "All Recipes",
|
"all-recipes": "所有食譜",
|
||||||
"new-page-created": "New page created",
|
"new-page-created": "新頁面以創建",
|
||||||
"page": "Page",
|
"page": "頁面",
|
||||||
"page-creation-failed": "Page creation failed",
|
"page-creation-failed": "創建頁面失敗",
|
||||||
"page-deleted": "Page deleted",
|
"page-deleted": "頁面已刪除",
|
||||||
"page-deletion-failed": "Page deletion failed",
|
"page-deletion-failed": "頁面刪除失敗",
|
||||||
"page-update-failed": "Page update failed",
|
"page-update-failed": "頁面更新失敗",
|
||||||
"page-updated": "Page updated",
|
"page-updated": "頁面已更新",
|
||||||
"pages-update-failed": "Pages update failed",
|
"pages-update-failed": "頁面更新失敗",
|
||||||
"pages-updated": "Pages updated"
|
"pages-updated": "頁面已更新"
|
||||||
},
|
},
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"add-key": "Add Key",
|
"add-key": "新增密鑰",
|
||||||
"add-to-favorites": "Add to Favorites",
|
"add-to-favorites": "添加到我的最愛",
|
||||||
"api-extras": "API Extras",
|
"api-extras": "API 更多",
|
||||||
"calories": "Calories",
|
"calories": "卡路里",
|
||||||
"calories-suffix": "calories",
|
"calories-suffix": "卡路里",
|
||||||
"carbohydrate-content": "Carbohydrate",
|
"carbohydrate-content": "碳水化合物",
|
||||||
"categories": "分類目錄",
|
"categories": "類別",
|
||||||
"comment-action": "Comment",
|
"comment-action": "留言",
|
||||||
"comments": "Comments",
|
"comments": "留言",
|
||||||
"delete-confirmation": "您確定要刪除此食譜嗎?",
|
"delete-confirmation": "您確定要刪除此食譜嗎?",
|
||||||
"delete-recipe": "刪除食譜",
|
"delete-recipe": "刪除食譜",
|
||||||
"description": "描述",
|
"description": "描述",
|
||||||
"disable-amount": "Disable Ingredient Amounts",
|
"disable-amount": "停用成分數量",
|
||||||
"disable-comments": "Disable Comments",
|
"disable-comments": "關閉留言",
|
||||||
"fat-content": "Fat",
|
"fat-content": "脂肪",
|
||||||
"fiber-content": "Fiber",
|
"fiber-content": "纖維",
|
||||||
"grams": "grams",
|
"grams": "克",
|
||||||
"ingredient": "材料",
|
"ingredient": "食材",
|
||||||
"ingredients": "材料",
|
"ingredients": "食材",
|
||||||
"insert-section": "Insert Section",
|
"insert-section": "插入段落",
|
||||||
"instructions": "做法",
|
"instructions": "做法",
|
||||||
"key-name-required": "Key Name Required",
|
"key-name-required": "鍵名不可為空",
|
||||||
"landscape-view-coming-soon": "Landscape View (Coming Soon)",
|
"landscape-view-coming-soon": "橫式畫面(即將推出)",
|
||||||
"milligrams": "milligrams",
|
"milligrams": "毫克",
|
||||||
"new-key-name": "New Key Name",
|
"new-key-name": "新密鑰名稱",
|
||||||
"no-white-space-allowed": "No White Space Allowed",
|
"no-white-space-allowed": "不允許有空格",
|
||||||
"note": "貼士",
|
"note": "備註",
|
||||||
"nutrition": "Nutrition",
|
"nutrition": "營養成分",
|
||||||
"object-key": "Object Key",
|
"object-key": "鍵",
|
||||||
"object-value": "Object Value",
|
"object-value": "值",
|
||||||
"original-url": "原食譜鏈接",
|
"original-url": "原食譜網址",
|
||||||
"perform-time": "烹飪時間 / 執行時間",
|
"perform-time": "烹飪時間",
|
||||||
"prep-time": "準備時間",
|
"prep-time": "準備時間",
|
||||||
"protein-content": "Protein",
|
"protein-content": "蛋白質",
|
||||||
"public-recipe": "Public Recipe",
|
"public-recipe": "公開食譜",
|
||||||
"recipe-created": "Recipe created",
|
"recipe-created": "食譜已建立",
|
||||||
"recipe-creation-failed": "Recipe creation failed",
|
"recipe-creation-failed": "食譜建立失敗",
|
||||||
"recipe-deleted": "Recipe deleted",
|
"recipe-deleted": "食譜已刪除",
|
||||||
"recipe-image": "Recipe Image",
|
"recipe-image": "食譜封面",
|
||||||
"recipe-image-updated": "Recipe image updated",
|
"recipe-image-updated": "食譜封面已更新",
|
||||||
"recipe-name": "食譜名稱",
|
"recipe-name": "食譜名稱",
|
||||||
"recipe-settings": "Recipe Settings",
|
"recipe-settings": "食譜設定",
|
||||||
"recipe-update-failed": "Recipe update failed",
|
"recipe-update-failed": "食譜更新失敗",
|
||||||
"recipe-updated": "Recipe updated",
|
"recipe-updated": "食譜已更新",
|
||||||
"remove-from-favorites": "Remove from Favorites",
|
"remove-from-favorites": "從我的最愛中删除",
|
||||||
"remove-section": "Remove Section",
|
"remove-section": "刪除段落",
|
||||||
"save-recipe-before-use": "Save recipe before use",
|
"save-recipe-before-use": "使用食譜前先儲存",
|
||||||
"section-title": "Section Title",
|
"section-title": "段落標題",
|
||||||
"servings": "份量",
|
"servings": "份量",
|
||||||
"share-recipe-message": "I wanted to share my {0} recipe with you.",
|
"share-recipe-message": "我想跟你分享我的 {0} 個食譜。",
|
||||||
"show-nutrition-values": "Show Nutrition Values",
|
"show-nutrition-values": "顯示營養含量",
|
||||||
"sodium-content": "Sodium",
|
"sodium-content": "鈉",
|
||||||
"step-index": "步驟:{step}",
|
"step-index": "步驟:{step}",
|
||||||
"sugar-content": "Sugar",
|
"sugar-content": "糖",
|
||||||
"title": "標題",
|
"title": "標題",
|
||||||
"total-time": "總時間",
|
"total-time": "總時間",
|
||||||
"unable-to-delete-recipe": "Unable to Delete Recipe"
|
"unable-to-delete-recipe": "無法刪除食譜"
|
||||||
},
|
},
|
||||||
"reicpe": {
|
"reicpe": {
|
||||||
"no-recipe": "No Recipe"
|
"no-recipe": "無食譜"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"advanced-search": "Advanced Search",
|
"advanced-search": "進階搜尋",
|
||||||
"and": "and",
|
"and": "和",
|
||||||
"exclude": "Exclude",
|
"exclude": "排除",
|
||||||
"include": "Include",
|
"include": "包含",
|
||||||
"max-results": "Max Results",
|
"max-results": "最多結果",
|
||||||
"or": "Or",
|
"or": "或",
|
||||||
"results": "Results",
|
"results": "結果",
|
||||||
"search": "Search",
|
"search": "搜尋",
|
||||||
"search-mealie": "Search Mealie (press /)",
|
"search-mealie": "搜尋Mealie (按 /)",
|
||||||
"search-placeholder": "Search...",
|
"search-placeholder": "搜尋...",
|
||||||
"tag-filter": "Tag Filter"
|
"tag-filter": "標簽篩選"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"add-a-new-theme": "新增佈景主題",
|
"add-a-new-theme": "新增佈景主題",
|
||||||
"admin-settings": "Admin Settings",
|
"admin-settings": "管理員設置",
|
||||||
"backup": {
|
"backup": {
|
||||||
"backup-created-at-response-export_path": "Backup Created at {path}",
|
"backup-created-at-response-export_path": "已備份於:{path}",
|
||||||
"backup-deleted": "Backup deleted",
|
"backup-deleted": "備份已刪除",
|
||||||
"backup-tag": "標籤備份",
|
"backup-tag": "備份標籤",
|
||||||
"create-heading": "創建備份",
|
"create-heading": "創建備份",
|
||||||
"delete-backup": "Delete Backup",
|
"delete-backup": "刪除備份",
|
||||||
"error-creating-backup-see-log-file": "Error Creating Backup. See Log File",
|
"error-creating-backup-see-log-file": "備份失敗。請查看日誌檔案。",
|
||||||
"full-backup": "完整備份",
|
"full-backup": "完整備份",
|
||||||
"import-summary": "Import Summary",
|
"import-summary": "匯入總結",
|
||||||
"partial-backup": "部分備份",
|
"partial-backup": "部分備份",
|
||||||
"unable-to-delete-backup": "Unable to Delete Backup."
|
"unable-to-delete-backup": "無法刪除備份"
|
||||||
},
|
},
|
||||||
"backup-and-exports": "備份",
|
"backup-and-exports": "備份",
|
||||||
"change-password": "Change Password",
|
"change-password": "變更密碼",
|
||||||
"current": "版本號:",
|
"current": "版本號:",
|
||||||
"custom-pages": "Custom Pages",
|
"custom-pages": "自訂頁面",
|
||||||
"edit-page": "Edit Page",
|
"edit-page": "編輯頁面",
|
||||||
"events": "Events",
|
"events": "事件",
|
||||||
"first-day-of-week": "First day of the week",
|
"first-day-of-week": "一週的起始日",
|
||||||
"group-settings-updated": "Group Settings Updated",
|
"group-settings-updated": "群組設定已更新",
|
||||||
"homepage": {
|
"homepage": {
|
||||||
"all-categories": "All Categories",
|
"all-categories": "所有類別",
|
||||||
"card-per-section": "Card Per Section",
|
"card-per-section": "每個段落卡片數量",
|
||||||
"home-page": "Home Page",
|
"home-page": "首頁",
|
||||||
"home-page-sections": "Home Page Sections",
|
"home-page-sections": "首頁區塊",
|
||||||
"show-recent": "Show Recent"
|
"show-recent": "顯示最近更新"
|
||||||
},
|
},
|
||||||
"language": "語言",
|
"language": "語言",
|
||||||
"latest": "最新版本:",
|
"latest": "最新版本:",
|
||||||
"local-api": "Local API",
|
"local-api": "本地API",
|
||||||
"locale-settings": "Locale settings",
|
"locale-settings": "語言設定",
|
||||||
"migrations": "Migrations",
|
"migrations": "遷移",
|
||||||
"new-page": "New Page",
|
"new-page": "新頁面",
|
||||||
"notify": "Notify",
|
"notify": "通知",
|
||||||
"organize": "Organize",
|
"organize": "整理",
|
||||||
"page-name": "Page Name",
|
"page-name": "頁面名稱",
|
||||||
"pages": "Pages",
|
"pages": "頁面",
|
||||||
"profile": "Profile",
|
"profile": "個人資料",
|
||||||
"remove-existing-entries-matching-imported-entries": "Remove existing entries matching imported entries",
|
"remove-existing-entries-matching-imported-entries": "移除和匯入項目相同的現有項目",
|
||||||
"set-new-time": "設定新的時間",
|
"set-new-time": "設定新的時間",
|
||||||
"settings-update-failed": "Settings update failed",
|
"settings-update-failed": "設定更新失敗",
|
||||||
"settings-updated": "Settings updated",
|
"settings-updated": "設定已更新",
|
||||||
"site-settings": "Site Settings",
|
"site-settings": "網站設定",
|
||||||
"theme": {
|
"theme": {
|
||||||
"accent": "強調(Accent)",
|
"accent": "重點色彩",
|
||||||
"dark": "深色",
|
"dark": "深色",
|
||||||
"default-to-system": "默認爲系統",
|
"default-to-system": "默認爲系統",
|
||||||
"error": "錯誤(Error)",
|
"error": "錯誤",
|
||||||
"error-creating-theme-see-log-file": "Error creating theme. See log file.",
|
"error-creating-theme-see-log-file": "創建佈景主題失敗。請查看日誌檔案。",
|
||||||
"error-deleting-theme": "Error deleting theme",
|
"error-deleting-theme": "刪除佈景主題失敗",
|
||||||
"error-updating-theme": "Error updating theme",
|
"error-updating-theme": "更新佈景主題失敗",
|
||||||
"info": "信息(Info)",
|
"info": "訊息",
|
||||||
"light": "淺色",
|
"light": "淺色",
|
||||||
"primary": "主要(Primary)",
|
"primary": "主要",
|
||||||
"secondary": "次要(Secondary)",
|
"secondary": "次要",
|
||||||
"success": "成功(Success)",
|
"success": "成功",
|
||||||
"switch-to-dark-mode": "Switch to dark mode",
|
"switch-to-dark-mode": "切換至深色模式",
|
||||||
"switch-to-light-mode": "Switch to light mode",
|
"switch-to-light-mode": "切換至淺色模式",
|
||||||
"theme-deleted": "Theme deleted",
|
"theme-deleted": "佈景主題已刪除",
|
||||||
"theme-name": "主題名稱",
|
"theme-name": "主題名稱",
|
||||||
"theme-name-is-required": "主題名稱是必填項。",
|
"theme-name-is-required": "主題名稱為必填",
|
||||||
"theme-saved": "Theme Saved",
|
"theme-saved": "佈景主題已保存",
|
||||||
"theme-updated": "Theme updated",
|
"theme-updated": "佈景主題已更新",
|
||||||
"warning": "警告(Warning)"
|
"warning": "警告"
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
"active-tokens": "ACTIVE TOKENS",
|
"active-tokens": "使用中的密鑰",
|
||||||
"api-token": "API Token",
|
"api-token": "API 密鑰",
|
||||||
"api-tokens": "API Tokens",
|
"api-tokens": "API 密鑰",
|
||||||
"copy-this-token-for-use-with-an-external-application-this-token-will-not-be-viewable-again": "Copy this token for use with an external application. This token will not be viewable again.",
|
"copy-this-token-for-use-with-an-external-application-this-token-will-not-be-viewable-again": "複製此密鑰用於外部應用程式。這個密鑰將無法再次查看。",
|
||||||
"create-an-api-token": "Create an API Token",
|
"create-an-api-token": "新增 API 密鑰",
|
||||||
"token-name": "Token Name"
|
"token-name": "密鑰名稱"
|
||||||
},
|
},
|
||||||
"toolbox": {
|
"toolbox": {
|
||||||
"assign-all": "Assign All",
|
"assign-all": "標記所有",
|
||||||
"bulk-assign": "Bulk Assign",
|
"bulk-assign": "批量標記",
|
||||||
"new-name": "New Name",
|
"new-name": "新名稱",
|
||||||
"no-unused-items": "No Unused Items",
|
"no-unused-items": "沒有未使用的項目",
|
||||||
"recipes-affected": "No Recipes Affected|One Recipe Affected|{count} Recipes Affected",
|
"recipes-affected": "無食譜受影響|1 個食譜受影響|{count} 個食譜受影響",
|
||||||
"remove-unused": "Remove Unused",
|
"remove-unused": "清除未使用的",
|
||||||
"title-case-all": "Title Case All",
|
"title-case-all": "更改為大寫字母",
|
||||||
"toolbox": "Toolbox",
|
"toolbox": "工具箱",
|
||||||
"unorganized": "Unorganized"
|
"unorganized": "未分類的"
|
||||||
},
|
},
|
||||||
"webhooks": {
|
"webhooks": {
|
||||||
"test-webhooks": "測試Webhooks",
|
"test-webhooks": "測試Webhooks",
|
||||||
@ -391,99 +391,99 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "所有清單",
|
||||||
"create-shopping-list": "Create Shopping List",
|
"create-shopping-list": "建立購物清單",
|
||||||
"from-recipe": "From Recipe",
|
"from-recipe": "從食譜",
|
||||||
"list-name": "List Name",
|
"list-name": "清單名稱",
|
||||||
"new-list": "New List",
|
"new-list": "新增清單",
|
||||||
"quantity": "Quantity: {0}",
|
"quantity": "數量: {0}",
|
||||||
"shopping-list": "Shopping List",
|
"shopping-list": "購物清單",
|
||||||
"shopping-lists": "Shopping Lists"
|
"shopping-lists": "購物清單"
|
||||||
},
|
},
|
||||||
"sidebar": {
|
"sidebar": {
|
||||||
"all-recipes": "All Recipes",
|
"all-recipes": "所有食譜",
|
||||||
"categories": "Categories",
|
"categories": "類別",
|
||||||
"dashboard": "Dashboard",
|
"dashboard": "控制面板",
|
||||||
"home-page": "Home Page",
|
"home-page": "首頁",
|
||||||
"manage-users": "Manage Users",
|
"manage-users": "管理使用者",
|
||||||
"migrations": "Migrations",
|
"migrations": "遷移",
|
||||||
"profile": "Profile",
|
"profile": "個人資料",
|
||||||
"search": "Search",
|
"search": "搜尋",
|
||||||
"site-settings": "Site Settings",
|
"site-settings": "網站設置",
|
||||||
"tags": "Tags",
|
"tags": "標籤",
|
||||||
"toolbox": "Toolbox"
|
"toolbox": "工具箱"
|
||||||
},
|
},
|
||||||
"signup": {
|
"signup": {
|
||||||
"error-signing-up": "Error Signing Up",
|
"error-signing-up": "註冊失敗",
|
||||||
"sign-up": "Sign Up",
|
"sign-up": "註冊",
|
||||||
"sign-up-link-created": "Sign up link created",
|
"sign-up-link-created": "註冊連結已創建",
|
||||||
"sign-up-link-creation-failed": "Sign up link creation failed",
|
"sign-up-link-creation-failed": "創建註冊連結失敗",
|
||||||
"sign-up-links": "Sign Up Links",
|
"sign-up-links": "註冊連結",
|
||||||
"sign-up-token-deleted": "Sign Up Token Deleted",
|
"sign-up-token-deleted": "註冊密鑰已刪除",
|
||||||
"sign-up-token-deletion-failed": "Sign up token deletion failed",
|
"sign-up-token-deletion-failed": "註冊密鑰刪除失敗",
|
||||||
"welcome-to-mealie": "Welcome to Mealie! To become a user of this instance you are required to have a valid invitation link. If you haven't recieved an invitation you are unable to sign-up. To recieve a link, contact the sites administrator."
|
"welcome-to-mealie": "歡迎來到Mealie!您必須持有一個有效的邀請連結才能成為此應用的用戶。如果尚未獲得邀請您將無法註冊。請聯繫管理員來獲得邀請連結。"
|
||||||
},
|
},
|
||||||
"tag": {
|
"tag": {
|
||||||
"tag-created": "Tag created",
|
"tag-created": "標籤已創建",
|
||||||
"tag-creation-failed": "Tag creation failed",
|
"tag-creation-failed": "創建標籤失敗",
|
||||||
"tag-deleted": "Tag deleted",
|
"tag-deleted": "標籤已刪除",
|
||||||
"tag-deletion-failed": "Tag deletion failed",
|
"tag-deletion-failed": "標籤刪除失敗",
|
||||||
"tag-update-failed": "Tag update failed",
|
"tag-update-failed": "標籤更新失敗",
|
||||||
"tag-updated": "Tag updated",
|
"tag-updated": "標籤已更新",
|
||||||
"tags": "Tags",
|
"tags": "標籤",
|
||||||
"untagged-count": "Untagged {count}"
|
"untagged-count": "為標記的 {count}"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"admin": "Admin",
|
"admin": "管理員",
|
||||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
"are-you-sure-you-want-to-delete-the-link": "確定要刪除連結<b>{link}<b/>?",
|
||||||
"are-you-sure-you-want-to-delete-the-user": "Are you sure you want to delete the user <b>{activeName} ID: {activeId}<b/>?",
|
"are-you-sure-you-want-to-delete-the-user": "確定要刪除用戶<b>{activeName} ID: {activeId}<b/>?",
|
||||||
"confirm-link-deletion": "Confirm Link Deletion",
|
"confirm-link-deletion": "確認刪除連結",
|
||||||
"confirm-password": "Confirm Password",
|
"confirm-password": "確認密碼",
|
||||||
"confirm-user-deletion": "Confirm User Deletion",
|
"confirm-user-deletion": "確認刪除用戶",
|
||||||
"could-not-validate-credentials": "Could Not Validate Credentials",
|
"could-not-validate-credentials": "無法認證密碼",
|
||||||
"create-link": "Create Link",
|
"create-link": "建立連結",
|
||||||
"create-user": "Create User",
|
"create-user": "新增使用者",
|
||||||
"current-password": "Current Password",
|
"current-password": "目前密碼",
|
||||||
"e-mail-must-be-valid": "E-mail must be valid",
|
"e-mail-must-be-valid": "電子郵件無效",
|
||||||
"edit-user": "Edit User",
|
"edit-user": "編輯用戶",
|
||||||
"email": "電子郵件",
|
"email": "電子郵件",
|
||||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
"error-cannot-delete-super-user": "錯誤!無法刪除管理員帳戶",
|
||||||
"existing-password-does-not-match": "Existing password does not match",
|
"existing-password-does-not-match": "舊密碼不正確",
|
||||||
"full-name": "Full Name",
|
"full-name": "全名",
|
||||||
"link-id": "Link ID",
|
"link-id": "連結ID",
|
||||||
"link-name": "Link Name",
|
"link-name": "連結名稱",
|
||||||
"login": "Login",
|
"login": "登入",
|
||||||
"logout": "Logout",
|
"logout": "登出",
|
||||||
"manage-users": "Manage Users",
|
"manage-users": "管理使用者",
|
||||||
"new-password": "New Password",
|
"new-password": "新密碼",
|
||||||
"new-user": "New User",
|
"new-user": "新用戶",
|
||||||
"password": "密碼",
|
"password": "密碼",
|
||||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
"password-has-been-reset-to-the-default-password": "密碼重設為預設密碼",
|
||||||
"password-must-match": "Password must match",
|
"password-must-match": "輸入的密碼必須完全相同",
|
||||||
"password-reset-failed": "Password reset failed",
|
"password-reset-failed": "密碼重設失敗",
|
||||||
"password-updated": "Password updated",
|
"password-updated": "密碼已更新",
|
||||||
"reset-password": "Reset Password",
|
"reset-password": "重設密碼",
|
||||||
"sign-in": "登入",
|
"sign-in": "登入",
|
||||||
"total-mealplans": "Total MealPlans",
|
"total-mealplans": "用餐計畫總數",
|
||||||
"total-users": "Total Users",
|
"total-users": "用戶總數",
|
||||||
"upload-photo": "Upload Photo",
|
"upload-photo": "上傳照片",
|
||||||
"use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password",
|
"use-8-characters-or-more-for-your-password": "請使用8個字母以上的密碼",
|
||||||
"user": "User",
|
"user": "用戶",
|
||||||
"user-created": "User created",
|
"user-created": "用戶已建立",
|
||||||
"user-creation-failed": "User creation failed",
|
"user-creation-failed": "新增用戶失敗",
|
||||||
"user-deleted": "User deleted",
|
"user-deleted": "用戶已刪除",
|
||||||
"user-id": "User ID",
|
"user-id": "用戶 ID",
|
||||||
"user-id-with-value": "User ID: {id}",
|
"user-id-with-value": "用戶 ID: {id}",
|
||||||
"user-password": "User Password",
|
"user-password": "用戶密碼",
|
||||||
"user-successfully-logged-in": "User Successfully Logged In",
|
"user-successfully-logged-in": "成功登入",
|
||||||
"user-update-failed": "User update failed",
|
"user-update-failed": "用戶更新失敗",
|
||||||
"user-updated": "User updated",
|
"user-updated": "用戶已更新",
|
||||||
"username": "Username",
|
"username": "用戶名",
|
||||||
"users": "Users",
|
"users": "用戶",
|
||||||
"users-header": "USERS",
|
"users-header": "用戶",
|
||||||
"webhook-time": "Webhook Time",
|
"webhook-time": "Webhook時間",
|
||||||
"webhooks-enabled": "Webhooks Enabled",
|
"webhooks-enabled": "Webhooks 啟用",
|
||||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
"you-are-not-allowed-to-create-a-user": "您沒有權限新增用戶",
|
||||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
"you-are-not-allowed-to-delete-this-user": "您沒有權限刪除此用戶"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user