refs #515 [fix] Add necessary translation for preferences

This commit is contained in:
AkiraFukushima 2019-02-22 23:58:05 +09:00
parent 3281d97ddd
commit f96cc4d581
5 changed files with 53 additions and 0 deletions

View File

@ -27,5 +27,16 @@
"l": "Switch the focus to right column", "l": "Switch the focus to right column",
"?": "Show this help" "?": "Show this help"
} }
},
"preferences": {
"general": {
"timeline": {
"title": "Timeline",
"description": "Customize view in your timelines.",
"cw": "Always ignore contents warnings",
"nfsw": "Always ignore NFSW of medias",
"hideAllAttachments": "Hide all medias"
}
}
} }
} }

View File

@ -27,5 +27,16 @@
"l": "Switch the focus to right column", "l": "Switch the focus to right column",
"?": "Show this help" "?": "Show this help"
} }
},
"preferences": {
"general": {
"timeline": {
"title": "Timeline",
"description": "Customize view in your timelines.",
"cw": "Always ignore contents warnings",
"nfsw": "Always ignore NFSW of medias",
"hideAllAttachments": "Hide all medias"
}
}
} }
} }

View File

@ -115,6 +115,13 @@
"description": "操作時の効果音を設定", "description": "操作時の効果音を設定",
"fav_rb": "お気に入り,ブースト時", "fav_rb": "お気に入り,ブースト時",
"toot": "トゥート時" "toot": "トゥート時"
},
"timeline": {
"title": "タイムライン",
"description": "タイムラインをカスタマイズ",
"cw": "常にCWを表示する",
"nfsw": "常にNFSWを表示する",
"hideAllAttachments": "すべてのメディアを非表示にする"
} }
}, },
"appearance": { "appearance": {

View File

@ -0,0 +1,13 @@
{
"preferences": {
"general": {
"timeline": {
"title": "Timeline",
"description": "Customize view in your timelines.",
"cw": "Always ignore contents warnings",
"nfsw": "Always ignore NFSW of medias",
"hideAllAttachments": "Hide all medias"
}
}
}
}

View File

@ -27,5 +27,16 @@
"l": "Switch the focus to right column", "l": "Switch the focus to right column",
"?": "Show this help" "?": "Show this help"
} }
},
"preferences": {
"general": {
"timeline": {
"title": "Timeline",
"description": "Customize view in your timelines.",
"cw": "Always ignore contents warnings",
"nfsw": "Always ignore NFSW of medias",
"hideAllAttachments": "Hide all medias"
}
}
} }
} }