]> cat aescling's git repositories - mastodon.git/commitdiff
Improve keyboard shortcuts descriptions (#8066)
authorThibG <thib@sitedethib.com>
Thu, 26 Jul 2018 02:51:25 +0000 (04:51 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 26 Jul 2018 02:51:25 +0000 (04:51 +0200)
* Add hotkey variants to keyboard shortcuts description

* Add documentation for “p” hotkey

* yarn manage:translations

47 files changed:
app/javascript/mastodon/features/keyboard_shortcuts/index.js
app/javascript/mastodon/locales/ar.json
app/javascript/mastodon/locales/ast.json
app/javascript/mastodon/locales/bg.json
app/javascript/mastodon/locales/ca.json
app/javascript/mastodon/locales/co.json
app/javascript/mastodon/locales/cs.json
app/javascript/mastodon/locales/da.json
app/javascript/mastodon/locales/de.json
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/el.json
app/javascript/mastodon/locales/en.json
app/javascript/mastodon/locales/eo.json
app/javascript/mastodon/locales/es.json
app/javascript/mastodon/locales/eu.json
app/javascript/mastodon/locales/fa.json
app/javascript/mastodon/locales/fi.json
app/javascript/mastodon/locales/fr.json
app/javascript/mastodon/locales/gl.json
app/javascript/mastodon/locales/he.json
app/javascript/mastodon/locales/hr.json
app/javascript/mastodon/locales/hu.json
app/javascript/mastodon/locales/hy.json
app/javascript/mastodon/locales/id.json
app/javascript/mastodon/locales/io.json
app/javascript/mastodon/locales/it.json
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/locales/ko.json
app/javascript/mastodon/locales/nl.json
app/javascript/mastodon/locales/no.json
app/javascript/mastodon/locales/oc.json
app/javascript/mastodon/locales/pl.json
app/javascript/mastodon/locales/pt-BR.json
app/javascript/mastodon/locales/pt.json
app/javascript/mastodon/locales/ru.json
app/javascript/mastodon/locales/sk.json
app/javascript/mastodon/locales/sl.json
app/javascript/mastodon/locales/sr-Latn.json
app/javascript/mastodon/locales/sr.json
app/javascript/mastodon/locales/sv.json
app/javascript/mastodon/locales/te.json
app/javascript/mastodon/locales/th.json
app/javascript/mastodon/locales/tr.json
app/javascript/mastodon/locales/uk.json
app/javascript/mastodon/locales/zh-CN.json
app/javascript/mastodon/locales/zh-HK.json
app/javascript/mastodon/locales/zh-TW.json

index 5ae7b34a2e6962e052a09590d1580084f1b0ad4e..c6fb735eb941b74428f98b38bbad954b0349d241 100644 (file)
@@ -40,6 +40,10 @@ export default class KeyboardShortcuts extends ImmutablePureComponent {
                 <td><kbd>m</kbd></td>
                 <td><FormattedMessage id='keyboard_shortcuts.mention' defaultMessage='to mention author' /></td>
               </tr>
+              <tr>
+                <td><kbd>p</kbd></td>
+                <td><FormattedMessage id='keyboard_shortcuts.profile' defaultMessage="to open author's profile" /></td>
+              </tr>
               <tr>
                 <td><kbd>f</kbd></td>
                 <td><FormattedMessage id='keyboard_shortcuts.favourite' defaultMessage='to favourite' /></td>
@@ -49,7 +53,7 @@ export default class KeyboardShortcuts extends ImmutablePureComponent {
                 <td><FormattedMessage id='keyboard_shortcuts.boost' defaultMessage='to boost' /></td>
               </tr>
               <tr>
-                <td><kbd>enter</kbd></td>
+                <td><kbd>enter</kbd>, <kbd>o</kbd></td>
                 <td><FormattedMessage id='keyboard_shortcuts.enter' defaultMessage='to open status' /></td>
               </tr>
               <tr>
@@ -57,11 +61,11 @@ export default class KeyboardShortcuts extends ImmutablePureComponent {
                 <td><FormattedMessage id='keyboard_shortcuts.toggle_hidden' defaultMessage='to show/hide text behind CW' /></td>
               </tr>
               <tr>
-                <td><kbd>up</kbd></td>
+                <td><kbd>up</kbd>, <kbd>k</kbd></td>
                 <td><FormattedMessage id='keyboard_shortcuts.up' defaultMessage='to move up in the list' /></td>
               </tr>
               <tr>
-                <td><kbd>down</kbd></td>
+                <td><kbd>down</kbd>, <kbd>j</kbd></td>
                 <td><FormattedMessage id='keyboard_shortcuts.down' defaultMessage='to move down in the list' /></td>
               </tr>
               <tr>
index ff0ddd95f277ad59644f3eec1ec4bdb6c2468e32..221aa4a414541b6ac68ba996551527b63d10ae76 100644 (file)
   "keyboard_shortcuts.hotkey": "مفتاح الإختصار",
   "keyboard_shortcuts.legend": "لعرض هذا المفتاح",
   "keyboard_shortcuts.mention": "لذِكر الناشر",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "للردّ",
   "keyboard_shortcuts.search": "للتركيز على البحث",
   "keyboard_shortcuts.toggle_hidden": "لعرض أو إخفاء النص مِن وراء التحذير",
index e86780c670be3b89c8453b9326c5e39967166c56..16bfd77bb55f2690a677aca5a5206326284bfdd6 100644 (file)
   "keyboard_shortcuts.hotkey": "Hotkey",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "to focus search",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index c788b8c61738327aeff8b9990669b8ab21be5976..b7c08a8fb82db725a089850687fa1e8c9dc1ae80 100644 (file)
   "keyboard_shortcuts.hotkey": "Hotkey",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "to focus search",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index 408f5ced7b618e10df017c22437405802a51f85c..3bfcff46ef8781a3f4bf57346d6b4a6a9d153975 100644 (file)
   "keyboard_shortcuts.hotkey": "Tecla d'accés directe",
   "keyboard_shortcuts.legend": "per a mostrar aquesta llegenda",
   "keyboard_shortcuts.mention": "per esmentar l'autor",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "respondre",
   "keyboard_shortcuts.search": "per centrar la cerca",
   "keyboard_shortcuts.toggle_hidden": "per a mostrar/amagar text sota CW",
index 1e7090a199a51b47ad08db01931371219e21cb07..5fec67e66b5409a86912f9cf880b4dabb833d529 100644 (file)
   "keyboard_shortcuts.hotkey": "Accorta",
   "keyboard_shortcuts.legend": "vede a legenda",
   "keyboard_shortcuts.mention": "mintuvà l'autore",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "risponde",
   "keyboard_shortcuts.search": "fucalizà nant'à l'area di circata",
   "keyboard_shortcuts.toggle_hidden": "vede/piattà u testu daretu à l'avertimentu CW",
index 8b562794a636748f4866e9d512da524e108cfc5e..e0dd0ab23367a657ef079cbcc63a5c8fdc5c1558 100644 (file)
   "keyboard_shortcuts.hotkey": "Hotkey",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "to focus search",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index 90b88380accddb64981ea1f644b8bb69f16892f6..76e769a51d746ffe1a3614186d34afc8eaac15f6 100644 (file)
   "keyboard_shortcuts.hotkey": "Hurtigtast",
   "keyboard_shortcuts.legend": "for at vise denne legende",
   "keyboard_shortcuts.mention": "for at nævne forfatteren",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "for at svare",
   "keyboard_shortcuts.search": "for at fokusere søgningen",
   "keyboard_shortcuts.toggle_hidden": "for at vise/skjule tekst bag CW",
index 8ea318158aca5dec75d72d44fd37b20cfc5bac1d..1bc6e12e1b9f378f846b4803a146494a45db48c7 100644 (file)
   "keyboard_shortcuts.hotkey": "Tastenkürzel",
   "keyboard_shortcuts.legend": "um diese Übersicht anzuzeigen",
   "keyboard_shortcuts.mention": "um Autor_in zu erwähnen",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "um zu antworten",
   "keyboard_shortcuts.search": "um die Suche zu fokussieren",
   "keyboard_shortcuts.toggle_hidden": "um den Text hinter einer Inhaltswarnung zu verstecken oder ihn anzuzeigen",
index 8c43b4f42ef5e52c9b3a3fc018f24edc64261a54..85a6cc26468bf67e20e576f1b66f64df67bc065e 100644 (file)
         "defaultMessage": "to mention author",
         "id": "keyboard_shortcuts.mention"
       },
+      {
+        "defaultMessage": "to open author's profile",
+        "id": "keyboard_shortcuts.profile"
+      },
       {
         "defaultMessage": "to favourite",
         "id": "keyboard_shortcuts.favourite"
index d6a0b8e0440effaf170668084fd2cfe9a58fc604..c38e05059c25f65c382c38d696c3e7514da3e6e9 100644 (file)
   "keyboard_shortcuts.hotkey": "Συντόμευση",
   "keyboard_shortcuts.legend": "για να εμφανίσεις αυτόν τον οδηγό",
   "keyboard_shortcuts.mention": "για να αναφέρεις το συγγραφέα",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "για απάντηση",
   "keyboard_shortcuts.search": "για εστίαση αναζήτησης",
   "keyboard_shortcuts.toggle_hidden": "για εμφάνιση/απόκρυψη κειμένου πίσω από την προειδοποίηση",
index 887c668ed3add320c2494df5267deed03ea2320f..e1a504df0b66ba19cc101e5e47fb7cbc689721fb 100644 (file)
   "keyboard_shortcuts.hotkey": "Hotkey",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "to focus search",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index be2bc3d65d08309a85a4e65a5b349c34996eaf22..37a7cd889804dad44f24b349d48839ae1fc53ac5 100644 (file)
   "keyboard_shortcuts.hotkey": "Rapidklavo",
   "keyboard_shortcuts.legend": "por montri ĉi tiun noton",
   "keyboard_shortcuts.mention": "por mencii la aŭtoron",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "por respondi",
   "keyboard_shortcuts.search": "por fokusigi la serĉilon",
   "keyboard_shortcuts.toggle_hidden": "por montri/kaŝi tekston malantaŭ enhava averto",
index d4db8d15fb9e3668032706bfa245c5d932e61468..8fcee87cda8e1662840017c56edfebad4f079c79 100644 (file)
   "keyboard_shortcuts.hotkey": "Tecla caliente",
   "keyboard_shortcuts.legend": "para mostrar esta leyenda",
   "keyboard_shortcuts.mention": "para mencionar al autor",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "para responder",
   "keyboard_shortcuts.search": "para poner el foco en la búsqueda",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index 33f477af38f6797547b4c8b30b9ce941dd419062..55709acfc0bf713f41999224425d992e97c99040 100644 (file)
   "keyboard_shortcuts.hotkey": "Laster-tekla",
   "keyboard_shortcuts.legend": "legenda hau bistaratzea",
   "keyboard_shortcuts.mention": "egilea aipatzea",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "erantzutea",
   "keyboard_shortcuts.search": "bilaketan fokua jartzea",
   "keyboard_shortcuts.toggle_hidden": "testua erakustea/ezkutatzea abisu baten atzean",
index dba7149512db33d38a278eb87592bef0bc25004c..ea2fd3401f0fc9ef0bff723d00b1a08a0da3aad9 100644 (file)
   "keyboard_shortcuts.hotkey": "میان‌بر",
   "keyboard_shortcuts.legend": "برای نمایش این راهنما",
   "keyboard_shortcuts.mention": "برای نام‌بردن از نویسنده",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "برای پاسخ‌دادن",
   "keyboard_shortcuts.search": "برای فعال‌کردن جستجو",
   "keyboard_shortcuts.toggle_hidden": "برای نمایش/نهفتن نوشتهٔ پشت هشدار محتوا",
index dd7310a61046ebc4050a4ed976a4b9790a71ceec..888f7a267c758417fa55f62d4e595f1f889ace62 100644 (file)
   "keyboard_shortcuts.hotkey": "Pikanäppäin",
   "keyboard_shortcuts.legend": "näytä tämä selite",
   "keyboard_shortcuts.mention": "mainitse julkaisija",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "vastaa",
   "keyboard_shortcuts.search": "siirry hakukenttään",
   "keyboard_shortcuts.toggle_hidden": "näytä/piilota sisältövaroituksella merkitty teksti",
index 41cea6a82894bd3a007ae329c101722240345eb3..8a525e576f5fb2ed524075278a2c5ede18fea0b0 100644 (file)
   "keyboard_shortcuts.hotkey": "Raccourci",
   "keyboard_shortcuts.legend": "pour afficher cette légende",
   "keyboard_shortcuts.mention": "pour mentionner l'auteur",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "pour répondre",
   "keyboard_shortcuts.search": "pour cibler la recherche",
   "keyboard_shortcuts.toggle_hidden": "pour afficher/cacher un texte derrière CW",
index ff817d681f443eca1a164bd7a11841bdeeac5107..64cab40c1efb241f0dfb6023d799768ff20f02a7 100644 (file)
   "keyboard_shortcuts.hotkey": "Tecla de acceso directo",
   "keyboard_shortcuts.legend": "para mostrar esta lenda",
   "keyboard_shortcuts.mention": "para mencionar o autor",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "para responder",
   "keyboard_shortcuts.search": "para centrar a busca",
   "keyboard_shortcuts.toggle_hidden": "mostrar/agochar un texto detrás do AC",
index 952c3d6db0c5238e42f38117d694a9e482df97cb..033cf794a944f4c932557f9ba8c7d18f05114b95 100644 (file)
   "keyboard_shortcuts.hotkey": "מקש קיצור",
   "keyboard_shortcuts.legend": "להציג את הפירוש",
   "keyboard_shortcuts.mention": "לאזכר את המחבר(ת)",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "לענות",
   "keyboard_shortcuts.search": "להתמקד בחלון החיפוש",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index f8f1d0eb389df61bf285d233a50543e3fa69dcc5..34ed197d41d6b498f2b8062b065b581373ad3561 100644 (file)
   "keyboard_shortcuts.hotkey": "Hotkey",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "to focus search",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index 1b2397f70765560e39b589bac73ab7b6b19fe168..e2aa52c36ac9e216712a2f2e9079992cb4bcfa5e 100644 (file)
   "keyboard_shortcuts.hotkey": "Gyorsbillentyű",
   "keyboard_shortcuts.legend": "jelmagyarázat megjelenítése",
   "keyboard_shortcuts.mention": "szerző megjelenítése",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "válaszolás",
   "keyboard_shortcuts.search": "kereső kiemelése",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index d2e1bf03ef5342fe84f2f00cf8ad7b44aac5fa8a..207dd7eeade56ae1fdd630afe4a3ffcd2b4f1993 100644 (file)
   "keyboard_shortcuts.hotkey": "Հատուկ ստեղն",
   "keyboard_shortcuts.legend": "այս ձեռնարկը ցուցադրելու համար",
   "keyboard_shortcuts.mention": "հեղինակին նշելու համար",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "պատասխանելու համար",
   "keyboard_shortcuts.search": "որոնման դաշտին սեւեռվելու համար",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index 06045ae998f88539361e977b1bb82050d6f46f05..260a5f8cadce727d309abea5acdf292587b660f3 100644 (file)
   "keyboard_shortcuts.hotkey": "Hotkey",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "untuk fokus mencari",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index 5f9175c4f55b4cfa7bea7d575263c57ba048d588..87ebe31d8757dd9867744113d0988b6c63638256 100644 (file)
   "keyboard_shortcuts.hotkey": "Hotkey",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "to focus search",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index e16f9e2a005c8e245f631b08459a5903a0662539..5ee6f7d14c9adc3a7d92fb294cc2311e612e0937 100644 (file)
   "keyboard_shortcuts.hotkey": "Tasto di scelta rapida",
   "keyboard_shortcuts.legend": "per mostrare questa spiegazione",
   "keyboard_shortcuts.mention": "per menzionare l'autore",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "per rispondere",
   "keyboard_shortcuts.search": "per spostare il focus sulla ricerca",
   "keyboard_shortcuts.toggle_hidden": "per mostrare/nascondere il testo dei CW",
index 3187701f4125bbcdc35adc3379f8f1c5f9da3ef9..3cec058bc07544ff01d0efa9b633aaea2507e831 100644 (file)
   "keyboard_shortcuts.hotkey": "ホットキー",
   "keyboard_shortcuts.legend": "この一覧を表示",
   "keyboard_shortcuts.mention": "メンション",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "返信",
   "keyboard_shortcuts.search": "検索欄に移動",
   "keyboard_shortcuts.toggle_hidden": "CWで隠れた文を見る/隠す",
index 8f4b57c2b6a99816096ee35f06792b4787f54957..206ebeefdf5c0cd02ce247b149a7b226c746ea20 100644 (file)
   "keyboard_shortcuts.hotkey": "핫키",
   "keyboard_shortcuts.legend": "이 도움말 표시",
   "keyboard_shortcuts.mention": "멘션",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "답장",
   "keyboard_shortcuts.search": "검색창에 포커스",
   "keyboard_shortcuts.toggle_hidden": "CW로 가려진 텍스트를 표시/비표시",
index 07fac0da11a5796ac2d85e2cb69d131b8939edda..9ef0d9ed44f957ae27d28e440870e47c5130f6a6 100644 (file)
   "keyboard_shortcuts.hotkey": "Sneltoets",
   "keyboard_shortcuts.legend": "om deze legenda te tonen",
   "keyboard_shortcuts.mention": "om de auteur te vermelden",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "om te reageren",
   "keyboard_shortcuts.search": "om het zoekvak te focussen",
   "keyboard_shortcuts.toggle_hidden": "om tekst achter een waarschuwing (CW) te tonen/verbergen",
index 31bbf76642d09432088fcba7fcd7e430d53818ac..983a0b8f21657f659b3dce171459afbdc7761812 100644 (file)
   "keyboard_shortcuts.hotkey": "Lyntast",
   "keyboard_shortcuts.legend": "å vise denne forklaringen",
   "keyboard_shortcuts.mention": "å nevne forfatter",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "for å svare",
   "keyboard_shortcuts.search": "å fokusere søk",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index eff880165c0a16d2bfa8fdd3f97f387f83a2f829..a7e51720f735516a5a0708b6d819b79c96ae22c1 100644 (file)
   "keyboard_shortcuts.hotkey": "Acorchis",
   "keyboard_shortcuts.legend": "mostrar aquesta legenda",
   "keyboard_shortcuts.mention": "mencionar l’autor",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "respondre",
   "keyboard_shortcuts.search": "anar a la recèrca",
   "keyboard_shortcuts.toggle_hidden": "mostrar/amagar lo tèxte dels avertiments",
index f4ac2c4c15873bd8b9cca35341827183639ea981..7f3afb9784173942a5eb1bbaff60d5732d226d0b 100644 (file)
   "keyboard_shortcuts.hotkey": "Klawisz",
   "keyboard_shortcuts.legend": "aby wyświetlić tą legendę",
   "keyboard_shortcuts.mention": "aby wspomnieć o autorze",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "aby odpowiedzieć",
   "keyboard_shortcuts.search": "aby przejść do pola wyszukiwania",
   "keyboard_shortcuts.toggle_hidden": "aby wyświetlić lub ukryć wpis spod CW",
index f820d9cf9a84dad4fc2d642bc66a84332c4a1094..fa56e52fb40c2872047aee0be803eb6298adf496 100644 (file)
   "keyboard_shortcuts.hotkey": "Atalho",
   "keyboard_shortcuts.legend": "para mostrar essa legenda",
   "keyboard_shortcuts.mention": "para mencionar o autor",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "para responder",
   "keyboard_shortcuts.search": "para focar a pesquisa",
   "keyboard_shortcuts.toggle_hidden": "mostrar/esconder o texto com aviso de conteúdo",
index 686c05d729d9ce1a2b7922f333379c80a6c10f02..802f22b455a7ecc6eb4ec6e3b542593cd514477c 100644 (file)
   "keyboard_shortcuts.hotkey": "Atalho",
   "keyboard_shortcuts.legend": "para mostrar esta legenda",
   "keyboard_shortcuts.mention": "para mencionar o autor",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "para responder",
   "keyboard_shortcuts.search": "para focar na pesquisa",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index ecde3fb2c07773cc5f617b34442d1f2d4f614d98..ad2dcda124779315d4d2b7f949e23115c46bd792 100644 (file)
   "keyboard_shortcuts.hotkey": "Гор. клавиша",
   "keyboard_shortcuts.legend": "показать это окно",
   "keyboard_shortcuts.mention": "упомянуть автора поста",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "ответить",
   "keyboard_shortcuts.search": "перейти к поиску",
   "keyboard_shortcuts.toggle_hidden": "показать/скрыть текст за предупреждением",
index 24ab1f83a2c6e1611169ec6a7eba08e7a4343395..54671b243a4dc79159f4a5084e54f76103ccd18c 100644 (file)
   "keyboard_shortcuts.hotkey": "Klávesa",
   "keyboard_shortcuts.legend": "zobraziť túto legendu",
   "keyboard_shortcuts.mention": "spomenúť autora",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "odpovedať",
   "keyboard_shortcuts.search": "zamerať sa na vyhľadávanie",
   "keyboard_shortcuts.toggle_hidden": "ukáž/skry text za CW",
index 73f31e8cf8c58e82b36bee596a7043acfb7e7130..2793f3cf1d5c7a7c3f88209c3e0622e4c22d4d93 100644 (file)
   "keyboard_shortcuts.hotkey": "Hitra tipka",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "to focus search",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index e3bf2189b448950899656cf2c7b5d3d3a479a484..9baeb4c77201eb1a9ac7f893dfe033283f29f84b 100644 (file)
   "keyboard_shortcuts.hotkey": "Prečica",
   "keyboard_shortcuts.legend": "da prikažete ovaj podsetnik",
   "keyboard_shortcuts.mention": "da pomenete autora",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "da odgovorite",
   "keyboard_shortcuts.search": "da se prebacite na pretragu",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index ba84a4d24e73685caaa25cd6818f52a989771f87..fc146686aa14f6c2fbcfaf6650ab5045ffa4aba7 100644 (file)
   "keyboard_shortcuts.hotkey": "Пречица",
   "keyboard_shortcuts.legend": "да прикажете овај подсетник",
   "keyboard_shortcuts.mention": "да поменете аутора",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "да одговорите",
   "keyboard_shortcuts.search": "да се пребаците на претрагу",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index 64d488324f334fcb8a62be23680554b11ea3418b..2fd87cb3af0bd00f9a52927fe3becafbb01b7726 100644 (file)
   "keyboard_shortcuts.hotkey": "Snabbvalstangent",
   "keyboard_shortcuts.legend": "att visa denna översikt",
   "keyboard_shortcuts.mention": "att nämna författaren",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "att svara",
   "keyboard_shortcuts.search": "att fokusera sökfältet",
   "keyboard_shortcuts.toggle_hidden": "att visa/gömma text bakom CW",
index 7e405b8c29c5e9f6d660ce1f416a6cddc87b62bc..48a648622732ce5fa73e8a7c16b07ba33aec10fb 100644 (file)
   "keyboard_shortcuts.hotkey": "హాట్ కీ",
   "keyboard_shortcuts.legend": "ఈ లెజెండ్ ప్రదర్శించడానికి",
   "keyboard_shortcuts.mention": "రచయితను ప్రస్తావించడానికి",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "ప్రత్యుత్తరం ఇవ్వడానికి",
   "keyboard_shortcuts.search": "శోధనపై దృష్టి పెట్టండి",
   "keyboard_shortcuts.toggle_hidden": "CW వెనుక ఉన్న పాఠ్యాన్ని చూపడానికి / దాచడానికి",
index 1d76735a236396be22b82cfc0b505a8a50010d45..09b48f5cd7f09d5e10fd751c53fdb512fc764dbb 100644 (file)
   "keyboard_shortcuts.hotkey": "Hotkey",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "to focus search",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index 03a09019f89b7570bd8052f464bb7eb791fbce8b..c96eee7465a4ea0937b37bdf0985233c84441fbd 100644 (file)
   "keyboard_shortcuts.hotkey": "Hotkey",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "to focus search",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index 7bb2476d02af28d0a9abd4d36471faa5ac1fdaa3..5b7b09a27420f10ff6e8aee367d8c42986817938 100644 (file)
   "keyboard_shortcuts.hotkey": "Hotkey",
   "keyboard_shortcuts.legend": "to display this legend",
   "keyboard_shortcuts.mention": "to mention author",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "to reply",
   "keyboard_shortcuts.search": "to focus search",
   "keyboard_shortcuts.toggle_hidden": "to show/hide text behind CW",
index 8b73bb8f99ce9c4aca94038f232d5c265812c36c..cc5f911c73d40563f046339ec8c2abded54cc19e 100644 (file)
   "keyboard_shortcuts.hotkey": "快捷键",
   "keyboard_shortcuts.legend": "显示此列表",
   "keyboard_shortcuts.mention": "提及嘟文作者",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "回复嘟文",
   "keyboard_shortcuts.search": "选择搜索框",
   "keyboard_shortcuts.toggle_hidden": "显示或隐藏被折叠的正文",
index 21c3e61544b466da6460653fccb04fdac128252b..012790cc7d0ca226e25d025450ab1a5b11fd55db 100644 (file)
   "keyboard_shortcuts.hotkey": "快速鍵",
   "keyboard_shortcuts.legend": "顯示這個說明",
   "keyboard_shortcuts.mention": "提及作者",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "回覆",
   "keyboard_shortcuts.search": "把標示移動到搜索",
   "keyboard_shortcuts.toggle_hidden": "顯示或隱藏被標為敏感的文字",
index b4a70ef70af8aba992bd414be4cfe03970ed10ad..2de00690b9712d0e9ed43cf0df11bf2307f371b8 100644 (file)
   "keyboard_shortcuts.hotkey": "快速鍵",
   "keyboard_shortcuts.legend": "顯示這個說明",
   "keyboard_shortcuts.mention": "到提到的作者",
+  "keyboard_shortcuts.profile": "to open author's profile",
   "keyboard_shortcuts.reply": "到回應",
   "keyboard_shortcuts.search": "把滑鼠移動到搜尋",
   "keyboard_shortcuts.toggle_hidden": "顯示或隱藏被標為敏感的嘟文",