From 693eb4b717e8e1e0ecd4c7c5e4e0fa9cbdd8541a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 16 Aug 2018 13:41:45 +0300 Subject: cleanup, updated broken favorites look + localization strings --- src/i18n/messages.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/i18n/messages.js') diff --git a/src/i18n/messages.js b/src/i18n/messages.js index e9d6e176..cd605c05 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -339,7 +339,8 @@ const en = { read: 'Read!', followed_you: 'followed you', favorited_you: 'favorited your status', - repeated_you: 'repeated your status' + repeated_you: 'repeated your status', + broken_favorite: 'Unknown status, searching for it...' }, login: { login: 'Log in', @@ -1628,7 +1629,8 @@ const ru = { read: 'Прочесть', followed_you: 'начал(а) читать вас', favorited_you: 'нравится ваш статус', - repeated_you: 'повторил(а) ваш статус' + repeated_you: 'повторил(а) ваш статус', + broken_favorite: 'Неизвестный статус, ищем...' }, login: { login: 'Войти', -- cgit v1.2.3-70-g09d2 From fa66385c5beb157fe885401f70029ce03f182ba5 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 20 Aug 2018 19:06:04 +0300 Subject: Updated localization files --- src/i18n/messages.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/i18n/messages.js') diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 845facc3..0bcfb25a 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -340,7 +340,8 @@ const en = { followed_you: 'followed you', favorited_you: 'favorited your status', repeated_you: 'repeated your status', - broken_favorite: 'Unknown status, searching for it...' + broken_favorite: 'Unknown status, searching for it...', + load_older: 'Load older notifications' }, login: { login: 'Log in', @@ -1631,7 +1632,8 @@ const ru = { followed_you: 'начал(а) читать вас', favorited_you: 'нравится ваш статус', repeated_you: 'повторил(а) ваш статус', - broken_favorite: 'Неизвестный статус, ищем...' + broken_favorite: 'Неизвестный статус, ищем...', + load_older: 'Загрузить старые уведомления' }, login: { login: 'Войти', -- cgit v1.2.3-70-g09d2