mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
Priority: Converted 'priority' attribute to a UDA
- 'priority.long' and 'priority.short' formats now map to 'priority', and generate a warning. - Man page updated. - Converted priority urgency coefficients to UDA equivalents. - Converted priority color rules to UDA color rules. - Removed 'default.priority' support. - Removed special sort handling for 'priority' field in Variant, added special UDA sort handling. - Removed ColPriority.{h,cpp} source files. - Removed asorted newly-unused variables. - The 'show' command now highlights unused priority settings. - Removed unused localized priority-relateѕ strings. - Added legacy mapping for columns and sort columns for 'priority.long' and 'priority.short' columns in report definitions. - Removed priority color rules implementation. - Removed obsolete tests for #860, #990, custom.priority_long.t. - Updated various tests that set priority default, colors.
This commit is contained in:
parent
7a9d314016
commit
5af4579741
33 changed files with 102 additions and 630 deletions
|
@ -204,8 +204,6 @@
|
|||
#define STRING_COLUMN_LABEL_ADDED "Hinzugefügt"
|
||||
#define STRING_COLUMN_LABEL_AGE "Alter"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PRI "Pri"
|
||||
#define STRING_COLUMN_LABEL_PRIORITY "Priorität"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projekt"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Bis"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Aufgeschoben"
|
||||
|
@ -708,8 +706,6 @@
|
|||
|
||||
#define STRING_EDIT_PROJECT_MOD "Projekt geändert."
|
||||
#define STRING_EDIT_PROJECT_DEL "Projekt gelöscht."
|
||||
#define STRING_EDIT_PRIORITY_MOD "Wichtigkeit geändert."
|
||||
#define STRING_EDIT_PRIORITY_DEL "Wichtigkeit gelöscht."
|
||||
#define STRING_EDIT_DESC_MOD "Beschreibung geändert."
|
||||
#define STRING_EDIT_DESC_REMOVE_ERR "Beschreibung kann nicht entfernt werden."
|
||||
#define STRING_EDIT_ENTRY_REMOVE_ERR "Erstelldatum kann nicht entfernt werden."
|
||||
|
@ -874,7 +870,6 @@
|
|||
#define STRING_TASK_VALID_BEFORE "Warnung: Das '{1}'-Datum ist nach dem '{2}'-Datum."
|
||||
#define STRING_TASK_VALID_REC_DUE "Wiederholende Aufgaben müssen eine Fälligkeit besitzen."
|
||||
#define STRING_TASK_VALID_RECUR "Wiederhol-Periode '{1}' ist ungültig."
|
||||
#define STRING_TASK_VALID_PRIORITY "Die Wichtigkeit kann die Werte 'H', 'M' oder 'L' annehmen, nicht jedoch '{1}'."
|
||||
#define STRING_TASK_SAFETY_VALVE "Dieser Befehl hat keinen Filter und wird alle Aufgaben verändern. Sind Sie sicher?"
|
||||
#define STRING_TASK_SAFETY_FAIL "Befehl an Ausführung gehindert."
|
||||
#define STRING_TASK_SAFETY_ALLOW "Kein Filter angegeben, und durch den konfigurierten 'allow.empty.filter'-Wert wurde keine Aktion durchgeführt."
|
||||
|
@ -1029,4 +1024,7 @@
|
|||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
||||
#endif
|
||||
|
|
|
@ -204,8 +204,6 @@
|
|||
#define STRING_COLUMN_LABEL_ADDED "Added"
|
||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PRI "Pri"
|
||||
#define STRING_COLUMN_LABEL_PRIORITY "Priority"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Project"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Until"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Wait"
|
||||
|
@ -708,8 +706,6 @@
|
|||
|
||||
#define STRING_EDIT_PROJECT_MOD "Project modified."
|
||||
#define STRING_EDIT_PROJECT_DEL "Project deleted."
|
||||
#define STRING_EDIT_PRIORITY_MOD "Priority modified."
|
||||
#define STRING_EDIT_PRIORITY_DEL "Priority deleted."
|
||||
#define STRING_EDIT_DESC_MOD "Description modified."
|
||||
#define STRING_EDIT_DESC_REMOVE_ERR "Cannot remove description."
|
||||
#define STRING_EDIT_ENTRY_REMOVE_ERR "Cannot remove creation date."
|
||||
|
@ -874,7 +870,6 @@
|
|||
#define STRING_TASK_VALID_BEFORE "Warning: You have specified that the '{1}' date is after the '{2}' date."
|
||||
#define STRING_TASK_VALID_REC_DUE "A recurring task must also have a 'due' date."
|
||||
#define STRING_TASK_VALID_RECUR "The recurrence value '{1}' is not valid."
|
||||
#define STRING_TASK_VALID_PRIORITY "Priority values may be 'H', 'M' or 'L', not '{1}'."
|
||||
#define STRING_TASK_SAFETY_VALVE "This command has no filter, and will modify all tasks. Are you sure?"
|
||||
#define STRING_TASK_SAFETY_FAIL "Command prevented from running."
|
||||
#define STRING_TASK_SAFETY_ALLOW "You did not specify a filter, and with the 'allow.empty.filter' value, no action is taken."
|
||||
|
@ -1026,4 +1021,7 @@
|
|||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
||||
#endif
|
||||
|
|
|
@ -204,8 +204,6 @@
|
|||
#define STRING_COLUMN_LABEL_ADDED "Kreita"
|
||||
#define STRING_COLUMN_LABEL_AGE "Aĝo"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PRI "Gr"
|
||||
#define STRING_COLUMN_LABEL_PRIORITY "Graveco"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projekto"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Ĝis"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Atendu"
|
||||
|
@ -708,8 +706,6 @@
|
|||
|
||||
#define STRING_EDIT_PROJECT_MOD "Modifis la projekton."
|
||||
#define STRING_EDIT_PROJECT_DEL "Viŝis la projekton."
|
||||
#define STRING_EDIT_PRIORITY_MOD "Modifis la gravecon."
|
||||
#define STRING_EDIT_PRIORITY_DEL "Viŝis la gravecon."
|
||||
#define STRING_EDIT_DESC_MOD "Modifis la priskribon."
|
||||
#define STRING_EDIT_DESC_REMOVE_ERR "Ne povis viŝi la priskribon."
|
||||
#define STRING_EDIT_ENTRY_REMOVE_ERR "Ne povis viŝi la krean daton."
|
||||
|
@ -874,7 +870,6 @@
|
|||
#define STRING_TASK_VALID_BEFORE "Averto: Vi specifis daton '{1}' post dato '{2}'."
|
||||
#define STRING_TASK_VALID_REC_DUE "Reokazanta tasko devas ankaŭ havi daton 'due'."
|
||||
#define STRING_TASK_VALID_RECUR "Reokaz-valoro '{1}' ne estas valida."
|
||||
#define STRING_TASK_VALID_PRIORITY "Gravec-valoro povas esti 'H', 'M', aŭ 'L', sed ne '{1}'."
|
||||
#define STRING_TASK_SAFETY_VALVE "Tiu komando ne havas filtrilo, do ĝi modifos ĉian taskon. Ĉu vi estas certa?"
|
||||
#define STRING_TASK_SAFETY_FAIL "Antaŭmalebligis komandon."
|
||||
#define STRING_TASK_SAFETY_ALLOW "Vi ne specifis filtrilon. Laŭ la valoro 'allow.empty.filter', ne faros nenion."
|
||||
|
@ -1026,4 +1021,7 @@
|
|||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
||||
#endif
|
||||
|
|
|
@ -204,8 +204,6 @@
|
|||
#define STRING_COLUMN_LABEL_ADDED "Añadida"
|
||||
#define STRING_COLUMN_LABEL_AGE "Edad"
|
||||
#define STRING_COLUMN_LABEL_ID "ID" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_PRI "Pri" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_PRIORITY "Prioridad"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Proyecto"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Hasta"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Espera"
|
||||
|
@ -717,8 +715,6 @@
|
|||
|
||||
#define STRING_EDIT_PROJECT_MOD "Proyecto modificado."
|
||||
#define STRING_EDIT_PROJECT_DEL "Proyecto eliminado."
|
||||
#define STRING_EDIT_PRIORITY_MOD "Prioridad modificada."
|
||||
#define STRING_EDIT_PRIORITY_DEL "Prioridad eliminada."
|
||||
#define STRING_EDIT_DESC_MOD "Descripción modificada."
|
||||
#define STRING_EDIT_DESC_REMOVE_ERR "No se puede eliminar la descripción."
|
||||
#define STRING_EDIT_ENTRY_REMOVE_ERR "No se puede eliminar la fecha de creación."
|
||||
|
@ -883,7 +879,6 @@
|
|||
#define STRING_TASK_VALID_BEFORE "Advertencia: ha especificado que la fecha '{1}' es después de la fecha '{2}'."
|
||||
#define STRING_TASK_VALID_REC_DUE "Una tarea recurrente debe tener también una fecha de vencimiento."
|
||||
#define STRING_TASK_VALID_RECUR "El valor de recurrencia '{1}' no es válido."
|
||||
#define STRING_TASK_VALID_PRIORITY "Valores de prioridad pueden ser 'H', 'M' o 'L', no '{1}'."
|
||||
#define STRING_TASK_SAFETY_VALVE "Este comando no tiene filtro, y modificará todas las tareas. ¿Está seguro?"
|
||||
#define STRING_TASK_SAFETY_FAIL "Se impidió la ejecución del comando."
|
||||
#define STRING_TASK_SAFETY_ALLOW "You did not specify a filter, and with the 'allow.empty.filter' value, no action is taken."
|
||||
|
@ -1051,4 +1046,7 @@
|
|||
#define STRING_UTIL_KIBIBYTES "KiB" // |esp-ESP|==|eng-USA|
|
||||
#define STRING_UTIL_BYTES "B" // |esp-ESP|==|eng-USA|
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
||||
#endif
|
||||
|
|
|
@ -204,8 +204,6 @@
|
|||
#define STRING_COLUMN_LABEL_ADDED "Ajoutée"
|
||||
#define STRING_COLUMN_LABEL_AGE "Age"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PRI "Pri"
|
||||
#define STRING_COLUMN_LABEL_PRIORITY "Priorité"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projet"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Until"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Attente"
|
||||
|
@ -707,8 +705,6 @@
|
|||
|
||||
#define STRING_EDIT_PROJECT_MOD "Projet modifié."
|
||||
#define STRING_EDIT_PROJECT_DEL "Projet supprimé."
|
||||
#define STRING_EDIT_PRIORITY_MOD "Priorité modifiée."
|
||||
#define STRING_EDIT_PRIORITY_DEL "Priorité supprimée."
|
||||
#define STRING_EDIT_DESC_MOD "Description modifiée."
|
||||
#define STRING_EDIT_DESC_REMOVE_ERR "Impossible de supprimer la description."
|
||||
#define STRING_EDIT_ENTRY_REMOVE_ERR "Impossible de supprimer la date de création."
|
||||
|
@ -873,7 +869,6 @@
|
|||
#define STRING_TASK_VALID_BEFORE "Warning: You have specified that the '{1}' date is after the '{2}' date."
|
||||
#define STRING_TASK_VALID_REC_DUE "A recurring task must also have a 'due' date."
|
||||
#define STRING_TASK_VALID_RECUR "The recurrence value '{1}' is not valid."
|
||||
#define STRING_TASK_VALID_PRIORITY "Priority values may be 'H', 'M' or 'L', not '{1}'."
|
||||
#define STRING_TASK_SAFETY_VALVE "This command has no filter, and will modify all tasks. Are you sure?"
|
||||
#define STRING_TASK_SAFETY_FAIL "Command prevented from running."
|
||||
#define STRING_TASK_SAFETY_ALLOW "You did not specify a filter, and with the 'allow.empty.filter' value, no action is taken."
|
||||
|
@ -1025,4 +1020,7 @@
|
|||
#define STRING_UTIL_KIBIBYTES "kio"
|
||||
#define STRING_UTIL_BYTES "o"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
||||
#endif
|
||||
|
|
|
@ -204,8 +204,6 @@
|
|||
#define STRING_COLUMN_LABEL_ADDED "Aggiunto"
|
||||
#define STRING_COLUMN_LABEL_AGE "Età"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PRI "Pri"
|
||||
#define STRING_COLUMN_LABEL_PRIORITY "Priorità"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Progetto"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Fino a"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Attesa"
|
||||
|
@ -707,8 +705,6 @@
|
|||
|
||||
#define STRING_EDIT_PROJECT_MOD "Progetto modificato."
|
||||
#define STRING_EDIT_PROJECT_DEL "Progetto cancellato."
|
||||
#define STRING_EDIT_PRIORITY_MOD "Progetto modificato."
|
||||
#define STRING_EDIT_PRIORITY_DEL "Priorità cancellata."
|
||||
#define STRING_EDIT_DESC_MOD "Descrizione modificata."
|
||||
#define STRING_EDIT_DESC_REMOVE_ERR "Impossibile rimuovere la descrizione."
|
||||
#define STRING_EDIT_ENTRY_REMOVE_ERR "Impossibile rimuovere la data di creazione."
|
||||
|
@ -873,7 +869,6 @@
|
|||
#define STRING_TASK_VALID_BEFORE "Warning: data '{1}' con valore successivo alla data '{2}'."
|
||||
#define STRING_TASK_VALID_REC_DUE "Un task periodico deve avere una data di scadenza."
|
||||
#define STRING_TASK_VALID_RECUR "Il valore di periodicità '{1}' non è valido."
|
||||
#define STRING_TASK_VALID_PRIORITY "I valori di priorità possono essere 'H', 'M' o 'L', non '{1}'."
|
||||
#define STRING_TASK_SAFETY_VALVE "Questo comando non ha filtro, e modificherà tutti i task. Sicuro?"
|
||||
#define STRING_TASK_SAFETY_FAIL "Prevenuta l'esecuzione del comando."
|
||||
#define STRING_TASK_SAFETY_ALLOW "You did not specify a filter, and with the 'allow.empty.filter' value, no action is taken."
|
||||
|
@ -1025,4 +1020,7 @@
|
|||
#define STRING_UTIL_KIBIBYTES "Kb"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
||||
#endif
|
||||
|
|
|
@ -204,8 +204,6 @@
|
|||
#define STRING_COLUMN_LABEL_ADDED "Dodane"
|
||||
#define STRING_COLUMN_LABEL_AGE "Wiek"
|
||||
#define STRING_COLUMN_LABEL_ID "ID"
|
||||
#define STRING_COLUMN_LABEL_PRI "Pri"
|
||||
#define STRING_COLUMN_LABEL_PRIORITY "Priorytet"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projekt"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Do"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Czeka"
|
||||
|
@ -708,8 +706,6 @@
|
|||
|
||||
#define STRING_EDIT_PROJECT_MOD "Projekt zmieniony."
|
||||
#define STRING_EDIT_PROJECT_DEL "Projekt usunięty."
|
||||
#define STRING_EDIT_PRIORITY_MOD "Priorytet zmieniony."
|
||||
#define STRING_EDIT_PRIORITY_DEL "Priorytet usunięty."
|
||||
#define STRING_EDIT_DESC_MOD "Opis zmieniony."
|
||||
#define STRING_EDIT_DESC_REMOVE_ERR "Nie można usunąć opisu."
|
||||
#define STRING_EDIT_ENTRY_REMOVE_ERR "Nie można usunąć daty utworzenia."
|
||||
|
@ -874,7 +870,6 @@
|
|||
#define STRING_TASK_VALID_BEFORE "Uwaga: podałeś datę '{1}' jako datę po '{2}'."
|
||||
#define STRING_TASK_VALID_REC_DUE "Zadanie cykliczne musi posiadać datę zakończenia."
|
||||
#define STRING_TASK_VALID_RECUR "Wartość '{1}' określająca okres zadania jest niepoprawna."
|
||||
#define STRING_TASK_VALID_PRIORITY "Poprawne wartości określające priorytet to 'H', 'M' lub 'L', nie '{1}'."
|
||||
#define STRING_TASK_SAFETY_VALVE "Nie nałożono filtra, wszystkie zadania zostaną poddane modyfikacji. Czy chcesz kontynuować?"
|
||||
#define STRING_TASK_SAFETY_FAIL "Niedopuszczono do wykonania polecenia."
|
||||
#define STRING_TASK_SAFETY_ALLOW "Brak filtra, z aktywną flagą 'allow.empty.filter', nie podjęto akcji."
|
||||
|
@ -1026,4 +1021,7 @@
|
|||
#define STRING_UTIL_KIBIBYTES "KiB"
|
||||
#define STRING_UTIL_BYTES "B"
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
||||
#endif
|
||||
|
|
|
@ -204,8 +204,6 @@
|
|||
#define STRING_COLUMN_LABEL_ADDED "Adicionada"
|
||||
#define STRING_COLUMN_LABEL_AGE "Idade"
|
||||
#define STRING_COLUMN_LABEL_ID "ID" // |por-PRT|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_PRI "Pri" // |por-PRT|==|eng-USA|
|
||||
#define STRING_COLUMN_LABEL_PRIORITY "Prioridade"
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Projeto"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Até"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Adiada"
|
||||
|
@ -708,8 +706,6 @@
|
|||
|
||||
#define STRING_EDIT_PROJECT_MOD "Projeto modificado."
|
||||
#define STRING_EDIT_PROJECT_DEL "Projeto removido."
|
||||
#define STRING_EDIT_PRIORITY_MOD "Prioridade modificada."
|
||||
#define STRING_EDIT_PRIORITY_DEL "Prioridade removida."
|
||||
#define STRING_EDIT_DESC_MOD "Descrição modificada."
|
||||
#define STRING_EDIT_DESC_REMOVE_ERR "Não é possível remover a descrição."
|
||||
#define STRING_EDIT_ENTRY_REMOVE_ERR "Não é possível remover a data de criação."
|
||||
|
@ -874,7 +870,6 @@
|
|||
#define STRING_TASK_VALID_BEFORE "Aviso: Especificou que a data de '{1}' é posterior à data de '{2}'."
|
||||
#define STRING_TASK_VALID_REC_DUE "Uma tarefa recorrente necessita de uma data de vencimento."
|
||||
#define STRING_TASK_VALID_RECUR "O valor de recorrência '{1}' não é válido."
|
||||
#define STRING_TASK_VALID_PRIORITY "Valores de prioridade podem ser 'A', 'M' ou 'B', não '{1}'."
|
||||
#define STRING_TASK_SAFETY_VALVE "Este comando não possui um filtro e irá modificar todas as tarefas. Tem a certeza?"
|
||||
#define STRING_TASK_SAFETY_FAIL "Execução do comando abortada."
|
||||
#define STRING_TASK_SAFETY_ALLOW "Não especificou um filtro e com o valor de 'allow.empty.filter', nenhuma ação foi tomada."
|
||||
|
@ -1026,4 +1021,7 @@
|
|||
#define STRING_UTIL_KIBIBYTES "KiB" // |por-PRT|==|eng-USA|
|
||||
#define STRING_UTIL_BYTES "B" // |por-PRT|==|eng-USA|
|
||||
|
||||
// Legacy
|
||||
#define STRING_LEGACY_PRIORITY "Legacy attribute found. Please change '{1}' to '{2}'."
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue