Localized mobile/views/components/ui.header.vue

Also added name i18n line, as to allow easier rebranding should there be any.
This commit is contained in:
gutfuckllc
2018-08-01 15:04:00 -04:00
parent df74a4eb20
commit 3ec3fa2d1e
3 changed files with 11 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ common:
paragraph3: "To delete a widget, <strong>drag and drop the widget onto the area labeled \"Trash\"</strong> in the header."
paragraph4: "To finish the customization, click \"Finish\" in the upper right."
gotit: "Got it!"
name: "Misskey"
time:
unknown: "unknown"
future: "future"
@@ -889,6 +890,10 @@ mobile/views/components/sub-note-content.vue:
mobile/views/components/timeline.vue:
empty: "No notes"
load-more: "More"
mobile/views/components/ui.header.vue:
welcome-back: "Welcome back, "
mobile/views/components/ui.nav.vue:
timeline: "Timeline"
notifications: "Notifications"