diff options
author | Sheogorath | 2018-01-22 10:58:10 +0100 |
---|---|---|
committer | Sheogorath | 2018-01-24 14:09:36 +0100 |
commit | 16892cd827c1ae0d749a278d380ff5994659b94a (patch) | |
tree | f337ee40385fab6dd840316bc4d63dfb880633e6 /locales | |
parent | fbfe3272f58232e6a7e46a82232b4dab065e2390 (diff) |
Reorganize social media links and footer
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'locales')
-rw-r--r-- | locales/de.json | 3 | ||||
-rw-r--r-- | locales/en.json | 3 | ||||
-rw-r--r-- | locales/zh-CN.json | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/locales/de.json b/locales/de.json index 73ffe0e6..c416a684 100644 --- a/locales/de.json +++ b/locales/de.json @@ -104,5 +104,6 @@ "OR": "Oder", "Export to Snippet": "Zu Snippet exportieren", "Select Visibility Level": "Sichtbarkeit bestimmen", - "Night Theme": "Nachtmodus" + "Night Theme": "Nachtmodus", + "Follow us on %s and %s.": "Folge uns auf %s und %s." } diff --git a/locales/en.json b/locales/en.json index e6a966d7..0b44732d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -104,5 +104,6 @@ "OR": "OR", "Export to Snippet": "Export to Snippet", "Select Visibility Level": "Select Visibility Level", - "Night Theme": "Night Theme" + "Night Theme": "Night Theme", + "Follow us on %s and %s.": "Follow us on %s, and %s." } diff --git a/locales/zh-CN.json b/locales/zh-CN.json index da0e029c..6e0c11e9 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -104,5 +104,6 @@ "Select Visibility Level": "选择可见层级", "Night Theme": "夜间主题", "Do you really want to delete this note?": "确定要删除这个文件吗?", - "All users will lose their connection.": "所有用户将失去连接" + "All users will lose their connection.": "所有用户将失去连接", + "Follow us on %s and %s.": "在%s和%s上关注我们" } |