refs #964 Fix translation for invalid keys

This commit is contained in:
AkiraFukushima 2019-07-19 19:36:43 +09:00
parent c3c3e0838b
commit 4ad223fe6a
6 changed files with 48 additions and 5 deletions

View File

@ -9,7 +9,10 @@
"switch_streaming": "Use websocket for streaming. If the timeline does not update with streaming, please try it.", "switch_streaming": "Use websocket for streaming. If the timeline does not update with streaming, please try it.",
"follow_requests": "Follow Requests", "follow_requests": "Follow Requests",
"mention": "Mention", "mention": "Mention",
"direct_messages": "Direct Messages" "direct_messages": "Direct Messages",
"filter": {
"show_dms": "Show direct messages"
}
}, },
"settings": { "settings": {
"timeline": { "timeline": {
@ -44,6 +47,12 @@
} }
} }
}, },
"report": {
"title": "Reporting this user",
"comment": "Additional comments",
"cancel": "Cancel",
"ok": "Report"
},
"shortcut": { "shortcut": {
"h": "Switch the focus to left column", "h": "Switch the focus to left column",
"l": "Switch the focus to right column", "l": "Switch the focus to right column",

View File

@ -5,7 +5,10 @@
}, },
"header_menu": { "header_menu": {
"mention": "Mention", "mention": "Mention",
"follow_requests": "Follow Requests" "follow_requests": "Follow Requests",
"filter": {
"show_dms": "Show direct messages"
}
}, },
"preferences": { "preferences": {
"appearance": { "appearance": {
@ -33,6 +36,12 @@
"7_days": "7 days" "7_days": "7 days"
} }
} }
},
"report": {
"title": "Reporting this user",
"comment": "Additional comments",
"cancel": "Cancel",
"ok": "Report"
} }
}, },
"cards": { "cards": {

View File

@ -73,6 +73,7 @@
"filter": { "filter": {
"title": "フィルター", "title": "フィルター",
"placeholder": "正規表現でフィルター", "placeholder": "正規表現でフィルター",
"show_dms": "DMを表示",
"show_reblogs": "ブースト表示", "show_reblogs": "ブースト表示",
"show_replies": "返信表示", "show_replies": "返信表示",
"apply": "適用" "apply": "適用"
@ -269,6 +270,12 @@
"x": "CWとNSFWの表示切り替え", "x": "CWとNSFWの表示切り替え",
"?": "このヘルプを開く", "?": "このヘルプを開く",
"esc": "ページを閉じる" "esc": "ページを閉じる"
},
"report": {
"title": "このユーザを報告する",
"comment": "追加のコメント",
"cancel": "キャンセル",
"ok": "報告"
} }
}, },
"cards": { "cards": {

View File

@ -19,7 +19,10 @@
}, },
"header_menu": { "header_menu": {
"mention": "Mentions", "mention": "Mentions",
"follow_requests": "Follow Requests" "follow_requests": "Follow Requests",
"filter": {
"show_dms": "Show direct messages"
}
}, },
"follow_requests": { "follow_requests": {
"accept": "Accept", "accept": "Accept",
@ -42,6 +45,12 @@
"7_days": "7 days" "7_days": "7 days"
} }
} }
},
"report": {
"title": "Reporting this user",
"comment": "Additional comments",
"cancel": "Cancel",
"ok": "Report"
} }
}, },
"cards": { "cards": {

View File

@ -187,7 +187,7 @@
"close_confirm_ok": "OK", "close_confirm_ok": "OK",
"close_confirm_cancel": "Anuluj", "close_confirm_cancel": "Anuluj",
"description": "Wprowadź opis dla niewidomych i niedowidzących", "description": "Wprowadź opis dla niewidomych i niedowidzących",
"fotter": { "footer": {
"add_image": "Dodaj obraz", "add_image": "Dodaj obraz",
"change_visibility": "Zmień widoczność", "change_visibility": "Zmień widoczność",
"change_sensitive": "Zmień wrażliwy", "change_sensitive": "Zmień wrażliwy",

View File

@ -9,7 +9,10 @@
"switch_streaming": "Use websocket for streaming. If the timeline does not update with streaming, please try it.", "switch_streaming": "Use websocket for streaming. If the timeline does not update with streaming, please try it.",
"follow_requests": "Follow Requests", "follow_requests": "Follow Requests",
"mention": "Mentions", "mention": "Mentions",
"direct_messages": "Direct Messages" "direct_messages": "Direct Messages",
"filter": {
"show_dms": "Show direct messages"
}
}, },
"settings": { "settings": {
"timeline": { "timeline": {
@ -44,6 +47,12 @@
} }
} }
}, },
"report": {
"title": "Reporting this user",
"comment": "Additional comments",
"cancel": "Cancel",
"ok": "Report"
},
"shortcut": { "shortcut": {
"h": "Switch the focus to left column", "h": "Switch the focus to left column",
"l": "Switch the focus to right column", "l": "Switch the focus to right column",