2019-07-02 08:10:25 +01:00
{
"account.add_or_remove_from_list" : "Add or Remove from lists" ,
"account.badges.bot" : "Bot" ,
"account.block" : "Blokiraj @{name}" ,
"account.block_domain" : "Sakrij sve sa {domain}" ,
"account.blocked" : "Blocked" ,
"account.direct" : "Direct Message @{name}" ,
"account.domain_blocked" : "Domain hidden" ,
"account.edit_profile" : "Uredi profil" ,
"account.endorse" : "Feature on profile" ,
"account.follow" : "Slijedi" ,
"account.followers" : "Sljedbenici" ,
"account.followers.empty" : "No one follows this user yet." ,
"account.follows" : "Slijedi" ,
"account.follows.empty" : "This user doesn't follow anyone yet." ,
"account.follows_you" : "te slijedi" ,
2020-03-04 22:50:15 +00:00
"account.hide_reposts" : "Hide reposts from @{name}" ,
2019-07-02 08:10:25 +01:00
"account.link_verified_on" : "Ownership of this link was checked on {date}" ,
"account.locked_info" : "This account privacy status is set to locked. The owner manually reviews who can follow them." ,
"account.media" : "Media" ,
2019-07-09 19:25:11 +01:00
"account.mention" : "Spomeni" ,
2019-07-02 08:10:25 +01:00
"account.moved_to" : "{name} has moved to:" ,
"account.mute" : "Utišaj @{name}" ,
"account.mute_notifications" : "Mute notifications from @{name}" ,
"account.muted" : "Muted" ,
"account.posts" : "Postovi" ,
"account.posts_with_replies" : "Toots with replies" ,
"account.report" : "Prijavi @{name}" ,
"account.requested" : "Čeka pristanak" ,
"account.share" : "Share @{name}'s profile" ,
2020-03-04 22:50:15 +00:00
"account.show_reposts" : "Show reposts from @{name}" ,
2019-07-02 08:10:25 +01:00
"account.unblock" : "Deblokiraj @{name}" ,
"account.unblock_domain" : "Poništi sakrivanje {domain}" ,
"account.unendorse" : "Don't feature on profile" ,
"account.unfollow" : "Prestani slijediti" ,
"account.unmute" : "Poništi utišavanje @{name}" ,
"account.unmute_notifications" : "Unmute notifications from @{name}" ,
"alert.unexpected.message" : "An unexpected error occurred." ,
"alert.unexpected.title" : "Oops!" ,
"boost_modal.combo" : "Možeš pritisnuti {combo} kako bi ovo preskočio sljedeći put" ,
"bundle_column_error.body" : "Something went wrong while loading this component." ,
"bundle_column_error.retry" : "Try again" ,
"bundle_column_error.title" : "Network error" ,
"bundle_modal_error.close" : "Close" ,
"bundle_modal_error.message" : "Something went wrong while loading this component." ,
"bundle_modal_error.retry" : "Try again" ,
"column.blocks" : "Blokirani korisnici" ,
"column.community" : "Lokalni timeline" ,
"column.direct" : "Direct messages" ,
2020-05-01 06:50:27 +01:00
"column.domain_blocks" : "Blocked domains" ,
2020-03-04 22:32:57 +00:00
"column.favorites" : "Favoriti" ,
2019-07-02 08:10:25 +01:00
"column.follow_requests" : "Zahtjevi za slijeđenje" ,
"column.home" : "Dom" ,
"column.lists" : "Lists" ,
"column.mutes" : "Utišani korisnici" ,
"column.notifications" : "Notifikacije" ,
"column.pins" : "Pinned toot" ,
"column.public" : "Federalni timeline" ,
"column_back_button.label" : "Natrag" ,
"column_header.hide_settings" : "Hide settings" ,
"column_header.moveLeft_settings" : "Move column to the left" ,
"column_header.moveRight_settings" : "Move column to the right" ,
"column_header.pin" : "Pin" ,
"column_header.show_settings" : "Show settings" ,
"column_header.unpin" : "Unpin" ,
"column_subheading.settings" : "Postavke" ,
"community.column_settings.media_only" : "Media Only" ,
"compose_form.direct_message_warning" : "This toot will only be visible to all the mentioned users." ,
"compose_form.direct_message_warning_learn_more" : "Learn more" ,
"compose_form.hashtag_warning" : "This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag." ,
"compose_form.lock_disclaimer" : "Tvoj račun nije {locked}. Svatko te može slijediti kako bi vidio postove namijenjene samo tvojim sljedbenicima." ,
"compose_form.lock_disclaimer.lock" : "zaključan" ,
"compose_form.placeholder" : "Što ti je na umu?" ,
"compose_form.poll.add_option" : "Add a choice" ,
"compose_form.poll.duration" : "Poll duration" ,
"compose_form.poll.option_placeholder" : "Choice {number}" ,
"compose_form.poll.remove_option" : "Remove this choice" ,
"compose_form.publish" : "Toot" ,
"compose_form.publish_loud" : "{publish}!" ,
"compose_form.sensitive.hide" : "Mark media as sensitive" ,
"compose_form.sensitive.marked" : "Media is marked as sensitive" ,
"compose_form.sensitive.unmarked" : "Media is not marked as sensitive" ,
"compose_form.spoiler.marked" : "Text is hidden behind warning" ,
"compose_form.spoiler.unmarked" : "Text is not hidden" ,
"compose_form.spoiler_placeholder" : "Upozorenje o sadržaju" ,
"confirmation_modal.cancel" : "Otkaži" ,
"confirmations.block.block_and_report" : "Block & Report" ,
"confirmations.block.confirm" : "Blokiraj" ,
"confirmations.block.message" : "Želiš li sigurno blokirati {name}?" ,
"confirmations.delete.confirm" : "Obriši" ,
"confirmations.delete.message" : "Želiš li stvarno obrisati ovaj status?" ,
"confirmations.delete_list.confirm" : "Delete" ,
"confirmations.delete_list.message" : "Are you sure you want to permanently delete this list?" ,
"confirmations.domain_block.confirm" : "Sakrij cijelu domenu" ,
"confirmations.domain_block.message" : "Jesi li zaista, zaista siguran da želiš potpuno blokirati {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable." ,
"confirmations.mute.confirm" : "Utišaj" ,
"confirmations.mute.message" : "Jesi li siguran da želiš utišati {name}?" ,
"confirmations.redraft.confirm" : "Delete & redraft" ,
2020-03-04 22:32:57 +00:00
"confirmations.redraft.message" : "Are you sure you want to delete this status and re-draft it? You will lose all replies, reposts and favorites to it." ,
2019-07-02 08:10:25 +01:00
"confirmations.reply.confirm" : "Reply" ,
"confirmations.reply.message" : "Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?" ,
"confirmations.unfollow.confirm" : "Unfollow" ,
"confirmations.unfollow.message" : "Are you sure you want to unfollow {name}?" ,
"embed.instructions" : "Embed this status on your website by copying the code below." ,
"embed.preview" : "Here is what it will look like:" ,
"emoji_button.activity" : "Aktivnost" ,
"emoji_button.custom" : "Custom" ,
"emoji_button.flags" : "Zastave" ,
"emoji_button.food" : "Hrana & Piće" ,
"emoji_button.label" : "Umetni smajlije" ,
"emoji_button.nature" : "Priroda" ,
"emoji_button.not_found" : "No emojos!! (╯°□°)╯︵ ┻━┻" ,
"emoji_button.objects" : "Objekti" ,
"emoji_button.people" : "Ljudi" ,
"emoji_button.recent" : "Frequently used" ,
"emoji_button.search" : "Traži..." ,
"emoji_button.search_results" : "Search results" ,
"emoji_button.symbols" : "Simboli" ,
"emoji_button.travel" : "Putovanja & Mjesta" ,
"empty_column.account_timeline" : "No toots here!" ,
"empty_column.account_unavailable" : "Profile unavailable" ,
"empty_column.blocks" : "You haven't blocked any users yet." ,
"empty_column.community" : "Lokalni timeline je prazan. Napiši nešto javno kako bi pokrenuo stvari!" ,
"empty_column.direct" : "You don't have any direct messages yet. When you send or receive one, it will show up here." ,
2020-05-01 06:50:27 +01:00
"empty_column.domain_blocks" : "There are no blocked domains yet." ,
2020-03-04 22:32:57 +00:00
"empty_column.favorited_statuses" : "You don't have any favorite toots yet. When you favorite one, it will show up here." ,
"empty_column.favorites" : "No one has favorited this toot yet. When someone does, they will show up here." ,
2019-07-02 08:10:25 +01:00
"empty_column.follow_requests" : "You don't have any follow requests yet. When you receive one, it will show up here." ,
"empty_column.hashtag" : "Još ne postoji ništa s ovim hashtagom." ,
"empty_column.home" : "Još ne slijediš nikoga. Posjeti {public} ili koristi tražilicu kako bi počeo i upoznao druge korisnike." ,
"empty_column.home.public_timeline" : "javni timeline" ,
"empty_column.list" : "There is nothing in this list yet." ,
"empty_column.lists" : "You don't have any lists yet. When you create one, it will show up here." ,
"empty_column.mutes" : "You haven't muted any users yet." ,
"empty_column.notifications" : "Još nemaš notifikacija. Komuniciraj sa drugima kako bi započeo razgovor." ,
"empty_column.public" : "Ovdje nema ništa! Napiši nešto javno, ili ručno slijedi korisnike sa drugih instanci kako bi popunio" ,
"follow_request.authorize" : "Autoriziraj" ,
"follow_request.reject" : "Odbij" ,
"getting_started.developers" : "Developers" ,
"getting_started.directory" : "Profile directory" ,
"getting_started.documentation" : "Documentation" ,
"getting_started.heading" : "Počnimo" ,
"getting_started.invite" : "Invite people" ,
2019-07-04 00:30:54 +01:00
"getting_started.open_source_notice" : "Gab Social je softver otvorenog koda. Možeš pridonijeti ili prijaviti probleme na GitLabu {gitlab}." ,
2019-07-02 08:10:25 +01:00
"getting_started.security" : "Security" ,
"getting_started.terms" : "Terms of Service" ,
"getting_started.guidelines" : "Guidelines" ,
"hashtag.column_header.tag_mode.all" : "and {additional}" ,
"hashtag.column_header.tag_mode.any" : "or {additional}" ,
"hashtag.column_header.tag_mode.none" : "without {additional}" ,
"hashtag.column_settings.select.no_options_message" : "No suggestions found" ,
"hashtag.column_settings.select.placeholder" : "Enter hashtags…" ,
"hashtag.column_settings.tag_mode.all" : "All of these" ,
"hashtag.column_settings.tag_mode.any" : "Any of these" ,
"hashtag.column_settings.tag_mode.none" : "None of these" ,
"hashtag.column_settings.tag_toggle" : "Include additional tags in this column" ,
"home.column_settings.basic" : "Osnovno" ,
2020-03-04 22:50:15 +00:00
"home.column_settings.show_reposts" : "Pokaži repostove" ,
2019-07-02 08:10:25 +01:00
"home.column_settings.show_replies" : "Pokaži odgovore" ,
"intervals.full.days" : "{number, plural, one {# day} other {# days}}" ,
"intervals.full.hours" : "{number, plural, one {# hour} other {# hours}}" ,
"intervals.full.minutes" : "{number, plural, one {# minute} other {# minutes}}" ,
"introduction.federation.action" : "Next" ,
"introduction.federation.federated.headline" : "Federated" ,
"introduction.federation.federated.text" : "Public posts from other servers of the fediverse will appear in the federated timeline." ,
"introduction.federation.home.headline" : "Home" ,
"introduction.federation.home.text" : "Posts from people you follow will appear in your home feed. You can follow anyone on any server!" ,
"introduction.federation.local.headline" : "Local" ,
"introduction.federation.local.text" : "Public posts from people on the same server as you will appear in the local timeline." ,
"introduction.interactions.action" : "Finish tutorial!" ,
2020-03-05 15:44:17 +00:00
"introduction.interactions.favorite.headline" : "Favorite" ,
2020-03-04 22:32:57 +00:00
"introduction.interactions.favorite.text" : "You can save a toot for later, and let the author know that you liked it, by favoriting it." ,
2020-03-04 22:50:15 +00:00
"introduction.interactions.repost.headline" : "Repost" ,
"introduction.interactions.repost.text" : "You can share other people's toots with your followers by reposting them." ,
2019-07-02 08:10:25 +01:00
"introduction.interactions.reply.headline" : "Reply" ,
"introduction.interactions.reply.text" : "You can reply to other people's and your own toots, which will chain them together in a conversation." ,
"introduction.welcome.action" : "Let's go!" ,
"introduction.welcome.headline" : "First steps" ,
"introduction.welcome.text" : "Welcome to the fediverse! In a few moments, you'll be able to broadcast messages and talk to your friends across a wide variety of servers. But this server, {domain}, is special—it hosts your profile, so remember its name." ,
"keyboard_shortcuts.back" : "to navigate back" ,
"keyboard_shortcuts.blocked" : "to open blocked users list" ,
"keyboard_shortcuts.boost" : "to repost" ,
"keyboard_shortcuts.column" : "to focus a status in one of the columns" ,
"keyboard_shortcuts.compose" : "to focus the compose textarea" ,
"keyboard_shortcuts.description" : "Description" ,
"keyboard_shortcuts.direct" : "to open direct messages column" ,
"keyboard_shortcuts.down" : "to move down in the list" ,
"keyboard_shortcuts.enter" : "to open status" ,
2020-03-04 22:32:57 +00:00
"keyboard_shortcuts.favorite" : "to favorite" ,
"keyboard_shortcuts.favorites" : "to open favorites list" ,
2019-07-02 08:10:25 +01:00
"keyboard_shortcuts.federated" : "to open federated timeline" ,
"keyboard_shortcuts.heading" : "Keyboard Shortcuts" ,
"keyboard_shortcuts.home" : "to open home timeline" ,
"keyboard_shortcuts.hotkey" : "Hotkey" ,
"keyboard_shortcuts.legend" : "to display this legend" ,
"keyboard_shortcuts.local" : "to open local timeline" ,
"keyboard_shortcuts.mention" : "to mention author" ,
"keyboard_shortcuts.muted" : "to open muted users list" ,
"keyboard_shortcuts.my_profile" : "to open your profile" ,
"keyboard_shortcuts.notifications" : "to open notifications column" ,
"keyboard_shortcuts.pinned" : "to open pinned toots list" ,
"keyboard_shortcuts.profile" : "to open author's profile" ,
"keyboard_shortcuts.reply" : "to reply" ,
"keyboard_shortcuts.requests" : "to open follow requests list" ,
"keyboard_shortcuts.search" : "to focus search" ,
"keyboard_shortcuts.start" : "to open \"get started\" column" ,
"keyboard_shortcuts.toggle_hidden" : "to show/hide text behind CW" ,
"keyboard_shortcuts.toot" : "to start a brand new toot" ,
"keyboard_shortcuts.unfocus" : "to un-focus compose textarea/search" ,
"keyboard_shortcuts.up" : "to move up in the list" ,
"lightbox.close" : "Zatvori" ,
"lightbox.next" : "Next" ,
"lightbox.previous" : "Previous" ,
"lightbox.view_context" : "View context" ,
"lists.account.add" : "Add to list" ,
"lists.account.remove" : "Remove from list" ,
"lists.delete" : "Delete list" ,
"lists.edit" : "Edit list" ,
"lists.edit.submit" : "Change title" ,
"lists.new.create" : "Add list" ,
"lists.new.title_placeholder" : "New list title" ,
2020-05-03 06:22:49 +01:00
"lists.search" : "Search people..." ,
2019-07-02 08:10:25 +01:00
"lists.subheading" : "Your lists" ,
"loading_indicator.label" : "Učitavam..." ,
"media_gallery.toggle_visible" : "Preklopi vidljivost" ,
"missing_indicator.label" : "Nije nađen" ,
"missing_indicator.sublabel" : "This resource could not be found" ,
"mute_modal.hide_notifications" : "Hide notifications from this user?" ,
"navigation_bar.apps" : "Mobile apps" ,
"navigation_bar.blocks" : "Blokirani korisnici" ,
"navigation_bar.community_timeline" : "Lokalni timeline" ,
"navigation_bar.compose" : "Compose new toot" ,
"navigation_bar.direct" : "Direct messages" ,
"navigation_bar.discover" : "Discover" ,
2020-05-01 06:50:27 +01:00
"navigation_bar.domain_blocks" : "Blocked domains" ,
2019-07-02 08:10:25 +01:00
"navigation_bar.edit_profile" : "Uredi profil" ,
2020-03-04 22:32:57 +00:00
"navigation_bar.favorites" : "Favoriti" ,
2019-07-02 08:10:25 +01:00
"navigation_bar.filters" : "Muted words" ,
"navigation_bar.follow_requests" : "Zahtjevi za slijeđenje" ,
"navigation_bar.info" : "Više informacija" ,
"navigation_bar.keyboard_shortcuts" : "Keyboard shortcuts" ,
"navigation_bar.lists" : "Lists" ,
"navigation_bar.logout" : "Odjavi se" ,
"navigation_bar.mutes" : "Utišani korisnici" ,
"navigation_bar.personal" : "Personal" ,
"navigation_bar.pins" : "Pinned toots" ,
"navigation_bar.preferences" : "Postavke" ,
"navigation_bar.public_timeline" : "Federalni timeline" ,
"navigation_bar.security" : "Security" ,
2020-03-04 22:32:57 +00:00
"notification.favorite" : "{name} je lajkao tvoj status" ,
2019-07-02 08:10:25 +01:00
"notification.follow" : "{name} te sada slijedi" ,
"notification.mention" : "{name} te je spomenuo" ,
"notification.poll" : "A poll you have voted in has ended" ,
2020-03-04 22:50:15 +00:00
"notification.repost" : "{name} je podigao tvoj status" ,
2019-07-02 08:10:25 +01:00
"notifications.clear" : "Očisti notifikacije" ,
"notifications.clear_confirmation" : "Želiš li zaista obrisati sve svoje notifikacije?" ,
"notifications.column_settings.alert" : "Desktop notifikacije" ,
2020-03-04 22:32:57 +00:00
"notifications.column_settings.favorite" : "Favoriti:" ,
2019-07-02 08:10:25 +01:00
"notifications.column_settings.filter_bar.advanced" : "Display all categories" ,
"notifications.column_settings.filter_bar.category" : "Quick filter bar" ,
"notifications.column_settings.filter_bar.show" : "Show" ,
"notifications.column_settings.follow" : "Novi sljedbenici:" ,
"notifications.column_settings.mention" : "Spominjanja:" ,
"notifications.column_settings.poll" : "Poll results:" ,
"notifications.column_settings.push" : "Push notifications" ,
2020-03-04 22:50:15 +00:00
"notifications.column_settings.repost" : "Repostovi:" ,
2019-07-02 08:10:25 +01:00
"notifications.column_settings.show" : "Prikaži u stupcu" ,
"notifications.column_settings.sound" : "Sviraj zvuk" ,
"notifications.filter.all" : "All" ,
"notifications.filter.boosts" : "Reposts" ,
2020-03-05 15:44:17 +00:00
"notifications.filter.favorites" : "Favorites" ,
2019-07-02 08:10:25 +01:00
"notifications.filter.follows" : "Follows" ,
"notifications.filter.mentions" : "Mentions" ,
"notifications.filter.polls" : "Poll results" ,
"notifications.group" : "{count} notifications" ,
"poll.closed" : "Closed" ,
"poll.refresh" : "Refresh" ,
"poll.total_votes" : "{count, plural, one {# vote} other {# votes}}" ,
"poll.vote" : "Vote" ,
"poll_button.add_poll" : "Add a poll" ,
"poll_button.remove_poll" : "Remove poll" ,
"privacy.change" : "Podesi status privatnosti" ,
"privacy.direct.long" : "Prikaži samo spomenutim korisnicima" ,
"privacy.direct.short" : "Direktno" ,
"privacy.private.long" : "Prikaži samo sljedbenicima" ,
"privacy.private.short" : "Privatno" ,
"privacy.public.long" : "Postaj na javne timeline" ,
"privacy.public.short" : "Javno" ,
"privacy.unlisted.long" : "Ne prikazuj u javnim timelineovima" ,
"privacy.unlisted.short" : "Unlisted" ,
"regeneration_indicator.label" : "Loading…" ,
"regeneration_indicator.sublabel" : "Your home feed is being prepared!" ,
"relative_time.days" : "{number}d" ,
"relative_time.hours" : "{number}h" ,
"relative_time.just_now" : "now" ,
"relative_time.minutes" : "{number}m" ,
"relative_time.seconds" : "{number}s" ,
"reply_indicator.cancel" : "Otkaži" ,
"report.forward" : "Forward to {target}" ,
"report.forward_hint" : "The account is from another server. Send an anonymized copy of the report there as well?" ,
"report.hint" : "The report will be sent to your instance moderators. You can provide an explanation of why you are reporting this account below:" ,
"report.placeholder" : "Dodatni komentari" ,
"report.submit" : "Pošalji" ,
"report.target" : "Prijavljivanje" ,
"search.placeholder" : "Traži" ,
"search_popout.search_format" : "Advanced search format" ,
2020-03-04 22:32:57 +00:00
"search_popout.tips.full_text" : "Simple text returns statuses you have written, favorited, reposted, or have been mentioned in, as well as matching usernames, display names, and hashtags." ,
2019-07-02 08:10:25 +01:00
"search_popout.tips.hashtag" : "hashtag" ,
"search_popout.tips.status" : "status" ,
2020-01-14 23:12:45 +00:00
"search_popout.tips.text" : "Simple text returns matching display names, usernames, groups and hashtags" ,
2019-07-02 08:10:25 +01:00
"search_popout.tips.user" : "user" ,
"search_results.accounts" : "People" ,
"search_results.hashtags" : "Hashtags" ,
"search_results.statuses" : "Toots" ,
"search_results.total" : "{count, number} {count, plural, one {result} other {results}}" ,
"status.admin_account" : "Open moderation interface for @{name}" ,
"status.admin_status" : "Open this status in the moderation interface" ,
"status.block" : "Block @{name}" ,
2020-05-01 06:50:27 +01:00
"status.cancel_repost_private" : "Remove Repost" ,
2020-03-04 22:50:15 +00:00
"status.cannot_repost" : "Ovaj post ne može biti repostan" ,
2019-07-02 08:10:25 +01:00
"status.copy" : "Copy link to status" ,
"status.delete" : "Obriši" ,
"status.detailed_status" : "Detailed conversation view" ,
"status.direct" : "Direct message @{name}" ,
"status.embed" : "Embed" ,
2020-03-04 22:32:57 +00:00
"status.favorite" : "Označi omiljenim" ,
2019-07-02 08:10:25 +01:00
"status.filtered" : "Filtered" ,
"status.load_more" : "Učitaj više" ,
"status.media_hidden" : "Sakriven media sadržaj" ,
"status.mention" : "Spomeni @{name}" ,
"status.more" : "More" ,
"status.mute" : "Mute @{name}" ,
"status.mute_conversation" : "Utišaj razgovor" ,
"status.open" : "Proširi ovaj status" ,
"status.pin" : "Pin on profile" ,
"status.pinned" : "Pinned toot" ,
"status.read_more" : "Read more" ,
2020-03-04 22:50:15 +00:00
"status.repost" : "Podigni" ,
"status.repost_private" : "Repost to original audience" ,
"status.reposted_by" : "{name} je podigao" ,
"status.reposts.empty" : "No one has reposted this toot yet. When someone does, they will show up here." ,
2019-07-02 08:10:25 +01:00
"status.redraft" : "Delete & re-draft" ,
"status.reply" : "Odgovori" ,
"status.replyAll" : "Odgovori na temu" ,
"status.report" : "Prijavi @{name}" ,
"status.sensitive_warning" : "Osjetljiv sadržaj" ,
"status.share" : "Share" ,
"status.show_less" : "Pokaži manje" ,
"status.show_less_all" : "Show less for all" ,
"status.show_more" : "Pokaži više" ,
"status.show_more_all" : "Show more for all" ,
"status.show_thread" : "Show thread" ,
"status.unmute_conversation" : "Poništi utišavanje razgovora" ,
"status.unpin" : "Unpin from profile" ,
"suggestions.dismiss" : "Dismiss suggestion" ,
"suggestions.header" : "You might be interested in…" ,
"tabs_bar.federated_timeline" : "Federalni" ,
"tabs_bar.home" : "Dom" ,
"tabs_bar.local_timeline" : "Lokalno" ,
"tabs_bar.notifications" : "Notifikacije" ,
"tabs_bar.search" : "Search" ,
"time_remaining.days" : "{number, plural, one {# day} other {# days}} left" ,
"time_remaining.hours" : "{number, plural, one {# hour} other {# hours}} left" ,
"time_remaining.minutes" : "{number, plural, one {# minute} other {# minutes}} left" ,
"time_remaining.moments" : "Moments remaining" ,
"time_remaining.seconds" : "{number, plural, one {# second} other {# seconds}} left" ,
"trends.count_by_accounts" : "{count} {rawCount, plural, one {person} other {people}} talking" ,
"ui.beforeunload" : "Your draft will be lost if you leave Gab Social." ,
"upload_area.title" : "Povuci i spusti kako bi uploadao" ,
"upload_button.label" : "Dodaj media" ,
"upload_error.limit" : "File upload limit exceeded." ,
"upload_error.poll" : "File upload not allowed with polls." ,
"upload_form.description" : "Describe for the visually impaired" ,
"upload_form.focus" : "Crop" ,
"upload_form.undo" : "Poništi" ,
"upload_progress.label" : "Uploadam..." ,
"video.close" : "Close video" ,
"video.exit_fullscreen" : "Exit full screen" ,
"video.expand" : "Expand video" ,
"video.fullscreen" : "Full screen" ,
"video.hide" : "Hide video" ,
"video.mute" : "Mute sound" ,
"video.pause" : "Pause" ,
"video.play" : "Play" ,
"video.unmute" : "Unmute sound"
}