diff options
author | musiclover <musiclover382@protonmail.com> | 2022-04-04 14:39:24 +0200 |
---|---|---|
committer | musiclover <musiclover382@protonmail.com> | 2022-04-04 14:39:24 +0200 |
commit | 049a8088a78666816b36397b89215b1e01b7eb69 (patch) | |
tree | 9c142c6fd49b5dbe675a0560b2414153412730e2 /po | |
parent | fe9f283041ed8544aebae6739b6761390dc9fb27 (diff) | |
download | Furtherance-049a8088a78666816b36397b89215b1e01b7eb69.tar.zst |
Create translation template
Diffstat (limited to 'po')
-rw-r--r-- | po/Furtherance.pot | 270 |
1 files changed, 270 insertions, 0 deletions
diff --git a/po/Furtherance.pot b/po/Furtherance.pot new file mode 100644 index 0000000..4117ccc --- /dev/null +++ b/po/Furtherance.pot @@ -0,0 +1,270 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the Furtherance package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Furtherance\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-04-02 16:51+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + + +#: data/com.lakoliu.Furtherance.appdata.xml.in:6 data/com.lakoliu.Furtherance.desktop.in:4 src/application.rs:128 +msgid "Track your time without being tracked." +msgstr "" + +#: data/com.lakoliu.Furtherance.appdata.xml.in:13 +msgid "Furtherance is an elegant time tracking app built for Gnome with Rust " +"and GTK4. In addition to tracking time spent on tasks, you can edit that " +"time, delete entries, and change settings. It even has idle detection." +msgstr "" + +#: data/com.lakoliu.Furtherance.appdata.xml.in:45 +msgid "First stable release of Furtherance." +msgstr "" + +#: data/com.lakoliu.Furtherance.appdata.xml.in:48 +msgid "Track time spent on tasks" +msgstr "" + +#: data/com.lakoliu.Furtherance.appdata.xml.in:49 +msgid "Change/delete recorded times" +msgstr "" + +#: data/com.lakoliu.Furtherance.appdata.xml.in:50 +msgid "Idle detection" +msgstr "" + +#: data/com.lakoliu.Furtherance.desktop.in:3 +msgid "Time Tracker" +msgstr "" + +#. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! +#: data/com.lakoliu.Furtherance.desktop.in:11 +msgid "timer;tracker;clock;tasks;productivity;" +msgstr "" + +#: src/gtk/window.ui:20 +msgid "Main Menu" +msgstr "" + +#: src/gtk/window.ui:56 +msgid "Task Name" +msgstr "" + +#: src/gtk/window.ui:81 +msgid "_Preferences" +msgstr "" + +#: src/gtk/window.ui:85 +msgid "_Delete history" +msgstr "" + +#: src/gtk/window.ui:89 +msgid "_About Furtherance" +msgstr "" + +#: src/gtk/task_row.ui:18 +msgid "Task" +msgstr "" + +#: src/gtk/task_row.ui:29 +msgid "Time" +msgstr "" + +#: src/gtk/task_details.ui:8 +msgid "Task Details" +msgstr "" + +#: src/gtk/task_details.ui:73 src/ui/task_details.rs:177 +msgid "Start" +msgstr "" + +#: src/gtk/task_details.ui:81 src/ui/task_details.rs:179 +msgid "Stop" +msgstr "" + +#: src/gtk/task_details.ui:89 +msgid "Total" +msgstr "" + +#: src/gtk/task_details.ui:116 +msgid "Delete all" +msgstr "" + +#: src/gtk/preferences_window.ui:7 +msgid "General" +msgstr "" + +#: src/gtk/preferences_window.ui:10 +msgid "Appearance" +msgstr "" + +#: src/gtk/preferences_window.ui:14 +msgid "_Dark theme" +msgstr "" + +#: src/gtk/preferences_window.ui:28 +msgid "Idle" +msgstr "" + +#: src/gtk/preferences_window.ui:32 +msgid "Notify of idle" +msgstr "" + +#: src/gtk/preferences_window.ui:33 +msgid "(Gnome only)" +msgstr "" + +#: src/gtk/preferences_window.ui:38 +msgid "_Minutes to idle" +msgstr "" + +#: src/gtk/preferences_window.ui:39 +msgid "Number of minutes before the user is considered idle" +msgstr "" + +#: src/gtk/preferences_window.ui:63 +msgid "Task List" +msgstr "" + +#: src/gtk/preferences_window.ui:67 +msgid "Limit tasks shown" +msgstr "" + +#: src/gtk/preferences_window.ui:68 +msgid "Only show X number of days in the saved tasks list" +msgstr "" + +#: src/gtk/preferences_window.ui:73 +msgid "_Days ago" +msgstr "" + +#: src/gtk/preferences_window.ui:74 +msgid "Number of days to display in the list" +msgstr "" + +#: src/gtk/preferences_window.ui:96 +msgid "_Delete confirmation" +msgstr "" + +#: src/gtk/preferences_window.ui:108 +msgid "_Show seconds" +msgstr "" + +#: src/gtk/preferences_window.ui:111 +msgid "Tasks list only. Seconds always show on timer" +msgstr "" + +#: src/gtk/history_box.ui:25 +msgid "Start Tracking" +msgstr "" + +#: src/gtk/history_box.ui:44 +msgid "Type your task and press start" +msgstr "" + +#: src/gtk/history_box.ui:63 +msgid "Prior tasks will show up here" +msgstr "" + +#: src/application.rs:146 +msgid "Delete history?" +msgstr "" + +#: src/application.rs:149 src/ui/task_details.rs:470 +msgid "Cancel" +msgstr "" + +#: src/application.rs:150 src/ui/task_details.rs:471 +msgid "Delete" +msgstr "" + +#: src/application.rs:154 +msgid "This will delete ALL of your task history." +msgstr "" + +#: src/application.rs:156 +msgid "Type DELETE in the box below then click Delete to proceed." +msgstr "" + +#. TRANSLATORS: This must match the translation for "DELETE" in the other string +#: src/application.rs:164 +msgid "DELETE" +msgstr "" + +#: src/ui/window.rs:178 +msgid "No Task Name" +msgstr "" + +#: src/ui/window.rs:180 +msgid "Enter a task name to start the timer." +msgstr "" + +#: src/ui/window.rs:286 +msgid "You have been idle for " +msgstr "" + +#: src/ui/window.rs:287 +msgid ".\nWould you like to discard that time, or continue the clock?" +msgstr "" + +#: src/ui/window.rs:295 src/ui/task_details.rs:167 +msgid "Edit Task" +msgstr "" + +#: src/ui/window.rs:298 +msgid "Discard" +msgstr "" + +#: src/ui/window.rs:299 +msgid "Continue" +msgstr "" + +#: src/ui/tasks_page.rs:146 +msgid "Today" +msgstr "" + +#: src/ui/tasks_page.rs:148 +msgid "Yesterday" +msgstr "" + +#: src/ui/task_details.rs:198 +msgid "*Use the format MMM DD YYYY HH:MM:SS" +msgstr "" + +#: src/ui/task_details.rs:200 +msgid "*Use the format MMM DD YYYY HH:MM" +msgstr "" + +#: src/ui/task_details.rs:206 +msgid "*Start time cannot be later than stop time." +msgstr "" + +#: src/ui/task_details.rs:211 +msgid "*Time cannot be in the future." +msgstr "" + +#: src/ui/task_details.rs:217 +msgid "Delete task" +msgstr "" + +#: src/ui/task_details.rs:243 +msgid "Delete task?" +msgstr "" + +#: src/ui/task_details.rs:466 +msgid "Delete All?" +msgstr "" + +#: src/ui/task_details.rs:468 +msgid "This will delete all occurrences of this task on this day." +msgstr "" |