Welcome to mirror list, hosted at ThFree Co, Russian Federation.

javascript.sl.yml « javascript « locales « config - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09a0b72f8e30e11900670ab46ea0db5d4dbb5e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#   Copyright (c) 2011, Diaspora Inc.  This file is
#   licensed under the Affero General Public License version 3 or later.  See
#   the COPYRIGHT file.


sl: 
  javascripts: 
    aspect_dropdown: 
      add_to_aspect: "Add to aspect"
      toggle: 
        few: "In {{count}} aspects"
        many: "In {{count}} aspects"
        one: "In {{count}} aspect"
        other: "In {{count}} aspects"
        zero: "Add to aspect"
    comments: 
      hide: "hide comments"
      show: "show all comments"
    confirm_dialog: "Are you sure?"
    failed_to_like: "Failed to like!"
    failed_to_post_message: "Failed to post message!"
    infinite_scroll: 
      no_more: "No more posts."
    publisher: 
      at_least_one_aspect: "You must publish to at least one aspect"
    reshares: 
      duplicate: "You've already reshared that post!"
    search_for: "Search for {{name}}"
    show_more: "show more"
    timeago: 
      day: "a day"
      days: "%d days"
      hour: "about an hour"
      hours: "about %d hours"
      minute: "about a minute"
      minutes: "%d minutes"
      month: "about a month"
      months: "%d months"
      prefixAgo: ""
      prefixFromNow: ""
      seconds: "less than a minute"
      suffixAgo: "ago"
      suffixFromNow: "from now"
      year: "about a year"
      years: "%d years"
    videos: 
      unknown: "Unknown video type"
      watch: "Watch this video on {{provider}}"
    web_sockets: 
      disconnected: "The websocket is closed; posts will no longer be streamed live."