Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

New Crowdin updates #2974

Merged
merged 5 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/lang/messages/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@
"new-recipe-names-must-be-unique": "I nuovi nomi delle ricette devono essere univoci",
"scrape-recipe": "Recupera Ricetta",
"scrape-recipe-description": "Recupera una ricetta da url. Fornire l'url per il sito che si desidera analizzare, e Mealie cercherà di recuperare la ricetta da quel sito e aggiungerlo alla vostra raccolta.",
"scrape-recipe-have-a-lot-of-recipes": "Have a lot of recipes you want to scrape at once?",
"scrape-recipe-suggest-bulk-importer": "Try out the bulk importer",
"scrape-recipe-have-a-lot-of-recipes": "Hai un sacco di ricette che vuoi importare contemporaneamente?",
"scrape-recipe-suggest-bulk-importer": "Prova l'importatore massivo",
"import-original-keywords-as-tags": "Importa parole chiave originali come tag",
"stay-in-edit-mode": "Rimani in modalità Modifica",
"import-from-zip": "Importa da Zip",
Expand Down Expand Up @@ -802,7 +802,7 @@
"create-new-tool": "Crea un Nuovo Utensile",
"on-hand-checkbox-label": "Mostra come Disponibile (Spuntato)",
"required-tools": "Strumenti necessari",
"tool": "Tool"
"tool": "Strumento"
},
"user": {
"admin": "Amministratore",
Expand Down
2 changes: 1 addition & 1 deletion frontend/lang/messages/pt-PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"allow-users-outside-of-your-group-to-see-your-recipes": "Permitir que utilizadores externos ao seu grupo vejam as suas receitas",
"allow-users-outside-of-your-group-to-see-your-recipes-description": "Quando ativado, poderá usar um link público para partilhar receitas específicas sem autorizar o utilizador. Quando desativado, só poderá partilhar receitas com utilizadores do seu grupo ou com um link privado gerado previamente",
"show-nutrition-information": "Mostrar informações nutricionais",
"show-nutrition-information-description": "Quando ativado, a informação nutricional será exibida na receita, se disponível. Se não houver informação nutricional disponível, está não será exibida",
"show-nutrition-information-description": "Quando ativado, a informação nutricional será exibida na receita, se disponível. Se não houver informação nutricional disponível, esta não será exibida",
"show-recipe-assets": "Mostrar recursos da receita",
"show-recipe-assets-description": "Quando ativado, os recursos da receita serão mostrados na receita, se disponíveis",
"default-to-landscape-view": "Padrão para visualização em paisagem",
Expand Down
2 changes: 1 addition & 1 deletion frontend/lang/messages/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"upload-file": "Загрузить файл",
"created-on-date": "Создано: {0}",
"unsaved-changes": "У вас есть несохраненные изменения. Вы хотите сохранить их перед выходом?",
"clipboard-copy-failure": "Failed to copy to the clipboard."
"clipboard-copy-failure": "Не удалось скопировать текст."
},
"group": {
"are-you-sure-you-want-to-delete-the-group": "Вы действительно хотите удалить <b>{groupName}<b/>?",
Expand Down
4 changes: 2 additions & 2 deletions frontend/lang/messages/tr-TR.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@
"new-recipe-names-must-be-unique": "New recipe names must be unique",
"scrape-recipe": "Scrape Recipe",
"scrape-recipe-description": "Scrape a recipe by url. Provide the url for the site you want to scrape, and Mealie will attempt to scrape the recipe from that site and add it to your collection.",
"scrape-recipe-have-a-lot-of-recipes": "Have a lot of recipes you want to scrape at once?",
"scrape-recipe-suggest-bulk-importer": "Try out the bulk importer",
"scrape-recipe-have-a-lot-of-recipes": "Aynı anda kazımak istediğiniz birçok tarifiniz mi var?",
"scrape-recipe-suggest-bulk-importer": "Toplu ithalatçıyı deneyin",
"import-original-keywords-as-tags": "Import original keywords as tags",
"stay-in-edit-mode": "Stay in Edit mode",
"import-from-zip": "Zip'ten içeri aktar",
Expand Down
4 changes: 2 additions & 2 deletions mealie/lang/messages/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"user": {
"user-updated": "User updated",
"password-updated": "Password updated",
"invalid-current-password": "Invalid current password",
"invalid-current-password": "目前密碼無效",
"ldap-update-password-unavailable": "Unable to update password, user is controlled by LDAP"
},
"group": {
Expand All @@ -22,7 +22,7 @@
"no-entry-found": "The requested resource was not found",
"integrity-error": "Database integrity error",
"username-conflict-error": "This username is already taken",
"email-conflict-error": "This email is already in use"
"email-conflict-error": "該電子郵件已被使用"
},
"notifications": {
"generic-created": "{name} was created",
Expand Down