Whalebird-desktop-client-ma.../src/config/locales/en/translation.json

118 lines
2.8 KiB
JSON
Raw Normal View History

{
"main_menu": {
"application": {
"name": "Whalebird",
"about": "About Whalebird",
"preferences": "Preferences...",
"services": "Services",
"hide": "Hide Whalebird",
"hide_others": "Hide Others",
"show_all": "Show All",
"quit": "Quit"
},
"toot": {
"name": "Toot",
"new": "New Toot"
},
"edit": {
"name": "Edit",
"undo": "Undo",
"redo": "Redo",
"cut": "Cut",
"copy": "Copy",
"paste": "Paste",
"select_all": "Select All"
},
"view": {
"name": "View",
"toggle_full_screen": "Toggle Full Screen"
},
"window": {
"name": "Window",
"close": "Close Window",
"minimize": "Minimize",
"jump_to": "Jump to"
}
},
"side_menu": {
"edit_profile": "Edit profile",
"home": "Home",
"notification": "Notification",
"favourite": "Favourite",
"local": "Local timeline",
"public": "Public timeline",
"hashtag": "Hashtag",
"search": "Search",
"lists": "Lists"
2018-08-10 15:31:32 +02:00
},
"header_menu": {
"home": "Home",
"notification": "Notification",
"favourite": "Favourite",
"local": "Local timeline",
"public": "Public timeline",
"hashtag": "Hashtag",
"search": "Search",
"lists": "Lists",
"members": "Members",
"filter": {
"title": "Filter",
"placeholder": "Filter out by regular expressions",
"apply": "Apply"
}
2018-08-10 17:40:06 +02:00
},
"preferences": {
"title": "Preferences",
"general": {
"title": "General",
"appearance": "Appearance",
"theme_color": "Theme color:",
"theme": {
"light": "Light",
"dark": "Dark"
},
2018-08-10 17:40:06 +02:00
"font_size": "Font size:",
"display_style": {
"title": "Display style:",
"display_name_and_username": "Display name and username",
"display_name": "Display name",
"username": "Username"
},
"toot": "Toot",
"visibility": {
"title": "Default visibility:",
"public": "Public",
"unlisted": "Unlisted",
"private": "Private",
"direct": "Direct"
},
"sounds": "Sounds",
"fav_rb_sound": "Favoute and Boost:",
"toot_sound": "Toot:"
},
"account": {
"title": "Account",
"connected": "Connected Account",
"username": "Username",
"domain": "Domain",
"association": "Association",
"order": "Order",
"remove_association": "Remove assocication",
"remove_all_associations": "Remove all associations",
"confirm": "Confirm",
"cancel": "Cancel",
"confirm_message": "Are you sure to remove all associations?"
}
2018-08-10 17:59:48 +02:00
},
"new_toot": {
"title": "New Toot",
"cw": "Write your waring here",
"status": "What is on your mind?",
"cancel": "Cancel",
"toot": "Toot"
2018-08-12 13:40:01 +02:00
},
"jump": {
"jump_to": "Jump to..."
}
}