mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
L10N
- Localized Eval.
This commit is contained in:
parent
6eee9e0544
commit
70156d3c3d
6 changed files with 38 additions and 35 deletions
|
@ -602,11 +602,12 @@
|
|||
// Duration
|
||||
#define STRING_DURATION_UNRECOGNIZED "La durata '{1}' non è valida, con nità corrette come '3days'."
|
||||
|
||||
// E9
|
||||
#define STRING_E9_UNSUPPORTED "Operatore non supportato '{1}'."
|
||||
#define STRING_E9_NO_OPERANDS "Non ci sono operandi per l'operatore '{1}'."
|
||||
#define STRING_E9_INSUFFICIENT_OP "Non ci sono abbastanza operandi per l'operatore '{1}'."
|
||||
#define STRING_E9_MORE_OP "Trovati operandi in eccesso."
|
||||
// Eval
|
||||
#define STRING_EVAL_NO_EXPRESSION "No expression to evaluate."
|
||||
#define STRING_EVAL_UNSUPPORTED "Operatore non supportato '{1}'."
|
||||
#define STRING_EVAL_OP_EXPECTED "Operator expected."
|
||||
#define STRING_EVAL_NO_EVAL "The expression could not be evaluated."
|
||||
#define STRING_PAREN_MISMATCH "Mismatched parentheses in expression"
|
||||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Nessuna modifica riscontrata."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue