muck-raker 0.1.24 → 0.1.25
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/VERSION +1 -1
- data/app/models/entry.rb +14 -14
- data/app/views/recommendations/index.xml.builder +3 -3
- data/app/views/recommendations/index_real_time.pjs.erb +2 -2
- data/app/views/recommendations/index_real_time.xml.builder +1 -1
- data/locales/ar.yml +18 -0
- data/locales/bg.yml +18 -0
- data/locales/ca.yml +19 -1
- data/locales/cs.yml +18 -0
- data/locales/da.yml +18 -0
- data/locales/de.yml +18 -0
- data/locales/el.yml +18 -0
- data/locales/es.yml +18 -0
- data/locales/et.yml +19 -1
- data/locales/fa.yml +20 -2
- data/locales/fi.yml +19 -1
- data/locales/fr.yml +18 -0
- data/locales/gl.yml +21 -3
- data/locales/hi.yml +18 -0
- data/locales/hr.yml +18 -0
- data/locales/hu.yml +18 -0
- data/locales/id.yml +19 -1
- data/locales/it.yml +18 -0
- data/locales/iw.yml +18 -0
- data/locales/ja.yml +18 -0
- data/locales/ko.yml +18 -0
- data/locales/lt.yml +18 -0
- data/locales/lv.yml +18 -0
- data/locales/mt.yml +18 -0
- data/locales/nl.yml +18 -0
- data/locales/no.yml +18 -0
- data/locales/pl.yml +18 -0
- data/locales/pt-PT.yml +18 -0
- data/locales/ro.yml +18 -0
- data/locales/ru.yml +18 -0
- data/locales/sk.yml +18 -0
- data/locales/sl.yml +19 -1
- data/locales/sq.yml +18 -0
- data/locales/sr.yml +18 -0
- data/locales/sv.yml +18 -0
- data/locales/th.yml +18 -0
- data/locales/tl.yml +18 -0
- data/locales/tr.yml +19 -1
- data/locales/uk.yml +18 -0
- data/locales/vi.yml +19 -1
- data/locales/zh-CN.yml +18 -0
- data/locales/zh-TW.yml +18 -0
- data/locales/zh.yml +19 -1
- data/muck-raker.gemspec +2 -2
- metadata +2 -2
data/locales/es.yml
CHANGED
@@ -8,16 +8,23 @@ es:
|
|
8
8
|
add_feed_advanced: "Añadir feed (avanzado)"
|
9
9
|
add_feed_title: "Añadir un nuevo alimento"
|
10
10
|
add_feed_url: "Url:"
|
11
|
+
adding_comment_message: "Añadiendo comentario"
|
11
12
|
all_resources: "Todos los Recursos"
|
13
|
+
already_shared: "Que ha compartido esta página."
|
12
14
|
atom: Atom
|
15
|
+
ban_feed: "Marca de alimentación como no válido"
|
13
16
|
banned: prohibido
|
14
17
|
calculated: calculado
|
15
18
|
choose_service: "Elija el servicio:"
|
19
|
+
close: Cerrar
|
16
20
|
collection_description: "Colección Descripción:"
|
17
21
|
collection_home_uri: "Dirección de la Colección Página de inicio"
|
18
22
|
collection_uri: "Dirección de la Colección de metadatos:"
|
19
23
|
collections: Colecciones
|
20
24
|
collections_long: "Colecciones indexadas"
|
25
|
+
comment_entries_count:
|
26
|
+
one: "1 Comentario"
|
27
|
+
other: "{{count}} Comentarios"
|
21
28
|
course_search_results: "Cursos <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
22
29
|
course_tag_results: "Cursos <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
|
23
30
|
courses_tag_cloud_label: "navegar por los cursos utilizando las etiquetas <a href=\"/resources\">[explorar todos los recursos]</a>"
|
@@ -31,14 +38,20 @@ es:
|
|
31
38
|
display_url: "URL que se mostrará:"
|
32
39
|
failed_harvests: "Malas cosechas"
|
33
40
|
failed_last_request: "Error última petición: {{error}}"
|
41
|
+
feed_banned_message: "La alimentación se ha prohibido."
|
34
42
|
feed_successfully_created: "La alimentación se ha creado correctamente."
|
35
43
|
feed_successfully_updated: "La alimentación se ha actualizado."
|
44
|
+
feed_validated_message: "La alimentación se ha validado."
|
36
45
|
feeds_title: "Colecciones de registro"
|
37
46
|
for: para
|
38
47
|
gm_more_prompt: "Más Recursos relacionados"
|
39
48
|
gm_title: "Recursos relacionados"
|
40
49
|
harvest_interval: "Cosecha de intervalo (horas)"
|
41
50
|
harvested_at: "Cosechadas en"
|
51
|
+
hide: Ocultar
|
52
|
+
login: "Inicio de sesión"
|
53
|
+
login_or_signup_prompt: "{{signup}} or {{login}} Para discutir y compartir recursos."
|
54
|
+
login_to_comment: "Inicie la sesión para añadir un comentario"
|
42
55
|
metadata: metadatos
|
43
56
|
narrow_further: "limitar los resultados más"
|
44
57
|
new_global_feed: "Un nuevo alimento se ha añadido a {{application_name}}"
|
@@ -60,6 +73,7 @@ es:
|
|
60
73
|
related_resources: relacionados
|
61
74
|
related_resources_title: "Recursos relacionados"
|
62
75
|
relevance: pertinencia
|
76
|
+
remix: Remix
|
63
77
|
repository_short_title: "Repositorio Título corto:"
|
64
78
|
repository_title: "Título del repositorio:"
|
65
79
|
resource_search_results: "Recursos <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
@@ -72,9 +86,11 @@ es:
|
|
72
86
|
search_link: "Encuentra Recursos!"
|
73
87
|
select_feeds_prompt: "Seleccione las fuentes que quieras añadir:"
|
74
88
|
select_service_prompt: "Por favor, seleccione un servicio"
|
89
|
+
share: Compartir
|
75
90
|
short_title: "Título corto:"
|
76
91
|
show_tagged_courses: "mostrar sólo los cursos"
|
77
92
|
show_tagged_resources: "mostrar cualquier tipo de recurso"
|
93
|
+
signup: Regístrate
|
78
94
|
start_over: "empezar de nuevo"
|
79
95
|
status: Estatus
|
80
96
|
submitting_feed_message: "La presentación de su feed ..."
|
@@ -82,5 +98,7 @@ es:
|
|
82
98
|
title: Título
|
83
99
|
type_of_metadata: "Tipo de Metadatos:"
|
84
100
|
uri: Url
|
101
|
+
validate_feed: "Marcar como válidos los piensos"
|
85
102
|
visit: visita
|
103
|
+
write_comment_prompt: "Añadir un comentario"
|
86
104
|
xml: XML
|
data/locales/et.yml
CHANGED
@@ -8,16 +8,23 @@ et:
|
|
8
8
|
add_feed_advanced: "Add Feed (Advanced)"
|
9
9
|
add_feed_title: "Lisa uus sööt"
|
10
10
|
add_feed_url: "Url:"
|
11
|
+
adding_comment_message: "Lisan kommentaari"
|
11
12
|
all_resources: "Kõik ressursid"
|
13
|
+
already_shared: "Olete varem jagatud see lehekülg."
|
12
14
|
atom: Atom
|
15
|
+
ban_feed: "Mark sööda kehtetu"
|
13
16
|
banned: keelatud
|
14
17
|
calculated: arvutatud
|
15
18
|
choose_service: "Vali teenus:"
|
19
|
+
close: Sulgema
|
16
20
|
collection_description: "Kogumine Kirjeldus:"
|
17
21
|
collection_home_uri: "Aadress Kogu Esileht"
|
18
22
|
collection_uri: "Aadress Kogu Metadata:"
|
19
23
|
collections: Kogud
|
20
24
|
collections_long: "Indekseeritud Kogud"
|
25
|
+
comment_entries_count:
|
26
|
+
one: "1 kommentaar"
|
27
|
+
other: "{{count}} Kommentaarid"
|
21
28
|
course_search_results: "Kursused <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
22
29
|
course_tag_results: "Kursused <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
|
23
30
|
courses_tag_cloud_label: "sirvida kursused kasutades tags <a href=\"/resources\">[sirvida kõik vahendid]</a>"
|
@@ -31,14 +38,20 @@ et:
|
|
31
38
|
display_url: "Url tuleb Kuvatud:"
|
32
39
|
failed_harvests: "Ebaõnnestus saagikoristuste"
|
33
40
|
failed_last_request: "Ebaõnnestus viimase nõudmisel: {{error}}"
|
41
|
+
feed_banned_message: "Feed edukalt keelatud."
|
34
42
|
feed_successfully_created: "Feed edukalt loodud."
|
35
43
|
feed_successfully_updated: "Feed edukalt uuendatud."
|
44
|
+
feed_validated_message: "Feed edukalt valideeritud."
|
36
45
|
feeds_title: "Registreeritud Kogud"
|
37
46
|
for: jaoks
|
38
47
|
gm_more_prompt: "Vaata Seostuvad ressursid"
|
39
48
|
gm_title: "Seostuvad ressursid"
|
40
49
|
harvest_interval: "Harvest intervalli (hrs)"
|
41
50
|
harvested_at: "Koristatud kell"
|
51
|
+
hide: Peitma
|
52
|
+
login: "Sisse logima"
|
53
|
+
login_or_signup_prompt: "{{signup}} or {{login}} Arutada ja jagada ressursse."
|
54
|
+
login_to_comment: "Logi sisse, et lisada kommentaar"
|
42
55
|
metadata: metaandmed
|
43
56
|
narrow_further: "kitsas tulemusi veelgi"
|
44
57
|
new_global_feed: "Uus Sööt on lisatud {{application_name}}"
|
@@ -60,6 +73,7 @@ et:
|
|
60
73
|
related_resources: seotud
|
61
74
|
related_resources_title: "Seostuvad ressursid"
|
62
75
|
relevance: tähtsus
|
76
|
+
remix: Remix
|
63
77
|
repository_short_title: "Repository lühinimetus:"
|
64
78
|
repository_title: "Repository Pealkiri:"
|
65
79
|
resource_search_results: "Ressursid <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
@@ -69,12 +83,14 @@ et:
|
|
69
83
|
rss: RSS
|
70
84
|
search: otsima
|
71
85
|
search_button: Minema
|
72
|
-
search_link: "
|
86
|
+
search_link: "Leida vahendeid!"
|
73
87
|
select_feeds_prompt: "Valige infovood soovid lisada:"
|
74
88
|
select_service_prompt: "Palun vali teenus"
|
89
|
+
share: Jagama
|
75
90
|
short_title: "Lühinimetus:"
|
76
91
|
show_tagged_courses: "näidata ainult kursused"
|
77
92
|
show_tagged_resources: "näita tahes ressursi"
|
93
|
+
signup: "Sign Up"
|
78
94
|
start_over: alustada
|
79
95
|
status: Staatus
|
80
96
|
submitting_feed_message: "Ilmoitit voog ..."
|
@@ -82,5 +98,7 @@ et:
|
|
82
98
|
title: Pealkiri
|
83
99
|
type_of_metadata: "Liik Metadata:"
|
84
100
|
uri: Url
|
101
|
+
validate_feed: "Mark sööta kui kehtiv"
|
85
102
|
visit: külastada
|
103
|
+
write_comment_prompt: "Lisa kommentaar"
|
86
104
|
xml: XML
|
data/locales/fa.yml
CHANGED
@@ -8,21 +8,28 @@ fa:
|
|
8
8
|
add_feed_advanced: "اضافه کردن تصویر (پیشرفته)"
|
9
9
|
add_feed_title: "اضافه کردن یک اشتراک جدید"
|
10
10
|
add_feed_url: "کلیپ :"
|
11
|
+
adding_comment_message: "اضافه کردن نظر"
|
11
12
|
all_resources: "تمام منابع"
|
13
|
+
already_shared: "شما قبلا به اشتراک گذاشته این صفحه."
|
12
14
|
atom: اتم
|
15
|
+
ban_feed: "اشتراک گذاشتن علامت نامعتبر"
|
13
16
|
banned: ممنوع
|
14
17
|
calculated: محاسبه
|
15
18
|
choose_service: "سرویس را انتخاب کنید :"
|
19
|
+
close: بستن
|
16
20
|
collection_description: "مجموعه توضیحات :"
|
17
21
|
collection_home_uri: "آدرس مجموعه صفحه اصلی"
|
18
22
|
collection_uri: "آدرس فراداده مجموعه :"
|
19
23
|
collections: "مجموعه ها"
|
20
24
|
collections_long: "مجموعه نمایهشده"
|
25
|
+
comment_entries_count:
|
26
|
+
one: "1 نظر"
|
27
|
+
other: "نظرات {{count}}"
|
21
28
|
course_search_results: "دوره های <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
22
29
|
course_tag_results: "دوره های <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
|
23
30
|
courses_tag_cloud_label: "فهرست دوره ها با استفاده از برچسب <a href=\"/resources\">[فهرست همه منابع]</a>"
|
24
31
|
demo: "نسخه ی نمایشی"
|
25
|
-
description:
|
32
|
+
description: توضیحات
|
26
33
|
details: جزئیات
|
27
34
|
developers_long: "اطلاعات برای توسعه دهندگان"
|
28
35
|
direct_link: "[لینک مستقیم]"
|
@@ -31,14 +38,20 @@ fa:
|
|
31
38
|
display_url: "کلیپ را به نمایش داده می شود :"
|
32
39
|
failed_harvests: "برداشت ناموفق"
|
33
40
|
failed_last_request: "نتوانست درخواست آخرین : {{error}}"
|
41
|
+
feed_banned_message: "اشتراک با موفقیت به توقیف شد."
|
34
42
|
feed_successfully_created: "اشتراک با موفقیت ایجاد شد."
|
35
|
-
feed_successfully_updated: "اشتراک با موفقیت به
|
43
|
+
feed_successfully_updated: "اشتراک با موفقیت به روز شد."
|
44
|
+
feed_validated_message: "اشتراک با موفقیت تایید شد."
|
36
45
|
feeds_title: "مجموعه های ثبت شده"
|
37
46
|
for: برای
|
38
47
|
gm_more_prompt: "بیشتر منابع مرتبط"
|
39
48
|
gm_title: "منابع مرتبط"
|
40
49
|
harvest_interval: "فاصله از برداشت (ساعت)"
|
41
50
|
harvested_at: "برداشت در"
|
51
|
+
hide: مخفی
|
52
|
+
login: "ورود به سیستم"
|
53
|
+
login_or_signup_prompt: "{{signup}} or {{login}}را به بحث و منابع به اشتراک بگذارند."
|
54
|
+
login_to_comment: "ورود برای اضافه کردن یک نظر"
|
42
55
|
metadata: ابرداده
|
43
56
|
narrow_further: "نتایج بیشتر باریک"
|
44
57
|
new_global_feed: "یک اشتراک جدید افزوده شده است را به {{application_name}}"
|
@@ -60,6 +73,7 @@ fa:
|
|
60
73
|
related_resources: "مربوط به"
|
61
74
|
related_resources_title: "منابع مرتبط"
|
62
75
|
relevance: ربط
|
76
|
+
remix: ریمیکس
|
63
77
|
repository_short_title: "مخزن کوتاه عنوان :"
|
64
78
|
repository_title: "مخزن عنوان :"
|
65
79
|
resource_search_results: "منابع <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
@@ -72,9 +86,11 @@ fa:
|
|
72
86
|
search_link: "پیدا کردن منابع!"
|
73
87
|
select_feeds_prompt: "این تصویر را انتخاب کنید که می خواهید اضافه کردن :"
|
74
88
|
select_service_prompt: "لطفا یک سرویس را انتخاب کنید"
|
89
|
+
share: تقسیم
|
75
90
|
short_title: "نام کوتاه :"
|
76
91
|
show_tagged_courses: "تنها در دوره های نمایش"
|
77
92
|
show_tagged_resources: "نشان دادن هر نوع منابع"
|
93
|
+
signup: "ثبت نام"
|
78
94
|
start_over: "شروع به بیش از"
|
79
95
|
status: وضعیت
|
80
96
|
submitting_feed_message: "اشتراک خود را از ارسال..."
|
@@ -82,5 +98,7 @@ fa:
|
|
82
98
|
title: عنوان
|
83
99
|
type_of_metadata: "نوع فراداده :"
|
84
100
|
uri: کلیپ
|
101
|
+
validate_feed: "اشتراک مارک به عنوان معتبر"
|
85
102
|
visit: بازدید
|
103
|
+
write_comment_prompt: "افزودن یک نظر"
|
86
104
|
xml: XML
|
data/locales/fi.yml
CHANGED
@@ -8,16 +8,23 @@ fi:
|
|
8
8
|
add_feed_advanced: "Lisää syöte (Advanced)"
|
9
9
|
add_feed_title: "Lisää uusi aineistotiedosto"
|
10
10
|
add_feed_url: "Url:"
|
11
|
+
adding_comment_message: "Lisäämällä kommentti"
|
11
12
|
all_resources: "Kaikki Resurssit"
|
13
|
+
already_shared: "Olet aiemmin jaettu tällä sivulla."
|
12
14
|
atom: Atom
|
15
|
+
ban_feed: "Mark rehuissa kelpaa"
|
13
16
|
banned: kielletty
|
14
17
|
calculated: laskettu
|
15
18
|
choose_service: "Valitse palvelu:"
|
19
|
+
close: Sulje
|
16
20
|
collection_description: "Kokoelma Kuvaus:"
|
17
21
|
collection_home_uri: "Osoite Kokoelma kotisivu"
|
18
22
|
collection_uri: "Osoite Kokoelma Metatieto:"
|
19
23
|
collections: Kokoelmat
|
20
24
|
collections_long: "Indeksinä Kokoelmat"
|
25
|
+
comment_entries_count:
|
26
|
+
one: "1 Comment"
|
27
|
+
other: "{{count}} Kommentit"
|
21
28
|
course_search_results: "Kurssit <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
22
29
|
course_tag_results: "Kurssit <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
|
23
30
|
courses_tag_cloud_label: "selata kursseja käytetään koodeja <a href=\"/resources\">[selata kaikkien voimavarojen]</a>"
|
@@ -31,14 +38,20 @@ fi:
|
|
31
38
|
display_url: "URL-osoite, joka tulee näyttöön:"
|
32
39
|
failed_harvests: "Epäonnistui satovuosien"
|
33
40
|
failed_last_request: "Epäonnistui viimeinen pyyntö: {{error}}"
|
41
|
+
feed_banned_message: "Feed onnistui kielletty."
|
34
42
|
feed_successfully_created: "Feed on luotu."
|
35
43
|
feed_successfully_updated: "Rehu on päivitetty onnistuneesti."
|
44
|
+
feed_validated_message: "Feed onnistui validoitava."
|
36
45
|
feeds_title: "Rekisteröity Kokoelmat"
|
37
46
|
for: varten
|
38
47
|
gm_more_prompt: "Lisää Muita resursseja"
|
39
48
|
gm_title: "Muita resursseja"
|
40
49
|
harvest_interval: "Harvest intervalli (h)"
|
41
50
|
harvested_at: "Satoa korjata"
|
51
|
+
hide: Piilottaa
|
52
|
+
login: Kirjautuminen
|
53
|
+
login_or_signup_prompt: "{{signup}} or {{login}} Keskustella ja jakaa resursseja."
|
54
|
+
login_to_comment: "Kirjaudu lisätä kommentin"
|
42
55
|
metadata: metatiedot
|
43
56
|
narrow_further: "kapea tulokset edelleen"
|
44
57
|
new_global_feed: "Uusi rehu on lisätty {{application_name}}"
|
@@ -60,6 +73,7 @@ fi:
|
|
60
73
|
related_resources: liittyvien
|
61
74
|
related_resources_title: "Muita resursseja"
|
62
75
|
relevance: merkityksellisyys
|
76
|
+
remix: Remix
|
63
77
|
repository_short_title: "Repository Lyhyt Otsikko:"
|
64
78
|
repository_title: "Repository Otsikko:"
|
65
79
|
resource_search_results: "Resurssit <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
@@ -72,15 +86,19 @@ fi:
|
|
72
86
|
search_link: "Etsi Resurssit!"
|
73
87
|
select_feeds_prompt: "Valitse syötteet haluat lisätä:"
|
74
88
|
select_service_prompt: "Valitse palvelu"
|
89
|
+
share: Jakaa
|
75
90
|
short_title: "Lyhyt otsikko:"
|
76
91
|
show_tagged_courses: "Näytä vain kurssit"
|
77
92
|
show_tagged_resources: "näytä minkäänlaisia luonnonvarojen"
|
78
|
-
|
93
|
+
signup: "Sign Up"
|
94
|
+
start_over: "aloittaa alusta"
|
79
95
|
status: Tila
|
80
96
|
submitting_feed_message: "Lähettäessäsi syöte ..."
|
81
97
|
tags: tags
|
82
98
|
title: Otsikko
|
83
99
|
type_of_metadata: "Tyyppi Metatieto:"
|
84
100
|
uri: Url
|
101
|
+
validate_feed: "Mark rehua sellaisena kuin se on voimassa"
|
85
102
|
visit: vierailu
|
103
|
+
write_comment_prompt: "Lisää kommentti"
|
86
104
|
xml: XML
|
data/locales/fr.yml
CHANGED
@@ -8,16 +8,23 @@ fr:
|
|
8
8
|
add_feed_advanced: "Add Feed (Advanced)"
|
9
9
|
add_feed_title: "Ajouter un nouveau flux"
|
10
10
|
add_feed_url: "Url:"
|
11
|
+
adding_comment_message: "Ajout de commentaire"
|
11
12
|
all_resources: "Toutes les ressources"
|
13
|
+
already_shared: "Vous avez déjà partagé cette page."
|
12
14
|
atom: Atom
|
15
|
+
ban_feed: "Mark aliments non valide"
|
13
16
|
banned: interdit
|
14
17
|
calculated: calculés
|
15
18
|
choose_service: "Choisissez le service:"
|
19
|
+
close: Fermer
|
16
20
|
collection_description: "Collection Description:"
|
17
21
|
collection_home_uri: "Adresse de la Collection Page d'accueil"
|
18
22
|
collection_uri: "Adresse de la Collection de métadonnées:"
|
19
23
|
collections: Collections
|
20
24
|
collections_long: "Collections indexées"
|
25
|
+
comment_entries_count:
|
26
|
+
one: "1 Commentaire"
|
27
|
+
other: "{{count}} Commentaires"
|
21
28
|
course_search_results: "Cours <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
22
29
|
course_tag_results: "Cours <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
|
23
30
|
courses_tag_cloud_label: "Cours de navigation en utilisant les balises <a href=\"/resources\">[parcourir l'ensemble des ressources]</a>"
|
@@ -31,14 +38,20 @@ fr:
|
|
31
38
|
display_url: "URL à afficher:"
|
32
39
|
failed_harvests: "Échec de récoltes"
|
33
40
|
failed_last_request: "Échec de la dernière demande: {{error}}"
|
41
|
+
feed_banned_message: "Aliments pour animaux a été interdite."
|
34
42
|
feed_successfully_created: "Feed a été créé."
|
35
43
|
feed_successfully_updated: "Feed a été mis à jour."
|
44
|
+
feed_validated_message: "Feed a été validé avec succès."
|
36
45
|
feeds_title: "Inscrits Collections"
|
37
46
|
for: pour
|
38
47
|
gm_more_prompt: "Plus Ressources connexes"
|
39
48
|
gm_title: "Ressources connexes"
|
40
49
|
harvest_interval: "Harvest intervalle (h)"
|
41
50
|
harvested_at: "Récoltée à"
|
51
|
+
hide: Masquer
|
52
|
+
login: Connexion
|
53
|
+
login_or_signup_prompt: "{{signup}} or {{login}} De discuter et de partager les ressources."
|
54
|
+
login_to_comment: "Vous devez vous identifier pour ajouter un commentaire"
|
42
55
|
metadata: métadonnées
|
43
56
|
narrow_further: "afficher les résultats d'autres"
|
44
57
|
new_global_feed: "Un nouveau a été ajouté à {{application_name}}"
|
@@ -60,6 +73,7 @@ fr:
|
|
60
73
|
related_resources: connexes
|
61
74
|
related_resources_title: "Ressources connexes"
|
62
75
|
relevance: pertinence
|
76
|
+
remix: Remix
|
63
77
|
repository_short_title: "Repository Titre abrégé:"
|
64
78
|
repository_title: "Repository Titre:"
|
65
79
|
resource_search_results: "Ressources <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
@@ -72,9 +86,11 @@ fr:
|
|
72
86
|
search_link: "Trouver des ressources!"
|
73
87
|
select_feeds_prompt: "Sélectionner le flux que vous souhaitez ajouter:"
|
74
88
|
select_service_prompt: "S'il vous plaît choisir un service"
|
89
|
+
share: Partager
|
75
90
|
short_title: "Titre abrégé:"
|
76
91
|
show_tagged_courses: "Afficher uniquement les cours"
|
77
92
|
show_tagged_resources: "Afficher tout type de ressources"
|
93
|
+
signup: "S'inscrire"
|
78
94
|
start_over: recommencer
|
79
95
|
status: État
|
80
96
|
submitting_feed_message: "Soumettre votre flux ..."
|
@@ -82,5 +98,7 @@ fr:
|
|
82
98
|
title: Titre
|
83
99
|
type_of_metadata: "Type de métadonnées:"
|
84
100
|
uri: Url
|
101
|
+
validate_feed: "Mark aliments valide"
|
85
102
|
visit: visite
|
103
|
+
write_comment_prompt: "Ajouter un commentaire"
|
86
104
|
xml: XML
|
data/locales/gl.yml
CHANGED
@@ -8,16 +8,23 @@ gl:
|
|
8
8
|
add_feed_advanced: "Engadir Feed (Avanzado)"
|
9
9
|
add_feed_title: "Engadir un novo comentario"
|
10
10
|
add_feed_url: "Url:"
|
11
|
+
adding_comment_message: "Engadindo comentario"
|
11
12
|
all_resources: "Todos Recursos"
|
13
|
+
already_shared: "Vostede anteriormente usado esta páxina."
|
12
14
|
atom: Atom
|
15
|
+
ban_feed: "Mark alimentos como válidos"
|
13
16
|
banned: Prohibido
|
14
17
|
calculated: calcular
|
15
18
|
choose_service: "Elixa servizo:"
|
19
|
+
close: Pechar
|
16
20
|
collection_description: "Recollida Descrición:"
|
17
21
|
collection_home_uri: "Dirección da colección Home Page"
|
18
22
|
collection_uri: "Enderezo da colecta metadatos:"
|
19
23
|
collections: Colección
|
20
24
|
collections_long: "Indexed coleccións"
|
25
|
+
comment_entries_count:
|
26
|
+
one: "1 Comentario"
|
27
|
+
other: "{{count}} Comentarios"
|
21
28
|
course_search_results: "Cursos <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
22
29
|
course_tag_results: "Cursos <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
|
23
30
|
courses_tag_cloud_label: "cursos navegar usando etiquetas <a href=\"/resources\">[Browse todos os recursos]</a>"
|
@@ -31,17 +38,23 @@ gl:
|
|
31
38
|
display_url: "URL a ser amosado:"
|
32
39
|
failed_harvests: "Fallo colheitas"
|
33
40
|
failed_last_request: "Fallo último solicitude: {{error}}"
|
41
|
+
feed_banned_message: "Feed foi banida."
|
34
42
|
feed_successfully_created: "Feed foi creado correctamente."
|
35
43
|
feed_successfully_updated: "Feed foi actualizado."
|
44
|
+
feed_validated_message: "Feed foi validada con éxito."
|
36
45
|
feeds_title: "Rexistrado coleccións"
|
37
46
|
for: a
|
38
47
|
gm_more_prompt: "Máis Recursos relacionados"
|
39
48
|
gm_title: "Recursos relacionados"
|
40
49
|
harvest_interval: "Harvest rango (horas)"
|
41
50
|
harvested_at: "Colhidas no"
|
51
|
+
hide: Ocultar
|
52
|
+
login: "Iniciar sesión"
|
53
|
+
login_or_signup_prompt: "{{signup}} or {{login}} Para discutir e compartir os recursos."
|
54
|
+
login_to_comment: "Login para engadir un comentario"
|
42
55
|
metadata: metadatos
|
43
|
-
narrow_further: "estreitas ainda
|
44
|
-
new_global_feed: "Un novo
|
56
|
+
narrow_further: "estreitas ainda mais os resultados"
|
57
|
+
new_global_feed: "Un novo documento foi engadido ao {{application_name}}"
|
45
58
|
next: Seguinte
|
46
59
|
next_label: Seguinte
|
47
60
|
no_hits: "A súa busca - <b>{{search}}</b> - did not match any <b>{{resource_type}}.</b> Probe unha búsqueda distinta ou escolle un idioma diferente."
|
@@ -60,8 +73,9 @@ gl:
|
|
60
73
|
related_resources: relacionados
|
61
74
|
related_resources_title: "Recursos relacionados"
|
62
75
|
relevance: pertinência
|
76
|
+
remix: Remix
|
63
77
|
repository_short_title: "Depósito Título abreviado:"
|
64
|
-
repository_title: "
|
78
|
+
repository_title: "Depósito Título:"
|
65
79
|
resource_search_results: "Recursos <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
66
80
|
resource_tag_results: "Recursos <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
|
67
81
|
resources_tag_cloud_label: "navega recursos usando etiquetas <a href=\"/resources?grain_size=course\">[navegar só cursos]</a>"
|
@@ -72,9 +86,11 @@ gl:
|
|
72
86
|
search_link: "Atopar Recursos!"
|
73
87
|
select_feeds_prompt: "Seleccione os feeds que desexa engadir:"
|
74
88
|
select_service_prompt: "Seleccione un servizo"
|
89
|
+
share: Compartir
|
75
90
|
short_title: "Título abreviado:"
|
76
91
|
show_tagged_courses: "amosar só cursos"
|
77
92
|
show_tagged_resources: "amosar ningún tipo de recurso"
|
93
|
+
signup: "Sign Up"
|
78
94
|
start_over: "comezar de novo"
|
79
95
|
status: Estado
|
80
96
|
submitting_feed_message: "Enviando o teu feed ..."
|
@@ -82,5 +98,7 @@ gl:
|
|
82
98
|
title: Título
|
83
99
|
type_of_metadata: "Tipo de metadatos:"
|
84
100
|
uri: Url
|
101
|
+
validate_feed: "Mark alimentos como válidos"
|
85
102
|
visit: visita
|
103
|
+
write_comment_prompt: "Engadir un comentario"
|
86
104
|
xml: XML
|
data/locales/hi.yml
CHANGED
@@ -8,16 +8,23 @@ hi:
|
|
8
8
|
add_feed_advanced: "(उन्नत) फ़ीड जोड़ें"
|
9
9
|
add_feed_title: "एक नई फ़ीड जोड़ें"
|
10
10
|
add_feed_url: "Url:"
|
11
|
+
adding_comment_message: "टिप्पणी जोड़ना"
|
11
12
|
all_resources: "सभी संसाधन"
|
13
|
+
already_shared: "आपने पहले इस पेज को साझा किया है."
|
12
14
|
atom: एटम
|
15
|
+
ban_feed: "अवैध रूप में चिह्नित फ़ीड"
|
13
16
|
banned: "पर प्रतिबंध लगाया"
|
14
17
|
calculated: गणना
|
15
18
|
choose_service: "सेवा चुनें:"
|
19
|
+
close: "बंद करना"
|
16
20
|
collection_description: "संग्रह विवरण:"
|
17
21
|
collection_home_uri: "पता संग्रह के मुख पृष्ठ के"
|
18
22
|
collection_uri: "इस संग्रह Metadata का पता:"
|
19
23
|
collections: संग्रह
|
20
24
|
collections_long: "अनुक्रमित संग्रह"
|
25
|
+
comment_entries_count:
|
26
|
+
one: "1 टिप्पणी"
|
27
|
+
other: "{{count}} टिप्पणियाँ"
|
21
28
|
course_search_results: "पाठ्यक्रम <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
22
29
|
course_tag_results: "पाठ्यक्रम <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
|
23
30
|
courses_tag_cloud_label: "पाठ्यक्रम टैग का उपयोग कर ब्राउज़ <a href=\"/resources\">[सभी संसाधनों ब्राउज़]</a>"
|
@@ -31,14 +38,20 @@ hi:
|
|
31
38
|
display_url: "Url प्रदर्शित करने के लिए:"
|
32
39
|
failed_harvests: "असफल फसल"
|
33
40
|
failed_last_request: "पिछले अनुरोध असफल: {{error}}"
|
41
|
+
feed_banned_message: "फ़ीड सफलतापूर्वक पर प्रतिबंध लगाया गया था."
|
34
42
|
feed_successfully_created: "फ़ीड सफलतापूर्वक बनाया गया था."
|
35
43
|
feed_successfully_updated: "फ़ीड सफलतापूर्वक नवीनीकृत हो गया था."
|
44
|
+
feed_validated_message: "फ़ीड सफलतापूर्वक मान्य था."
|
36
45
|
feeds_title: "पंजीकृत संग्रह"
|
37
46
|
for: "के लिए"
|
38
47
|
gm_more_prompt: "अतिरिक्त संबंधित संसाधन"
|
39
48
|
gm_title: "संबंधित संसाधन"
|
40
49
|
harvest_interval: "हार्वेस्ट अंतराल (बजे)"
|
41
50
|
harvested_at: "पर Harvested"
|
51
|
+
hide: छिपना
|
52
|
+
login: "लॉग इन"
|
53
|
+
login_or_signup_prompt: "और शेयर संसाधनों पर चर्चा के लिए {{signup}} or {{login}}."
|
54
|
+
login_to_comment: "लॉगिन एक टिप्पणी जोड़ने के लिए"
|
42
55
|
metadata: मेटाडाटा
|
43
56
|
narrow_further: "संकीर्ण परिणाम आगे"
|
44
57
|
new_global_feed: "एक नई फ़ीड {{application_name}} में जोड़ा गया है"
|
@@ -60,6 +73,7 @@ hi:
|
|
60
73
|
related_resources: संबंधित
|
61
74
|
related_resources_title: "संबंधित संसाधन"
|
62
75
|
relevance: प्रासंगिकता
|
76
|
+
remix: Remix
|
63
77
|
repository_short_title: "Repository लघु शीर्षक:"
|
64
78
|
repository_title: "Repository शीर्षक:"
|
65
79
|
resource_search_results: "संसाधन <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
@@ -72,9 +86,11 @@ hi:
|
|
72
86
|
search_link: "खोजें संसाधन!"
|
73
87
|
select_feeds_prompt: "चुनें कि आप जोड़ने के लिए चाहेंगे फ़ीड्स:"
|
74
88
|
select_service_prompt: "कृपया एक सेवा चुनें"
|
89
|
+
share: हिस्सा
|
75
90
|
short_title: "लघु शीर्षक:"
|
76
91
|
show_tagged_courses: "केवल पाठ्यक्रम शो"
|
77
92
|
show_tagged_resources: "संसाधनों की किसी भी तरह का शो"
|
93
|
+
signup: "साइन अप"
|
78
94
|
start_over: "शुरू से अधिक"
|
79
95
|
status: स्थिति
|
80
96
|
submitting_feed_message: "अपनी फ़ीड भेजने ..."
|
@@ -82,5 +98,7 @@ hi:
|
|
82
98
|
title: शीर्षक
|
83
99
|
type_of_metadata: "Metadata का प्रकार:"
|
84
100
|
uri: Url
|
101
|
+
validate_feed: "वैध रूप में चिह्नित फ़ीड"
|
85
102
|
visit: यात्रा
|
103
|
+
write_comment_prompt: "एक टिप्पणी जोड़ें"
|
86
104
|
xml: XML
|
data/locales/hr.yml
CHANGED
@@ -8,16 +8,23 @@ hr:
|
|
8
8
|
add_feed_advanced: "Add Feed (Advanced)"
|
9
9
|
add_feed_title: "Dodaj novi feed"
|
10
10
|
add_feed_url: "Url:"
|
11
|
+
adding_comment_message: "Dodavanje komentara"
|
11
12
|
all_resources: "Svi resursi"
|
13
|
+
already_shared: "Vi ste prethodno dijelio ove stranice."
|
12
14
|
atom: Atom
|
15
|
+
ban_feed: "Označi kao invalid feed"
|
13
16
|
banned: zabranjen
|
14
17
|
calculated: izračunati
|
15
18
|
choose_service: "Izaberite uslugu:"
|
19
|
+
close: Zatvoriti
|
16
20
|
collection_description: "Collection Description:"
|
17
21
|
collection_home_uri: "Adresa zbirke Home Page"
|
18
22
|
collection_uri: "Adresa zbirke Metapodatci:"
|
19
23
|
collections: Zbirke
|
20
24
|
collections_long: "Indeksiranim Zbirke"
|
25
|
+
comment_entries_count:
|
26
|
+
one: "1 comment"
|
27
|
+
other: "{{count}} Komentari"
|
21
28
|
course_search_results: "Tečajevi <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
22
29
|
course_tag_results: "Tečajevi <b>{{first}} - {{last}}</b> of <b>{{total}}</b> tagged <b>{{terms}}</b>"
|
23
30
|
courses_tag_cloud_label: "pregledajte kurseve pomoću tagova <a href=\"/resources\">[Pregledaj sve resurse]</a>"
|
@@ -31,14 +38,20 @@ hr:
|
|
31
38
|
display_url: "Url biti prikazan:"
|
32
39
|
failed_harvests: "Neuspješno vršidbe"
|
33
40
|
failed_last_request: "Neuspješno posljednji zahtjev: {{error}}"
|
41
|
+
feed_banned_message: "Feed je uspješno zabranjen."
|
34
42
|
feed_successfully_created: "Feed je uspješno izrađen."
|
35
43
|
feed_successfully_updated: "Feed je uspješno obnovljen."
|
44
|
+
feed_validated_message: "Feed je uspješno validated."
|
36
45
|
feeds_title: "Registrirani Zbirke"
|
37
46
|
for: za
|
38
47
|
gm_more_prompt: "Više Povezani resursi"
|
39
48
|
gm_title: "Povezani resursi"
|
40
49
|
harvest_interval: "Harvest interval (h)"
|
41
50
|
harvested_at: "Dobivenih na"
|
51
|
+
hide: Sakriti
|
52
|
+
login: Prijava
|
53
|
+
login_or_signup_prompt: "{{signup}} or {{login}} Raspraviti i dijeljenje resursa."
|
54
|
+
login_to_comment: "Ulaz za dodavanje komentara"
|
42
55
|
metadata: metapodaci
|
43
56
|
narrow_further: "uski daljnjih rezultata"
|
44
57
|
new_global_feed: "A novi feed je dodan u {{application_name}}"
|
@@ -60,6 +73,7 @@ hr:
|
|
60
73
|
related_resources: vezane
|
61
74
|
related_resources_title: "Povezani resursi"
|
62
75
|
relevance: relevantnost
|
76
|
+
remix: Remix
|
63
77
|
repository_short_title: "Kratak repozitorij Naslov:"
|
64
78
|
repository_title: "Spremište Naslov:"
|
65
79
|
resource_search_results: "Resursi <b>{{first}} - {{last}}</b> of <b>{{total}}</b> for search <b>{{terms}}</b>"
|
@@ -72,9 +86,11 @@ hr:
|
|
72
86
|
search_link: "Find Resources!"
|
73
87
|
select_feeds_prompt: "Odaberite feeds želite dodati:"
|
74
88
|
select_service_prompt: "Molimo odaberite uslugu"
|
89
|
+
share: Dijeliti
|
75
90
|
short_title: "Skraćeni naslov:"
|
76
91
|
show_tagged_courses: "Prikaži samo tečajevi"
|
77
92
|
show_tagged_resources: "Show bilo koje vrste resursa"
|
93
|
+
signup: "Sign Up"
|
78
94
|
start_over: počeli
|
79
95
|
status: Stanje
|
80
96
|
submitting_feed_message: "Podnošenje Vašeg feed ..."
|
@@ -82,5 +98,7 @@ hr:
|
|
82
98
|
title: Naslov
|
83
99
|
type_of_metadata: "Vrsta Metapodatci:"
|
84
100
|
uri: Url
|
101
|
+
validate_feed: "Označi kao valjani feed"
|
85
102
|
visit: posjetite
|
103
|
+
write_comment_prompt: "Dodaj komentar"
|
86
104
|
xml: XML
|