mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_DEPEND_*
This commit is contained in:
parent
7b3d2e5cd6
commit
d8bd32aee8
10 changed files with 4 additions and 49 deletions
|
@ -32,9 +32,10 @@
|
|||
#include <Context.h>
|
||||
#include <format.h>
|
||||
#include <shared.h>
|
||||
#include <i18n.h>
|
||||
#include <main.h>
|
||||
|
||||
#define STRING_DEPEND_BLOCKED "Task {1} is blocked by:"
|
||||
|
||||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -173,15 +174,14 @@ void dependencyChainOnComplete (Task& task)
|
|||
{
|
||||
if (context.config.getBoolean ("dependency.reminder"))
|
||||
{
|
||||
std::cout << STRING_DEPEND_BLOCKING
|
||||
<< '\n';
|
||||
std::cout << "and is blocking:\n";
|
||||
|
||||
for (const auto& b : blocked)
|
||||
std::cout << " " << b.id << ' ' << b.get ("description") << '\n';
|
||||
}
|
||||
|
||||
if (!context.config.getBoolean ("dependency.confirmation") ||
|
||||
confirm (STRING_DEPEND_FIX_CHAIN))
|
||||
confirm ("Would you like the dependency chain fixed?"))
|
||||
{
|
||||
// Repair the chain - everything in blocked should now depend on
|
||||
// everything in blocking, instead of task.id.
|
||||
|
|
|
@ -495,11 +495,6 @@
|
|||
#define STRING_CMD_EDIT_USAGE "Startet einen Editor, um eine Aufgabe direkt zu bearbeiten"
|
||||
#define STRING_CMD_CALC_USAGE "Rechner"
|
||||
|
||||
// dependency
|
||||
#define STRING_DEPEND_BLOCKED "Aufgabe {1} wird blockiert durch:"
|
||||
#define STRING_DEPEND_BLOCKING "und blockiert:"
|
||||
#define STRING_DEPEND_FIX_CHAIN "Möchten Sie, dass diese Abhängigkeitskette korrigiert wird?"
|
||||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Keine Änderungen entdeckt."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
|
|
|
@ -492,11 +492,6 @@
|
|||
#define STRING_CMD_EDIT_USAGE "Launches an editor to modify a task directly"
|
||||
#define STRING_CMD_CALC_USAGE "Calculator"
|
||||
|
||||
// dependency
|
||||
#define STRING_DEPEND_BLOCKED "Task {1} is blocked by:"
|
||||
#define STRING_DEPEND_BLOCKING "and is blocking:"
|
||||
#define STRING_DEPEND_FIX_CHAIN "Would you like the dependency chain fixed?"
|
||||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "No edits were detected."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
|
|
|
@ -495,11 +495,6 @@
|
|||
#define STRING_CMD_EDIT_USAGE "Lanĉas redaktilo por rekte modifi taskon"
|
||||
#define STRING_CMD_CALC_USAGE "Kalkulilo"
|
||||
|
||||
// dependency
|
||||
#define STRING_DEPEND_BLOCKED "Tasko {1} estas blokata per:"
|
||||
#define STRING_DEPEND_BLOCKING "kaj ĝi blokas:"
|
||||
#define STRING_DEPEND_FIX_CHAIN "Ĉu vi volas, ke la dependeca ĉeno repariĝus?"
|
||||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Ne detektis nenian redakton."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
|
|
|
@ -507,11 +507,6 @@
|
|||
#define STRING_CMD_EDIT_USAGE "Lanza un editor para modificar una tarea directamente"
|
||||
#define STRING_CMD_CALC_USAGE "Calculadora"
|
||||
|
||||
// dependency
|
||||
#define STRING_DEPEND_BLOCKED "La tarea {1} está bloqueada por:"
|
||||
#define STRING_DEPEND_BLOCKING "y está bloqueando:"
|
||||
#define STRING_DEPEND_FIX_CHAIN "¿Desea que la cadena de dependencias sea arreglada?"
|
||||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "No se detectaron modificaciones."
|
||||
#define STRING_EDIT_FAILED "Edición fallida con código de salida {1}."
|
||||
|
|
|
@ -497,11 +497,6 @@
|
|||
#define STRING_CMD_EDIT_USAGE "Launches an editor to modify a task directly"
|
||||
#define STRING_CMD_CALC_USAGE "Calculator"
|
||||
|
||||
// dependency
|
||||
#define STRING_DEPEND_BLOCKED "Tâche {1} est bloquée par :"
|
||||
#define STRING_DEPEND_BLOCKING "et bloque :"
|
||||
#define STRING_DEPEND_FIX_CHAIN "Would you like the dependency chain fixed?"
|
||||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Aucunes modifications détectées."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
|
|
|
@ -496,11 +496,6 @@
|
|||
#define STRING_CMD_EDIT_USAGE "Esegue un editor per la modifica diretta di un task"
|
||||
#define STRING_CMD_CALC_USAGE "Calculator"
|
||||
|
||||
// dependency
|
||||
#define STRING_DEPEND_BLOCKED "Il task {1} è bloccato da:"
|
||||
#define STRING_DEPEND_BLOCKING "e sta bloccando:"
|
||||
#define STRING_DEPEND_FIX_CHAIN "Si desidera riparare la catena delle dipendenze?"
|
||||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Nessuna modifica riscontrata."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
|
|
|
@ -497,11 +497,6 @@
|
|||
#define STRING_CMD_EDIT_USAGE "task を直接変更するためにエディタを起動します"
|
||||
#define STRING_CMD_CALC_USAGE "電卓"
|
||||
|
||||
// dependency
|
||||
#define STRING_DEPEND_BLOCKED "Task {1} is blocked by:"
|
||||
#define STRING_DEPEND_BLOCKING "and is blocking:"
|
||||
#define STRING_DEPEND_FIX_CHAIN "Would you like the dependency chain fixed?"
|
||||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "No edits were detected."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
|
|
|
@ -497,11 +497,6 @@
|
|||
#define STRING_CMD_EDIT_USAGE "Uruchamia edytor do zmiany zadania"
|
||||
#define STRING_CMD_CALC_USAGE "Kalkulator"
|
||||
|
||||
// dependency
|
||||
#define STRING_DEPEND_BLOCKED "Zadanie {1} jest blokowane przez:"
|
||||
#define STRING_DEPEND_BLOCKING "oraz blokuje:"
|
||||
#define STRING_DEPEND_FIX_CHAIN "Czy chcesz naprawić łańcuch zależności?"
|
||||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Nie znaleziono żadnych edycji."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
|
|
|
@ -497,11 +497,6 @@
|
|||
#define STRING_CMD_EDIT_USAGE "Inicia um editor externo para modificar a tarefa diretamente"
|
||||
#define STRING_CMD_CALC_USAGE "Calculadora"
|
||||
|
||||
// dependency
|
||||
#define STRING_DEPEND_BLOCKED "Tarefa {1} encontra-se bloqueada por:"
|
||||
#define STRING_DEPEND_BLOCKING "e está a bloquear:"
|
||||
#define STRING_DEPEND_FIX_CHAIN "Deseja que a cadeia de dependências seja corrigida?"
|
||||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Não foram detetadas alterações."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue