SubwayTooter-Android-App/app/src/main/res/values/strings.xml

183 lines
11 KiB
XML

<resources>
<string name="app_name">Subway Tooter</string>
<string name="action_settings">Settings</string>
<string name="account_add">add account</string>
<string name="instance">instance</string>
<string name="user_mail_address">user mail address</string>
<string name="user_password">user password</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="instance_not_specified">instance not specified</string>
<string name="mail_not_specified">mail not specified</string>
<string name="password_not_specified">password not specified</string>
<string name="network_error">network error. %1$s</string>
<string name="network_error_arg">network error. %1$s</string>
<string name="api_error">API error. %1$s</string>
<string name="register_app_to_server">registering this app to %1$s…</string>
<string name="request_access_token">request access token…</string>
<string name="request_api">get %1$s…</string>
<string name="column_empty">please add column from left-bottom menu button</string>
<string name="home">home</string>
<string name="local_timeline">local timeline</string>
<string name="federate_timeline">federated timeline</string>
<string name="login_required">please update access token from account setting.</string>
<string name="cancelled">cancelled</string>
<string name="account_pick">select account</string>
<string name="account_confirmed">account confirmed.</string>
<string name="reply">reply</string>
<string name="more">more</string>
<string name="close_column">close column</string>
<string name="thumbnail">thumbnail</string>
<string name="reload">reload</string>
<string name="favourites">favourites</string>
<string name="notifications">notifications</string>
<string name="reports">reports</string>
<string name="your_statuses">your statuses</string>
<string name="statuses_of">statuses of %1$s</string>
<string name="follow">follow</string>
<string name="following">following</string>
<string name="followers">followers</string>
<string name="statuses">statuses</string>
<string name="hide">hide</string>
<string name="nsfw">NSFW</string>
<string name="tap_to_show">tap to show</string>
<string name="show">show</string>
<string name="act_post">posting Toot</string>
<string name="content_warning">content warning</string>
<string name="please_add_account">missng account. please add account before posting.</string>
<string name="not_selected">(not selected)</string>
<string name="content_warning_hint">please input text for content warning.</string>
<string name="content_hint">please input your status</string>
<string name="status">status</string>
<string name="list_empty">no items in list</string>
<string name="post_from">post from</string>
<string name="choose_account">choose account</string>
<string name="response_not_json">API response is not JSON.</string>
<string name="attachment_too_many">max 4 files allowed.</string>
<string name="account_select_please">please select account</string>
<string name="login_failed">login failed</string>
<string name="file_size_too_big">file size too big. maximum limit is 8MB.</string>
<string name="visibility_public">public</string>
<string name="visibility_unlisted">unlisted</string>
<string name="visibility_private">private</string>
<string name="visibility_direct">direct</string>
<string name="choose_visibility">choose visibility</string>
<string name="confirm_delete_attachment">remove this attachment?</string>
<string name="post_error_contents_empty">please input your status.</string>
<string name="post_error_contents_warning_empty">please input contents warning</string>
<string name="wait_previous_operation">Please wait until last operation is over.</string>
<string name="cant_remove_boost_while_favourited">Can\'t remove boost while favourited</string>
<string name="confirm">confirm</string>
<string name="confirm_boost">Boost this status? it\'s shown by all followers and your profile page.</string>
<string name="display_name_favourited_by">favourited by %1$s</string>
<string name="display_name_boosted_by">boosted by %1$s</string>
<string name="display_name_replied_by">replied by %1$s</string>
<string name="display_name_followed_by">followed by %1$s</string>
<string name="account">account</string>
<string name="account_setting">account setting</string>
<string name="setting">setting</string>
<string name="app_setting">app setting</string>
<string name="column_list">column list</string>
<string name="update_access_token">update access token</string>
<string name="account_remove">remove account from this app</string>
<string name="actions">actions</string>
<string name="default_status_visibility">default visibility of status</string>
<string name="confirm_before_boost">confirm before boost</string>
<string name="sensitive_content_default_open">sensitive content default open</string>
<string name="user">user</string>
<string name="confirm_account_remove">Account will be deleted. also all columns are remove.\nAre you sure?</string>
<string name="user_name_not_match">user name not match.</string>
<string name="access_token_updated_for">%1%s\'s access token was updated.</string>
<string name="back_to_column_list">show column list when back button pressed</string>
<string name="account_empty">Account is not set up.Please add account.</string>
<string name="dont_confirm_before_close_column">don\'t confirm before close column</string>
<string name="drag_handle">drag handle</string>
<string name="delete">delete</string>
<string name="column_list_desc">swipe to delete. sorting and deletion is applied at back or pick.</string>
<string name="last_selection">last selection</string>
<string name="column_index">%1$d/%2$d</string>
<string name="reply_to_this_status">reply to this status:</string>
<string name="cant_change_account_when_attachiment_specified">can\'t change account when attachement specified.</string>
<string name="column">column</string>
<string name="conversation_view">conversation view</string>
<string name="conversation_around">conversation around status:%1$d</string>
<string name="instance_not_need_slash">please input just host name of instance, without \'/\'.</string>
<string name="mail_address_not_contains_at_mark">please input user mail address that contains \'@\' and \'.\'</string>
<string name="instance_hint">ex) mastodon.social</string>
<string name="mail_hint">ex) your@e-mail.address</string>
<string name="unfollow">unfollow</string>
<string name="follow_succeeded">follow succeeded</string>
<string name="unfollow_succeeded">unfollow succeeded</string>
<string name="mute">mute</string>
<string name="unmute">unmute</string>
<string name="block">block</string>
<string name="unblock">unblock</string>
<string name="report">report</string>
<string name="cant_follow_locked_user">could not follow the non-public user</string>
<string name="unmute_succeeded">unmute succeeded</string>
<string name="mute_succeeded">mute succeeded</string>
<string name="unblock_succeeded">unblock succeeded</string>
<string name="block_succeeded">block succeeded</string>
<string name="report_reason">comment for report reason</string>
<string name="comment_empty">please comment for any reason to report</string>
<string name="report_completed">report completed.</string>
<string name="mention">mention</string>
<string name="hashtag_of">hashtag :#%1$s</string>
<string name="open_in_account">open with %1$s</string>
<string name="open_web_page">open web page</string>
<string name="open_web_on_host">open web page on %1$s</string>
<string name="follow_from_another_account">follow_from_another_account</string>
<string name="search_of">search \"%1$s\"</string>
<string name="search">search</string>
<string name="resolve_non_local_account">resolve non local account</string>
<string name="question">\?</string>
<string name="confirm_close_column">close thic colum?</string>
<string name="favourite_from_another_account">favourite from another account</string>
<string name="boost_from_another_account">boost from another account</string>
<string name="app_about">about this app</string>
<string name="oss_license">OSS license</string>
<string name="please_rate">Please rating and write review!</string>
<string name="rate_on_store">rate on store</string>
<string name="please_donate">Please support this app!</string>
<string name="version_is">version %1$s</string>
<string name="open_instance_website">open https://%1$s/</string>
<string name="boost">boost</string>
<string name="favourite">favourite</string>
<string name="mention2">mention</string>
<string name="notification_count">%1$d notifications</string>
<string name="app_exit">exit app</string>
<string name="ask_always">ask always</string>
<string name="open_column_list">open column list</string>
<string name="back_button_action">back button action</string>
<string name="prior_local_url_when_open_attachment">prior local URL when open attachment</string>
<string name="disable_fast_scroller">disable fast scroller (app restart required)</string>
<string name="delete_succeeded">delete succeeded</string>
<string name="developer">developer</string>
<string name="with_attachment">with attachment</string>
<string name="column_is_busy">column is busy</string>
<string name="read_gap">read gap</string>
<string name="muted_users">mutes users</string>
<string name="blocked_users">blocked users</string>
<string name="end_of_list">end of list</string>
<string name="send_text">send text to apps</string>
<string name="send_header_date">Date</string>
<string name="send_header_from_acct">From-Acct</string>
<string name="send_header_from_name">From-Name</string>
<string name="send_header_content_warning">Content-Warning</string>
<string name="send_header_url">Status-URL</string>
<string name="dont_close_column">don\'t close column</string>
<string name="column_has_dont_close_option">this column has \'dont close\' option.</string>
<string name="ui_theme">UI theme (app restart required)</string>
<string name="theme_light">light</string>
<string name="theme_dark">dark</string>
<string name="dont_show_boost">dont show boost</string>
<string name="dont_show_reply">dont show reply</string>
<string name="regex_filter">regex filter</string>
<string name="regex_error">regex error</string>
<string name="notification_delete">delete notification</string>
<string name="confirm_delete_notification">your notification data on instance sarver will be deleted. Are you sure?</string>
</resources>