mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
I18N
- Removed unnecessary string termination and exceptions. - Removed associated localized errors.
This commit is contained in:
parent
d37937d970
commit
1ae4ea2ea3
9 changed files with 1 additions and 44 deletions
|
@ -881,10 +881,6 @@
|
|||
#define STRING_TDB2_UNDO_SYNCED "Kann Änderung nicht rückgängig machen, weil die Aufgabe bereits abgeglichen wurde. Aufgabe stattdessen löschen."
|
||||
#define STRING_TDB2_DIRTY_EXIT "Beende mit ungeschriebenen Änderungen auf {1}"
|
||||
|
||||
// utf8
|
||||
#define STRING_UTF8_INVALID_CP_REP "Ungültige Codepoint-Darstellung."
|
||||
#define STRING_UTF8_INVALID_CP "Ungültiger Unicode-Codepoint."
|
||||
|
||||
// View
|
||||
#define STRING_VIEW_TOO_SMALL "Dieser Report hat eine Mindestbreite von {1} und passt nicht in die Bildschirmbreite von {2}."
|
||||
|
||||
|
|
|
@ -881,10 +881,6 @@
|
|||
#define STRING_TDB2_UNDO_SYNCED "Cannot undo change because the task was already synced. Modify the task instead."
|
||||
#define STRING_TDB2_DIRTY_EXIT "Exiting with unwritten changes to {1}"
|
||||
|
||||
// utf8
|
||||
#define STRING_UTF8_INVALID_CP_REP "Invalid codepoint representation."
|
||||
#define STRING_UTF8_INVALID_CP "Invalid Unicode codepoint."
|
||||
|
||||
// View
|
||||
#define STRING_VIEW_TOO_SMALL "The report has a minimum width of {1} and does not fit in the available width of {2}."
|
||||
|
||||
|
|
|
@ -881,10 +881,6 @@
|
|||
#define STRING_TDB2_UNDO_SYNCED "Ne povos malfari ŝanĝon ĉar la tasko estis jam sinkronigita. Modifu anstataŭe la taskon."
|
||||
#define STRING_TDB2_DIRTY_EXIT "Eliranta kun neskribitajn ŝanĝojn al {1}"
|
||||
|
||||
// utf8
|
||||
#define STRING_UTF8_INVALID_CP_REP "Nevalida kodpunkta nombro."
|
||||
#define STRING_UTF8_INVALID_CP "Nevalida unikoda kodpunkto."
|
||||
|
||||
// View
|
||||
#define STRING_VIEW_TOO_SMALL "La raporto havas larĝecminimumon {1}, al kio ne konformas la disponebla larĝeco {2}."
|
||||
|
||||
|
|
|
@ -891,10 +891,6 @@
|
|||
#define STRING_TDB2_UNDO_SYNCED "No se puede deshacer el cambio porque la tarea ya ha sido sincronizada. Como alternativa, modifique la tarea."
|
||||
#define STRING_TDB2_DIRTY_EXIT "Exiting with unwritten changes to {1}"
|
||||
|
||||
// utf8
|
||||
#define STRING_UTF8_INVALID_CP_REP "Representación de codepoint no válida."
|
||||
#define STRING_UTF8_INVALID_CP "Codepoint Unicode no válido."
|
||||
|
||||
// View
|
||||
#define STRING_VIEW_TOO_SMALL "El informe tiene una anchura mínima de {1} y no cabe en la disponible, que es {2}."
|
||||
|
||||
|
|
|
@ -881,10 +881,6 @@
|
|||
#define STRING_TDB2_UNDO_SYNCED "Impossible d'annuler les changements car la tâche a déjà été synchronysée. Modifiez plutôt la tâche."
|
||||
#define STRING_TDB2_DIRTY_EXIT "Exiting with unwritten changes to {1}"
|
||||
|
||||
// utf8
|
||||
#define STRING_UTF8_INVALID_CP_REP "Invalid codepoint representation."
|
||||
#define STRING_UTF8_INVALID_CP "Invalid Unicode codepoint."
|
||||
|
||||
// View
|
||||
#define STRING_VIEW_TOO_SMALL "The report has a minimum width of {1} and does not fit in the available width of {2}."
|
||||
|
||||
|
|
|
@ -880,10 +880,6 @@
|
|||
#define STRING_TDB2_UNDO_SYNCED "Cannot undo change because the task was already synced. Modify the task instead."
|
||||
#define STRING_TDB2_DIRTY_EXIT "Exiting with unwritten changes to {1}"
|
||||
|
||||
// utf8
|
||||
#define STRING_UTF8_INVALID_CP_REP "Rappresentazione non valida del codepoint."
|
||||
#define STRING_UTF8_INVALID_CP "Codepoint Unicode non valido."
|
||||
|
||||
// View
|
||||
#define STRING_VIEW_TOO_SMALL "Il report ha larghezza minima di {1} e non entra nella larghezza disponibile di {2}."
|
||||
|
||||
|
|
|
@ -881,10 +881,6 @@
|
|||
#define STRING_TDB2_UNDO_SYNCED "Nie można cofnąć zmian ponieważ zadanie zostało zsynchronizowane. Zmodyfikuj zadanie."
|
||||
#define STRING_TDB2_DIRTY_EXIT "Zamykanie z niezapisanymi zmianami w {1}"
|
||||
|
||||
// utf8
|
||||
#define STRING_UTF8_INVALID_CP_REP "Niepoprawna reprezentacja znaku."
|
||||
#define STRING_UTF8_INVALID_CP "Niepoprawny znak Unicode."
|
||||
|
||||
// View
|
||||
#define STRING_VIEW_TOO_SMALL "Raport ma minimalną szerokość {1} i nie mieści się w dostępnej przestrzeni {2}."
|
||||
|
||||
|
|
|
@ -881,10 +881,6 @@
|
|||
#define STRING_TDB2_UNDO_SYNCED "Não é possível reverter a alteração porque a tarefa já foi syncronizada. Em vez disso modifique a tarefa."
|
||||
#define STRING_TDB2_DIRTY_EXIT "Saindo com modificações por gravar de {1}"
|
||||
|
||||
// utf8
|
||||
#define STRING_UTF8_INVALID_CP_REP "Representação de 'codepoint' inválida."
|
||||
#define STRING_UTF8_INVALID_CP "'Codepoint' Unicode inválido."
|
||||
|
||||
// View
|
||||
#define STRING_VIEW_TOO_SMALL "O relatório tem uma largura mínima de {1} e não cabe na largura disponível {2}."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue