Onionr/onionr/static-data/www/ui/lang.json

66 lines
1.9 KiB
JSON
Raw Normal View History

2018-07-30 00:43:28 +00:00
{
"eng" : {
"ONIONR_TITLE" : "Onionr UI",
2018-08-05 04:09:33 +00:00
2018-07-30 00:43:28 +00:00
"TIMELINE" : "Timeline",
"NOTIFICATIONS" : "Notifications",
"MESSAGES" : "Messages",
2018-08-05 04:09:33 +00:00
"LATEST" : "Latest...",
2018-08-05 04:09:33 +00:00
"TRENDING" : "Trending",
"REPLIES" : "Replies",
2018-08-05 04:09:33 +00:00
"MODAL_TITLE" : "Loading...",
"MODAL_MESSAGE" : "Onionr has begun performing a CPU-intensive operation. If this operation does not complete in the next 10 seconds, try reloading the page.",
2018-08-05 04:09:33 +00:00
"POST_LIKE" : "like",
2018-09-08 06:45:33 +00:00
"POST_UNLIKE" : "unlike",
"POST_REPLY" : "reply",
"POST_CREATOR_YOU" : "you",
"POST_CREATOR_PLACEHOLDER" : "Enter a message here...",
"POST_CREATOR_CREATE" : "Create post",
"REPLY_CREATOR_YOU" : "you",
"REPLY_CREATOR_PLACEHOLDER" : "Enter reply here...",
"REPLY_CREATOR_CREATE" : "Reply",
2018-09-08 05:47:56 +00:00
"POST_CREATOR_MESSAGE_MAXIMUM_NEWLINES" : "Please use less than 16 newlines",
"POST_CREATOR_MESSAGE_REMAINING" : "%s characters remaining",
"POST_CREATOR_MESSAGE_OVER" : "%s characters over maximum",
"REPLY_CREATOR_MESSAGE_MAXIMUM_NEWLINES" : "Please use less than 16 newlines",
"REPLY_CREATOR_MESSAGE_REMAINING" : "%s characters remaining",
"REPLY_CREATOR_MESSAGE_OVER" : "%s characters over maximum",
"PROFILE_EDIT_SAVE" : "Save",
"PROFILE_EDIT_CANCEL" : "Cancel"
2018-07-30 00:43:28 +00:00
},
2018-08-05 04:09:33 +00:00
2018-07-30 00:43:28 +00:00
"spa" : {
"ONIONR_TITLE" : "Onionr UI",
2018-08-05 04:09:33 +00:00
2018-07-30 00:43:28 +00:00
"TIMELINE" : "Linea de Tiempo",
"NOTIFICATIONS" : "Notificaciones",
"MESSAGES" : "Mensaje",
2018-08-05 04:09:33 +00:00
"TRENDING" : "Trending",
"POST_LIKE" : "me gusta",
"POST_REPLY" : "comentario"
2018-07-30 00:43:28 +00:00
},
2018-08-05 04:09:33 +00:00
2018-07-30 00:43:28 +00:00
"zho" : {
"ONIONR_TITLE" : "洋葱 用户界面",
2018-08-05 04:09:33 +00:00
2018-07-30 00:43:28 +00:00
"TIMELINE" : "时间线",
"NOTIFICATIONS" : "通知",
"MESSAGES" : "消息",
2018-08-05 04:09:33 +00:00
"TRENDING" : "趋势",
"POST_LIKE" : "喜欢",
"POST_REPLY" : "回复"
2018-07-30 00:43:28 +00:00
}
}