refs #964 Fix translation for invalid keys
This commit is contained in:
parent
c3c3e0838b
commit
4ad223fe6a
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue