-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow time with natural language #39
Open
lode
wants to merge
3
commits into
stuartlangridge:master
Choose a base branch
from
lode:natural-language-clock
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-08-15 18:48+0200\n" | ||
"POT-Creation-Date: 2019-02-17 13:13+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -17,6 +17,74 @@ msgstr "" | |
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: format.js:71 | ||
msgid "one" | ||
msgstr "" | ||
|
||
#: format.js:72 | ||
msgid "two" | ||
msgstr "" | ||
|
||
#: format.js:73 | ||
msgid "three" | ||
msgstr "" | ||
|
||
#: format.js:74 | ||
msgid "four" | ||
msgstr "" | ||
|
||
#: format.js:75 | ||
msgid "five" | ||
msgstr "" | ||
|
||
#: format.js:76 | ||
msgid "six" | ||
msgstr "" | ||
|
||
#: format.js:77 | ||
msgid "seven" | ||
msgstr "" | ||
|
||
#: format.js:78 | ||
msgid "eight" | ||
msgstr "" | ||
|
||
#: format.js:79 | ||
msgid "nine" | ||
msgstr "" | ||
|
||
#: format.js:80 | ||
msgid "ten" | ||
msgstr "" | ||
|
||
#: format.js:81 | ||
msgid "eleven" | ||
msgstr "" | ||
|
||
#: format.js:82 | ||
msgid "twelve" | ||
msgstr "" | ||
|
||
#: format.js:85 | ||
msgid "%;naturalI o'clock" | ||
msgstr "" | ||
|
||
#: format.js:86 | ||
msgid "quarter past %;naturalI" | ||
msgstr "" | ||
|
||
#: format.js:87 | ||
msgid "half past %;naturalI" | ||
msgstr "" | ||
|
||
#: format.js:88 | ||
msgid "quarter to %;nextNaturalI" | ||
msgstr "" | ||
|
||
#: format.js:89 | ||
msgid "%;nextNaturalI o'clock" | ||
msgstr "" | ||
|
||
#: prefs.js:51 | ||
msgid "Text to display instead of the clock" | ||
msgstr "" | ||
|
@@ -46,22 +114,26 @@ msgid "Slow time (quarters as fractions)" | |
msgstr "" | ||
|
||
#: prefs.js:83 | ||
msgid "ISO date and time (2014-01-30T14:50:10)" | ||
msgid "Slow time (quarters in natural language)" | ||
msgstr "" | ||
|
||
#: prefs.js:84 | ||
msgid "Local and Internet time" | ||
msgid "ISO date and time (2014-01-30T14:50:10)" | ||
msgstr "" | ||
|
||
#: prefs.js:85 | ||
msgid "Local and Internet time" | ||
msgstr "" | ||
|
||
#: prefs.js:86 | ||
msgid "Something sillier" | ||
msgstr "" | ||
|
||
#: prefs.js:85 | ||
#: prefs.js:86 | ||
msgid "It is %M minutes past hour %H" | ||
msgstr "" | ||
|
||
#: prefs.js:120 | ||
#: prefs.js:121 | ||
#, javascript-format | ||
msgid "What do all these %x codes mean?" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: GNOME Shell Extension Clock Override\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-20 18:26+0200\n" | ||
"POT-Creation-Date: 2019-02-17 13:13+0100\n" | ||
"PO-Revision-Date: 2018-08-15 18:36+0200\n" | ||
"Last-Translator: Jonatan Hatakeyama Zeidler <[email protected]>\n" | ||
"Language-Team: Jonatan H. Zeidler, Matthäus Brandl\n" | ||
|
@@ -19,6 +19,73 @@ msgstr "" | |
"X-Poedit-SourceCharset: UTF-8\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: format.js:71 | ||
msgid "one" | ||
msgstr "" | ||
|
||
#: format.js:72 | ||
msgid "two" | ||
msgstr "" | ||
|
||
#: format.js:73 | ||
msgid "three" | ||
msgstr "" | ||
|
||
#: format.js:74 | ||
msgid "four" | ||
msgstr "" | ||
|
||
#: format.js:75 | ||
msgid "five" | ||
msgstr "" | ||
|
||
#: format.js:76 | ||
msgid "six" | ||
msgstr "" | ||
|
||
#: format.js:77 | ||
msgid "seven" | ||
msgstr "" | ||
|
||
#: format.js:78 | ||
msgid "eight" | ||
msgstr "" | ||
|
||
#: format.js:79 | ||
msgid "nine" | ||
msgstr "" | ||
|
||
#: format.js:80 | ||
msgid "ten" | ||
msgstr "" | ||
|
||
#: format.js:81 | ||
msgid "eleven" | ||
msgstr "" | ||
|
||
#: format.js:82 | ||
msgid "twelve" | ||
msgstr "" | ||
|
||
#: format.js:85 | ||
msgid "%;naturalI o'clock" | ||
msgstr "" | ||
|
||
#: format.js:86 | ||
msgid "quarter past %;naturalI" | ||
msgstr "" | ||
|
||
#: format.js:87 | ||
msgid "half past %;naturalI" | ||
msgstr "" | ||
|
||
#: format.js:88 | ||
msgid "quarter to %;nextNaturalI" | ||
msgstr "" | ||
|
||
#: format.js:89 | ||
msgid "%;nextNaturalI o'clock" | ||
msgstr "" | ||
|
||
#: prefs.js:51 | ||
msgid "Text to display instead of the clock" | ||
|
@@ -49,23 +116,27 @@ msgid "Slow time (quarters as fractions)" | |
msgstr "Slow-Zeit (Viertelstunden als Brüche)" | ||
|
||
#: prefs.js:83 | ||
msgid "Slow time (quarters in natural language)" | ||
msgstr "" | ||
|
||
#: prefs.js:84 | ||
msgid "ISO date and time (2014-01-30T14:50:10)" | ||
msgstr "Datum und Zeit nach ISO (2014-01-30T14:50:10)" | ||
|
||
#: prefs.js:84 | ||
#: prefs.js:85 | ||
msgid "Local and Internet time" | ||
msgstr "Ortszeit und Internetzeit" | ||
|
||
#: prefs.js:85 | ||
# In this context silly seems to convey a notion of funny instead of stupid. Hence "albern" instead of "dumm". | ||
#: prefs.js:86 | ||
msgid "Something sillier" | ||
msgstr "Etwas Alberneres" | ||
|
||
#: prefs.js:85 | ||
#: prefs.js:86 | ||
msgid "It is %M minutes past hour %H" | ||
msgstr "Es ist %M Minuten nach %H Uhr" | ||
|
||
#: prefs.js:120 | ||
#: prefs.js:121 | ||
#, javascript-format | ||
msgid "What do all these %x codes mean?" | ||
msgstr "Was bedeuten all diese Codes mit %x?" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code duplication, would be better to create a function that does the 0-23 to 1-12 conversion.