From 0d3c70151dcd55b2abd191210fb599eb4a6c1aa2 Mon Sep 17 00:00:00 2001 From: Heather Booker Date: Fri, 20 Oct 2017 18:51:28 -0400 Subject: [PATCH] Fix copy pasta of timestamp_m to timestamp_h in locales (#1582) --- _locales/ar/messages.json | 2 +- _locales/bg/messages.json | 2 +- _locales/cs/messages.json | 2 +- _locales/da/messages.json | 2 +- _locales/de/messages.json | 2 +- _locales/el/messages.json | 2 +- _locales/en/messages.json | 2 +- _locales/es/messages.json | 2 +- _locales/es_419/messages.json | 2 +- _locales/fa/messages.json | 2 +- _locales/fi/messages.json | 2 +- _locales/fr/messages.json | 2 +- _locales/he/messages.json | 2 +- _locales/hi/messages.json | 2 +- _locales/hr/messages.json | 2 +- _locales/hu/messages.json | 2 +- _locales/id/messages.json | 2 +- _locales/it/messages.json | 2 +- _locales/ja/messages.json | 2 +- _locales/kn/messages.json | 2 +- _locales/ko/messages.json | 2 +- _locales/lt/messages.json | 2 +- _locales/mk/messages.json | 2 +- _locales/nl/messages.json | 2 +- _locales/no/messages.json | 2 +- _locales/pl/messages.json | 2 +- _locales/pt_BR/messages.json | 2 +- _locales/pt_PT/messages.json | 2 +- _locales/ro/messages.json | 2 +- _locales/ru/messages.json | 2 +- _locales/sk/messages.json | 2 +- _locales/sl/messages.json | 2 +- _locales/sr/messages.json | 2 +- _locales/sv/messages.json | 2 +- _locales/tr/messages.json | 2 +- _locales/uk/messages.json | 2 +- _locales/vi/messages.json | 2 +- _locales/zh_CN/messages.json | 2 +- _locales/zh_TW/messages.json | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/_locales/ar/messages.json b/_locales/ar/messages.json index 2637b5cf1..f4fa4925f 100644 --- a/_locales/ar/messages.json +++ b/_locales/ar/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 ساعة", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "توقف", diff --git a/_locales/bg/messages.json b/_locales/bg/messages.json index ee7686679..85f0ac6ba 100644 --- a/_locales/bg/messages.json +++ b/_locales/bg/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 час", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "изключено", diff --git a/_locales/cs/messages.json b/_locales/cs/messages.json index 450a5fec9..8a76020e5 100644 --- a/_locales/cs/messages.json +++ b/_locales/cs/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hodina", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "vyp.", diff --git a/_locales/da/messages.json b/_locales/da/messages.json index 9be082de8..5ecd6b31f 100644 --- a/_locales/da/messages.json +++ b/_locales/da/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hour", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "off", diff --git a/_locales/de/messages.json b/_locales/de/messages.json index ef30d890b..7e59fb699 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 Stunde", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "aus", diff --git a/_locales/el/messages.json b/_locales/el/messages.json index f95e373a5..3f8c5f248 100644 --- a/_locales/el/messages.json +++ b/_locales/el/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 ώρα", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "Σβησμένο", diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a56d11baa..718b46525 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -695,7 +695,7 @@ "message": "1 minute" }, "timestamp_h": { - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble.", + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble.", "message": "1 hour" }, "timestampFormat_M": { diff --git a/_locales/es/messages.json b/_locales/es/messages.json index 045d1382d..774e68774 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hora", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "inactivo", diff --git a/_locales/es_419/messages.json b/_locales/es_419/messages.json index 6f3c424e1..5acd6fcb1 100644 --- a/_locales/es_419/messages.json +++ b/_locales/es_419/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hora", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "apagado", diff --git a/_locales/fa/messages.json b/_locales/fa/messages.json index b45b30e13..80f679d47 100644 --- a/_locales/fa/messages.json +++ b/_locales/fa/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 ساعت", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "خاموش", diff --git a/_locales/fi/messages.json b/_locales/fi/messages.json index f95287a99..939be5a33 100644 --- a/_locales/fi/messages.json +++ b/_locales/fi/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 tunti", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "poissa päältä", diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json index 83fbf37c9..69449325a 100644 --- a/_locales/fr/messages.json +++ b/_locales/fr/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 heure", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "Désactivé", diff --git a/_locales/he/messages.json b/_locales/he/messages.json index 6d603ad3e..e50b63ab0 100644 --- a/_locales/he/messages.json +++ b/_locales/he/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hour", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "off", diff --git a/_locales/hi/messages.json b/_locales/hi/messages.json index 9eba4acba..f9cb31887 100644 --- a/_locales/hi/messages.json +++ b/_locales/hi/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hour", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "off", diff --git a/_locales/hr/messages.json b/_locales/hr/messages.json index fb0cac972..738835afb 100644 --- a/_locales/hr/messages.json +++ b/_locales/hr/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 sat", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "isključi", diff --git a/_locales/hu/messages.json b/_locales/hu/messages.json index ff5c1c8d4..833acaf1e 100644 --- a/_locales/hu/messages.json +++ b/_locales/hu/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 órája", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "ki", diff --git a/_locales/id/messages.json b/_locales/id/messages.json index 15636e438..d25e6f629 100644 --- a/_locales/id/messages.json +++ b/_locales/id/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 jam", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "padam", diff --git a/_locales/it/messages.json b/_locales/it/messages.json index 158599ac4..34ae4f4f4 100644 --- a/_locales/it/messages.json +++ b/_locales/it/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 ora", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "off", diff --git a/_locales/ja/messages.json b/_locales/ja/messages.json index 8e93b3ddc..896dabaac 100644 --- a/_locales/ja/messages.json +++ b/_locales/ja/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1時間", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "オフ", diff --git a/_locales/kn/messages.json b/_locales/kn/messages.json index 42e5a1285..c96345c70 100644 --- a/_locales/kn/messages.json +++ b/_locales/kn/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 ಗಂಟೆ", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "off", diff --git a/_locales/ko/messages.json b/_locales/ko/messages.json index f4643db48..bdbb4527e 100644 --- a/_locales/ko/messages.json +++ b/_locales/ko/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hour", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "off", diff --git a/_locales/lt/messages.json b/_locales/lt/messages.json index 833a6153b..91bf247c7 100644 --- a/_locales/lt/messages.json +++ b/_locales/lt/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 valanda", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "išjungta", diff --git a/_locales/mk/messages.json b/_locales/mk/messages.json index 1c04811e1..bda2738ca 100644 --- a/_locales/mk/messages.json +++ b/_locales/mk/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hour", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "off", diff --git a/_locales/nl/messages.json b/_locales/nl/messages.json index a93c971d4..e11999028 100644 --- a/_locales/nl/messages.json +++ b/_locales/nl/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 uur", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "uit", diff --git a/_locales/no/messages.json b/_locales/no/messages.json index ed3ad9d8e..37260010e 100644 --- a/_locales/no/messages.json +++ b/_locales/no/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 time", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "av", diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json index 303f05854..561e517c6 100644 --- a/_locales/pl/messages.json +++ b/_locales/pl/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 godzina", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "wyłącz", diff --git a/_locales/pt_BR/messages.json b/_locales/pt_BR/messages.json index dfe633ab1..28825997f 100644 --- a/_locales/pt_BR/messages.json +++ b/_locales/pt_BR/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hora", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "desligar", diff --git a/_locales/pt_PT/messages.json b/_locales/pt_PT/messages.json index ca328b41d..0b7cf57c8 100644 --- a/_locales/pt_PT/messages.json +++ b/_locales/pt_PT/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hora", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "desligado", diff --git a/_locales/ro/messages.json b/_locales/ro/messages.json index 0557dfa81..3e5b0a22a 100644 --- a/_locales/ro/messages.json +++ b/_locales/ro/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "o oră", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "Oprit", diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index 3c97bf36d..ff6576635 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 час", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "выкл", diff --git a/_locales/sk/messages.json b/_locales/sk/messages.json index 27715aa6e..a528f9e1e 100644 --- a/_locales/sk/messages.json +++ b/_locales/sk/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 hour", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "vypnuté", diff --git a/_locales/sl/messages.json b/_locales/sl/messages.json index d5b804aaa..14484fd6c 100644 --- a/_locales/sl/messages.json +++ b/_locales/sl/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 uro", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "Izključeno", diff --git a/_locales/sr/messages.json b/_locales/sr/messages.json index 42e660b19..f6fd03e87 100644 --- a/_locales/sr/messages.json +++ b/_locales/sr/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 час", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "искљ.", diff --git a/_locales/sv/messages.json b/_locales/sv/messages.json index 856a88fc3..cb9db2205 100644 --- a/_locales/sv/messages.json +++ b/_locales/sv/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 timme", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "av", diff --git a/_locales/tr/messages.json b/_locales/tr/messages.json index cf8fe047d..6168fad82 100644 --- a/_locales/tr/messages.json +++ b/_locales/tr/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 saat", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "kapalı", diff --git a/_locales/uk/messages.json b/_locales/uk/messages.json index 519de4d27..ec5ac4e35 100644 --- a/_locales/uk/messages.json +++ b/_locales/uk/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 година", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "вимкн", diff --git a/_locales/vi/messages.json b/_locales/vi/messages.json index 0d6ad4d30..85f61c6a0 100644 --- a/_locales/vi/messages.json +++ b/_locales/vi/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 giờ", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "Tắt", diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json index ed8610bdf..280412005 100644 --- a/_locales/zh_CN/messages.json +++ b/_locales/zh_CN/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1小时", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "关闭", diff --git a/_locales/zh_TW/messages.json b/_locales/zh_TW/messages.json index 51926b19d..29e9d72e4 100644 --- a/_locales/zh_TW/messages.json +++ b/_locales/zh_TW/messages.json @@ -151,7 +151,7 @@ }, "timestamp_h": { "message": "1 小時", - "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." + "description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { "message": "關閉",