Skip to content

Commit

Permalink
fix: add english locale file
Browse files Browse the repository at this point in the history
  • Loading branch information
oae committed Aug 31, 2022
1 parent b131ad7 commit c2342de
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions resources/po/en.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"X-Generator: fill-pot-po/2.1.9\n"

#: src/components/searchBox.ts:32
msgid "Type to search"
msgstr "Type to search"

#: src/prefs/prefs.ts:71
msgid "Choose pano database location"
msgstr "Choose pano database location"

#: src/prefs/prefs.ts:90
msgid "Failed to select directory"
msgstr "Failed to select directory"

#: src/prefs/prefs.ts:115
msgid "Database Location"
msgstr "Database Location"

#: src/prefs/prefs.ts:137
msgid "History Length"
msgstr "History Length"

#: src/prefs/prefs.ts:138
msgid "You can limit your clipboard history length between 10 - 500"
msgstr "You can limit your clipboard history length between 10 - 500"

#: src/prefs/prefs.ts:155
msgid "Global Shortcut"
msgstr "Global Shortcut"

#: src/prefs/prefs.ts:156
msgid "Allows you to toggle visibility of the clipboard manager"
msgstr "Allows you to toggle visibility of the clipboard manager"

#: src/prefs/prefs.ts:161
msgid "Select a shortcut"
msgstr "Select a shortcut"

#: src/prefs/prefs.ts:172
msgid "New shortcut"
msgstr "New shortcut"

#: src/prefs/prefs.ts:210
msgid "Clear History"
msgstr "Clear History"

#: src/prefs/prefs.ts:211
msgid "Clears the clipboard database and cache"
msgstr "Clears the clipboard database and cache"

#: src/prefs/prefs.ts:217
msgid "Clear"
msgstr "Clear"

#: src/prefs/prefs.ts:223
msgid "Are you sure you want to clear history?"
msgstr "Are you sure you want to clear history?"

0 comments on commit c2342de

Please sign in to comment.