Add descriptions to timestamp i18n strings

// FREEBIE
This commit is contained in:
lilia 2016-08-05 13:53:48 -07:00
parent fed8f62617
commit 85cf719fb1

View file

@ -310,43 +310,44 @@
"description": "Informational text displayed if a sync operation times out." "description": "Informational text displayed if a sync operation times out."
}, },
"timestamp_s": { "timestamp_s": {
"description": "", "description": "Short or abbreviated timestamp for messages sent less than a minute ago. Displayed in the conversation list.",
"message": "now" "message": "now"
}, },
"timestamp_m": { "timestamp_m": {
"description": "", "description": "Short or abbreviated timestamp for messages sent a minute ago. Displayed in the conversation list.",
"message": "1 min" "message": "1 min"
}, },
"timestamp_mm": { "timestamp_mm": {
"description": "", "description": "Short or abbreviated timestamp for messages sent multiple minutes ago. Displayed in the conversation list.",
"message": "%d min" "message": "%d min"
}, },
"timestamp_h": { "timestamp_h": {
"description": "", "description": "Short or abbreviated timestamp for messages sent about an hour ago. Displayed in the conversation list.",
"message": "1 hour" "message": "1 hour"
}, },
"timestamp_hh": { "timestamp_hh": {
"description": "Short or abbreviated timestamp for messages sent multiple hours ago. Displayed in the conversation list.",
"description": "", "description": "",
"message": "%d hours" "message": "%d hours"
}, },
"extendedTimestamp_s": { "extendedTimestamp_s": {
"description": "", "description": "Timestamp for messages sent less than a minute ago. Displayed in the message bubble.",
"message": "now" "message": "now"
}, },
"extendedTimestamp_m": { "extendedTimestamp_m": {
"description": "", "description": "Timestamp for messages sent about a minute ago. Displayed in the message bubble.",
"message": "1 minute ago" "message": "1 minute ago"
}, },
"extendedTimestamp_mm": { "extendedTimestamp_mm": {
"description": "", "description": "Timestamp for messages sent multiple minutes ago. Displayed in the message bubble.",
"message": "%d minutes ago" "message": "%d minutes ago"
}, },
"extendedTimestamp_h": { "extendedTimestamp_h": {
"description": "", "description": "Timestamp for messages sent one hour ago. Displayed in the message bubble.",
"message": "1 hour ago" "message": "1 hour ago"
}, },
"extendedTimestamp_hh": { "extendedTimestamp_hh": {
"description": "", "description": "Timestamp for messages sent multiple hours ago. Displayed in the message bubble.",
"message": "%d hours ago" "message": "%d hours ago"
} }
} }