mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:13:08 +02:00
Enhance translation
This commit is contained in:
parent
55bf066956
commit
de009051dd
2 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
"tags": {
|
||||
"mk-stream-indicator": {
|
||||
"connecting": "Connecting",
|
||||
"reconnecting": "Disconnected. reconnecting",
|
||||
"reconnecting": "Reconnecting",
|
||||
"connected": "Connected"
|
||||
},
|
||||
"mk-reaction-picker": {
|
||||
|
@ -35,8 +35,8 @@
|
|||
"tags": {
|
||||
"mk-ui-header-nav": {
|
||||
"home": "Home",
|
||||
"messaging": "Messaging",
|
||||
"info": "Info",
|
||||
"messaging": "Messages",
|
||||
"info": "News",
|
||||
"live": "Live"
|
||||
},
|
||||
"mk-ui-header-search": {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"tags": {
|
||||
"mk-stream-indicator": {
|
||||
"connecting": "接続中",
|
||||
"reconnecting": "切断されました 接続中",
|
||||
"reconnecting": "再接続中",
|
||||
"connected": "接続完了"
|
||||
},
|
||||
"mk-reaction-picker": {
|
||||
|
@ -59,9 +59,9 @@
|
|||
"posted": "投稿しました!",
|
||||
"replied": "返信しました!",
|
||||
"reposted": "Repostしました!",
|
||||
"post-failed": "投稿できませんでした",
|
||||
"reply-failed": "返信できませんでした",
|
||||
"repost-failed": "Repostできませんでした",
|
||||
"post-failed": "投稿に失敗しました",
|
||||
"reply-failed": "返信に失敗しました",
|
||||
"repost-failed": "Repostに失敗しました",
|
||||
"posting": "投稿中",
|
||||
"attach-media-from-local": "PCからメディアを添付",
|
||||
"attach-media-from-drive": "ドライブからメディアを添付",
|
||||
|
@ -74,7 +74,7 @@
|
|||
"post": "新規投稿",
|
||||
"reply": "返信",
|
||||
"attaches": "添付: {}メディア",
|
||||
"uploading-media": "{}つのメディアをアップロード中"
|
||||
"uploading-media": "{}個のメディアをアップロード中"
|
||||
},
|
||||
"mk-timeline-post": {
|
||||
"reposted-by": "{}がRepost",
|
||||
|
|
Loading…
Reference in a new issue