Translations for kanban

This commit is contained in:
yflory
2018-05-16 16:45:16 +02:00
parent b6ebc583ba
commit 86be9abb62
3 changed files with 33 additions and 25 deletions

View File

@@ -248,6 +248,15 @@ define(function () {
out.pad_mediatagWidth = "Largeur (px)";
out.pad_mediatagHeight = "Hauteur (px)";
// Kanban
out.kanban_newBoard = "Nouveau tableau";
out.kanban_item = "Élément {0}"; // Item number for initial content
out.kanban_todo = "À faire";
out.kanban_done = "Terminé";
out.kanban_working = "En cours";
out.kanban_deleteBoard = "Êtes-vous sûr de vouloir supprimer ce tableau ?";
out.kanban_deleteItem = "Êtes-vous sûr de vouloir supprimer cet élément?";
// Polls
out.poll_title = "Sélecteur de date Zero Knowledge";

View File

@@ -251,7 +251,13 @@ define(function () {
out.pad_mediatagHeight = "Height (px)";
// Kanban
out.kanban_title = "Kanban";
out.kanban_newBoard = "New board";
out.kanban_item = "Item {0}"; // Item number for initial content
out.kanban_todo = "To Do";
out.kanban_done = "Done";
out.kanban_working = "Working";
out.kanban_deleteBoard = "Are you sure you want to delete this board?";
out.kanban_deleteItem = "Are you sure you want to delete this item?";
// Polls