diff --git a/lib/depject/page/html/render/public.js b/lib/depject/page/html/render/public.js index 2bb750c01..0ad1ccbb9 100644 --- a/lib/depject/page/html/render/public.js +++ b/lib/depject/page/html/render/public.js @@ -142,7 +142,7 @@ exports.create = function (api) { SuggestedPeerList(stagedPeers, i18n('Possible connections')), PeerList(connectedPubs, i18n('Connections')), - when(computed(whoToFollow, x => x.length), h('h2', i18n('Who to follow'))), + when(computed(whoToFollow, x => x.length), h('h2', i18n('Whom to follow'))), when(following.sync, h('div', { classList: 'ProfileList' diff --git a/locales/de.json b/locales/de.json index 2a9fe0498..66500a18f 100644 --- a/locales/de.json +++ b/locales/de.json @@ -12,7 +12,7 @@ "Loading": "Lädt", "Local": "Lokal", "Connected Pubs": "Verbundene Pubs", - "Who to follow": "Folgeempfehlung", + "Whom to follow": "Folgeempfehlung", "Unsubscribe": "Abbestellen", "Subscribe": "Abonnieren", "Publishing...": "Publiziere...", diff --git a/locales/el.json b/locales/el.json index 17ac56836..0c1206604 100644 --- a/locales/el.json +++ b/locales/el.json @@ -13,7 +13,7 @@ "More Channels...": "Περισσότερα κανάλια...", "Local": "Τοπικό", "Connected Pubs": "Συνδεμένες Παμπς", - "Who to follow": "Ποιόν να ακολουθήσω", + "Whom to follow": "Ποιόν να ακολουθήσω", "Write a private message": "Γράψτε ένα κρυφό μήνυμα \n\n\n\nΑυτό μπορεί να διαβαστεί μόνο από εσάς και από τους ανθρώπους που έχετε κάνει @mention.", "Edit Your Profile": "Επεξεργασία του προφίλ σας", "Public key for this profile": "Δημόσιο κλειδί για αυτό το προφίλ", diff --git a/locales/en.json b/locales/en.json index 504db419a..8e649e03d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -13,7 +13,7 @@ "More Channels...": "More Channels...", "Local": "Local", "Connected Pubs": "Connected Pubs", - "Who to follow": "Who to follow", + "Whom to follow": "Whom to follow", "Write a private message": "Write a private message \n\n\n\nThis can only be read by yourself and people you have @mentioned.", "Edit Your Profile": "Edit Your Profile", "Public key for this profile": "Public key for this profile", diff --git a/locales/eo.json b/locales/eo.json index eb8a26e83..960416a98 100644 --- a/locales/eo.json +++ b/locales/eo.json @@ -8,7 +8,7 @@ "Loading": "Ŝargado", "Local": "Loka", "Connected Pubs": "Ligitaj Pubs", - "Who to follow": "Kiun sekvi", + "Whom to follow": "Kiun sekvi", "Unsubscribe": "Malaboni", "Subscribe": "Aboni", "Publishing...": "Publikigato...", diff --git a/locales/es.json b/locales/es.json index d2296d02c..aeb2bdc3c 100644 --- a/locales/es.json +++ b/locales/es.json @@ -7,7 +7,7 @@ "Active Channels": "Canales activos", "Local": "Local", "Connected Pubs": "Pubs conectados", - "Who to follow": "A quién seguir", + "Whom to follow": "A quién seguir", "Unsubscribe": "Anular suscripción", "Subscribe": "Suscribir", "Publishing...": "Publicando...", diff --git a/locales/fr.json b/locales/fr.json index e6e3e658c..a2527fa0e 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -14,7 +14,7 @@ "More Channels...": "Plus de salons…", "Local": "Local", "Connected Pubs": "Pubs connectés", - "Who to follow": "Qui suivre", + "Whom to follow": "Qui suivre", "Write a private message": "Écrire un message privé \n\n\n\nCelui-ci ne peut être lu que par vous-même et les personnes @mentionnées.", "Edit Your Profile": "Modifier votre profil", "Public key for this profile": "Clé publique pour ce profil", diff --git a/locales/nl.json b/locales/nl.json index 24e9cb6aa..bbbdc037d 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -13,7 +13,7 @@ "More Channels...": "Meer kanalen...", "Local": "Lokaal", "Connected Pubs": "Verbonden Kroegen", - "Who to follow": "Volg aanbeveling", + "Whom to follow": "Volg aanbeveling", "Write a private message": "Schrijf een privaat bericht.\n\n\n\nDeze kunnen enkel door de met @gebruikersnaam vermelde personen gelezen worden.", "Edit Your Profile": "Bewerk je profiel", "Public key for this profile": "Publieke sleutel voor dit profiel", diff --git a/locales/pl.json b/locales/pl.json index 2a5469676..2d42bcb80 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -11,7 +11,7 @@ "More Channels...": "Więcej Kanałów...", "Local": "Lokalne", "Connected Pubs": "Połączone Puby", - "Who to follow": "Kogo obserwować", + "Whom to follow": "Kogo obserwować", "Write a private message": "Napisz wiadomość prywatną \n\n\n\nMoże być przeczytana tylko przez ciebie i osoby które @wspomisz.", "Edit Your Profile": "Edytuj Twój Profil", "Public key for this profile": "Publiczny klucz dla tego profilu", diff --git a/locales/pt-BR.json b/locales/pt-BR.json index d5ef31d22..006265789 100644 --- a/locales/pt-BR.json +++ b/locales/pt-BR.json @@ -10,7 +10,7 @@ "Loading": "Carregando", "Local": "Local", "Connected Pubs": "Pubs Conectados", - "Who to follow": "Quem seguir", + "Whom to follow": "Quem seguir", "Unsubscribe": "Cancelar subscrição", "Subscribe": "Subscrever", "Publishing...": "Publicando...", diff --git a/locales/pt.json b/locales/pt.json index 79038ece2..3ca6c4747 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -11,7 +11,7 @@ "Loading": "Carregando", "Local": "Local", "Connected Pubs": "Pubs Conectados", - "Who to follow": "A quem seguir", + "Whom to follow": "A quem seguir", "Unsubscribe": "Anular subscrição", "Subscribe": "Subscrever", "Publishing...": "Publicando...", diff --git a/locales/ru.json b/locales/ru.json index 81e2a838b..08f61ebc2 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -13,7 +13,7 @@ "More Channels...": "Больше Каналов...", "Local": "Местный", "Connected Pubs": "Связанные Пабы", - "Who to follow": "За кем бы последовать", + "Whom to follow": "За кем бы последовать", "Write a private message": "Напишите личное сообщение \n\n\n\nЭто можно прочитать только самим и людям у которых вы @упомянули.", "Edit Your Profile": "Редактировать Профиль", "Public key for this profile": "Открытый ключ для этого профиля", diff --git a/locales/sk.json b/locales/sk.json index 8c5562c07..3b9a0dae6 100644 --- a/locales/sk.json +++ b/locales/sk.json @@ -13,7 +13,7 @@ "More Channels...": "Viac kanálov...", "Local": "Lokálna sieť", "Connected Pubs": "Pripojené Puby", - "Who to follow": "Koho sledovať", + "Whom to follow": "Koho sledovať", "Write a private message": "Napíšte súkromnú správu \n\n\n\nTúto správu môžeš čítať iba ty a človek ktorého si @označil.", "Edit Your Profile": "Upraviť profil", "Public key for this profile": "Verejný kľúč k tomuto profilu", diff --git a/locales/sl.json b/locales/sl.json index 546f77ae1..7bfadf95c 100644 --- a/locales/sl.json +++ b/locales/sl.json @@ -11,7 +11,7 @@ "More Channels...": "Več kanalov...", "Local": "Lokalno", "Connected Pubs": "Povezani Pubi", - "Who to follow": "Koga spremljati", + "Whom to follow": "Koga spremljati", "Write a private message": "Napiši privatno sporočilo \n\n\n\nSporočilo bo vidno samo tebi in osebam, ki si jih označil_a z @.", "Edit Your Profile": "Uredi svoj profil", "Public key for this profile": "Javni ključ za ta profil", diff --git a/locales/uk.json b/locales/uk.json index 31de4eaf8..6d344e469 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -11,7 +11,7 @@ "More Channels...": "Більше Каналів...", "Local": "Місцевий", "Connected Pubs": "Пов'язані Паби", - "Who to follow": "За ким би піти", + "Whom to follow": "За ким би піти", "Write a private message": "Напишіть приватне повідомлення \n\n\n\nЦе можна прочитати тільки самим і людям яких @згадали.", "Edit Your Profile": "Редагувати Профіль", "Public key for this profile": "Відкритий ключ для цього профілю", diff --git a/locales/ur.json b/locales/ur.json index 59861eb86..e28f806c1 100644 --- a/locales/ur.json +++ b/locales/ur.json @@ -5,7 +5,7 @@ "Loading": "لوڈ ہو رہا ہے", "Local": "مقامی", "Connected Pubs": "مربوط عوامی مقامات", - "Who to follow": "جو پیروی کرنے کے لئے", + "Whom to follow": "جو پیروی کرنے کے لئے", "Public": "عوام", "Private": "نجی", "Patchwork": "जन्द । नक्तकः", diff --git a/locales/zh-CN.json b/locales/zh-CN.json index 31623a0d7..eaceb2cfb 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -13,7 +13,7 @@ "More Channels...": "更多频道...", "Local": "本地", "Connected Pubs": "已连接的房间", - "Who to follow": "推荐关注", + "Whom to follow": "推荐关注", "Write a private message": "写私信 \n\n\n\n只能被你自己和你引用(@)的人打开阅读。", "Edit Your Profile": "编辑你的个人信息", "Public key for this profile": "此人的公匙", diff --git a/locales/zh-TW.json b/locales/zh-TW.json index 1c0961868..aa95adce7 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -13,7 +13,7 @@ "More Channels...": "更多頻道...", "Local": "本地", "Connected Pubs": "已加入的 Pubs", - "Who to follow": "推薦關注", + "Whom to follow": "推薦關注", "Write a private message": "寫私信 \n\n\n\n只能被你自己和被你@的人打開閱讀。", "Edit Your Profile": "編輯你的個人信息", "Public key for this profile": "此人的公匙",