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.",
"follow_requests": "Follow Requests",
"mention": "Mention",
"direct_messages": "Direct Messages"
"direct_messages": "Direct Messages",
"filter": {
"show_dms": "Show direct messages"
}
},
"settings": {
"timeline": {
@ -44,6 +47,12 @@
}
}
},
"report": {
"title": "Reporting this user",
"comment": "Additional comments",
"cancel": "Cancel",
"ok": "Report"
},
"shortcut": {
"h": "Switch the focus to left column",
"l": "Switch the focus to right column",

View File

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

View File

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

View File

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

View File

@ -187,7 +187,7 @@
"close_confirm_ok": "OK",
"close_confirm_cancel": "Anuluj",
"description": "Wprowadź opis dla niewidomych i niedowidzących",
"fotter": {
"footer": {
"add_image": "Dodaj obraz",
"change_visibility": "Zmień widoczność",
"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.",
"follow_requests": "Follow Requests",
"mention": "Mentions",
"direct_messages": "Direct Messages"
"direct_messages": "Direct Messages",
"filter": {
"show_dms": "Show direct messages"
}
},
"settings": {
"timeline": {
@ -44,6 +47,12 @@
}
}
},
"report": {
"title": "Reporting this user",
"comment": "Additional comments",
"cancel": "Cancel",
"ok": "Report"
},
"shortcut": {
"h": "Switch the focus to left column",
"l": "Switch the focus to right column",