FoundKey/locales/en.yml

721 lines
26 KiB
YAML
Raw Normal View History

2018-05-15 23:02:22 +00:00
---
2018-05-18 05:41:44 +00:00
meta:
2018-05-18 21:01:09 +00:00
lang: "日本語"
divider: ""
2017-03-30 16:24:11 +00:00
common:
2018-04-16 05:40:21 +00:00
misskey: "Share everything with others using Misskey."
2017-03-30 16:24:11 +00:00
time:
unknown: "unknown"
future: "future"
just_now: "just now"
seconds_ago: "{}s ago"
minutes_ago: "{}m ago"
hours_ago: "{}h ago"
days_ago: "{}d ago"
weeks_ago: "{}week(s) ago"
months_ago: "{}month(s) ago"
years_ago: "{}year(s) ago"
2017-11-11 01:58:13 +00:00
weekday-short:
sunday: "S"
monday: "M"
tuesday: "T"
wednesday: "W"
thursday: "T"
friday: "F"
2018-05-18 21:41:07 +00:00
saturday: "S"
2017-03-30 16:24:11 +00:00
reactions:
like: "Like"
love: "Love"
laugh: "Laugh"
hmm: "Hmm...?"
surprise: "Wow"
congrats: "Congrats!"
2017-05-28 11:12:22 +00:00
angry: "Angry"
confused: "Confused"
pudding: "Pudding"
2017-04-04 11:45:35 +00:00
delete: "Delete"
loading: "Loading"
ok: "OK"
2018-04-15 14:29:06 +00:00
update-available: "A new version of Misskey is now available({newer}, current is {current}). Reload the page to apply the update."
my-token-regenerated: "Your token has been generated. You will now get logged out."
2018-04-14 20:57:30 +00:00
common/views/components/connect-failed.vue:
title: "Unable to connect to the server"
2018-04-15 14:29:06 +00:00
description: "There is a problem either with your internet connection, or the server may be down or under maintenance. Please {try again} later."
2018-04-14 20:57:30 +00:00
thanks: "Thank you for using Misskey."
troubleshoot: "Troubleshoot"
common/views/components/connect-failed.troubleshooter.vue:
2018-04-16 05:40:21 +00:00
title: "Troubleshooting"
2018-04-14 20:57:30 +00:00
network: "Network connection"
checking-network: "Checking network connection"
internet: "Internet connection"
checking-internet: "Checking internet connection"
server: "Server connection"
checking-server: "Checking server connection"
finding: "Finding a problem"
no-network: "There is no Network connection"
no-network-desc: "Please make sure you are connected to the Network."
no-internet: "There is no Internet connection"
no-internet-desc: "Please make sure you are connected to the Internet."
no-server: "Unable to connect to the server"
2018-04-16 05:40:21 +00:00
no-server-desc: "The network connection of your PC is normal, but you could not connect to Misskey's server. There is a possibility that the server is either down or under maintenance, please try again later."
success: "Successfully connected to Misskey's server"
success-desc: "It seems to be able to connect. Please reload the page."
2018-04-16 06:59:43 +00:00
flush: "Clean cache"
set-version: "Specify version"
2018-04-14 20:57:30 +00:00
common/views/components/messaging.vue:
2018-04-16 05:40:21 +00:00
search-user: "Find an user"
2018-04-14 20:57:30 +00:00
you: "You"
no-history: "No history"
common/views/components/messaging-room.vue:
empty: "No conversations"
more: "More"
no-history: "There is no more history"
resize-form: "Drag to resize"
new-message: "New message"
common/views/components/messaging-room.form.vue:
input-message-here: "Enter message here"
send: "Send"
2018-04-16 05:40:21 +00:00
attach-from-local: "Attach files from your pc"
attach-from-drive: "Attach files from your Drive"
2018-04-14 20:57:30 +00:00
common/views/components/messaging-room.message.vue:
is-read: "Read"
deleted: "This message has been deleted"
common/views/components/nav.vue:
about: "About"
stats: "Stats"
status: "Status"
wiki: "Wiki"
2018-04-15 14:29:06 +00:00
donors: "Donators"
2018-04-14 20:57:30 +00:00
repository: "Repository"
develop: "Developers"
2018-04-17 10:40:02 +00:00
feedback: "Feedback"
2018-04-14 20:57:30 +00:00
common/views/components/note-menu.vue:
2018-04-20 04:31:43 +00:00
favorite: "Favorite this note"
2018-04-14 20:57:30 +00:00
pin: "Pin to profile page"
2018-04-20 04:31:43 +00:00
remote: "Show on origin"
2018-04-14 20:57:30 +00:00
common/views/components/poll.vue:
2018-04-16 05:40:21 +00:00
vote-to: "Vote for '{}'"
2018-04-14 20:57:30 +00:00
vote-count: "{} votes"
total-users: "{} users voted"
vote: "Vote"
2018-04-16 05:40:21 +00:00
show-result: "Show results"
2018-04-14 20:57:30 +00:00
voted: "Voted"
common/views/components/poll-editor.vue:
2018-04-15 14:29:06 +00:00
no-only-one-choice: "You need to enter two or more choices."
2018-04-14 20:57:30 +00:00
choice-n: "Choice {}"
remove: "Remove this choice"
add: "+ Add a choice"
destroy: "Destroy this poll"
common/views/components/reaction-picker.vue:
2018-04-16 05:43:37 +00:00
choose-reaction: "Choose a reaction"
2018-04-14 20:57:30 +00:00
common/views/components/signin.vue:
username: "Username"
password: "Password"
token: "Token"
signing-in: "Signing in..."
signin: "Sign in"
common/views/components/signup.vue:
username: "Username"
checking: "Checking..."
available: "Available"
unavailable: "Unavailable"
error: "Network error"
invalid-format: "Only use letters, numbers and -."
2018-04-16 05:40:21 +00:00
too-short: "Please enter at least 1 character"
too-long: "Please enter up to 20 characters."
2018-04-14 20:57:30 +00:00
password: "Password"
2018-04-16 05:40:21 +00:00
password-placeholder: "We recommend more than 8 characters."
2018-04-14 20:57:30 +00:00
weak-password: "Weak"
normal-password: "So so"
strong-password: "Strong"
retype: "Type again"
retype-placeholder: "Confirm your password"
password-matched: "OK"
2018-04-15 14:29:06 +00:00
password-not-matched: "Doesn't match"
2018-04-14 20:57:30 +00:00
recaptcha: "Verify"
create: "Create an Account"
some-error: "Account creation failed for some reason. Please try again."
common/views/components/special-message.vue:
new-year: "Happy New Year!"
christmas: "Merry Christmas!"
common/views/components/stream-indicator.vue:
connecting: "Connecting"
reconnecting: "Reconnecting"
connected: "Connected"
common/views/components/twitter-setting.vue:
2018-04-15 14:29:06 +00:00
description: "If you connect your Twitter account to your Misskey account, you will be able to see your Twitter account information on your profile and you can sign-in using Twitter."
connected-to: "You are connected to this Twitter account"
2018-04-14 20:57:30 +00:00
detail: "Detail..."
reconnect: "Reconnect"
2018-04-15 14:29:06 +00:00
connect: "Link your twitter account"
2018-04-14 20:57:30 +00:00
disconnect: "Disconnect"
common/views/components/uploader.vue:
waiting: "Waiting"
common/views/widgets/broadcast.vue:
fetching: "Fetching"
no-broadcasts: "No broadcasts"
have-a-nice-day: "Have a nice day!"
next: "Next"
common/views/widgets/donation.vue:
title: "Donation"
2018-04-16 05:40:21 +00:00
text: "To keep Misskey up and running we spend money for our domain name, servers and so on.. We don't get any money from it, and we would really appreciate it if you could donate. If you're interested contact {}. Thank you for your contribution!"
2018-04-14 20:57:30 +00:00
common/views/widgets/photo-stream.vue:
title: "Photostream"
no-photos: "No photos"
common/views/widgets/server.vue:
title: "Server info"
toggle: "Toggle views"
2018-05-18 21:01:09 +00:00
desktop/views/components/activity.chart.vue:
total: "Black ... Total"
notes: "Blue ... Notes"
replies: "Red ... Replies"
renotes: "Green ... Renotes"
2018-04-14 20:57:30 +00:00
desktop/views/components/activity.vue:
title: "Activity"
toggle: "Toggle views"
desktop/views/components/calendar.vue:
title: "{1} / {2}"
prev: "Previous month"
next: "Next month"
2018-04-16 05:40:21 +00:00
go: "Click to naviguate"
2018-05-18 21:01:09 +00:00
desktop/views/components/choose-file-from-drive-window.vue:
choose-file: "ファイル選択中"
2018-05-18 21:41:07 +00:00
upload: "Upload files from your PC"
cancel: "Cancel"
ok: "OK"
choose-prompt: "Choose a file"
2018-05-18 21:01:09 +00:00
desktop/views/components/choose-folder-from-drive-window.vue:
2018-05-18 21:41:07 +00:00
cancel: "Cancel"
ok: "OK"
choose-prompt: "Choose a Folder"
2018-05-18 21:01:09 +00:00
desktop/views/components/crop-window.vue:
2018-05-18 21:41:07 +00:00
skip: "Skip cropping"
cancel: "Cancel"
ok: "OK"
2018-04-14 20:57:30 +00:00
desktop/views/components/drive-window.vue:
used: "used"
drive: "Drive"
desktop/views/components/drive.file.vue:
avatar: "Avatar"
banner: "Banner"
contextmenu:
rename: "Rename"
copy-url: "Copy URL"
download: "Download"
2018-04-16 05:40:21 +00:00
else-files: "Others"
2018-04-14 20:57:30 +00:00
set-as-avatar: "Set as avatar"
set-as-banner: "Set as banner"
open-in-app: "Open in app"
add-app: "Add app"
rename-file: "Rename file"
input-new-file-name: "Enter new name"
copied: "Copied"
copied-url-to-clipboard: "Copied URL to clipboard"
desktop/views/components/drive.folder.vue:
2018-04-15 14:29:06 +00:00
unable-to-process: "The operation could not be completed."
circular-reference-detected: "The destination folder is a subfolder of the folder you wish to move."
2018-04-14 20:57:30 +00:00
unhandled-error: "Unknown error"
contextmenu:
move-to-this-folder: "Move to this folder"
show-in-new-window: "Open in new window"
rename: "Rename"
rename-folder: "Rename folder"
input-new-folder-name: "Enter new name"
desktop/views/components/drive.nav-folder.vue:
drive: "Drive"
desktop/views/components/drive.vue:
search: "Search"
load-more: "Load more"
empty-draghover: "Drop Welcome!"
empty-drive: "Your drive is empty"
2018-04-15 20:57:36 +00:00
empty-drive-description: "You can also upload by right clicking and selecting \"Upload file\" or you can drag and drop a file onto the window."
2018-04-14 20:57:30 +00:00
empty-folder: "This folder is empty"
2018-04-15 14:29:06 +00:00
unable-to-process: "The operation could not be completed."
circular-reference-detected: "The destination folder is a subfolder of the folder you wish to move."
2018-04-14 20:57:30 +00:00
unhandled-error: "Unknown error"
url-upload: "Upload from a URL"
url-of-file: "URL of file you want to upload"
url-upload-requested: "Upload requested"
2018-04-15 14:29:06 +00:00
may-take-time: "It may take some time for the upload to complete."
2018-04-14 20:57:30 +00:00
create-folder: "Create a folder"
folder-name: "Folder name"
contextmenu:
create-folder: "Create a folder"
upload: "Upload a file"
url-upload: "Upload from a URL"
2018-05-18 21:01:09 +00:00
desktop/views/components/follow-button.vue:
2018-05-18 21:41:07 +00:00
unfollow: "Unfollow"
follow: "Follow"
2018-05-18 21:01:09 +00:00
desktop/views/components/followers-window.vue:
2018-05-18 21:41:07 +00:00
followers: "Followers of {}"
2018-05-18 21:01:09 +00:00
desktop/views/components/followers.vue:
2018-05-18 21:41:07 +00:00
empty: "Seems that you dont have any followers."
2018-05-18 21:01:09 +00:00
desktop/views/components/following-window.vue:
2018-05-18 21:41:07 +00:00
following: "Following {}"
2018-05-18 21:01:09 +00:00
desktop/views/components/following.vue:
2018-05-18 21:41:07 +00:00
empty: "You dont follow anyone."
2018-05-18 21:01:09 +00:00
desktop/views/components/friends-maker.vue:
title: "気になるユーザーをフォロー:"
2018-05-18 21:41:07 +00:00
empty: "Similar users werent found."
fetching: "Loading…"
refresh: "More"
close: "Close"
2018-05-18 21:01:09 +00:00
desktop/views/components/game-window.vue:
2018-05-18 21:41:07 +00:00
game: "Othello"
2018-05-17 20:31:33 +00:00
desktop/views/components/home.vue:
2018-05-17 20:52:22 +00:00
done: "Submit"
add-widget: "Add widget:"
profile: "Profile"
calendar: "Calendar"
timemachine: "Calendar (Time Machine)"
activity: "Activity"
2018-05-17 21:01:22 +00:00
rss: "RSS reader"
trends: "Trends"
photostream: "Photostream"
slideshow: "Slideshow"
version: "Version"
broadcast: "Broadcast"
notifications: "Notifications"
users: "Recommended users"
polls: "Polls"
2018-05-17 20:31:33 +00:00
post-form: "投稿フォーム"
2018-05-17 21:01:22 +00:00
messaging: "Messaging"
channel: "Channel"
access-log: "Access log"
server: "Server info"
donation: "Donation"
nav: "Navigation"
tips: "Tips"
add: "Add"
2018-05-18 21:01:09 +00:00
desktop/views/input-dialog.vue:
2018-05-18 21:41:07 +00:00
cancel: "Cancel"
ok: "OK"
2018-05-18 21:01:09 +00:00
desktop/views/components/mentions.vue:
2018-05-18 21:41:07 +00:00
all: "All"
followed: "Followed"
empty: "No posts mentioning you."
empty-followed: "No mentions about you from people you are following."
2018-05-18 21:01:09 +00:00
desktop/views/components/messaging-room-window.vue:
2018-05-18 21:41:07 +00:00
title: "Messages:"
2018-04-14 22:54:54 +00:00
desktop/views/components/messaging-window.vue:
title: "Messaging"
2018-05-18 21:01:09 +00:00
desktop/views/components/note-detail.sub.vue:
2018-05-18 21:41:07 +00:00
private: "(this post is private)"
2018-04-14 20:57:30 +00:00
desktop/views/components/notes.note.vue:
reposted-by: "Reposted by {}"
reply: "Reply"
renote: "Renote"
2018-04-16 05:43:37 +00:00
add-reaction: "Add a reaction"
2018-04-14 20:57:30 +00:00
detail: "Show detail"
2018-05-18 21:01:09 +00:00
desktop/views/components/notes.vue:
2018-05-18 21:41:07 +00:00
error: "Loading failed."
retry: "Retry"
2018-04-14 20:57:30 +00:00
desktop/views/components/notifications.vue:
more: "More"
2018-04-14 21:21:19 +00:00
empty: "No notifications"
2018-04-14 20:57:30 +00:00
desktop/views/components/post-form.vue:
note-placeholder: "What's happening?"
reply-placeholder: "Reply to this note..."
quote-placeholder: "Quote this note..."
note: "Post"
reply: "Reply"
renote: "Renote"
posted: "Posted!"
replied: "Replied!"
reposted: "Reposted!"
note-failed: "Failed to note"
reply-failed: "Failed to reply"
renote-failed: "Failed to renote"
posting: "Posting"
attach-media-from-local: "Attach media from your pc"
2018-04-16 05:40:21 +00:00
attach-media-from-drive: "Attach media from your Drive"
2018-04-14 20:57:30 +00:00
attach-cancel: "Cancel attachment"
insert-a-kao: "v(‘ω’)v"
create-poll: "Create a poll"
text-remain: "{} chars remaining"
desktop/views/components/post-form-window.vue:
note: "New note"
reply: "Reply"
attaches: "{} media attached"
uploading-media: "Uploading {} media"
2018-05-18 21:01:09 +00:00
desktop/views/components/progress-dialog.vue:
2018-05-18 21:41:07 +00:00
waiting: "Waiting"
2018-04-14 20:57:30 +00:00
desktop/views/components/renote-form.vue:
quote: "Quote..."
cancel: "Cancel"
renote: "Renote"
reposting: "Reposting..."
success: "Reposted!"
failure: "Failed to Renote"
desktop/views/components/renote-form-window.vue:
title: "Are you sure you want to renote this note?"
desktop/views/components/settings.vue:
profile: "Profile"
2018-04-14 22:51:56 +00:00
notification: "Notification"
apps: "Apps"
2018-04-14 20:57:30 +00:00
mute: "Mute"
drive: "Drive"
security: "Security"
2018-05-17 21:01:22 +00:00
signin: "Sign in history"
2018-04-14 20:57:30 +00:00
password: "Password"
2fa: "Two-factor authentication"
other: "Other"
license: "License"
2018-05-18 21:41:07 +00:00
behaviour: "Behavior"
fetch-on-scroll: "Fetch on scroll"
fetch-on-scroll-desc: "When you scroll down the page automatically fetches additional content."
2018-05-18 21:01:09 +00:00
auto-popout: "ウィンドウの自動ポップアウト"
auto-popout-desc: "ウィンドウが開かれるとき、ポップアウト(ブラウザ外に切り離す)可能なら自動でポップアウトします。この設定はブラウザに記憶されます。"
2018-05-18 21:41:07 +00:00
advanced: "Advanced settings"
2018-05-18 21:01:09 +00:00
api-via-stream: "ストリームを経由したAPIリクエスト"
api-via-stream-desc: "この設定をオンにすると、websocket接続を経由してAPIリクエストが行われます(パフォーマンス向上が期待できます)。オフにすると、ネイティブの fetch APIが利用されます。この設定はこのデバイスのみ有効です。"
2018-05-18 21:41:07 +00:00
display: "Design and display"
customize: "Customize Home"
dark-mode: "Dark Mode"
circle-icons: "Use circle icons"
gradient-window-header: "Use gradients on window headers"
post-form-on-timeline: "Display post form at the top of the timeline"
show-reply-target: "Display reply target"
2018-05-18 21:01:09 +00:00
show-my-renotes: "自分の行ったRenoteをタイムラインに表示する"
show-renoted-my-notes: "Renoteされた自分の投稿をタイムラインに表示する"
show-maps: "マップの自動展開"
show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。"
2018-05-18 21:41:07 +00:00
sound: "Sound"
2018-05-18 21:01:09 +00:00
enable-sounds: "サウンドを有効にする"
enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。"
volume: "ボリューム"
test: "テスト"
mobile: "モバイル"
disable-via-mobile: "「モバイルからの投稿」フラグを付けない"
language: "言語"
pick-language: "言語を選択"
recommended: "推奨"
auto: "自動"
specify-language: "言語を指定"
language-desc: "変更はページの再度読み込み後に反映されます。"
cache: "キャッシュ"
clean-cache: "クリーンアップ"
cache-warn: "クリーンアップを行うと、ブラウザに記憶されたアカウント情報のキャッシュ、書きかけの投稿・返信・メッセージ、およびその他のデータ(設定情報含む)が削除されます。クリーンアップを行った後はページを再度読み込みする必要があります。"
cache-cleared: "キャッシュを削除しました"
cache-cleared-desc: "ページを再度読み込みしてください。"
auto-watch: "投稿の自動ウォッチ"
auto-watch-desc: "リアクションしたり返信したりした投稿に関する通知を自動的に受け取るようにします。"
about: "Misskeyについて"
operator: "このサーバーの運営者"
update: "Misskey Update"
version: "バージョン:"
latest-version: "最新のバージョン:"
update-checking: "アップデートを確認中"
do-update: "アップデートを確認"
update-settings: "詳細設定"
prevent-update: "アップデートを延期する(非推奨)"
prevent-update-desc: "この設定をオンにしてもアップデートが反映される場合があります。この設定はこのデバイスのみ有効です。"
no-updates: "利用可能な更新はありません"
no-updates-desc: "お使いのMisskeyは最新です。"
update-available: "新しいバージョンが利用可能です"
update-available-desc: "ページを再度読み込みすると更新が適用されます。"
advanced-settings: "高度な設定"
debug-mode: "デバッグモードを有効にする"
debug-mode-desc: "この設定はブラウザに記憶されます。"
use-raw-script: "生のスクリプトを読み込む"
use-raw-script-desc: "圧縮されていない「生の」スクリプトを使用します。サイズが大きいため、読み込みに時間がかかる場合があります。この設定はブラウザに記憶されます。"
source-info: "Misskeyはソースマップも提供しています。"
experimental: "実験的機能を有効にする"
experimental-desc: "実験的機能を有効にするとMisskeyの動作が不安定になる可能性があります。この設定はブラウザに記憶されます。"
tools: "ツール"
task-manager: "タスクマネージャ"
third-parties: "サードパーティ"
2018-04-14 20:57:30 +00:00
desktop/views/components/settings.2fa.vue:
intro: "If you set up 2-step verification, you will need not only a password at sign-in but also a pre-registered physical device (such as your smartphone), which will improve security. "
detail: "See details..."
url: "https://www.google.com/landing/2step/"
2018-04-16 05:40:21 +00:00
caution: "If you lose access to your device, you won't be able to connect to Misskey anymore!"
2018-04-14 20:57:30 +00:00
register: "Register a device"
2018-04-16 05:40:21 +00:00
already-registered: "A device is already registered"
2018-04-14 20:57:30 +00:00
unregister: "Disable"
unregistered: "Two-step authentication has been disabled."
enter-password: "Enter the password"
2018-04-16 05:40:21 +00:00
authenticator: "First, you need install Google Authenticator on your device:"
2018-04-14 20:57:30 +00:00
howtoinstall: "How to install"
2018-04-16 05:40:21 +00:00
scan: "And then, scan the QR code:"
done: "Please enter the token displaying on your device:"
2018-04-14 20:57:30 +00:00
submit: "Submit"
success: "Setup completed successfully!"
failed: "Failed to setup. please ensure that the token is correct."
2018-04-16 05:40:21 +00:00
info: "From now on, enter the token that is displayed on your device in addition to your password when signing-in to Misskey."
2018-04-14 20:57:30 +00:00
desktop/views/components/settings.api.vue:
intro: "APIを利用するには、上記のトークンを「i」というキーでパラメータに付加してリクエストします。"
2018-04-15 14:29:06 +00:00
caution: "Please do not show this token to third parties (do not enter it somewhere else other than here) otherwise your account could get compromised."
regeneration-of-token: "In the unlikely event that this token leaks out you can regenerate it."
2018-04-14 20:57:30 +00:00
regenerate-token: "Regenerate the token"
2018-05-17 20:31:33 +00:00
token: "Token:"
2018-04-14 20:57:30 +00:00
enter-password: "Please enter the password"
desktop/views/components/settings.app.vue:
no-apps: "No authorized apps"
desktop/views/components/settings.mute.vue:
no-users: "No muted users"
desktop/views/components/settings.password.vue:
reset: "Change your password"
enter-current-password: "Enter the current password"
enter-new-password: "Enter the new password"
enter-new-password-again: "Enter the new password again"
2018-04-16 05:40:21 +00:00
not-match: "New password doesn't match"
2018-04-14 20:57:30 +00:00
changed: "Password updated successfully"
desktop/views/components/settings.profile.vue:
avatar: "Avatar"
2018-04-16 05:40:21 +00:00
choice-avatar: "Choose an image"
2018-04-14 20:57:30 +00:00
name: "Name"
location: "Location"
description: "Description"
birthday: "Birthday"
save: "Update profile"
2018-05-18 21:01:09 +00:00
desktop/views/components/taskmanager.vue:
title: "タスクマネージャ"
2018-05-15 23:31:23 +00:00
desktop/views/components/timeline.vue:
2018-05-16 01:01:12 +00:00
home: "Home"
local: "Local"
global: "Global"
list: "Lists"
2018-04-14 20:57:30 +00:00
desktop/views/components/ui.header.account.vue:
profile: "Your profile"
drive: "Drive"
2018-04-20 03:38:31 +00:00
favorites: "Favorites"
2018-04-24 12:24:06 +00:00
lists: "Lists"
2018-04-14 20:57:30 +00:00
customize: "Customize"
settings: "Settings"
signout: "Sign out"
2018-04-19 22:45:37 +00:00
dark: "Fall in dark"
2018-04-14 20:57:30 +00:00
desktop/views/components/ui.header.nav.vue:
home: "Home"
messaging: "Messages"
2018-05-16 01:01:12 +00:00
game: "Play Othello"
2018-04-14 20:57:30 +00:00
desktop/views/components/ui.header.notifications.vue:
title: "Notifications"
desktop/views/components/ui.header.post.vue:
post: "Compose new Post"
desktop/views/components/ui.header.search.vue:
placeholder: "Search"
2018-05-17 20:31:33 +00:00
desktop/views/components/user-lists-window.vue:
2018-05-17 21:01:22 +00:00
create-list: "Create list"
2018-05-17 20:31:33 +00:00
desktop/views/components/user-preview.vue:
2018-05-17 21:01:22 +00:00
notes: "Posts"
following: "Following"
followers: "Followers"
2018-05-17 20:31:33 +00:00
desktop/views/components/users-list.vue:
2018-05-17 21:01:22 +00:00
all: "All"
iknow: "You know"
load-more: "More"
fetching: "Loading…"
2018-04-14 20:57:30 +00:00
desktop/views/pages/note.vue:
prev: "Previous note"
next: "Next note"
desktop/views/pages/selectdrive.vue:
2018-04-16 05:40:21 +00:00
title: "Choose file(s)"
2018-04-14 20:57:30 +00:00
ok: "OK"
cancel: "Cancel"
2018-04-16 05:40:21 +00:00
upload: "Upload files from you PC"
2018-04-14 20:57:30 +00:00
desktop/views/pages/user/user.followers-you-know.vue:
title: "Followers you know"
loading: "Loading"
no-users: "No users"
desktop/views/pages/user/user.friends.vue:
title: "Frequently replied"
loading: "Loading"
no-users: "No users"
2018-04-15 09:38:40 +00:00
desktop/views/pages/user/user.header.vue:
2018-04-19 09:54:34 +00:00
is-suspended: "This account has been suspended."
2018-04-17 13:25:51 +00:00
is-remote: "This user is a remote user, so the information is not accurate. "
2018-04-15 09:38:40 +00:00
view-remote: "See accurate information"
2018-04-14 20:57:30 +00:00
desktop/views/pages/user/user.home.vue:
2018-04-16 05:40:21 +00:00
last-used-at: "Last active: "
2018-04-14 20:57:30 +00:00
desktop/views/pages/user/user.photos.vue:
title: "Photos"
loading: "Loading"
no-photos: "No photos"
desktop/views/pages/user/user.profile.vue:
follows-you: "Follows you"
2018-04-19 03:43:25 +00:00
stalk: "Stalk"
stalking: "Stalking"
unstalk: "Unstalk"
2018-04-14 20:57:30 +00:00
mute: "Mute"
muted: "Muting"
unmute: "Unmute"
desktop/views/widgets/messaging.vue:
title: "Messaging"
desktop/views/widgets/notifications.vue:
title: "Notifications"
settings: "Settings"
desktop/views/widgets/polls.vue:
title: "Polls"
refresh: "Show others"
nothing: "Nothing"
desktop/views/widgets/post-form.vue:
title: "Post"
note: "Post"
placeholder: "What's happening?"
desktop/views/widgets/trends.vue:
title: "Trend"
refresh: "Show others"
nothing: "Nothing"
desktop/views/widgets/users.vue:
title: "Recommended users"
refresh: "Show others"
no-one: "No one"
desktop/views/widgets/channel.vue:
title: "Channel"
settings: "Widget settings"
2018-04-16 05:40:21 +00:00
get-started: "Please click the cog in the upper right corner to specify a channel"
2018-04-14 20:57:30 +00:00
mobile/views/components/drive.vue:
drive: "Drive"
used: "used"
folder-count: "Folder(s)"
count-separator: ", "
file-count: "File(s)"
load-more: "Load more"
nothing-in-drive: "Nothing"
folder-is-empty: "This folder is empty"
mobile/views/components/drive-file-chooser.vue:
select-file: "Choose a file"
mobile/views/components/drive-folder-chooser.vue:
select-folder: "Choose a folder"
mobile/views/components/drive.file-detail.vue:
download: "Download"
rename: "Rename"
move: "Move"
hash: "Hash (md5)"
exif: "EXIF"
mobile/views/components/follow-button.vue:
follow: "Follow"
unfollow: "Unfollow"
mobile/views/components/note.vue:
reposted-by: "Renoted by {}"
mobile/views/components/note-detail.vue:
reply: "Reply"
reaction: "Reaction"
mobile/views/components/notifications.vue:
more: "More"
empty: "No notifications"
mobile/views/components/post-form.vue:
submit: "Post"
2018-05-17 21:30:47 +00:00
reply: "返信"
renote: "Renote"
renote-placeholder: "この投稿を引用... (オプション)"
2018-04-14 20:57:30 +00:00
reply-placeholder: "Reply to this note..."
note-placeholder: "What's happening?"
mobile/views/components/sub-note-content.vue:
media-count: "{} media"
poll: "Poll"
mobile/views/components/timeline.vue:
empty: "No notes"
load-more: "More"
mobile/views/components/ui.nav.vue:
home: "Home"
notifications: "Notifications"
messaging: "Messages"
2018-05-15 23:02:22 +00:00
search: "Search"
2018-04-14 20:57:30 +00:00
drive: "Drive"
settings: "Settings"
about: "About Misskey"
mobile/views/components/user-timeline.vue:
2018-04-16 05:40:21 +00:00
no-notes: "It seems this user hasn't posted yet"
no-notes-with-media: "There is no notes with attached media"
2018-04-14 20:57:30 +00:00
load-more: "More"
mobile/views/components/users-list.vue:
all: "All"
known: "You know"
load-more: "More"
mobile/views/pages/drive.vue:
drive: "Drive"
mobile/views/pages/followers.vue:
followers-of: "Followers of {}"
mobile/views/pages/following.vue:
following-of: "Following of {}"
2018-04-14 21:26:33 +00:00
mobile/views/pages/home.vue:
timeline: "Timeline"
2018-04-14 20:57:30 +00:00
mobile/views/pages/messaging.vue:
messaging: "Messaging"
mobile/views/pages/messaging-room.vue:
messaging: "Messaging"
mobile/views/pages/note.vue:
title: "Post"
prev: "Previous note"
next: "Next note"
mobile/views/pages/notifications.vue:
notifications: "Notifications"
read-all: "Are you sure you want to mark all unread notifications as read?"
mobile/views/pages/profile-setting.vue:
title: "Profile settings"
2018-04-16 05:40:21 +00:00
will-be-published: "These profile settings will be updated."
2018-04-14 20:57:30 +00:00
name: "Name"
location: "Location"
description: "Description"
birthday: "Birthday"
avatar: "Avatar"
banner: "Banner"
avatar-saved: "Avatar updated successfully"
banner-saved: "Banner updated successfully"
set-avatar: "Choose an avatar"
set-banner: "Choose a banner"
save: "Save"
saved: "Profile updated successfully"
mobile/views/pages/search.vue:
search: "Search"
2018-04-15 14:29:06 +00:00
empty: "No posts were found for '{}'"
2018-04-14 20:57:30 +00:00
mobile/views/pages/selectdrive.vue:
select-file: "Choose a file"
mobile/views/pages/settings.vue:
signed-in-as: "Signed in as {}"
profile: "Profile"
2018-05-15 23:21:48 +00:00
twitter: "Twitter integration"
2018-04-14 20:57:30 +00:00
signin-history: "Sign in history"
settings: "Settings"
signout: "Sign out"
mobile/views/pages/user.vue:
follows-you: "Follows you"
following: "Following"
followers: "Followers"
notes: "Posts"
overview: "Overview"
timeline: "Timeline"
media: "Media"
2018-04-19 09:54:34 +00:00
is-suspended: "This account has been suspended."
2018-04-17 13:25:51 +00:00
is-remote: "This user is a remote user, so the information is not accurate. "
2018-04-15 09:38:40 +00:00
view-remote: "See accurate information"
2018-04-14 20:57:30 +00:00
mobile/views/pages/user/home.vue:
recent-notes: "Recent notes"
images: "Images"
activity: "Activity"
keywords: "Keywords"
domains: "Domains"
frequently-replied-users: "Frequently talking users"
followers-you-know: "Followers you know"
2018-04-16 05:40:21 +00:00
last-used-at: "Last active:"
2018-04-14 20:57:30 +00:00
mobile/views/pages/user/home.followers-you-know.vue:
loading: "Loading"
no-users: "No users"
mobile/views/pages/user/home.friends.vue:
loading: "Loading"
no-users: "No users"
mobile/views/pages/user/home.notes.vue:
loading: "Loading"
no-notes: "No notes"
mobile/views/pages/user/home.photos.vue:
loading: "Loading"
no-photos: "No photos"
2017-12-16 19:02:30 +00:00
docs:
2018-04-16 05:40:21 +00:00
edit-this-page-on-github: "Did you find an error or do you want to contribute to the documentation? "
2017-12-16 19:02:30 +00:00
edit-this-page-on-github-link: "Edit this page on Github!"
api:
entities:
properties: "Properties"
endpoints:
params: "Parameters"
res: "Response"
props:
name: "Name"
type: "Type"
optional: "Optional"
description: "Description"
yes: "Yes"
no: "No"