diff --git a/packages/custom/i18n/cs.i18n.json b/packages/custom/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/custom/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/custom/i18n/ko.i18n.json b/packages/custom/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/custom/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/custom/i18n/th.i18n.json b/packages/custom/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/custom/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-comments/i18n/cs.i18n.json b/packages/telescope-comments/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-comments/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-comments/i18n/ko.i18n.json b/packages/telescope-comments/i18n/ko.i18n.json new file mode 100644 index 000000000..2d1ec9ad8 --- /dev/null +++ b/packages/telescope-comments/i18n/ko.i18n.json @@ -0,0 +1,14 @@ +{ + "sorry_you_cannot_edit_this_comment" : "죄송합니다. 이 댓글을 편집 할 수 없습니다.", + "your_comment_has_been_deleted" : "당신의 댓글이 삭제되었습니다.", + "comment_" : "댓글", + "delete_comment" : "댓글 삭제", + "add_comment" : "댓글 달기", + "upvote" : "추천", + "downvote" : "반대", + "link" : "링크", + "edit" : "편집", + "reply" : "답변", + "no_comments" : "댓글 없음.", + "please_sign_in_to_reply" : "답변하려면 로그인하세요" +} \ No newline at end of file diff --git a/packages/telescope-comments/i18n/th.i18n.json b/packages/telescope-comments/i18n/th.i18n.json new file mode 100644 index 000000000..1991e1e4b --- /dev/null +++ b/packages/telescope-comments/i18n/th.i18n.json @@ -0,0 +1,9 @@ +{ + "comment_" : "ความเห็น", + "delete_comment" : "ลบความเห็น", + "add_comment" : "เพิ่มความเห็น", + "link" : "ลิงก์", + "edit" : "แก้ไข", + "reply" : "ตอบ", + "no_comments" : "ไม่มีความเห็น" +} \ No newline at end of file diff --git a/packages/telescope-core/i18n/cs.i18n.json b/packages/telescope-core/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-core/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-core/i18n/en.i18n.json b/packages/telescope-core/i18n/en.i18n.json index 474bbd138..174150be2 100644 --- a/packages/telescope-core/i18n/en.i18n.json +++ b/packages/telescope-core/i18n/en.i18n.json @@ -50,7 +50,7 @@ "id" : "ID", "github" : "GitHub", "site" : "Site", - "submitted_posts": "Submitted Posts", + "submitted_posts" : "Submitted Posts", "upvoted_posts" : "Upvoted Posts", "downvoted_posts" : "Downvoted Posts", "pending" : "Pending", diff --git a/packages/telescope-core/i18n/es.i18n.json b/packages/telescope-core/i18n/es.i18n.json index 985c0b261..042a2e0e7 100644 --- a/packages/telescope-core/i18n/es.i18n.json +++ b/packages/telescope-core/i18n/es.i18n.json @@ -11,16 +11,16 @@ "admin" : "Administrador", "post" : "Post", "toolbox" : "Herramientas", - "sign_up_sign_in" : "Registrarse/Ingresar", + "sign_up_sign_in" : "Registrarse/Entrar", "my_account" : "Mi Cuenta", "view_profile" : "Ver perfil", "edit_account" : "Editar cuenta", "view_your_profile" : "Ver perfil", "edit_your_profile" : "Editar perfil", "you_are_already_logged_in" : "Ya estás conectado", - "sorry_this_is_a_private_site_please_sign_up_first" : "Lo sentimos pero esta página es privada. Por favor, ingresa para verla.", + "sorry_this_is_a_private_site_please_sign_up_first" : "Lo sentimos pero esta página es privada. Por favor, inicia sesión para verla.", "thanks_for_signing_up" : "Gracias por registrarte!", - "the_site_is_currently_invite_only_but_we_will_let_you_know_as_soon_as_a_spot_opens_up" : "El sitio solo es accesible mediante invitación, pero te haremos saber pronto cuando este disponible para el público.", + "the_site_is_currently_invite_only_but_we_will_let_you_know_as_soon_as_a_spot_opens_up" : "El sitio solo es accesible mediante invitación, pero tan pronto como esté disponible para el público te lo haremos saber.", "sorry_you_dont_have_the_rights_to_view_this_page" : "Lo sentimos pero no tienes los permisos suficientes para ver esta página.", "sorry_you_do_not_have_the_rights_to_comments" : "Lo sentimos, no tiene los permisos para dejar comentarios en este momento.", "not_found" : "¡No encontramos nada!", @@ -42,6 +42,7 @@ "welcome_to" : "Bienvenido a", "profile" : "Perfil", "sign_out" : "Cerrar sesión", + "you_ve_been_signed_out" : "Has cerrado tu sesión. ¡Vuelve pronto!", "invitedcount" : "Total de invitados", "actions" : "Acciones", "invites_left" : "Invitaciones pendientes", diff --git a/packages/telescope-core/i18n/ko.i18n.json b/packages/telescope-core/i18n/ko.i18n.json new file mode 100644 index 000000000..4e82bde7f --- /dev/null +++ b/packages/telescope-core/i18n/ko.i18n.json @@ -0,0 +1,22 @@ +{ + "menu" : "메뉴", + "view" : "보기", + "top" : "위로", + "new" : "새글", + "best" : "최고", + "digest" : "다이제스트", + "users" : "사용자", + "settings" : "설정", + "admin" : "관리자", + "post" : "글", + "toolbox" : "도구 상자", + "sign_up_sign_in" : "가입/로그인", + "my_account" : "내 계정", + "view_profile" : "프로필보기", + "edit_account" : "계정 수정", + "you_are_already_logged_in" : "이미 로그인되었습니다.", + "sorry_this_is_a_private_site_please_sign_up_first" : "죄송합니다. 비공개 사이트입니다. 가입이 필요합니다.", + "thanks_for_signing_up" : "가입해주셔서 감사합니다!", + "the_site_is_currently_invite_only_but_we_will_let_you_know_as_soon_as_a_spot_opens_up" : " ", + "pending" : "보류" +} \ No newline at end of file diff --git a/packages/telescope-core/i18n/th.i18n.json b/packages/telescope-core/i18n/th.i18n.json new file mode 100644 index 000000000..94080d9a3 --- /dev/null +++ b/packages/telescope-core/i18n/th.i18n.json @@ -0,0 +1,6 @@ +{ + "menu" : "เมนู", + "please_wait" : "กรุณารอสักครู่", + "seconds_before_commenting_again" : " วินาทีจนกว่าจะแสดงความเห็นอีกครั้ง", + "read_more" : "อ่านเพิ่มเติม" +} \ No newline at end of file diff --git a/packages/telescope-daily/i18n/ar.i18n.json b/packages/telescope-daily/i18n/ar.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/ar.i18n.json +++ b/packages/telescope-daily/i18n/ar.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/bg.i18n.json b/packages/telescope-daily/i18n/bg.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/bg.i18n.json +++ b/packages/telescope-daily/i18n/bg.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/cs.i18n.json b/packages/telescope-daily/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-daily/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/da.i18n.json b/packages/telescope-daily/i18n/da.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/da.i18n.json +++ b/packages/telescope-daily/i18n/da.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/el.i18n.json b/packages/telescope-daily/i18n/el.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/el.i18n.json +++ b/packages/telescope-daily/i18n/el.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/hu.i18n.json b/packages/telescope-daily/i18n/hu.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/hu.i18n.json +++ b/packages/telescope-daily/i18n/hu.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/ja.i18n.json b/packages/telescope-daily/i18n/ja.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/ja.i18n.json +++ b/packages/telescope-daily/i18n/ja.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/ko.i18n.json b/packages/telescope-daily/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-daily/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/nl.i18n.json b/packages/telescope-daily/i18n/nl.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/nl.i18n.json +++ b/packages/telescope-daily/i18n/nl.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/ru.i18n.json b/packages/telescope-daily/i18n/ru.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/ru.i18n.json +++ b/packages/telescope-daily/i18n/ru.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/se.i18n.json b/packages/telescope-daily/i18n/se.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/se.i18n.json +++ b/packages/telescope-daily/i18n/se.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/th.i18n.json b/packages/telescope-daily/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-daily/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/tr.i18n.json b/packages/telescope-daily/i18n/tr.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/tr.i18n.json +++ b/packages/telescope-daily/i18n/tr.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-daily/i18n/vi.i18n.json b/packages/telescope-daily/i18n/vi.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-daily/i18n/vi.i18n.json +++ b/packages/telescope-daily/i18n/vi.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-email/i18n/cs.i18n.json b/packages/telescope-email/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-email/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-email/i18n/ko.i18n.json b/packages/telescope-email/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-email/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-email/i18n/th.i18n.json b/packages/telescope-email/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-email/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-embedly/i18n/cs.i18n.json b/packages/telescope-embedly/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-embedly/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-embedly/i18n/es.i18n.json b/packages/telescope-embedly/i18n/es.i18n.json index 01bd40617..77610a66f 100644 --- a/packages/telescope-embedly/i18n/es.i18n.json +++ b/packages/telescope-embedly/i18n/es.i18n.json @@ -3,8 +3,8 @@ "thumbnailUrl" : "Miniatura", "regenerate_thumbnail" : "Regenerar Miniatura", "clear_thumbnail" : "Borrar Miniatura", - "please_fill_in_embedly_key" : "Por favor, ingrese su clave de Embedly API para permitir miniaturas.", - "please_ask_your_admin_to_fill_in_embedly_key" : "Por favor, pida al administrador del sitio que ingrese la clave de Embedly API para habilitar miniaturas.", + "please_fill_in_embedly_key" : "Por favor, rellene con su clave de Embedly API para permitir miniaturas.", + "please_ask_your_admin_to_fill_in_embedly_key" : "Por favor, pida al administrador del sitio que introduzca la clave de Embedly API para habilitar miniaturas.", "embedlyKey" : "Clave de Embedly API", "thumbnailWidth" : "Ancho de la Miniatura", "thumbnailHeight" : "Alto de la Miniatura" diff --git a/packages/telescope-embedly/i18n/ko.i18n.json b/packages/telescope-embedly/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-embedly/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-embedly/i18n/th.i18n.json b/packages/telescope-embedly/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-embedly/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-getting-started/i18n/cs.i18n.json b/packages/telescope-getting-started/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-getting-started/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-getting-started/i18n/ko.i18n.json b/packages/telescope-getting-started/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-getting-started/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-getting-started/i18n/th.i18n.json b/packages/telescope-getting-started/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-getting-started/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/ar.i18n.json b/packages/telescope-invites/i18n/ar.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/ar.i18n.json +++ b/packages/telescope-invites/i18n/ar.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/bg.i18n.json b/packages/telescope-invites/i18n/bg.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/bg.i18n.json +++ b/packages/telescope-invites/i18n/bg.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/cs.i18n.json b/packages/telescope-invites/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-invites/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/da.i18n.json b/packages/telescope-invites/i18n/da.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/da.i18n.json +++ b/packages/telescope-invites/i18n/da.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/el.i18n.json b/packages/telescope-invites/i18n/el.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/el.i18n.json +++ b/packages/telescope-invites/i18n/el.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/es.i18n.json b/packages/telescope-invites/i18n/es.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/es.i18n.json +++ b/packages/telescope-invites/i18n/es.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/hu.i18n.json b/packages/telescope-invites/i18n/hu.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/hu.i18n.json +++ b/packages/telescope-invites/i18n/hu.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/ja.i18n.json b/packages/telescope-invites/i18n/ja.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/ja.i18n.json +++ b/packages/telescope-invites/i18n/ja.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/ko.i18n.json b/packages/telescope-invites/i18n/ko.i18n.json new file mode 100644 index 000000000..9453ce997 --- /dev/null +++ b/packages/telescope-invites/i18n/ko.i18n.json @@ -0,0 +1,3 @@ +{ + "translation_key" : "번역 문자열" +} \ No newline at end of file diff --git a/packages/telescope-invites/i18n/nl.i18n.json b/packages/telescope-invites/i18n/nl.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/nl.i18n.json +++ b/packages/telescope-invites/i18n/nl.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/ro.i18n.json b/packages/telescope-invites/i18n/ro.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/ro.i18n.json +++ b/packages/telescope-invites/i18n/ro.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/ru.i18n.json b/packages/telescope-invites/i18n/ru.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/ru.i18n.json +++ b/packages/telescope-invites/i18n/ru.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/se.i18n.json b/packages/telescope-invites/i18n/se.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/se.i18n.json +++ b/packages/telescope-invites/i18n/se.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/th.i18n.json b/packages/telescope-invites/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-invites/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/tr.i18n.json b/packages/telescope-invites/i18n/tr.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/tr.i18n.json +++ b/packages/telescope-invites/i18n/tr.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-invites/i18n/vi.i18n.json b/packages/telescope-invites/i18n/vi.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-invites/i18n/vi.i18n.json +++ b/packages/telescope-invites/i18n/vi.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-kadira/i18n/cs.i18n.json b/packages/telescope-kadira/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-kadira/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-kadira/i18n/ko.i18n.json b/packages/telescope-kadira/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-kadira/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-kadira/i18n/th.i18n.json b/packages/telescope-kadira/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-kadira/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/ar.i18n.json b/packages/telescope-newsletter/i18n/ar.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/ar.i18n.json +++ b/packages/telescope-newsletter/i18n/ar.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/bg.i18n.json b/packages/telescope-newsletter/i18n/bg.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/bg.i18n.json +++ b/packages/telescope-newsletter/i18n/bg.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/cs.i18n.json b/packages/telescope-newsletter/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-newsletter/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/da.i18n.json b/packages/telescope-newsletter/i18n/da.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/da.i18n.json +++ b/packages/telescope-newsletter/i18n/da.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/el.i18n.json b/packages/telescope-newsletter/i18n/el.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/el.i18n.json +++ b/packages/telescope-newsletter/i18n/el.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/hu.i18n.json b/packages/telescope-newsletter/i18n/hu.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/hu.i18n.json +++ b/packages/telescope-newsletter/i18n/hu.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/ja.i18n.json b/packages/telescope-newsletter/i18n/ja.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/ja.i18n.json +++ b/packages/telescope-newsletter/i18n/ja.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/ko.i18n.json b/packages/telescope-newsletter/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-newsletter/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/nl.i18n.json b/packages/telescope-newsletter/i18n/nl.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/nl.i18n.json +++ b/packages/telescope-newsletter/i18n/nl.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/ro.i18n.json b/packages/telescope-newsletter/i18n/ro.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/ro.i18n.json +++ b/packages/telescope-newsletter/i18n/ro.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/ru.i18n.json b/packages/telescope-newsletter/i18n/ru.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/ru.i18n.json +++ b/packages/telescope-newsletter/i18n/ru.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/se.i18n.json b/packages/telescope-newsletter/i18n/se.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/se.i18n.json +++ b/packages/telescope-newsletter/i18n/se.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/th.i18n.json b/packages/telescope-newsletter/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-newsletter/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/tr.i18n.json b/packages/telescope-newsletter/i18n/tr.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/tr.i18n.json +++ b/packages/telescope-newsletter/i18n/tr.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/vi.i18n.json b/packages/telescope-newsletter/i18n/vi.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-newsletter/i18n/vi.i18n.json +++ b/packages/telescope-newsletter/i18n/vi.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-newsletter/i18n/zh-CN.i18n.json b/packages/telescope-newsletter/i18n/zh-CN.i18n.json index 7a73a41bf..8c049b08c 100644 --- a/packages/telescope-newsletter/i18n/zh-CN.i18n.json +++ b/packages/telescope-newsletter/i18n/zh-CN.i18n.json @@ -1,2 +1,6 @@ { + "receive_the_best_of" : "Receive the best of", + "right_in_your_inbox" : "right in your inbox.", + "get_newsletter" : "Get Newsletter", + "thanks_for_subscribing" : "Thanks for subscribing!" } \ No newline at end of file diff --git a/packages/telescope-notifications/i18n/cs.i18n.json b/packages/telescope-notifications/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-notifications/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-notifications/i18n/es.i18n.json b/packages/telescope-notifications/i18n/es.i18n.json index 6a4c0b289..f816881e5 100644 --- a/packages/telescope-notifications/i18n/es.i18n.json +++ b/packages/telescope-notifications/i18n/es.i18n.json @@ -2,7 +2,7 @@ "a_new_comment_on_your_post" : "Un nuevo comentario en su post", "you_have_a_new_comment_by" : "Tiene un nuevo comentario de ", "on_your_post" : " en su post", - "has_created_a_new_post" : " ha creado un nuevo post", + "has_created_a_new_post" : " has creado un nuevo post", "someone_replied_to_your_comment_on" : "Alguien respondió a tu comentario en", "no_notifications" : "Ninguna notificación", "1_notification" : "1 notificación", @@ -14,7 +14,7 @@ "you_have_been_unsubscribed_from_all_notifications" : "Ha dado de baja de todas las notificaciones.", "user_not_found" : "Usuario no encontrado", "notifications_fieldset" : "Notificaciones", - "emailNotifications" : "Notificaciónes por Email", - "your_post" : "Tú post", + "emailNotifications" : "Notificaciones por Email", + "your_post" : "Tu post", "has_been_approved" : "ha sido aprobado" } \ No newline at end of file diff --git a/packages/telescope-notifications/i18n/ko.i18n.json b/packages/telescope-notifications/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-notifications/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-notifications/i18n/th.i18n.json b/packages/telescope-notifications/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-notifications/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-pages/i18n/cs.i18n.json b/packages/telescope-pages/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-pages/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-pages/i18n/ko.i18n.json b/packages/telescope-pages/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-pages/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-pages/i18n/th.i18n.json b/packages/telescope-pages/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-pages/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-post-by-feed/i18n/cs.i18n.json b/packages/telescope-post-by-feed/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-post-by-feed/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-post-by-feed/i18n/ko.i18n.json b/packages/telescope-post-by-feed/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-post-by-feed/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-post-by-feed/i18n/th.i18n.json b/packages/telescope-post-by-feed/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-post-by-feed/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-posts/i18n/cs.i18n.json b/packages/telescope-posts/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-posts/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-posts/i18n/es.i18n.json b/packages/telescope-posts/i18n/es.i18n.json index 35a92b897..2ed6bf4f9 100644 --- a/packages/telescope-posts/i18n/es.i18n.json +++ b/packages/telescope-posts/i18n/es.i18n.json @@ -1,7 +1,7 @@ { "this_link_has_already_been_posted" : "Este enlace ya ha sido publicado", - "sorry_you_cannot_submit_more_than" : "Lo sentimos, usted no puede presentar más de ", - "posts_per_day" : " posts por dia", + "sorry_you_cannot_submit_more_than" : "Lo sentimos, usted no puede enviar más de ", + "posts_per_day" : " posts por día", "please_fill_in_a_title" : "Por favor, agrega un título", "seconds_before_posting_again" : "segundos antes de postear de nuevo", "upvoted" : "Voto a favor", @@ -11,11 +11,15 @@ "createdAt" : "Creado el", "url" : "URL", "body" : "Descripción", + "commentCount" : "Número de comentarios", "commenters" : "Comentadores", "lastCommentedAt" : "Último comentario el", + "clickCount" : "Número de clics", "baseScore" : "Puntuación", "upvotes" : "Votos Positivos", + "upvoters" : "Votaron positivo", "downvotes" : "Votos Negativos", + "downvoters" : "Votaron negativo", "score" : "puntuación", "status" : "Estado", "sticky" : "Destacado", @@ -45,11 +49,11 @@ "please_fill_in_an_url_first" : "Tienes que introducir una URL.", "share" : "Compartir", "discuss" : "Comentar", - "upvote_" : "Votar", + "upvote_" : "Votar postivo", "votes" : "votos", "basescore" : "baseScore", "clicks" : "clicks", - "views" : "visto", + "views" : "visitas", "comment" : "comentario", "point" : "punto", "points" : "puntos" diff --git a/packages/telescope-posts/i18n/ko.i18n.json b/packages/telescope-posts/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-posts/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-posts/i18n/th.i18n.json b/packages/telescope-posts/i18n/th.i18n.json new file mode 100644 index 000000000..c951f50f0 --- /dev/null +++ b/packages/telescope-posts/i18n/th.i18n.json @@ -0,0 +1,5 @@ +{ + "postedAt" : "โพสต์เมื่อ", + "createdAt" : "สร้างเมื่อ", + "url" : "URL" +} \ No newline at end of file diff --git a/packages/telescope-releases/i18n/cs.i18n.json b/packages/telescope-releases/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-releases/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-releases/i18n/ko.i18n.json b/packages/telescope-releases/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-releases/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-releases/i18n/th.i18n.json b/packages/telescope-releases/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-releases/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-search/i18n/cs.i18n.json b/packages/telescope-search/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-search/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-search/i18n/ko.i18n.json b/packages/telescope-search/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-search/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-search/i18n/th.i18n.json b/packages/telescope-search/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-search/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-settings/i18n/cs.i18n.json b/packages/telescope-settings/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-settings/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-settings/i18n/es.i18n.json b/packages/telescope-settings/i18n/es.i18n.json index 6f660e8df..a4a04ad16 100644 --- a/packages/telescope-settings/i18n/es.i18n.json +++ b/packages/telescope-settings/i18n/es.i18n.json @@ -7,5 +7,10 @@ "requirePostsApproval" : "Requerir que los Posts sean Aprobados", "defaultEmail" : "Correo electrónico predeterminado", "defaultView" : "Vista Predeterminada", + "maxPostsPerDay" : "Número máximo de posts por día", + "postsPerPage" : "Posts por página", + "language" : "Idioma", + "headerColor" : "Color de la cabecera", + "headerTextColor" : "Color del texto en la cabecera\n", "invites" : "Invitaciones" } \ No newline at end of file diff --git a/packages/telescope-settings/i18n/ko.i18n.json b/packages/telescope-settings/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-settings/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-settings/i18n/th.i18n.json b/packages/telescope-settings/i18n/th.i18n.json new file mode 100644 index 000000000..9edc0ae20 --- /dev/null +++ b/packages/telescope-settings/i18n/th.i18n.json @@ -0,0 +1,3 @@ +{ + "title" : "ชื่อเรื่อง" +} \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/ar.i18n.json b/packages/telescope-singleday/i18n/ar.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-singleday/i18n/ar.i18n.json +++ b/packages/telescope-singleday/i18n/ar.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/cs.i18n.json b/packages/telescope-singleday/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-singleday/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/el.i18n.json b/packages/telescope-singleday/i18n/el.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-singleday/i18n/el.i18n.json +++ b/packages/telescope-singleday/i18n/el.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/es.i18n.json b/packages/telescope-singleday/i18n/es.i18n.json index 61d724f0d..90db4a0be 100644 --- a/packages/telescope-singleday/i18n/es.i18n.json +++ b/packages/telescope-singleday/i18n/es.i18n.json @@ -1,9 +1,12 @@ { + "singleday" : "Por día", "the_top_5_posts_of_each_day" : "Los 5 mejores posts de cada día", "previous_day" : "Día anterior", "next_day" : "Día siguiente", "sorry_no_posts_for_today" : "Lo sentimos, no hay post para hoy", + "sorry_no_posts_for" : "Lo sentimos, no hay posts que contengan", "today" : "Hoy", "yesterday" : "Ayer", - "single_day" : "Un solo día" + "single_day" : "Un solo día", + "posts_of_a_single_day" : "Los posts de un solo día" } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/hu.i18n.json b/packages/telescope-singleday/i18n/hu.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-singleday/i18n/hu.i18n.json +++ b/packages/telescope-singleday/i18n/hu.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/ja.i18n.json b/packages/telescope-singleday/i18n/ja.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-singleday/i18n/ja.i18n.json +++ b/packages/telescope-singleday/i18n/ja.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/ko.i18n.json b/packages/telescope-singleday/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-singleday/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/ro.i18n.json b/packages/telescope-singleday/i18n/ro.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-singleday/i18n/ro.i18n.json +++ b/packages/telescope-singleday/i18n/ro.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/ru.i18n.json b/packages/telescope-singleday/i18n/ru.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-singleday/i18n/ru.i18n.json +++ b/packages/telescope-singleday/i18n/ru.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/se.i18n.json b/packages/telescope-singleday/i18n/se.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-singleday/i18n/se.i18n.json +++ b/packages/telescope-singleday/i18n/se.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/th.i18n.json b/packages/telescope-singleday/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-singleday/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-singleday/i18n/vi.i18n.json b/packages/telescope-singleday/i18n/vi.i18n.json index 7a73a41bf..6f31cf5a2 100644 --- a/packages/telescope-singleday/i18n/vi.i18n.json +++ b/packages/telescope-singleday/i18n/vi.i18n.json @@ -1,2 +1 @@ -{ -} \ No newline at end of file +{ } \ No newline at end of file diff --git a/packages/telescope-subscribe-to-posts/i18n/cs.i18n.json b/packages/telescope-subscribe-to-posts/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-subscribe-to-posts/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-subscribe-to-posts/i18n/es.i18n.json b/packages/telescope-subscribe-to-posts/i18n/es.i18n.json index 6f31cf5a2..65753e10f 100644 --- a/packages/telescope-subscribe-to-posts/i18n/es.i18n.json +++ b/packages/telescope-subscribe-to-posts/i18n/es.i18n.json @@ -1 +1,5 @@ -{ } \ No newline at end of file +{ + "subscribed_posts" : "Posts suscritos", + "subscribe_to_thread" : "Suscribirse a esta conversación", + "unsubscribe_from_thread" : "Cancelar la suscripción a esta conversación" +} \ No newline at end of file diff --git a/packages/telescope-subscribe-to-posts/i18n/ko.i18n.json b/packages/telescope-subscribe-to-posts/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-subscribe-to-posts/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-subscribe-to-posts/i18n/th.i18n.json b/packages/telescope-subscribe-to-posts/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-subscribe-to-posts/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-tagline-banner/i18n/cs.i18n.json b/packages/telescope-tagline-banner/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-tagline-banner/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-tagline-banner/i18n/es.i18n.json b/packages/telescope-tagline-banner/i18n/es.i18n.json index 6f31cf5a2..1622de6b6 100644 --- a/packages/telescope-tagline-banner/i18n/es.i18n.json +++ b/packages/telescope-tagline-banner/i18n/es.i18n.json @@ -1 +1,3 @@ -{ } \ No newline at end of file +{ + "showTaglineBanner" : "Mostrar Banner con Lema" +} \ No newline at end of file diff --git a/packages/telescope-tagline-banner/i18n/ko.i18n.json b/packages/telescope-tagline-banner/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-tagline-banner/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-tagline-banner/i18n/th.i18n.json b/packages/telescope-tagline-banner/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-tagline-banner/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-tags/i18n/cs.i18n.json b/packages/telescope-tags/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-tags/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-tags/i18n/es.i18n.json b/packages/telescope-tags/i18n/es.i18n.json index dbeed69dc..71becb0b5 100644 --- a/packages/telescope-tags/i18n/es.i18n.json +++ b/packages/telescope-tags/i18n/es.i18n.json @@ -1,4 +1,6 @@ { "categories" : "Categorías", + "add_and_remove_categories" : "Agregar y eliminar categorías", + "all_categories" : "Todos", "invalid_category" : "Lo sentimos, esa no es una categoría válida" } \ No newline at end of file diff --git a/packages/telescope-tags/i18n/ko.i18n.json b/packages/telescope-tags/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-tags/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-tags/i18n/th.i18n.json b/packages/telescope-tags/i18n/th.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-tags/i18n/th.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-users/i18n/cs.i18n.json b/packages/telescope-users/i18n/cs.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-users/i18n/cs.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-users/i18n/es.i18n.json b/packages/telescope-users/i18n/es.i18n.json index 8eb006931..ac811e56a 100644 --- a/packages/telescope-users/i18n/es.i18n.json +++ b/packages/telescope-users/i18n/es.i18n.json @@ -47,8 +47,8 @@ "delete" : "Borrar", "member_since" : "Miembro desde", "edit_profile" : "Modificar el perfil", - "sign_in" : "Ingresar", - "sign_in_" : "Ingresar!", + "sign_in" : "Entrar", + "sign_in_" : "Entrar!", "sign_up_" : "Registrarse!", "dont_have_an_account" : "¿No tiene cuenta de usuario?", "already_have_an_account" : "¿Ya tiene cuenta?", diff --git a/packages/telescope-users/i18n/ko.i18n.json b/packages/telescope-users/i18n/ko.i18n.json new file mode 100644 index 000000000..6f31cf5a2 --- /dev/null +++ b/packages/telescope-users/i18n/ko.i18n.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/packages/telescope-users/i18n/th.i18n.json b/packages/telescope-users/i18n/th.i18n.json new file mode 100644 index 000000000..00d6f0be3 --- /dev/null +++ b/packages/telescope-users/i18n/th.i18n.json @@ -0,0 +1,3 @@ +{ + "comments_" : "ความเห็น" +} \ No newline at end of file