diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-06-15 14:35:36 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-06-16 14:47:30 +0200 |
| commit | 657aa83a5ca24dc35572c040df64a0abb85e8612 (patch) | |
| tree | fe0b6fd425d8cad9dc6a28ada4ad8600e42b367e /Sources/NorgUI/Resources/Localizable.xcstrings | |
Initial extraction from Norganize
Diffstat (limited to 'Sources/NorgUI/Resources/Localizable.xcstrings')
| -rw-r--r-- | Sources/NorgUI/Resources/Localizable.xcstrings | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Sources/NorgUI/Resources/Localizable.xcstrings b/Sources/NorgUI/Resources/Localizable.xcstrings new file mode 100644 index 0000000..8783245 --- /dev/null +++ b/Sources/NorgUI/Resources/Localizable.xcstrings @@ -0,0 +1,33 @@ +{ + "sourceLanguage" : "en", + "strings" : { + "Cancelled" : { + "comment" : "Task status: put down / cancelled" + }, + "Done" : { + "comment" : "Task status: completed" + }, + "Needs input" : { + "comment" : "Task status: needs further input or clarification" + }, + "On hold" : { + "comment" : "Task status: paused" + }, + "Pending" : { + "comment" : "Task status: in progress" + }, + "Recurring" : { + "comment" : "Task status: repeats" + }, + "Task status: %@" : { + "comment" : "Accessibility label for a task's status control; %@ is the status name" + }, + "Undone" : { + "comment" : "Task status: not started" + }, + "Urgent" : { + "comment" : "Task status: urgent" + } + }, + "version" : "1.0" +} |