[skip ci] Updated translations via Crowdin

This commit is contained in:
drone 2021-11-13 22:24:24 +00:00
parent ce45034776
commit d46374839e
6 changed files with 65 additions and 25 deletions

View File

@ -656,6 +656,7 @@
"searchPlaceholder": "Hledejte nový úkol, který chcete přidat jako související…", "searchPlaceholder": "Hledejte nový úkol, který chcete přidat jako související…",
"createPlaceholder": "Přidat toto jako nový související úkol", "createPlaceholder": "Přidat toto jako nový související úkol",
"differentList": "Tento úkol patří do jiného seznamu.", "differentList": "Tento úkol patří do jiného seznamu.",
"differentNamespace": "This task belongs to a different namespace.",
"noneYet": "Zatím žádné vztahy mezi úkoly.", "noneYet": "Zatím žádné vztahy mezi úkoly.",
"delete": "Odstranit vztah k úloze", "delete": "Odstranit vztah k úloze",
"deleteText1": "Jste si jisti, že chcete odstranit tento vztah úkolu?", "deleteText1": "Jste si jisti, že chcete odstranit tento vztah úkolu?",
@ -756,10 +757,12 @@
}, },
"keyboardShortcuts": { "keyboardShortcuts": {
"title": "Klávesové zkratky", "title": "Klávesové zkratky",
"general": "General",
"allPages": "Tyto zkratky fungují na všech stránkách.", "allPages": "Tyto zkratky fungují na všech stránkách.",
"currentPageOnly": "Tyto zkratky fungují pouze na aktuální stránce.", "currentPageOnly": "Tyto zkratky fungují pouze na aktuální stránce.",
"toggleMenu": "Přepnout nabídku", "toggleMenu": "Přepnout nabídku",
"quickSearch": "Otevřít vyhledávání / panel rychlých akcí", "quickSearch": "Otevřít vyhledávání / panel rychlých akcí",
"then": "then",
"task": { "task": {
"title": "Stránka úkolů", "title": "Stránka úkolů",
"done": "Označit úkol jako hotový", "done": "Označit úkol jako hotový",
@ -768,6 +771,13 @@
"dueDate": "Změnit termín tohoto úkolu", "dueDate": "Změnit termín tohoto úkolu",
"attachment": "Přidat přílohu k tomuto úkolu", "attachment": "Přidat přílohu k tomuto úkolu",
"related": "Upravit související úkoly tohoto úkolu" "related": "Upravit související úkoly tohoto úkolu"
},
"list": {
"title": "List Views",
"switchToListView": "Switch to list view",
"switchToGanttView": "Switch to gantt view",
"switchToKanbanView": "Switch to kanban view",
"switchToTableView": "Switch to table view"
} }
}, },
"update": { "update": {
@ -806,7 +816,7 @@
"quickActions": { "quickActions": {
"commands": "Příkazy", "commands": "Příkazy",
"placeholder": "Napište příkaz nebo vyhledávání…", "placeholder": "Napište příkaz nebo vyhledávání…",
"hint": "You can use # to only search for tasks, * to only search for lists and @ to only search for teams.", "hint": "You can use {list} to limit the search to a list. Combine {list} or {label} (labels) with a search query to search for a task with these labels or on that list. Use {assignee} to only search for teams.",
"tasks": "Úkoly", "tasks": "Úkoly",
"lists": "Seznamy", "lists": "Seznamy",
"teams": "Týmy", "teams": "Týmy",

View File

@ -656,6 +656,7 @@
"searchPlaceholder": "Beginne zu schreiben, um eine Aufgabe zu suchen, die als Beziehung hinzugefügt werden soll…", "searchPlaceholder": "Beginne zu schreiben, um eine Aufgabe zu suchen, die als Beziehung hinzugefügt werden soll…",
"createPlaceholder": "Füge diese Aufgabe als neue Aufgabenbeziehung hinzu", "createPlaceholder": "Füge diese Aufgabe als neue Aufgabenbeziehung hinzu",
"differentList": "Diese Aufgabe gehört zu einer anderen Liste.", "differentList": "Diese Aufgabe gehört zu einer anderen Liste.",
"differentNamespace": "Diese Aufgabe gehört zu einem anderen Namespace.",
"noneYet": "Keine Aufgabenbeziehung vorhanden.", "noneYet": "Keine Aufgabenbeziehung vorhanden.",
"delete": "Aufgabenbeziehung entfernen", "delete": "Aufgabenbeziehung entfernen",
"deleteText1": "Willst du diese Aufgabenbeziehung wirklich entfernen?", "deleteText1": "Willst du diese Aufgabenbeziehung wirklich entfernen?",
@ -756,10 +757,12 @@
}, },
"keyboardShortcuts": { "keyboardShortcuts": {
"title": "Tastenkürzel", "title": "Tastenkürzel",
"general": "Allgemein",
"allPages": "Diese Tastenkürzel funktionieren auf allen Seiten.", "allPages": "Diese Tastenkürzel funktionieren auf allen Seiten.",
"currentPageOnly": "Diese Tastenkürzel funktionieren nur auf der aktuellen Seite.", "currentPageOnly": "Diese Tastenkürzel funktionieren nur auf der aktuellen Seite.",
"toggleMenu": "Das Menü umschalten", "toggleMenu": "Das Menü umschalten",
"quickSearch": "Such-/Schnellaktionsleiste öffnen", "quickSearch": "Such-/Schnellaktionsleiste öffnen",
"then": "dann",
"task": { "task": {
"title": "Aufgabenseite", "title": "Aufgabenseite",
"done": "Eine Aufgabe als erledigt markieren", "done": "Eine Aufgabe als erledigt markieren",
@ -768,6 +771,13 @@
"dueDate": "Ändere das Fälligkeitsdatum dieser Aufgabe", "dueDate": "Ändere das Fälligkeitsdatum dieser Aufgabe",
"attachment": "Einen Anhang dieser Aufgabe hinzufügen", "attachment": "Einen Anhang dieser Aufgabe hinzufügen",
"related": "Ändere die Abhängigen Aufgaben dieser Aufgabe" "related": "Ändere die Abhängigen Aufgaben dieser Aufgabe"
},
"list": {
"title": "Listenansicht",
"switchToListView": "Zur Listenansicht wechseln",
"switchToGanttView": "Zur Ganttansicht wechseln",
"switchToKanbanView": "Zur Kanbanansicht wechseln",
"switchToTableView": "Zur Tabellenansicht wechseln"
} }
}, },
"update": { "update": {
@ -806,7 +816,7 @@
"quickActions": { "quickActions": {
"commands": "Befehle", "commands": "Befehle",
"placeholder": "Gib einen Befehl oder eine Suche ein …", "placeholder": "Gib einen Befehl oder eine Suche ein …",
"hint": "Du kannst # verwenden, um nur nach Aufgaben zu suchen, *, um nur nach Listen zu suchen und @, um nur nach Teams zu suchen.", "hint": "Du kannst {list} verwenden, um die Suche auf eine Liste zu beschränken. Kombiniere {list} oder {label} (Labels) mit einer Suchabfrage, um eine Aufgabe mit diesen Labels oder auf dieser Liste zu suchen. Verwende {assignee}, um nur nach Teams zu suchen.",
"tasks": "Aufgaben", "tasks": "Aufgaben",
"lists": "Listen", "lists": "Listen",
"teams": "Teams", "teams": "Teams",

View File

@ -656,7 +656,7 @@
"searchPlaceholder": "Schriib, um e neui Uufgab als Zueghörigkeit hinzuezfüege…", "searchPlaceholder": "Schriib, um e neui Uufgab als Zueghörigkeit hinzuezfüege…",
"createPlaceholder": "Das als en neui Zueghörigkeit hinzuefüege", "createPlaceholder": "Das als en neui Zueghörigkeit hinzuefüege",
"differentList": "Die Uufgab ghöört zu ere andere Liste.", "differentList": "Die Uufgab ghöört zu ere andere Liste.",
"differentNamespace": "This task belongs to a different namespace.", "differentNamespace": "Diese Aufgabe gehört zu einem anderen Namespace.",
"noneYet": "S'git kei Uufgabe Beziehige.", "noneYet": "S'git kei Uufgabe Beziehige.",
"delete": "Uufgabe Beziehig chüble", "delete": "Uufgabe Beziehig chüble",
"deleteText1": "Bisch du dir sicher, dass du die Zueghörigkeit chüblä wetsch?", "deleteText1": "Bisch du dir sicher, dass du die Zueghörigkeit chüblä wetsch?",
@ -757,12 +757,12 @@
}, },
"keyboardShortcuts": { "keyboardShortcuts": {
"title": "Tastatuurchürzl", "title": "Tastatuurchürzl",
"general": "General", "general": "Allgemein",
"allPages": "Die Chürzl funktioniered uf allne Siitene.", "allPages": "Die Chürzl funktioniered uf allne Siitene.",
"currentPageOnly": "Die Chürzl funktioniered nur uf de momentane Siite.", "currentPageOnly": "Die Chürzl funktioniered nur uf de momentane Siite.",
"toggleMenu": "Menü umschalte", "toggleMenu": "Menü umschalte",
"quickSearch": "Suechi und Schnellaktionsliste öffne", "quickSearch": "Suechi und Schnellaktionsliste öffne",
"then": "then", "then": "dann",
"task": { "task": {
"title": "Uufgabesiite", "title": "Uufgabesiite",
"done": "Uufgab als erledigt markiere", "done": "Uufgab als erledigt markiere",
@ -773,11 +773,11 @@
"related": "Beziehige vo dere Uufgab bearbeite" "related": "Beziehige vo dere Uufgab bearbeite"
}, },
"list": { "list": {
"title": "List Views", "title": "Listenansicht",
"switchToListView": "Switch to list view", "switchToListView": "Zur Listenansicht wechseln",
"switchToGanttView": "Switch to gantt view", "switchToGanttView": "Zur Ganttansicht wechseln",
"switchToKanbanView": "Switch to kanban view", "switchToKanbanView": "Zur Kanbanansicht wechseln",
"switchToTableView": "Switch to table view" "switchToTableView": "Zur Tabellenansicht wechseln"
} }
}, },
"update": { "update": {
@ -816,7 +816,7 @@
"quickActions": { "quickActions": {
"commands": "Befehl", "commands": "Befehl",
"placeholder": "Schriib en Befehl oder suech…", "placeholder": "Schriib en Befehl oder suech…",
"hint": "You can use {list} to limit the search to a list. Combine {list} or {label} (labels) with a search query to search for a task with these labels or on that list. Use {assignee} to only search for teams.", "hint": "Du kannst {list} verwenden, um die Suche auf eine Liste zu beschränken. Kombiniere {list} oder {label} (Labels) mit einer Suchabfrage, um eine Aufgabe mit diesen Labels oder auf dieser Liste zu suchen. Verwende {assignee}, um nur nach Teams zu suchen.",
"tasks": "Uufgabe", "tasks": "Uufgabe",
"lists": "Listene", "lists": "Listene",
"teams": "Teams", "teams": "Teams",

View File

@ -17,14 +17,14 @@
"text": "La page que tu as demandée nexiste pas." "text": "La page que tu as demandée nexiste pas."
}, },
"ready": { "ready": {
"loading": "Vikunja is loading…", "loading": "Chargement de Vikunja en cours…",
"errorOccured": "An error occured:", "errorOccured": "Une erreur s'est produite :",
"checkApiUrl": "Please check if the api url is correct.", "checkApiUrl": "Veuillez vérifier que l'URL de l'API est valide.",
"noApiUrlConfigured": "No API url was configured. Please set one below:" "noApiUrlConfigured": "Aucune URL API n'a été configurée. Veuillez en définir une ci-dessous :"
}, },
"offline": { "offline": {
"title": "You are offline.", "title": "Vous êtes hors ligne.",
"text": "Please check your network connection and try again." "text": "Veuillez vérifier votre connexion réseau et réessayer."
}, },
"user": { "user": {
"auth": { "auth": {
@ -354,7 +354,7 @@
}, },
"filters": { "filters": {
"title": "Filtres", "title": "Filtres",
"clear": "Clear Filters", "clear": "Effacer les filtres",
"attributes": { "attributes": {
"title": "Nom", "title": "Nom",
"titlePlaceholder": "Entre un nom de filtre enregistré…", "titlePlaceholder": "Entre un nom de filtre enregistré…",
@ -461,8 +461,8 @@
"default": "Par défaut", "default": "Par défaut",
"close": "Fermer", "close": "Fermer",
"download": "Télécharger", "download": "Télécharger",
"showMenu": "Show the menu", "showMenu": "Afficher le menu",
"hideMenu": "Hide the menu" "hideMenu": "Masquer le menu"
}, },
"input": { "input": {
"resetColor": "Réinitialiser la couleur", "resetColor": "Réinitialiser la couleur",
@ -656,6 +656,7 @@
"searchPlaceholder": "Écris la recherche dune nouvelle tâche à ajouter comme connexe…", "searchPlaceholder": "Écris la recherche dune nouvelle tâche à ajouter comme connexe…",
"createPlaceholder": "Ajouter cette tâche comme nouvelle tâche connexe", "createPlaceholder": "Ajouter cette tâche comme nouvelle tâche connexe",
"differentList": "Cette tâche appartient à une autre liste.", "differentList": "Cette tâche appartient à une autre liste.",
"differentNamespace": "Cette tâche fait partie d'un espace de noms différent.",
"noneYet": "Pas encore de relations de tâches.", "noneYet": "Pas encore de relations de tâches.",
"delete": "Supprimer la relation de tâche", "delete": "Supprimer la relation de tâche",
"deleteText1": "Supprimer cette relation de tâche ?", "deleteText1": "Supprimer cette relation de tâche ?",
@ -756,10 +757,12 @@
}, },
"keyboardShortcuts": { "keyboardShortcuts": {
"title": "Raccourcis clavier", "title": "Raccourcis clavier",
"general": "Général",
"allPages": "Fonctionne sur toutes les pages.", "allPages": "Fonctionne sur toutes les pages.",
"currentPageOnly": "Fonctionnent uniquement sur la page en cours.", "currentPageOnly": "Fonctionnent uniquement sur la page en cours.",
"toggleMenu": "Basculer le menu", "toggleMenu": "Basculer le menu",
"quickSearch": "Ouvrir la barre de recherche/action rapide", "quickSearch": "Ouvrir la barre de recherche/action rapide",
"then": "puis",
"task": { "task": {
"title": "Page de tâche", "title": "Page de tâche",
"done": "Marquer une tâche comme terminée", "done": "Marquer une tâche comme terminée",
@ -768,6 +771,13 @@
"dueDate": "Modifier la date déchéance de cette tâche", "dueDate": "Modifier la date déchéance de cette tâche",
"attachment": "Ajouter une pièce jointe à cette tâche", "attachment": "Ajouter une pièce jointe à cette tâche",
"related": "Modifier les tâches connexes de cette tâche" "related": "Modifier les tâches connexes de cette tâche"
},
"list": {
"title": "Vues en liste",
"switchToListView": "Passer en vue liste",
"switchToGanttView": "Passer en vue Gantt",
"switchToKanbanView": "Passer en vue kanban",
"switchToTableView": "Passer en vue tableau"
} }
}, },
"update": { "update": {
@ -789,9 +799,9 @@
"urlPlaceholder": "Par exemple : https://localhost:3456", "urlPlaceholder": "Par exemple : https://localhost:3456",
"change": "changer", "change": "changer",
"signInOn": "Se connecter à ton compte Vikunja sur {0}", "signInOn": "Se connecter à ton compte Vikunja sur {0}",
"error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.", "error": "Impossible de trouver ou d'utiliser l'installation de Vikunja sur « {domain} ». Veuillez essayer une autre URL.",
"success": "Utilisation de linstallation Vikunja à « {domain} ».", "success": "Utilisation de linstallation Vikunja à « {domain} ».",
"urlRequired": "A url is required." "urlRequired": "Une URL est requise."
}, },
"loadingError": { "loadingError": {
"failed": "Le chargement a échoué, {0}. Si lerreur persiste, {1}.", "failed": "Le chargement a échoué, {0}. Si lerreur persiste, {1}.",
@ -806,7 +816,7 @@
"quickActions": { "quickActions": {
"commands": "Commandes", "commands": "Commandes",
"placeholder": "Écris une commande ou une recherche…", "placeholder": "Écris une commande ou une recherche…",
"hint": "Tu peux utiliser # pour rechercher uniquement des tâches, * pour rechercher uniquement des listes et @ pour rechercher uniquement des équipes.", "hint": "Vous pouvez utiliser {list} pour limiter la recherche à une liste. Combiner {list} ou {label} (étiquettes) avec une requête de recherche pour rechercher une tâche avec ces étiquettes ou sur cette liste. Utilisez {assignee} pour rechercher uniquement des équipes.",
"tasks": "Tâches", "tasks": "Tâches",
"lists": "Listes", "lists": "Listes",
"teams": "Équipes", "teams": "Équipes",

View File

@ -816,7 +816,7 @@
"quickActions": { "quickActions": {
"commands": "Commands", "commands": "Commands",
"placeholder": "Type a command or search…", "placeholder": "Type a command or search…",
"hint": "You can use # to only search for tasks, * to only search for lists and @ to only search for teams.", "hint": "You can use {list} to limit the search to a list. Combine {list} or {label} (labels) with a search query to search for a task with these labels or on that list. Use {assignee} to only search for teams.",
"tasks": "Tasks", "tasks": "Tasks",
"lists": "Liste", "lists": "Liste",
"teams": "Teams", "teams": "Teams",

View File

@ -656,6 +656,7 @@
"searchPlaceholder": "Type search for a new task to add as related…", "searchPlaceholder": "Type search for a new task to add as related…",
"createPlaceholder": "Add this as new related task", "createPlaceholder": "Add this as new related task",
"differentList": "This task belongs to a different list.", "differentList": "This task belongs to a different list.",
"differentNamespace": "This task belongs to a different namespace.",
"noneYet": "No task relations yet.", "noneYet": "No task relations yet.",
"delete": "Delete Task Relation", "delete": "Delete Task Relation",
"deleteText1": "Are you sure you want to delete this task relation?", "deleteText1": "Are you sure you want to delete this task relation?",
@ -756,10 +757,12 @@
}, },
"keyboardShortcuts": { "keyboardShortcuts": {
"title": "Keyboard Shortcuts", "title": "Keyboard Shortcuts",
"general": "General",
"allPages": "These shortcuts work on all pages.", "allPages": "These shortcuts work on all pages.",
"currentPageOnly": "These shortcuts work only on the current page.", "currentPageOnly": "These shortcuts work only on the current page.",
"toggleMenu": "Toggle The Menu", "toggleMenu": "Toggle The Menu",
"quickSearch": "Open the search/quick action bar", "quickSearch": "Open the search/quick action bar",
"then": "then",
"task": { "task": {
"title": "Task Page", "title": "Task Page",
"done": "Mark a task as done", "done": "Mark a task as done",
@ -768,6 +771,13 @@
"dueDate": "Change the due date of this task", "dueDate": "Change the due date of this task",
"attachment": "Add an attachment to this task", "attachment": "Add an attachment to this task",
"related": "Modify related tasks of this task" "related": "Modify related tasks of this task"
},
"list": {
"title": "List Views",
"switchToListView": "Switch to list view",
"switchToGanttView": "Switch to gantt view",
"switchToKanbanView": "Switch to kanban view",
"switchToTableView": "Switch to table view"
} }
}, },
"update": { "update": {
@ -806,7 +816,7 @@
"quickActions": { "quickActions": {
"commands": "Commands", "commands": "Commands",
"placeholder": "Type a command or search…", "placeholder": "Type a command or search…",
"hint": "You can use # to only search for tasks, * to only search for lists and @ to only search for teams.", "hint": "You can use {list} to limit the search to a list. Combine {list} or {label} (labels) with a search query to search for a task with these labels or on that list. Use {assignee} to only search for teams.",
"tasks": "Tasks", "tasks": "Tasks",
"lists": "Lists", "lists": "Lists",
"teams": "Teams", "teams": "Teams",