muck-friends 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +8 -6
- data/Rakefile +0 -10
- data/VERSION +1 -1
- data/app/helpers/muck_friends_helper.rb +27 -22
- data/app/views/friends/_all_friends.html.erb +8 -0
- data/app/views/friends/_friend_requests.html.erb +5 -0
- data/app/views/friends/_friend_simple.html.erb +2 -2
- data/app/views/friends/_mutual_friends.html.erb +3 -0
- data/lib/active_record/acts/muck_friend.rb +2 -2
- data/locales/ar.yml +5 -0
- data/locales/bg.yml +6 -1
- data/locales/ca.yml +5 -0
- data/locales/cs.yml +5 -0
- data/locales/da.yml +5 -0
- data/locales/de.yml +7 -2
- data/locales/el.yml +5 -0
- data/locales/en.yml +5 -0
- data/locales/es.yml +5 -0
- data/locales/et.yml +5 -0
- data/locales/fa.yml +5 -0
- data/locales/fi.yml +5 -0
- data/locales/fr.yml +5 -0
- data/locales/gl.yml +5 -0
- data/locales/hi.yml +5 -0
- data/locales/hr.yml +5 -0
- data/locales/hu.yml +5 -0
- data/locales/id.yml +5 -0
- data/locales/it.yml +5 -0
- data/locales/iw.yml +5 -0
- data/locales/ja.yml +5 -0
- data/locales/ko.yml +5 -0
- data/locales/lt.yml +5 -0
- data/locales/lv.yml +5 -0
- data/locales/mt.yml +5 -0
- data/locales/nl.yml +5 -0
- data/locales/no.yml +5 -0
- data/locales/pl.yml +5 -0
- data/locales/pt-PT.yml +5 -0
- data/locales/ro.yml +5 -0
- data/locales/ru.yml +5 -0
- data/locales/sk.yml +5 -0
- data/locales/sl.yml +5 -0
- data/locales/sq.yml +5 -0
- data/locales/sr.yml +5 -0
- data/locales/sv.yml +5 -0
- data/locales/th.yml +5 -0
- data/locales/tl.yml +5 -0
- data/locales/tr.yml +5 -0
- data/locales/uk.yml +5 -0
- data/locales/vi.yml +5 -0
- data/locales/zh-CN.yml +5 -0
- data/locales/zh-TW.yml +5 -0
- data/locales/zh.yml +5 -0
- data/muck-friends.gemspec +17 -6
- data/test/rails_root/Rakefile +1 -0
- data/test/rails_root/app/controllers/default_controller.rb +4 -2
- data/test/rails_root/app/models/profile.rb +3 -0
- data/test/rails_root/app/models/user.rb +1 -0
- data/test/rails_root/app/views/default/{index.html.erb → all_friends.html.erb} +0 -0
- data/test/rails_root/app/views/default/followers.html.erb +1 -0
- data/test/rails_root/app/views/default/followings.html.erb +1 -0
- data/test/rails_root/app/views/default/friend_requests.html.erb +1 -0
- data/test/rails_root/app/views/default/friends.html.erb +1 -0
- data/test/rails_root/app/views/default/mutual_friends.html.erb +1 -0
- data/test/rails_root/config/environment.rb +1 -0
- data/test/rails_root/config/routes.rb +3 -1
- data/test/rails_root/db/migrate/20090512013727_create_profiles.rb +21 -0
- data/test/rails_root/test/functional/default_controller_test.rb +101 -0
- metadata +17 -6
- data/app/views/friends/_friends.html.erb +0 -8
- data/app/views/friends/_notifications.html.erb +0 -32
- data/app/views/friends/friend_or_follow_request.html.erb +0 -8
data/locales/fr.yml
CHANGED
@@ -9,13 +9,18 @@ fr:
|
|
9
9
|
accept: (accepter)
|
10
10
|
delete: (supprimer)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Followers
|
13
|
+
following: Suivant
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Friend Request"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Ami demande en attendant {{link}}"
|
15
18
|
friend_request_sent: "Friend Request Sent"
|
19
|
+
friends: Amis
|
16
20
|
friends_title: "My Friends"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (ignorer)
|
23
|
+
mutual_friends: "Mutual Friends"
|
19
24
|
no_followers: "Vous n'avez pas actuellement de fans"
|
20
25
|
no_friends: "Vous n'avez pas actuellement d'amis"
|
21
26
|
not_following_anyone: "Vous n'êtes pas n'importe qui suivant"
|
data/locales/gl.yml
CHANGED
@@ -9,13 +9,18 @@ gl:
|
|
9
9
|
accept: (aceptar)
|
10
10
|
delete: (borrar)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Seguidores
|
13
|
+
following: Seguinte
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Friend request"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Amigo petición pendente {{link}}"
|
15
18
|
friend_request_sent: "Amigo Solicitude enviado"
|
19
|
+
friends: Amigos
|
16
20
|
friends_title: "Meus amigos"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (ignorar)
|
23
|
+
mutual_friends: "Amigos en común"
|
19
24
|
no_followers: "Non ten actualmente calquera seguidores"
|
20
25
|
no_friends: "Non ten actualmente calquera amigos"
|
21
26
|
not_following_anyone: "Non está ninguén na secuencia"
|
data/locales/hi.yml
CHANGED
@@ -9,13 +9,18 @@ hi:
|
|
9
9
|
accept: "() को स्वीकार"
|
10
10
|
delete: "() को नष्ट"
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: अनुयायियों
|
13
|
+
following: निम्नलिखित
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "मित्र अनुरोध"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "मित्र अनुरोध लंबित {{link}}"
|
15
18
|
friend_request_sent: "मित्र अनुरोध भेजा गया"
|
19
|
+
friends: मित्रों
|
16
20
|
friends_title: "मेरे मित्र"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: "() की उपेक्षा"
|
23
|
+
mutual_friends: "परस्पर मित्र"
|
19
24
|
no_followers: "आप वर्तमान में किसी भी अनुयायियों नहीं है"
|
20
25
|
no_friends: "आप वर्तमान में कोई दोस्त नहीं है"
|
21
26
|
not_following_anyone: "आप वर्तमान में किसी को भी पीछा नहीं कर रहे हैं"
|
data/locales/hr.yml
CHANGED
@@ -9,13 +9,18 @@ hr:
|
|
9
9
|
accept: (prihvatiti)
|
10
10
|
delete: (brisanje)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Sljedbenici
|
13
|
+
following: Sljedeći
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Friend Request"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Zahtjev za prijateljstvo na čekanju {{link}}"
|
15
18
|
friend_request_sent: "Friend Request Sent"
|
19
|
+
friends: Prijatelji
|
16
20
|
friends_title: "Moji prijatelji"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (zanemarite)
|
23
|
+
mutual_friends: "Zajednički prijatelji"
|
19
24
|
no_followers: "Ne Trenutno imate bilo kakvih sljedbenika"
|
20
25
|
no_friends: "Ne trenutno imate prijatelje"
|
21
26
|
not_following_anyone: "Trenutno ne sljedeće nikome"
|
data/locales/hu.yml
CHANGED
@@ -9,13 +9,18 @@ hu:
|
|
9
9
|
accept: (accept)
|
10
10
|
delete: (törlés)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Followers
|
13
|
+
following: Következő
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Friend Request"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Friend request pending {{link}}"
|
15
18
|
friend_request_sent: "Friend Request Elküldött"
|
19
|
+
friends: Barátok
|
16
20
|
friends_title: "My Friends"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (ignore)
|
23
|
+
mutual_friends: "Kölcsönös Barátok"
|
19
24
|
no_followers: "Ön jelenleg nem rendelkeznek olyan követői"
|
20
25
|
no_friends: "Ön jelenleg nem rendelkeznek olyan barátok"
|
21
26
|
not_following_anyone: "Pillanatnyilag nem követően bárki"
|
data/locales/id.yml
CHANGED
@@ -9,13 +9,18 @@ id:
|
|
9
9
|
accept: (menerima)
|
10
10
|
delete: (menghapus)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Pengikutnya
|
13
|
+
following: Setelah
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Permintaan teman"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Permintaan tertunda {{link}}"
|
15
18
|
friend_request_sent: "Teman Permintaan Terkirim"
|
19
|
+
friends: Teman-teman
|
16
20
|
friends_title: "Teman saya"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (abaikan)
|
23
|
+
mutual_friends: "Saling Teman"
|
19
24
|
no_followers: "Anda saat ini tidak mempunyai pengikutnya"
|
20
25
|
no_friends: "Anda saat ini tidak mempunyai teman-teman"
|
21
26
|
not_following_anyone: "Saat ini Anda tidak berikut siapapun"
|
data/locales/it.yml
CHANGED
@@ -9,13 +9,18 @@ it:
|
|
9
9
|
accept: (accettare)
|
10
10
|
delete: (cancellato)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Seguaci
|
13
|
+
following: Successivo
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Richiesta di amicizia"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "In attesa della richiesta di amicizia {{link}}"
|
15
18
|
friend_request_sent: "Richiesta inviata amico"
|
19
|
+
friends: Amici
|
16
20
|
friends_title: "My Friends"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (ignorare)
|
23
|
+
mutual_friends: Amici
|
19
24
|
no_followers: "È attualmente non hanno alcuna seguaci"
|
20
25
|
no_friends: "È attualmente non hanno alcuna amici"
|
21
26
|
not_following_anyone: "Se non sono attualmente seguenti chiunque"
|
data/locales/iw.yml
CHANGED
@@ -9,13 +9,18 @@ iw:
|
|
9
9
|
accept: (מקבל)
|
10
10
|
delete: (מחק)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Followers
|
13
|
+
following: הבא
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "בקשת חברות"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "בקשת חברות ממתינים {{link}}"
|
15
18
|
friend_request_sent: "בקשת חברות נשלחה"
|
19
|
+
friends: חברים
|
16
20
|
friends_title: "החברים שלי"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (להתעלם)
|
23
|
+
mutual_friends: "חברים משותפים"
|
19
24
|
no_followers: "אין כרגע יש לך followers"
|
20
25
|
no_friends: "אין כרגע יש לך חברים"
|
21
26
|
not_following_anyone: "בשלב זה, אינך הבאה אף אחד"
|
data/locales/ja.yml
CHANGED
@@ -9,13 +9,18 @@ ja:
|
|
9
9
|
accept: "( )を受け入れる"
|
10
10
|
delete: "( )を削除"
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: 信者
|
13
|
+
following: 支持者
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: 友達リクエスト
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "保留中の友達のリクエスト{{link}}"
|
15
18
|
friend_request_sent: 友達リクエストが届い
|
19
|
+
friends: 友人
|
16
20
|
friends_title: マイフレンド
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: "( )を無視する"
|
23
|
+
mutual_friends: 共通の友達
|
19
24
|
no_followers: 現在、追随していない
|
20
25
|
no_friends: 現在、お友達としていない
|
21
26
|
not_following_anyone: 現在、誰でも以下ではない
|
data/locales/ko.yml
CHANGED
@@ -9,13 +9,18 @@ ko:
|
|
9
9
|
accept: "()에 동의"
|
10
10
|
delete: "() 삭제"
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: 추종자
|
13
|
+
following: 다음
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "친구 요청"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "친구 요청을 보류 {{link}}"
|
15
18
|
friend_request_sent: "친구 요청을 보냈습"
|
19
|
+
friends: 친구들
|
16
20
|
friends_title: "내 친구"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: "()을 무시"
|
23
|
+
mutual_friends: "공통 친구"
|
19
24
|
no_followers: "현재의 추종자가 없어"
|
20
25
|
no_friends: "현재 어떤 친구도 없어"
|
21
26
|
not_following_anyone: "당신은 현재 누구와도 같이하지 않습니다"
|
data/locales/lt.yml
CHANGED
@@ -9,13 +9,18 @@ lt:
|
|
9
9
|
accept: (priimti)
|
10
10
|
delete: (išbraukta)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Pasekėjų
|
13
|
+
following: Šie
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Draugo prašymą"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Draugo prašymą kol {{link}}"
|
15
18
|
friend_request_sent: "Draugui Prašymas išsiųstas"
|
19
|
+
friends: Draugai
|
16
20
|
friends_title: "Mano draugai"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (nepaisyti)
|
23
|
+
mutual_friends: "Mutual Friends"
|
19
24
|
no_followers: "Dabar Jūs neturite bet pasekėjų"
|
20
25
|
no_friends: "Dabar Jūs neturite jokių draugų"
|
21
26
|
not_following_anyone: "Šiuo metu Jūs taip visiems"
|
data/locales/lv.yml
CHANGED
@@ -9,13 +9,18 @@ lv:
|
|
9
9
|
accept: (pieņem)
|
10
10
|
delete: (svītrot)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Sekotāji
|
13
|
+
following: Nākamais
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Friend Request"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Drauga lūgumu līdz {{link}}"
|
15
18
|
friend_request_sent: "Drauga Pieprasījums nosūtīts"
|
19
|
+
friends: Draugi
|
16
20
|
friends_title: "Mani draugi"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (ignore)
|
23
|
+
mutual_friends: "Mutual Friends"
|
19
24
|
no_followers: "Jums nav šobrīd ir sekotāji"
|
20
25
|
no_friends: "Jums nav šobrīd ir draugi"
|
21
26
|
not_following_anyone: "Jūs patlaban nav šādu ikviens"
|
data/locales/mt.yml
CHANGED
@@ -9,13 +9,18 @@ mt:
|
|
9
9
|
accept: (taċċetta)
|
10
10
|
delete: (ħassar)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Segwaċi
|
13
|
+
following: Wara
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Talba Friend"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Friend talba pendenti {{link}}"
|
15
18
|
friend_request_sent: "Friend Talba Jintbagħtu"
|
19
|
+
friends: Ħbieb
|
16
20
|
friends_title: "My Friends"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (jinjora)
|
23
|
+
mutual_friends: "Mutual Friends"
|
19
24
|
no_followers: "Inti bħalissa ma għandhom l-ebda followers"
|
20
25
|
no_friends: "Inti bħalissa ma għandek xi ħbieb"
|
21
26
|
not_following_anyone: "Inti bħalissa mhumiex wara xi ħadd"
|
data/locales/nl.yml
CHANGED
@@ -9,13 +9,18 @@ nl:
|
|
9
9
|
accept: (accepteren)
|
10
10
|
delete: (verwijderen)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Aanhangers
|
13
|
+
following: Volgende
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Friend Request"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Vriendschapsverklaring afwachting {{link}}"
|
15
18
|
friend_request_sent: "Friend Request Verzonden"
|
19
|
+
friends: Vrienden
|
16
20
|
friends_title: "My Friends"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (negeren)
|
23
|
+
mutual_friends: "Wederzijdse Vrienden"
|
19
24
|
no_followers: "U hebben momenteel geen volgelingen"
|
20
25
|
no_friends: "U hebben momenteel geen vrienden"
|
21
26
|
not_following_anyone: "U bent momenteel niet na iedereen"
|
data/locales/no.yml
CHANGED
@@ -10,13 +10,18 @@
|
|
10
10
|
accept: (godta)
|
11
11
|
delete: (Slett)
|
12
12
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
13
|
+
followers: Etterfølgere
|
14
|
+
following: Påfølgende
|
13
15
|
following_you: "{{name}} is now following you on {{application_name}}"
|
14
16
|
friend_request: Venn
|
17
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
15
18
|
friend_request_pending: "Venn vente {{link}}"
|
16
19
|
friend_request_sent: "Venn Sendt"
|
20
|
+
friends: Venner
|
17
21
|
friends_title: "Mine venner"
|
18
22
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
19
23
|
ignore: (ignore)
|
24
|
+
mutual_friends: "Felles venner"
|
20
25
|
no_followers: "Du ikke har noen etterfølgere"
|
21
26
|
no_friends: "Du ikke har noen venner"
|
22
27
|
not_following_anyone: "Du er for øyeblikket ikke følge alle"
|
data/locales/pl.yml
CHANGED
@@ -9,13 +9,18 @@ pl:
|
|
9
9
|
accept: (zaakceptować)
|
10
10
|
delete: (usuń)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Naśladowców
|
13
|
+
following: Następujący
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Friend Request"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Friend Request oczekiwaniu {{link}}"
|
15
18
|
friend_request_sent: "Friend Request Wysłane"
|
19
|
+
friends: Znajomi
|
16
20
|
friends_title: "Moi Przyjaciele"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (ignore)
|
23
|
+
mutual_friends: "Wzajemne Znajomi"
|
19
24
|
no_followers: "Obecnie nie masz żadnych naśladowców"
|
20
25
|
no_friends: "Obecnie nie masz żadnych znajomych"
|
21
26
|
not_following_anyone: "Nie jesteś obecnie następujące ktoś"
|
data/locales/pt-PT.yml
CHANGED
@@ -9,13 +9,18 @@ pt-PT:
|
|
9
9
|
accept: (aceitar)
|
10
10
|
delete: (apagar)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Seguidores
|
13
|
+
following: Seguinte
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Friend Request"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Amigo pedido pendente {{link}}"
|
15
18
|
friend_request_sent: "Amigo Pedido enviado"
|
19
|
+
friends: Amigos
|
16
20
|
friends_title: "Meus amigos"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (ignorar)
|
23
|
+
mutual_friends: "Amigos em comum"
|
19
24
|
no_followers: "Você não tem actualmente qualquer seguidores"
|
20
25
|
no_friends: "Você não tem actualmente qualquer amigos"
|
21
26
|
not_following_anyone: "Você não está ninguém na sequência"
|
data/locales/ro.yml
CHANGED
@@ -9,13 +9,18 @@ ro:
|
|
9
9
|
accept: (accepta)
|
10
10
|
delete: (şterge)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Adepţi
|
13
|
+
following: Următorul
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Cerere de prietenie"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Cerere de prietenie în aşteptare {{link}}"
|
15
18
|
friend_request_sent: "Cerere de prietenie Trimis"
|
19
|
+
friends: Prieteni
|
16
20
|
friends_title: "Prietenii mei"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (ignora)
|
23
|
+
mutual_friends: "Prieteni comuni"
|
19
24
|
no_followers: "Nu are nici un moment, urmaşii"
|
20
25
|
no_friends: "Nu este prezent nici un prieten"
|
21
26
|
not_following_anyone: "Tu nu sunt în prezent în urma pe cineva"
|
data/locales/ru.yml
CHANGED
@@ -9,13 +9,18 @@ ru:
|
|
9
9
|
accept: (принять)
|
10
10
|
delete: (удаление)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Последователи
|
13
|
+
following: Следующий
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Другой Запрос"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Другой запрос до {{link}}"
|
15
18
|
friend_request_sent: "Другой Запрос отправлен"
|
19
|
+
friends: Друзья
|
16
20
|
friends_title: "Мои друзья"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (игнорировать)
|
23
|
+
mutual_friends: "Общие друзья"
|
19
24
|
no_followers: "Вы в настоящее время не имеют каких-либо последователи"
|
20
25
|
no_friends: "Вы в настоящее время не имеют каких-либо друзья"
|
21
26
|
not_following_anyone: "В настоящее время Вы не кто следующий"
|
data/locales/sk.yml
CHANGED
@@ -9,13 +9,18 @@ sk:
|
|
9
9
|
accept: (prijať)
|
10
10
|
delete: (zmazať)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Nasledovníci
|
13
|
+
following: Nasledujúca
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Poslať priateľovi"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Priateľstvo čaká {{link}}"
|
15
18
|
friend_request_sent: "Poslať priateľovi Poslanie"
|
19
|
+
friends: Kamaráti
|
16
20
|
friends_title: "Moji kamaráti"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (ignorovať)
|
23
|
+
mutual_friends: "Vzájomné Priatelia"
|
19
24
|
no_followers: "Nemusíte mať v súčasnej dobe žiadne nasledovníkmi"
|
20
25
|
no_friends: "Nemusíte mať v súčasnej dobe žiadne priateľov"
|
21
26
|
not_following_anyone: "Tie v súčasnosti nie sú tieto kdokoliv"
|
data/locales/sl.yml
CHANGED
@@ -9,13 +9,18 @@ sl:
|
|
9
9
|
accept: (sprejeti)
|
10
10
|
delete: (črtano)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Nasljedovatelji
|
13
|
+
following: Naslednje
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: Prijateljstvu
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Prijateljstvu dokler {{link}}"
|
15
18
|
friend_request_sent: "Prijateljstvu Poslano"
|
19
|
+
friends: Prijatelji
|
16
20
|
friends_title: "Moji prijatelji"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (ignore)
|
23
|
+
mutual_friends: "Medsebojna Prijatelji"
|
19
24
|
no_followers: "Vi trenutno nimajo koli nasljedovatelji"
|
20
25
|
no_friends: "Vi trenutno nimajo kakšne prijatelje"
|
21
26
|
not_following_anyone: "Trenutno niste naslednje vsakogar"
|
data/locales/sq.yml
CHANGED
@@ -9,13 +9,18 @@ sq:
|
|
9
9
|
accept: (pranoni)
|
10
10
|
delete: (fshini)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Pasues
|
13
|
+
following: Vijues
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Friend Request"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Friend kërkesën në pritje të {{link}}"
|
15
18
|
friend_request_sent: "Friend Request Sent"
|
19
|
+
friends: Shokët
|
16
20
|
friends_title: "My Friends"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (injoro)
|
23
|
+
mutual_friends: "Reciproke Friends"
|
19
24
|
no_followers: "Ju aktualisht nuk kanë ndonjë ndjekësit"
|
20
25
|
no_friends: "Ju aktualisht nuk kanë ndonjë shok"
|
21
26
|
not_following_anyone: "Ju nuk jeni aktualisht pas askujt"
|
data/locales/sr.yml
CHANGED
@@ -9,13 +9,18 @@ sr:
|
|
9
9
|
accept: (прихватити)
|
10
10
|
delete: (брисање)
|
11
11
|
follow_activity: "{{inviter}} is now following {{invited}}"
|
12
|
+
followers: Следбеници
|
13
|
+
following: Следећи
|
12
14
|
following_you: "{{name}} is now following you on {{application_name}}"
|
13
15
|
friend_request: "Фриенд Рекуест"
|
16
|
+
friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
|
14
17
|
friend_request_pending: "Захтјев за пријатељство на чекању {{link}}"
|
15
18
|
friend_request_sent: "Фриенд Рекуест Сент"
|
19
|
+
friends: Пријатељи
|
16
20
|
friends_title: "Моји пријатељи"
|
17
21
|
friends_with: "{{inviter}} is now friends with {{invited}}"
|
18
22
|
ignore: (игноришете)
|
23
|
+
mutual_friends: "Заједнички пријатељи"
|
19
24
|
no_followers: "Не Тренутно имате било каквих сљедбеника"
|
20
25
|
no_friends: "Не тренутно имате пријатеље"
|
21
26
|
not_following_anyone: "Тренутно не следеће никоме"
|