diff options
| author | lain <lain@soykaf.club> | 2020-08-06 10:17:44 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-08-06 10:17:44 +0000 |
| commit | 3e6e6096bfd1dad3283396c086e45b09523faaee (patch) | |
| tree | dc322fff1bd377b920669287fbdd5653ba9bfede /src/i18n | |
| parent | 9a10ad38260cc4d1ef93a6988ef2cb0941080156 (diff) | |
| parent | e57562959f5e71fd6e3bf180e2856d504ffb1fcf (diff) | |
Merge branch 'feat/separate-timeline-navigation-from-navpanel' into 'develop'
Separate timeline navigation from navpanel
See merge request pleroma/pleroma-fe!1172
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/de.json | 2 | ||||
| -rw-r--r-- | src/i18n/en.json | 3 | ||||
| -rw-r--r-- | src/i18n/fi.json | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/src/i18n/de.json b/src/i18n/de.json index 413b9bfc..3014b870 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -58,7 +58,7 @@ "dms": "Direktnachrichten", "public_tl": "Öffentliche Zeitleiste", "timeline": "Zeitleiste", - "twkn": "Das gesamte bekannte Netzwerk", + "twkn": "Bekannte Netzwerk", "user_search": "Benutzersuche", "search": "Suche", "preferences": "Voreinstellungen", diff --git a/src/i18n/en.json b/src/i18n/en.json index 6bc63cfd..e05ac907 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -120,12 +120,13 @@ "dms": "Direct Messages", "public_tl": "Public Timeline", "timeline": "Timeline", - "twkn": "The Whole Known Network", + "twkn": "Known Network", "bookmarks": "Bookmarks", "user_search": "User Search", "search": "Search", "who_to_follow": "Who to follow", "preferences": "Preferences", + "timelines": "Timelines", "chats": "Chats" }, "notifications": { diff --git a/src/i18n/fi.json b/src/i18n/fi.json index 6170303f..510b2234 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -63,7 +63,7 @@ "dms": "Yksityisviestit", "public_tl": "Julkinen Aikajana", "timeline": "Aikajana", - "twkn": "Koko Tunnettu Verkosto", + "twkn": "Tunnettu Verkosto", "user_search": "Käyttäjähaku", "who_to_follow": "Seurausehdotukset", "preferences": "Asetukset", |
